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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 3px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 2px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
}

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

.hero-section {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.hero-section.sub-page {
  overflow: visible;
  height: 80vh;
}

.hero-slider {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}

.hero-slide {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
}

.background-first-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/heroimage1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/heroimage1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.background-first-slide.mobile {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.hero-heading {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  height: 100%;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(-95px, 0px);
  -ms-transform: translate(-95px, 0px);
  transform: translate(-95px, 0px);
  font-family: 'Bebas Neue', sans-serif;
  color: transparent;
  font-size: 80vh;
  line-height: 1;
  white-space: nowrap;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-heading.second {
  position: static;
  left: 0%;
  z-index: 36;
  display: block;
  width: auto;
  height: auto;
  margin: auto 0px;
  background-color: hsla(0, 0%, 100%, 0.2);
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 70vh;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
}

.background-second-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/heroimage2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/heroimage2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.background-second-slide.mobile {
  display: none;
}

.background-third-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/heroimage3-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/heroimage3-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.background-third-slide.mobile {
  display: none;
}

.wrapper-move-heading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-heading-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whapper-heading-slide {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 980;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 16.66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: default;
}

.heading {
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 160px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 5px;
}

.heading.second {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 0.8;
}

.sub-heading {
  margin-left: 4px;
  font-family: 'Bebas Neue', sans-serif;
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 1vw;
  font-weight: 100;
  letter-spacing: 6px;
}

.overflow {
  position: relative;
  overflow: hidden;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.overflow._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow._2.team {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.vertical-nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100px;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.nav-link {
  margin-left: auto;
  padding-right: 0px;
  font-family: BenchNine, sans-serif;
  color: #aaa;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

.brand {
  display: none;
}

.menu-line {
  width: 32px;
  height: 1px;
  background-color: #fff;
}

.menu-line.second {
  width: 22px;
  margin-top: 12px;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, 0.11);
}

.menu-button.w--open {
  z-index: 9;
  background-color: transparent;
}

.wrapper-burger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 100%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.scroll-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 190px;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  text-decoration: none;
}

.scroll-wrapper:hover {
  background-color: hsla(0, 0%, 100%, 0.11);
}

.scroll-text {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper-big-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.container-menu-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.menu-link.for-mobile {
  display: none;
}

.link-line {
  width: 100px;
  height: 1px;
  margin-right: 20px;
  margin-left: 0px;
  background-color: #fff;
}

.nav-text {
  margin-right: 20px;
  margin-left: auto;
  -webkit-transform: translate(0px, -5px) rotate(-90deg);
  -ms-transform: translate(0px, -5px) rotate(-90deg);
  transform: translate(0px, -5px) rotate(-90deg);
  font-family: BenchNine, sans-serif;
  font-size: 25px;
  letter-spacing: 5px;
}

.move-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 90;
  display: none;
  width: 250vw;
  background-color: #bf1415;
  color: #d80e0e;
}

.bg-black {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 250vw;
  background-color: #000;
  color: #d80e0e;
}

.social-wrapper {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.social-link:hover {
  background-color: hsla(0, 0%, 100%, 0.11);
}

.social-link.footer {
  height: auto;
}

.slide-nav {
  display: none;
  background-color: transparent;
  color: #000;
}

.grid-line {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.line {
  width: 1px;
  height: 100%;
  margin-left: auto;
  background-color: #8d8d8d;
}

.line.second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.about-section {
  position: relative;
  z-index: 1;
  height: auto;
  padding-top: 140px;
}

.grid-about {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 73px;
  grid-template-areas: ". Area-portfolio Area-portfolio"
    ". Area-Portfolio-2 Area-Portfolio-2"
    ". Area-Porfolio-3 Area-Porfolio-3";
  -ms-grid-columns: 1fr 0px 0.6fr 0px 0.9fr 0px 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto 73px auto 73px auto;
  grid-template-rows: auto auto auto;
}

.wrapper-size-about {
  position: relative;
  overflow: visible;
  -webkit-transition: -webkit-filter 200ms ease-in-out;
  transition: -webkit-filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
}

.wrapper-size-about:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-about {
  width: 100%;
}

.wrapper-heading {
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: default;
}

.portfolio-heading {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14vw;
  line-height: 0.8;
  font-weight: 800;
  text-transform: uppercase;
}

.container-about-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.container-about-heading.margin {
  margin-right: auto;
  margin-left: -12px;
}

.filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.filter:hover {
  background-color: transparent;
  opacity: 1;
}

.filter.second {
  background-color: transparent;
}

.filter.third {
  background-color: transparent;
}

.licensing-head {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}

.licensing-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.licensing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  color: hsla(0, 0%, 100%, 0);
}

.section-licensing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.licensing-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licensing {
  margin-bottom: 40px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 3.5vw;
  letter-spacing: 5px;
}

.license-link {
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

.source-link {
  margin-right: 20px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

.licensing-paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.style-guide-line {
  height: 1px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4bd03;
}

.color-two {
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 100%;
  background-color: #525252;
}

.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide {
  color: #f4bd03;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-section {
  padding-top: 220px;
  background-color: #000;
}

.text-style-guide {
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #dadada;
  color: #bbb;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
}

.heading-guide {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f4bd03;
}

.italic {
  font-style: italic;
}

.heading-style-guide {
  text-align: center;
}

.color-three {
  width: 80px;
  height: 80px;
  border: 1px solid #333;
  border-radius: 100%;
  background-color: #000;
}

.color-second {
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 100%;
  background-color: #fff;
}

.submit-button {
  position: relative;
  margin-top: 20px;
  background-color: #525252;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
}

.submit-button:hover {
  color: #bf1415;
}

.submit-button.white {
  padding: 18px;
  background-color: rgba(82, 82, 82, 0.22);
  color: #fff;
  font-size: 22px;
  text-transform: none;
}

.submit-button.white:hover {
  color: #f4bd03;
}

.container-style-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #c9c9c9;
}

.color {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #f4bd03;
}

.container {
  position: relative;
  width: 80%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
}

.container-style-guide-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #c9c9c9;
}

.bold-paragraph {
  font-weight: 600;
}

.style-guide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #c9c9c9;
}

.style-guide-heading {
  margin-top: 5px;
  color: #8b8b8b;
}

.style-guide-grid {
  width: 100%;
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-heading {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0px;
}

.about-paragraph {
  position: absolute;
  left: 102%;
  top: auto;
  right: -49%;
  bottom: 0%;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 300;
}

.portfolio-grid {
  position: relative;
  z-index: 99;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area-2 Area-4 Area-4 Area-3"
    "Area-2 Area-4 Area-4 Area-3"
    "Area-2 Area Area ."
    "Area-5 Area Area .";
  -ms-grid-columns: 1fr 0px 0.6fr 0px 0.9fr 0px 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}

.wrapper-images-portfolio {
  position: relative;
  overflow: hidden;
  height: 85%;
  margin-top: auto;
  background-image: url('../images/portfolio.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.wrapper-images-portfolio.second {
  width: 85%;
  height: 100%;
  margin-top: 0px;
  background-image: url('../images/portfoliosx.jpg');
  background-position: 50% 50%;
}

.wrapper-images-portfolio.third {
  width: 300px;
  height: 300px;
  margin-top: 0px;
  background-image: url('../images/portfoliodx.jpg');
  background-position: 50% 70%;
}

.first-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/portfolio1C.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.first-background-image.second {
  display: block;
  background-image: url('../images/portfolio1lsx.jpg');
}

.first-background-image.third {
  display: block;
  background-image: url('../images/portfolio1ldx.jpg');
}

.second-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/portfolio2C.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.second-background-image.second {
  background-image: url('../images/portfolio2lsx.jpg');
}

.second-background-image.third {
  background-image: url('../images/portfolio2ldx.jpg');
}

.third-background-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/portfolio3C.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.third-background-image.second {
  background-image: url('../images/portfolio3lsx.jpg');
}

.third-background-image.third {
  background-image: url('../images/portfolio3ldx.jpg');
}

.wrapper-menu-portfolio {
  position: relative;
  bottom: -236px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.portfolio-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 40px;
  padding-left: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.order-number {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  font-family: BenchNine, sans-serif;
  color: #7c7c7c;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
}

.client-heading {
  position: static;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
  font-size: 4.6vw;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

.relative-wrap {
  position: relative;
}

.line-absolute {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 5px;
  margin-top: 5px;
  background-color: #fff;
  color: #fff;
}

.mobile-section-portfolio {
  display: none;
}

.grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.role {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.text-work {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 200;
}

.wrapper-work {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-work {
  position: relative;
}

.preloader-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  height: 100vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #000;
  cursor: default;
}

.size-load-1 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.wrapper-content-portfolio {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.wrapper-content-portfolio.first {
  display: none;
  overflow: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.wrapper-content-portfolio.second {
  z-index: 999;
  display: none;
  overflow: auto;
  height: auto;
}

.wrapper-content-portfolio.third {
  z-index: 99;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.fifth {
  z-index: 99;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.fourth {
  z-index: 99;
  display: none;
  overflow: auto;
}

.hero-section-progect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-bottom: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/portfolio1C.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section-progect.second {
  background-image: url('../images/portfolio2C.jpg');
}

.hero-section-progect.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/portfolio3C.jpg');
}

.hero-section-progect.fourth {
  background-image: url('../images/portfolio4C.jpg');
}

.hero-section-progect.fifth {
  background-image: url('../images/portfolio5C.jpg');
}

.role-wrapper {
  display: block;
  height: 100vh;
  padding-top: 100px;
  padding-right: 100px;
  padding-left: 100px;
}

.role-grid {
  width: 100%;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #fff;
}

.content-grid-porfolio {
  margin-top: 100px;
  grid-column-gap: 0px;
  grid-template-areas: "Area-4 Area-3"
    "Area ."
    ". Area-2";
  -ms-grid-columns: 0.87fr 0px 1fr;
  grid-template-columns: 0.87fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.main-paragraph {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.5;
}

.main-paragraph.thin {
  margin-bottom: 60px;
  color: #b9b9b9;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.main-paragraph.light {
  font-weight: 200;
}

.wrapper-preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.wrapper-back {
  position: fixed;
  left: 34px;
  top: 33px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.wrapper-back.w--current {
  position: fixed;
  left: 32px;
  top: 35px;
}

.section-number {
  position: relative;
  z-index: 2;
  overflow: visible;
  height: 300vh;
  margin-top: 140px;
  cursor: default;
}

.number-awards {
  position: static;
  top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 39vw;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.text-grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.text-intro-number {
  position: relative;
  top: 4%;
  right: -15%;
  margin-bottom: 0px;
  margin-left: -28px;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
}

.wrapper-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  z-index: 4;
  display: block;
  overflow: hidden;
  height: 100vh;
}

.wrapper-text-number-section {
  position: relative;
  top: 0px;
  z-index: 4;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area Area";
  -ms-grid-columns: 1fr 0px 0.6fr 0px 0.9fr 0px 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.features-text {
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
}

.features-heading {
  margin-top: 0px;
  font-size: 10vw;
  line-height: 1;
  text-align: center;
}

.parallax-image {
  position: -webkit-sticky;
  position: sticky;
  bottom: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.fourth-background-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/portfolio4C.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fourth-background-image.second {
  background-image: url('../images/portfolio4lsx.jpg');
}

.fourth-background-image.third {
  background-image: url('../images/portfolio4ldx.jpg');
}

.fifth-background-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/portfolio5C.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fifth-background-image.second {
  background-image: url('../images/portfolio5lsx.jpg');
}

.fifth-background-image.third {
  background-image: url('../images/portfolio5ldx.jpg');
}

.name-heading {
  font-size: 6.7vw;
  line-height: 1;
  text-align: center;
}

.heading-small {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c2327;
  font-size: 2.5vw;
  line-height: 10vh;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-small.left-slide {
  position: absolute;
  left: 8%;
  top: auto;
  right: auto;
  bottom: -7.5%;
  z-index: 2;
  width: 70%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  line-height: 8vh;
  text-align: center;
}

.heading-small.left-slide.disable-selection {
  left: 0%;
  bottom: 4.5%;
  display: none;
  color: #fff;
}

.heading-small.left-slide.disable-selection {
  left: 0%;
  bottom: 4.5%;
  display: none;
  color: #fff;
}

.heading-small.right-slide {
  position: absolute;
  left: auto;
  top: 30%;
  right: 8%;
  bottom: auto;
  z-index: 2;
  width: 70%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  line-height: 8vh;
  text-align: center;
}

.heading-small.right-slide.disable-selection {
  top: 37.5%;
  right: 0%;
  bottom: auto;
  color: #fff;
}

.heading-small.right-slide.disable-selection {
  top: 37.5%;
  right: 0%;
  bottom: auto;
  color: #fff;
}

.container-info-contact {
  width: 100vw;
  height: 100vh;
}

.contact-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: transparent;
}

.contact-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.contact-section.content-wrap {
  width: 100%;
  max-width: none;
  background-color: transparent;
}

.contact-section.content-wrap.about {
  left: auto;
  z-index: 9;
  height: 200vh;
  max-height: 200vh;
  margin-left: 0px;
}

.container-grid {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.container-grid._2 {
  width: 100vw;
  background-image: url('../images/mobilitys-wheel.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.heading-contact-info {
  width: auto;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
}

.fixed-background {
  position: absolute;
  width: 200vh;
  height: 100%;
  background-color: transparent;
}

.horizontal-scrollable-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vh;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.horizontal-scrollable-section.about {
  width: 200vw;
  margin-left: 0vw;
}

.horizontal-content {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.contact-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/1-1-1.jpg');
  background-size: cover;
}

.space-contact {
  display: block;
  width: 100vw;
  height: 100vh;
}

.wrap-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #111;
}

.horizontal-div-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
}

.overflow-mask {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.info-contact {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #111;
}

.body {
  background-color: #000;
}

.body.sub-page {
  padding-bottom: 40px;
}

.grid-line-number {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  height: 200vh;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.grid-line-number.black {
  z-index: 2;
  background-color: #000;
}

.contact-grid {
  margin-top: 20px;
}

.info-paragraph {
  color: #a8a8a8;
  text-transform: uppercase;
}

.wrap-text-contact {
  margin-right: 0px;
  margin-left: 0px;
}

.location-paragraph {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.contact-paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200;
}

.error {
  padding: 20px;
  background-color: #f85151;
}

.textarea-contact {
  height: auto;
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.textarea-contact:focus {
  border-bottom-color: #f4bd03;
}

.wrapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 1200px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.success {
  background-color: #318570;
}

.empty-text {
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 1.2;
}

.heading-contact {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.form-contact {
  display: block;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-button {
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  border-radius: 0px;
  background-color: #333;
  background-image: url('../images/next-1.svg');
  background-position: 86% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.right-button:hover {
  background-color: #f4bd03;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #fff;
}

.text-field-contact {
  border-style: none none solid;
  border-width: 1px;
  border-color: #8b6d4b #8b6d4b #fff;
  background-color: transparent;
  font-family: Poppins, sans-serif;
}

.text-field-contact:focus {
  border-bottom-color: #f4bd03;
  color: #fff;
}

.form-contact-us {
  width: 500px;
  max-width: 600px;
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-on {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14vw;
  line-height: 0.8;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-on._3 {
  background-color: #fff;
  font-size: 8vw;
  text-shadow: 0 0 1px #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-on._3.no {
  font-size: 13vw;
  text-shadow: none;
}

.heading-contact-big {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14vw;
  line-height: 0.8;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-contact-big._3 {
  background-color: #fff;
  font-size: 13vw;
  text-shadow: 0 0 1px #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.get-in-touch-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area Area Area";
  -ms-grid-columns: 1fr 0px 0.6fr 0px 0.9fr 0px 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: default;
}

.container-about-heading-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.container-about-heading-second.auto {
  margin-left: auto;
}

.grid-about-text {
  margin-top: 140px;
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area Area Area"
    ". . Area-2 ."
    ". Area-3 Area-3 .";
  -ms-grid-columns: 1fr 0px 0.6fr 0px 0.9fr 0px 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.our-services-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 280px;
  padding-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area Area Area"
    ". . Area-2 Area-2"
    ". . Area-3 Area-3";
  -ms-grid-columns: 1fr 0px 0.6fr 0px 0.9fr 0px 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.our-services-portfolio {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 12.5vw;
  line-height: 0.8;
  font-weight: 800;
  text-transform: uppercase;
}

.our-services-portfolio._3 {
  margin-top: 0px;
  background-color: #fff;
  font-size: 11vw;
  text-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-services-portfolio._3._2 {
  margin-left: 40px;
}

.our-services-portfolio._3.team {
  background-image: url('../images/ourteam-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  text-shadow: none;
}

.our-services-portfolio._3 {
  margin-top: 0px;
  background-color: #fff;
  font-size: 11vw;
  text-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-services-portfolio._3._2 {
  margin-left: 40px;
}

.our-services-portfolio._3.team {
  background-image: url('../images/ourteam-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  text-shadow: none;
}

.wrapper-text-services {
  padding-top: 60px;
  padding-right: 100px;
}

.our-team-text {
  margin-top: 220px;
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area Area"
    ". . Area-2"
    ". Area-3 Area-3";
  -ms-grid-columns: 1fr 0px 0.6fr 0px 0.9fr 0px 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.wrapper-image-portfolio.smal {
  width: 70%;
  margin-left: auto;
}

.portfolio-text {
  display: block;
}

.container-overflow-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-move-text {
  margin-bottom: 140px;
  padding-bottom: 0px;
}

.container-move-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-move-text.second {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-move {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 140px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
  white-space: nowrap;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.second-move-heading {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 140px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
  white-space: nowrap;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-portfolio-heading-secondcopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.container-portfolio-heading-secondcopy.auto {
  margin-left: 0px;
}

.grid-portfolio-text {
  margin-top: 140px;
  margin-bottom: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area Area ."
    ". . Area-2 Area-2"
    ". Area-3 Area-3 Area-3";
  -ms-grid-columns: 1fr 0px 0.6fr 0px 0.9fr 0px 1fr;
  grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.awwwards-section {
  position: relative;
  z-index: 10;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}

.awwwards-section.mobile {
  display: none;
}

.container-awwwards-info {
  position: relative;
  padding-left: 40px;
}

.awwards-paragraph {
  position: absolute;
  left: auto;
  top: 0%;
  right: 40px;
  bottom: auto;
  margin-top: 20px;
  text-align: right;
}

.container-paragraph {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-awards {
  font-size: 39px;
  line-height: 1;
}

.heading-awards:hover {
  color: #fff;
}

.heading-awards.no-text-decoration {
  text-decoration: none;
}

.heading-awards.cursor-pointer {
  cursor: pointer;
}

.line-portfolio {
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.line-portfolio.second {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wrapper-text-awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-logo {
  position: absolute;
  left: 33px;
  top: 35px;
  right: auto;
  bottom: auto;
  z-index: 99;
}

.utility-page-wrap {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  opacity: 1;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-licensing {
  margin-bottom: 40px;
  font-size: 55px;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.password-field {
  height: 60px;
  background-color: hsla(0, 0%, 100%, 0.38);
  font-family: Poppins, sans-serif;
  color: #f4bd03;
}

.errore-message {
  font-family: Poppins, sans-serif;
}

.heading-404 {
  font-size: 80px;
  line-height: 1;
  white-space: nowrap;
}

.wrap-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-text {
  margin-right: 40px;
  margin-bottom: 3px;
  color: #9b9b9b;
  font-size: 11px;
  text-transform: uppercase;
}

.wrap-copyright {
  position: static;
  bottom: 15px;
  margin-left: 0px;
}

.footer-grid {
  margin-right: auto;
  margin-left: 40px;
  justify-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-grid.bottom {
  width: 100%;
  margin-top: auto;
  margin-right: 40px;
  margin-bottom: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.text-credits {
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  color: #9b9b9b;
  font-size: 11px;
  text-transform: uppercase;
}

.text-bold {
  font-family: Poppins, sans-serif;
  font-size: 10px;
}

.udesly-link {
  color: #f4bd03;
  font-weight: 900;
  text-decoration: none;
}

.webflow-link {
  color: #bf1415;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.back-to-top-text {
  color: #888;
}

.image-slide-team {
  margin-top: auto;
}

.slide-contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.first-slide-contact {
  height: 100vh;
}

.right-arrow-team {
  width: 25%;
}

.name-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.container-overflow-heading-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-container-image {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 85%;
  margin-top: auto;
}

.wrapper-intro-text {
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: default;
}

.contact-slider {
  height: 100%;
  background-color: transparent;
}

.mask-contact {
  overflow: visible;
  max-width: 56%;
  margin-right: auto;
  margin-left: auto;
}

.left-arrow-team {
  width: 25%;
}

.contact-slider-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100vh;
  margin-top: 140px;
  margin-bottom: 140px;
}

.changelog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.changelog-container {
  padding: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #525252;
  background-color: transparent;
}

.changelog-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Bebas Neue', sans-serif;
  color: #f4bd03;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
}

.list-item {
  margin-bottom: 2rem;
}

.instruction-grid {
  width: 70%;
  margin-top: 40px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.page-wrapper.background-color-black {
  background-color: #000;
}

.instruction-tag {
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 6px;
  background-color: #82cbac;
  color: #fff;
}

.main-paragraph-instruction.primary-font.text-size-medium.margin-bottom {
  line-height: 1.3;
}

.main-paragraph-instruction.primary-font.text-size-medium.margin-bottom.margin-small.second {
  line-height: 1.6;
}

.list {
  padding-left: 2.75rem;
}

.main-heading.heading-xlarge.primary-font {
  font-weight: 700;
}

.main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient {
  margin-right: auto;
  text-align: left;
  text-transform: none;
}

.main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient.instruction {
  margin-top: 0px;
  font-size: 8rem;
  line-height: 1;
}

.container-large {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-large.display-flex-vertical {
  padding-top: 20px;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-text {
  color: #2f2f2f;
  text-decoration: none;
}

.main-text.text-size-regular.primary-font {
  color: #ff7f96;
}

.main-text.text-size-regular.primary-font.margin-bottom.margin-small.text-style-allcaps {
  font-family: Poppins, sans-serif;
  color: #f4bd03;
}

.wrapper-page-link {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, rgba(191, 20, 21, 0.22), transparent 53%);
}

.container-link-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  cursor: default;
}

.container-link-heading.margin {
  margin-right: auto;
  margin-left: -12px;
}

.button-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}

.button-block.inside-col {
  position: static;
  height: auto;
  border-style: none;
}

.outline-btn-2 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 45px;
  margin-top: 22rem;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6e3e7;
  border-radius: 100px;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.outline-btn-2.inside-col {
  margin-top: 0.5rem;
}

.secondary-btn-text {
  position: relative;
  z-index: 20;
}

.button-hover-circle {
  position: absolute;
  left: -16px;
  top: auto;
  right: auto;
  bottom: -400%;
  z-index: 5;
  width: 125%;
  height: 400%;
  border-radius: 100%;
  background-color: #fff;
}

.button-hover-circle.dark {
  background-color: #101010;
}

.padding-bottom {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.first {
  padding-bottom: 0rem;
}

.padding-section-large.second {
  padding-top: 2rem;
}

.button {
  padding: 0.75rem 1.5rem;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  color: #d80d0d;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.portfolio-3x2_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border: 1px none #cdcdcd;
  border-radius: 12px;
  color: #000;
  text-decoration: none;
}

.padding-global {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.section_portfolio-3x2 {
  width: 90%;
}

.section_portfolio-3x2.hidden {
  display: none;
}

.portfolio-3x2_grid {
  width: 100%;
  justify-items: stretch;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.portfolio-3x2_image {
  width: 100%;
  height: 15.25rem;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-3x2_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-sub-page-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.container-sub-page-heading.margin {
  margin-right: auto;
  margin-left: -12px;
}

.container-sub-page-heading.second {
  bottom: -24%;
  z-index: auto;
}

.licensing-paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 300;
}

.text-span {
  font-weight: 700;
}

.bold-text {
  color: #d80d0d;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0ccec1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 197, 219, 0.63)), to(rgba(13, 197, 219, 0.63))), url('../images/francois-hurtaud-718494-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(13, 197, 219, 0.63), rgba(13, 197, 219, 0.63)), url('../images/francois-hurtaud-718494-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.col._2 {
  background-color: #9b9b9b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 69, 69, 0.68)), to(rgba(69, 69, 69, 0.68))), url('../images/photo-1517976547714-720226b864c1.jpeg');
  background-image: linear-gradient(180deg, rgba(69, 69, 69, 0.68), rgba(69, 69, 69, 0.68)), url('../images/photo-1517976547714-720226b864c1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.utility-page-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.26)), to(hsla(0, 0%, 100%, 0.26)));
  background-image: linear-gradient(180deg, #000, #000), linear-gradient(180deg, hsla(0, 0%, 100%, 0.26), hsla(0, 0%, 100%, 0.26));
  opacity: 1;
}

.white-bubble-btn {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 45px;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6e3e7;
  border-radius: 100px;
  background-color: #fff;
  color: #111;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.material-icons.md-36.md-mobility-s {
  position: absolute;
  top: 0%;
  right: 40px;
}

.action-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.social-link-inside-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.show-on-mobile {
  display: none;
}

.page-loading_animation-image {
  position: absolute;
  z-index: 97;
  width: 100%;
  height: 100vh;
}

.page-loading_animation-image._5 {
  z-index: 993;
  background-image: url('../images/627a58eb622c89a91bb96e10_Mobility-S-Image-Background-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-loading_animation-image._1 {
  z-index: 997;
  background-image: url('../images/627a58eb4b1e1d5b7c0913ee_Mobility-S-Image-Background-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-loading_animation-image._6 {
  z-index: 992;
  background-image: url('../images/mobilitys-wheel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-loading_animation-image._3 {
  z-index: 995;
  background-image: url('../images/627a58ec6026b464e845fcc7_Mobility-S-Image-Background-17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.page-loading_animation-image._4 {
  z-index: 994;
  background-image: url('../images/627a58ec024b5d0a5833a530_Mobility-S-Image-Background-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-loading_animation-image._2 {
  z-index: 996;
  background-image: url('../images/627a58ec7d5ec983e788bffe_Mobility-S-Image-Background-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-loading_animation-top {
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 30vh;
  background-color: #000;
}

.page-loading_animation-photos {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  width: 100%;
  height: 100vh;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.page-loading_animation-middle-1 {
  position: absolute;
  top: 30vh;
  z-index: 999;
  width: 100%;
  height: 20.5vh;
  background-color: #000;
}

.page-loading_animation-middle-2 {
  position: absolute;
  bottom: 30vh;
  z-index: 999;
  width: 100%;
  height: 20.5vh;
  background-color: #000;
}

.page-loading-component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-loading_animation-bottom {
  position: absolute;
  bottom: 0px;
  z-index: 999;
  width: 100%;
  height: 30vh;
  background-color: #000;
}

.page-loading_loading-bar {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 0.25rem;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
}

.page-loading-mobile_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.size-load-2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.size-load-3 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.size-load-4 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.sub-page-heading {
  position: absolute;
  left: 3%;
  bottom: -25%;
  z-index: 1;
}

.lottie-animation {
  display: none;
}

.black-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-2 {
  position: absolute;
  height: 0px;
  width: 0px;
}

@media screen and (min-width: 1440px) {
  .overflow._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-line {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-about {
    grid-template-areas: ". Area-portfolio Area-portfolio"
      ". Area-Portfolio-2 Area-Portfolio-2"
      ". Area-Porfolio-3 Area-Porfolio-3";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .wrapper-size-about {
    padding: 0px;
    background-color: transparent;
    -webkit-transition: -webkit-filter 400ms ease-in-out;
    transition: -webkit-filter 400ms ease-in-out;
    transition: filter 400ms ease-in-out;
    transition: filter 400ms ease-in-out, -webkit-filter 400ms ease-in-out;
  }

  .wrapper-size-about:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .portfolio-heading {
    border: 1px solid transparent;
    background-color: #fff;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 14vw;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .container-about-heading {
    margin-left: 0px;
  }

  .licensing-container {
    background-color: transparent;
  }

  .licensing {
    line-height: 1.2;
  }

  .color-two {
    width: 80px;
    height: 80px;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: #0b0a10;
  }

  .colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-style-guide {
    text-align: center;
  }

  .color-three {
    width: 80px;
    height: 80px;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: #000;
  }

  .color-second {
    width: 80px;
    height: 80px;
    border-style: none;
    border-width: 1px;
    border-color: #990711;
    border-radius: 50%;
    background-color: #fff;
  }

  .submit-button {
    margin-top: 10px;
    background-color: #525252;
    font-size: 18px;
  }

  .container-style-guide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 1px;
    border-color: #b9b9b9;
    background-color: hsla(0, 0%, 100%, 0);
    color: #636363;
  }

  .color {
    width: 80px;
    height: 80px;
    border-style: none;
    border-width: 1px;
    border-color: #990711;
    border-radius: 50%;
    background-color: #f4bd03;
  }

  .container-style-guide-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 1px;
    border-color: #b9b9b9;
    background-color: hsla(0, 0%, 100%, 0);
    color: #636363;
  }

  .style-guide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 1px;
    border-color: #b9b9b9;
    background-color: hsla(0, 0%, 100%, 0);
    color: #636363;
  }

  .style-guide-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #8b8b8b;
    text-align: center;
  }

  .style-guide-grid {
    width: 100%;
    margin-top: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .about-paragraph {
    left: 103%;
    bottom: 5%;
  }

  .portfolio-grid {
    margin-top: 140px;
    grid-template-areas: "Area-2 Area-4 Area-4 Area-3"
      "Area-2 Area-4 Area-4 Area-3"
      "Area-2 Area Area ."
      "Area-5 Area Area .";
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
  }

  .client-heading {
    line-height: 0.8;
  }

  .role {
    margin-bottom: 15px;
  }

  .preloader-wrapper {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-content-portfolio {
    display: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .wrapper-content-portfolio.first {
    display: none;
  }

  .wrapper-content-portfolio.second {
    display: none;
  }

  .wrapper-content-portfolio.third {
    z-index: 99;
    display: none;
  }

  .wrapper-content-portfolio.fifth {
    z-index: 99;
    display: none;
  }

  .wrapper-content-portfolio.fourth {
    z-index: 99;
    display: none;
  }

  .hero-section-progect.third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .role-wrapper {
    padding-right: 140px;
    padding-left: 140px;
  }

  .wrapper-preloader {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-back {
    top: 33px;
    width: 25px;
  }

  .section-number {
    overflow: visible;
  }

  .number-awards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 39vw;
    letter-spacing: 8px;
  }

  .text-grid {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    height: 100vh;
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-intro-number {
    position: relative;
    top: 0%;
    right: -16%;
    margin-bottom: 0px;
    font-size: 25px;
    text-align: center;
  }

  .wrapper-sticky {
    z-index: 99;
    overflow: hidden;
  }

  .wrapper-text-number-section {
    z-index: 4;
    background-color: transparent;
  }

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

  .name-heading {
    font-size: 6vw;
  }

  .container-info-contact {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin-left: 0vw;
  }

  .contact-section.content-wrap.about {
    height: 400vw;
    background-image: url('../images/parallasse.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .container-grid {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    margin-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .container-grid._2 {
    margin-left: 0vw;
    background-image: url('../images/2-1-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-contact-info {
    padding-left: 0px;
    color: #fff;
  }

  .horizontal-scrollable-section.about {
    width: 500vw;
    margin-left: 0vw;
  }

  .contact-bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100vw;
    background-image: url('../images/1-1-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .space-contact {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    margin-left: 0vw;
    background-color: transparent;
    background-image: none;
  }

  .wrap-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 100%;
    margin-right: auto;
    padding-left: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #111;
  }

  .horizontal-div-wrapper {
    width: 400vw;
  }

  .info-contact {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 100%;
    margin-right: 0vw;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #111;
  }

  .grid-line-number {
    height: 300vh;
  }

  .grid-line-number.black {
    height: 200vh;
    background-color: #000;
  }

  .textarea-contact {
    font-family: Poppins, sans-serif;
  }

  .textarea-contact:active {
    border-bottom-color: #f4bd03;
  }

  .textarea-contact:focus {
    border-bottom-color: #f4bd03;
  }

  .text-field-contact {
    border-bottom-color: #fff;
  }

  .text-field-contact:focus {
    border-bottom-color: #f4bd03;
  }

  .heading-on {
    border: 1px solid transparent;
    background-color: #fff;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 14vw;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .heading-on._3 {
    font-size: 7.5vw;
    line-height: 1;
    text-shadow: 0 0 2px #000;
  }

  .heading-on._3.no {
    background-color: #fff;
    text-shadow: none;
  }

  .heading-contact-big {
    border: 1px solid transparent;
    background-color: #fff;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 14vw;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .heading-contact-big._3 {
    font-size: 13vw;
    line-height: 1;
    text-shadow: 0 0 2px #000;
  }

  .get-in-touch-grid {
    grid-template-areas: ". Area Area Area";
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-about-heading-second {
    margin-left: 0px;
  }

  .our-services-grid {
    grid-template-areas: "Area Area Area Area"
      ". . Area-2 Area-2";
    -ms-grid-columns: 1fr 0.6fr 0.9fr 1fr;
    grid-template-columns: 1fr 0.6fr 0.9fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .our-services-portfolio {
    border: 1px solid transparent;
    background-color: #fff;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 12.5vw;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .our-services-portfolio._2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    color: #000;
    font-size: 10vw;
    font-weight: 700;
  }

  .our-services-portfolio._3 {
    font-size: 12.5vw;
    line-height: 1;
    text-shadow: none;
  }

  .our-services-portfolio._3._2 {
    position: static;
    margin-right: 0px;
  }

  .our-services-portfolio._3 {
    font-size: 12.5vw;
    line-height: 1;
    text-shadow: none;
  }

  .our-services-portfolio._3._2 {
    position: static;
    margin-right: 0px;
  }

  .wrapper-text-services {
    padding-top: 60px;
    padding-right: 100px;
  }

  .container-portfolio-heading-secondcopy {
    margin-left: 0px;
  }

  .container-awwwards-info {
    padding-left: 40px;
  }

  .awwards-paragraph {
    position: absolute;
    left: auto;
    top: 0%;
    right: 39px;
    bottom: auto;
  }

  .container-paragraph {
    position: relative;
    width: 100%;
    padding-right: 40px;
  }

  .utility-page-wrap {
    color: #f4bd03;
  }

  .password-field {
    height: 60px;
    background-color: hsla(0, 0%, 100%, 0.38);
    color: #ffc500;
  }

  .slide-contact-wrapper {
    width: 87%;
  }

  .right-arrow-team {
    width: 30%;
  }

  .name-container {
    top: 0%;
  }

  .slider-container-image {
    bottom: 0px;
  }

  .mask-contact {
    max-width: 49%;
  }

  .left-arrow-team {
    width: 30%;
  }

  .contact-slider-wrapper {
    margin-top: 140px;
  }

  .changelog-container {
    background-color: transparent;
  }

  .container-link-heading {
    margin-left: 0px;
  }

  .container-sub-page-heading {
    margin-left: 0px;
  }

  .utility-page-wrap-2 {
    color: #f4bd03;
  }
}

@media screen and (max-width: 991px) {
  .background-second-slide.mobile {
    display: none;
  }

  .background-third-slide.mobile {
    display: none;
  }

  .heading {
    font-size: 100px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .vertical-nav {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu-button {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-button:hover {
    background-color: transparent;
  }

  .wrapper-burger-menu {
    margin-right: 20px;
  }

  .scroll-wrapper {
    display: none;
  }

  .scroll-wrapper.w--current {
    display: none;
  }

  .container-menu-text {
    width: auto;
  }

  .social-wrapper {
    display: none;
  }

  .social-link {
    display: none;
  }

  .social-link.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-line {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .grid-about {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .portfolio-heading._2.link-heading {
    font-size: 14vw;
  }

  .container-about-heading.margin {
    margin-left: 0px;
  }

  .filter {
    position: static;
    opacity: 1;
  }

  .licensing-container {
    width: 80%;
  }

  .section-licensing {
    padding-top: 40px;
  }

  .about-paragraph {
    position: static;
    margin-top: 10px;
  }

  .portfolio-grid {
    display: none;
    grid-template-areas: "Area-2 Area-4 Area-4 Area-3"
      "Area-2 Area-4 Area-4 Area-3"
      "Area-2 . . ."
      "Area Area . ."
      "Area Area . .";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr auto auto;
    grid-template-rows: 1fr 1fr 1fr 1fr auto auto;
  }

  .portfolio-link {
    left: -57px;
    margin-bottom: 0px;
    padding-left: 37px;
  }

  .client-heading {
    font-size: 45px;
  }

  .mobile-section-portfolio {
    position: relative;
    z-index: 3;
    display: block;
    padding-top: 120px;
    padding-bottom: 120px;
    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 {
    margin-bottom: 60px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". Area Area-4 Area-4"
      ". Area-3 Area-2 .";
    -ms-grid-columns: 0.7fr 0px 0.9fr 0px 1.5fr 0px 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .portfolio-image-wrap {
    height: 200px;
    background-image: url('../images/portfolio5C.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .portfolio-image-wrap.second {
    width: 90%;
    margin-left: auto;
    background-image: url('../images/portfolio1lsx.jpg');
  }

  .role {
    left: -57px;
    margin-bottom: 0px;
    padding-left: 37px;
  }

  .wrapper-content-portfolio.first {
    display: none;
    padding-top: 0px;
  }

  .wrapper-content-portfolio.fifth {
    display: none;
  }

  .wrapper-preloader {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-back {
    top: 15%;
  }

  .number-awards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 55vw;
  }

  .text-grid {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .text-intro-number {
    top: 0%;
  }

  .wrapper-sticky {
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-contact-info {
    font-size: 40px;
  }

  .grid-line-number {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .heading-contact {
    font-size: 65px;
  }

  .right-button {
    display: inline-block;
    width: auto;
    max-width: none;
  }

  .heading-on {
    font-size: 20vw;
  }

  .heading-on._3 {
    font-size: 13vw;
  }

  .heading-on._3.no {
    font-size: 15vw;
  }

  .heading-contact-big {
    font-size: 20vw;
  }

  .heading-contact-big._3 {
    font-size: 15vw;
  }

  .get-in-touch-grid {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .container-about-heading-second.auto {
    margin-left: 0px;
  }

  .grid-about-text {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .our-services-grid {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .our-services-portfolio {
    font-size: 20vw;
  }

  .our-services-portfolio._3 {
    font-size: 13vw;
  }

  .our-services-portfolio._3 {
    font-size: 13vw;
  }

  .wrapper-text-services {
    padding-right: 20px;
  }

  .our-team-text {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .mobile-image-second {
    height: 200px;
    background-image: url('../images/portfolio2C.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .mobile-image-second._2 {
    width: 90%;
    margin-left: auto;
    background-image: url('../images/portfolio2ldx.jpg');
  }

  .mobile-image-third {
    height: 200px;
    background-image: url('../images/portfolio3C.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .mobile-image-third._2 {
    width: 90%;
    margin-left: auto;
    background-image: url('../images/portfolio3ldx.jpg');
  }

  .mobile-image-fourth {
    height: 200px;
    background-image: url('../images/portfolio4C.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .mobile-image-fourth._2 {
    width: 90%;
    margin-left: auto;
    background-image: url('../images/portfolio4ldx.jpg');
  }

  .mobile-image-fift {
    height: 200px;
    background-image: url('../images/portfolio5C.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .mobile-image-fift._2 {
    width: 90%;
    margin-left: auto;
    background-image: url('../images/portfolio5ldx.jpg');
  }

  .container-portfolio-heading-secondcopy.auto {
    margin-left: 0px;
  }

  .grid-portfolio-text {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .container-logo {
    position: fixed;
    z-index: 9999;
  }

  .wrap-link-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .wrap-copyright {
    margin-right: auto;
  }

  .footer-grid.bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .slide-contact-wrapper {
    width: 90%;
    margin-top: 0px;
    padding-top: 100px;
  }

  .first-slide-contact {
    height: auto;
  }

  .slide-team {
    padding-top: 0px;
  }

  .contact-slider {
    padding-top: 0px;
  }

  .mask-contact {
    max-width: 70%;
    padding-top: 0px;
  }

  .contact-slider-wrapper {
    height: auto;
    margin-top: 100px;
    padding-top: 0px;
  }

  .instruction-grid {
    width: 100%;
  }

  .main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient.instruction {
    margin-top: 0px;
  }

  .container-large {
    width: 92%;
  }

  .container-large.display-flex-vertical {
    padding-top: 20px;
    padding-left: 0px;
  }

  .container-link-heading.margin {
    margin-left: 0px;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .portfolio-3x2_item {
    text-align: left;
  }

  .portfolio-3x2_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-sub-page-heading.margin {
    margin-left: 0px;
  }

  .container-sub-page-heading.second {
    bottom: -19%;
  }

  .sub-page-heading {
    bottom: 1%;
  }

  .lottie-animation {
    display: block;
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .whapper-heading-slide {
    padding-left: 8.66%;
  }

  .heading {
    font-size: 80px;
  }

  .overflow._2 {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .overflow._2.team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu-button {
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .container-menu-text {
    width: 100%;
    padding-left: 40px;
  }

  .menu-link.hidden-on-mobile {
    display: none;
  }

  .menu-link.for-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-line {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-heading {
    z-index: 3;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .portfolio-heading._2 {
    font-size: 30vw;
  }

  .licensing-container {
    width: 80%;
  }

  .licensing {
    font-size: 7vw;
  }

  .style-guide-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-link {
    left: 0px;
    padding-left: 0px;
  }

  .client-heading {
    font-size: 40px;
  }

  .relative-wrap {
    padding-left: 40px;
  }

  .grid {
    grid-row-gap: 30px;
    grid-template-areas: ". Area-4 Area-4 Area-4"
      ". Area Area ."
      ". Area-2 Area-2 ."
      ". Area-3 Area-3 .";
    -ms-grid-rows: auto 30px auto 30px auto 30px auto;
    grid-template-rows: auto auto auto auto;
  }

  .portfolio-image-wrap.second {
    width: 100%;
    height: 400px;
  }

  .role {
    left: 0px;
  }

  .wrapper-content-portfolio.first {
    display: none;
  }

  .wrapper-content-portfolio.second {
    display: none;
  }

  .wrapper-content-portfolio.third {
    display: none;
  }

  .wrapper-content-portfolio.fourth {
    z-index: 999;
    display: none;
    overflow: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .role-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-grid-porfolio {
    grid-template-areas: "Area-3 Area-3"
      "Area Area"
      "Area-2 Area-2";
  }

  .number-awards {
    font-size: 58vw;
  }

  .text-grid {
    -ms-grid-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
    grid-template-columns: 0.7fr 0.9fr 1.5fr 0.7fr;
  }

  .text-intro-number {
    top: 0%;
    right: -20%;
    font-size: 3.5vw;
  }

  .name-heading {
    font-size: 10vw;
  }

  .heading-small.right-slide.disable-selection {
    font-size: 5vw;
  }

  .heading-small.right-slide.disable-selection {
    font-size: 5vw;
  }

  .container-info-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-section.content-wrap.about {
    overflow: hidden;
    height: auto;
  }

  .container-grid {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container-grid._2 {
    height: 800px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url('../images/mobilitys-wheel.jpg');
  }

  .horizontal-scrollable-section.about {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 800px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .space-contact {
    height: auto;
  }

  .wrap-contact {
    width: 100%;
    height: auto;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 86px;
  }

  .horizontal-div-wrapper {
    position: static;
    height: auto;
  }

  .info-contact {
    bottom: 0px;
    width: 100%;
    height: auto;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 104px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .heading-contact {
    font-size: 45px;
  }

  .heading-on {
    font-size: 25vw;
  }

  .heading-on._3.no {
    font-size: 18vw;
  }

  .heading-contact-big {
    font-size: 25vw;
  }

  .heading-contact-big._3 {
    font-size: 18vw;
  }

  .our-services-portfolio {
    font-size: 25vw;
  }

  .our-services-portfolio._3 {
    font-size: 16vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0px;
  }

  .our-services-portfolio._3 {
    font-size: 16vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0px;
  }

  .wrapper-image-portfolio.smal {
    width: 100%;
  }

  .mobile-image-second._2 {
    width: 100%;
    height: 400px;
  }

  .mobile-image-third._2 {
    width: 100%;
    height: 400px;
  }

  .mobile-image-fourth._2 {
    width: 100%;
    height: 400px;
  }

  .mobile-image-fift._2 {
    width: 100%;
    height: 400px;
  }

  .portfolio-section {
    position: relative;
    z-index: 11;
  }

  .awwwards-section {
    display: none;
  }

  .awwwards-section.mobile {
    display: block;
  }

  .awwards-paragraph {
    position: static;
    text-align: left;
  }

  .heading-awards.no-break {
    white-space: nowrap;
  }

  .container-awards-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .portfolio-image {
    width: 100%;
  }

  .container-logo {
    top: 10px;
  }

  .top-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-grid.bottom {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slide-contact-wrapper {
    width: 80%;
  }

  .wrapper-intro-text {
    z-index: 3;
  }

  .mask-contact {
    max-width: 80%;
  }

  .instruction-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient.instruction {
    font-size: 5.6rem;
  }

  .wrapper-page-link {
    z-index: 3;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .portfolio-3x2_item {
    padding: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .padding-global {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .portfolio-3x2_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-sub-page-heading.second {
    bottom: -22%;
  }

  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col {
    width: 100%;
    height: 50%;
  }

  .material-icons.md-36.md-mobility-s.mobile {
    position: static;
  }

  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile {
    display: inline-block;
  }

  .sub-page-heading {
    bottom: 2%;
  }
}

@media screen and (max-width: 479px) {
  ul {
    color: #fff;
  }

  ol {
    color: #fff;
  }

  .hero-section.sub-page {
    height: 70vh;
  }

  .background-first-slide {
    display: none;
  }

  .background-first-slide.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-second-slide {
    display: none;
  }

  .background-second-slide.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-third-slide {
    display: none;
  }

  .background-third-slide.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading {
    font-size: 15vw;
  }

  .overflow._2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vertical-nav {
    background-color: transparent;
  }

  .nav-link {
    font-size: 25px;
  }

  .menu-button {
    width: auto;
    height: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-burger-menu {
    width: 25px;
  }

  .wrapper-big-menu {
    padding-top: 100px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-menu-text {
    width: auto;
    padding-left: 0px;
  }

  .menu-link {
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .link-line {
    display: none;
    width: 60px;
  }

  .grid-line {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .line.hidden {
    display: block;
  }

  .grid-about {
    grid-row-gap: 44px;
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .wrapper-heading {
    padding-top: 0px;
  }

  .portfolio-heading {
    margin-top: 0px;
    font-size: 22vw;
  }

  .portfolio-heading._2 {
    font-size: 35vw;
  }

  .portfolio-heading._2.link-heading {
    font-size: 12vw;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .section-licensing {
    padding-right: 20px;
    padding-left: 20px;
  }

  .licensing {
    font-size: 30px;
  }

  .license-link {
    font-size: 16px;
  }

  .source-link {
    font-size: 16px;
  }

  .colors {
    width: 100%;
  }

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

  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-style-guide-second {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .style-guide-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .portfolio-link {
    padding-left: 0px;
  }

  .client-heading {
    font-size: 7vw;
  }

  .relative-wrap {
    padding-left: 34px;
  }

  .line-absolute {
    display: none;
  }

  .mobile-section-portfolio {
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .grid {
    grid-template-areas: ". Area-4 Area-4"
      ". Area Area"
      ". Area-2 Area-2"
      ". Area-3 Area-3";
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .portfolio-image-wrap {
    background-image: url('../images/portfolio1C.jpg');
  }

  .portfolio-image-wrap.second {
    height: 400px;
    background-image: url('../images/portfolio1ldx.jpg');
  }

  .role {
    padding-left: 32px;
  }

  .preloader-wrapper {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-content-portfolio.first {
    display: none;
  }

  .wrapper-content-portfolio.second {
    z-index: 9999;
    display: none;
    overflow: auto;
  }

  .hero-section-progect.second {
    overflow: visible;
  }

  .wrapper-preloader {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-back {
    left: 19px;
    top: 10%;
    z-index: 99999;
  }

  .section-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .number-awards {
    margin-left: -14px;
    font-size: 90vw;
    letter-spacing: -11px;
  }

  .text-grid {
    height: 100vh;
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .text-intro-number {
    right: -13%;
    margin-left: 0px;
    font-size: 5vw;
    text-align: center;
  }

  .wrapper-text-number-section {
    height: 50vh;
    grid-template-areas: "Area Area Area Area";
  }

  .features-heading {
    font-size: 15vw;
  }

  .parallax-image {
    position: relative;
    z-index: 2;
    height: auto;
  }

  .heading-small {
    font-size: 12vw;
    line-height: 12vh;
  }

  .heading-small.left-slide.disable-selection {
    display: none;
  }

  .heading-small.left-slide.disable-selection {
    display: none;
  }

  .heading-small.right-slide {
    top: 0%;
    right: 15%;
    width: 100%;
    text-align: right;
  }

  .heading-small.right-slide.disable-selection {
    display: none;
    width: auto;
    font-size: 6vw;
  }

  .heading-small.right-slide.disable-selection {
    display: block;
    font-size: 6vw;
  }

  .contact-section {
    margin-left: 0px;
  }

  .contact-section.content-wrap.about {
    overflow: hidden;
  }

  .container-grid._2 {
    background-image: url('../images/mobilitys-wheel.jpg');
    background-position: 56% 100%;
    background-size: auto;
  }

  .heading-contact-info {
    font-size: 30px;
  }

  .wrap-contact {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-contact {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-line-number {
    height: auto;
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .wrapper-contact {
    width: 90%;
  }

  .heading-contact {
    font-size: 32px;
  }

  .form-contact {
    width: 100%;
  }

  .right-button {
    display: inline-block;
    font-family: Poppins, sans-serif;
  }

  .text-field-contact {
    font-family: Poppins, sans-serif;
  }

  .form-contact-us {
    width: 100%;
  }

  .heading-on {
    font-size: 40vw;
  }

  .heading-contact-big {
    font-size: 40vw;
  }

  .get-in-touch-grid {
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .grid-about-text {
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .our-services-grid {
    margin-bottom: 0px;
    padding-top: 0px;
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .our-services-portfolio {
    font-size: 40vw;
  }

  .our-services-portfolio._3 {
    font-size: 17vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0px;
  }

  .our-services-portfolio._3 {
    font-size: 17vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0px;
  }

  .wrapper-text-services {
    padding-top: 140px;
  }

  .our-team-text {
    margin-top: 0px;
    padding-top: 100px;
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .mobile-image-second {
    background-image: url('../images/portfolio2C.jpg');
  }

  .mobile-image-second._2 {
    height: 400px;
    background-image: url('../images/portfolio2ldx.jpg');
  }

  .mobile-image-third {
    background-image: url('../images/portfolio3C.jpg');
  }

  .mobile-image-third._2 {
    height: 400px;
    background-image: url('../images/portfolio3ldx.jpg');
  }

  .mobile-image-fourth {
    background-image: url('../images/portfolio4C.jpg');
  }

  .mobile-image-fourth._2 {
    height: 400px;
    background-image: url('../images/portfolio4ldx.jpg');
  }

  .mobile-image-fift {
    background-image: url('../images/portfolio5C.jpg');
  }

  .mobile-image-fift._2 {
    height: 400px;
    background-image: url('../images/portfolio5ldx.jpg');
  }

  .container-overflow-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .grid-portfolio-text {
    -ms-grid-columns: 20px 0.9fr 1.5fr 20px;
    grid-template-columns: 20px 0.9fr 1.5fr 20px;
  }

  .awwwards-section.mobile {
    padding-bottom: 0px;
  }

  .heading-awards.contact-heading {
    font-size: 28px;
  }

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

  .container-logo {
    left: 20px;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap-link-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-text {
    margin-right: 20px;
  }

  .footer-grid {
    margin-left: 0px;
  }

  .footer-grid.bottom {
    margin-top: 5%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-slide-team {
    margin-top: 0px;
    margin-bottom: auto;
  }

  .slide-contact-wrapper {
    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-overflow-heading-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper-intro-text {
    padding-top: 0px;
  }

  .contact-slider {
    height: auto;
  }

  .contact-slider-wrapper {
    height: 350px;
    margin-top: 60px;
  }

  .changelog-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
  }

  .instruction-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-paragraph-instruction.primary-font.text-size-medium.margin-bottom {
    font-size: 14px;
  }

  .main-heading.heading-xlarge.primary-font.margin-bottom.margin-small {
    font-size: 36px;
  }

  .main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient.instruction {
    font-size: 2.8rem;
  }

  .container-large {
    width: 90%;
  }

  .main-text.text-size-regular.primary-font.margin-bottom.margin-small {
    margin-bottom: 0.25rem;
  }

  .wrapper-page-link {
    padding-top: 0px;
  }

  .outline-btn-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    margin-top: 12rem;
    margin-bottom: 0.5rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .portfolio-3x2_item {
    width: 100%;
    padding-top: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .portfolio-3x2_grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-sub-page-heading.second {
    bottom: -15%;
  }

  .utility-page-wrap-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .white-bubble-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .page-loading_animation-image._5 {
    background-image: url('../images/IMG_0444.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .page-loading_animation-image._5.mobile {
    background-image: url('../images/4F8.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .page-loading_animation-image._1 {
    background-image: url('../images/4F8.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .page-loading_animation-image._1.mobile {
    background-image: url('../images/IMG_6012-2.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .page-loading_animation-image._6 {
    background-image: url('../images/112.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .page-loading_animation-image._6.mobile {
    background-image: url('../images/heritage23-2.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .page-loading_animation-image._3 {
    background-image: url('../images/IMG_6012-2.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .page-loading_animation-image._3.mobile {
    background-image: url('../images/IMG_6008.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .page-loading_animation-image._4 {
    background-image: url('../images/IMG_6008.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .page-loading_animation-image._4.mobile {
    background-image: url('../images/IMG_0444.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .page-loading_animation-image._2 {
    background-image: url('../images/heritage23-2.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .page-loading_animation-image._2.mobile {
    background-image: url('../images/112.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .sub-page-heading {
    bottom: 5%;
  }
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.content-grid-porfolio>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.wrapper-text-number-section>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.get-in-touch-grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.grid-about-text>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.our-services-grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
}

.our-team-text>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-portfolio-text>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.content-grid-porfolio>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.wrapper-text-number-section>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.get-in-touch-grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.grid-about-text>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.our-services-grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
}

.our-team-text>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-portfolio-text>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.content-grid-porfolio>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.wrapper-text-number-section>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.get-in-touch-grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.grid-about-text>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.our-services-grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
}

.our-team-text>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-portfolio-text>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-_46cd9b10-577c-563a-59cd-e58781568b3f-8975ef2f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
}

.content-grid-porfolio>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.wrapper-text-number-section>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.get-in-touch-grid>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.grid-about-text>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.our-services-grid>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
}

.our-team-text>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-portfolio-text>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-fc05a2d5-8ec5-16dc-8a25-30548fdd8852-8975ef2f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-da46c462-8099-413c-58d0-1c2b7c8c4ce1-8975ef2f {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9074e444-63e3-06d4-ab09-ec1aace696bb-8975ef2f {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.content-grid-porfolio>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.wrapper-text-number-section>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.get-in-touch-grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.grid-about-text>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.our-services-grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
}

.our-team-text>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-portfolio-text>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca877-0875ef34 {
  -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-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca87a-0875ef34 {
  -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-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca87e-0875ef34 {
  -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-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca881-0875ef34 {
  -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-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca885-0875ef34 {
  -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-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca888-0875ef34 {
  -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-d1c4619e-00cd-4517-818b-6d7fb3ce4510-d175ef36 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4518-d175ef36 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d1c4619e-00cd-4517-818b-6d7fb3ce451e-d175ef36 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4524-d175ef36 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_14999fda-0552-da98-6e27-f4b1b48875c6-5d11f317 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_14999fda-0552-da98-6e27-f4b1b48875cf-5d11f317 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#cleaning-images.w-node-_5e55a9d3-eff2-15fe-e559-0cf0b5927391-5d11f317 {
  -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-_52e8f985-3954-24e6-e609-dea29cf54c61-b6346212 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_52e8f985-3954-24e6-e609-dea29cf54c6a-b6346212 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#polish-images.w-node-_851322b1-112a-0482-ea2e-a0f28c4311b6-b6346212 {
  -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-b01b7e0c-4e75-1c5f-6b6d-f71892530a6d-7a0ce614 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b01b7e0c-4e75-1c5f-6b6d-f71892530a76-7a0ce614 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#protection-images.w-node-_2a8ec20c-5031-6d97-aa79-6b2d6f580fcf-7a0ce614 {
  -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: 1440px) {
  #w-node-_46cd9b10-577c-563a-59cd-e58781568b3f-8975ef2f {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fc05a2d5-8ec5-16dc-8a25-30548fdd8852-8975ef2f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_9074e444-63e3-06d4-ab09-ec1aace696bb-8975ef2f {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area;
  }

  .content-grid-porfolio>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .wrapper-text-number-section>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .get-in-touch-grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .grid-about-text>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .our-services-grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .our-team-text>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .grid-portfolio-text>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4510-d175ef36 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4518-d175ef36 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce451e-d175ef36 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4524-d175ef36 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9074e444-63e3-06d4-ab09-ec1aace696bb-8975ef2f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_14999fda-0552-da98-6e27-f4b1b48875c6-5d11f317 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_14999fda-0552-da98-6e27-f4b1b48875cf-5d11f317 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_52e8f985-3954-24e6-e609-dea29cf54c61-b6346212 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_52e8f985-3954-24e6-e609-dea29cf54c6a-b6346212 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-b01b7e0c-4e75-1c5f-6b6d-f71892530a6d-7a0ce614 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-b01b7e0c-4e75-1c5f-6b6d-f71892530a76-7a0ce614 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_245d2a20-6c8e-5bf1-899c-d76d7439c2e5-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area-4;
  }

  .content-grid-porfolio>#w-node-_245d2a20-6c8e-5bf1-899c-d76d7439c2e5-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area;
  }

  .content-grid-porfolio>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .wrapper-text-number-section>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .get-in-touch-grid>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .grid-about-text>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .our-services-grid>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .our-team-text>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .grid-portfolio-text>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    grid-area: Area-2;
  }

  .content-grid-porfolio>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }

  #w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 7;
    grid-area: Area-3;
  }

  .content-grid-porfolio>#w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_14999fda-0552-da98-6e27-f4b1b48875c6-5d11f317 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_14999fda-0552-da98-6e27-f4b1b48875cf-5d11f317 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_52e8f985-3954-24e6-e609-dea29cf54c61-b6346212 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_52e8f985-3954-24e6-e609-dea29cf54c6a-b6346212 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b01b7e0c-4e75-1c5f-6b6d-f71892530a6d-7a0ce614 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-b01b7e0c-4e75-1c5f-6b6d-f71892530a76-7a0ce614 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

.grid-about-text>#w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.our-services-grid>#w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
}

.our-team-text>#w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}

.grid-portfolio-text>#w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
}

.grid-about-text>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
}

.our-services-grid>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
}

.our-team-text>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

.grid-portfolio-text>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
}

@media screen and (max-width: 479px) {
  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area;
  }

  .content-grid-porfolio>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .wrapper-text-number-section>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .get-in-touch-grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .grid-about-text>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .our-services-grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .our-team-text>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .grid-portfolio-text>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area;
  }

  .content-grid-porfolio>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .wrapper-text-number-section>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .get-in-touch-grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .grid-about-text>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .our-services-grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .our-team-text>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .grid-portfolio-text>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: Area;
  }

  .content-grid-porfolio>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .wrapper-text-number-section>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .get-in-touch-grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .grid-about-text>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  .our-services-grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .our-team-text>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  .grid-portfolio-text>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  @media screen and (min-width: 1440px) {
    #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    #w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    #w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    #w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    #w-node-_245d2a20-6c8e-5bf1-899c-d76d7439c2e5-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    #w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    #w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .our-services-grid>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
    }

    #w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 4;
      -ms-grid-column-span: 1;
    }

    #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    #w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    #w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .get-in-touch-grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .our-services-grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
  }

  @media screen and (max-width: 991px) {
    #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-_245d2a20-6c8e-5bf1-899c-d76d7439c2e5-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_245d2a20-6c8e-5bf1-899c-d76d7439c2e5-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 3;
    }

    #w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
    }

    #w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 4;
      -ms-grid-column-span: 1;
    }

    .grid>#w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    #w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }
  }

  @media screen and (max-width: 767px) {
    .grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_245d2a20-6c8e-5bf1-899c-d76d7439c2e5-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
    }

    .grid>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
      -ms-grid-row: 7;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .content-grid-porfolio>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  }

  @media screen and (max-width: 479px) {
    .grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    .grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    .grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    .grid>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-b7219988-99d7-0d40-a445-e98897f5d009-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    .grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    .grid>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    .grid>#w-node-_245d2a20-6c8e-5bf1-899c-d76d7439c2e5-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-_339153df-297c-9824-d7a4-77699eac6350-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    .grid>#w-node-_3acf8480-1b58-1e08-950b-9977e254a537-8975ef2f {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-8975ef2f {
      -ms-grid-row: 4;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .grid>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    .grid>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-f8215231-60ef-4e7d-044d-7503e67f082b-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }

    .grid>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
    }

    .wrapper-text-number-section>#w-node-_6e1ca83a-b2c4-67c2-f8cc-a120e009ab12-8975ef2f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
    }
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_14999fda-0552-da98-6e27-f4b1b48875cf-5d11f317 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_52e8f985-3954-24e6-e609-dea29cf54c6a-b6346212 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-b01b7e0c-4e75-1c5f-6b6d-f71892530a76-7a0ce614 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

