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

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  margin-top: 0px;
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Yantramanav, sans-serif;
  color: #0e0e0e;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  color: #111;
  font-size: 70px;
  line-height: 1em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  color: #111;
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  font-family: Yantramanav, sans-serif;
  color: #111;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
}

h4 {
  font-family: Yantramanav, sans-serif;
  color: #111;
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  color: #111;
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  color: #111;
  font-size: 26px;
  line-height: 1em;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Yantramanav, sans-serif;
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 300;
}

a {
  align-items: center;
  transition: color 300ms ease;
  font-family: Yantramanav, sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

ul {
  display: flex;
  padding-left: 0px;
  flex-direction: column;
  grid-row-gap: 10px;
}

li {
  position: relative;
  display: flex;
  padding-left: 22px;
  align-items: center;
  background-image: url('../images/list-bullet.svg');
  background-position: 0% 7px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 300;
}

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

label {
  display: block;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  border-left: 1px none #000;
  background-image: url('../images/quote.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
}

.section {
  position: relative;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #000;
}

.section.light-background {
  background-color: #faf8f7;
}

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

.section.changelog-banner {
  display: flex;
  min-height: 450px;
  padding-top: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #faf8f7;
}

.section.banner-our-team {
  padding-top: 165px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.banner-our-process {
  min-height: 740px;
  padding-top: 170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.banner-services {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/architecture_6architecture.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.without-bottom-spacing {
  padding-bottom: 0px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section.about-us-banner {
  padding-top: 210px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.section.portfolio-grid-banner {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.section.style-guide-section {
  overflow: hidden;
  padding-top: 0px;
}

.section.with-light-bg {
  background-color: #faf8f7;
}

.section.light-bg {
  padding-bottom: 0px;
  background-color: #faf8f7;
}

.section.home-1-slider {
  padding-bottom: 140px;
}

.section.with-image-background {
  overflow: visible;
  padding-top: 210px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: url('../images/BANNER-5.jpg');
  background-position: 0% 0px;
  background-size: 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.with-video {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/video-background_1video background.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.with-line-bg {
  min-height: 450px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section.with-black-bg {
  background-color: #000;
  text-align: left;
}

.section.home-3-with-light-bg {
  padding-bottom: 0px;
  background-color: #faf8f7;
}

.section.reviews-with-light-bg {
  padding-bottom: 140px;
  background-color: #fff;
}

.section.home-4-with-light-bg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #faf8f7;
}

.section.home-4-with-black-line-bg {
  background-color: #111;
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.about-us-with-video {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/building-design_3building design.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.why-choose-us-line-bg {
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.about-us-page {
  padding-bottom: 310px;
  background-color: #faf8f7;
}

.section.with-one-line-divider {
  overflow: hidden;
  padding-bottom: 0px;
}

.section.with-line-divider {
  overflow: hidden;
}

.section.process-line-divider {
  overflow: hidden;
}

.section.process-line-divider-light-bg {
  overflow: hidden;
  background-color: #faf8f7;
}

.section.with-video-block {
  padding-bottom: 20px;
}

.section.service-with-black-bg {
  padding-bottom: 50px;
  background-color: #111;
  background-image: url('../images/horizontal-line.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.banner-service-category {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/building-architecture_1building architecture.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.project-details {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.banner-project-category {
  display: flex;
  min-height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/building-design_4building design.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.contact-us-2-banner {
  display: flex;
  padding-top: 150px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.section.contact-with-black-bg {
  padding-top: 0px;
  background-color: #000;
}

.section.contact-us-with-light-bg {
  background-color: #faf8f7;
}

.section.contact-us-3-page {
  z-index: 999;
  padding-bottom: 0px;
}

.section.contacts-us-3-page {
  padding-bottom: 0px;
}

.section.news-2-section {
  overflow: hidden;
}

.section.banner-blog-category {
  display: flex;
  min-height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/video-background_1video background.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.section.news-grid {
  padding-top: 100px;
}

.section.news-3-page {
  padding-top: 60px;
}

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

.section.primary-light-color-bg {
  background-color: #faf8f7;
}

.base-container {
  z-index: 999;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-end;
  flex: 1;
  text-align: left;
}

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

.base-container.home-1-team-image {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  align-items: stretch;
}

.base-container.landing {
  max-width: none;
}

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

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

.grid-title {
  display: flex;
  width: 19%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px;
  justify-content: center;
  border-right: 1px solid #7c7c7c;
  border-left: 1px none #a7a7a7;
  background-color: #111;
  color: #fff;
}

.grid-title.first-grid {
  width: 24%;
  margin-top: 0px;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  background-color: #111;
}

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

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

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

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

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

.spacing-wrapper-mobile {
  position: relative;
  width: 70%;
  margin-top: 30px;
  filter: grayscale(100%);
}

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

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

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

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

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

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

.primary-style-guide {
  width: 75px;
  height: 75px;
  background-color: #111;
}

.gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: #a2a2a2;
}

.color-wrapper {
  margin-right: 30px;
}

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

.black-style-guide {
  width: 75px;
  height: 75px;
  background-color: #000;
}

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

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

.primary-light-style-guide {
  width: 75px;
  height: 75px;
  background-color: #faf8f7;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.white-style-guide {
  width: 75px;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.headings-typography-wrapper {
  display: flex;
  width: 48%;
  margin-right: 40px;
  margin-bottom: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.primary-button {
  display: inline-block;
  min-width: 175px;
  padding: 12px 60px 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 0px;
  background-color: #142747;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.primary-button:hover {
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #111;
}

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

.primary-button.pricing-page {
  display: block;
  background-position: 85% 50%;
}

.primary-button.pricing-page:hover {
  background-position: 85% 50%;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

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

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

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

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

.link-wrapper {
  width: 50%;
  margin-top: 20px;
  transition: transform 300ms ease;
}

.navbar {
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.navbar.absolute {
  position: absolute;
  background-color: transparent;
}

.navbar.home-2-absolute {
  position: absolute;
  display: block;
  align-items: flex-start;
  align-self: flex-start;
  background-color: #fff;
  color: #fff;
}

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

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

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: #0e0e0e;
}

.nav-link.home-white {
  color: #fff;
}

.nav-link.home-white:hover {
  color: #a2a2a2;
}

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

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

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

.nav-dropdown-list.w--open {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  overflow: visible;
  width: auto;
  max-width: 350px;
  min-width: 210px;
  padding: 10px;
  justify-content: center;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 20px 2px rgba(20, 39, 71, 0.5);
  transform: translate(0px, 0px);
}

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

.nav-dropdown-list.megamenu.w--open {
  right: -370px;
  display: flex;
  width: 645px;
}

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

.nav-dropdown-list.home-3-megamenu.w--open {
  right: -235px;
  display: flex;
  width: 645px;
}

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

.nav-dropdown-list.home-1-megamenu.w--open {
  right: -220px;
  display: flex;
  width: 650px;
}

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

.nav-dropdown-link {
  display: flex;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0px;
  transition: all 300ms ease;
  text-transform: capitalize;
}

.nav-dropdown-link:hover {
  margin-left: 0px;
  color: #111;
}

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

.nav-dropdown-link.last-item {
  align-items: center;
}

.nav-item-title {
  color: #111;
}

.nav-item-title.home-white {
  transition: color 300ms ease;
  color: #fff;
}

.nav-item-title.home-white:hover {
  color: #a2a2a2;
}

.nav-item-title.home-5-text-white {
  color: #fff;
}

.style-guide-banner-section {
  display: flex;
  min-height: 450px;
  justify-content: center;
  align-items: center;
}

.licensing-title-wrapper {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px none rgba(94, 94, 94, 0.5);
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid rgba(94, 94, 94, 0.5);
}

.licensing-images-wrapper.pexels {
  margin-top: 60px;
}

.licensing-grid {
  width: 100%;
  padding-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px none rgba(94, 94, 94, 0.5);
}

.licensing-grid.last-child {
  padding-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom-style: none;
}

.licensing-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.licensing-image-link {
  width: 100%;
  height: 100%;
}

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

.license-link {
  margin-right: 50px;
}

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

.banner-title {
  color: #111;
  text-align: center;
}

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

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

.icon-style-guide {
  font-family: 'Fa brands 400', sans-serif;
  color: #111;
  font-size: 24px;
}

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

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

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

.licensing-font-title {
  color: rgba(94, 94, 94, 0.5);
  font-weight: 400;
  text-transform: uppercase;
}

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

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

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

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

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

.password-input {
  min-height: 48px;
  min-width: 280px;
  margin-bottom: 20px;
  padding: 10px;
  color: #111;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 300;
}

.password-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #111;
}

.password-input::-moz-placeholder {
  color: #a2a2a2;
}

.password-input::-ms-input-placeholder {
  color: #a2a2a2;
}

.password-input::placeholder {
  color: #a2a2a2;
}

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

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

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

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

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

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

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

.coming-soon-form {
  display: flex;
  margin-top: 15px;
  grid-column-gap: 20px;
}

.coming-soon-input {
  height: auto;
  min-width: 300px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #111;
  color: #111;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 300;
}

.coming-soon-input:focus {
  border-bottom-color: #a2a2a2;
}

.coming-soon-input::-moz-placeholder {
  color: #a2a2a2;
}

.coming-soon-input::-ms-input-placeholder {
  color: #a2a2a2;
}

.coming-soon-input::placeholder {
  color: #a2a2a2;
}

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

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

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
  font-weight: 400;
}

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

.blog-grid-collection-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 27px;
  grid-row-gap: 30px;
}

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

.blog-grid-image {
  width: 100%;
  height: 280px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.blog-grid-content-wrapper {
  display: flex;
  padding: 20px 20px 25px;
  flex-direction: column;
  background-color: #faf8f7;
}

.blog-grid-item {
  display: inline-block;
  width: 31%;
}

.blog-grid-item-title {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
}

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

.blog-classic-item {
  margin-bottom: 60px;
}

.blog-post-title {
  transition: color 300ms ease;
}

.blog-post-title:hover {
  color: #111;
}

.blog-classic-post-image {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-bottom-content {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  align-items: flex-start;
}

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

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

.blog-template-image {
  width: 100%;
  height: 600px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

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

.prev-post-arrow {
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  font-family: 'Fa solid 900', sans-serif;
  color: #111;
  font-size: 15px;
}

.next-post-arrow {
  margin-bottom: 0px;
  margin-left: 25px;
  font-family: 'Fa solid 900', sans-serif;
  color: #111;
  font-size: 15px;
}

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

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

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

.blog-template-next {
  text-align: right;
}

.footer {
  padding-top: 80px;
  padding-bottom: 50px;
  align-items: flex-start;
  background-color: #000;
  background-image: url('../images/Vector-17.svg');
  background-position: 50% 33%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
  -o-object-fit: none;
     object-fit: none;
}

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

.footer-rights {
  font-family: Yantramanav, sans-serif;
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
  text-align: left;
}

.footer-copyright {
  margin-bottom: 5px;
  font-family: Yantramanav, sans-serif;
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
  text-align: left;
}

.footer-copyright.link:hover {
  color: #fff;
}

.footer-copyright.black-link:hover {
  color: #111;
}

.footer-copyright-link {
  display: inline;
  margin-right: 5px;
  transition: all 300ms ease;
  color: #a2a2a2;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.footer-copyright-link:hover {
  color: #fff;
}

.footer-copyright-link.black-link:hover {
  color: #111;
}

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

.section-subtitle {
  margin-bottom: 20px;
  color: #a2a2a2;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.team-card-image {
  width: 100%;
  height: 310px;
  min-width: 100%;
  color: #111;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-card-content-wrapper {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team-member-position {
  margin-bottom: 15px;
  text-align: left;
}

.team-social-links-wrapper {
  display: flex;
  grid-column-gap: 20px;
}

.team-social-icon {
  font-family: 'Fa brands 400', sans-serif;
  color: #575757;
  font-size: 20px;
}

.team-social-icon:hover {
  color: #a2a2a2;
}

.process-item-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 70px;
}

.process-image-wrapper {
  width: 55%;
}

.process-content {
  width: 45%;
}

.process-content.reverse {
  width: 100%;
}

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

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

.style-guide-button-wrapper {
  width: 47%;
}

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

.text-button-icon {
  display: flex;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 50px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 6px;
  line-height: 1;
}

.text-button-icon.white-border {
  border-color: #fff;
}

.process-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.process-content-wrapper {
  display: flex;
  width: 45%;
  align-items: center;
}

.paragraph-large {
  color: #111;
  font-size: 24px;
}

.paragraph-large.text-above {
  position: absolute;
  left: 120px;
}

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

.text-white {
  width: 400px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
}

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

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

.pricing-plan-item {
  max-width: 500px;
  padding: 40px 30px 30px;
  background-color: #fff;
}

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

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

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

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

.play-button {
  position: absolute;
  z-index: 5;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.light-background {
  background-color: #f9f9fa;
}

.more-features-icon {
  max-height: 20px;
  min-width: 20px;
  font-family: 'Fa solid 900', sans-serif;
  color: #111;
  font-size: 18px;
  text-align: center;
}

.coming-soon-image {
  height: 450px;
  max-width: 480px;
}

.link-with-icon {
  display: flex;
}

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

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

.contacts-form-wrapper {
  width: 50%;
  margin-left: 40px;
  padding: 40px 40px 25px;
  background-color: #faf8f7;
}

.contacts-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 68.7%, 0.5);
}

.contacts-detail-wrapper.second-item {
  margin-top: 30px;
}

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

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

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

.paragraph-no-margin.location-info-black-text {
  color: #111;
}

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

.hidden {
  display: none;
}

.contacts-left-arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 60px;
  bottom: auto;
  max-width: 40px;
  padding: 10px 15px;
  color: hsla(0, 0%, 68.7%, 0.5);
}

.contacts-right-arrow {
  left: auto;
  top: 0%;
  right: 19px;
  bottom: auto;
  max-width: 40px;
  padding: 10px 15px;
  color: hsla(0, 0%, 68.7%, 0.5);
}

.contacts-slider-arrow-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.contacts-textarea {
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #111;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.contacts-textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #a2a2a2;
}

.contacts-textarea::-moz-placeholder {
  font-weight: 300;
}

.contacts-textarea::-ms-input-placeholder {
  font-weight: 300;
}

.contacts-textarea::placeholder {
  font-weight: 300;
}

.contacts-input {
  height: auto;
  padding: 16px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  transition: all 200ms ease;
  color: #111;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.contacts-input:focus {
  border-color: #a2a2a2;
}

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

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

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

.footer-link {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 300ms ease;
  color: #fff;
}

.footer-link:hover {
  color: #a2a2a2;
}

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

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

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

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

.footer-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 15px;
}

.footer-links-wrapper.last-item {
  width: 36%;
}

.footer-logo {
  width: auto;
  height: 40px;
  max-width: none;
  margin-top: -10px;
  font-size: 18px;
}

.search-wrap-input {
  height: 60px;
  margin-bottom: 0px;
  padding: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #0e0e0e;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::-moz-placeholder {
  color: #a2a2a2;
}

.search-wrap-input::-ms-input-placeholder {
  color: #a2a2a2;
}

.search-wrap-input::placeholder {
  color: #a2a2a2;
}

.search-desktop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.search-close-button {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.search-bottom-line {
  display: flex;
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  background-color: #111;
}

.search-wrapper {
  display: flex;
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
}

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

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

.search-link {
  transition: all 300ms ease;
  line-height: 1.33em;
}

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

.search-input {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 10px;
  border: 1px solid #000;
  color: #111;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 300;
}

.search-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #111;
}

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

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

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

.customers-grid {
  width: 100%;
  margin-top: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
}

.customer-wrapper {
  display: flex;
  width: 100%;
  height: 280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  transition: all 300ms ease;
  text-align: center;
}

.list-item-circle {
  position: absolute;
  left: 0px;
  top: 7px;
  right: auto;
  bottom: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #111;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.service-details-sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  width: 30%;
  padding: 20px 40px 30px;
  background-color: #faf8f7;
}

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

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

.customer-image {
  filter: contrast(0%);
  transition: filter 400ms ease;
  cursor: pointer;
}

.customer-image:hover {
  filter: contrast(200%);
}

.light-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: #f8f8f8;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.headings-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.service-list-banner {
  display: flex;
  padding-top: 160px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-color: #111;
}

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

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

.progressbar-gray-line {
  width: 100%;
  height: 4px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: hsla(0, 0%, 63.5%, 0.3);
}

.progress-bar-90 {
  position: relative;
  width: 90%;
  height: 4px;
  margin-top: -4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #111;
}

.progressbar-con {
  width: 100%;
}

.progress-bar-80 {
  position: relative;
  width: 82%;
  height: 4px;
  margin-top: -4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #111;
}

.progressbar-wrap {
  width: 100%;
  max-width: 480px;
}

.about-3-tab-link {
  position: relative;
  display: flex;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  transition: all 300ms ease;
  color: #fff;
  font-size: 19px;
  line-height: 32px;
}

.about-3-tab-link.w--current {
  padding-top: 20px;
  padding-bottom: 4px;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
}

.progressbar-active {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #111;
}

.progressbar-number {
  position: absolute;
  bottom: 20px;
  color: #111;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.progressbar-item {
  margin-bottom: 30px;
}

.portfolio-tab-link {
  padding: 20px 30px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

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

.portfolio-tab-link.all-projects {
  padding-left: 0px;
  flex: 1;
  color: #fff;
}

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

.tabs-menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.portfolio-grid-collection-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}

.template-empty-state {
  display: none;
  padding: 30px;
  background-color: transparent;
}

.portfolio-masonry-collection-list {
  display: flex;
  width: 100%;
  padding-top: 30px;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.portfolio-masonry-collection-item {
  display: inline-block;
  width: 31.62%;
  cursor: pointer;
}

.portfolio-masonry-image {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.portfolio-masonry-lightbox {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  border-bottom: 120px solid #111;
  border-left: 120px solid transparent;
  transition: all 300ms ease;
}

.portfolio-masonry-lightbox:hover {
  border-bottom-color: #000;
}

.portfolio-masonry-lightbox-icon {
  position: absolute;
  left: auto;
  top: 70px;
  right: 15px;
  bottom: 0px;
  height: 30px;
  background-image: url('../images/logo-white-item.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.portfolio-masonry-title {
  transition: all 300ms ease;
  color: #fff;
  font-size: 24px;
  line-height: 1.33em;
}

.portfolio-masonry-title:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.portfolio-masonry-category {
  display: inline-block;
  width: 100%;
  transition: all 300ms ease;
  color: #fff;
  line-height: 1.33em;
}

.portfolio-masonry-category:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.portfolio-masonry-image-link {
  width: 100%;
}

.project-template-category {
  display: inline-block;
  margin-bottom: 10px;
  transition: all 300ms ease;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.project-template-category:hover {
  opacity: 0.7;
  color: #faf8f7;
}

.project-template-content {
  z-index: 127;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project-template-content-wrapper {
  display: flex;
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.project-template-info-wrap {
  width: 100%;
}

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

.paragraph-gray {
  width: 100%;
  color: #a2a2a2;
}

.project-template-social-icons {
  display: flex;
  margin-top: 5px;
}

.project-template-social-link {
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 50%;
  transition: all 300ms ease;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.project-template-social-link:hover {
  background-color: #111;
  color: #fff;
}

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

.project-pagination-wrapper {
  display: flex;
  align-items: stretch;
  background-color: #faf8f7;
}

.project-pagination-icon-wrapper {
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

.project-template-images-list {
  display: flex;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-template-image {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-template-empty-state {
  height: 0px;
  padding: 0px;
  background-color: transparent;
}

.progress-bar-91 {
  position: relative;
  width: 91%;
  height: 4px;
  margin-top: -4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #111;
}

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

.landing-inner-page-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: hsla(0, 0%, 100%, 0.2);
}

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

.play-button-icon {
  position: relative;
  z-index: 7;
  color: #fff;
  font-size: 18px;
}

.play-button-hover {
  position: absolute;
  z-index: 10;
  width: 130px;
  height: 130px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  transform: scale(0.85);
  transition: all 300ms ease;
}

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

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.first-video {
  position: relative;
  display: flex;
  width: 100%;
  height: 500px;
  justify-content: center;
  align-items: center;
}

.first-video:hover {
  opacity: 1;
}

.courses-collection {
  width: 100%;
}

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

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

.team-members-wrap {
  width: 25%;
}

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

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

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

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

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

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

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

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

.subtitle {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid hsla(0, 0%, 50.2%, 0.15);
}

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

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

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

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

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

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

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

.list-bullet {
  position: absolute;
  left: 0%;
  top: 7px;
  right: auto;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #111;
}

.blog-details-link-title {
  transition: color 300ms ease;
  color: #111;
  font-size: 24px;
}

.blog-details-link-title:hover {
  color: rgba(17, 17, 17, 0.6);
}

.project-button-link {
  display: flex;
  width: 40%;
  justify-content: center;
  color: #0e0e0e;
}

.project-button-link:hover {
  color: #111;
}

.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 {
  transition: color 300ms ease;
  font-size: 18px;
}

.project-button-link-paragraph:hover {
  color: #a2a2a2;
}

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

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

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

.section-with-blue-bg {
  display: flex;
  justify-content: center;
  background-color: #111;
}

.nav-dropdown-link-line {
  display: inline-block;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  background-color: #111;
}

.search {
  width: 100%;
}

.subtitle-2 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid hsla(0, 0%, 50.2%, 0.15);
  color: #fc8e44;
}

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

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

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

.schedule-tab {
  width: 25%;
  padding: 20px 30px;
  border-left: 1px solid #a2a2a2;
  background-color: #faf8f7;
  transition-property: all;
  color: #222;
  text-align: center;
}

.schedule-tab:hover {
  background-color: #faf8f7;
  opacity: 1;
}

.schedule-tab.w--current {
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #111;
  color: #fff;
  text-align: center;
}

.schedule-tab.w--current:hover {
  opacity: 1;
}

.schedule-tab.first-item {
  border-left-style: none;
}

.tabs-schedule {
  width: 100%;
}

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

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

.container {
  display: flex;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.rich-text-style {
  align-self: flex-start;
}

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

.rich-text-style p {
  margin-bottom: 10px;
}

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

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

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

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

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

.link {
  cursor: pointer;
}

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

.brand-tablet {
  display: none;
}

.form {
  display: flex;
  flex-direction: column;
}

.tabs-menu-wrapper {
  display: flex;
  width: 100%;
}

.guide-tabs-content {
  margin-top: 45px;
}

.base-style-guide-content {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.primary-button-whitee {
  display: inline-block;
  padding: 12px 60px 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 60px;
  background-color: transparent;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 400ms ease;
  color: #111;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.primary-button-whitee:hover {
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.secondary-button-black {
  display: inline-block;
  min-width: 175px;
  padding: 12px 60px 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  background-color: #142747;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
     object-fit: fill;
}

.secondary-button-black:hover {
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #111;
}

.secondary-button-white {
  display: inline-block;
  min-width: 175px;
  padding: 12px 60px 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 400ms ease;
  color: #111;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.secondary-button-white:hover {
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.spacing-system-title {
  font-size: 48px;
}

.navbar-button-wrap {
  display: flex;
  margin-left: 20px;
  align-items: center;
}

.justify-right {
  display: flex;
  grid-column-gap: 25px;
}

.footer-divider-wrapper {
  width: 100%;
}

.footer-title-holder {
  display: flex;
  width: 60%;
  margin-bottom: 20px;
  align-items: center;
  grid-column-gap: 20px;
  text-align: left;
}

.footer-arrow-holder {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  transform: rotate(45deg);
}

.footer-arrow-holder.black-bg {
  background-color: #111;
}

.bullet-list-white {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.bullet-list-white.black-bg {
  background-color: #111;
}

.footer-links-wrap {
  display: flex;
  width: 500px;
  align-items: center;
  grid-column-gap: 10px;
}

.footer-contact-link {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.footer-contact-link:hover {
  color: #a2a2a2;
}

.footer-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}

.footer-text-field {
  min-width: 270px;
  padding: 10px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #a2a2a2;
  background-color: transparent;
  font-family: Yantramanav, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.footer-text-field:focus {
  border-bottom-color: #a2a2a2;
}

.footer-text-field::-moz-placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.footer-text-field::-ms-input-placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.footer-text-field::placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.subscribe-button {
  padding: 7px 0px 0px;
  border-style: none;
  border-right-color: #000;
  background-color: transparent;
  transition: color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.subscribe-button:hover {
  color: #a2a2a2;
}

.footer-links-rights-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-link-wrap {
  display: flex;
  width: 50%;
  flex-direction: row;
  align-items: flex-start;
  grid-column-gap: 50px;
}

.div-block-5 {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.div-block-6 {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.footer-contact-wrapper {
  display: flex;
  width: 45%;
  grid-column-gap: 45px;
}

.success-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}

.success-message-text {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.error-message {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #faf8f7;
  font-family: Yantramanav, sans-serif;
  color: #111;
  font-size: 24px;
}

.schedule-tab-title {
  font-size: 24px;
}

.home-1-primary-button {
  display: inline;
  min-height: 50px;
  padding: 12px 30px;
  border-radius: 60px;
  background-color: transparent;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4));
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: background-color 400ms ease;
  cursor: pointer;
}

.home-1-primary-button:hover {
  background-color: #111;
  background-image: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  color: #fff;
}

.home-1-primary-button.clients-page {
  display: flex;
}

.top-banner-section {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding-top: 150px;
  align-items: flex-end;
  background-image: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.9)), url('../images/architecture_3architecture.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.title-holder {
  width: 71%;
}

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

.paragraph-holder {
  display: flex;
  margin-bottom: 100px;
  flex-direction: column;
  align-items: flex-end;
}

.home-1-description {
  width: 63%;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.5em;
}

.home-button-holder {
  display: flex;
}

.home-button-wrap {
  display: flex;
  width: 100%;
  padding-right: 140px;
  justify-content: center;
}

.home-button-wrap.clients-page {
  justify-content: flex-start;
}

.first-link-icon {
  z-index: 666;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 9px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 50px;
}

.first-link-icon.absolute {
  position: absolute;
  top: -160px;
  border-color: transparent;
}

.first-link-icon.border-black {
  position: absolute;
  top: -160px;
  border-color: transparent;
}

.first-link-icon.about-border-black {
  position: absolute;
  top: -160px;
  border-color: transparent;
}

.second-link-icon {
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 7px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 50px;
}

.third-link-icon {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #fff;
}

.our-story-wrap {
  z-index: 999;
  display: flex;
  max-height: 90px;
  min-width: 300px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.text-black {
  transition: color 300ms ease;
  color: #111;
  cursor: pointer;
}

.text-black:hover {
  color: #a2a2a2;
}

.arrow-holder {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
  transition: transform 300ms ease;
  cursor: pointer;
}

.arrow-holder:hover {
  transform: translate(0px, 4px);
}

.home-arrow {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}

.our-story-holder {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.studio-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.studio-text-wrap {
  width: 30%;
}

.studio-content-wrap {
  width: 67%;
}

.studio-content-description-wrap {
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  grid-column-gap: 30px;
  border-top: 1px solid #a2a2a2;
}

.about-studio-wrapper {
  width: 100%;
}

.about-studio-small-title {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.design-wrapper {
  display: flex;
  width: 100%;
  padding-top: 50px;
  align-items: center;
  grid-column-gap: 100px;
}

.design-image-wrap {
  width: 50%;
}

.design-content-wrap {
  width: 50%;
}

.design-image {
  width: 100%;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-color-black {
  color: #111;
}

.design-content-description {
  margin-top: 30px;
  margin-bottom: 50px;
}

.home-1-primary-button-white {
  display: inline-block;
  padding: 12px 70px 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 60px;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 85% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 400ms ease;
  color: #111;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.home-1-primary-button-white:hover {
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 85% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
  color: #fff;
}

.services-text-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.services-title-wrap {
  display: flex;
  width: 65%;
  align-items: center;
}

.services-description-wrap {
  width: 45%;
}

.services-content-wrapper {
  width: 25%;
}

.services-content-wrapper.with-margin {
  margin-top: 50px;
}

.services-content-list {
  display: flex;
  width: 100%;
}

.services-content-item {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 400px;
  padding: 30px 30px 0px;
  flex-direction: column;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #a2a2a2;
  transition: all 300ms ease;
}

.services-content-item:hover {
  background-image: url('../images/building_1building.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(0px, 15px);
}

.services-content-item.second-item:hover {
  background-image: url('../images/archtecture_1archtecture.webp');
}

.services-content-item.third-item:hover {
  background-image: url('../images/architecture_5architecture.webp');
}

.services-content-item.fourth-item:hover {
  background-image: url('../images/architecture-image_1architecture image.webp');
}

.our-services-title-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  grid-column-gap: 10px;
}

.our-services-divider {
  height: 1px;
  min-width: 88px;
  background-color: #111;
  transition: background-color 300ms ease;
}

.our-services-decription {
  margin-top: 20px;
}

.our-services-number-wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.our-services-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 130px;
  text-shadow: 1px -1px 0 #a2a2a2, -1px -1px 0 #a2a2a2, -1px 0 0 #a2a2a2, 1px 1px 0 #a2a2a2;
}

.our-services-conten-wrap {
  display: flex;
  width: 100%;
}

.our-services-title {
  color: #111;
  font-size: 24px;
}

.what-we-do-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  grid-column-gap: 100px;
}

.what-we-do-image-wrap {
  display: flex;
  width: 50%;
  grid-column-gap: 30px;
}

.what-we-do-image {
  width: 50%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

.what-we-do-second-image {
  width: 50%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.what-we-do-content-wrap {
  width: 50%;
}

.what-we-do-title {
  width: 65%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.progressbar-title {
  margin-bottom: 10px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portfolio-wrapper {
  width: 100%;
}

.portfolio-title {
  width: 51%;
  margin-top: 20px;
  margin-bottom: 50px;
}

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

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

.home-1-portfolio-item {
  width: 33%;
  justify-content: center;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 2fr;
  grid-template-rows: auto 2fr;
}

.home-1-portfolio-image-holder {
  display: flex;
  width: 100%;
  grid-column-gap: 30px;
}

.home-1-portfolio-image {
  width: 100%;
  height: 370px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-1-portfolio-image:hover {
  transform: scale(1.02);
}

.home-1-portfolio-2-image-holder {
  display: flex;
  width: 100%;
  margin-top: 30px;
  grid-column-gap: 30px;
}

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

.awards-text-wrap {
  width: 30%;
}

.awards-content-wrap {
  display: flex;
  width: 70%;
  padding-left: 50px;
  flex-wrap: wrap;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
}

.awards-small-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.awards-small-title.home-2-page {
  margin-bottom: 50px;
}

.awards-small-title.home-3-page {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

.awards-small-title.home-3-first-item {
  color: #a2a2a2;
  text-transform: none;
}

.awards-small-title.service-item-white {
  color: #fff;
}

.awards-small-title.contact-us-3-page {
  margin-bottom: 50px;
}

.awards-small-title.news-2-page {
  transition: color 300ms ease;
}

.awards-small-title.news-2-page:hover {
  color: #111;
}

.awards-text-wrapper {
  width: 46%;
}

.awards-text-wrapper.right-item {
  padding-left: 40px;
}

.awards-title {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #111;
  font-size: 24px;
}

.awards-description {
  width: 80%;
}

.awards-description.right-item {
  width: 90%;
}

.awards-description.home-3-right-item {
  width: 91%;
}

.our-team-holder {
  display: flex;
  width: 100%;
  align-items: center;
}

.our-team-holder.reverse {
  margin-top: 45px;
  flex-direction: row-reverse;
}

.our-team-holder.home-one {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.our-team-small-description {
  letter-spacing: 0em;
  text-transform: none;
}

.our-team-title {
  margin-top: 10px;
  margin-bottom: 20px;
}

.our-team-description {
  width: 85%;
  margin-bottom: 30px;
}

.our-team-wrapper {
  width: 50%;
}

.team-members-holder {
  display: flex;
  width: 100%;
  margin-top: 50px;
  grid-column-gap: 30px;
}

.team-members-holder.home-one {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.team-members-image {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-members-name {
  margin-bottom: 15px;
  color: #111;
  font-size: 22px;
}

.team-members-name.text-white {
  color: #fff;
}

.home-1-reviews-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-1-reviews-slider {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}

.home-1-reviews-mask {
  width: 100%;
}

.home-1-reviews-holder {
  display: flex;
  width: 100%;
  margin-top: 60px;
  flex-direction: row;
  justify-content: center;
}

.home-1-reviews-wrap {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
}

.home-1-reviews-image {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-1-reviews-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.home-1-reviews-job {
  margin-top: 10px;
}

.home-1-reviews-pagination {
  top: 200px;
  display: none;
}

.home-1-left-arrow {
  left: 0%;
  top: 0%;
  right: 11%;
  bottom: -135%;
  height: 10px;
  background-image: url('../images/left-arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-1-right-arrow {
  left: 0%;
  top: 0%;
  right: -8%;
  bottom: -135%;
  height: 10px;
  background-image: url('../images/right-arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.newsletter-title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.newsletter-title.text-black {
  color: #111;
}

.reviews-title {
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: center;
}

.reviews-name {
  color: #111;
  font-size: 24px;
}

.home-1-banner-title {
  color: #fff;
  font-size: 68px;
}

.home-1-banner-title.text-black {
  color: #142747;
  font-size: 48px;
}

.home-2-banner-description {
  width: 85%;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-right: 0px;
  font-family: Yantramanav, sans-serif;
  color: #575757;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 300;
}

.home-2-line-divider {
  width: 1px;
  height: 150px;
  margin-left: 20px;
  background-color: #111;
}

.home-2-line-divider.white {
  position: absolute;
  top: -140px;
  background-color: #fff;
}

.home-2-line-divider.line-black {
  position: absolute;
  top: -140px;
}

.home-2-line-divider.about-black {
  position: absolute;
  top: -140px;
}

.explore-more-link {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-end;
  color: #a2a2a2;
  line-height: 1.33em;
}

.explore-more-link:hover {
  color: #a2a2a2;
}

.justify-left {
  display: flex;
  align-items: center;
  grid-column-gap: 90px;
}

.home-2-banner-wrapper {
  position: relative;
  display: flex;
  height: 95vh;
  padding-top: 95px;
  flex-direction: column;
  align-items: flex-start;
}

.home-2-banner-wrap {
  width: 53%;
}

.home-2-banner-title {
  font-size: 60px;
}

.home-2-banner-short-description {
  width: 90%;
  margin-top: 35px;
  margin-bottom: 50px;
  color: #575757;
  line-height: 1.5em;
}

.home-2-our-story-wrap {
  position: absolute;
  right: 15px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.home-2-process-wrapper {
  display: flex;
  width: 100%;
  grid-column-gap: 25px;
}

.home-2-process-wrap {
  position: relative;
  width: 33%;
}

.home-2-number-holder {
  position: relative;
  display: flex;
  align-items: center;
}

.home-2-process-description {
  width: 70%;
}

.specialize-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-end;
  grid-column-gap: 100px;
}

.specialize-image-wrap {
  display: flex;
  width: 50%;
  align-items: flex-end;
  grid-column-gap: 30px;
}

.specialize-content-wrap {
  width: 47%;
}

.specialize-image {
  width: 276px;
  height: 500px;
  transition: transform 300ms ease;
}

.specialize-image:hover {
  transform: scale(1.05);
}

.specialize-second-image {
  width: 276px;
  height: 425px;
  transition: transform 300ms ease;
}

.specialize-second-image:hover {
  transform: scale(1.05);
}

.description-holder {
  width: 90%;
  margin-top: 30px;
  padding-left: 0px;
  border-left: 2px solid #111;
}

.description-holder.last-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.about-studio-wrap {
  width: 100%;
}

.about-studio-slider {
  width: 100%;
  height: 400px;
  background-color: #fff;
}

.about-studio-slide-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 50px;
  align-items: flex-end;
}

.about-studio-slide-wrapper.reverse {
  position: relative;
  flex-direction: row-reverse;
  grid-column-gap: 60px;
}

.about-studio-text-wrap {
  width: 40%;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 30px;
}

.about-studio-image-wrap {
  width: 60%;
}

.about-studio-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-studio-left-arrow {
  left: -67%;
  top: 40px;
  bottom: auto;
  width: 20px;
  height: 10px;
  background-image: url('../images/left-arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.about-studio-left-arrow.reverse {
  left: auto;
  right: -80px;
  width: 20px;
}

.about-studio-right-arrow {
  top: 40px;
  right: 150%;
  bottom: auto;
  z-index: 5;
  width: 20px;
  height: 10px;
  background-image: url('../images/right-arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.about-studio-right-arrow.reverse {
  right: -135px;
  width: 20px;
}

.home-1-explore-more-wrapper {
  position: relative;
  z-index: 999;
  display: flex;
  margin-top: 50px;
  grid-column-gap: 60px;
}

.numbers-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
}

.about-studio-title {
  color: #111;
}

.about-studio-description {
  margin-top: 20px;
  margin-bottom: 50px;
}

.about-studio-description.reverse {
  margin-top: 30px;
}

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

.our-portfolio-short-title {
  text-align: center;
}

.our-portfolio-title {
  width: 55%;
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
}

.our-portfolio-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.our-portfolio-item {
  display: flex;
  width: 48%;
  flex-wrap: wrap;
}

.home-2-awards-wrapper {
  width: 100%;
}

.awards-name {
  margin-top: 0px;
  margin-bottom: 50px;
  transition: all 300ms ease;
  color: #fff;
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px -1px 0 #a2a2a2, -1px -1px 0 #a2a2a2, -1px 0 0 #a2a2a2, 1px 1px 0 #a2a2a2;
}

.awards-name:hover {
  color: #111;
  text-shadow: none;
}

.awards-name.large-item {
  width: 80%;
}

.awards-name.last-item {
  margin-bottom: 0px;
}

.home-2-our-team-wrapper {
  width: 27%;
  padding-top: 25px;
  padding-right: 40px;
}

.home-2-our-team-description {
  width: 100%;
  margin-bottom: 30px;
}

.our-team-section {
  position: relative;
  min-height: 450px;
  margin-top: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.home-2-team-members-holder {
  display: flex;
  width: 100%;
  grid-column-gap: 20px;
}

.home-2-team-members-holder.home-2-page {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  height: 95%;
  max-width: 740px;
}

.home-2-our-team-holder {
  display: flex;
  width: 100%;
  align-items: baseline;
}

.home-2-testimonials-wrapper {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
}

.home-2-testimonials-title {
  margin-top: 20px;
}

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

.home-2-image-holder {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 38%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-2-our-story-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: flex;
  min-width: 300px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.home-2-image {
  width: 100%;
  height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-2-testimonials-holder {
  display: flex;
  overflow: hidden;
  width: 150%;
  margin-top: 40px;
  margin-right: 20px;
  flex-direction: row;
  flex: 0 0 auto;
  grid-column-gap: 20px;
}

.home-2-testimonials-wrap {
  width: 25%;
  padding: 30px 20px;
  background-color: #faf8f7;
}

.home-2-testimonials-wrap.hidden {
  display: block;
  flex: 1;
}

.home-2-testimonials-image {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-2-testimonials-name-wrap {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  grid-column-gap: 20px;
}

.home-reviews-name {
  margin-bottom: 10px;
  color: #111;
  font-size: 24px;
}

.home-2-reviews-description {
  color: #575757;
}

.colorful-bg-heading-wrapper {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 20px;
  border-radius: 60px;
}

.colorful-bg-heading-wrapper.yellow {
  margin-top: 30px;
  background-color: #eab642;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
}

.testimonials-section.pricing-page {
  padding-top: 80px;
}

.reviews-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logos-wrapper {
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logos-holder {
  display: flex;
  width: 100%;
  margin-top: 30px;
  grid-column-gap: 20px;
}

.logos-image {
  width: 15%;
  max-height: 45px;
  filter: contrast(0%);
  transition: filter 400ms ease;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}

.logos-image:hover {
  filter: grayscale(0%);
}

.home-3-explore-more-wrapper {
  position: relative;
  z-index: 999;
  display: flex;
  margin-top: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  grid-column-gap: 60px;
}

.home-3-link-wrap {
  position: relative;
  padding-left: 0px;
}

.home-3-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: flex-end;
}

.home-3-wrap {
  width: 50%;
  margin-bottom: 100px;
}

.third-link-icon-black {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #111;
}

.second-link-icon-black {
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 7px;
  border-color: rgba(17, 17, 17, 0.4);
  border-radius: 50px;
}

.home-3-image-banner {
  display: none;
  background-color: transparent;
}

.home-3-about-us-wrapper {
  display: flex;
  width: 100%;
}

.home-3-about-us-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 100px;
  text-shadow: -1px 0 0 #000, 0 -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000;
}

.home-3-about-us-text-wrap {
  width: 51%;
}

.home-3-about-us-number-holder {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
  grid-column-gap: 10px;
}

.home-3-about-us-number-holder.last-item {
  margin-top: 20px;
}

.home-3-line-divider {
  width: 100px;
  height: 1px;
  background-color: #111;
}

.home-3-about-us-description {
  width: 95%;
  color: #a2a2a2;
}

.home-3-about-us-image {
  position: absolute;
  left: auto;
  top: -33%;
  right: 0%;
  bottom: 0%;
  width: 45%;
  min-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-3-awards-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
}

.home-3-awards-name {
  margin-top: 0px;
  margin-bottom: 50px;
  transition: all 400ms ease;
  color: #fff;
  font-size: 140px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px -1px 0 #a2a2a2, -1px -1px 0 #a2a2a2, -1px 0 0 #a2a2a2, 1px 1px 0 #a2a2a2;
  cursor: pointer;
}

.home-3-awards-name:hover {
  color: #111;
  text-shadow: none;
}

.hover-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 15px;
  bottom: auto;
  z-index: 10;
  width: 260px;
  height: 280px;
  margin-top: 100px;
  margin-bottom: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.home-3-awards-name-holder.w--current {
  margin-bottom: auto;
}

.second-hover-image {
  position: absolute;
  top: 25%;
  right: 15px;
  z-index: 999999;
  width: 260px;
  height: 280px;
  margin-top: 160px;
  margin-bottom: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.third-hover-image {
  position: absolute;
  left: auto;
  top: 50%;
  right: 15px;
  bottom: 0%;
  z-index: 10;
  width: 260px;
  height: 280px;
  margin-top: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}

.with-negative-margin {
  width: 100%;
  margin-top: -250px;
}

.home-3-page-video {
  position: relative;
  display: flex;
  width: 100%;
  height: 400px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/3d-form_13d form.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-3-page-video:hover {
  opacity: 1;
}

.home-3-play-button-icon {
  position: relative;
  z-index: 7;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-3-play-button-icon.with-bg {
  font-family: 'Fa solid 900', sans-serif;
}

.home-3-play-button-icon.with-play-bg {
  transition: transform 400ms ease;
  font-family: 'Fa solid 900', sans-serif;
}

.home-3-play-button-icon.with-play-bg:hover {
  transform: scale(1.5);
}

.our-services-number-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 130px;
  text-shadow: 1px -1px 0 #a2a2a2, -1px -1px 0 #a2a2a2, -1px 0 0 #a2a2a2, 1px 1px 0 #a2a2a2;
}

.process-title {
  color: #111;
  font-size: 24px;
}

.process-title.home-5-title {
  z-index: 999;
  color: #fff;
}

.process-title.home-3-text-above {
  position: absolute;
  left: 120px;
  color: #fff;
}

.process-title.home-4-text-above {
  position: absolute;
  left: 120px;
  z-index: 999;
}

.process-title.why-choose-text-above {
  position: absolute;
  left: 120px;
  margin-left: 20px;
  color: #fff;
}

.home-3-process-wrapper {
  display: flex;
  width: 100%;
  margin-top: 80px;
  grid-column-gap: 130px;
}

.home-3-our-services-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #111;
  font-size: 110px;
  text-shadow: 1px -1px 0 #a2a2a2, -1px -1px 0 #a2a2a2, -1px 0 0 #a2a2a2, 1px 1px 0 #a2a2a2;
}

.home-3-process-description {
  width: 85%;
  color: #fff;
}

.home-3-page-awards-wrapper {
  display: flex;
  width: 100%;
  padding-top: 80px;
}

.awards-image {
  width: 85%;
  height: 380px;
  margin-top: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-3-awards-text-wrap {
  width: 30%;
}

.home-3-awards-content-wrap {
  display: flex;
  width: 70%;
  padding-left: 85px;
  flex-wrap: wrap;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
}

.home-3-awards-title {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

.home-3-portfolio {
  width: 100%;
}

.home-3-portfolio-title-button-wrap {
  display: flex;
  flex-direction: row;
}

.home-3-portfolio-title {
  width: 55%;
  margin-top: 10px;
  color: #fff;
}

.home-3-button-holder {
  position: relative;
  display: flex;
  width: 45%;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.home-3-portfolio-wrapper {
  width: 100%;
  margin-top: 60px;
}

.home-3-portfolio-list {
  position: relative;
  display: flex;
  grid-column-gap: 30px;
}

.home-3-portfolio-item {
  width: 33%;
  padding-right: 0px;
}

.home-3-portfolio-image {
  width: 33%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-3-portfolio-image.first-item {
  width: 100%;
}

.home-3-portfolio-second-wrapper {
  display: flex;
  width: 100%;
  margin-top: 30px;
  grid-column-gap: 30px;
}

.home-3-portfolio-left {
  display: block;
  width: 33%;
}

.home-3-portfolio-right {
  width: 69%;
}

.home-3-portfolio-second-image {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-3-portfolio-second-item {
  position: relative;
  width: auto;
  flex-direction: column;
  grid-row-gap: 30px;
}

.home-3-portfolio-large-image {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-3-portfolio-second-list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 30px;
}

.home-3-portfolio-third-item {
  position: relative;
  height: 490px;
}

.home-3-portfolio-image-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: flex;
  height: 490px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.home-3-portfolio-text-hover {
  color: #fff;
}

.home-3-image-holder {
  height: 490px;
}

.home-3-image-holder.home-3-image-wrap {
  height: 490px;
}

.home-3-portfolio-second-image-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.home-3-image-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 230px;
  -o-object-fit: fill;
     object-fit: fill;
}

.benefits-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: flex-start;
  align-items: center;
}

.benefits-slider-wrapper {
  position: static;
  display: flex;
  margin-top: 45px;
  margin-bottom: 30px;
  justify-content: flex-end;
}

.benefits-slider-image {
  height: 400px;
  max-width: 770px;
  box-shadow: 28px 28px 0 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits-slider-image.white-box-bg {
  box-shadow: 28px 28px 0 0 hsla(0, 0%, 63.5%, 0.2);
}

.benefits-text-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: -20%;
  bottom: 0%;
  z-index: auto;
  display: block;
  max-width: 490px;
  padding: 30px;
  background-color: #fff;
}

.benefits-description {
  margin-top: 20px;
  text-align: justify;
}

.benefits-slider {
  display: block;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: transparent;
}

.benefits-left-arrow {
  left: auto;
  top: 5px;
  right: 120px;
  bottom: auto;
  z-index: 5;
  width: 20px;
  height: 15px;
  background-image: url('../images/left-arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benefits-left-arrow.white-bg {
  filter: invert(100%);
}

.benefits-right-arrow {
  left: auto;
  top: 6px;
  right: 60px;
  bottom: auto;
  z-index: 5;
  width: 20px;
  height: 15px;
  background-image: url('../images/right-arrow.svg');
  background-size: auto;
  background-repeat: no-repeat;
}

.benefits-right-arrow.with-white-bg {
  filter: invert(100%);
}

.benefits-slide {
  position: relative;
  left: auto;
  right: 0%;
  width: 80%;
  margin-right: 220px;
}

.home-2-portfolio-image {
  width: 100%;
  height: 370px;
  transition: transform 400ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-2-portfolio-image:hover {
  transform: scale(1.05);
}

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

.home-3-blog-large-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-3-blog-content-wrap {
  width: 100%;
  margin-top: 40px;
}

.home-3-blog-image {
  width: 100%;
  height: 430px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-3-blog-image:hover {
  transform: scale(1.02);
}

.home-3-blog-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
      grid-template-areas: "Area";
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.home-3-blog-item {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}

.home-3-blog-text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-3-blog-text-holder {
  display: block;
  width: 100%;
  padding-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: justify;
}

.home-3-blog-description {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: justify;
}

.home-3-blog-title {
  display: inline-block;
  transition: color 300ms ease;
  color: #111;
  font-size: 24px;
  cursor: pointer;
}

.home-3-blog-title:hover {
  color: #a2a2a2;
}

.home-3-latest-post {
  color: #f9f9fa;
}

.home-2-explore-wrapper {
  position: relative;
  z-index: 999;
  display: none;
  margin-top: 50px;
  margin-left: 110px;
  grid-column-gap: 60px;
}

.home-2-portfolio-image-holder {
  display: flex;
  width: 100%;
}

.home-1-portfolio-image-link {
  width: 100%;
}

.home-1-portfolio-2-imag {
  width: 100%;
  height: 370px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-1-portfolio-2-imag:hover {
  transform: scale(1.02);
}

.home-1-portfolio-second-list-wrapper {
  width: 100%;
}

.home-1-portfolio-second-list {
  display: flex;
  width: 100%;
  grid-column-gap: 30px;
}

.home-1-portfolio-second-item {
  width: 50%;
}

.home-3-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-4-top-banner-section {
  position: relative;
  min-height: 450px;
  padding-top: 165px;
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/home-3-line-bg.svg');
  background-position: 0px 0px, 50% -105%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.home-4-banner-titlle-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.home-4-banner-titlle {
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.text-gray {
  color: #a2a2a2;
}

.home-4-banner-description {
  width: 50%;
  margin-left: 140px;
  color: #111;
}

.home-4-top-banner-icon {
  z-index: 1;
  max-height: 200px;
  max-width: 200px;
}

.home-4-top-banner-sphere-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
}

.block-with-negative-margin {
  display: flex;
  width: 100%;
  margin-top: -175px;
  grid-column-gap: 30px;
}

.spaces-wrapper {
  width: 33%;
  padding: 35px 50px;
  background-color: #faf8f7;
}

.spaces-title-wrap {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}

.home-4-process-wrapper {
  display: flex;
  width: 100%;
  margin-top: 50px;
}

.home-4-process-wrap {
  position: relative;
  width: 25%;
}

.home-4-our-services-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 130px;
  text-shadow: 1px -1px 0 #a2a2a2, -1px -1px 0 #a2a2a2, -1px 0 0 #a2a2a2, 1px 1px 0 #a2a2a2;
}

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

.home-4-specialize-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  align-items: flex-end;
  grid-column-gap: 30px;
}

.home-4-specialize-image {
  width: 47%;
  height: 500px;
  transition: transform 300ms ease;
}

.home-4-specialize-image:hover {
  transform: scale(1.05);
}

.home-3-specialize-second-image {
  width: 48%;
  height: 425px;
  transition: transform 300ms ease;
}

.home-3-specialize-second-image:hover {
  transform: scale(1.05);
}

.home-4-specialize-image-wrap {
  display: flex;
  width: 53%;
  align-items: flex-end;
  grid-column-gap: 30px;
}

.home-4-specialize-content-wrap {
  width: 47%;
}

.how-we-work-wrapper {
  display: flex;
  width: 100%;
  grid-column-gap: 40px;
}

.how-we-text-wrap {
  width: 50%;
}

.how-we-work-title {
  margin-bottom: 15px;
}

.home-4-page-video {
  position: relative;
  display: flex;
  width: 100%;
  height: 280px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  background-image: url('../images/building-video-bg_1building video bg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-4-page-video:hover {
  opacity: 1;
}

.how-we-work-video-wrap {
  position: relative;
  z-index: 5;
  width: 50%;
  margin-bottom: -50px;
}

.home-4-primary-button-white {
  display: inline-block;
  padding: 12px 70px 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 60px;
  background-color: transparent;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 85% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 400ms ease;
  color: #111;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.home-4-primary-button-white:hover {
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 85% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
  color: #fff;
}

.team-primary-button {
  display: inline-block;
  min-width: 175px;
  padding: 12px 60px 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 60px;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.team-primary-button:hover {
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #111;
}

.home-4-our-team-wrapper {
  width: 40%;
}

.home-4-our-team-image-wrapper {
  width: 60%;
}

.home-4-our-team-description {
  width: 100%;
  margin-bottom: 30px;
}

.home-4-our-team-image {
  position: absolute;
  left: 0%;
  top: 130px;
  right: auto;
  bottom: 0%;
  height: 260px;
  max-width: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-4-blog-list {
  display: flex;
  width: 100%;
  grid-column-gap: 30px;
}

.home-4-blog-item {
  width: 33%;
}

.home-4-blog-image {
  width: 100%;
  height: 230px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-4-blog-image:hover {
  transform: scale(1.02);
}

.home-4-blog-text-wrap {
  display: inline-block;
}

.home-4-blog-image-holder {
  width: 100%;
}

.home-4-blog-description {
  width: 100%;
  margin-top: 8px;
}

.with-black-bg {
  background-color: #111;
}

.home-5-secondary-button-white {
  min-width: 175px;
  padding: 12px 60px 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.home-5-secondary-button-white:hover {
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #111;
}

.home-5-banner-section {
  position: relative;
  margin-bottom: 270px;
  padding-top: 170px;
  padding-bottom: 80px;
}

.home-5-banner-wrapper {
  width: 100%;
  margin-bottom: 50px;
}

.home-5-title-wrap {
  display: flex;
  width: 100%;
}

.home-5-banner-titlle {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 35px;
  color: #fff;
  text-transform: uppercase;
}

.home-5-category-title {
  margin-top: 10px;
  transition: color 300ms ease;
  color: #fff;
  font-size: 24px;
}

.home-5-category-title:hover {
  color: #a2a2a2;
}

.home-5-category-title.process-banner {
  color: #111;
}

.home-5-category-title.process-banner:hover {
  color: #a2a2a2;
}

.home-5-category-wrap {
  display: flex;
  width: 40%;
  flex-direction: column;
  align-items: flex-end;
}

.home-5-category-small-title {
  padding-right: 25px;
}

.home-5-title-description-wrap {
  display: flex;
  width: 60%;
  grid-column-gap: 30px;
}

.home-5-link-wrapper {
  display: flex;
  width: 18%;
  margin-top: 20px;
  align-items: flex-end;
  transition: transform 300ms ease;
  color: #fff;
}

.home-5-description {
  width: 78%;
  color: #fff;
}

.home-5-banner-image {
  position: absolute;
  top: 85%;
  height: 350px;
  max-width: 990px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.believe-title-wrap {
  width: 35%;
}

.believe-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.believe-description-wrap {
  display: flex;
  width: 65%;
  grid-column-gap: 30px;
}

.home-5-our-services-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 130px;
}

.home-5-process-wrapper {
  display: flex;
  width: 100%;
  margin-top: 40px;
}

.home-5-number-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-5-about-us {
  display: flex;
  align-items: flex-end;
}

.home-5-title-with-number {
  display: flex;
  width: 100%;
  height: 70px;
  margin-bottom: 50px;
  grid-column-gap: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-5-number-wrap {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.home-5-about-us-number {
  color: #fff;
  text-align: center;
}

.one-line-bg {
  position: absolute;
  left: 70px;
  top: 20px;
  z-index: 99;
  width: 100vw;
  height: 1px;
  background-color: #fff;
}

.home-5-projects-wrapper {
  display: flex;
  width: 100%;
  grid-column-gap: 70px;
}

.home-5-projects-image {
  width: 100%;
  height: 400px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-5-projects-image:hover {
  transform: scale(1.02);
}

.home-5-projects-content-wrap {
  width: 35%;
}

.home-5-projects-second-image {
  width: 100%;
  height: 210px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-5-projects-second-image:hover {
  transform: scale(1.02);
}

.home-5-projects-description {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.home-5-link-projects-wrapper {
  width: 100%;
  transition: transform 300ms ease;
  color: #fff;
}

.home-5-projects-image-wrap {
  width: 45%;
}

.home-5-services-wrapper {
  display: flex;
  width: 100%;
  grid-column-gap: 45px;
}

.home-5-services-list-wrap {
  width: 47%;
}

.home-5-services-title-holder {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 20px;
}

.home-5-services-arrow {
  width: 60px;
  height: 60px;
  background-image: url('../images/white-right-arrow_1white right arrow.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-5-services-title {
  margin-bottom: 20px;
  transition: transform 300ms ease;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-5-services-title:hover {
  transform: scale(1.02);
}

.home-5-choose-us-wrapper {
  width: 100%;
  margin-top: 100px;
}

.home-5-choose-us {
  margin-bottom: 40px;
  align-items: flex-end;
}

.home-5-choose-us-text-wrap {
  width: 27%;
}

.home-5-choose-us-title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.home-5-choose-us-text-wrapper {
  display: flex;
  width: 100%;
  grid-column-gap: 20px;
}

.home-5-choose-us-text-wrapper.last-item {
  margin-top: 40px;
}

.choose-us-description {
  width: 100%;
}

.choose-us-image {
  position: absolute;
  top: 55%;
  right: 0%;
  bottom: 0px;
  width: 100%;
  height: 370px;
  max-width: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-5-page-awards-wrapper {
  display: flex;
  width: 100%;
}

.home-5-awards-image {
  width: 100%;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.awards-section {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}

.awards-one-line-bg {
  position: absolute;
  left: 70px;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 1px;
  background-color: #fff;
}

.home-5-latest-post {
  color: #fff;
}

.home-5-awards-text-wrap {
  width: 30%;
}

.home-5-blog-title {
  display: inline-block;
  transition: color 300ms ease;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.home-5-blog-title:hover {
  color: #a2a2a2;
}

.footer-white {
  padding-top: 80px;
  padding-bottom: 50px;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../images/Vector-17.svg');
  background-position: 50% 33%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.home-3-right-arrow-holder {
  position: absolute;
  left: auto;
  right: 5%;
  z-index: 9999;
  display: none;
  width: 30px;
  height: 30px;
}

.home-5-process-wrap {
  position: relative;
  width: 25%;
}

.section-with-image-bg {
  position: relative;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/building_2building.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-with-parallax {
  position: relative;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/building-photo_1building photo.webp');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-4-banner-image-holder {
  position: relative;
  z-index: 99;
  max-height: 200px;
  max-width: 200px;
  margin-bottom: -99px;
  justify-content: flex-end;
}

.banner-image-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.home-1-studio-content-description {
  width: 50%;
  margin-top: 30px;
}

.about-us-banner-wrapper {
  width: 100%;
}

.about-us-text-wrap {
  width: 50%;
  margin-bottom: 190px;
}

.about-banner-description {
  margin-top: 30px;
  color: #a2a2a2;
  text-align: justify;
}

.about-us-banner-image {
  position: absolute;
  left: auto;
  top: 110px;
  right: 0%;
  bottom: 0%;
  max-width: 495px;
  min-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-explore-wrapper {
  position: relative;
  z-index: 999;
  display: flex;
  grid-column-gap: 60px;
}

.about-us-page-text-wrapper {
  display: flex;
  width: 100%;
  grid-column-gap: 60px;
}

.about-us-title-wrap {
  width: 56%;
}

.about-us-content-wrap {
  width: 44%;
}

.about-us-title {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}

.about-us-play-button-icon {
  position: relative;
  z-index: 7;
  color: #fff;
}

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

.why-choose-us-title {
  margin-top: 0px;
  margin-bottom: 25px;
  transition: all 300ms ease;
  color: #f9f9fa;
  font-size: 70px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.why-choose-us-title:hover {
  color: #111;
  text-shadow: none;
}

.why-choose-wrapper {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: center;
}

.why-choose-wrapper.last-item {
  margin-bottom: 0px;
}

.home-3-left-arrow-holder {
  position: absolute;
  left: auto;
  right: 120px;
  z-index: 9999;
  display: none;
  width: 30px;
  height: 30px;
}

.post-link-holder {
  display: inline-block;
  margin-top: 25px;
}

.home-4-post-link-holder {
  display: inline-block;
  margin-top: 25px;
}

.home-5-blog-text-wrap {
  justify-content: space-between;
  align-items: center;
}

.home-5-post-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.about-us-text-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-us-blog-title {
  display: inline-block;
  transition: color 300ms ease;
  color: #111;
  font-size: 24px;
  cursor: pointer;
}

.about-us-blog-title:hover {
  color: #a2a2a2;
}

.process-banner-title-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.process-banner-title {
  margin-top: 0px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.process-banner-text-wrap {
  width: 50%;
  margin-bottom: 50px;
}

.process-banner-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  height: 350px;
  min-width: 990px;
  -o-object-fit: cover;
     object-fit: cover;
}

.process-banner-image.news-grid {
  bottom: -20px;
}

.process-category-small-title {
  margin-top: 10px;
  padding-right: 25px;
}

.process-one-line-bg {
  position: absolute;
  left: 70px;
  top: 20px;
  z-index: 99;
  width: 100vw;
  height: 1px;
  background-color: #111;
}

.process-number-wrap {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 50px;
}

.process-number-holder {
  color: #111;
  text-align: center;
}

.process-holder-title {
  display: flex;
  align-items: flex-end;
  color: #111;
}

.link-with-icon-holder {
  display: inline-block;
}

.process-steps-title {
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
}

.team-with-image-bg {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/team-meeting_1team meeting.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.our-team-short-description {
  width: 70%;
  color: #111;
  text-align: center;
}

.our-team-short-description.text-white {
  color: #fff;
}

.team-page-members-name {
  margin-bottom: 5px;
  color: #111;
  font-size: 22px;
  text-align: left;
}

.our-team-first-video {
  position: relative;
  display: flex;
  width: 100%;
  height: 300px;
  justify-content: center;
  align-items: center;
}

.our-team-first-video:hover {
  opacity: 1;
}

.pricing-banner-wrapper-copy {
  position: relative;
  display: flex;
  height: 80vh;
  padding-top: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pricing-our-story-wrap {
  position: absolute;
  right: 15px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.pricing-title {
  margin-top: 20px;
}

.pricing-services-item {
  display: flex;
  width: 25%;
  min-height: 400px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #a2a2a2;
  transition: all 400ms ease;
}

.pricing-services-item:hover {
  background-image: url('../images/building_1building.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(0px, 15px);
}

.pricing-services-item.second-item {
  margin-top: 50px;
}

.pricing-services-item.second-item:hover {
  background-image: url('../images/archtecture_1archtecture.webp');
}

.pricing-services-item.third-item:hover {
  background-image: url('../images/architecture_5architecture.webp');
}

.pricing-services-item.fourth-item {
  margin-top: 50px;
}

.pricing-services-item.fourth-item:hover {
  background-image: url('../images/architecture-image_1architecture image.webp');
}

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

.pricing-services-number-holder {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.pricing-services-title {
  margin-bottom: 20px;
  color: #111;
  font-size: 24px;
}

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

.choose-us-banner-titlle-wrapper {
  display: flex;
  width: 100%;
  padding-bottom: 85px;
  flex-direction: column;
  align-items: center;
}

.choose-us-with-image-bg {
  position: relative;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/FISP-Inspection-02.jpg');
  background-position: 50% 50%;
  background-size: 1296px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.choose-us-video {
  position: relative;
  display: flex;
  width: 100%;
  height: 400px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/architecture_3architecture.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.choose-us-video:hover {
  opacity: 1;
}

.pricing-explore-wrapper {
  position: relative;
  z-index: 999;
  display: none;
  margin-top: 160px;
  grid-column-gap: 60px;
}

.pricing-banner-short-description {
  width: 90%;
  margin-top: 35px;
  margin-bottom: 50px;
  color: #575757;
  line-height: 1.5em;
}

.why-choose-banner-description {
  width: 50%;
  color: #111;
  font-size: 18px;
  text-align: justify;
}

.why-choose-process-wrapper {
  display: flex;
  width: 100%;
  margin-top: 0px;
  align-self: flex-start;
  grid-column-gap: 130px;
}

.why-choose-us-process-wrap {
  position: relative;
  width: 100%;
  align-self: baseline;
  flex: 0 auto;
  text-align: left;
}

.pricing-process-description {
  width: 85%;
  color: #fff;
}

.pricing-process-description.first-item {
  color: #a2a2a2;
}

.clients-top-banner-section {
  position: relative;
  display: flex;
  height: 85vh;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/building-architecture_1building architecture.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.clients-paragraph-holder {
  display: flex;
  flex-direction: column;
}

.clients-title-holder {
  width: 71%;
}

.clients-our-story-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-end;
}

.service-page-list-wrapper {
  width: 100%;
}

.service-page-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-column-gap: 25px;
  grid-row-gap: 50px;
}

.service-page-item {
  width: 48.4%;
}

.service-page-image-holder {
  overflow: hidden;
  width: 100%;
  transition-property: transform;
  transition-duration: 400ms;
}

.service-page-image {
  width: 100%;
  height: 430px;
  transition: transform 400ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.pricing-image {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-choose-number-holder {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-number-holder.second-item {
  margin-top: 40px;
}

.services-details-link {
  display: flex;
  justify-content: center;
}

.services-category-list-wrapper {
  width: 100%;
}

.services-category-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.services-category-item {
  display: flex;
  width: 31.3%;
  flex-direction: column;
}

.services-category-image-holder {
  overflow: hidden;
  width: 100%;
}

.services-category-image {
  width: 100%;
  height: 360px;
  transition: transform 400ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.services-category-description {
  display: inline;
  width: 75%;
  margin-top: 8px;
  transition: color 300ms ease;
}

.services-category-description:hover {
  color: #111;
}

.service-description-link.w--current {
  margin-top: 5px;
}

.service-category-title-link {
  padding-top: 20px;
}

.service-list-title {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.service-list-text-wrapper {
  display: flex;
  flex-direction: column;
  grid-row-gap: 35px;
}

.services-list-description {
  width: 66%;
  color: #fff;
}

.service-list-banner-wrapper {
  width: 100%;
}

.service-category-small-title {
  margin-top: 6px;
  padding-right: 25px;
}

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

.projects-title {
  margin-bottom: 35px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

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

.projects-text-hover {
  position: absolute;
  left: 30px;
  top: auto;
  right: 0%;
  bottom: 40px;
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
}

.projects-text-hover-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.black-bg {
  background-color: #000;
}

.white-footer-text-field {
  min-width: 270px;
  padding: 10px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #a2a2a2;
  background-color: transparent;
  font-family: Yantramanav, sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.white-footer-text-field:focus {
  border-bottom-color: #a2a2a2;
  color: #111;
}

.white-footer-text-field::-moz-placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.white-footer-text-field::-ms-input-placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.white-footer-text-field::placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.project-2-title {
  transition: color 300ms ease;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.project-2-title:hover {
  color: #a2a2a2;
}

.project-2-description {
  margin-top: 20px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
}

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

.service-details-title {
  color: #fff;
  text-align: center;
}

.projects-1-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #000;
  color: #000;
}

.project-details-top-section {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.projects-details-description {
  width: 44%;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
}

.projects-content-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #faf8f7;
}

.section-filter-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(17, 17, 17, 0.4);
}

.project-categories-list-wrapper {
  width: 100%;
}

.project-categories-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.project-categories-item {
  display: flex;
  width: 31.3%;
  flex-direction: column;
  cursor: pointer;
}

.project-categories-image {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.contact-us-banner-description {
  width: 55%;
  color: #111;
  text-align: center;
}

.contact-us-section-with-parallax {
  position: relative;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/architecture-design_1architecture design.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact-us-spaces-title-wrap {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}

.contact-us-top-banner-section {
  position: relative;
  min-height: 450px;
  padding-top: 165px;
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50% -105%;
  background-size: auto;
  background-repeat: no-repeat;
}

.contact-us-large-title {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact-us-logos-wrapper {
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project-scroll-button {
  position: absolute;
  z-index: 99;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  border-radius: 50px;
  background-color: #111;
  transition: transform 300ms ease;
  cursor: pointer;
}

.contacts-2-input {
  height: auto;
  padding: 16px 18px 16px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: transparent;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.contacts-2-input:focus {
  border-bottom-color: #a2a2a2;
}

.contact-2-textarea {
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px 16px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.contact-2-textarea:focus {
  border-bottom-color: #a2a2a2;
}

.contact-2-textarea::-moz-placeholder {
  font-weight: 300;
}

.contact-2-textarea::-ms-input-placeholder {
  font-weight: 300;
}

.contact-2-textarea::placeholder {
  font-weight: 300;
}

.contacts-2-content-title {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}

.contacts-email {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.contacts-email:hover {
  color: #a2a2a2;
}

.contacts-2-image {
  width: 100%;
  height: 410px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.contacts-2-image-holder {
  overflow: hidden;
}

.location-info {
  margin-top: 0px;
  margin-bottom: 0px;
}

.location-info:hover {
  color: #a2a2a2;
}

.locations-wrapper {
  position: relative;
  display: flex;
  margin-top: 45px;
  margin-bottom: 30px;
}

.contact-us-3-top-section {
  z-index: 99;
  min-height: 500px;
  padding-top: 210px;
  padding-bottom: 150px;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/office-image_3office image.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact-us-text-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.contact-us-3-title {
  color: #fff;
}

.contact-us-3-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  grid-column-gap: 60px;
}

.contacts-3-form-wrap {
  width: 70%;
  padding: 40px 40px 25px;
  background-color: #faf8f7;
}

.contacts-input-holder {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  grid-column-gap: 20px;
}

.contacts-3-input {
  width: 50%;
  height: auto;
  margin-bottom: 0px;
  padding: 16px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  transition: all 200ms ease;
  color: #111;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.contacts-3-input:focus {
  border-color: #a2a2a2;
}

.contacts-3-input {
  width: 50%;
}

.contacts-3-email-input {
  height: auto;
  margin-bottom: 20px;
  padding: 16px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  transition: all 200ms ease;
  color: #111;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
}

.contacts-3-email-input:focus {
  border-color: #a2a2a2;
}

.contacts-small-titte {
  margin-bottom: 10px;
  color: #111;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contacts-small-titte.sidebar {
  margin-bottom: 30px;
}

.contacts-3-text-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 999;
  width: 30%;
  height: 100%;
}

.contacts-3-info {
  color: #111;
}

.contacts-3-list-wrapper {
  padding-bottom: 10px;
}

.contacts-services {
  margin-top: 0px;
  margin-bottom: 50px;
  transition: all 300ms ease;
  color: #fff;
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px -1px 0 #a2a2a2, -1px -1px 0 #a2a2a2, -1px 0 0 #a2a2a2, 1px 1px 0 #a2a2a2;
}

.contacts-services:hover {
  color: #111;
  text-shadow: none;
}

.contacts-arrow-hover {
  width: 24px;
  height: 24px;
  margin-bottom: 40px;
  margin-left: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-services-holder {
  align-items: center;
  grid-column-gap: 20px;
  cursor: pointer;
}

.contacts-services-wrapper {
  display: inline;
  flex-direction: row;
  align-items: center;
  grid-column-gap: 20px;
}

.contact-us-form-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}

.contact-us-form-section.without-bottom-spacing {
  padding-bottom: 0px;
}

.contact-us-3-info {
  margin-top: 0px;
  margin-bottom: 0px;
}

.contact-us-3-info:hover {
  color: #a2a2a2;
}

.blog-grid-description {
  width: 100%;
  margin-top: 8px;
}

.blog-title-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  grid-row-gap: 5px;
}

.project-scroll-button-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -30px;
  z-index: 5;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: flex-end;
}

.project-image {
  width: 30px;
  height: 30px;
}

.news-button {
  display: inline-block;
  min-width: 175px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 60px;
  background-color: #fff;
  transition: background-color 400ms ease;
  color: #111;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.news-button:hover {
  background-color: #111;
  color: #fff;
}

.news-2-button {
  display: flex;
  min-height: 50px;
  padding: 12px 30px;
  border-radius: 60px;
  background-color: transparent;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4));
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: background-color 400ms ease;
  cursor: pointer;
}

.news-2-button:hover {
  background-color: #111;
  background-image: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  color: #fff;
}

.news-2-top-banner-section {
  position: relative;
  display: flex;
  min-height: 70vh;
  padding-top: 80px;
  padding-bottom: 80px;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/architecture-building_1architecture building.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.home-primary-button {
  display: flex;
  min-height: 50px;
  padding: 12px 30px;
  border-radius: 60px;
  background-color: transparent;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4));
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: background-color 400ms ease;
  cursor: pointer;
}

.home-primary-button:hover {
  background-color: #111;
  background-image: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  color: #fff;
}

.news-tab-holder {
  width: 100%;
}

.news-tabs {
  width: 100%;
}

.news-tab-menu {
  width: 100%;
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}

.news-tabs-content {
  width: 100%;
  margin-top: 100px;
}

.news-tab-link {
  padding: 9px 30px 15px;
  flex-direction: row;
  justify-content: center;
  background-color: transparent;
}

.news-tab-link.w--current {
  grid-column-gap: 15px;
  background-color: #f8f8f8;
}

.news-tab-pane {
  width: 100%;
}

.news-tab-list-wrapper {
  width: 100%;
}

.news-tab-list {
  width: 100%;
}

.news-tab-item {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  justify-content: space-between;
}

.news-tab-item:last-child {
  margin-bottom: 0px;
}

.news-2-tab-holder {
  width: 18%;
  margin-left: -65px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-start;
  -ms-grid-row-align: center;
      align-self: center;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  transform: rotate(-90deg);
}

.news-date {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.1em;
  text-transform: uppercase;
  text-shadow: 1px -1px 0 #a2a2a2, -1px -1px 0 #a2a2a2, -1px 0 0 #a2a2a2, 1px 1px 0 #a2a2a2;
  white-space: nowrap;
}

.news-tab-title {
  margin-top: 10px;
  transition: color 300ms ease;
}

.news-tab-title:hover {
  color: #a2a2a2;
}

.news-title-holder {
  display: flex;
  width: 90%;
  grid-column-gap: 50px;
}

.news-2-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-title-wrap {
  display: flex;
  width: 35%;
  flex-direction: column;
}

.news-image-wrap {
  width: 65%;
  height: 100%;
  cursor: pointer;
}

.blog-grid-category-image-link {
  min-width: 100%;
}

.blog-grid-category-image {
  width: 100%;
  height: 280px;
  transition: transform 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-grid-category-image:hover {
  transform: scale(1.02);
}

.blog-categories-description {
  width: 100%;
  margin-top: 8px;
}

.news-grid-pagination {
  display: none;
  padding-top: 50px;
}

.news-categories-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-column-gap: 27px;
  grid-row-gap: 30px;
}

.news-text-content {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
}

.news-link-holder {
  display: inline-block;
  margin-top: 25px;
}

.lightbox-project {
  display: inline-block;
  width: 100%;
}

.blog-sidebar-post-category-template {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 60px;
  background-color: #111;
  transition: all 300ms ease;
  color: #fff;
}

.blog-sidebar-post-category-template:hover {
  background-color: #fff;
  color: #111;
}

.blog-rich-text-style {
  margin-top: 40px;
}

.blog-rich-text-style h6 {
  margin-top: 20px;
}

.blog-rich-text-style p {
  margin-bottom: 10px;
}

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

.blog-rich-text-style h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

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

.blog-template-image-holder {
  overflow: hidden;
}

.blog-title {
  margin-top: 20px;
}

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

.news-3-banner {
  display: flex;
  width: 100%;
  max-width: 760px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 20px;
}

.news-3-description {
  width: 80%;
  color: #111;
  text-align: center;
}

.news-3-category {
  display: inline-block;
  margin-top: -18px;
  padding: 5px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  border-radius: 60px;
  background-color: #111;
  color: #fff;
  cursor: pointer;
}

.news-3-category:hover {
  border-color: #a2a2a2;
  background-color: #a2a2a2;
}

.news-3-post-date {
  margin-top: 25px;
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.33em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.news-3-short-description {
  margin-top: 20px;
  margin-bottom: 35px;
}

.news-3-link-holder {
  display: inline-block;
}

.news-3-title {
  transition: color 300ms ease;
}

.news-3-title:hover {
  color: #a2a2a2;
}

._404-title {
  margin-top: 0px;
  font-size: 170px;
}

.password-field {
  margin-bottom: 15px;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 400;
}

.password-button {
  display: inline-block;
  min-width: 175px;
  padding: 12px 60px 12px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 65% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.5px;
}

.password-button:hover {
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 65% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #111;
}

.password-error {
  background-color: transparent;
}

.password-error-text {
  color: #111;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 300;
}

.search-text {
  margin-top: 20px;
  margin-bottom: 15px;
}

.licensign-title {
  text-transform: uppercase;
}

.blog-template-image-lightbox {
  width: 100%;
  height: 100%;
}

.empty-state {
  display: block;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 300;
}

.empty-state-white {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 300;
}

.news-2-text-holder {
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.news-2-description {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.5em;
}

.work-process-banner-title {
  margin-top: 0px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.work-process-banner-title {
  font-size: 62px;
  text-transform: none;
}

.home-one-team-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48.5%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-one-team-wrapper {
  position: relative;
  width: 100%;
}

.projects-list-wrapper {
  position: relative;
  width: 100%;
}

.projects-collection-list {
  width: 100%;
}

.projects-item {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.projects-content-holder {
  position: relative;
  z-index: 2;
  display: inline;
  max-width: 675px;
  padding: 60px 15px 80px;
  flex-direction: column;
  align-items: flex-start;
}

.projects-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(17, 17, 17, 0.4);
}

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

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

.section-banner.landing-banner {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 87vh;
  padding-top: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

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

.color-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 140px;
  background-color: #111;
}

.div-block-7 {
  position: relative;
  z-index: 999;
  width: 100%;
  margin-right: auto;
  margin-bottom: -60px;
  margin-left: auto;
}

.landing-text-span {
  color: #a2a2a2;
}

.landing-banner-content {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: flex;
  max-width: 1100px;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.landing-inner-page-image {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
}

.landing-banner-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 70px;
}

.section-landing-customers {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #111;
}

.landing-section-heading-white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.landing-paragraph-style {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

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

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

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

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

.paragraph-benefits-lp {
  width: 90%;
  color: #fff;
}

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

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

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

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

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

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

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

.landing-home-pages-wrapp.bottom {
  margin-top: 40px;
}

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

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

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

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

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

.buy-this-template {
  position: fixed;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 48px;
  z-index: 1000;
  display: flex;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #4353ff;
  border-radius: 4px;
  background-color: #4353ff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.all-templates {
  position: fixed;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 12px;
  z-index: 1000;
  display: flex;
  width: 140px;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 4px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4353ff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.unlimited-webflow-design {
  position: fixed;
  left: 12px;
  top: auto;
  right: auto;
  bottom: 12px;
  z-index: 1000;
  display: flex;
  padding: 8px;
  border: 1px solid #1c276d;
  border-radius: 4px;
  background-color: #1c276d;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
}

.superscript {
  color: #142747;
  font-size: 48px;
}

.image {
  font-size: 20px;
}

.button {
  padding: 20px;
  background-color: #fff;
  color: #000;
}

.dropdown-link {
  display: flex;
  width: 100%;
}

.subscript {
  position: relative;
  bottom: 20px;
  display: inline-block;
  width: 400px;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #142747;
  font-size: 50px;
  text-align: right;
  text-shadow: none;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 100px;
  text-shadow: -1px 0 0 #000, 0 -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000;
}

.subscript-2 {
  position: relative;
  bottom: 20px;
  display: inline-block;
  width: 350px;
  color: #142747;
  font-size: 50px;
  text-align: right;
  text-shadow: none;
}

.heading-2 {
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, -1px -1px 0 #000, 0 1px 0 #000;
}

.subscript-3 {
  position: relative;
  bottom: 20px;
  display: inline-block;
  width: 350px;
  color: #142747;
  font-size: 50px;
  text-align: right;
  text-shadow: none;
}

.heading-3 {
  width: 400px;
  font-size: 40px;
}

.heading-4 {
  color: #fff;
}

.link-2 {
  width: 300px;
  height: 100px;
}

.link-block {
  padding-top: 0px;
}

.heading-5 {
  color: #fff;
}

.paragraph {
  text-align: justify;
}

.paragraph-2 {
  text-align: justify;
}

.container-2 {
  display: block;
  margin-top: 60px;
}

.text-block {
  color: #a2a2a2;
}

.heading-6 {
  width: 400px;
  color: #000;
  font-size: 130px;
  text-shadow: -1px 0 0 #a2a2a2, 0 -1px 0 #a2a2a2, 1px 0 0 #a2a2a2, 0 1px 0 #a2a2a2;
}

.text-span {
  color: #fff;
  letter-spacing: normal;
}

.text-span-2 {
  color: #fff;
}

.text-span-3 {
  color: #fff;
}

.text-span-4 {
  color: #a2a2a2;
}

.bold-text {
  color: #575757;
}

.text-span-5 {
  color: #575757;
}

.text-span-6 {
  color: #575757;
}

.text-span-7 {
  color: #575757;
}

.text-span-8 {
  color: #575757;
}

.text-span-9 {
  color: #575757;
}

.text-span-10 {
  color: #575757;
}

.paragraph-3 {
  color: #a2a2a2;
}

.paragraph-4 {
  position: absolute;
  margin-top: 40px;
  order: 0;
  flex: 0 auto;
  color: #f9f9fa;
  font-size: 26px;
}

.text-block-2 {
  color: #a2a2a2;
}

.paragraph-5 {
  display: flex;
  margin-bottom: 15px;
}

.body {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

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

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

  .section.banner-our-process {
    min-height: 800px;
  }

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

  .section.about-us-banner {
    padding-top: 250px;
  }

  .section.style-guide-section {
    padding-bottom: 140px;
  }

  .section.home-1-slider {
    padding-bottom: 220px;
  }

  .section.with-image-background {
    width: 100%;
    background-size: 44%;
  }

  .section.with-line-bg {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.with-black-bg {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.reviews-with-light-bg {
    padding-bottom: 210px;
  }

  .section.about-us-page {
    padding-bottom: 465px;
  }

  .section.with-video-block {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .section.service-with-black-bg {
    padding-bottom: 120px;
  }

  .section.project-details {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.news-banner {
    padding-top: 190px;
  }

  .section.news-grid {
    padding-top: 150px;
  }

  .section.licensing-banner {
    padding-top: 190px;
  }

  .base-container {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .nav-dropdown-list.home-1-megamenu.w--open {
    right: -305px;
  }

  .coming-soon-wrapper {
    margin-right: 0px;
  }

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

  .blog-grid-image {
    height: 320px;
  }

  .footer {
    background-position: 50% 43%;
  }

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

  .text-white {
    font-size: 40px;
  }

  .pricing-plans-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .contacts-2-form-wrapper {
    margin-right: 40px;
  }

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

  .footer-brand-wrapper {
    width: 13%;
  }

  .footer-links-wrapper.last-item {
    width: 31%;
  }

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

  .search-section {
    margin-bottom: 80px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .justify-right {
    grid-column-gap: 30px;
  }

  .footer-contact-wrapper {
    width: 43%;
    grid-column-gap: 65px;
  }

  .title-holder {
    width: 60%;
  }

  .paragraph-holder {
    margin-bottom: 30px;
  }

  .home-1-description {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .home-button-wrap {
    padding-right: 160px;
  }

  .studio-text-wrap {
    width: 35%;
  }

  .studio-content-wrap {
    width: 65%;
  }

  .studio-content-description-wrap {
    margin-top: 50px;
  }

  .awards-text-wrapper {
    width: 47%;
  }

  .our-team-holder.reverse {
    margin-bottom: 50px;
  }

  .our-team-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .our-team-description {
    width: 78%;
    margin-bottom: 50px;
  }

  .team-members-holder {
    margin-top: 50px;
  }

  .team-members-image {
    height: 340px;
  }

  .team-members-name {
    font-size: 24px;
  }

  .home-1-reviews-slider {
    bottom: -138%;
  }

  .home-1-left-arrow {
    bottom: -138%;
  }

  .home-1-right-arrow {
    bottom: -138%;
  }

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

  .home-2-banner-wrapper {
    padding-top: 180px;
  }

  .home-2-our-story-wrap {
    position: absolute;
    right: 10%;
  }

  .home-2-process-wrapper {
    grid-column-gap: 45px;
  }

  .about-studio-right-arrow {
    right: 155%;
  }

  .numbers-section {
    padding-top: 130px;
  }

  .our-portfolio-title {
    width: 50%;
  }

  .home-2-our-team-wrapper {
    padding-top: 0px;
  }

  .home-2-our-team-description {
    margin-bottom: 50px;
  }

  .our-team-section {
    margin-top: 130px;
  }

  .home-2-team-members-holder {
    grid-column-gap: 30px;
  }

  .home-2-team-members-holder.home-2-page {
    height: 100%;
    max-width: 915px;
  }

  .home-2-image-holder {
    width: 41%;
  }

  .home-2-image {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .home-2-testimonials-holder {
    margin-right: 30px;
    grid-column-gap: 30px;
  }

  .testimonials-section {
    padding-top: 120px;
  }

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

  .logos-wrapper {
    padding-bottom: 150px;
  }

  .logos-holder {
    grid-column-gap: 25px;
  }

  .home-3-explore-more-wrapper {
    margin-left: 10px;
  }

  .home-3-wrap {
    width: 55%;
  }

  .home-3-about-us-title {
    border: 0px solid #000;
    color: #fff;
    font-size: 100px;
    font-weight: 400;
    text-shadow: -1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 1px 0 0 #000;
  }

  .home-3-about-us-image {
    top: -45%;
    width: 40%;
    min-height: 800px;
  }

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

  .home-3-awards-name {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px -1px 0 #a2a2a2, -1px -1px 0 #a2a2a2, -1px 0 0 #a2a2a2, 1px 1px 0 #a2a2a2;
  }

  .hover-image {
    top: 0%;
    height: 280px;
    margin-bottom: 220px;
  }

  .second-hover-image {
    height: 280px;
  }

  .third-hover-image {
    height: 280px;
  }

  .with-negative-margin {
    margin-top: -400px;
  }

  .home-3-page-video {
    height: 500px;
  }

  .home-3-process-wrapper {
    margin-top: 150px;
  }

  .home-3-page-awards-wrapper {
    padding-top: 150px;
  }

  .home-3-awards-content-wrap {
    padding-left: 100px;
  }

  .benefits-wrapper {
    background-position: 91% 15%;
  }

  .benefits-text-wrap {
    left: auto;
    max-width: 530px;
    padding: 50px;
  }

  .benefits-left-arrow {
    background-position: 55% 50%;
  }

  .home-3-blog-list {
    display: -ms-grid;
    display: grid;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 16px;
        grid-template-areas: "Area";
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .home-2-explore-wrapper {
    margin-left: 10px;
  }

  .home-4-banner-description {
    margin-left: 155px;
  }

  .home-4-top-banner-icon {
    right: 0px;
  }

  .block-with-negative-margin {
    margin-top: -245px;
  }

  .projects-section {
    padding-top: 125px;
    padding-bottom: 150px;
  }

  .home-4-specialize-image {
    width: 50%;
  }

  .home-3-specialize-second-image {
    width: 50%;
  }

  .home-4-specialize-content-wrap {
    width: 45%;
  }

  .home-4-our-team-description {
    margin-bottom: 50px;
  }

  .home-4-our-team-image {
    top: 200px;
    height: 350px;
    max-width: 630px;
  }

  .home-5-banner-section {
    margin-bottom: 250px;
    padding-bottom: 150px;
  }

  .home-5-banner-titlle {
    width: 70%;
    font-size: 80px;
  }

  .home-5-banner-image {
    top: 76%;
    height: 400px;
    max-width: 1545px;
  }

  .believe-wrapper {
    grid-column-gap: 170px;
  }

  .believe-title-wrap {
    width: 45%;
  }

  .believe-description-wrap {
    width: 55%;
  }

  .home-5-choose-us {
    margin-top: 20px;
  }

  .home-5-choose-us-text-wrap {
    width: 30%;
  }

  .home-5-choose-us-text-wrapper {
    grid-column-gap: 40px;
  }

  .choose-us-description {
    width: 80%;
  }

  .choose-us-image {
    max-width: 500px;
  }

  .footer-white {
    padding-top: 140px;
    background-position: 50% 43%;
  }

  .home-3-right-arrow-holder {
    right: 1.5%;
  }

  .section-with-image-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-with-parallax {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about-us-text-wrap {
    width: 45%;
  }

  .about-us-banner-image {
    max-width: 630px;
  }

  .about-us-page-text-wrapper {
    grid-column-gap: 70px;
  }

  .why-choose-us-title {
    font-size: 90px;
  }

  .home-3-left-arrow-holder {
    right: 80px;
  }

  .process-banner-text-wrap {
    width: 45%;
  }

  .process-banner-image {
    height: 400px;
    min-width: 1225px;
  }

  .process-banner-image.news-grid {
    bottom: 0px;
  }

  .team-with-image-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .team-page-members-name {
    font-size: 24px;
  }

  .pricing-banner-wrapper-copy {
    height: 75vh;
  }

  .pricing-our-story-wrap {
    position: absolute;
    right: 10%;
  }

  .choose-us-with-image-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .choose-us-video {
    height: 500px;
  }

  .pricing-explore-wrapper {
    margin-top: 180px;
    margin-left: 10px;
  }

  .why-choose-process-wrapper {
    margin-top: 0px;
  }

  .clients-title-holder {
    width: 65%;
  }

  .service-page-item {
    width: 31%;
  }

  .service-page-image {
    height: 360px;
  }

  .pricing-image {
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .service-list-title {
    width: 70%;
    font-size: 80px;
  }

  .service-list-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .projects-1-section {
    padding-top: 75px;
    padding-bottom: 150px;
  }

  .projects-details-description {
    width: 41%;
  }

  .contact-us-section-with-parallax {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .contact-us-logos-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .contacts-3-list-wrapper {
    padding-bottom: 80px;
  }

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

  .news-2-top-banner-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .blog-grid-category-image {
    height: 320px;
  }

  .news-categories-wrapper {
    grid-column-gap: 30px;
  }

  .blog-details-section {
    padding-top: 210px;
    padding-bottom: 150px;
  }

  .news-2-description {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .home-one-team-image {
    height: 320px;
  }

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

  .section-banner.landing-banner {
    min-height: 88vh;
    background-image: none;
  }

  .landing-inner-page-item.home-screen-banner {
    max-width: none;
  }

  .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .div-block-7 {
    margin-bottom: -80px;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapp {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .superscript {
    font-size: 48px;
  }

  .subscript {
    font-size: 50px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
  }

  h2 {
    margin-bottom: 10px;
  }

  h3 {
    margin-bottom: 10px;
  }

  h4 {
    margin-bottom: 10px;
  }

  h5 {
    margin-bottom: 10px;
  }

  h6 {
    margin-bottom: 10px;
  }

  .section.banner-our-process {
    min-height: 820px;
  }

  .section.with-image-background {
    background-size: auto;
  }

  .section.with-line-bg {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.with-black-bg {
    padding-top: 40px;
  }

  .section.home-4-with-black-line-bg {
    background-position: 50% 20%;
  }

  .section.with-video-block {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .text-white {
    font-size: 40px;
  }

  .service-list-banner {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .first-video {
    height: 700px;
  }

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

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

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

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

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

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

  .our-story-wrap {
    padding: 30px;
  }

  .our-team-holder.reverse {
    margin-bottom: 80px;
  }

  .home-2-banner-description {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-right: 20px;
  }

  .home-2-banner-wrapper {
    padding-top: 210px;
  }

  .home-2-our-story-wrap {
    position: absolute;
    right: 21%;
  }

  .home-2-team-members-holder.home-2-page {
    max-width: 990px;
  }

  .home-2-image-holder {
    width: 43%;
  }

  .home-2-our-story-wrapper {
    padding: 30px;
  }

  .home-2-testimonials-holder {
    width: 120%;
  }

  .home-2-testimonials-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home-3-wrapper {
    margin-bottom: 100px;
  }

  .home-3-about-us-title {
    font-size: 100px;
  }

  .home-3-about-us-image {
    top: -50%;
    width: auto;
    min-height: 800px;
  }

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

  .home-3-awards-name {
    font-size: 150px;
  }

  .hover-image {
    right: -117px;
  }

  .second-hover-image {
    right: -10%;
  }

  .third-hover-image {
    right: -10%;
  }

  .benefits-slider-image {
    height: 460px;
  }

  .benefits-text-wrap {
    left: auto;
  }

  .benefits-slider {
    right: 0px;
  }

  .benefits-left-arrow {
    right: 180px;
  }

  .benefits-right-arrow {
    right: 130px;
  }

  .benefits-slide {
    width: 75%;
  }

  .home-4-our-team-image {
    height: 380px;
    max-width: 715px;
  }

  .home-5-banner-section {
    margin-bottom: 270px;
  }

  .home-5-banner-image {
    height: 420px;
    max-width: 1800px;
  }

  .choose-us-image {
    max-width: 575px;
  }

  .home-3-right-arrow-holder {
    right: 0.5%;
  }

  .section-with-image-bg {
    min-height: 650px;
  }

  .section-with-parallax {
    min-height: 700px;
  }

  .about-us-banner-image {
    max-width: 695px;
  }

  .about-us-page-text-wrapper {
    grid-column-gap: 80px;
  }

  .why-choose-us-title {
    font-size: 90px;
  }

  .home-3-left-arrow-holder {
    right: 60px;
  }

  .process-banner-image {
    height: 420px;
    min-width: 1300px;
  }

  .pricing-our-story-wrap {
    position: absolute;
    right: 21%;
  }

  .choose-us-with-image-bg {
    min-height: 650px;
  }

  .pricing-explore-wrapper {
    margin-top: 210px;
  }

  .why-choose-process-wrapper {
    margin-top: 0px;
  }

  .contact-us-section-with-parallax {
    min-height: 450px;
  }

  .home-one-team-image {
    width: 49%;
  }

  .projects-content-holder {
    max-width: 775px;
    padding-right: 0px;
    padding-bottom: 130px;
    padding-left: 130px;
  }

  .section-banner.landing-banner {
    min-height: 90vh;
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
  }

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

  .superscript {
    font-size: 48px;
  }

  .subscript {
    font-size: 50px;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    text-transform: none;
  }

  .section {
    background-color: #000;
  }

  .section.banner-our-process {
    min-height: 910px;
  }

  .section.about-us-banner {
    padding-bottom: 20px;
  }

  .section.with-divider {
    background-position: 101% 57%;
    background-size: auto;
  }

  .section.with-image-background {
    position: relative;
    display: block;
    min-height: 960px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-position: 0% 0%;
    background-size: auto;
    opacity: 1;
  }

  .section.with-line-bg {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.with-black-bg {
    padding-top: 40px;
  }

  .section.with-video-block {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .footer {
    background-color: #000;
  }

  .text-white {
    font-size: 40px;
  }

  .footer-link.text-black {
    font-size: 22px;
  }

  .about-img._1 {
    left: 16%;
    width: 420px;
  }

  .about-img._3 {
    left: 54%;
    top: 20%;
    width: 430px;
  }

  .about-img._4 {
    left: 48%;
  }

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

  .secondary-button-black {
    font-size: 22px;
  }

  .footer-link-wrap {
    width: 31%;
  }

  .title-holder {
    width: 70%;
  }

  .paragraph-holder {
    margin-bottom: 120px;
  }

  .our-services-divider {
    min-width: 99px;
    background-color: #111;
  }

  .awards-small-title.home-3-page {
    color: #142747;
    font-size: 25px;
    line-height: 10%;
    font-weight: 300;
    letter-spacing: 0.1em;
    -moz-column-count: auto;
         column-count: auto;
    white-space: normal;
  }

  .our-team-holder.reverse {
    margin-bottom: 0px;
  }

  .our-team-small-description {
    font-size: 22px;
  }

  .team-members-holder {
    margin-top: 150px;
  }

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

  .home-2-banner-description {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
    font-size: 22px;
  }

  .explore-more-link {
    font-size: 22px;
  }

  .home-2-banner-wrapper {
    justify-content: space-between;
  }

  .home-2-our-story-wrap {
    position: absolute;
    right: 44%;
  }

  .our-team-section {
    align-items: center;
  }

  .home-2-team-members-holder.home-2-page {
    max-width: 1230px;
  }

  .home-2-testimonials-wrapper {
    flex-direction: row;
  }

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

  .home-2-image-holder {
    width: 45%;
  }

  .home-2-testimonials-holder {
    width: 100%;
    flex: 0 0 auto;
  }

  .home-2-testimonials-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-3-about-us-title {
    width: 800px;
    font-size: 100px;
  }

  .home-3-about-us-image {
    width: auto;
    min-height: 800px;
    margin-right: auto;
    padding-right: 0px;
  }

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

  .hover-image {
    right: -15%;
  }

  .second-hover-image {
    right: -15%;
  }

  .third-hover-image {
    right: -15%;
  }

  .benefits-text-wrap {
    left: auto;
  }

  .benefits-mask {
    width: 100%;
    height: 100%;
  }

  .benefits-left-arrow {
    right: 420px;
  }

  .benefits-right-arrow {
    right: 365px;
  }

  .benefits-slide {
    width: 60%;
    margin-left: 220px;
  }

  .home-2-explore-wrapper {
    display: flex;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .home-4-our-team-image {
    left: 0%;
    top: 200px;
    right: auto;
    bottom: 0%;
    height: 400px;
    max-width: 945px;
  }

  .home-5-banner-section {
    margin-bottom: 350px;
  }

  .home-5-banner-image {
    left: 0px;
    right: 0%;
    bottom: auto;
    height: 500px;
  }

  .home-5-choose-us-wrapper {
    padding-top: 50px;
  }

  .choose-us-image {
    height: 430px;
    max-width: 775px;
  }

  .home-3-right-arrow-holder {
    right: 0.1%;
    bottom: -10%;
  }

  .section-with-image-bg {
    min-height: 750px;
  }

  .about-us-banner-image {
    max-width: 875px;
  }

  .why-choose-us-title {
    font-size: 90px;
  }

  .home-3-left-arrow-holder {
    bottom: -10%;
  }

  .process-banner-image {
    height: 500px;
    min-width: 1545px;
  }

  .our-team-first-video {
    height: 500px;
  }

  .pricing-banner-wrapper-copy {
    height: 90vh;
    padding-top: 210px;
    justify-content: space-between;
  }

  .pricing-our-story-wrap {
    position: absolute;
    right: 44%;
  }

  .choose-us-with-image-bg {
    min-height: 750px;
  }

  .pricing-explore-wrapper {
    display: flex;
    margin-bottom: 80px;
    margin-left: 0px;
  }

  .why-choose-banner-description {
    width: 75%;
    font-size: 22px;
  }

  .clients-title-holder {
    width: 70%;
  }

  .pricing-image {
    height: 90vh;
  }

  .contact-us-section-with-parallax {
    min-height: 750px;
  }

  .contact-us-text-wrapper {
    flex-direction: column;
  }

  .home-one-team-image {
    height: 420px;
  }

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

  .section-banner.landing-banner {
    min-height: 92vh;
    padding-top: 190px;
    background-image: none;
  }

  .color-bg {
    height: 200px;
  }

  .div-block-7 {
    margin-bottom: -100px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .button {
    font-size: 22px;
  }

  .subscript {
    font-size: 50px;
  }

  .paragraph-6 {
    font-size: 22px;
  }
}

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

  h3 {
    font-size: 38px;
  }

  li {
    padding-left: 20px;
  }

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

  .section.banner-our-team {
    padding-top: 105px;
    padding-bottom: 80px;
  }

  .section.banner-our-process {
    min-height: 300px;
    padding-top: 120px;
    padding-bottom: 0px;
  }

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

  .section.about-us-banner {
    display: flex;
    padding-top: 80px;
    padding-bottom: 0px;
    flex-direction: column;
  }

  .section.portfolio-grid-banner {
    min-height: 300px;
    padding-top: 0px;
  }

  .section.with-image-background {
    padding-top: 100px;
    background-size: 48%;
  }

  .section.with-line-bg {
    margin-top: 380px;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .section.with-black-bg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.home-4-with-black-line-bg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.service-with-black-bg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

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

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

  .section.contact-us-2-banner {
    min-height: 300px;
    padding-top: 130px;
    padding-bottom: 80px;
  }

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

  .section.news-banner {
    padding-top: 110px;
  }

  .section.news-grid {
    padding-top: 80px;
  }

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

  .base-container.home-1-team-image {
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-system {
    width: 100%;
  }

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

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

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

  .spacing-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .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-wrapper {
    margin-right: 40px;
  }

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

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

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

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

  .style-guide-div {
    margin-top: 30px;
  }

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

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

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

  .link-wrapper.full-width {
    width: 100%;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 320px;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }

  .menu-button {
    padding: 0px;
    flex: 1;
    background-color: #fff;
    text-align: right;
  }

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

  .menu-button.white-bg {
    background-color: transparent;
  }

  .menu-button.home-2-navbar {
    background-color: transparent;
  }

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

  .nav-link.hidden {
    display: none;
  }

  .nav-link.home-white {
    padding-top: 0px;
    padding-bottom: 20px;
    color: #111;
    font-size: 20px;
    line-height: 1em;
  }

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

  .nav-dropdown-toggle {
    display: flex;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    align-items: center;
    color: #111;
  }

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

  .nav-dropdown-list {
    position: static;
    display: flex;
    width: 320px;
    padding: 0px 40px 0px 10px;
    flex-direction: column;
    border-style: none;
  }

  .nav-dropdown-list.w--open {
    position: static;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .nav-dropdown-list.megamenu {
    overflow: scroll;
    width: 320px;
    height: 270px;
    padding-right: 40px;
    padding-left: 20px;
  }

  .nav-dropdown-list.home-3-megamenu {
    overflow: scroll;
    width: 320px;
    height: 270px;
    padding-right: 40px;
    padding-left: 20px;
  }

  .nav-dropdown-list.home-1-megamenu {
    overflow: scroll;
    width: 320px;
    height: 270px;
    padding-right: 40px;
    padding-left: 20px;
  }

  .nav-dropdown-link-wrapper {
    padding-right: 0px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .nav-dropdown-link.w--current {
    padding-bottom: 10px;
  }

  .nav-dropdown-link.first-item {
    padding-top: 0px;
  }

  .nav-dropdown-link.last-item {
    margin-bottom: 10px;
  }

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

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

  .nav-close-icon {
    z-index: 15;
    max-width: 60%;
    padding-right: 2px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

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

  .nav-item-title.home-white {
    color: #111;
  }

  .nav-item-title.home-5-text-white {
    color: #111;
  }

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

  .licensing-grid.last-child {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

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

  .coming-soon-form {
    margin-top: 0px;
  }

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

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

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

  .blog-grid-item {
    width: 47.5%;
  }

  .blog-classic-post-image {
    height: 400px;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-image {
    height: 500px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

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

  .footer {
    background-position: 50% 24%;
  }

  .footer-rights-wrapper {
    margin-left: 0px;
  }

  .footer-copyright {
    display: block;
    width: 400px;
    height: auto;
    max-width: 100%;
    margin-bottom: 0px;
    justify-content: flex-start;
    font-size: 16px;
    text-align: left;
  }

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

  .team-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .process-item-wrapper {
    grid-column-gap: 40px;
  }

  .process-image-wrapper {
    width: 45%;
  }

  .process-content {
    width: 55%;
  }

  .style-guide-buttons-wrapper {
    align-items: flex-start;
  }

  .style-guide-button-wrapper {
    width: 47%;
  }

  .process-image {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .process-content-wrapper {
    width: 55%;
  }

  .text-white {
    width: 60%;
    font-size: 30px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .coming-soon-image {
    display: none;
  }

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

  .contacts-form-wrapper {
    margin-left: 0px;
    padding: 30px 30px 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0px;
  }

  .contacts-textarea {
    min-height: 120px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .contacts-2-content-wrapper {
    display: flex;
    width: 100%;
    padding-left: 0px;
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: wrap;
  }

  .contacts-2-wrapper {
    flex-direction: column;
    flex-wrap: wrap-reverse;
    grid-row-gap: 40px;
  }

  .footer-wrapper {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    width: 100%;
    margin-bottom: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer-links-wrapper.last-item {
    width: 100%;
    margin-top: 30px;
  }

  .footer-links-wrapper.social {
    width: 25%;
    flex-direction: column;
  }

  .search-desktop {
    display: none;
  }

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

  .search-input:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #111;
  }

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

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

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    top: 20px;
    width: 40%;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .service-list-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

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

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

  .portfolio-tab-link.all-projects {
    padding-left: 0px;
  }

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

  .portfolio-masonry-collection-list {
    padding-right: 0px;
    padding-left: 0px;
    -moz-column-count: 2;
         column-count: 2;
  }

  .portfolio-masonry-collection-item {
    width: 47.5%;
  }

  .portfolio-masonry-image {
    height: 230px;
  }

  .portfolio-masonry-lightbox {
    border-bottom-width: 100px;
    border-left-width: 100px;
  }

  .portfolio-masonry-lightbox-icon {
    top: 55px;
    right: 15px;
  }

  .portfolio-masonry-category {
    color: #a2a2a2;
  }

  .portfolio-masonry-category:hover {
    color: #fff;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .project-template-info-wrap {
    width: 33%;
  }

  .project-template-images-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

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

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

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

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

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

  .first-video {
    width: 100%;
    height: 400px;
  }

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

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

  .team-members-wrap {
    width: 48.6%;
  }

  .team-members-wrap.home-2 {
    width: 49%;
  }

  .portfolio-masonry-tabs {
    display: block;
  }

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

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

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

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

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

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0px;
  }

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

  .project-button-link-paragraph {
    transition: color 300ms ease;
  }

  .project-button-link-paragraph:hover {
    color: #a2a2a2;
  }

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

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

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

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

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

  .container {
    max-width: 1024px;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: center;
    align-items: center;
  }

  .menu-wrap {
    display: flex;
    padding-top: 20px;
    padding-right: 17px;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
  }

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

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

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

  .brand-tablet {
    display: block;
  }

  .guide-tabs-content {
    margin-top: 40px;
  }

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

  .footer-title-holder {
    width: 80%;
  }

  .subscribe-button {
    padding-top: 9px;
  }

  .footer-link-wrap {
    padding-right: 0px;
    grid-column-gap: 30px;
    font-size: 16px;
  }

  .div-block-5 {
    width: 400px;
    margin-left: -60px;
  }

  .footer-contact-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .schedule-tab-title {
    font-size: 23px;
  }

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

  .title-holder {
    width: 90%;
  }

  .paragraph-holder {
    margin-bottom: 130px;
  }

  .home-button-wrap {
    padding-right: 45px;
  }

  .first-link-icon.about-border-black {
    top: 0px;
  }

  .our-story-wrap {
    min-width: 220px;
  }

  .studio-wrapper {
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }

  .studio-text-wrap {
    width: 100%;
  }

  .studio-content-wrap {
    width: 100%;
  }

  .studio-content-description-wrap {
    margin-top: 50px;
    grid-column-gap: 20px;
  }

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

  .design-content-description {
    margin-bottom: 30px;
  }

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

  .our-services-conten-wrap {
    flex-wrap: wrap;
    grid-row-gap: 60px;
  }

  .what-we-do-wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .what-we-do-image-wrap {
    width: 100%;
  }

  .what-we-do-content-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .what-we-do-title {
    margin-bottom: 40px;
    text-align: center;
  }

  .portfolio-title {
    width: 90%;
  }

  .home-1-portfolio-list {
    grid-column-gap: 20px;
  }

  .home-1-portfolio-image-holder {
    grid-column-gap: 20px;
  }

  .home-1-portfolio-2-image-holder {
    margin-top: 20px;
    grid-column-gap: 20px;
  }

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

  .awards-text-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .awards-content-wrap {
    width: 100%;
    padding-left: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .awards-small-title.home-3-first-item {
    margin-right: 30%;
  }

  .awards-small-title.contact-us-3-page {
    margin-bottom: 30px;
  }

  .awards-text-wrapper {
    width: 33%;
  }

  .awards-text-wrapper.right-item {
    padding-left: 0px;
  }

  .awards-description {
    width: 90%;
  }

  .our-team-holder.reverse {
    margin-top: 25px;
    flex-direction: column-reverse;
  }

  .our-team-wrapper {
    width: 100%;
  }

  .team-members-holder {
    margin-top: 40px;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .team-members-image {
    height: 340px;
  }

  .team-members-name {
    font-size: 24px;
  }

  .home-1-reviews-slider {
    margin-top: 40px;
  }

  .home-1-reviews-holder {
    grid-column-gap: 20px;
  }

  .reviews-title {
    margin-top: 0px;
  }

  .reviews-name {
    font-size: 20px;
  }

  .home-1-banner-title {
    font-size: 60px;
  }

  .home-1-banner-title.text-black {
    font-size: 33px;
  }

  .home-2-banner-description {
    width: 95%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .home-2-line-divider.about-black {
    top: 0px;
  }

  .home-2-banner-wrapper {
    height: auto;
    padding-top: 105px;
  }

  .home-2-banner-wrap {
    width: 100%;
  }

  .home-2-process-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .home-2-process-wrap {
    width: 48%;
  }

  .home-2-process-wrap.last-item {
    margin-right: auto;
    margin-left: auto;
  }

  .home-2-process-description {
    width: 80%;
  }

  .specialize-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .specialize-image-wrap {
    width: 100%;
    grid-column-gap: 20px;
  }

  .specialize-content-wrap {
    width: 100%;
  }

  .description-holder {
    width: 65%;
  }

  .about-studio-slide-wrapper.reverse {
    grid-column-gap: 40px;
  }

  .about-studio-text-wrap {
    width: 50%;
  }

  .about-studio-image-wrap {
    width: 50%;
  }

  .about-studio-left-arrow {
    left: -100%;
  }

  .about-studio-left-arrow.reverse {
    right: -60px;
  }

  .about-studio-right-arrow {
    right: 180%;
  }

  .about-studio-right-arrow.reverse {
    top: 41px;
    right: -110px;
  }

  .numbers-section {
    padding-top: 60px;
  }

  .our-portfolio-title {
    width: 70%;
    margin-bottom: 40px;
  }

  .our-portfolio-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .awards-name {
    margin-bottom: 40px;
    font-size: 70px;
  }

  .awards-name.large-item {
    width: 100%;
  }

  .home-2-our-team-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
  }

  .our-team-section {
    margin-top: 60px;
  }

  .our-team-base-container {
    max-width: 1200px;
    padding-right: 15px;
  }

  .home-2-team-members-holder {
    margin-top: 40px;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .home-2-team-members-holder.home-2-page {
    position: static;
    height: 100%;
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .home-2-our-team-holder {
    flex-wrap: wrap;
  }

  .home-2-image-holder {
    position: static;
    width: 100%;
    margin-top: 80px;
  }

  .home-2-our-story-wrapper {
    min-width: 220px;
  }

  .home-2-image {
    height: auto;
    max-height: 400px;
  }

  .home-2-testimonials-holder {
    width: 100%;
    margin-top: 30px;
    margin-right: 10px;
  }

  .home-2-testimonials-holder.hidden {
    margin-left: 10px;
  }

  .home-2-testimonials-wrap {
    width: 50%;
  }

  .home-2-testimonials-wrap.hidden {
    display: none;
  }

  .colorful-bg-heading-wrapper {
    margin: 15px 10px;
  }

  .colorful-bg-heading-wrapper.yellow {
    margin-top: 20px;
  }

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

  .logos-holder {
    flex-wrap: wrap;
    grid-column-gap: 25px;
    grid-row-gap: 20px;
  }

  .logos-image {
    overflow: hidden;
    width: 31%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .home-3-explore-more-wrapper {
    display: none;
  }

  .home-3-image-banner {
    margin-top: 0px;
  }

  .home-3-about-us-title {
    font-size: 64px;
  }

  .home-3-about-us-image {
    left: auto;
    top: -21%;
    right: 0%;
    bottom: 0%;
    width: 45%;
    min-height: 800px;
  }

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

  .home-3-awards-name {
    margin-bottom: 40px;
    font-size: 90px;
  }

  .hover-image {
    display: none;
    width: 150px;
    height: 210px;
  }

  .second-hover-image {
    top: 30%;
    display: none;
    width: 150px;
    height: 210px;
  }

  .third-hover-image {
    top: 60%;
    display: none;
    width: 150px;
    height: 210px;
  }

  .home-3-page-video {
    width: 100%;
  }

  .process-title.why-choose-text-above {
    position: static;
  }

  .home-3-process-wrapper {
    margin-top: 60px;
    flex-wrap: wrap;
    grid-column-gap: 29px;
    grid-row-gap: 30px;
  }

  .home-3-process-description {
    width: 80%;
  }

  .home-3-page-awards-wrapper {
    flex-wrap: wrap;
  }

  .awards-image {
    width: 100%;
    height: 300px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .home-3-awards-text-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-3-awards-content-wrap {
    width: 100%;
    padding-left: 0px;
    grid-column-gap: 3px;
    grid-row-gap: 40px;
  }

  .home-3-portfolio-title {
    width: 70%;
  }

  .home-3-button-holder {
    width: 30%;
  }

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

  .home-3-portfolio-list {
    grid-column-gap: 20px;
  }

  .home-3-portfolio-item {
    grid-column-gap: 20px;
  }

  .home-3-portfolio-second-wrapper {
    margin-top: 20px;
    grid-column-gap: 20px;
  }

  .home-3-portfolio-second-item {
    grid-row-gap: 20px;
  }

  .home-3-portfolio-large-image {
    height: 480px;
  }

  .home-3-portfolio-second-list {
    grid-row-gap: 20px;
  }

  .benefits-slider-image {
    max-width: 400px;
  }

  .benefits-text-wrap {
    max-width: 360px;
  }

  .benefits-left-arrow {
    right: 80px;
  }

  .benefits-right-arrow {
    top: 6px;
    right: 15px;
  }

  .home-3-blog-image {
    height: 400px;
  }

  .home-3-blog-list {
    grid-column-gap: 20px;
  }

  .home-3-blog-description {
    width: 100%;
  }

  .home-2-explore-wrapper {
    display: none;
  }

  .home-1-portfolio-second-list {
    grid-column-gap: 20px;
  }

  .home-4-top-banner-section {
    padding-top: 105px;
  }

  .home-4-banner-titlle {
    margin-bottom: 40px;
  }

  .home-4-banner-description {
    width: 75%;
    margin-left: 75px;
  }

  .home-4-top-banner-icon {
    right: 15px;
    max-height: 180px;
    max-width: 180px;
  }

  .home-4-top-banner-sphere-icon {
    width: 72px;
    height: 72px;
  }

  .block-with-negative-margin {
    grid-column-gap: 20px;
  }

  .spaces-wrapper {
    padding: 20px;
  }

  .spaces-title-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    grid-row-gap: 5px;
  }

  .home-4-process-wrapper {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .home-4-process-wrap {
    width: 50%;
  }

  .home-4-specialize-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .home-4-specialize-image-wrap {
    width: 100%;
    grid-column-gap: 20px;
  }

  .home-4-specialize-content-wrap {
    width: 100%;
  }

  .home-4-page-video {
    width: 100%;
    height: 360px;
  }

  .home-4-our-team-wrapper {
    width: 100%;
  }

  .home-4-our-team-image-wrapper {
    width: 100%;
  }

  .home-4-our-team-image {
    position: static;
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
  }

  .how-we-work-description {
    margin-bottom: 60px;
  }

  .home-4-blog-list {
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .home-4-blog-item {
    width: 48%;
  }

  .home-4-blog-description {
    width: 100%;
  }

  .home-5-banner-section {
    margin-bottom: 0px;
    padding-top: 115px;
    padding-bottom: 0px;
  }

  .home-5-banner-titlle {
    width: 70%;
    margin-bottom: 40px;
  }

  .home-5-category-wrap {
    width: 30%;
  }

  .home-5-title-description-wrap {
    width: 91%;
  }

  .home-5-banner-image {
    position: static;
    width: 100%;
    height: 300px;
    max-width: none;
  }

  .believe-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .believe-title-wrap {
    width: 70%;
  }

  .believe-description-wrap {
    width: 100%;
  }

  .home-5-process-wrapper {
    margin-top: 40px;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }

  .home-5-projects-wrapper {
    grid-column-gap: 50px;
  }

  .home-5-projects-content-wrap {
    width: 50%;
  }

  .home-5-projects-image-wrap {
    width: 50%;
  }

  .home-5-services-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
  }

  .home-5-services-list-wrap {
    width: 100%;
  }

  .home-5-choose-us-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .home-5-choose-us-text-wrap {
    width: 50%;
  }

  .home-5-choose-us-text-wrapper {
    grid-column-gap: 40px;
  }

  .choose-us-image {
    position: static;
    max-width: none;
  }

  .home-5-page-awards-wrapper {
    flex-direction: column-reverse;
    grid-row-gap: 40px;
  }

  .home-5-awards-image {
    min-height: 350px;
  }

  .awards-section {
    padding-top: 0px;
  }

  .home-5-awards-text-wrap {
    width: 100%;
  }

  .footer-white {
    background-position: 50% 24%;
  }

  .home-3-right-arrow-holder {
    right: 1%;
  }

  .home-5-process-wrap {
    width: 50%;
  }

  .section-with-parallax {
    min-height: 500px;
  }

  .home-1-studio-content-description {
    margin-top: 20px;
  }

  .about-us-banner-wrapper {
    display: flex;
    margin-top: 30px;
  }

  .about-us-text-wrap {
    width: 100%;
    margin-bottom: 60px;
  }

  .about-us-banner-image {
    position: static;
    width: 100%;
    max-width: none;
    min-height: 400px;
  }

  .about-explore-wrapper {
    display: none;
    width: 50%;
    height: 200px;
    padding-left: 100px;
  }

  .about-us-page-text-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .about-us-title-wrap {
    width: 100%;
  }

  .about-us-content-wrap {
    width: 100%;
  }

  .why-choose-us-title {
    margin-bottom: 30px;
    font-size: 70px;
  }

  .why-choose-wrapper {
    margin-bottom: 40px;
  }

  .home-3-left-arrow-holder {
    right: 80px;
  }

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

  .process-banner-text-wrap {
    width: 70%;
  }

  .process-banner-image {
    position: static;
    width: 100%;
    height: 300px;
    min-width: auto;
  }

  .process-banner-image.news-grid {
    margin-top: 30px;
  }

  .process-steps-title {
    font-size: 42px;
  }

  .team-page-members-name {
    font-size: 24px;
  }

  .pricing-banner-wrapper-copy {
    height: auto;
    padding-top: 105px;
  }

  .pricing-services-item {
    width: 47%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-services-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }

  .pricing-page-title-wrapper {
    max-width: 560px;
    margin-bottom: 30px;
  }

  .choose-us-video {
    width: 100%;
  }

  .pricing-explore-wrapper {
    display: none;
  }

  .why-choose-banner-description {
    width: 75%;
  }

  .why-choose-process-wrapper {
    display: block;
    margin-top: 60px;
    flex-wrap: wrap;
    grid-column-gap: 29px;
    grid-row-gap: 40px;
  }

  .why-choose-us-process-wrap {
    display: flex;
    width: 48%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
  }

  .pricing-process-description {
    width: 90%;
  }

  .pricing-process-description.first-item {
    text-align: center;
  }

  .clients-title-holder {
    width: 90%;
  }

  .service-page-item {
    width: 47.9%;
  }

  .service-page-image {
    height: 330px;
  }

  .pricing-image {
    height: auto;
    max-height: 400px;
  }

  .why-choose-number-holder {
    margin-bottom: 20px;
    flex-direction: column-reverse;
  }

  .why-choose-number-holder {
    flex-direction: column-reverse;
  }

  .why-choose-number-holder.second-item {
    flex-direction: column;
  }

  .services-category-item {
    width: 47.9%;
  }

  .services-category-description {
    width: 100%;
  }

  .service-list-title {
    width: 71%;
  }

  .service-list-text-wrapper {
    grid-row-gap: 30px;
  }

  .services-list-description {
    width: 85%;
  }

  .service-category-small-title {
    padding-right: 24px;
  }

  .projects-text-hover {
    position: absolute;
    padding-top: 20px;
    font-size: 16px;
  }

  .projects-text-hover-holder {
    position: static;
    background-image: none;
  }

  .project-2-description {
    width: 90%;
  }

  .projects-details-description {
    width: 65%;
  }

  .project-categories-list {
    -moz-column-count: 2;
         column-count: 2;
  }

  .project-categories-item {
    width: 47.5%;
  }

  .contact-us-banner-description {
    width: 75%;
  }

  .contact-us-section-with-parallax {
    min-height: 350px;
  }

  .contact-us-spaces-title-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    grid-row-gap: 5px;
  }

  .contact-us-top-banner-section {
    min-height: auto;
    padding-top: 105px;
    padding-bottom: 80px;
  }

  .contacts-2-content-title {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .contact-us-3-top-section {
    min-height: 300px;
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .contact-us-3-wrapper {
    grid-column-gap: 40px;
  }

  .contacts-3-form-wrap {
    margin-left: 0px;
    padding: 30px 30px 15px;
  }

  .contacts-3-list-wrapper {
    padding-bottom: 20px;
  }

  .contacts-services {
    margin-bottom: 40px;
    font-size: 70px;
  }

  .blog-grid-description {
    width: 100%;
  }

  .project-scroll-button-holder {
    align-items: flex-end;
  }

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

  .news-tab-item {
    margin-bottom: 60px;
  }

  .news-2-tab-holder {
    width: 25%;
    margin-left: -50px;
  }

  .news-date {
    margin-bottom: 40px;
  }

  .news-tab-title {
    font-size: 36px;
  }

  .news-2-image {
    height: 350px;
  }

  .blog-categories-description {
    width: 100%;
  }

  .news-categories-wrapper {
    -moz-column-count: 2;
         column-count: 2;
  }

  .news-link-holder {
    margin-top: 0px;
  }

  .blog-details-section {
    padding-top: 85px;
    padding-bottom: 40px;
  }

  .news-3-short-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .news-2-description {
    width: 60%;
  }

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

  .work-process-banner-title {
    font-size: 40px;
  }

  .home-one-team-image {
    display: none;
  }

  .projects-content-holder {
    max-width: 740px;
  }

  .landing-home-pages-wrapper-copy {
    padding-right: 20px;
    padding-left: 20px;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    min-height: 70vh;
    padding-top: 140px;
    align-items: center;
    background-image: none;
  }

  .landing-inner-page-item.home-screen-banner {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .landing-inner-page-item.home-screen {
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .color-bg {
    height: 100px;
  }

  .landing-banner-content {
    position: relative;
    left: 0%;
    right: 0%;
    margin-bottom: 70px;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-customers-content-right {
    width: 60%;
    grid-row-gap: 20px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-right: 30px;
    padding-left: 0px;
  }

  .landing-section-title {
    width: 80%;
  }

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

  .landing-inner-pages-wrapp {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    margin-bottom: 20px;
    padding: 0px 0px 0px 10px;
  }

  .image-2 {
    overflow: visible;
    min-height: 60px;
    min-width: 60px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .subscript {
    bottom: 15px;
    display: inline;
    width: auto;
    font-size: 32px;
    text-align: right;
  }

  .heading {
    font-size: 64px;
  }

  .subscript-2 {
    bottom: 15px;
    display: inline;
    width: auto;
    font-size: 32px;
  }

  .heading-2 {
    font-size: 64px;
  }

  .subscript-3 {
    bottom: 15px;
    display: inline;
    width: auto;
    font-size: 32px;
  }

  .tabs-content {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h6 {
    font-size: 26px;
  }

  ul {
    margin-bottom: 0px;
  }

  blockquote {
    font-size: 24px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000;
  }

  .section.changelog-banner {
    padding-top: 110px;
  }

  .section.banner-our-team {
    padding-top: 85px;
    padding-bottom: 60px;
  }

  .section.banner-our-process {
    padding-top: 100px;
  }

  .section.about-us-banner {
    padding-top: 60px;
  }

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

  .section.home-1-slider {
    padding-bottom: 125px;
  }

  .section.with-image-background {
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.with-line-bg {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .section.with-black-bg {
    padding-top: 0px;
  }

  .section.reviews-with-light-bg {
    padding-bottom: 120px;
  }

  .section.service-with-black-bg {
    padding-bottom: 30px;
  }

  .section.project-details {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .section.banner-project-category {
    padding-top: 25px;
  }

  .section.contact-us-2-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.contacts-us-3-page {
    padding-top: 45px;
  }

  .section.banner-blog-category {
    padding-top: 25px;
  }

  .section.news-banner {
    padding-top: 90px;
  }

  .section.news-grid {
    padding-top: 60px;
  }

  .section.news-3-page {
    padding-top: 40px;
  }

  .section.licensing-banner {
    padding-top: 100px;
  }

  .grid-system-wrapper {
    margin-top: 15px;
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    border-left: 1px solid #7c7c7c;
  }

  .grid-title {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title.first-grid {
    width: 100%;
    border-right-style: none;
    border-left-style: none;
  }

  .grid-description {
    width: 100%;
    align-items: center;
    border-top: 1px solid #a7a7a7;
    border-right-width: 1px;
    border-bottom-style: none;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px 0.5px 0px;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

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

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

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

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

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0px;
  }

  .colors-container {
    margin-top: 0px;
  }

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

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button {
    display: inline;
  }

  .primary-button.pricing-page {
    width: 100%;
  }

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

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

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

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0px;
  }

  .nav-link.home-white {
    padding-left: 20px;
  }

  .nav-dropdown {
    background-color: #fff;
  }

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

  .nav-dropdown-list {
    padding-left: 10px;
    background-color: #fff;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .nav-dropdown-list.home-3-megamenu {
    padding-left: 40px;
  }

  .nav-dropdown-list.home-1-megamenu {
    padding-left: 40px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    padding-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licensing-grid.last-child {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-right: 0px;
  }

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

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

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

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

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

  .blog-classic-wrapper {
    margin-bottom: -40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-classic-item {
    margin-bottom: 40px;
  }

  .blog-classic-post-image {
    height: 300px;
  }

  .blog-classic-bottom-content {
    padding-left: 10px;
  }

  .blog-template-wrapper {
    padding: 20px 0px;
  }

  .blog-template-image {
    height: 300px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
    background-position: 50% 22%;
  }

  .footer-rights-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-copyright {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper {
    width: 100%;
  }

  .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0px;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    margin-top: 35px;
    flex-wrap: wrap;
    grid-row-gap: 40px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

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

  .process-content-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .text-white {
    font-size: 30px;
  }

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

  .pricing-plans-wrapper {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-plan-item {
    max-width: none;
  }

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

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

  .contacts-form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

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

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-wrapper {
    grid-row-gap: 50px;
  }

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

  .footer-brand-wrapper {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .footer-brand {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
  }

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

  .footer-links-wrapper.social {
    width: 30%;
  }

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

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

  .footer-logo-wrapper {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex: 0 auto;
    text-align: left;
  }

  .customer-wrapper {
    height: 240px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0px;
  }

  .service-details-sidebar-wrapper {
    position: static;
    width: 100%;
    margin-top: 40px;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .progressbar-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-masonry-collection-list {
    padding-top: 40px;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 30px;
         column-gap: 30px;
    -moz-column-rule-width: 0px;
         column-rule-width: 0px;
  }

  .portfolio-masonry-collection-item {
    width: 100%;
  }

  .portfolio-masonry-collection-item:last-child {
    margin-bottom: 0px;
  }

  .portfolio-masonry-image {
    width: 100%;
  }

  .portfolio-masonry-image-link {
    width: 100%;
  }

  .project-template-category {
    margin-bottom: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-content-wrapper {
    grid-row-gap: 0px;
  }

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

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .home-4-testimonials-wrapper {
    width: 100%;
    grid-row-gap: 30px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .team-members-wrap {
    width: 48%;
  }

  .team-members-wrap.home-2 {
    width: 48%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1 {
    position: static;
    width: 100%;
  }

  .about-img._5 {
    position: static;
    width: 100%;
  }

  .about-img._3 {
    position: static;
    width: 100%;
  }

  .about-img._4 {
    position: static;
    width: 100%;
  }

  .about-img._2 {
    position: static;
    width: 100%;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    width: 100%;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .schedule-tab {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #a2a2a2;
    border-left-style: none;
  }

  .schedule-tab.w--current {
    width: 100%;
    border-left-style: none;
  }

  .schedule-tab.last-item {
    border-bottom-style: none;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    padding-left: 0px;
    justify-content: flex-start;
  }

  .brand {
    padding-left: 0px;
  }

  .tabs-menu-wrapper {
    flex-wrap: wrap;
  }

  .guide-tabs-content {
    margin-top: 20px;
  }

  .footer-title-holder {
    width: 100%;
  }

  .footer-contact-link {
    position: relative;
    overflow: visible;
  }

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

  .footer-link-wrap {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  .div-block-6 {
    justify-content: center;
  }

  .title-holder {
    width: 100%;
    text-align: center;
  }

  .paragraph-holder {
    margin-bottom: 40px;
    align-items: center;
  }

  .home-1-description {
    width: 100%;
  }

  .home-button-wrap {
    padding-right: 0px;
  }

  .first-link-icon {
    right: 141px;
  }

  .first-link-icon.absolute {
    right: 117px;
  }

  .first-link-icon.border-black {
    right: 117px;
  }

  .first-link-icon.about-border-black {
    right: 117px;
  }

  .our-story-wrap {
    min-width: 200px;
    padding: 20px;
  }

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

  .studio-text-wrap {
    width: 100%;
  }

  .studio-content-wrap {
    width: 100%;
  }

  .studio-content-description-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .design-wrapper {
    padding-top: 40px;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .design-image-wrap {
    width: 100%;
  }

  .design-content-wrap {
    width: 100%;
  }

  .services-text-wrapper {
    flex-wrap: wrap;
    grid-row-gap: 10px;
  }

  .services-title-wrap {
    width: 100%;
  }

  .services-description-wrap {
    width: 100%;
  }

  .our-services-conten-wrap {
    grid-row-gap: 40px;
  }

  .what-we-do-image-wrap {
    grid-column-gap: 20px;
  }

  .what-we-do-image {
    width: 46%;
  }

  .what-we-do-title {
    width: 80%;
  }

  .portfolio-title {
    width: 100%;
  }

  .home-1-portfolio-image {
    height: 250px;
  }

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

  .awards-text-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .awards-content-wrap {
    width: 100%;
    grid-column-gap: 30px;
  }

  .awards-small-title.home-2-page {
    margin-bottom: 40px;
  }

  .awards-small-title.home-3-page {
    margin-bottom: 40px;
  }

  .awards-text-wrapper {
    width: 47%;
  }

  .awards-description {
    width: 100%;
  }

  .awards-description.home-3-right-item {
    width: 100%;
  }

  .our-team-holder.reverse {
    margin-top: 50px;
    flex-direction: column;
    grid-row-gap: 50px;
  }

  .home-1-reviews-slider {
    margin-top: 30px;
  }

  .home-1-reviews-holder {
    margin-top: 40px;
    justify-content: flex-start;
  }

  .home-1-left-arrow {
    right: 13%;
  }

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

  .home-1-banner-title {
    font-size: 52px;
    text-align: left;
  }

  .home-1-banner-title.text-black {
    color: #142747;
  }

  .home-2-banner-description {
    padding-right: 0px;
  }

  .home-2-banner-wrapper {
    padding-top: 85px;
  }

  .home-2-banner-wrap {
    width: 100%;
  }

  .home-2-banner-title {
    font-size: 52px;
  }

  .home-2-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-2-process-wrap {
    width: 100%;
  }

  .specialize-image {
    width: 46%;
    height: auto;
  }

  .specialize-second-image {
    height: auto;
  }

  .description-holder {
    width: 80%;
  }

  .about-studio-slider {
    height: 300px;
  }

  .about-studio-slide-wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    grid-row-gap: 30px;
  }

  .about-studio-slide-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .about-studio-text-wrap {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .about-studio-image-wrap {
    width: 100%;
  }

  .about-studio-image {
    height: 300px;
  }

  .about-studio-left-arrow {
    left: 34%;
    top: auto;
    bottom: -40px;
  }

  .about-studio-left-arrow.reverse {
    right: 275px;
  }

  .about-studio-right-arrow {
    left: 0%;
    top: auto;
    right: -10%;
    bottom: -40px;
  }

  .about-studio-right-arrow.reverse {
    top: auto;
  }

  .numbers-section {
    padding-top: 40px;
  }

  .about-studio-description {
    margin-bottom: 40px;
  }

  .our-portfolio-title {
    width: 100%;
  }

  .our-portfolio-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .awards-name {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .our-team-section {
    margin-top: 40px;
  }

  .home-2-image-holder {
    margin-top: 60px;
  }

  .home-2-our-story-wrapper {
    min-width: 200px;
    padding: 20px;
  }

  .home-2-testimonials-wrap.last-item-hidden {
    display: block;
  }

  .testimonials-section {
    padding-top: 60px;
  }

  .testimonials-section.pricing-page {
    padding-top: 60px;
  }

  .logos-wrapper {
    padding-bottom: 60px;
  }

  .logos-holder {
    grid-column-gap: 25px;
  }

  .logos-image {
    width: 30%;
  }

  .home-3-wrapper {
    margin-bottom: 0px;
  }

  .home-3-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-3-image-banner {
    position: relative;
    display: block;
    width: auto;
    height: 1100%;
    max-height: 400px;
    margin-top: -50px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    clear: none;
    background-color: #fff;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .home-3-about-us-text-wrap {
    width: 100%;
  }

  .home-3-about-us-image {
    position: static;
    top: -5%;
    width: auto;
    height: 100%;
    max-height: 400px;
    min-height: auto;
    margin-top: 40px;
    margin-left: 20px;
    float: none;
  }

  .home-3-awards-wrapper {
    margin-top: -60px;
  }

  .home-3-awards-name {
    margin-bottom: 30px;
    font-size: 80px;
  }

  .home-3-page-video {
    height: 350px;
  }

  .home-3-process-wrapper {
    margin-top: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-3-page-awards-wrapper {
    padding-top: 60px;
    flex-wrap: wrap;
  }

  .home-3-awards-text-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-3-awards-content-wrap {
    width: 100%;
    grid-column-gap: 30px;
  }

  .home-3-portfolio-title-button-wrap {
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }

  .home-3-portfolio-title {
    width: 100%;
  }

  .home-3-button-holder {
    width: 100%;
    align-items: flex-start;
  }

  .benefits-slide {
    width: 100%;
  }

  .home-2-portfolio-image {
    height: 300px;
  }

  .home-3-blog-list {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .home-3-blog-item {
    width: 100%;
  }

  .home-3-blog-description {
    width: 80%;
  }

  .home-1-portfolio-2-imag {
    height: 250px;
  }

  .home-4-top-banner-section {
    padding-top: 85px;
  }

  .home-4-banner-titlle-wrapper {
    margin-bottom: 30px;
  }

  .home-4-banner-titlle {
    margin-bottom: 20px;
  }

  .home-4-banner-description {
    width: 100%;
    margin-left: 0px;
  }

  .home-4-top-banner-icon {
    max-height: 150px;
    max-width: 150px;
  }

  .block-with-negative-margin {
    margin-top: 0px;
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }

  .spaces-wrapper {
    width: 48%;
    margin-right: auto;
    margin-left: auto;
  }

  .home-4-process-wrapper {
    margin-top: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-4-process-wrap {
    width: 50%;
  }

  .projects-section {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .home-4-specialize-image {
    width: 46%;
  }

  .how-we-work-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .how-we-text-wrap {
    width: 100%;
  }

  .home-4-page-video {
    height: 350px;
  }

  .how-we-work-video-wrap {
    width: 100%;
  }

  .team-primary-button {
    display: inline;
  }

  .home-4-our-team-description {
    margin-bottom: 50px;
  }

  .home-4-our-team-image {
    margin-bottom: 40px;
  }

  .how-we-work-description {
    margin-bottom: 0px;
  }

  .home-4-blog-item {
    width: 48%;
  }

  .home-4-blog-description {
    width: 80%;
  }

  .home-5-banner-section {
    padding-top: 100px;
  }

  .home-5-banner-wrapper {
    margin-bottom: 25px;
  }

  .home-5-title-wrap {
    flex-wrap: wrap;
  }

  .home-5-banner-titlle {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  .home-5-category-wrap {
    width: 100%;
    margin-top: 10px;
    align-items: flex-start;
  }

  .home-5-title-description-wrap {
    width: 100%;
    margin-top: 40px;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .home-5-link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-5-description {
    width: 100%;
  }

  .home-5-banner-image {
    height: 250px;
  }

  .believe-title {
    font-size: 50px;
  }

  .home-5-process-wrapper {
    margin-top: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-5-projects-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-5-projects-image {
    height: 300px;
  }

  .home-5-projects-content-wrap {
    width: 100%;
  }

  .home-5-link-projects-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-5-projects-image-wrap {
    width: 100%;
  }

  .home-5-services-title {
    font-size: 50px;
  }

  .home-5-choose-us-wrapper {
    margin-top: 25px;
  }

  .home-5-choose-us-text-wrap {
    width: 100%;
  }

  .home-5-choose-us-text-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .home-5-choose-us-text-wrapper.last-item {
    margin-top: 20px;
    grid-row-gap: 20px;
  }

  .home-5-awards-text-wrap {
    width: 100%;
  }

  .footer-white {
    padding-top: 60px;
    padding-bottom: 40px;
    background-position: 50% 22%;
  }

  .home-5-process-wrap {
    width: 50%;
  }

  .section-with-image-bg {
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-with-parallax {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-4-banner-image-holder {
    margin-bottom: -75px;
  }

  .about-us-banner-wrapper {
    margin-top: 30px;
  }

  .about-us-text-wrap {
    margin-bottom: 40px;
  }

  .about-us-page-text-wrapper {
    width: 100%;
  }

  .why-choose-us-title {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .process-banner-title-wrapper {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .process-banner-title {
    margin-bottom: 20px;
    text-align: left;
  }

  .process-banner-text-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .process-banner-image {
    height: 250px;
  }

  .process-banner-image.news-grid {
    margin-top: 10px;
  }

  .process-category-small-title {
    margin-top: 0px;
  }

  .team-with-image-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-team-short-description {
    width: 100%;
  }

  .pricing-banner-wrapper-copy {
    padding-top: 85px;
  }

  .pricing-services-item {
    width: 100%;
    margin-right: 0px;
  }

  .pricing-services-item.second-item {
    margin-top: 0px;
  }

  .pricing-services-item.fourth-item {
    margin-top: 0px;
  }

  .pricing-services-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -moz-column-count: 1;
         column-count: 1;
  }

  .pricing-page-title-wrapper {
    margin-bottom: 30px;
  }

  .choose-us-banner-titlle-wrapper {
    padding-bottom: 50px;
  }

  .choose-us-with-image-bg {
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .choose-us-video {
    height: 350px;
  }

  .why-choose-banner-description {
    width: 100%;
  }

  .why-choose-process-wrapper {
    margin-top: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .why-choose-us-process-wrap {
    width: 100%;
  }

  .pricing-process-description {
    width: 80%;
  }

  .clients-title-holder {
    width: 100%;
    text-align: center;
  }

  .service-page-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .service-page-item {
    width: 100%;
  }

  .services-category-list {
    grid-column-gap: 0px;
  }

  .services-category-item {
    width: 100%;
  }

  .services-category-description {
    width: 80%;
  }

  .service-list-title {
    width: 100%;
    text-align: left;
  }

  .service-list-text-wrapper {
    margin-bottom: 20px;
    grid-row-gap: 20px;
  }

  .services-list-description {
    width: 100%;
  }

  .service-list-banner-wrapper {
    margin-bottom: 25px;
  }

  .service-category-small-title {
    margin-top: 0px;
    padding-right: 0px;
  }

  .projects-title {
    margin-bottom: 20px;
    text-transform: capitalize;
  }

  .project-2-description {
    width: 100%;
  }

  .service-list-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .projects-1-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .projects-details-description {
    width: 100%;
  }

  .project-categories-list {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 30px;
         column-gap: 30px;
    -moz-column-rule-width: 0px;
         column-rule-width: 0px;
  }

  .project-categories-item {
    width: 100%;
  }

  .project-categories-item:last-child {
    margin-bottom: 0px;
  }

  .project-categories-image {
    width: 100%;
  }

  .contact-us-banner-titlle-wrapper {
    margin-bottom: 30px;
  }

  .contact-us-banner-description {
    width: 100%;
  }

  .contact-us-section-with-parallax {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-us-top-banner-section {
    padding-top: 85px;
    padding-bottom: 30px;
  }

  .contact-us-logos-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-2-content-title {
    flex-direction: column;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }

  .contacts-2-image {
    height: 310px;
  }

  .contact-us-3-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-form-wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .contacts-3-text-wrap {
    position: static;
    width: 100%;
    margin-top: 40px;
  }

  .contacts-services {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .contacts-arrow-hover {
    margin-bottom: 30px;
  }

  .contact-us-form-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .blog-grid-description {
    width: 80%;
  }

  .news-tab-item {
    margin-bottom: 40px;
  }

  .news-2-tab-holder {
    display: none;
  }

  .news-date {
    margin-bottom: 30px;
  }

  .news-tab-title {
    font-size: 32px;
  }

  .news-title-holder {
    width: 100%;
  }

  .news-2-image {
    height: 300px;
  }

  .blog-categories-description {
    width: 80%;
  }

  .news-grid-pagination {
    padding-top: 30px;
  }

  .news-categories-wrapper {
    -moz-column-count: 1;
         column-count: 1;
  }

  .blog-title {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .news-3-description {
    width: 100%;
  }

  .news-3-short-description {
    margin-top: 10px;
  }

  ._404-title {
    font-size: 150px;
  }

  .news-2-description {
    width: 80%;
  }

  .work-process-banner-title {
    margin-bottom: 20px;
    text-align: left;
  }

  .work-process-banner-title {
    margin-top: 20px;
    font-size: 29px;
  }

  .landing-home-pages-wrapper-copy {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 5px;
  }

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

  .section-banner.landing-banner {
    padding-top: 120px;
    background-image: none;
  }

  .div-block-7 {
    margin-bottom: -50px;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .section-landing-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-content-left {
    width: 100%;
    padding-right: 0px;
    align-items: center;
    text-align: center;
  }

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

  .landing-home-pages-wrapp {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .landing-free-trial-title {
    margin-bottom: 30px;
  }

  .button {
    padding-left: 10px;
  }

  .heading-3 {
    width: 60%;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 62px;
  }

  .section.home-1-slider {
    padding-bottom: 120px;
  }

  .section.with-image-background {
    padding-top: 100px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.with-line-bg {
    padding-bottom: 20px;
  }

  .section.with-black-bg {
    padding-top: 0px;
  }

  .section.reviews-with-light-bg {
    padding-bottom: 105px;
  }

  .section.with-video-block {
    padding-top: 20px;
  }

  .section.contact-us-with-light-bg {
    padding-bottom: 20px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    width: 100%;
    text-align: center;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
  }

  .grid-description.first-description {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px none hsla(0, 0%, 100%, 0.2);
    border-right-style: solid;
    border-left-style: none;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

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

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

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

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

  .style-guide-body-wrapper {
    margin-bottom: 10px;
  }

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

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

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

  .nav-link {
    width: 99%;
  }

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

  .nav-dropdown-list {
    padding-left: 10px;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0px;
  }

  .nav-dropdown-list.home-3-megamenu {
    padding-right: 0px;
  }

  .nav-dropdown-list.home-1-megamenu {
    padding-right: 0px;
  }

  .licensing-title-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 20px;
  }

  .licensing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .coming-soon-form {
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-date {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-template-prev-button {
    width: 100%;
    flex: 0 0 auto;
  }

  .blog-template-next-button {
    width: 100%;
    flex: 0 0 auto;
  }

  .footer {
    padding-top: 40px;
    background-position: 50% 16%;
    text-align: left;
  }

  .footer-rights-wrapper {
    margin-top: 0px;
    flex-wrap: wrap;
  }

  .footer-rights {
    margin-bottom: 10px;
  }

  .footer-copyright {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .team-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-white {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

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

  .footer-brand-wrapper {
    margin-bottom: 20px;
    flex-direction: column;
  }

  .footer-links-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  .footer-logo-wrapper {
    margin-top: 10px;
    align-items: flex-start;
  }

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

  .progressbar-wrap {
    max-width: 330px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

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

  .portfolio-tab-link {
    width: 100%;
    padding: 8px 0px;
    text-align: center;
  }

  .portfolio-tab-link.last-child {
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .project-template-info-wrap {
    width: 100%;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .team-members-wrap {
    width: 100%;
  }

  .team-members-wrap.home-2 {
    width: 100%;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    width: 100%;
    height: 70px;
    padding-right: 40px;
    justify-content: flex-end;
  }

  .project-button-link.left {
    padding-left: 40px;
    justify-content: flex-start;
  }

  .home-9-team-item {
    width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
  }

  .menu-wrap {
    width: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .brand-tablet {
    padding-left: 0px;
  }

  .secondary-button-black {
    position: static;
    display: inline-block;
    overflow: visible;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .secondary-button-black.w--current {
    margin-left: 55px;
  }

  .footer-title-holder {
    margin-bottom: 0px;
    grid-column-gap: 15px;
  }

  .footer-arrow-holder {
    width: 25px;
    height: 25px;
  }

  .footer-contact-link {
    position: static;
    left: auto;
    font-size: 15px;
  }

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

  .footer-link-wrap {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-contact-wrapper {
    flex-direction: column-reverse;
    grid-column-gap: 0px;
  }

  .success-message {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-1-primary-button {
    display: flex;
  }

  .home-1-description {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .home-button-wrap {
    justify-content: flex-start;
  }

  .our-story-holder {
    margin-top: 40px;
  }

  .studio-content-description-wrap {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .design-content-description {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .services-content-wrapper.with-margin {
    margin-top: 0px;
  }

  .our-services-conten-wrap {
    grid-row-gap: 30px;
  }

  .what-we-do-image-wrap {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .what-we-do-image {
    width: 100%;
    height: 320px;
  }

  .what-we-do-second-image {
    width: 100%;
    height: 380px;
  }

  .what-we-do-title {
    width: 100%;
  }

  .portfolio-title {
    margin-bottom: 30px;
  }

  .home-1-portfolio-list {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-1-portfolio-item {
    width: 100%;
  }

  .home-1-portfolio-image-holder {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-1-portfolio-2-image-holder {
    margin-top: 0px;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .awards-content-wrap {
    grid-column-gap: 0px;
  }

  .awards-small-title.home-3-page {
    margin-bottom: 20px;
  }

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

  .our-team-description {
    width: 100%;
  }

  .team-members-name {
    margin-bottom: 10px;
  }

  .home-1-reviews-slider {
    height: 100%;
    min-height: auto;
  }

  .home-1-reviews-holder {
    flex-direction: column;
  }

  .home-1-reviews-wrap {
    flex-direction: column;
  }

  .home-1-reviews-name {
    align-items: center;
  }

  .home-1-reviews-job {
    text-align: center;
  }

  .home-1-left-arrow {
    right: 22%;
    bottom: -115%;
  }

  .home-1-right-arrow {
    right: -19%;
    bottom: -115%;
    z-index: 99;
  }

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

  .reviews-name {
    margin-top: 10px;
    text-align: center;
  }

  .home-1-banner-title.text-black {
    color: #142747;
    font-size: 26px;
    text-align: center;
  }

  .home-2-banner-description {
    overflow: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }

  .home-2-process-description {
    width: 100%;
  }

  .specialize-image-wrap {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .specialize-image {
    width: 47%;
    height: 208px;
    margin-right: 10px;
  }

  .specialize-second-image {
    width: 46%;
    height: 208px;
    margin-left: 10px;
    padding-left: 0px;
  }

  .description-holder {
    width: 100%;
  }

  .description-holder.last-item {
    margin-bottom: 40px;
  }

  .about-studio-slide-wrapper {
    margin-top: 40px;
  }

  .about-studio-left-arrow.reverse {
    right: 220px;
  }

  .about-studio-right-arrow {
    right: -15%;
  }

  .home-1-explore-more-wrapper {
    display: none;
    margin-top: 0px;
  }

  .our-portfolio-title {
    margin-top: 20px;
  }

  .our-portfolio-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .our-portfolio-item {
    width: 100%;
  }

  .awards-name {
    font-size: 44px;
  }

  .home-2-our-team-description {
    width: 100%;
  }

  .home-2-testimonials-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
  }

  .home-2-testimonials-holder {
    margin-right: 0px;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-2-testimonials-holder.hidden {
    display: none;
  }

  .home-2-testimonials-wrap {
    width: 100%;
  }

  .home-2-testimonials-wrap.hidden {
    flex-direction: column;
  }

  .home-2-reviews-description {
    text-align: justify;
  }

  .colorful-bg-heading-wrapper.yellow {
    margin-top: 0px;
  }

  .logos-holder {
    grid-column-gap: 20px;
  }

  .logos-image {
    width: 46%;
  }

  .home-3-explore-more-wrapper {
    display: none;
    margin-top: 0px;
  }

  .home-3-image-banner {
    position: relative;
    margin-top: -50px;
    padding-top: 0px;
    background-image: url('../images/BANNER-1.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .home-3-about-us-title {
    font-size: 50px;
  }

  .home-3-about-us-image {
    margin-left: 10px;
  }

  .home-3-awards-wrapper {
    margin-top: -70px;
  }

  .home-3-awards-name {
    font-size: 46px;
  }

  .home-3-awards-name-holder.w--current {
    margin-bottom: 0px;
  }

  .process-title.home-5-title {
    text-align: center;
  }

  .home-3-process-description {
    width: 100%;
  }

  .home-3-awards-content-wrap {
    grid-column-gap: 0px;
  }

  .home-3-portfolio-list {
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-3-portfolio-item {
    width: 100%;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-3-portfolio-image {
    width: 100%;
  }

  .home-3-portfolio-second-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-3-portfolio-left {
    width: 100%;
  }

  .home-3-portfolio-right {
    width: 100%;
    height: 230px;
  }

  .home-3-portfolio-second-item {
    grid-row-gap: 30px;
  }

  .home-3-portfolio-large-image {
    height: 230px;
  }

  .home-3-portfolio-second-list {
    grid-row-gap: 30px;
  }

  .home-3-portfolio-third-item {
    height: 230px;
  }

  .home-3-portfolio-image-hover {
    height: 230px;
  }

  .benefits-slider-wrapper {
    margin-top: 60px;
  }

  .benefits-slider-wrap {
    width: 100%;
  }

  .benefits-slider-image {
    height: 300px;
    max-width: 310px;
    box-shadow: 21px 21px 0 0 rgba(0, 0, 0, 0.1);
  }

  .benefits-text-wrap {
    position: static;
    max-width: 500px;
    padding: 50px 0px 0px;
    background-color: transparent;
  }

  .benefits-description.services-page {
    color: #fff;
  }

  .benefits-slide {
    right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .home-3-blog-large-title-wrap {
    flex-wrap: wrap;
    grid-row-gap: 10px;
  }

  .home-3-blog-image {
    height: 300px;
  }

  .home-3-blog-text-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    grid-row-gap: 10px;
  }

  .home-3-blog-description {
    width: 100%;
  }

  .home-3-latest-post {
    width: 70%;
  }

  .home-2-explore-wrapper {
    display: none;
    margin-top: 0px;
  }

  .home-1-portfolio-second-list {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-1-portfolio-second-item {
    width: 100%;
    margin-top: 30px;
  }

  .home-1-portfolio-second-item:last-child {
    margin-top: 0px;
  }

  .home-4-banner-titlle {
    font-size: 56px;
  }

  .home-4-top-banner-icon {
    bottom: -10%;
    width: 150px;
    height: 150px;
  }

  .home-4-top-banner-sphere-icon {
    width: 60px;
    height: 60px;
  }

  .spaces-wrapper {
    width: 100%;
  }

  .spaces-title-wrap {
    flex-direction: row;
  }

  .home-4-process-wrapper {
    grid-row-gap: 10px;
  }

  .home-4-process-wrap {
    width: 100%;
  }

  .home-4-specialize-image {
    width: 100%;
    height: 350px;
  }

  .home-3-specialize-second-image {
    width: 100%;
    height: 300px;
  }

  .home-4-specialize-image-wrap {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-4-our-team-description {
    width: 100%;
  }

  .home-4-blog-list {
    grid-column-gap: 0px;
  }

  .home-4-blog-item {
    width: 100%;
  }

  .home-4-blog-image {
    height: 300px;
  }

  .home-4-blog-text-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    grid-row-gap: 10px;
  }

  .home-4-blog-description {
    width: 100%;
  }

  .believe-title-wrap {
    width: 100%;
  }

  .believe-description-wrap {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-5-our-services-number {
    font-size: 100px;
  }

  .home-5-process-wrapper {
    margin-top: 30px;
    justify-content: space-between;
    grid-column-gap: 30px;
  }

  .home-5-number-holder {
    align-items: center;
  }

  .home-5-projects-description {
    width: 100%;
  }

  .home-5-services-title-holder {
    grid-column-gap: 15px;
  }

  .home-5-services-arrow {
    width: 40px;
    height: 40px;
  }

  .home-5-services-title {
    font-size: 40px;
  }

  .home-5-latest-post {
    width: 70%;
  }

  .footer-white {
    background-position: 50% 16%;
    text-align: left;
  }

  .home-3-right-arrow-holder {
    right: 3%;
  }

  .home-5-process-wrap {
    width: 45%;
  }

  .home-1-studio-content-description {
    width: 100%;
  }

  .home-1-studio-content-description.last-item {
    margin-top: 10px;
  }

  .about-explore-wrapper {
    display: none;
    margin-top: 0px;
  }

  .why-choose-us-title {
    max-width: 300px;
    font-size: 44px;
  }

  .home-5-blog-text-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    grid-row-gap: 10px;
  }

  .team-page-members-name {
    margin-bottom: 10px;
  }

  .pricing-explore-wrapper {
    display: none;
    margin-top: 0px;
  }

  .pricing-process-description {
    width: 100%;
  }

  .clients-our-story-holder {
    margin-top: 40px;
  }

  .services-title {
    color: #fff;
  }

  .services-category-description {
    width: 100%;
  }

  .projects-title {
    font-size: 56px;
  }

  .project-2-title {
    text-align: center;
  }

  .project-2-description {
    text-align: center;
  }

  .service-details-title {
    font-size: 58px;
  }

  .contact-us-spaces-title-wrap {
    flex-direction: row;
  }

  .project-scroll-button {
    right: 43%;
  }

  .locations-wrapper {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .contacts-input-holder {
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .contacts-3-input {
    width: 100%;
  }

  .contacts-services {
    font-size: 41px;
  }

  .contacts-arrow-hover {
    width: 15px;
    height: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .blog-grid-description {
    width: 100%;
  }

  .blog-title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    grid-row-gap: 10px;
  }

  .news-2-button {
    display: flex;
  }

  .home-primary-button {
    display: flex;
  }

  .news-tabs-content {
    margin-top: 40px;
  }

  .news-tab-item {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .news-2-tab-holder {
    margin-left: 0px;
  }

  .news-date {
    font-size: 41px;
  }

  .news-title-holder {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .news-title-wrap {
    width: 100%;
  }

  .news-image-wrap {
    width: 100%;
  }

  .blog-categories-description {
    width: 100%;
  }

  .news-text-content {
    margin-bottom: 20px;
  }

  .blog-sidebar-post-category-template {
    margin-bottom: 20px;
  }

  .blog-title {
    font-size: 52px;
  }

  ._404-title {
    font-size: 120px;
  }

  .news-2-description {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .landing-home-pages-wrapper-copy {
    grid-column-gap: 0px;
  }

  .section-banner.landing-banner {
    min-height: 50vh;
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
  }

  .landing-banner-content {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 28%;
    max-width: none;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
  }

  .landing-customers-content-right {
    width: 100%;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .superscript {
    font-size: 30px;
    text-align: right;
  }

  .button {
    padding-left: 10px;
  }

  .image-2 {
    min-height: 50px;
  }

  .subscript {
    font-size: 25px;
  }

  .heading {
    font-size: 50px;
  }

  .subscript-2 {
    font-size: 25px;
  }

  .heading-2 {
    font-size: 50px;
  }

  .subscript-3 {
    font-size: 25px;
  }
}

#w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291ec2-641f4322 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291ec6-641f4322 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291eca-641f4322 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291ed0-641f4322 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291ed6-641f4322 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_45fea2df-03f9-72be-b0f8-7ccbbe291edc-641f4322 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_7e11a556-8f96-0258-f74f-689feebb309e-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_01c5faad-2a41-b24c-f6eb-9f168c31dcab-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_9cd6c61e-6704-40cd-15fe-6598545e59c1-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_1c01eeca-5d9c-cce7-dbaf-54d429515dd3-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_87468c32-83f5-729b-6140-32c34d9e6392-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-b69c3819-0367-9d70-1714-acf0303d75b4-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_53b2e3c5-244e-4874-9a0d-9c601d87765f-3a1f4380 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_7951b648-eb09-6734-0c27-d8c64c53227e-261f43c8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_26ce1b3c-1746-bd49-3c05-0f698bcf6a95-261f43c8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dfccffe7-797c-e605-9bad-23173e66525c-261f43c8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba44132a-4689-445f-455c-b8ba6d433174-261f43c8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7614b8ad-7fc7-b5ca-edff-450a26b9a454-261f43c8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_97f193f8-ec97-35b6-c3fe-ca884b5c83f4-261f43c8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_200b9e62-1152-f206-6f67-ffc1f1ff9df1-261f43c8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4126be51-806b-a316-2a1c-bdc6491ea64f-261f43c8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a6aaa6c9-d5d6-64a8-f018-f6a4f79bb0a8-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07858812-cf96-a5d4-0bc2-b6232681930e-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e5675688-6a19-458b-1c87-a72c47956123-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_31d51cf9-daec-d11b-b145-3963eaed1307-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bac6417b-55ef-d6ed-c90f-04fa65db6c62-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_14f1facc-47b9-ff95-1159-e7190bcfc843-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd20edd-23c2-0e04-c977-365119bc314a-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65eeeb5e-dd60-a772-2b72-37746c59cfbe-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aef9c86b-f34b-4863-7625-30f4291dac13-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7c126ce-f4e6-5f25-528d-d9d02b84e968-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3441141e-eb69-32b1-612f-6f0dc060b495-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f8a7cfb-7734-dee8-563d-e2d9c116ef47-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-db42a480-49e6-8de7-f485-94e82e482e06-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc8d8427-428e-aa0f-9452-ec909f814e1b-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_14a61233-c214-143b-aa91-28e6a8e50124-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd69ab26-4732-d8e8-8642-b3a880d016fe-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_97522a5f-2f73-316b-be26-85861059159f-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d07ffd93-27b0-a475-caea-6b5386d03258-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6faec355-dc35-6359-b4e1-281a77e6b8b7-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36a9aa8a-26a1-7a70-3513-ff49c29d5fb7-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3b2001e-bff3-7c84-cd25-33d472408249-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4672b56-e4f2-71b6-a02f-869aa2c7b6d4-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_874e08dd-2e0f-75fb-1d29-d9dc4abc6aa7-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15e9dd7c-7e1b-caaf-c9e4-470311c2a4ca-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ec081ea-4455-1422-5691-86501eaa92ac-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8457ceef-d27f-bb50-d926-5f308e6cd080-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_011e38ad-b262-a8c4-b7b4-7146ed198309-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b212c9bc-a66c-876f-72dc-90aa1fa0361d-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec563960-e56d-ca92-4413-a7ec6be04567-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e342920-1139-e11c-104b-f1cdef823110-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b5b5f372-777b-eb1c-fc07-d79e713a6213-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3c743dcc-b05a-e4b3-c327-74f298ce10b3-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_653f1098-3243-8c99-6fa8-24492ee18915-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52fd7363-722f-95a3-bebf-adcb99656a69-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_991f172c-46cc-be20-bc8e-b10703ccd0f1-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1081df48-0e37-8aba-36dd-32a2f798995a-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_89dc728a-fa07-40d9-2b2d-c200e54c001c-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_71d69055-7a12-8599-6a06-e6540dc705d1-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3a42dee-7a08-3878-94af-73c082c6fc9b-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3a42dee-7a08-3878-94af-73c082c6fc9d-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3a42dee-7a08-3878-94af-73c082c6fc9f-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3a42dee-7a08-3878-94af-73c082c6fca1-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3a42dee-7a08-3878-94af-73c082c6fca3-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3a42dee-7a08-3878-94af-73c082c6fca5-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3a42dee-7a08-3878-94af-73c082c6fca7-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3a42dee-7a08-3878-94af-73c082c6fca9-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3a42dee-7a08-3878-94af-73c082c6fcab-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7bffe282-675f-a4ab-587e-024ff9a86048-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_89459f07-8986-f44d-5289-1f078e835864-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f89a28dc-4e72-1f89-5739-c26102a13ffd-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d05dd509-8511-6e4c-0e47-3093d4c5ba77-bf1f43c9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-a11f43e0 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-df1434e8-6346-b672-4272-eed90048ecfa-191f43e8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e950-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e953-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e955-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e957-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e959-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-591f43e9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-a11f43e0 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-a11f43e0 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-a11f43e0 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a6aaa6c9-d5d6-64a8-f018-f6a4f79bb0a8-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_07858812-cf96-a5d4-0bc2-b6232681930e-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e5675688-6a19-458b-1c87-a72c47956123-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_31d51cf9-daec-d11b-b145-3963eaed1307-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bac6417b-55ef-d6ed-c90f-04fa65db6c62-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_14f1facc-47b9-ff95-1159-e7190bcfc843-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2fd20edd-23c2-0e04-c977-365119bc314a-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_65eeeb5e-dd60-a772-2b72-37746c59cfbe-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aef9c86b-f34b-4863-7625-30f4291dac13-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b7c126ce-f4e6-5f25-528d-d9d02b84e968-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3441141e-eb69-32b1-612f-6f0dc060b495-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2f8a7cfb-7734-dee8-563d-e2d9c116ef47-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-db42a480-49e6-8de7-f485-94e82e482e06-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bc8d8427-428e-aa0f-9452-ec909f814e1b-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_14a61233-c214-143b-aa91-28e6a8e50124-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fd69ab26-4732-d8e8-8642-b3a880d016fe-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_97522a5f-2f73-316b-be26-85861059159f-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d07ffd93-27b0-a475-caea-6b5386d03258-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6faec355-dc35-6359-b4e1-281a77e6b8b7-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_36a9aa8a-26a1-7a70-3513-ff49c29d5fb7-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a3b2001e-bff3-7c84-cd25-33d472408249-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c4672b56-e4f2-71b6-a02f-869aa2c7b6d4-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_874e08dd-2e0f-75fb-1d29-d9dc4abc6aa7-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_15e9dd7c-7e1b-caaf-c9e4-470311c2a4ca-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ec081ea-4455-1422-5691-86501eaa92ac-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8457ceef-d27f-bb50-d926-5f308e6cd080-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_011e38ad-b262-a8c4-b7b4-7146ed198309-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b212c9bc-a66c-876f-72dc-90aa1fa0361d-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ec563960-e56d-ca92-4413-a7ec6be04567-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4e342920-1139-e11c-104b-f1cdef823110-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b5b5f372-777b-eb1c-fc07-d79e713a6213-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3c743dcc-b05a-e4b3-c327-74f298ce10b3-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_653f1098-3243-8c99-6fa8-24492ee18915-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_52fd7363-722f-95a3-bebf-adcb99656a69-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_991f172c-46cc-be20-bc8e-b10703ccd0f1-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1081df48-0e37-8aba-36dd-32a2f798995a-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_89dc728a-fa07-40d9-2b2d-c200e54c001c-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_71d69055-7a12-8599-6a06-e6540dc705d1-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3a42dee-7a08-3878-94af-73c082c6fc9b-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3a42dee-7a08-3878-94af-73c082c6fc9d-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3a42dee-7a08-3878-94af-73c082c6fc9f-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3a42dee-7a08-3878-94af-73c082c6fca1-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3a42dee-7a08-3878-94af-73c082c6fca3-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3a42dee-7a08-3878-94af-73c082c6fca5-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3a42dee-7a08-3878-94af-73c082c6fca7-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3a42dee-7a08-3878-94af-73c082c6fca9-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d3a42dee-7a08-3878-94af-73c082c6fcab-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7bffe282-675f-a4ab-587e-024ff9a86048-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_89459f07-8986-f44d-5289-1f078e835864-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f89a28dc-4e72-1f89-5739-c26102a13ffd-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d05dd509-8511-6e4c-0e47-3093d4c5ba77-bf1f43c9 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: 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;
}