:root {
  --primary-dark: black;
  --transparent: #0000;
  --white: white;
  --primary: white;
  --black: black;
  --gray: #c2c2c2;
  --light-gray: #e3e3e3;
  --primary-light: #e7e7da;
  --green: #016629;
  --dark-gray-50: #afafaf80;
  --dark-brown: #d9d9ca;
  --paragraph-gray: #535353;
  --white-50: #ffffff80;
  --green-gradient: #021e0d;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

body {
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

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

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

p {
  color: var(--primary-dark);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

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

li {
  align-items: center;
  margin-left: 20px;
  line-height: 1.4em;
}

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

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

blockquote {
  border-left: 3px solid var(--primary-dark);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  background-color: var(--transparent);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.section.banner {
  background-color: var(--primary-dark);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  display: flex;
}

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

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

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

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

.section.contacts-3-banner {
  background-color: var(--primary);
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.about-us-banner {
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.section.with-paralax {
  background-image: linear-gradient(#0e0e0ecc, #0e0e0ecc), url('../images/IL_GFrondVilla_CGI09_Spa_04a.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.home-banner {
  height: 800px;
  display: flex;
  overflow: hidden;
}

.section.home-banner.margin-bottom-large {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
}

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

.section.cta-section {
  background-color: var(--white);
  display: block;
  overflow: hidden;
}

.section.cta-section.hidden {
  display: none;
}

.section.without-space-overflow {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.banner-home {
  background-image: linear-gradient(to bottom, var(--primary-dark), var(--primary-dark));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 220px;
  padding-bottom: 80px;
  overflow: hidden;
}

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

.section.overflow {
  overflow: hidden;
}

.section.our-team {
  background-color: var(--primary-dark);
  padding-top: 160px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.inner {
  background-color: var(--primary-dark);
  padding-top: 180px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.inner.projects {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 100px;
}

.section.inner.careers {
  background-image: url('../images/DSC_0694-2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100px;
}

.section.inner.contact {
  background-image: url('../images/img75-1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100px;
}

.section.inner.news {
  padding-bottom: 100px;
}

.section.inner.services {
  padding-bottom: 40px;
}

.section.inner.why-choose-us {
  background-image: url('../images/IL_GFrondVilla_CGI10_Spa_05-1.webp');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100px;
}

.section.inner-page {
  background-color: var(--primary-dark);
  padding-top: 180px;
  overflow: hidden;
}

.section.banner-service {
  background-image: linear-gradient(to bottom, var(--primary-dark), var(--primary-dark));
  flex-direction: row;
  justify-content: flex-end;
  min-height: 450px;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

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

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

.section.inner-pages {
  background-color: var(--primary-dark);
  padding-top: 180px;
  overflow: hidden;
}

.section.blog-page {
  background-color: var(--primary-dark);
  padding-top: 180px;
}

.section.black-background {
  background-color: #000;
  overflow: hidden;
}

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

.section.banner-project {
  background-image: linear-gradient(#000, #000);
  flex-direction: row;
  justify-content: flex-end;
  min-height: 450px;
  padding-top: 200px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

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

.section.with-paralax-copy-cozzz {
  background-image: linear-gradient(#0e0e0ecc, #0e0e0ecc), url('../images/IL_GFrondVilla_CGI09_Spa_04a.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

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

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

.base-container.banner-first {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.base-container.position-absolute {
  z-index: 1;
  justify-content: center;
  position: absolute;
  inset: 0%;
}

.base-container.position-relative-start {
  z-index: 5;
  align-items: flex-start;
  position: relative;
}

.base-container.banner-project {
  z-index: 3;
  flex: 1;
  align-items: flex-start;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-button {
  border: 1px solid var(--white);
  background-color: var(--primary-dark);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

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

.primary-button.pagination {
  border-color: var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin-top: 50px;
  margin-bottom: 10px;
  transition: transform .4s;
}

.primary-button.pagination:hover {
  transform: scale(1.1);
}

.primary-button.margin-top-medium {
  margin-top: 20px;
}

.primary-button.margin-top-large {
  background-color: var(--green);
  flex: none;
  margin-top: 50px;
}

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

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

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

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

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

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

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

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.nav-dropdown-toggle.negative-padding {
  padding-top: 10px;
}

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

.nav-dropdown-list {
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 680px;
  margin-left: -315px;
  display: flex;
}

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

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

.nav-dropdown-link:hover {
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--primary);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.utility-page-wrap.black-background {
  background-color: var(--primary-dark);
}

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

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

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

.password-input {
  border: 1px solid var(--gray);
  border-radius: 50px;
  min-width: 280px;
  height: 62px;
  margin-bottom: 10px;
  padding: 18px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: #000000b3;
}

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

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

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

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

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

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

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

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

.coming-soon-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gray);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  min-width: 300px;
  height: 62px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 18px;
}

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

.coming-soon-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.coming-soon-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.coming-soon-input::placeholder {
  color: var(--gray);
  font-size: 18px;
}

.coming-soon-paragraph {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.coming-soon-heading {
  color: var(--primary);
  text-align: center;
  margin-top: 60px;
}

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

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

.blog-post-title:hover {
  opacity: .8;
}

.nav-menu-wrapper {
  grid-column-gap: 18px;
  background-color: var(--transparent);
  color: #000;
  border-radius: 0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

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

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

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer {
  background-color: var(--primary-light);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.footer-bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 100%;
  display: grid;
  overflow: visible;
}

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

.footer-copyright {
  color: var(--white);
  text-align: left;
  width: 70%;
}

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

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

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

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

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

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

.paragraph-large {
  font-size: 18px;
}

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

.paragraph-large.text-align-center {
  color: var(--primary);
}

.paragraph-large.about-text {
  color: var(--primary);
  text-align: center;
  width: 85%;
}

.career-customer-image {
  opacity: .5;
  object-fit: contain;
  transition: all .3s;
}

.career-customer-image:hover {
  opacity: 1;
}

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

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

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

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

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

.services-item {
  background-color: var(--primary);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

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

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

.pricing-plan-list {
  margin-top: 30px;
  margin-bottom: 0;
}

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

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

.pricing-plan-price {
  font-size: 56px;
}

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

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  align-self: center;
  width: 50%;
  padding-left: 40px;
}

.workflow-video-wrapper {
  width: 100%;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  color: var(--primary);
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.workflow-title-wrapper-desktop {
  display: none;
}

.workflow-quote {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  justify-content: space-between;
  width: 100%;
  padding: 10px 30px;
  transition: padding .6s;
  display: flex;
}

.accordion-toggle:hover {
  padding-left: 25px;
  padding-right: 25px;
}

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

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

.accordion-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.accordion-icon {
  border: 1px solid #0000001a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.accordion-wrap {
  width: 50%;
}

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

.accordion-title {
  width: 100%;
  margin-top: 0;
}

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

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

.more-features-icon {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

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

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

.contacts-form-wrapper {
  background-color: var(--primary-dark);
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

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

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

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

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  display: none;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  max-width: 40px;
  padding: 10px 15px;
  display: none;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--primary-dark);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--primary-dark);
  width: 1px;
  height: 20px;
  display: none;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  min-width: 390px;
  max-width: 390px;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 40px;
  padding: 16px 18px;
  font-size: 16px;
}

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

.contacts-textarea:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-textarea[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-textarea::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.contacts-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  min-width: 390px;
  max-width: 390px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border-bottom-color: var(--white);
  color: var(--primary);
  padding-left: 16px;
}

.contacts-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-input::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.contacts-form-title {
  color: var(--primary);
  margin-bottom: 40px;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 20px;
}

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

.contacts-3-banner-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.adress-cards-wrapper {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.adress-card {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 2px 50px #0000001a;
}

.contacts-3-form-wrapper {
  background-color: var(--primary-dark);
  width: 990px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.contacts-3-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-3-input:active {
  color: var(--gray);
}

.contacts-3-input:focus {
  border-bottom-color: var(--primary);
  padding-left: 16px;
}

.contacts-3-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-3-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

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

.contacts-3-input.select-input {
  background-color: var(--primary-dark);
  color: var(--gray);
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
  border-radius: 0;
  margin-right: 0;
}

.contacts-3-input.select-input:focus-visible {
  color: var(--primary);
}

.contacts-3-input.select-input[data-wf-focus-visible] {
  color: var(--primary);
}

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

.footer-link {
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .3s;
  position: relative;
}

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

.footer-link.w--current {
  flex: none;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.footer-links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

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

.search-link {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: underline;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gray);
  color: var(--primary);
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border-color: transparent transparent var(--primary);
}

.search-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.search-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

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

.search-result-wrapper {
  width: 100%;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  text-align: left;
  margin-bottom: 0;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto auto auto;
  width: 100%;
  overflow: hidden;
}

.customer-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.customer-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 50px #00000014;
}

.testimonials-card-content {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-card-date {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 700;
}

.service-details-content-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.service-details-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  position: relative;
}

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

.dark-gray-style-guide {
  background-color: var(--dark-brown);
  width: 75px;
  height: 75px;
}

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

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

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

.primary-button-white {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
  display: inline-block;
}

.primary-button-white.margin-top-large {
  margin-top: 50px;
  display: flex;
}

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

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

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

.about-wrap.top-margin {
  margin-top: 40px;
}

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

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

.portfolio-tab-link {
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-weight: 700;
  position: relative;
}

.portfolio-tab-link.w--current {
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  position: absolute;
  left: 0;
}

.portfolio-tab-link.all-projects.w--current {
  color: var(--primary-dark);
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 60px;
  display: flex;
}

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

.portfolio-grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.portfolio-grid-title-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 10px 30px #00000014;
}

.template-empty-state {
  background-color: #0000;
  padding: 30px;
  font-size: 20px;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.project-template-content {
  padding-right: 20px;
  position: sticky;
  top: 100px;
}

.project-template-info {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

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

.project-template-info-wrap {
  margin-bottom: 30px;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  color: var(--dark-brown);
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--primary-dark);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  align-items: stretch;
  width: 100%;
  display: flex;
}

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-button {
  border: 1px solid var(--green);
  background-color: var(--transparent);
  color: var(--green);
  letter-spacing: .5px;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition: color .3s;
}

.secondary-button:hover {
  border-color: var(--white);
  color: var(--primary);
  background-color: #01662900;
  background-image: none;
}

.secondary-button.margin-top-large {
  background-color: var(--green);
  background-image: linear-gradient(to bottom, var(--green), var(--green));
  color: var(--primary);
  margin-top: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
  transition-property: font-size;
}

.secondary-button.margin-top-large:hover {
  background-color: var(--transparent);
  background-image: none;
}

.contacts-3-location-wrapper {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.navbar-absolute {
  z-index: 999;
  background-color: #0000;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0 0 auto;
}

.banner-slide-content {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 450px;
  font-weight: 400;
  display: flex;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 68px;
  font-size: 20px;
  font-weight: 600;
  display: none;
  top: auto;
  bottom: 40px;
  left: 56%;
}

.banner-slide-content-con {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr auto;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.slide-nav {
  display: none;
}

.banner-slide-active-item {
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
}

.banner-slide-active-item.slide-2 {
  opacity: 0;
  position: absolute;
}

.banner-slide-active-item.slide-1 {
  position: absolute;
}

.banner-slide-active-item.slide-3 {
  opacity: 0;
}

.banner-slide-active {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-slider-heading {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  line-height: 1.2em;
}

.banner-slide-3 {
  margin-right: 15px;
}

.slider-nav-bg {
  z-index: 2;
  border-top: 1px solid var(--paragraph-gray);
  align-items: center;
  width: 450px;
  height: 67px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 15px;
}

.banner-slide-nonactive {
  color: var(--dark-brown);
  font-size: 18px;
}

.banner-slide-1 {
  margin-right: 15px;
}

.right-arrow {
  background-color: var(--primary);
  transform: scale3d(1none, 1none, 1none);
  color: var(--primary);
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 56px;
  font-size: 20px;
  font-weight: 600;
  transition: transform .3s;
  display: flex;
  top: auto;
  bottom: 40px;
  right: 15px;
}

.right-arrow:hover {
  transform: scale(1.1);
}

.banner-slide-2 {
  margin-right: 15px;
}

.slide-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.banner-slider-slash {
  color: var(--dark-brown);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.project-image {
  background-image: url('../images/Project-1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

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

.text-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.description-container {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  padding-bottom: 10px;
  display: flex;
}

.description-container.hidden {
  display: none;
}

.title-container {
  width: 50%;
}

.banner-section {
  background-color: var(--primary-dark);
  flex-direction: column;
  height: 800px;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.courses-collection {
  width: 100%;
}

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

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

.portfolio-grid-tabs {
  width: 100%;
}

.portfolio-grid-image-link {
  width: 100%;
  height: 400px;
}

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

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

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

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

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

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

.subtitle {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

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

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

.home-6-blog {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.latest-news-wrap {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: sticky;
  top: 80px;
}

.lastest-news-career {
  background-color: var(--primary-dark);
  flex-direction: column;
  align-items: center;
  height: 500vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.sidescroll-collection {
  justify-content: center;
  position: relative;
}

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

.home-service-item {
  flex-direction: column;
  align-items: stretch;
  width: 80vw;
  margin-bottom: 60px;
  margin-right: 30px;
  display: flex;
  box-shadow: 0 0 30px #00000014;
}

.home-6-blog-list {
  width: 2750vw;
  display: flex;
}

.home-6-blog-collection {
  width: 100%;
  max-width: 80vw;
  overflow: hidden;
}

.home-service-image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.home-service-content {
  grid-column-gap: 10px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

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

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

.category-link-triangle {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.project-image-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.industry-insights-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 40px;
}

.category-link {
  color: var(--primary-dark);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: transform .3s, color .3s;
  display: flex;
  transform: translate(-15px);
}

.category-link:hover {
  transform: translate(3px);
}

.category-link-text {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.category-collection-item {
  overflow: hidden;
}

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

.home-2-blog-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.blog-item {
  margin-top: 10px;
  position: relative;
}

.home-blog-category-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.home-2-blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.home-2-blog-content {
  z-index: 50;
  background-color: var(--white);
  padding-top: 10px;
}

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

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

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

.additional-features-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.additional-features-left {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-slider {
  background-color: var(--primary-dark);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-button-link {
  color: var(--primary-dark);
  justify-content: center;
  width: 50%;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.project-button-link.left {
  border-right: 1px solid var(--dark-gray-50);
}

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

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

.project-button-link-paragraph {
  font-size: 18px;
}

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

.home-2-projects-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.projects-collection-column {
  width: 100%;
  padding-top: 60px;
}

.projects-collection-column.first {
  padding-top: 0;
}

.home-2-projects-item {
  position: relative;
}

.home-2-projects-overlay {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-projects-category {
  color: var(--primary-dark);
  font-size: 20px;
  font-weight: 600;
}

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

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

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

.info-block-title {
  color: #131c21;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.home-logos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}

.menu-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 20px;
  font-size: 32px;
}

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

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
}

.rich-text-style h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.rich-text-style h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

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

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

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

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

.link {
  color: var(--primary-dark);
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.link.margin-top-medium {
  margin-top: 40px;
}

.link.margin-bottom-small {
  margin-bottom: 10px;
}

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

.benefit-icon {
  object-fit: cover;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

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

.tablet-menu {
  display: block;
}

.brand-tablet {
  display: none;
}

.brand {
  width: 18vw;
}

.brand.w--current {
  width: 18vw;
  line-height: 1em;
}

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

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

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

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

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

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

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

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

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

.error-message.black {
  color: var(--primary-dark);
}

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

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

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

.span-point {
  background-color: var(--green);
  color: var(--primary-dark);
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  line-height: 14px;
  display: inline-block;
}

.span-point:hover, .span-point.white {
  background-color: var(--white);
}

.underline {
  background-color: var(--primary-dark);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0%;
}

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

.span-point-small {
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  line-height: 1em;
}

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

.main-wrapper {
  width: 100%;
  height: 100%;
}

.banner-home {
  z-index: 3;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 18px;
  display: flex;
}

.background-video {
  height: 100%;
  margin-top: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.overflow-background {
  background-image: linear-gradient(#00000059, #000000e6);
  position: absolute;
  inset: 0%;
}

.heading-banner {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.banner-content {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  display: grid;
  position: relative;
}

.benefits-wrapper {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.intro-content {
  position: relative;
}

.intro-right-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.margin-bottom-medium {
  color: var(--white);
  margin-bottom: 30px;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image.benefit-intro-background {
  background-image: url('../images/Group-1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  display: none;
}

.hero-background-image.intro-background {
  background-image: url('../images/img148-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.intro-background-copy {
  background-image: url('../images/_WD_8063.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-load-top {
  z-index: 25;
  background-color: var(--primary);
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

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

.background-load-bottom {
  background-color: var(--primary);
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

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

.slider-wrapper {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}

.projects-card-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.projects-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

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

.project-card-wrapper {
  color: var(--primary);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 28vh;
  min-height: 450px;
  max-height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  background-image: linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.gradient-overlay.career {
  background-image: linear-gradient(#0009, #0009);
}

.project-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  display: grid;
}

.project-card-bottom {
  z-index: 10;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.subtitle-category {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.slide-arrow {
  border: 1px solid var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  transition: transform .5s;
  display: flex;
  inset: auto auto -20% 38%;
}

.slide-arrow:hover {
  transform: scale(1.1);
}

.slide-arrow.right {
  left: 52%;
}

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

.stacked-intro {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sticky-image-wrapper {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sticky-image-wrapper.image-two {
  background-image: url('../images/_WD_8317.webp');
  background-position: 50%;
}

.sticky-image-wrapper.image-three {
  background-image: url('../images/_WD_8275.webp');
}

.sticky-image-wrapper.image-one {
  background-image: url('../images/_WD_8383.webp');
  background-position: 50% 100%;
}

.sticky-image-bar {
  grid-column-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  padding-bottom: 80px;
  display: grid;
  position: sticky;
  top: 100px;
}

.sticky-box-list {
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
}

.services-container-home {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
  position: relative;
}

.mobile-intro-box-image {
  display: none;
  position: relative;
}

.quality-services-title {
  color: var(--primary);
}

.stacked-info-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.sticky-image {
  width: 450px;
  min-width: 450px;
  height: 450px;
  min-height: 450px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.stacked-title {
  color: var(--primary);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  display: flex;
}

.services-list-wrapper {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.services-description {
  color: var(--primary);
}

.image-events {
  object-fit: fill;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.events-content {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.bottom-block-moment {
  grid-column-gap: 30px;
  display: flex;
  overflow: hidden;
}

.top-block-moment {
  grid-column-gap: 30px;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.content-image {
  max-width: 630px;
  max-height: 350px;
  display: inline-block;
  overflow: hidden;
}

.content-image._2 {
  max-height: 250px;
}

.content-image._3 {
  max-height: 180px;
}

.base-container-slider {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.display-flex-horizontal.margin-top-medium {
  margin-top: 60px;
}

.display-flex-horizontal.desktop-wrap-small-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-vertical-align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.testimonials-slider-style {
  background-color: #0000;
  max-width: 750px;
  height: 350px;
  overflow: hidden;
}

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

.testimonials-slider-holder {
  width: 100%;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.testimonials-slider-mask-style {
  overflow: visible;
}

.slide-arrow-black {
  border: 1px solid var(--primary-dark);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  transition: transform .5s;
  display: flex;
  top: auto;
  bottom: 1%;
  right: 1%;
}

.slide-arrow-black:hover {
  transform: scale(1.1);
}

.slide-arrow-black.left-arrow {
  border-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  inset: auto 0% -10% 70%;
}

.slide-arrow-black.right-arrow-slide {
  border-color: var(--white);
  inset: auto 0% -10% 75%;
}

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

.text-color-white.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-white.margin-bottom-small {
  margin-bottom: 20px;
}

.text-color-white.text-center-copy {
  text-align: center;
  font-size: 18px;
}

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

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

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

.flex-horizontal-align-center.small-gap {
  grid-column-gap: 20px;
}

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

.employee-social-icon {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.our-team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-card {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.employee-position {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.team-member-image {
  object-fit: cover;
  width: 99%;
  height: 100%;
  overflow: hidden;
}

.card-content-wrapper {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #6d69694d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 30px 20px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-social-links-block {
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.team-member-card-image {
  aspect-ratio: auto;
  color: #28382a;
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: 480px;
}

.blog-home-wrapper {
  width: 100%;
}

.home-blog-list {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hover-line-fill {
  background-color: var(--primary-dark);
  width: 100%;
  height: 100%;
}

.hover-line-fill.grey {
  background-color: var(--gray);
}

.home-blog-image-link {
  height: 100%;
  overflow: hidden;
}

.list-blog-item {
  grid-column-gap: 30px;
  border-bottom: 1px solid var(--dark-gray-50);
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.hover-line {
  height: 1px;
  display: block;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line.grey {
  background-color: var(--paragraph-gray);
}

.home-blog-post-heading {
  color: var(--primary-dark);
  transition: opacity .3s;
}

.home-blog-post-heading:hover {
  opacity: .7;
}

.home-content-block {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.blog-image {
  object-fit: cover;
  object-position: 50% 70%;
  width: 500px;
  height: 320px;
}

.published-date {
  margin-top: 0;
  margin-bottom: 0;
}

.home-blog-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.slide-arrow-white {
  border: 1px solid var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/Right.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 50px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  transition: transform .5s;
  display: flex;
  top: auto;
  bottom: 1%;
  right: 1%;
}

.slide-arrow-white:hover {
  transform: scale(1.1);
}

.slide-arrow-white.left {
  background-image: url('../images/left.png');
  background-position: 50%;
  background-size: 50px;
  right: -54%;
}

.container-cta {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  padding: 40px 10px;
  position: relative;
}

.action-block {
  grid-column-gap: 6rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.intro-title {
  z-index: 1;
  text-align: center;
  max-width: 25rem;
  position: relative;
}

.all-caps {
  color: var(--white);
  text-transform: uppercase;
}

.home-intro-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 13vw;
  margin-top: -5rem;
  margin-bottom: -5rem;
  display: grid;
}

.intro-paralax {
  width: 100%;
  margin-right: -2rem;
  overflow: hidden;
}

.home-image-intro {
  z-index: 1;
  flex-direction: column;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-intro-height {
  padding-top: 149%;
}

.home-intro-height.small {
  padding-top: 101%;
}

.image-overlay {
  background-color: #afafaf40;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: 0%;
}

.image-fill {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 150px;
  max-width: 100%;
  height: 150px;
  position: absolute;
  inset: 0%;
}

.home-into-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  display: flex;
  position: relative;
}

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

.nav-item-with-line-block {
  position: relative;
}

.secondary-button-white {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 50px;
  flex-flow: row;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  transition-property: none;
  display: flex;
}

.secondary-button-white.margin-top-large {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--primary-dark);
  margin-top: 50px;
}

.justify-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.navbar-button-wrap {
  flex: none;
}

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

.panel-lines-block {
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.panel-lines {
  border-right: 1px solid var(--dark-gray-50);
  opacity: .25;
  flex: 1;
  height: 100%;
}

.panel-lines.last {
  border-right-style: none;
}

.panel-lines.display-none-mobile {
  opacity: .25;
}

.panel-lines.display-none-mobile.bg-black {
  border: 1px solid var(--primary-dark);
}

.panel-lines.last-display-none-mobile {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--white-50);
}

.panel-lines.last-display-none-mobile.bg-black {
  border-color: var(--black);
}

.panel-lines.bg-black {
  border: 1px solid var(--black);
}

.hero-video-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 50%;
  height: 100%;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.video-button {
  border: 1px solid var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.vertical-line {
  background-color: var(--dark-gray-50);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.vertical-line.top {
  opacity: .25;
  justify-content: flex-end;
}

.vertical-line.bottom-max {
  opacity: .25;
  min-height: 20vh;
}

.line-fill {
  background-color: var(--primary);
  width: 100%;
  height: 25px;
}

.footer-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.footer-top-wrapper {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.image-footer-absolute {
  object-fit: cover;
  object-position: 50% 50%;
  width: 55%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.footer-icons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.footer-icon-links {
  border: 1px solid var(--white);
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa brands 400", sans-serif;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.footer-icon-links:hover {
  background-color: var(--dark-brown);
  transform: scale(1.1);
}

.footer-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.big-text-footer {
  font-family: Kanit, sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1.2em;
}

.banner-slide-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.slide-active-services {
  flex-direction: column;
  align-items: flex-start;
  height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-slide {
  color: var(--primary);
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

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

.link-slide.slide-second, .link-slide.slide-thirth {
  opacity: 0;
}

.big-title {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

.big-text {
  z-index: 1;
  max-width: 717px;
  position: relative;
}

.step-paragraph {
  z-index: 1;
  position: relative;
}

.step-description {
  color: var(--primary);
  margin-top: 20px;
}

.step-block {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.how-it-works-steps {
  width: 100%;
}

.text-about {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.testimonials-text {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5em;
}

.process-text {
  display: block;
  position: relative;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.service-item-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-image-item {
  width: 100%;
  padding-top: 100%;
  position: absolute;
  overflow: hidden;
}

.image-overlay-item {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.image-fill-services {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.projects-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.text-description {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 40px;
}

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

.project-item-image {
  height: 300px;
  overflow: hidden;
}

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

.flex-vertical.medium-gap {
  grid-row-gap: 30px;
}

.flex-vertical.padding-medium {
  z-index: 5;
  padding-left: 60px;
  position: relative;
}

.flex-vertical.padding-top-small {
  color: var(--black);
}

.flex-vertical.small-gap {
  grid-row-gap: 5px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.margin-bottom-small {
  margin-bottom: 10px;
}

.location-icon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.heading-project {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

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

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

.text-content-about {
  width: 50%;
}

.about-list {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-content-image {
  opacity: .8;
  object-fit: fill;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0 15px 0 auto;
}

.image-about-paralax {
  object-fit: cover;
  height: 100%;
}

.process-item-container {
  z-index: 5;
  width: 100%;
  height: 28%;
  position: relative;
  overflow: hidden;
}

.process-overlay-bottom {
  z-index: 2;
  background-image: none;
  height: 5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.process-overlay-bottom.black {
  z-index: 7;
  background-image: linear-gradient(#0000, #000);
}

.process-timeline {
  z-index: 1;
  background-color: var(--transparent);
  width: 3px;
  height: 100%;
  position: absolute;
}

.process-step {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2rem 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.process-container {
  background-color: var(--white);
  opacity: 1;
  width: 100%;
  position: relative;
}

.process-item-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.process-overlay-top {
  z-index: 2;
  height: 5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.process-overlay-top.black {
  z-index: 7;
  background-image: linear-gradient(to bottom, var(--primary-dark), #0000);
}

.process-item-indicator {
  z-index: 2;
  background-color: var(--green);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.process-wrapper {
  grid-row-gap: 60px;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.process-timeline-progress {
  background-color: var(--primary-dark);
  width: 3px;
  height: 0;
}

.process-item-description {
  flex-direction: column;
  order: 1;
  align-items: flex-start;
  display: flex;
}

.overlay-team {
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.section-title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.home-review-content-wrapper {
  width: auto;
  padding-left: 10px;
}

.home-testimonials-image {
  object-fit: cover;
  width: 30%;
  height: 350px;
}

.home-testimonials-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  overflow: hidden;
}

.home-review-quote {
  text-transform: none;
  margin-top: 20px;
}

.slider-home-testimonials {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.display-flex-horizontal-gap {
  grid-column-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.display-flex-horizontal-gap.margin-top-medium {
  margin-top: 60px;
}

.blog-home-image-link {
  width: 100%;
  overflow: hidden;
}

.about-action-block {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  display: flex;
  position: relative;
}

.mask-banner {
  width: 100%;
  margin-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-hero {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--primary-dark), #000000a6 33%, #000000a6 79%, black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-heading {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

.large-growing-image {
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
}

.growing-image.small-second {
  flex: 0 auto;
  width: 35%;
  margin-left: 24px;
}

.growing-background {
  background-image: url('../images/_WD_8084.1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.growing-background.second {
  background-image: url('../images/_WD_8084.webp');
  width: auto;
}

.growing-background.first {
  background-image: url('../images/pexels-tima-miroshniche.webp');
}

.growing-background.third {
  background-image: url('../images/mark-boss_1mark-boss.webp');
}

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

.benefit-block {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.team-column {
  width: 100%;
  display: flex;
}

.team-member {
  object-fit: cover;
  object-position: 50% 50%;
  width: 25%;
  height: 240px;
}

.testimonials-tabs {
  flex-direction: column-reverse;
  display: flex;
}

.tabs-menu-testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  margin-top: 60px;
  display: grid;
}

.tab-link {
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
}

.testimonial-avatar {
  z-index: 2;
  background-image: url('../images/Image1_1Image1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonial-avatar.third {
  background-image: url('../images/client-2_1client 2.webp');
}

.testimonial-avatar.first {
  background-image: url('../images/Image4_1Image4.webp');
}

.tab-link-outline {
  border: 1px solid var(--dark-gray-50);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.centered-intro {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.text-testimonials {
  color: #242424;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.slider-projects {
  background-color: #0000;
  height: auto;
}

.collection-item-project {
  position: relative;
  overflow: hidden;
}

.full-image {
  object-fit: cover;
  max-height: none;
}

.image-project {
  object-fit: cover;
  max-width: 1200px;
  max-height: none;
  overflow: hidden;
}

.small-image {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 250px;
  position: absolute;
  bottom: 13%;
  right: 5%;
}

.background-project {
  color: #fff;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: flex-start;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-services {
  background-image: linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.link-block-service {
  position: relative;
}

.paragraph-service {
  color: var(--primary);
  text-align: center;
  width: 55%;
  font-size: 20px;
}

.big-heading {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2em;
}

.description-absolute {
  position: absolute;
  bottom: -7%;
  left: 0%;
  right: 0%;
}

.left-description {
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-projects {
  color: var(--primary);
  width: 80%;
  font-size: 20px;
}

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

.bottom-block.margin-top {
  order: 0;
}

.slide-arrow-projects {
  border: 1px solid var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  transition: transform .5s;
  display: flex;
  top: auto;
  bottom: 5%;
  right: -56%;
}

.slide-arrow-projects:hover {
  transform: scale(1.1);
}

.slide-arrow-projects.next {
  right: 5%;
}

.home-blog-title-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: sticky;
  top: 40px;
}

.news-home-wrapper {
  width: 70%;
  margin-top: 10px;
}

.home-heading-blog {
  max-width: 430px;
  margin-bottom: 20px;
}

.home-news-wrapper {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.home-news-list {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hover-line-fill-second {
  background-color: var(--primary-dark);
  width: 100%;
  height: 100%;
}

.home-news-image-link {
  height: 100%;
  overflow: hidden;
}

.list-news-item {
  grid-column-gap: 30px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.hover-line-second {
  background-color: var(--dark-gray-50);
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

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

.home-news-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.news-picture {
  object-fit: cover;
  width: 350px;
  height: 300px;
}

.home-blog-post-title {
  margin-top: 0;
  transition: opacity .3s;
}

.home-blog-post-title:hover {
  opacity: .7;
}

.banner-home-grid {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
  display: grid;
  position: relative;
}

.grid-content {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -40px;
  display: grid;
}

.not-full {
  width: 100%;
}

.span-avatar {
  border: 1px solid var(--dark-gray-50);
  background-image: url('../images/Team-Member-3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: -.8rem;
  margin-left: .5rem;
  margin-right: .5rem;
  transition-property: border-radius;
  transition-duration: .4s;
  display: none;
  position: relative;
  bottom: -.075rem;
}

.span-avatar:hover {
  border-radius: 2rem;
}

.text-grid {
  position: sticky;
  top: 40px;
}

.subtitle-big {
  color: #000c;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.hover-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 99%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hover-item-link {
  object-fit: fill;
  width: 34%;
  min-width: 33.33vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.collection-list-blog {
  z-index: 20;
  justify-content: center;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-hero-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 400px;
  margin-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.about-hero-column {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.column-image-wrapper {
  z-index: 10;
  flex: 1;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.image-full {
  object-fit: cover;
  object-position: 50% 20%;
  width: 99%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.column-image-spacer {
  z-index: 10;
  flex-direction: column;
  flex: 0 auto;
  height: 15vh;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-text-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  display: flex;
  position: relative;
}

.banner-text-wrapper.contact-us-two {
  margin-bottom: 60px;
}

.workflow-video-wrap {
  z-index: 5;
  width: 100%;
  height: 420px;
  position: absolute;
  inset: 0%;
}

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

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

.image-faq {
  height: 650px;
}

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

.accordion-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.team-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  display: flex;
  position: relative;
}

.timeline-progress-line {
  z-index: 6;
  background-color: #fff3;
  width: 3px;
  height: 100%;
  position: absolute;
}

.text-align-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  display: grid;
}

.timeline-grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 140px 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.timeline-circle {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: sticky;
  top: 50vh;
}

.timeline-description {
  color: #fff;
}

.timeline-progress-bar {
  background-color: #fff;
  width: 3px;
  height: 0;
}

.timeline-date {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2em;
  position: sticky;
  top: 50vh;
}

.image-process {
  position: relative;
  top: -30px;
}

.content-about {
  width: 100%;
}

.overflow-backround-project {
  display: block;
  position: absolute;
  inset: 0%;
}

.banner-content-inner {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start center;
  width: 60%;
  display: grid;
  position: relative;
}

.banner-content-inner.is-100 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-items: start;
  width: 100%;
}

.project-item-image-big {
  width: auto;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.empty-state-white {
  color: var(--primary);
  background-color: #0000;
}

.projects-wrapper {
  background-color: var(--primary-dark);
  flex-direction: column;
  display: flex;
}

.image-small {
  opacity: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.small-image-block {
  z-index: 2;
  width: 300px;
  height: 250px;
  position: absolute;
  bottom: 13%;
  right: 5%;
  overflow: hidden;
}

.banner-projects {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start start;
  width: 100%;
  display: grid;
  position: relative;
}

.project-banner-top {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.project-banner-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.info-list {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.info-link {
  border-top: 1px solid var(--dark-gray-50);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: padding .5s, color .3s;
}

.info-link.w--current {
  background-color: #afafaf1a;
  padding-left: 20px;
  padding-right: 20px;
}

.info-link.last {
  border-bottom: 1px solid var(--dark-gray-50);
}

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

.project-stage-info {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.poject-title {
  margin-bottom: 20px;
  font-size: 32px;
}

.poject-title.top-margin-small {
  margin-top: 15px;
}

.stage-banner {
  width: 100%;
  height: 400px;
  position: relative;
}

.background-image-stage {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.gallert-image-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.lightbox-link-showcase {
  width: 100%;
}

.gallery-image-item {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-image-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.poject-title-small {
  font-size: 22px;
}

.projects-2-column {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-2-column.margin-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 0;
}

.pricing-text-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-featutes-grid {
  grid-column-gap: 70px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.margin-top-medium {
  margin-top: 30px;
  font-style: normal;
}

.customer-block {
  z-index: 1;
  background-color: var(--primary);
  width: 200px;
  height: 180px;
  padding: 40px 30px;
  position: relative;
}

.background-image {
  background-image: linear-gradient(#000c, #000c);
  position: absolute;
  inset: 0%;
}

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

.banner-title-block {
  max-width: 650px;
}

.service-background-wrapper {
  z-index: 2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services-collection-column {
  width: 100%;
}

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

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

.service-overlay {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-services {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start start;
  width: 100%;
  display: grid;
  position: relative;
}

.paragraph-contact {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.service-banner-top {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.secondary-button-form {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  transition: color .3s, background-color .3s;
}

.secondary-button-form:hover {
  background-color: var(--primary);
  color: var(--primary-dark);
}

.secondary-button-form.margin-top-large {
  margin-top: 50px;
}

.contacts-form-2-wrapper {
  background-color: var(--primary-dark);
  width: 50%;
  margin-right: 60px;
  padding: 40px;
}

.project-item-image-fill {
  z-index: 2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contacts-textarea-big {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  min-width: 910px;
  max-width: 910px;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea-big:focus {
  border-bottom-color: var(--primary);
  padding-left: 16px;
}

.contacts-textarea-big:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-textarea-big[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.contacts-textarea-big::placeholder {
  color: var(--gray);
  font-size: 16px;
}

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

.blog-list-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line {
  background-color: var(--primary);
  color: var(--primary);
  width: 20px;
  height: 2px;
  line-height: 1.2em;
}

.blog-template-prev {
  flex-direction: column;
  display: flex;
}

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

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

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

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

.blog-small-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 90px;
  margin-right: 10px;
  transition: transform .6s;
}

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

.column-wrapper-medium {
  width: 60%;
}

.column-wrapper-medium.tablet-full-width {
  align-items: center;
}

.sidebar-search-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gray);
  color: var(--primary);
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding: 18px;
  font-size: 18px;
}

.sidebar-search-input:focus {
  border-bottom-color: var(--primary-dark);
  font-size: 18px;
}

.sidebar-search-input:focus-visible {
  border-color: transparent transparent var(--primary);
}

.sidebar-search-input[data-wf-focus-visible] {
  border-color: transparent transparent var(--primary);
}

.sidebar-search-input::placeholder {
  color: var(--gray);
  font-size: 18px;
}

.title-hover {
  opacity: 1;
  color: var(--primary);
  transition: opacity .3s;
}

.title-hover:hover {
  opacity: .8;
}

.title-hover.without-top-margin {
  margin-top: 0;
}

.text-content-large {
  width: 80%;
}

.text-content-small {
  justify-content: flex-end;
  width: 23%;
  overflow: hidden;
}

.column-wrapper {
  width: 40%;
}

.primary-button-form {
  background-color: var(--primary-dark);
  border: 1px solid #000;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color .3s, background-color .3s;
}

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

.blog-column {
  grid-column-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-grid-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 400px;
  transition: transform .9s;
}

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

.description-container-blog {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 75px;
  margin-bottom: 55px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.blog-content {
  z-index: 50;
  padding-top: 10px;
}

.blog-item-grid {
  position: relative;
}

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

.service-column {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.service-column.second {
  margin-top: 40px;
}

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

.heading-2-details {
  margin-top: 20px;
  font-size: 32px;
}

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

.text-container-service {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

._404-block {
  font-size: 180px;
  line-height: 1.2em;
}

._404-text {
  font-family: Kanit, sans-serif;
  font-weight: 500;
}

.negative-botton-margin {
  margin-bottom: -15px;
}

.slide-testimonials {
  max-width: 1200px;
  margin-right: 10px;
}

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

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

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

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

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

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

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

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

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

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

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

.buy-now-webflow-icon {
  margin-right: 8px;
}

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

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

.nav-link {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.nav-text-link {
  margin: 10px 20px;
  transition: all .3s;
  position: relative;
}

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

.nav-text-link.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

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

.main-wrapper {
  position: static;
}

.button-spacer {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  display: flex;
}

.section-why-us.margin-bottom-large {
  background-image: url('../images/pq10-min-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.why-us-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1200px;
  margin-top: 40px;
  display: grid;
}

.section-our-work.margin-bottom-large {
  overflow: hidden;
}

.project-wrappper {
  position: relative;
}

.project-wrappper.margin-bottom-medium {
  order: 0;
  max-height: none;
  padding-top: 0;
}

.footer-1 {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.panel-lines-block--hero {
  opacity: .25;
  color: var(--black);
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.panel-lines-block-copy {
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.panel-lines-block-copy.background-black {
  background-color: var(--black);
}

.play-button-2 {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: none;
  position: absolute;
}

.play-button-hover-2 {
  z-index: 10;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  display: none;
  position: absolute;
  transform: none;
}

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

.workflow-video-wrapper-about {
  width: 100%;
}

.project-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.pre-loader {
  display: none;
  position: relative;
}

.main-loader {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader-img {
  filter: grayscale();
  max-width: none;
  height: 100vh;
}

.loader-logo {
  width: 200px;
  max-width: none;
  display: inline-block;
  position: static;
}

.paragraph-gray-2 {
  color: #d9d9ca;
}

.underline-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0%;
}

.underline-2.white {
  background-color: #fff;
}

.gradient-hero-2 {
  z-index: 2;
  background-image: linear-gradient(#000, #000000a6 33% 79%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-template-social-link-2 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.project-template-social-link-2:hover {
  color: #000;
  background-color: #fff;
}

.project-template-social-link-2.last-child {
  margin-right: 0;
}

.link-2 {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.info-link-2 {
  border-top: 1px solid #afafaf80;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: padding .5s, color .3s;
}

.info-link-2.w--current {
  background-color: #afafaf1a;
  padding-left: 20px;
  padding-right: 20px;
}

.info-link-2.last {
  border-bottom: 1px solid #afafaf80;
}

.subtitle-4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.subtitle-5 {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.button-2 {
  background-color: var(--green);
  border-radius: 50px;
  padding: 30px;
  font-size: 20px;
  font-weight: 600;
}

.button-2.margin-top-medium {
  background-color: var(--green);
  color: var(--white);
  border-width: 0;
  border-radius: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mask-logo {
  min-width: auto;
  max-width: none;
  position: static;
  overflow: hidden;
}

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

.why-us-wrap {
  text-align: center;
  display: block;
}

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

.careers-from_wrapper {
  background-color: var(--primary-dark);
  width: 90%;
  margin-left: 40px;
  padding: 40px;
}

.careers-form-title {
  color: var(--primary);
  text-align: center;
  margin-bottom: 40px;
}

.form-careers {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.careers-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  min-width: 600px;
  max-width: 390px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.careers-input:focus {
  border-bottom-color: var(--white);
  color: var(--primary);
  padding-left: 16px;
}

.careers-input:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.careers-input[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.careers-input::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.careers-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  min-width: 600px;
  max-width: 390px;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 40px;
  padding: 16px 18px;
  font-size: 16px;
}

.careers-textarea:focus {
  border-bottom-color: var(--primary);
  padding-left: 16px;
}

.careers-textarea:focus-visible {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.careers-textarea[data-wf-focus-visible] {
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.careers-textarea::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.project-wrap {
  width: auto;
}

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

.logo-img {
  max-width: 100%;
  padding-bottom: 15px;
}

.link-block-2 {
  position: absolute;
  bottom: 360px;
  left: 290px;
}

.div-block {
  object-fit: cover;
  max-width: 1200px;
  max-height: 600px;
  display: block;
  overflow: hidden;
}

.hero-sub {
  color: var(--white);
  font-size: 20px;
}

.marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.marquee_wrap.marquee-content {
  flex: none;
  justify-content: space-around;
}

.marquee_wrap.marquee-content.scroll {
  flex: none;
}

.sponsor-logo {
  object-fit: contain;
  width: 200px;
  height: 80px;
  margin-right: 10px;
}

.sponsor-logo.size {
  height: 80px;
}

.sponsor-logo.wf {
  width: 450px;
}

.marquee-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: none;
  position: relative;
}

.italic-text {
  font-style: normal;
}

.video-button-about {
  z-index: 5;
  border: 1px solid var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.video-button-about.hide {
  display: none;
}

.link-wrapper-gallery {
  width: 25%;
  margin-top: 10px;
  margin-left: 800px;
}

.content-image-copy {
  max-width: 630px;
  max-height: 350px;
  display: inline-block;
  overflow: hidden;
}

.content-image-copy._2 {
  max-height: 350px;
}

.text-container-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.secondary-button-white-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

.secondary-button-white-2.margin-top-large {
  margin-top: 50px;
}

.slide-wrap-2 {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.span-point-4 {
  background-color: #fff;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  line-height: 14px;
  display: inline-block;
}

.title-container-2 {
  width: 50%;
}

.background-load-top-2 {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background-load-top-2.dark-color {
  background-color: #000;
  display: none;
}

.container-blog-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.section-3.background-overflow {
  background-color: #000;
  overflow: hidden;
}

.section-3.background-overflow.works {
  padding-top: 40px;
}

.section-3.black-background {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.subtitle-6 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.background-load-bottom-2 {
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.background-load-bottom-2.dark-color {
  background-color: #000;
  display: none;
}

.primary-button-gallery {
  border: 1px solid var(--white);
  background-color: var(--primary-dark);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

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

.padding-top {
  padding-top: 40px;
}

.div-block-3 {
  object-fit: cover;
  flex-direction: row;
  max-width: 1200px;
  max-height: 600px;
  display: block;
  overflow: hidden;
}

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

.site-team_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  grid-template: ". . . . Area"
                 ". . . . ."
                 ". . . . ." .25fr
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 400px;
  margin-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.div-block-5 {
  background-color: #602a2a;
  height: 100px;
}

.flex-vertical-2 {
  flex-direction: column;
  align-items: flex-start;
  height: 1px;
  display: flex;
}

.project-image-1 {
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/5.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.project-image-2 {
  background-image: url('../images/Project-2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.project-image-3 {
  background-image: url('../images/4.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.project-image-4 {
  background-image: url('../images/9.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.project-image-5 {
  background-image: url('../images/1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.project-image-6 {
  background-image: url('../images/3.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.facebbok-feed_code {
  margin-top: 40px;
}

.div-block-9 {
  object-fit: cover;
  max-width: 1200px;
  max-height: 600px;
  overflow: hidden;
}

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

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

.slider-wrapper-2 {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}

.subtitle-7 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.paragraph {
  line-height: 0;
}

.div-block-10 {
  max-width: 1200px;
  overflow: hidden;
}

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

.paragraph-black {
  margin-top: 0;
  font-size: 18px;
}

.image-8 {
  width: 100%;
  max-width: none;
}

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

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  display: flex;
}

.bottom-block-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-block-copy.margin-top {
  order: 0;
  align-items: flex-end;
  width: 60%;
}

.left-description-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 40px 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-projects-copy {
  color: var(--primary);
  text-align: right;
  width: 80%;
  font-size: 20px;
}

.project-content-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.link-block-3 {
  background-color: var(--black);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  color: var(--transparent);
}

.up-button-wrap {
  z-index: 999;
  width: 52px;
  height: 52px;
  position: fixed;
  inset: auto 5% 5% auto;
}

.div-block-14 {
  width: auto;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.project-image-5-copy {
  background-image: url('../images/7_1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.hover-item-link-2 {
  object-fit: fill;
  width: 34%;
  min-width: 60vw;
  height: 100%;
  position: relative;
  overflow: auto;
}

.text-container3 {
  grid-column-gap: 40px;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

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

.section-3-copy.background-overflow {
  background-color: #000;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: hidden;
}

.link-wrapper-project {
  width: 25%;
  margin-top: 40px;
  margin-left: auto;
}

.slide-wrap-2-copy {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.div-block-16, .div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  overflow: visible;
}

.video-btn {
  flex: none;
}

.video-btn.margin-top-large {
  margin-top: 14px;
}

.video-bt {
  border: 1px solid var(--green);
  color: var(--green);
  text-align: center;
  border-radius: 100px;
  align-items: center;
  padding: 18px 30px;
  display: flex;
}

.video-bt.margin-top-large {
  margin-top: 40px;
}

.text-style-btn {
  font-size: 20px;
  font-weight: 600;
}

.home-12-team-icon-2 {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
}

.home-12-team-icon-2:hover {
  color: #3bbb96;
}

.text-container-3 {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  display: flex;
}

.secondary-button-white-3 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

.secondary-button-white-3.margin-top-large {
  margin-top: 50px;
}

.slide-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 400px;
  display: flex;
  position: relative;
}

.span-point-5 {
  background-color: #fff;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  line-height: 14px;
  display: inline-block;
}

.title-container-4 {
  width: 50%;
}

.collection-list-blog-2 {
  z-index: 20;
  justify-content: center;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.card-info {
  z-index: 10;
  text-align: center;
  background-color: #000;
  padding: 10px 20px 20px;
}

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

.hover-item-link-2 {
  width: 600px;
  min-width: 50vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.subtitle-8 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
}

.home-12-team-socials-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.hover-image-2 {
  object-fit: cover;
  object-position: 50% 20%;
  width: 99%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-blog-wrap-2 {
  width: 100vw;
}

.hover-image-3 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 99%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-blog-3 {
  z-index: 20;
  justify-content: center;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-hero-column-copy {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.site-team_grid-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template: "." 172px
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.text-projects-2 {
  color: #fff;
  width: 60%;
  font-size: 20px;
}

.without-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.span-point-2 {
  background-color: #fff;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  line-height: 14px;
  display: inline-block;
}

.div-block-19 {
  max-width: 1200px;
  height: 600px;
  overflow: hidden;
}

.background-project-copy {
  background-image: linear-gradient(#000000b3, #000000b3);
  max-width: 1200px;
  height: 600px;
  position: static;
  inset: 0%;
}

.projects-wrapper-copy-2 {
  background-color: #000;
  flex-direction: column;
  display: flex;
}

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

.link-copy-2 {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.link-copy-2.align-start {
  align-self: flex-start;
}

.secondary-button-white-4 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition-property: none;
}

.secondary-button-white-4.margin-top-large {
  margin-top: 50px;
}

.left-description-copy-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-project-copy {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.link-copy {
  color: var(--primary-dark);
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.link-copy.margin-top-medium {
  margin-top: 40px;
}

.link-copy.margin-bottom-small {
  margin-bottom: 10px;
}

.link-copy.align-start {
  align-self: flex-start;
}

.preloader-left {
  background-color: #000c;
  width: 50%;
  min-height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preloader-right {
  background-color: #000c;
  width: 50%;
  min-height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.without-margin-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.without-margin-3.text-color-white {
  color: #fff;
}

.link-3 {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.link-3.align-start {
  align-self: flex-start;
}

.div-block-20 {
  object-fit: cover;
  flex-direction: row;
  max-width: 1200px;
  max-height: 600px;
  display: block;
  overflow: hidden;
}

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

.text-white-5.work {
  text-align: center;
}

.section-4 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-4.project {
  padding-bottom: 0;
}

.span-point-6 {
  color: #000;
  background-color: #016629;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  line-height: 14px;
  display: inline-block;
}

.span-point-6:hover, .span-point-6.white {
  background-color: #fff;
}

.secondary-button-2 {
  color: #016629;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px solid #016629;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 600;
  transition: color .3s;
}

.secondary-button-2:hover {
  color: #fff;
  background-color: #01662900;
  background-image: none;
  border-color: #fff;
}

.secondary-button-2.margin-top-large {
  color: #fff;
  background-color: #016629;
  background-image: linear-gradient(#016629, #016629);
  margin-top: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
  transition-property: font-size;
}

.secondary-button-2.margin-top-large:hover {
  background-color: #0000;
  background-image: none;
}

.link-copy-3 {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.text-projects-3 {
  color: #fff;
  width: 80%;
  font-size: 20px;
}

.text-projects-copy-2 {
  color: #fff;
  text-align: right;
  width: 80%;
  font-size: 20px;
}

.div-block-21 {
  object-fit: cover;
  max-width: 1200px;
  max-height: 600px;
  overflow: hidden;
}

.image-10 {
  width: 48px;
  max-width: 100%;
  height: auto;
}

.image-11 {
  width: 48px;
}

.image-12 {
  background-image: url('../images/Right.png');
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.image-13 {
  background-image: url('../images/left.png');
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: relative;
}

.service-hero-grid {
  grid-template-rows: auto;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .section.with-paralax, .section.with-paralax-copy-cozzz {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-container {
    padding-top: 20px;
  }

  .nav-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: -300px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    border-radius: 0;
  }

  .footer-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    overflow: visible;
  }

  .navbar-absolute {
    padding-top: 0;
  }

  .menu-wrap {
    flex-wrap: nowrap;
    align-items: center;
    position: static;
  }

  .justify-right {
    align-items: center;
  }

  .image-project {
    max-height: 600px;
  }

  .left-description {
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 140px;
  }

  .small-image-block {
    width: 400px;
    height: 300px;
  }

  .paragraph-contact {
    font-size: 15px;
  }

  .why-us-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .loader-logo {
    width: 250px;
  }

  .link-wrapper-gallery {
    width: 20%;
    margin-left: 900px;
  }

  .text-container-2 {
    grid-column-gap: 120px;
  }

  .title-container-2 {
    padding-right: 40px;
  }

  .container-blog-2 {
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .left-description-copy {
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 140px;
  }

  .text-container3 {
    grid-column-gap: 120px;
  }

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

  .link-wrapper-project {
    width: 20%;
    margin-left: auto;
  }

  .text-container-3 {
    grid-column-gap: 120px;
  }

  .title-container-4 {
    padding-right: 40px;
  }

  .left-description-copy-2 {
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 140px;
  }

  .div-block-22 {
    min-width: auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu-wrapper {
    border-radius: 0;
  }

  .image-project {
    object-fit: cover;
    height: auto;
    max-height: 600px;
  }

  .loader-logo {
    width: 300px;
  }

  .link-wrapper-gallery {
    margin-left: 1110px;
  }

  .link-wrapper-project {
    margin-left: auto;
  }

  .image-project-copy {
    height: 780px;
  }

  .div-block-22 {
    min-width: auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section, .section.with-paralax {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section.without-space-overflow {
    background-color: var(--black);
  }

  .section.with-paralax-copy-cozzz {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .base-container {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .base-container.position-absolute {
    flex-direction: row;
    max-width: none;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-wrapper {
    justify-items: stretch;
  }

  .footer-wrapper {
    justify-items: stretch;
    width: auto;
    max-width: 1200px;
  }

  .tabs-menu {
    justify-content: flex-end;
  }

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

  .overflow-background {
    height: 100%;
    inset: 0%;
  }

  .heading-banner {
    font-size: 72px;
    display: block;
    overflow: visible;
  }

  .slider-wrapper, .testimonials-slider-holder {
    max-width: 1200px;
  }

  .testimonials-slider-mask-style {
    overflow: hidden;
  }

  .intro-title {
    align-items: flex-end;
    display: flex;
  }

  .home-into-description {
    justify-content: center;
  }

  .negative-margin {
    display: block;
  }

  .image-footer-absolute {
    position: absolute;
    inset: 0%;
  }

  .section-title-wrap {
    width: 100%;
  }

  .team-column {
    justify-content: center;
    width: 60%;
    max-width: 1200px;
  }

  .team-member {
    flex: 1;
    width: auto;
    max-width: none;
    height: 350px;
    display: block;
  }

  .team-member-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .full-image {
    object-position: 50% 50%;
    max-width: 1200px;
    max-height: 600px;
    overflow: hidden;
  }

  .image-project {
    object-fit: contain;
    object-position: 50% 50%;
    max-width: 1200px;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .background-project {
    object-fit: fill;
    max-width: 1200px;
    max-height: none;
  }

  .left-description {
    justify-content: space-between;
    align-items: flex-start;
    max-height: none;
    padding-left: 100px;
  }

  .small-image-block {
    width: 500px;
    height: 350px;
  }

  .projects-2-column.margin-bottom {
    grid-template-rows: auto auto;
  }

  .why-us-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 1200px;
    display: grid;
  }

  .project-wrappper.margin-bottom-medium {
    object-fit: fill;
    align-self: auto;
    max-width: 1200px;
    max-height: 600px;
    overflow: visible;
  }

  .footer-1 {
    justify-content: space-around;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .project-content {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .careers-from_wrapper {
    width: 100%;
  }

  .project-wrap {
    width: auto;
  }

  .div-block {
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    display: flex;
    overflow: hidden;
  }

  .link-wrapper-gallery {
    margin-left: 1500px;
  }

  .slide-wrap-2 {
    height: 600px;
  }

  .section-3.black-background {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-3 {
    object-fit: contain;
    max-width: 1200px;
    max-height: 100%;
    overflow: visible;
  }

  .site-team_grid {
    max-width: 1200px;
  }

  .div-block-9 {
    object-fit: cover;
    max-height: 600px;
  }

  .left-description-copy {
    justify-content: space-between;
    max-height: none;
    padding-right: 100px;
  }

  .project-content-copy {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .link-wrapper-project {
    margin-left: auto;
  }

  .slide-wrap-2-copy {
    height: 600px;
  }

  .slide-wrap {
    width: auto;
    height: 600px;
  }

  .hover-item-link-2 {
    width: auto;
    min-width: 40vw;
  }

  .site-team_grid-copy {
    max-width: 1200px;
  }

  .text-projects-2 {
    width: 50%;
  }

  .image-project-copy {
    width: 100%;
    height: 900px;
  }

  .div-block-20 {
    object-fit: contain;
    max-width: 1200px;
    max-height: 100%;
    overflow: visible;
  }

  .section-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-21 {
    object-fit: cover;
    max-height: 600px;
  }

  .div-block-22 {
    min-width: auto;
    max-width: 100%;
  }
}

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

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.banner {
    min-height: 300px;
    padding-top: 100px;
  }

  .section.changelog-banner {
    min-height: 300px;
    padding-top: 110px;
  }

  .section.contacts-2-banner {
    padding-top: 140px;
  }

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

  .section.about-us-banner {
    min-height: 300px;
    padding-top: 100px;
  }

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

  .section.home-banner {
    height: auto;
    padding-top: 220px;
  }

  .section.our-team, .section.inner, .section.inner-page {
    padding-top: 110px;
  }

  .section.banner-project, .section.banner-service {
    padding-top: 180px;
  }

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

  .section.inner-pages, .section.blog-page {
    padding-top: 110px;
  }

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

  .base-container {
    align-items: center;
  }

  .base-container.position-relative-start, .base-container.banner-project {
    z-index: 3;
  }

  .grid-system {
    width: 100%;
  }

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

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

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

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

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

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

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

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

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

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

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

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

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

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

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

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

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

  .nav-dropdown-icon {
    color: var(--primary);
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary-dark);
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 300px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .nav-item-title {
    color: var(--primary);
    font-size: 16px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

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

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

  .coming-soon-heading {
    text-align: center;
  }

  .blog-template-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .footer-bottom-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-copyright {
    width: 75%;
    position: static;
  }

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

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

  .paragraph-large.about-text {
    width: 85%;
  }

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

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

  .services-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .accordion-toggle:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-wrapper {
    flex-direction: column;
  }

  .accordion-wrap {
    width: 100%;
  }

  .accordion-title {
    width: auto;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

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

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

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-textarea, .contacts-input {
    min-width: 678px;
    max-width: 678px;
  }

  .contacts-2-location-wrapper {
    width: 45%;
    margin-top: 0;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-2-content {
    width: 55%;
    padding-right: 30px;
  }

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

  .contacts-3-form-wrapper {
    width: 100%;
    max-width: 758px;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

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

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

  .footer-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: visible;
  }

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

  .footer-logo-wrapper {
    width: 50%;
  }

  .customers-grid, .testimonials-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-details-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

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

  .about-wrap.top-margin {
    margin-top: 0;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-template-content {
    padding-right: 0;
    position: static;
  }

  .project-template-content-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .navbar-absolute {
    height: 60px;
  }

  .banner-slide-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-slide-content-con {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    height: auto;
    margin-left: 0;
  }

  .banner-slider-heading {
    width: 100%;
    max-width: 620px;
  }

  .right-arrow {
    bottom: 55px;
  }

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

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

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

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

  .text-container {
    grid-column-gap: 20px;
  }

  .description-container.full, .title-container.full {
    width: 100%;
  }

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

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

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

  .portfolio-grid-image-link {
    height: 400px;
  }

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

  .latest-news-wrap {
    position: relative;
    top: 0;
  }

  .lastest-news-career {
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
  }

  .home-service-item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    box-shadow: 0 0 20px 1px #00000014;
  }

  .home-6-blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
  }

  .home-6-blog-collection {
    max-width: 100%;
    overflow: visible;
  }

  .home-service-image {
    height: 300px;
  }

  .home-service-content {
    grid-row-gap: 40px;
  }

  .industry-insights-left {
    position: static;
  }

  .category-collection-list {
    flex-flow: wrap;
  }

  .home-2-blog-list {
    flex-direction: column;
  }

  .content {
    margin-bottom: 0;
  }

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

  .additional-features-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .additional-features-left {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .home-slider {
    height: auto;
  }

  .home-2-projects-list {
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

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

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

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

  .home-logos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .tablet-menu {
    background-color: var(--primary-dark);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    display: block;
  }

  .brand-tablet {
    width: 50%;
    display: block;
  }

  .brand-tablet.w--current {
    height: 100%;
  }

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

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

  .spacing-system-title {
    font-size: 25px;
  }

  .underline.white {
    display: none;
  }

  .banner-content {
    width: 65%;
  }

  .benefits-wrapper.margin-bottom-xlarge {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .intro-right-image {
    min-height: 400px;
  }

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

  .slide-arrow {
    left: 36%;
  }

  .slide-arrow.right {
    left: 54%;
  }

  .stacked-intro {
    grid-row-gap: 25px;
  }

  .sticky-image-wrapper.image-two {
    order: 0;
  }

  .sticky-image-wrapper.image-one {
    object-fit: cover;
    object-position: 50% 50%;
    flex: 0 auto;
  }

  .sticky-image-bar {
    display: none;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
  }

  .services-container-home {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .mobile-intro-box-image {
    object-fit: cover;
    width: 100%;
    height: 375px;
    display: flex;
  }

  .intro-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    display: grid;
  }

  .services-list-wrapper {
    grid-row-gap: 48px;
  }

  .events-content {
    grid-row-gap: 20px;
  }

  .bottom-block-moment {
    grid-column-gap: 20px;
    margin-right: 80px;
    overflow: auto;
  }

  .top-block-moment {
    grid-column-gap: 20px;
    margin-left: 80px;
    overflow: auto;
  }

  .content-image {
    max-width: 374px;
    max-height: 208px;
    margin-bottom: 0;
  }

  .display-flex-horizontal.position-relative {
    width: 60%;
  }

  .testimonials-slider-style {
    height: 460px;
  }

  .testimonials-slider-holder {
    max-width: 675px;
  }

  .testimonials-slider-mask-style {
    overflow: hidden;
  }

  .slide-arrow-black.left-arrow {
    left: 60%;
  }

  .slide-arrow-black.right-arrow-slide {
    left: 79%;
    right: 70%;
  }

  .our-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-content-wrapper {
    bottom: -1%;
  }

  .team-social-links-block {
    margin-top: 10px;
  }

  .blog-home-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .hover-line {
    display: none;
  }

  .hover-line.grey {
    display: flex;
  }

  .home-content-block {
    width: 100%;
  }

  .home-blog-content-wrapper {
    width: 60%;
  }

  .slide-arrow-white.left {
    right: -38%;
  }

  .container-cta.without-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .action-block {
    grid-column-gap: 2rem;
    place-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro-strip.second {
    margin-top: 0;
  }

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

  .navbar-button-tablet {
    display: block;
  }

  .footer-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    position: relative;
  }

  .footer-top-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .footer-image {
    display: none;
  }

  .image-footer-absolute {
    opacity: .8;
    width: 100%;
  }

  .footer-icons-wrapper {
    margin-top: 0;
  }

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

  .big-text-footer {
    font-size: 68px;
  }

  .banner-slide-image {
    height: 90%;
    padding-bottom: 100px;
  }

  .step-description {
    margin-top: 0;
  }

  .step-block {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonials-text {
    font-size: 24px;
  }

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

  .service-image-item {
    padding-top: 80%;
    position: relative;
  }

  .image-overlay-item {
    background-color: #0000;
  }

  .projects-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .text-description {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .flex-vertical.padding-medium {
    padding-left: 0;
  }

  .text-content-about {
    width: 80%;
  }

  .image-content-image {
    opacity: .7;
    width: 50%;
    right: 0;
  }

  .image-about-paralax {
    opacity: 1;
  }

  .process-item-container {
    height: 100%;
  }

  .section-title-wrap {
    align-self: center;
    width: 70%;
  }

  .home-review-content-wrapper {
    width: 100%;
    padding-bottom: 60px;
  }

  .home-testimonials-image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-testimonials-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .about-action-block {
    grid-column-gap: 2rem;
    place-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .about-description {
    max-width: 30rem;
  }

  .mask-banner {
    padding-left: 0;
  }

  .banner-heading {
    width: 100%;
    max-width: 620px;
    font-size: 62px;
  }

  .large-growing-image {
    min-height: 450px;
  }

  .process-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .team-member {
    height: 250px;
  }

  .centered-intro {
    max-width: 650px;
  }

  .text-testimonials {
    font-size: 24px;
  }

  .full-image {
    max-height: 500px;
  }

  .image-project {
    object-fit: contain;
    height: auto;
    max-height: 500px;
  }

  .small-image {
    bottom: 15%;
  }

  .background-project {
    object-fit: contain;
    display: block;
  }

  .paragraph-service {
    width: 80%;
  }

  .big-heading {
    font-size: 48px;
  }

  .description-absolute {
    bottom: 15%;
  }

  .left-description {
    justify-content: center;
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .text-projects {
    width: 100%;
    font-size: 18px;
  }

  .bottom-block.margin-top {
    flex-direction: column;
    margin-top: 0;
  }

  .slide-arrow-projects {
    right: -37%;
  }

  .home-blog-title-copy {
    width: 70%;
    position: static;
  }

  .news-home-wrapper {
    width: 100%;
    margin-top: 0;
  }

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

  .hover-line-fill-second {
    display: none;
  }

  .home-news-content-wrapper {
    width: 60%;
  }

  .banner-home-grid {
    width: 90%;
  }

  .text-grid {
    margin-bottom: 50px;
    position: static;
    top: 0;
  }

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

  .hover-item-link {
    width: 45%;
    min-width: 45vw;
  }

  .collection-list-blog {
    grid-column-gap: 30px;
    justify-content: flex-start;
    width: 100%;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .about-hero-bottom {
    min-height: 350px;
  }

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

  .faq-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-faq {
    height: auto;
  }

  .image-cover {
    height: 400px;
  }

  .team-description {
    max-width: 30rem;
  }

  .timeline-progress-line {
    left: 4.3em;
  }

  .text-align-right {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .timeline-grid-wrapper {
    grid-column-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 140px 1fr;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-process {
    display: none;
  }

  .overflow-backround-project {
    background-color: #0009;
  }

  .banner-content-inner {
    width: 65%;
  }

  .project-item-image-big {
    height: 300px;
  }

  .small-image-block {
    bottom: 15%;
  }

  .project-banner-top {
    width: 80%;
  }

  .info-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .info-link.last-tablet {
    border-bottom: 1px solid var(--dark-gray-50);
  }

  .gallert-image-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .projects-2-column {
    grid-column-gap: 50px;
  }

  .projects-2-column.margin-bottom {
    grid-column-gap: 50px;
    margin-bottom: 60px;
  }

  .pricing-featutes-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .services-list {
    grid-column-gap: 50px;
  }

  .service-banner-top {
    width: 80%;
  }

  .contacts-form-2-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .contacts-textarea-big {
    min-width: 658px;
    max-width: 678px;
  }

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

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

  .column-wrapper-medium.tablet-full-width, .column-wrapper {
    width: 100%;
  }

  .blog-column {
    flex-direction: column;
  }

  .description-container-blog {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-container-blog {
    grid-column-gap: 20px;
    margin-bottom: 0;
  }

  .heading-2-details {
    margin-top: 0;
  }

  .text-container-service {
    grid-column-gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  ._404-text {
    font-size: 140px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .nav-link {
    color: var(--primary);
    font-size: 16px;
  }

  .nav-text-link {
    margin-left: 0;
  }

  .project-wrappper.margin-bottom-medium {
    max-width: 1200px;
  }

  .underline-2.white {
    display: none;
  }

  .info-link-2.last-tablet {
    border-bottom: 1px solid #afafaf80;
  }

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

  .careers-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .careers-from_wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .careers-input, .careers-textarea {
    min-width: 678px;
    max-width: 678px;
  }

  .logo-img {
    max-width: none;
  }

  .div-block {
    max-height: none;
  }

  .link-wrapper-gallery {
    margin-left: 700px;
  }

  .content-image-copy {
    max-width: 374px;
    max-height: 208px;
    margin-bottom: 0;
  }

  .text-container-2 {
    grid-column-gap: 20px;
  }

  .slide-wrap-2 {
    height: 300px;
  }

  .primary-button-gallery {
    display: block;
  }

  .site-team_grid {
    min-height: 350px;
  }

  .div-block-9 {
    max-height: none;
  }

  .vision {
    text-align: left;
  }

  .bottom-block-copy.margin-top {
    flex-direction: column;
    margin-top: 30px;
  }

  .left-description-copy {
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .text-projects-copy {
    width: 100%;
    font-size: 18px;
  }

  .link-block-3 {
    background-color: var(--black);
    border-radius: 20px;
  }

  .text-container3 {
    grid-column-gap: 20px;
  }

  .link-wrapper-project {
    margin-left: auto;
  }

  .slide-wrap-2-copy {
    height: 300px;
  }

  .video-bt {
    justify-content: center;
  }

  .text-container-3 {
    grid-column-gap: 20px;
  }

  .slide-wrap {
    height: 300px;
  }

  .collection-list-blog-2 {
    grid-column-gap: 30px;
    justify-content: flex-start;
    width: 100%;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .hover-item-link-2 {
    width: 45%;
    min-width: 45vw;
  }

  .collection-blog-wrap-2 {
    width: 100%;
  }

  .collection-list-blog-3 {
    grid-column-gap: 30px;
    justify-content: flex-start;
    width: 100%;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .site-team_grid-copy {
    min-height: 350px;
  }

  .text-projects-2 {
    width: 45%;
    font-size: 18px;
  }

  .left-description-copy-2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 40px;
    bottom: auto;
  }

  .image-project-copy {
    height: 700px;
  }

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

  .text-projects-3, .text-projects-copy-2 {
    width: 100%;
    font-size: 18px;
  }

  .div-block-21 {
    max-height: none;
  }

  .service-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

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

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

  .section.banner-project, .section.banner-service {
    padding-top: 160px;
  }

  .section.banner-contact {
    padding-bottom: 40px;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

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

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

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

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

  .colors-container {
    margin-top: 20px;
  }

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

  .style-guide-body-wrapper, .primary-button.full-width-mobile {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

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

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

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

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-dropdown-list, .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .blog-template-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    width: 100%;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .paragraph-large.about-text {
    width: 90%;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .services-item {
    width: 100%;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .workflow-profile-wrapper {
    justify-content: center;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .workflow-video {
    height: 350px;
  }

  .workflow-title-wrapper {
    margin-bottom: 20px;
  }

  .accordion-toggle, .accordion-toggle:hover, .accordion-list {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

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

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

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-textarea, .contacts-input {
    min-width: 410px;
    max-width: 528px;
  }

  .contacts-form-title {
    margin-right: auto;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-wrapper {
    justify-content: center;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

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

  .adress-card {
    padding: 20px 30px;
  }

  .contacts-3-form-wrapper {
    min-width: 450px;
    max-width: 568px;
    padding: 0;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

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

  .footer-brand-wrapper {
    margin-bottom: 20px;
  }

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

  .footer-links-wrapper {
    flex-direction: row;
    overflow: visible;
  }

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

  .footer-logo-wrapper {
    width: 70%;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 60px;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .service-details-content {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

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

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

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

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    grid-row-gap: 50px;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .left-arrow {
    left: 0;
    right: auto;
  }

  .banner-slide-content-con {
    margin-left: 0;
  }

  .slider-nav-bg {
    width: auto;
    right: 15px;
  }

  .right-arrow {
    bottom: 160px;
  }

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

  .text-container {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .description-container {
    justify-content: flex-start;
    width: 100%;
  }

  .title-container {
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .portfolio-grid-image-link {
    height: auto;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .latest-news-wrap {
    top: 0;
  }

  .home-service-image {
    width: 100%;
  }

  .home-service-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industry-insights-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .industries-block-wrapper {
    max-width: none;
  }

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

  .additional-features-left {
    width: 100%;
  }

  .additional-features-right {
    order: -1;
    width: 100%;
  }

  .home-9-team-item {
    width: 48%;
  }

  .projects-collection-column {
    padding-top: 0;
  }

  .home-2-projects-item {
    width: 100%;
  }

  .info-block-title {
    font-size: 22px;
  }

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

  .subtitle-2 {
    line-height: 16px;
  }

  .home-logos {
    padding-top: 60px;
  }

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

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

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .form-contacts {
    align-items: center;
  }

  .form-block-contacts {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .banner-content {
    width: 90%;
  }

  .intro-right-image {
    min-height: 350px;
  }

  .projects-mask {
    width: 90%;
  }

  .subtitle-category {
    line-height: 16px;
  }

  .slide-arrow {
    left: 26%;
  }

  .stacked-intro {
    grid-row-gap: 36px;
  }

  .sticky-image-wrapper.image-two {
    order: 1;
  }

  .sticky-box-list {
    grid-auto-flow: row;
    display: flex;
  }

  .mobile-intro-box-image {
    order: -1;
    height: 325px;
  }

  .stacked-info-wrap {
    order: 1;
  }

  .intro-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .events-content {
    grid-row-gap: 15px;
  }

  .bottom-block-moment, .top-block-moment {
    grid-column-gap: 15px;
  }

  .display-flex-horizontal.margin-top-medium {
    margin-top: 40px;
  }

  .testimonials-slider-style {
    height: 350px;
  }

  .testimonials-slider-holder {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-arrow-black.left-arrow {
    left: 51%;
  }

  .slide-arrow-black.right-arrow-slide {
    right: 55%;
  }

  .our-team-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card-content-wrapper {
    width: 99%;
  }

  .team-member-card-image {
    height: 600px;
  }

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

  .list-blog-item {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
  }

  .blog-image, .home-blog-content-wrapper {
    width: 100%;
  }

  .slide-arrow-white.left {
    right: -32%;
  }

  .action-block {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .intro-title {
    z-index: 2;
    max-width: 19rem;
  }

  .home-intro-strip {
    grid-row-gap: 80px;
    max-width: 20vw;
    height: 100%;
    position: absolute;
    left: 3%;
    right: auto;
  }

  .home-intro-strip.second {
    margin-left: 0;
    left: auto;
    right: 3%;
  }

  .intro-paralax.first {
    margin-right: -.5rem;
  }

  .image-fill {
    opacity: .35;
  }

  .home-into-description {
    max-width: 17rem;
  }

  .panel-lines.display-none-mobile, .panel-lines.last-display-none-mobile {
    display: none;
  }

  .hero-video-wrapper {
    grid-template-rows: .25fr auto 1fr;
  }

  .video-button {
    width: 80px;
    height: 80px;
  }

  .vertical-line.bottom-max {
    min-height: auto;
  }

  .footer-wrap {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .footer-top-wrapper {
    grid-row-gap: 0px;
  }

  .image-footer-absolute {
    opacity: .15;
  }

  .footer-icons-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .big-text-footer {
    font-size: 48px;
  }

  .big-text {
    width: 100%;
    font-size: 58px;
  }

  .testimonials-text {
    font-size: 22px;
  }

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

  .service-image-item {
    padding-top: 50%;
  }

  .text-description {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .projects-column {
    grid-template-columns: 1fr;
  }

  .text-content-about {
    width: 80%;
  }

  .image-content-image {
    opacity: .7;
  }

  .process-timeline {
    align-self: flex-start;
    margin-left: 1.7rem;
  }

  .process-step {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 3.5rem 1fr;
    justify-items: stretch;
  }

  .process-item-indicator {
    width: 55px;
    height: 55px;
  }

  .section-title-wrap {
    width: 100%;
  }

  .home-review-content-wrapper {
    padding-bottom: 80px;
  }

  .home-testimonials-image {
    width: 70%;
  }

  .display-flex-horizontal-gap.margin-top-medium {
    margin-top: 40px;
  }

  .about-action-block {
    grid-column-gap: 0rem;
    grid-template-columns: auto;
  }

  .banner-heading {
    font-size: 46px;
  }

  .process-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .process-left {
    width: 100%;
  }

  .tabs-menu-testimonials {
    margin-top: 40px;
  }

  .image-project {
    height: auto;
  }

  .paragraph-service {
    width: 100%;
  }

  .big-heading {
    font-size: 38px;
  }

  .description-absolute {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    inset: 0%;
  }

  .left-description {
    object-fit: fill;
    justify-content: flex-end;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-projects {
    width: 100%;
    display: none;
  }

  .slide-arrow-projects {
    right: -23%;
  }

  .home-blog-title-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home-heading-blog {
    max-width: 100%;
  }

  .home-news-item, .home-news-image-link {
    width: 100%;
  }

  .list-news-item {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
  }

  .home-news-content-wrapper, .news-picture, .banner-home-grid, .not-full {
    width: 100%;
  }

  .span-avatar {
    margin-bottom: -1.7rem;
    bottom: .725rem;
  }

  .collection-list-blog {
    min-height: 450px;
  }

  .about-hero-bottom {
    min-height: 300px;
    margin-top: 50px;
  }

  .image-full {
    object-fit: cover;
  }

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

  .banner-text-wrapper.contact-us-two {
    margin-bottom: 40px;
  }

  .workflow-video-wrap {
    height: 350px;
  }

  .section-text-wrapper {
    margin-bottom: 40px;
  }

  .timeline-grid-wrapper {
    grid-column-gap: 0px;
  }

  .banner-content-inner {
    width: 90%;
  }

  .banner-projects {
    grid-row-gap: 60px;
  }

  .project-banner-top {
    width: 100%;
  }

  .project-banner-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .banner-title-wrap {
    width: 100%;
  }

  .gallert-image-grid, .projects-2-column {
    grid-template-columns: 1fr;
  }

  .projects-2-column.margin-bottom {
    grid-column-gap: 20px;
    margin-bottom: 0;
  }

  .services-collection-column {
    padding-top: 0;
  }

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

  .service-item-copy {
    width: 100%;
  }

  .banner-services {
    grid-row-gap: 60px;
  }

  .service-banner-top {
    width: 100%;
  }

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

  .contacts-form-2-wrapper {
    flex-direction: column;
    align-items: center;
    min-width: 450px;
    max-width: 568px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .contacts-textarea-big {
    min-width: 410px;
    max-width: 540px;
  }

  .blog-collection-grid {
    padding-top: 0;
  }

  .blog-list-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

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

  .title-hover {
    text-align: left;
  }

  .text-content-large {
    text-align: center;
    width: 100%;
  }

  .description-container-blog {
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px;
  }

  .title-container-blog {
    width: 100%;
    margin-bottom: 40px;
  }

  .text-container-blog {
    flex-direction: column;
  }

  .service-column.second {
    margin-top: 0;
  }

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

  .text-container-service {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .why-us-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .project-wrappper.margin-bottom-medium {
    top: auto;
  }

  .workflow-video-wrapper-about {
    width: 100%;
    margin-bottom: 20px;
  }

  .subtitle-4, .subtitle-5 {
    line-height: 16px;
  }

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

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

  .careers-from_wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .careers-form-title {
    margin-right: auto;
  }

  .form-careers {
    align-items: center;
  }

  .careers-input, .careers-textarea {
    min-width: 410px;
    max-width: 528px;
  }

  .project-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .video-button-about {
    width: 80px;
    height: 80px;
  }

  .link-wrapper-gallery {
    width: 40%;
    margin-bottom: 10px;
    margin-left: 300px;
  }

  .text-container-2 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .title-container-2 {
    width: 100%;
  }

  .container-blog-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .subtitle-6 {
    line-height: 16px;
  }

  .div-block-3 {
    max-height: none;
  }

  .site-team_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-height: 300px;
    margin-top: 50px;
  }

  .subtitle-7 {
    line-height: 16px;
  }

  .vision {
    text-align: left;
    font-size: 28px;
  }

  .left-description-copy {
    object-fit: fill;
    justify-content: flex-end;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-projects-copy {
    width: 100%;
    display: none;
  }

  .text-container3 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .section-3-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-wrapper-project {
    width: 40%;
    margin-bottom: 10px;
    margin-left: 300px;
  }

  .text-container-3 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .title-container-4 {
    width: 100%;
  }

  .collection-list-blog-2 {
    min-height: 450px;
  }

  .subtitle-8 {
    line-height: 16px;
  }

  .collection-list-blog-3 {
    min-height: 450px;
  }

  .site-team_grid-copy {
    min-height: 300px;
    margin-top: 0;
  }

  .text-projects-2 {
    width: 100%;
    display: none;
  }

  .left-description-copy-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-project-copy {
    height: 700px;
  }

  .div-block-20 {
    max-height: none;
  }

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

  .text-projects-3, .text-projects-copy-2 {
    width: 100%;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  li {
    margin-left: 10px;
  }

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

  .section.contacts-2-banner {
    padding-top: 110px;
  }

  .section.with-paralax {
    background-image: linear-gradient(#0009, #0009), url('../images/pq18-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.home-banner.margin-bottom-large {
    padding-top: 120px;
  }

  .section.inner.careers {
    background-position: 100%;
    background-size: cover;
  }

  .section.siteteam, .section.project {
    padding-bottom: 0;
  }

  .base-container {
    flex-direction: column;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

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

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

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

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.margin-top-medium {
    margin-top: 40px;
  }

  .primary-button.margin-top-large {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

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

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

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

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 36px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: left;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: left;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .paragraph-large.text-center {
    font-size: 16px;
  }

  .paragraph-large.text-color-white {
    text-align: left;
    width: 80vw;
    max-width: none;
    font-size: 16px;
  }

  .paragraph-large.without-margin {
    font-size: 18px;
  }

  .paragraph-large.text-align-center.text-color-white {
    text-align: center;
    width: 80vw;
  }

  .paragraph-large.about-text {
    width: 95%;
    font-size: 16px;
  }

  .text-white {
    font-size: 18px;
  }

  .text-white.text-align-center {
    font-size: 20px;
  }

  .text-white.text-align-center-copy, .text-white.work {
    font-size: 28px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-textarea {
    min-width: 300px;
    max-width: 340px;
  }

  .contacts-input {
    min-width: 280px;
    max-width: 460px;
  }

  .contacts-3-form-wrapper {
    min-width: 300px;
    max-width: 500px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

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

  .primary-button-white {
    font-size: 16px;
  }

  .primary-button-white.margin-top-large {
    padding: 12px 24px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

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

  .portfolio-tab-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-tab-link.all-projects {
    position: relative;
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .secondary-button.margin-top-large {
    flex: none;
    margin-top: 20px;
    padding: 8px 15px;
    font-size: 16px;
  }

  .secondary-button.margin-top-large.menu {
    border-radius: 20px;
    padding: 10px 20px;
  }

  .navbar-absolute {
    padding-top: 10px;
  }

  .right-arrow {
    bottom: 150px;
  }

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

  .portfolio-grid-image-link {
    height: auto;
  }

  .subtitle, .subtitle.text-white {
    font-size: 14px;
  }

  .subtitle.text-white-color {
    font-size: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .home-6-blog-list {
    margin-bottom: -80px;
  }

  .home-6-blog-collection {
    max-width: none;
  }

  .home-service-image {
    height: 350px;
  }

  .home-service-content {
    grid-column-gap: 0px;
    padding: 20px;
  }

  .home-blog-category-wrapper {
    padding-bottom: 0;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    border-bottom: 1px solid var(--dark-gray-50);
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

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

  .home-logos {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .menu-wrap {
    padding-bottom: 20px;
  }

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

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

  .brand-tablet {
    padding-left: 0;
  }

  .footer-rights-wrapper {
    justify-content: flex-start;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

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

  .span-point.white {
    width: 10px;
    height: 10px;
  }

  .background-video {
    height: auto;
  }

  .heading-banner {
    font-size: 40px;
  }

  .banner-content {
    grid-column-gap: 0px;
    width: 100%;
  }

  .intro-right-image {
    min-height: 300px;
  }

  .margin-bottom-medium {
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    display: block;
  }

  .projects-mask {
    width: 85%;
  }

  .project-card-wrapper {
    width: 100%;
    height: 20vh;
    min-height: 330px;
  }

  .gradient-overlay.career {
    background-image: linear-gradient(#0009, #0009);
  }

  .slide-arrow {
    width: 80px;
    left: 20%;
  }

  .slide-arrow.right {
    width: 80px;
  }

  .text-white-color {
    font-size: 28px;
  }

  .stacked-intro {
    order: -1;
  }

  .mobile-intro-box-image {
    order: -1;
    height: 275px;
  }

  .quality-services-title {
    font-size: 24px;
  }

  .intro-box {
    flex-direction: column;
    order: 1;
  }

  .content-image {
    max-width: 242px;
    max-height: 135px;
  }

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

  .margin-bottom-xsmall.text-color-white {
    text-align: left;
    width: 60vw;
    max-width: none;
    font-size: 16px;
  }

  .testimonials-slider-style {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
    display: flex;
  }

  .image-testimonials {
    object-position: 50% 50%;
  }

  .testimonials-slider-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-arrow-black.left-arrow {
    bottom: -4%;
    left: 6%;
  }

  .slide-arrow-black.right-arrow-slide {
    bottom: -4%;
    left: 61%;
    right: 35%;
  }

  .text-color-white {
    text-align: left;
    max-width: none;
    font-size: 14px;
    line-height: 1.6em;
  }

  .text-color-white.text-center, .text-color-white.text-center-copy {
    text-align: center;
    width: 80vw;
    font-size: 16px;
  }

  .text-color-white.testimonial {
    font-size: 14px;
  }

  .text-color-white.team {
    font-size: 24px;
  }

  .flex-horizontal-align-center.with-gap {
    flex-wrap: wrap;
  }

  .intro-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .employee-position {
    font-size: 16px;
  }

  .team-member-card-image {
    height: 450px;
  }

  .home-blog-item {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .slide-arrow-white {
    right: 10%;
  }

  .slide-arrow-white.left {
    left: -45%;
    right: 0%;
  }

  .action-block {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .all-caps.text-color-white {
    text-align: center;
    width: 80vw;
    font-size: 28px;
  }

  .home-intro-strip {
    grid-row-gap: 80px;
  }

  .intro-paralax {
    margin-right: -.3rem;
  }

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

  .hero-video-wrapper {
    z-index: 10;
    height: 73%;
  }

  .footer-wrap {
    flex-wrap: wrap;
  }

  .footer-top-wrapper {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    justify-content: space-between;
    justify-items: stretch;
  }

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

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

  .footer-button {
    text-align: left;
    align-items: stretch;
    display: block;
  }

  .big-title {
    font-size: 38px;
  }

  .step-paragraph {
    max-width: 100%;
  }

  .testimonials-text {
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-start;
    width: 90vw;
    font-size: 16px;
    display: block;
  }

  .without-margin {
    font-size: 24px;
  }

  .without-margin.text-color-white {
    text-align: left;
    width: 80vw;
    max-width: none;
    font-size: 24px;
    display: flex;
  }

  .without-margin.text-color-white.left {
    text-align: left;
    justify-content: center;
    width: 60vw;
  }

  .text-content-about {
    width: 100%;
  }

  .image-content-image {
    opacity: .35;
    width: 100%;
  }

  .process-step {
    grid-column-gap: 20px;
    grid-template-columns: 1rem 1fr;
    grid-auto-flow: row;
  }

  .process-container {
    flex-direction: column;
    display: block;
  }

  .process-item-indicator {
    width: 24px;
    height: 24px;
  }

  .process-wrapper {
    flex-direction: column;
  }

  .home-review-content-wrapper {
    padding-bottom: 20px;
  }

  .home-testimonials-image {
    width: 90%;
    min-height: 280px;
  }

  .home-testimonials-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .display-flex-horizontal-gap.margin-top-medium {
    flex-wrap: nowrap;
  }

  .about-action-block {
    grid-column-gap: .2rem;
    grid-template-columns: auto;
  }

  .large-growing-image {
    min-height: 250px;
  }

  .team-member {
    height: 230px;
  }

  .text-testimonials {
    font-size: 20px;
  }

  .full-image {
    max-height: 400px;
  }

  .image-project {
    object-fit: contain;
    height: auto;
    max-height: 400px;
  }

  .small-image {
    width: 90%;
    left: 5%;
  }

  .background-project {
    object-fit: contain;
  }

  .left-description {
    justify-content: flex-end;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .slide-arrow-projects {
    right: 3%;
  }

  .home-news-item {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .list-news-item {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .banner-home-grid {
    width: 100%;
  }

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

  .not-full {
    font-size: 28px;
  }

  .hover-item-link {
    width: 80%;
    min-width: 80vw;
  }

  .about-hero-bottom {
    min-height: 200px;
  }

  .image-cover {
    height: 350px;
  }

  .timeline-progress-line {
    left: 3.03em;
  }

  .timeline-grid-wrapper {
    grid-template-columns: 100px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timeline-circle {
    width: 12px;
    height: 12px;
  }

  .timeline-description {
    font-size: 16px;
  }

  .banner-content-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .small-image-block {
    width: 90%;
    left: 5%;
  }

  .banner-projects {
    grid-row-gap: 60px;
  }

  .projects-2-column.margin-bottom {
    flex-direction: column;
    grid-auto-flow: row;
    display: flex;
  }

  .pricing-text-grid {
    grid-template-columns: 1fr;
  }

  .pricing-featutes-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-services {
    grid-row-gap: 60px;
  }

  .secondary-button-form.full-mobile {
    width: 100%;
  }

  .contacts-form-2-wrapper {
    min-width: 300px;
    max-width: 480px;
  }

  .contacts-textarea-big {
    min-width: 320px;
    max-width: 360px;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.with-gap {
    padding-left: 0;
    padding-right: 0;
  }

  .text-content-small {
    width: 25%;
  }

  .section-why-us.margin-bottom-large {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IL_GFrondVilla_CGI11_Spa_04.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .why-us-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-our-work.margin-bottom-large {
    margin-bottom: 0;
  }

  .project-wrappper.margin-bottom-medium {
    flex-direction: row-reverse;
    max-height: none;
    display: block;
  }

  .footer-1 {
    text-align: left;
  }

  .project-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .loader-logo {
    width: 186px;
  }

  .subtitle-5 {
    font-size: 14px;
  }

  .button-2.margin-top-medium {
    flex: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .careers-input {
    min-width: 280px;
    max-width: 460px;
  }

  .careers-textarea {
    min-width: 300px;
    max-width: 340px;
  }

  .div-block {
    flex-direction: row-reverse;
    max-height: 400px;
    display: block;
  }

  .hero-sub {
    font-size: 18px;
  }

  .image-5 {
    width: 20%;
    height: auto;
  }

  .image-6 {
    width: 25%;
  }

  .image-7 {
    width: 30%;
  }

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

  .link-wrapper-gallery {
    flex: none;
    width: 55%;
    margin-left: 0;
  }

  .content-image-copy {
    max-width: 242px;
    max-height: 135px;
  }

  .section-3.black-background {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .subtitle-6.text-white-color {
    font-size: 16px;
  }

  .primary-button-gallery {
    padding: 12px 1rem;
    font-size: 16px;
  }

  .heading {
    font-size: 28px;
  }

  .site-team_grid {
    grid-auto-flow: row;
    min-height: 200px;
  }

  .project-image-1 {
    height: 100%;
  }

  .text-white-color-2 {
    font-size: 28px;
  }

  .text-align-center-copy.text-white {
    font-size: 16px;
  }

  .div-block-11 {
    width: 60vw;
  }

  .vision {
    text-align: left;
    font-size: 28px;
  }

  .div-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .bottom-block-copy.margin-top {
    align-items: flex-end;
    margin-top: 0;
  }

  .left-description-copy {
    justify-content: flex-end;
    width: 100%;
    padding: 0 20px 20px 10px;
  }

  .project-content-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-bottom: 10px;
  }

  .link-block-3 {
    border-radius: 40px;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .link-wrapper-project {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 55%;
    margin-left: auto;
    display: block;
  }

  .video-bt {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .video-bt.margin-top-large {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-style-btn {
    font-size: 16px;
  }

  .secondary-button-white-3.margin-top-large {
    flex: none;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .text-color-white-2 {
    font-size: 28px;
  }

  .hover-item-link-2 {
    width: 80%;
    min-width: 80vw;
  }

  .subtitle-8.text-white-color {
    font-size: 14px;
  }

  .div-block-18 {
    width: 70vw;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-3, .heading-4, .heading-5, .heading-6 {
    font-size: 24px;
  }

  .heading-7 {
    font-size: 28px;
  }

  .site-team_grid-copy {
    grid-template-rows: .5fr;
    min-height: 200px;
    margin-top: 0;
  }

  .left-description-copy-2 {
    padding-left: 20px;
  }

  .image-project-copy {
    height: 680px;
  }

  .link-copy {
    text-align: right;
  }

  .without-margin-3 {
    font-size: 24px;
  }

  .without-margin-3.text-color-white {
    text-align: left;
    width: 80vw;
    max-width: none;
    font-size: 24px;
    display: flex;
  }

  .without-margin-3.text-color-white.left {
    text-align: left;
    justify-content: center;
    width: 60vw;
  }

  .text-white-5 {
    font-size: 18px;
  }

  .text-white-5.work {
    font-size: 28px;
  }

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

  .section-4.project {
    padding-bottom: 0;
  }

  .span-point-6.white {
    width: 10px;
    height: 10px;
  }

  .secondary-button-2.margin-top-large {
    flex: none;
    margin-top: 20px;
    padding: 8px 15px;
    font-size: 16px;
  }

  .link-copy-3 {
    text-align: right;
  }
}

#w-node-_2c341d7d-afe4-efa2-d23b-cf666a1dea66-72d6496c, #w-node-_450eee6e-38b3-458d-994e-793407fd89a3-72d6496c, #w-node-_188ad35e-422a-9447-0e40-8ce89100b21a-72d6496c, #w-node-cc9cfa20-516f-4fd7-0b08-5697fba1158f-72d6496c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0f9d5512-2989-bf63-7a21-272ae652c046-72d6496c, #w-node-b5c21edf-56d1-4de3-ca85-7ea2026a6e06-72d6496c, #w-node-_8fb5048c-d792-adcb-eafc-d5b0a3ddee7d-72d6496c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a926f29-4002-1e02-17ea-f1a57fac8cf1-72d6496c {
  align-self: start;
}

#w-node-_7a926f29-4002-1e02-17ea-f1a57fac8cf4-72d6496c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7a926f29-4002-1e02-17ea-f1a57fac8cf9-72d6496c, #w-node-_7a926f29-4002-1e02-17ea-f1a57fac8d09-72d6496c, #w-node-_7a926f29-4002-1e02-17ea-f1a57fac8d19-72d6496c, #w-node-_7a926f29-4002-1e02-17ea-f1a57fac8d29-72d6496c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_428e8295-be7f-98f1-8eba-710c34a6083c-72d6496c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0fa5801-8035-9cc4-550f-3bcc7e4d30c8-72d6496c, #w-node-b0fa5801-8035-9cc4-550f-3bcc7e4d30db-72d6496c, #w-node-b0fa5801-8035-9cc4-550f-3bcc7e4d30ee-72d6496c, #w-node-b0fa5801-8035-9cc4-550f-3bcc7e4d3101-72d6496c, #w-node-b0fa5801-8035-9cc4-550f-3bcc7e4d3114-72d6496c, #w-node-b0fa5801-8035-9cc4-550f-3bcc7e4d3127-72d6496c, #w-node-b04ae26a-c0ef-de08-c6b9-cc6e64c92f94-72d6496c, #w-node-_7fed6cfe-b508-91be-5de7-322fc3270719-72d6496c, #w-node-_79f2b2df-424c-beab-cac1-14dde34f0d73-72d6496c, #w-node-_54468954-39e1-79e8-09e0-90ff603e6100-72d6496c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3638d83-1379-7984-a97c-b7afe66b9af3-72d6496c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d3638d83-1379-7984-a97c-b7afe66b9af8-72d6496c {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_467cf090-2e72-58ab-184e-1d43c683d20c-72d6496c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3638d83-1379-7984-a97c-b7afe66b9b0a-72d6496c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_70c26052-dd87-468d-588d-0e8fc2dd27d2-72d6496c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_922b4a9d-c906-4c19-4b4e-8371801287ee-72d6496c {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_1489ca32-90b1-87ec-3f7c-ac10bef2e5b7-72d6496c {
  grid-area: 3 / 6 / 5 / 11;
}

#w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c687-85c0c683 {
  justify-self: start;
}

#w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c68f-85c0c683 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c691-85c0c683 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c697-85c0c683 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c699-85c0c683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c6b6-85c0c683 {
  align-self: start;
}

#w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c6bd-85c0c683, #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c6be-85c0c683 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0dc38a12-fc0c-d075-ea79-81f4cf247492-72d6497a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0dc38a12-fc0c-d075-ea79-81f4cf247494-72d6497a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c610c-72d6497a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c6111-72d6497a {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c6112-72d6497a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c6117-72d6497a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c611c-72d6497a {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c611d-72d6497a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c6122-72d6497a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c6127-72d6497a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_585958e5-2053-598f-ad64-89ab87739efc-72d649c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_585958e5-2053-598f-ad64-89ab87739efe-72d649c9, #w-node-_6e86019f-9dbc-0558-a679-8752e385451b-72d649cd, #w-node-_6e86019f-9dbc-0558-a679-8752e3854521-72d649cd, #w-node-_6e86019f-9dbc-0558-a679-8752e3854523-72d649cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4069-72d649cd {
  align-self: start;
}

#w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae406d-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4070-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4073-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4076-72d649cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4079-72d649cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae407b-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae407c-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae407e-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4080-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4083-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4086-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4088-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae408a-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae408d-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4090-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4092-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4094-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4097-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae409a-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae409c-72d649cd, #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae409e-72d649cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8dea194-8f75-ad58-3890-c0b622c97005-72d649ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8dea194-8f75-ad58-3890-c0b622c97007-72d649ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a69252f-5757-50cb-801b-206161b7326a-72d649cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ef8759c0-41ab-3a83-72f3-593dec02ac53-72d649cf, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-72d649dd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-72d649dd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-72d649dd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-72d649dd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-72d649dd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-72d649dd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-72d649dd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-72d649dd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-72d649dd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-72d649dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21e07cb9-9508-f8a9-6d7d-bd2ecdfe35b7-72d649e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_21e07cb9-9508-f8a9-6d7d-bd2ecdfe35b9-72d649e1, #w-node-bb015c55-091e-5103-e58f-147b1be7f15a-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b36c900f-d8b4-524c-26eb-4aeee9cdabde-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b36c900f-d8b4-524c-26eb-4aeee9cdabdf-72d649e1 {
  align-self: center;
}

#w-node-b36c900f-d8b4-524c-26eb-4aeee9cdabe1-72d649e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a74600f6-aa23-6699-2774-1e9cae8f7ae4-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a74600f6-aa23-6699-2774-1e9cae8f7ae5-72d649e1 {
  align-self: center;
}

#w-node-a74600f6-aa23-6699-2774-1e9cae8f7ae7-72d649e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b36c900f-d8b4-524c-26eb-4aeee9cdabe4-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b36c900f-d8b4-524c-26eb-4aeee9cdabe5-72d649e1 {
  align-self: center;
}

#w-node-b36c900f-d8b4-524c-26eb-4aeee9cdabe7-72d649e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f0d3f61-331d-ca75-0f89-25ea90ae3887-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9f0d3f61-331d-ca75-0f89-25ea90ae3888-72d649e1 {
  align-self: center;
}

#w-node-_9f0d3f61-331d-ca75-0f89-25ea90ae388a-72d649e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb015c55-091e-5103-e58f-147b1be7f169-72d649e1, #w-node-_48582284-f4f2-6f11-70ad-934ed8540777-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed854077c-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed854077d-72d649e1 {
  align-self: center;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed854077f-72d649e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed8540782-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed8540783-72d649e1 {
  align-self: center;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed8540785-72d649e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c2026ec-4830-85ad-d385-6e03813213a6-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2c2026ec-4830-85ad-d385-6e03813213a7-72d649e1 {
  align-self: center;
}

#w-node-_2c2026ec-4830-85ad-d385-6e03813213a9-72d649e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed8540788-72d649e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed8540789-72d649e1 {
  align-self: center;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed854078b-72d649e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48582284-f4f2-6f11-70ad-934ed854078d-72d649e1 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60b7-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60b8-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60b9-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60ba-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60bb-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60bc-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60be-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60bf-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60c0-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60c1-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60c2-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60c3-72d649e1 {
  justify-self: center;
}

#w-node-_1c899272-2bd1-6a51-9f1e-946a4ed4d8aa-58c7144f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1c899272-2bd1-6a51-9f1e-946a4ed4d8ac-58c7144f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc1751b-ee51-7bb1-3ae1-24609f58e62a-6cfeb8cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcc1751b-ee51-7bb1-3ae1-24609f58e62c-6cfeb8cd, #w-node-eec8b268-147d-c36d-780b-58f0201e971d-4b021fa7, #w-node-_9a20e624-f0e3-8588-1a16-debb967f1dbf-4b021fa7, #w-node-_9a20e624-f0e3-8588-1a16-debb967f1db0-4b021fa7, #w-node-_38d1772a-98a1-97c6-dac7-6de2689fc52c-4b021fa7, #w-node-f7182e8b-06b8-14d8-46a4-2d7c7ea4c80a-4b021fa7, #w-node-_869eba26-8e92-e785-e165-d4752326f202-4b021fa7, #w-node-c5726ee1-1345-4824-5b2c-cbed7ce67be9-4b021fa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45b86065-6393-9233-3424-b135f481e0ff-4b021fa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_45b86065-6393-9233-3424-b135f481e100-4b021fa7 {
  align-self: stretch;
}

#w-node-_45b86065-6393-9233-3424-b135f481e105-4b021fa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_45b86065-6393-9233-3424-b135f481e10e-4b021fa7, #w-node-_45b86065-6393-9233-3424-b135f481e120-4b021fa7, #w-node-_45b86065-6393-9233-3424-b135f481e12e-4b021fa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb626-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb627-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb628-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb629-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62a-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62b-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62d-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62e-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62f-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb630-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb631-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb632-4b021fa7 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_0f9d5512-2989-bf63-7a21-272ae652c046-72d6496c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-b36c900f-d8b4-524c-26eb-4aeee9cdabdf-72d649e1, #w-node-a74600f6-aa23-6699-2774-1e9cae8f7ae5-72d649e1, #w-node-_48582284-f4f2-6f11-70ad-934ed854077d-72d649e1 {
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c699-85c0c683 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c6111-72d6497a, #w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c611c-72d6497a {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7a926f29-4002-1e02-17ea-f1a57fac8cf4-72d6496c {
    grid-row: span 1 / span 1;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c687-85c0c683 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c68f-85c0c683 {
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c691-85c0c683 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c699-85c0c683 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c6b6-85c0c683 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c610c-72d6497a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c6111-72d6497a {
    grid-row-end: 3;
    justify-self: start;
  }

  #w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c611c-72d6497a {
    grid-area: 1 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c6127-72d6497a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3f4a757a-9cf4-9bd3-064e-c52d59ae4069-72d649cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bb015c55-091e-5103-e58f-147b1be7f169-72d649e1, #w-node-_48582284-f4f2-6f11-70ad-934ed854078d-72d649e1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60b7-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60b8-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60b9-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60ba-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60bb-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60bc-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60be-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60bf-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60c0-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60c1-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60c2-72d649e1, #w-node-_02ca79d9-527b-3df9-6a0d-ac4270ac60c3-72d649e1 {
    justify-self: center;
  }

  #w-node-_45b86065-6393-9233-3424-b135f481e114-4b021fa7, #w-node-_45b86065-6393-9233-3424-b135f481e134-4b021fa7 {
    order: -9999;
  }

  #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb626-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb627-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb628-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb629-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62a-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62b-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62d-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62e-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb62f-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb630-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb631-4b021fa7, #w-node-a1f0014e-15f2-a1cd-4449-b85d62cbb632-4b021fa7 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c697-85c0c683, #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c699-85c0c683 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c6b6-85c0c683 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c6bd-85c0c683 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c610c-72d6497a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7b79fc30-8527-fecc-d0ba-9d12b31c6127-72d6497a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45b86065-6393-9233-3424-b135f481e117-4b021fa7 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c687-85c0c683 {
    justify-self: center;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c68f-85c0c683, #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c691-85c0c683 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c696-85c0c683 {
    place-self: auto;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c699-85c0c683 {
    justify-self: center;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c6b6-85c0c683 {
    place-self: auto start;
  }

  #w-node-_2ea4ba3e-985d-18bc-e087-55d385c0c6c0-85c0c683 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21e07cb9-9508-f8a9-6d7d-bd2ecdfe35b9-72d649e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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