:root {
  --black: #101118;
  --medium-sea-green: #ffde16;
  --gray-c3: #adb5bd;
  --white-smoke: #f0f2f5;
  --main-border: #b5bad640;
  --sea-green: #000000;
  --white: white;
  --gray-c6: #202330;
  --gray-c2: #ced4da;
  --gray-c4: #6c757d;
  --gray-c5: #2b2f3a;
  --gray-c1: #dde1e6;
  --gray-c0: #e4e7eb;
  --light-goldenrod-yellow: #ccdbb4;
  --light-blue: #b1c5cc;
  --sienna-2: #a56044;
  --salmon: #f77c71;
  --dark-slate-grey: #2b4142;
  --ghost-white: #edeef3;
  --light-slate-grey: #748c94;
  --footer-line: #3f4452;
  --sienna: #a7512d;
  --dark-salmon: #e39474;
  --indian-red: #b17272;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
  line-height: 1.5em;
}

a {
  color: var(--medium-sea-green);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3em;
}

li {
  margin-bottom: .8em;
  padding-left: 1em;
  line-height: 1.2em;
}

blockquote {
  border: 1px solid var(--gray-c3);
  background-color: var(--white-smoke);
  background-image: url('../images/format_quote_black_24dp.svg');
  background-position: 20px -23px;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-bottom: 0;
  padding: 50px 30px 30px;
  font-size: 1em;
  line-height: 1.6em;
}

.paragraph {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.paragraph.large {
  font-size: 1.2em;
}

.paragraph.small {
  font-size: .9em;
}

.paragraph.extra-large {
  font-size: 1.3em;
  line-height: 1.7em;
}

.paragraph.extra-small {
  font-size: .8em;
  line-height: 1.3em;
}

.paragraph.medium {
  font-size: 1.1em;
}

.paragraph.extra-x-large {
  font-size: 1.6em;
  line-height: 1.7em;
}

.opacity-10 {
  opacity: .1;
}

.accordion-circle {
  z-index: 5;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1em;
  display: flex;
  position: relative;
}

.accordion-arrow {
  z-index: 3;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: absolute;
}

.accordion-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
}

.opacity-100 {
  opacity: 1;
}

.opacity-60 {
  opacity: .6;
}

.style-save-pallete {
  z-index: -1;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.style-color {
  justify-content: flex-start;
  align-items: center;
  height: 3em;
  padding: 1em;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.acc-inner-block {
  flex-flow: wrap;
  flex: 1;
  align-items: flex-start;
  font-size: .75em;
  display: flex;
}

.accordion-toggle {
  white-space: normal;
  border-bottom: 1px solid #dee2e6;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 2em .6em 0;
  transition: border-color .3s;
  display: flex;
}

.accordion-toggle:hover {
  border-bottom-color: #adb5bd;
}

.accordion-toggle.acc-rich-text {
  padding: 1.2em 1.6em;
}

.nws-accordion-column {
  width: 46%;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.padding-inner {
  z-index: 10;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.padding-inner.pb-5em {
  padding-bottom: 5em;
}

.padding-inner.with-border-bottom {
  border-bottom: 2px solid var(--main-border);
}

.padding-inner.pb-4em {
  padding-bottom: 4em;
}

.padding-inner.the-project {
  padding-top: 3em;
}

.opacity-20 {
  opacity: .2;
}

.opacity-40 {
  opacity: .4;
}

.accordion {
  flex: none;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.opacity-90 {
  opacity: .9;
}

.class-name {
  opacity: 1;
  color: #fff;
  letter-spacing: .025em;
  white-space: nowrap;
  background-color: #1c8ef6;
  border: 1px solid #2175c2;
  border-radius: .2em;
  margin-right: .5em;
  padding: .5em .6em;
  line-height: 1em;
}

.class-name.html-tag {
  background-color: #b5518c;
  border-color: #9b4578;
}

.rich-text p {
  margin-bottom: 1.1em;
  line-height: 1.9em;
}

.rich-text blockquote {
  margin-top: 3em;
  margin-bottom: 3em;
}

.rich-text h1 {
  margin-bottom: .5em;
  font-size: 5em;
}

.rich-text h2 {
  margin-bottom: .4em;
}

.rich-text h4 {
  margin-top: 1.2em;
  margin-bottom: .5em;
  line-height: 1.2em;
}

.rich-text h3 {
  margin-top: 1em;
  margin-bottom: .4em;
}

.rich-text h5 {
  margin-top: 1.5em;
  margin-bottom: .7em;
  line-height: 1.3em;
}

.rich-text h6 {
  margin-top: 1.8em;
  margin-bottom: .6em;
  font-size: 1.4em;
  line-height: 1.4em;
}

.rich-text ul {
  margin-top: 2em;
  margin-bottom: 2em;
}

.rich-text li {
  line-height: 1.5em;
}

.rich-text a {
  color: var(--sea-green);
  text-decoration: underline;
}

.rich-text.is-description {
  font-size: 1.1em;
}

.rich-text.with-border-bottom {
  border-bottom: 1px solid var(--gray-c3);
  margin-bottom: 4em;
  padding-bottom: 2em;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14em;
  padding-right: 8em;
  position: relative;
}

.container.c-guide {
  max-width: 1200px;
}

.container.absolute-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 5.5em;
}

.container.absolute-buttons-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 5.5em;
}

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

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

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

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

.mr-0-5em {
  margin-right: .5em;
}

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

.opacity-80 {
  opacity: .8;
}

.classes {
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 2em;
  font-size: .75em;
  display: flex;
}

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

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
}

.heading.medium {
  font-size: 2.2em;
}

.heading.large {
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.capitalize {
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-right: 1.5em;
  font-size: .8em;
  font-weight: 700;
}

.heading.small {
  font-size: 1.4em;
  line-height: 1.3em;
}

.heading.extra-large {
  font-size: 4em;
  line-height: 1.1em;
}

.heading.extra-x-large {
  font-size: 5em;
  line-height: 1.1em;
}

.heading.oversize-upper-4 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 7em;
  font-weight: 800;
  line-height: .8em;
}

.heading.service-1-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 9em;
  font-weight: 800;
  line-height: .8em;
}

.heading.in-service-page {
  color: var(--gray-c3);
  text-align: right;
  text-transform: uppercase;
  margin-top: .1em;
  margin-bottom: .1em;
  font-size: 8em;
  font-weight: 200;
  line-height: .8em;
}

.heading.in-service-page.is-2nd {
  color: var(--white);
  font-weight: 800;
}

.heading.portfolio-3-title {
  color: var(--black);
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-left: .3em;
  font-size: 8em;
  font-weight: 800;
  line-height: 1.3em;
}

.heading.about-oversize {
  text-transform: uppercase;
  max-width: 7.5em;
  font-size: 7em;
  font-weight: 800;
  line-height: .8em;
}

.heading.is-component-title {
  font-size: 6em;
  line-height: 1em;
}

.heading.is-portfolio-title {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: .2em;
  margin-right: .2em;
  padding-top: .1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 8.6em;
  
  line-height: .9em;
}

.heading.solution-cms-title {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: .2em;
  margin-right: .2em;
  padding-top: .1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 10em;
  
  line-height: .9em;
}

.heading.about-title-collage, .heading.home-2-title-college {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: .2em;
  margin-right: .2em;
  padding-top: .1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 9.4em;
  
  line-height: .9em;
}

.heading.portfolio-3-heading {
  z-index: 50;
  color: var(--white);
  text-align: center;
  margin-bottom: 1em;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.1em;
  position: relative;
}

.heading.title-with-3d-images {
  z-index: 50;
  color: var(--white);
  text-align: center;
  margin-bottom: 1em;
  font-size: 5.7em;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.heading.solution-1-heading {
  z-index: 50;
  color: var(--white);
  text-align: center;
  margin-bottom: 1em;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.1em;
  position: relative;
}

.heading.in-style-guide {
  margin-bottom: 1.2em;
  font-size: 3em;
  line-height: 1.1em;
}

.heading.term-title {
  color: var(--gray-c4);
  margin-bottom: .7em;
  font-size: 2em;
}

.heading.solution-2-heading {
  z-index: 50;
  color: var(--white);
  text-align: center;
  margin-bottom: 1em;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.1em;
  position: relative;
}

.heading.in-changelog {
  margin-bottom: .3em;
  font-size: 2em;
}

.heading.portfolio-2-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 9em;
  font-weight: 800;
  line-height: .8em;
}

.heading.clients-title {
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 8em;
  font-weight: 800;
  line-height: .8em;
}

.style-palletes {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 3em;
  display: flex;
}

.section {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section.bg-gray-gradient {
  background-image: linear-gradient(#e9ecef, #fff);
}

.section.is-home-about {
  background-color: var(--gray-c5);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.with-3d-images {
  z-index: 20;
  background-color: var(--gray-c6);
}

.section.in-numbers {
  background-color: var(--gray-c6);
  background-image: linear-gradient(to bottom, var(--gray-c6) 40%, var(--black));
}

.section.is-home-services {
  background-color: var(--medium-sea-green);
}

.section.service-page {
  background-color: var(--gray-c6);
  padding-top: 17em;
  padding-bottom: 17em;
}

.section.is-about-page {
  background-color: var(--gray-c5);
  color: var(--white);
  padding-top: 12em;
  padding-bottom: 12em;
}

.section.portfolio-3 {
  background-color: var(--white);
  padding-top: 10em;
  overflow: visible;
}

.section.portfolio-page-1 {
  z-index: 8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is-nav-component {
  background-color: var(--gray-c5);
  height: 21em;
  display: flex;
}

.section.is-nav-component-2 {
  background-color: var(--white);
  height: 21em;
  display: flex;
}

.section.is-equipment {
  background-color: var(--gray-c6);
  padding-left: 8em;
}

.section.is-studio-page {
  background-color: var(--gray-c5);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.home-nums-1 {
  background-color: var(--gray-c6);
  background-image: linear-gradient(to bottom, var(--gray-c5), var(--gray-c6));
}

.section.in-404-page {
  background-image: linear-gradient(to right, var(--gray-c2), var(--white) 36%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.section.with-sticky-elements {
  width: 100%;
  max-width: 100vw;
  overflow: visible;
}

.style-wrap {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3em;
}

.style-block {
  background-color: #0000;
  border-bottom: 1px solid #dee2e6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em 2.5em;
  display: flex;
}

.style-block.is-last {
  border-bottom-width: 0;
  border-bottom-color: #0000;
  margin-bottom: 0;
}

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

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

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

.list-item {
  background-image: url('../images/check_circle_black_24dp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 2.2em;
  overflow: hidden;
}

.list-item.pin-icon {
  background-image: url('../images/push_pin_black_24dp.svg');
}

.list-item.pen-icon {
  background-image: url('../images/border_color_black_24dp.svg');
}

.bg-white-smoke {
  background-color: var(--white-smoke);
}

.opacity-30 {
  opacity: .3;
}

.style-color-pallete {
  width: 48%;
  margin-bottom: 3em;
}

.accordion-circle-bg {
  z-index: 1;
  background-color: #e9ecef;
  border-radius: 50em;
  width: 0%;
  height: 0%;
  position: absolute;
}

.accordion-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.mr-2em {
  margin-right: 2em;
}

.mb-3em {
  margin-bottom: 3em;
}

.style-color-paragraph {
  font-size: .8em;
}

.opacity-70 {
  opacity: .7;
}

.white-smoke {
  color: #f0f2f5;
}

.black-color {
  color: #070d22;
}

.gray-c6-color {
  color: var(--gray-c6);
}

.gray-c5-color {
  color: var(--gray-c5);
}

.gray-c4-color {
  color: var(--gray-c4);
}

.gray-c3-color {
  color: var(--gray-c3);
}

.gray-c2-color {
  color: var(--gray-c2);
}

.gray-c1-color {
  color: var(--gray-c1);
}

.gray-c0-color {
  color: var(--gray-c0);
}

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

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

.embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.fullscreen-header {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.home-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-home {
  color: var(--white);
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 4.6em;
  font-weight: 500;
  line-height: 1.2em;
}

.bg-video-color {
  z-index: 3;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.aside-menu {
  z-index: 999;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.aside-menu-icon {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 2em;
  height: 1.125em;
  display: flex;
  position: relative;
}

.aside-menu-icon-line {
  background-color: #b0b9c2;
  width: 100%;
  height: 1px;
}

.aside-menu-background {
  z-index: 50;
  background-color: var(--black);
  display: none;
  position: absolute;
  inset: 0%;
}

.aside-menu-line {
  z-index: 10;
  background-color: var(--main-border);
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar {
  z-index: 997;
  background-color: #0000;
  position: absolute;
  inset: 5em 0% auto;
}

.nav-link {
  color: #ffffffb3;
  letter-spacing: .2em;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 2em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  transition: border-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  border-bottom-color: var(--white);
  color: #fff;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: .2em;
  padding: 0;
  display: flex;
}

.brand-name {
  letter-spacing: .7em;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.5em;
  line-height: 1em;
}

.nav-menu {
  flex: 1;
  justify-content: space-around;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  top: 1px;
}

.main-button {
  z-index: 50;
  /*border: 1px solid var(--medium-sea-green);*/
  background-color: var(--medium-sea-green);
  color: var(--white);
  letter-spacing: .2em;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 2em 1.2em 2.8em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button.in-home-1-header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #0000;
  border-color: #ffffff54;
}

.main-button.in-fullscreen-menu {
  min-height: 6em;
  transition: background-color .2s, border-color .2s;
}

.main-button.in-footer {
  flex: 1;
}

.buttons {
  display: flex;
}

.button-title {
  z-index: 10;
  margin-top: .2em;
  margin-bottom: 0;
  margin-right: 1em;
  font-size: 1.1em;
  line-height: 1;
  position: relative;
}

.button-title.in-fs-menu {
  font-size: 1.3em;
}

.button-title.is-purchase-name {
  white-space: normal;
  font-size: .9em;
}

.button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: relative;
}

.nav-paragraph {
  z-index: 5;
  margin-top: .2em;
  font-size: 1.2em;
  line-height: 1em;
  position: relative;
}

.socials-list {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-icon {
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.social-link {
  opacity: .7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-left: 2em;
  transition: opacity .3s;
  display: flex;
}

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

.fullscreen-menu {
  z-index: 998;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fullscreen-menu-bg {
  border-right: 1px solid var(--gray-c4);
  background-color: var(--gray-c5);
  position: absolute;
  inset: 0%;
}

.fullscreen-menu-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  width: 42%;
  display: flex;
  position: relative;
  overflow: auto;
}

.fullscreen-menu-column-2 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 8.5em 8.5em 6.4em;
  display: flex;
  position: relative;
  overflow: auto;
}

.menu-bg-1 {
  z-index: 1;
  background-color: var(--gray-c6);
  position: absolute;
  inset: 0%;
}

.aside-menu-services {
  z-index: 10;
  flex: 1;
  position: relative;
}

.aside-services-item {
  display: flex;
}

.aside-services-image {
  z-index: 1;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.aside-service-link {
  z-index: 10;
  border: 1px solid #0000;
  flex: 1;
  height: 18em;
  margin-bottom: 4em;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.aside-service-link:hover {
  border-color: #fff6;
}

.menu-service-title {
  z-index: 10;
  color: #fff;
  letter-spacing: .1em;
  border-bottom: 2px solid #0000;
  padding-top: .1em;
  padding-bottom: .1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 2em;
  
  line-height: 1em;
  transition: border-color .3s;
  position: absolute;
  inset: auto auto .9em 1.4em;
}

.menu-service-title:hover {
  border-bottom-color: var(--white);
}

.menu-service-bg {
  z-index: 10;
  background-image: linear-gradient(#10111800, #101118d9);
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-fullscreen-link {
  color: var(--gray-c3);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 4.5vh;
  
  transition: color .3s;
  overflow: hidden;
}

.menu-fullscreen-link:hover, .menu-fullscreen-link.w--current {
  color: var(--white);
}

.fullscreen-menu-block-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.fullscreen-menu-block-2 {
  z-index: 10;
  position: relative;
}

.menu-address {
  color: #ffffffbf;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.9em;
}

.menu-social-link {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4em;
  transition: opacity .2s;
  display: flex;
}

.menu-social-link:hover {
  opacity: .65;
}

.menu-socials-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-social-item {
  margin-right: 4em;
}

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

.fullscreen-column-1-inner {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 8em 5em 5.5em 15em;
  display: flex;
  position: relative;
}

.fullscreen-inner {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.project-item {
  display: flex;
}

.project-block {
  color: var(--black);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  min-height: 25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-block.in-portfolio-page {
  min-height: 38em;
  font-size: 1.2em;
}

.project-title {
  border-bottom: 3px solid #0000;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 4em;
  
  line-height: 1em;
  transition: border-color .3s;
}

.project-title:hover {
  border-bottom-color: var(--white);
}

.project-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-button {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.project-button.in-title {
  z-index: 20;
  border-radius: 50%;
  position: absolute;
  inset: -2.5em -2.9em auto auto;
  box-shadow: -16px 16px 20px 3px #11422682;
}

.project-button.in-header-2-title {
  z-index: 20;
  border-radius: 50%;
  position: absolute;
  inset: -2.7em -2em auto auto;
  box-shadow: -16px 16px 20px 3px #11422682;
}

.project-button.in-service-full {
  z-index: 20;
  border-radius: 50%;
  font-size: .2em;
  position: absolute;
  inset: -2.7em -2em auto auto;
  box-shadow: -16px 16px 20px 3px #11422682;
}

.project-button.in-title-bottom {
  z-index: 20;
  border-radius: 50%;
  position: absolute;
  inset: auto -3em -.7em auto;
  box-shadow: -16px 16px 20px 3px #11422682;
}

.project-button.in-service-2 {
  z-index: 20;
  border-radius: 50%;
  position: absolute;
  inset: -1.7em -.4em auto auto;
  box-shadow: -16px 16px 20px 3px #11422682;
}

.project-button.in-college {
  z-index: 20;
  border-radius: 50%;
  position: absolute;
  inset: -1.8em -1.1em auto auto;
  box-shadow: -16px 16px 20px 3px #11422682;
}

.project-circle {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.project-circle.green-color {
  background-color: var(--medium-sea-green);
}

.project-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  position: relative;
}

.project-background {
  z-index: 8;
  mix-blend-mode: multiply;
  background-color: #10111873;
  display: none;
  position: absolute;
  inset: 0%;
}

.project-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.project-image-wrap {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.project-reveal-image {
  z-index: 10;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.flex-content {
  z-index: 20;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-column-2 {
  flex: 1;
  position: relative;
}

.flex-column-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 44%;
  padding: 12.5em 3.5em;
  display: flex;
}

.flex-column-1.in-left, .flex-column-1.in-home-studio {
  width: 50%;
  padding-left: 11.5em;
}

.block-in-flex {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 26em;
  display: flex;
}

.flex-uppercase-title {
  color: #7b838b;
  letter-spacing: .4em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1em;
  line-height: 1em;
}

.flex-title {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 3.2em;
  line-height: 1.2em;
}

.flex-title-2 {
  letter-spacing: .03em;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.7em;
}

.projects-inquiry-text {
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: 300;
}

.button-background {
  z-index: 1;
  background-color: #000000;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-background.is-light {
  background-color: #f0f2f526;
  display: none;
}

.button-background.second-color {
  background-color: var(--medium-sea-green);
}

.simple-cta-to-projects {
  flex-direction: column;
  align-items: flex-start;
  max-width: 51em;
  display: flex;
}

.studio-3d-image {
  z-index: 20;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20em;
  padding-bottom: 20em;
  padding-left: 8em;
  display: flex;
  position: relative;
}

.oversize-heading-behind {
  z-index: 10;
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: .28em;
  text-indent: .55em;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 19em;
 
  line-height: 1em;
  position: absolute;
  top: .4em;
  left: 0;
  right: 0;
}

.oversize-heading-behind.is-2nd {
  z-index: 5;
  color: #484b57;
  margin-top: .9em;
  position: absolute;
}

.oversize-heading-behind.is-3rd {
  z-index: 4;
  color: #40434e;
  margin-top: 1.8em;
  display: block;
  position: absolute;
}

.oversize-heading-behind.is-4th {
  z-index: 3;
  color: #353944;
  margin-top: 2.7em;
}

._3d-trigger {
  z-index: 30;
  width: 30em;
  height: 30em;
  position: relative;
}

._3d-trigger.in-about {
  height: 44em;
}

._3d-trigger.is-1st {
  width: 33em;
  height: 37em;
  position: absolute;
  inset: auto auto auto -23.2em;
}

._3d-trigger.is-2nd {
  width: 28em;
  height: 16em;
  position: absolute;
  inset: auto -21.6em 3.5em auto;
}

._3d-trigger.is-3rd {
  width: 21em;
  height: 28em;
  position: absolute;
  inset: -5.7em -3.3em auto auto;
}

._3d-trigger.in-portfolio-page {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

._3d-trigger.is-4th {
  width: 47em;
  height: 20em;
  position: absolute;
  bottom: -3.9em;
  right: -2em;
}

._3d-trigger.is-5th {
  width: 23em;
  height: 19em;
  position: absolute;
  inset: auto auto 18.5em -26.1em;
}

._3d-trigger.is-9th {
  width: 32em;
  height: 23em;
  position: absolute;
  inset: 12.4em -36.9em auto auto;
}

._3d-trigger.in-hire-us {
  height: 40em;
}

.services-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services {
  margin-bottom: 10em;
}

.solution-3-item {
  display: flex;
}

.solution-3-link-block {
  color: var(--black);
  flex: 1;
  min-height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-3-image {
  z-index: 5;
  flex: 1;
  align-self: stretch;
  position: absolute;
  inset: 0%;
}

.service-button {
  z-index: 30;
  background-color: var(--white);
  align-items: center;
  padding: 2.5em 3.5em;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-button:hover {
  background-color: var(--white-smoke);
}

.service-title {
  margin-right: .7em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1em;
}

.solution-3-inner {
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-title-animation {
  z-index: 5;
  color: var(--black);
  margin-left: .3em;
  margin-right: .3em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 6em;
  
  line-height: 1em;
  display: none;
  position: relative;
}

.service-background {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.service-background.in-services-2 {
  background-color: var(--gray-c3);
}

.service-animation {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-animation.in-service-2 {
  font-size: 2em;
  transform: rotate(-40deg);
}

.service-button-icon {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: relative;
}

.cta-link-container {
  justify-content: space-between;
  padding-left: 8em;
  display: flex;
}

.large-cta-link {
  border-top: 2px solid var(--main-border);
  border-bottom: 2px solid var(--main-border);
  perspective: 1000px;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 15em 3.8em;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.large-cta-link:hover {
  background-color: var(--light-goldenrod-yellow);
}

.large-cta-link.is-1st {
  border-right: 2px solid var(--main-border);
}

.large-cta-link.is-1st:hover {
  background-color: var(--light-blue);
}

.large-cta-link.is-1st:focus {
  background-color: #b1c5cc;
}

.large-cta-link.is-1st:focus-visible {
  background-color: #b1c5cc;
}

.large-cta-link.is-1st[data-wf-focus-visible] {
  background-color: #b1c5cc;
}

.large-cta-link.is-2nd:focus {
  background-color: var(--light-goldenrod-yellow);
}

.large-cta-link.is-2nd:focus-visible {
  background-color: var(--light-goldenrod-yellow);
}

.large-cta-link.is-2nd[data-wf-focus-visible] {
  background-color: var(--light-goldenrod-yellow);
}

.large-cta-link.is-contact-1 {
  border-top-color: #0000;
  border-bottom-color: var(--main-border);
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.large-cta-link.is-contact-1:hover, .large-cta-link.is-contact-1:focus {
  background-color: var(--light-goldenrod-yellow);
}

.large-cta-link.is-contact-1:focus-visible {
  background-color: var(--light-goldenrod-yellow);
}

.large-cta-link.is-contact-1[data-wf-focus-visible] {
  background-color: var(--light-goldenrod-yellow);
}

.large-cta-link.is-contact-1.is-2nd:hover {
  background-color: var(--light-blue);
}

.cta-link-title {
  letter-spacing: .15em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 5em;
  font-weight: 200;
  line-height: 1em;
}

.cta-link-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 6em;
}

.cta-link-icon.is-phone {
  font-size: 4.5em;
}

.cta-link-paragraph {
  max-width: 18em;
}

.cta-title {
  z-index: 10;
  transform-style: preserve-3d;
  margin-top: 2em;
  margin-bottom: 2.2em;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 2em);
}

.line-for-title {
  background-color: var(--black);
  width: 100%;
  height: .3em;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.line-for-title.in-contact-2 {
  background-color: var(--sea-green);
  height: 4px;
}

.line-for-title.in-equipment {
  background-color: var(--medium-sea-green);
  height: 4px;
}

.cta-link-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-field {
  align-items: center;
  width: 100%;
  margin-bottom: 1.3em;
  padding-left: 0;
  display: flex;
}

.form-button {
  z-index: 1;
  background-color: var(--medium-sea-green);
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.1em 2em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.3em;
  
  line-height: 1em;
  transition: background-color .2s;
  position: relative;
}

.form-button:hover {
  background-color: var(--sea-green);
}

.form-button:focus {
  border: 0 solid #0000;
  box-shadow: 1px 1px 20px #13924a;
}

.form-button:focus-visible {
  border-width: 0;
  border-color: #0000;
}

.form-button[data-wf-focus-visible] {
  border-width: 0;
  border-color: #0000;
}

.form-field {
  z-index: 5;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #adb5bd;
  min-height: 3.6em;
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 1.3em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field:hover {
  border-bottom-color: var(--black);
}

.form-field:focus {
  border-color: transparent transparent var(--black);
  background-color: #0000;
}

.form-field::placeholder {
  color: var(--gray-c4);
  font-size: .8em;
}

.form-field.text-area {
  min-height: 7em;
  margin-bottom: 1.2em;
  padding-top: 1.5em;
}

.form-field.is-light-version {
  color: var(--white);
  border-bottom-color: #505461;
}

.form-field.is-light-version:hover {
  border-bottom-color: var(--gray-c3);
}

.form-field.is-light-version:focus {
  border-bottom-color: var(--gray-c4);
}

.form-field.is-light-version:focus-visible {
  border-bottom-color: var(--gray-c4);
}

.form-field.is-light-version[data-wf-focus-visible] {
  border-bottom-color: var(--gray-c4);
}

.form-field.is-light-version::placeholder {
  color: var(--gray-c2);
}

.form-field.is-password {
  margin-bottom: 1.2em;
}

.form-success-title-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.5em;
}

.form-success-message-2 {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 5em 3em;
}

.form {
  z-index: 10;
  flex: none;
  width: 100%;
  max-width: 30em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form.is-light-version {
  color: var(--white);
}

.form-success-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3em;
  display: block;
  transform: rotate(-30deg);
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.checkbox {
  border-width: .25em;
  border-color: var(--black);
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
  transition: background-color .3s;
  box-shadow: 0 0 3px 1px #0000;
}

.checkbox.w--redirected-checked {
  background-color: #191c1f;
  background-image: url('../images/done_white_24dp.svg');
  background-size: 1em;
  border-width: .25em;
  border-color: #191c1f;
  margin-left: 0;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: 0 0 3px 1px var(--medium-sea-green);
}

.checkbox.is-light-version {
  border-color: var(--medium-sea-green);
}

.checkbox.is-light-version.w--redirected-checked {
  border-color: var(--sea-green);
  background-color: var(--sea-green);
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.checkbox-label {
  color: var(--gray-c4);
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.4em;
}

.checkbox-label.is-light-version {
  color: var(--gray-c0);
}

.form-error-paragraph {
  color: #191c1f;
  line-height: 1.6;
}

.form-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.form-item:hover {
  border-bottom-color: #fff;
}

.form-inner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.newsletter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.newsletter-field {
  z-index: 5;
  border-style: solid;
  border-width: 1px;
  border-color: var(--gray-c3) transparent var(--gray-c3) var(--gray-c3);
  color: #10131f;
  letter-spacing: .1em;
  background-color: #0000;
  width: 25%;
  min-height: 4em;
  margin-bottom: 0;
  padding: 1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  line-height: .9em;
  transition: border-color .5s;
  position: relative;
}

.newsletter-field:hover {
  border-bottom-color: var(--black);
}

.newsletter-field:focus {
  border-color: var(--black);
  background-color: #0000;
}

.newsletter-field:focus-visible {
  border-color: var(--black);
}

.newsletter-field[data-wf-focus-visible] {
  border-color: var(--black);
}

.newsletter-field::placeholder {
  color: #6c757d;
  font-size: .8em;
}

.newsletter-button {
  background-color: var(--black);
  letter-spacing: .4em;
  align-self: stretch;
  width: 25%;
  min-height: 4em;
  padding: .6em .5em .5em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  line-height: 1.1em;
  transition: letter-spacing .8s cubic-bezier(.785, .135, .15, .86);
}

.newsletter-button:hover {
  letter-spacing: .6em;
}

.newsletter-button:focus {
  background-color: #203024;
}

.newsletter-button:focus-visible {
  background-color: #203024;
}

.newsletter-button[data-wf-focus-visible] {
  background-color: #203024;
}

.newsletter-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.newsletter-title {
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
}

.newsletter-subtitle {
  color: var(--gray-c4);
  text-align: center;
  max-width: 23em;
}

.newsletter-form {
  z-index: 10;
  flex: none;
  width: 100%;
  max-width: 70em;
  margin-top: 2.4em;
  margin-bottom: 2.4em;
  position: relative;
}

.brand-logo {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .8em;
  font-size: 1.8em;
  position: relative;
  top: -.1em;
}

.padding-for-3d-images {
  z-index: 10;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18.5em;
  padding-bottom: 17em;
  display: flex;
  position: relative;
}

.in-numbers-block {
  border-bottom: 2px solid var(--main-border);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 23em;
  padding: 4em;
  display: flex;
  position: relative;
}

.in-numbers-block.is-title {
  border-top: 2px solid var(--main-border);
  min-height: auto;
  padding-top: 8.5em;
  padding-bottom: 5em;
}

.in-numbers-block.in-about-3-block-1, .in-numbers-block.in-about-1 {
  border-right: 2px solid var(--main-border);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.in-numbers-block.in-about-2 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.in-numbers-block.in-about-4 {
  border-right: 2px solid var(--main-border);
  border-left: 2px solid var(--main-border);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.in-numbers-block.in-about-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.in-numbers-block.in-home-1 {
  border-right: 2px solid var(--main-border);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.in-numbers-block.in-home-2 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.in-numbers-block.in-home-4 {
  border-right: 2px solid var(--main-border);
  border-left: 2px solid var(--main-border);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.in-numbers-block.in-home-5 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.in-numbers-block.in-about-3-block-4 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.in-numbers-block.in-about-3-block-3 {
  border-right: 2px solid var(--main-border);
  justify-content: flex-start;
}

.in-numbers-block.in-about-3-block-2 {
  padding: 0;
}

.number-title {
  letter-spacing: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 8em;
  line-height: 1em;
}

.number-title.in-about-3-title-1 {
  color: var(--black);
}

.number-subtitle {
  color: var(--gray-c3);
  max-width: 11em;
}

.number-subtitle.in-light-version {
  color: var(--gray-c4);
}

.nav-cta-circle {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
}

.nav-inquiry-button {
  align-items: center;
  display: flex;
}

.nav-cta-title {
  color: var(--white);
  letter-spacing: .2em;
  margin-right: 1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 1em;
}

.nav-cta-title.in-light-version {
  color: var(--black);
}

.service-button-radius {
  border: .1em solid var(--black);
  color: var(--black);
  border-radius: 5em;
  padding: .45em 1.3em .3em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 2.4em;
  transition: color .2s, background-color .2s;
}

.service-button-radius:hover {
  background-color: var(--black);
  color: var(--white);
}

.home-1-services-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.service-title-in-radius {
  letter-spacing: .05em;
  line-height: 1.1em;
}

.in-numbers-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  display: grid;
}

.number-title-block-1 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.number-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 2em;
}

.number-block-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-subtitle-bottom {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.number-image-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20em;
  margin-bottom: 3.3em;
  display: flex;
  position: relative;
}

.categories-links {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

.service-image-radius {
  z-index: 10;
  object-fit: cover;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-left: .2em;
  font-size: 4.7em;
  position: relative;
  overflow: hidden;
}

.service-block {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.1em;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  position: relative;
}

.service-block:hover {
  z-index: 10;
}

.service-image-in-radius {
  z-index: 5;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.title-overflow-hidden {
  z-index: 10;
  padding-top: .1em;
  padding-bottom: .1em;
  position: relative;
  overflow: hidden;
}

.title-overflow-hidden.in-services-1 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.title-overflow-hidden.with-icon {
  align-items: center;
  display: flex;
}

.title-overflow-hidden.in-service-cms {
  margin-left: 1em;
  margin-right: 1em;
}

.title-overflow-hidden.in-service-cms-2 {
  margin-bottom: 5em;
}

.title-overflow-hidden.in-cms-clients {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5em;
  margin-right: 3em;
  display: flex;
}

.title-overflow-hidden.in-portfolio-2 {
  margin-top: 5em;
  margin-bottom: 5em;
}

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

.service-1-block {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.1em;
  display: flex;
  position: relative;
}

.service-1-block:hover {
  z-index: 10;
}

.service-1-item {
  width: 100%;
}

.service-1-button {
  border: .1em solid var(--black);
  color: var(--black);
  border-radius: 5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5em .6em .5em 2.5em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 2.4em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.service-1-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.service-1-title-1 {
  letter-spacing: .05em;
  font-size: 2.5em;
  line-height: 1.1em;
}

.nav-main-links {
  align-items: center;
  display: flex;
}

.nav-link-paragraph {
  color: var(--white);
  letter-spacing: .2em;
  margin-left: 0;
  margin-right: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  line-height: 1em;
}

.nav-link-paragraph.in-light-version {
  color: var(--black);
}

.nav-main-link {
  z-index: 10;
  text-align: center;
  align-items: center;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-main-link.is-menu-link {
  cursor: pointer;
}

.nav-main-link.is-email {
  margin-right: 5em;
}

.nav-cta-circle-color {
  z-index: 1;
  background-color: var(--medium-sea-green);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.nav-cta-circle-border {
  border: 1px solid #ffde1680;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.number-paragraph-2 {
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  max-width: 14em;
  font-size: .9em;
}

.parallax-background {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.parallax-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 140%;
  position: absolute;
}

.image-animation-trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.portfolio-image-2 {
  border-radius: 50%;
}

.image-animation-trigger.portfolio-image-1 {
  border-radius: 2em;
}

.image-animation-trigger.about-cta-image-1, .image-animation-trigger.home-2-image-1 {
  border-radius: 50%;
}

.image-animation-trigger.about-2-image-1 {
  border-radius: 2em;
}

.image-animation-trigger.about-2-image-2, .image-animation-trigger.solution-2-image-1 {
  border-radius: 50%;
}

.image-animation-trigger.solution-2-image-3 {
  border-radius: 2em;
}

.cover-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.cover-image.in-menu {
  z-index: 1;
}

.cover-image.is-100vw {
  flex: none;
  width: 100vw;
  max-width: none;
}

.cover-image.is-icon {
  object-fit: contain;
}

.cover-image.portfolio-image-1 {
  border-radius: 2em;
}

.cover-image.portfolio-image-2, .cover-image.about-cta-image-1, .cover-image.home-2-image-1 {
  border-radius: 50%;
}

.cover-image.about-2-image-1 {
  border-radius: 2em;
}

.cover-image.about-2-image-2, .cover-image.solution-2-image-1 {
  border-radius: 50%;
}

.cover-image.solution-2-image-3 {
  border-radius: 2em;
}

.cover-image.is-absolute {
  inset: 0%;
}

.bg-for-animation {
  z-index: 20;
  background-color: var(--gray-c6);
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation.is-gray-c5 {
  background-color: var(--gray-c5);
}

.bg-for-animation.is-yellow-color {
  background-color: #f5b802;
}

.bg-for-animation.is-brown-color {
  background-color: var(--sienna-2);
}

.bg-for-animation.is-color-4 {
  background-color: var(--gray-c5);
}

.bg-for-animation.in-footer {
  background-color: var(--black);
}

.bg-for-animation.is-gray-c2 {
  background-color: var(--gray-c2);
}

.bg-for-animation.is-salmon-color {
  background-color: var(--salmon);
}

.bg-for-animation.portfolio-image-1 {
  background-color: #457057;
}

.bg-for-animation.about-cta-image-1 {
  background-color: #b3890e;
}

.bg-for-animation.in-contact-symbol-1 {
  background-color: #698396;
}

.bg-for-animation.in-contact-symbol-2 {
  background-color: #5c8b78;
}

.bg-for-animation.is-orange-color {
  background-color: #f18937;
}

.bg-for-animation.is-green-color {
  background-color: var(--dark-slate-grey);
}

.link-line {
  background-color: var(--white);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-line.in-portfolio-2 {
  height: 2px;
}

.link-line.in-light-version {
  background-color: var(--black);
}

.scroll-down-button {
  z-index: 50;
  border: 1px solid var(--gray-c4);
  color: var(--black);
  letter-spacing: .2em;
  white-space: nowrap;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 2em 1.2em 2.8em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-down-button.in-home-1-header {
  border-color: #0000;
}

.scroll-down-button.in-home-1-header:hover {
  border-color: var(--medium-sea-green);
}

.solution-3-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solution-3-wrap {
  width: 100%;
}

.solutions-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 8em;
  display: flex;
}

.page-title-uppercase {
  color: var(--gray-c3);
  text-align: left;
  letter-spacing: .4em;
  margin-bottom: 3.5em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1em;
  line-height: 1em;
  position: absolute;
  inset: 1em auto auto 14em;
}

.nav-gradient-background {
  z-index: 100;
  background-image: linear-gradient(to bottom, var(--gray-c6), #202330b3 60%, #20233000);
  height: 16em;
  position: absolute;
  inset: 0% 0% auto;
}

.portfolio-2-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-2-title-wrap {
  z-index: 20;
  color: var(--white);
  margin-bottom: 4em;
  position: relative;
}

.service-2-background {
  z-index: 6;
  background-color: #1011184d;
  background-image: linear-gradient(to right, #10111899, #10111800);
  position: absolute;
  inset: 0%;
}

.portfolio-2-title {
  letter-spacing: .1em;
  margin-top: .3em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 4.2em;
  line-height: 1em;
}

.portfolio-2-client {
  color: #ffffffbf;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .8em;
  font-weight: 600;
}

.portfolio-solution-wrap {
  z-index: 10;
  position: relative;
}

.portfolio-2-solution-link {
  color: #fffc;
  border-bottom: 1px solid #0000;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: .9em;
  transition: border-color .2s, color .2s;
}

.portfolio-2-solution-link:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.portfolio-2-services {
  z-index: 20;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.portfolio-3-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 2px solid var(--main-border);
  border-right: 2px solid var(--main-border);
  border-left: 2px solid var(--main-border);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -2px;
  display: grid;
}

.portfolio-3-item {
  border-bottom: 2px solid var(--ghost-white);
  display: flex;
}

.portfolio-3-item:nth-child(odd) {
  border-right: 2px solid var(--ghost-white);
}

.portfolio-3-block {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 5em;
  transition: background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.portfolio-3-block:hover {
  background-color: var(--gray-c5);
  color: var(--white);
}

.portfolio-3-image-link {
  align-self: stretch;
  height: 22vw;
  margin-bottom: 3em;
  position: relative;
}

.portfolio-3-services {
  z-index: 20;
  margin-bottom: 2em;
  position: relative;
}

.portfolio-3-projects-title {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 7em;
  display: flex;
  position: sticky;
  top: 10em;
  overflow: hidden;
}

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

.span-semibold {
  font-weight: 600;
}

.span-medium {
  font-weight: 500;
}

.span-normal {
  font-weight: 400;
}

.span-light {
  font-weight: 300;
}

.span-extralight {
  font-weight: 200;
}

.main-uppercase-title {
  color: var(--black);
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.main-uppercase-title.white-color {
  color: var(--white);
}

.main-uppercase-title.in-portfolio-cms {
  color: #ffffffb3;
  margin-bottom: 1.7em;
  font-weight: 500;
}

.main-uppercase-title.in-services-cms {
  color: var(--gray-c4);
  margin-bottom: 4em;
}

.main-uppercase-title.in-services-2 {
  color: var(--white);
  margin-bottom: 4.5em;
}

.portfolio-3-container {
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 0;
  position: relative;
}

.portfolio-3-block-1 {
  z-index: 20;
  margin-bottom: 3.5em;
  position: relative;
}

.portfolio-3-solution-link {
  border-bottom: 1px solid #0000;
  margin-right: 2.9em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: .9em;
  font-weight: 600;
  transition: color .2s, border-color .2s;
}

.portfolio-3-solution-link:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.portfolio-3-name {
  letter-spacing: .1em;
  margin-top: .3em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 3.3em;
  line-height: 1em;
}

.portfolio-3-client {
  opacity: .8;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .8em;
  font-weight: 700;
}

.portfolio-3-solutions {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.portfolio-2-button {
  z-index: 50;
  background-color: var(--medium-sea-green);
  color: var(--white);
  letter-spacing: .2em;
  white-space: nowrap;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: .7em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  
  transition: background-color .2s;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 5em);
}

.portfolio-2-button:hover {
  background-color: var(--sea-green);
}

.portfolio-2-link-block {
  z-index: 10;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.portfolio-2-item {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 30em;
  padding: 5em;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--gray-c6);
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.footer-column-1 {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 44%;
  height: 100vh;
  padding-left: 12em;
  display: flex;
  position: sticky;
  top: 0;
}

.footer-column-2 {
  z-index: 10;
  background-color: var(--gray-c6);
  border-left: 1px solid #3f4452;
  flex: 1;
  position: relative;
}

.footer-open-menu-title {
  z-index: 20;
  color: var(--white);
  letter-spacing: .2em;
  cursor: pointer;
  margin-bottom: -.1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 2em;
  
  line-height: 1em;
  position: relative;
}

.footer-column-1-inner {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.footer-image-gradient {
  z-index: 15;
  background-image: linear-gradient(to right, var(--gray-c6), #202330bf 45%, #10111800);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.footer-link {
  color: var(--white);
  letter-spacing: .1em;
  white-space: nowrap;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-right: .6em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 3em;
  
}

.footer-link.is-smaller {
  margin-right: 0;
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 1.3em;
}

.footer-link.is-smaller.is-term {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.footer-link.is-bigger {
  font-size: 3em;
}

.footer-link.is-bigger.w--current {
  color: var(--gray-c2);
}

.footer-link.is-smaller-2 {
  color: var(--gray-c0);
  min-width: 25%;
  margin-right: 0;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-right: 1em;
  font-size: 1.3em;
  display: flex;
}

.footer-link.in-footer-3 {
  padding-right: .9em;
  font-size: 2.9em;
}

.footer-link.in-footer-3.w--current {
  color: var(--gray-c2);
}

.footer-link.small-link-in-footer-3 {
  color: var(--gray-c0);
  margin-right: 0;
  padding-bottom: .3em;
  padding-right: 1em;
  font-size: 1.2em;
  display: flex;
}

.footer-link-title {
  line-height: 1em;
}

.footer-uppercase-title {
  color: var(--light-slate-grey);
  margin-bottom: 2em;
}

.footer-uppercase-title.is-100per {
  width: 100%;
}

.footer-uppercase-title.is-3rd {
  text-align: center;
}

.footer-animation-trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-services-list {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.project-services {
  margin-bottom: 1.2em;
}

.project-title-link {
  color: var(--black);
}

.project-service-link {
  opacity: .7;
  color: var(--black);
  margin-right: 2em;
  transition: opacity .3s;
}

.project-service-link:hover {
  opacity: 1;
}

.uni-line-title-2 {
  text-align: right;
  max-width: 12em;
  font-size: 1.2em;
  line-height: 1.8em;
}

.title-line-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4em;
  padding-top: 3em;
  display: flex;
}

.title-line {
  background-color: var(--black);
  flex: 1;
  height: 1px;
  margin-top: .7em;
  margin-right: 5em;
}

.title-line.is-gray {
  background-color: var(--main-border);
  height: 2px;
}

.footer-links-block {
  border-bottom: 2px solid #3f4452;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 10em 8em;
  display: flex;
}

.footer-links-block.is-2nd {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer-links-block.is-footer-1-column-2 {
  padding-top: 8em;
  padding-bottom: 0;
}

.footer-button-cta {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 5em;
  font-size: 2.3em;
  display: flex;
}

.footer-1-terms {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-contacts {
  border-bottom: 2px solid var(--footer-line);
  justify-content: space-between;
  display: flex;
}

.footer-contact {
  color: var(--white);
  letter-spacing: .2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 10em;
  padding: 3em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  transition: background-color .3s;
  display: flex;
}

.footer-contact:hover {
  background-color: var(--gray-c5);
}

.footer-contact.is-1st {
  border-right: 2px solid var(--footer-line);
}

.footer-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.footer-icon.is-logo {
  width: 5em;
  font-size: 1em;
}

.footer-links-inner-1 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  display: flex;
}

.footer-links-inner-1.is-terms {
  justify-content: center;
  align-items: center;
  max-width: none;
}

.footer-links-inner-1.with-margin-bottom {
  margin-bottom: 4em;
}

.footer-2-cms-link {
  color: var(--white);
  padding-top: .2em;
  padding-bottom: .2em;
}

.portfolio-page-title {
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 8em;
  
  line-height: 1em;
}

.header-max-width-1 {
  max-width: 55em;
}

.portfolio-image-size {
  z-index: 10;
  perspective: 1000px;
  width: 100%;
  height: 38em;
  position: relative;
}

.image-animation-trigger-offset-0 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.portfolio-cms-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20em;
  padding-bottom: 2.5em;
  display: flex;
}

.cms-page-links {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.detail-paragraph-1 {
  line-height: 1.2em;
}

.cms-sublink {
  color: var(--white);
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: 300;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1);
  transform: translate(0);
}

.cms-sublink:hover {
  font-weight: 600;
  transform: translate(.3em);
}

.cms-sublink.in-services-cms {
  color: var(--gray-c5);
  border-bottom: 1px solid #0000;
  margin-bottom: .4em;
  padding-left: 0;
}

.cms-sublink.in-services-cms:hover {
  font-weight: 700;
}

.cms-sublink.in-services-cms.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
  font-weight: 700;
}

.detail-page-column-1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.detail-page-column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5em;
  display: flex;
  position: sticky;
  top: 3.2em;
}

.gallery-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-lightbox {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-background {
  z-index: 3;
  background-color: #10131f80;
  border-radius: 50%;
  width: 7em;
  height: 7em;
  display: none;
  position: absolute;
}

.gallery-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-portoflio-about {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.portfolio-gradient-color {
  background-image: linear-gradient(#10111800, #10111833);
  position: absolute;
  inset: 0%;
}

.footer-contact-title {
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  padding-top: .2em;
  padding-bottom: .2em;
  line-height: 1em;
  transition: border-color .2s;
  display: none;
  position: absolute;
}

.footer-contact-title:hover {
  border-bottom-color: var(--white);
}

.footer-contact-title.is-brand-name {
  font-size: .7em;
}

.horizontal-animation-image {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.portfolio-3-block-2 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.grid-2-column {
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  grid-auto-flow: column;
}

.image-height-37em {
  height: 37em;
  margin-top: 8.5em;
  margin-bottom: 8em;
  position: relative;
}

.image-height-30em {
  height: 30em;
  position: relative;
}

.small-paragraph-1 {
  color: #101118cc;
  max-width: 18em;
  margin-bottom: 3em;
}

.large-grid-title {
  max-width: 11em;
  font-size: 2em;
}

.large-content-in-grid {
  margin-top: -15.5em;
}

.image-caption {
  color: var(--gray-c4);
  position: absolute;
  bottom: -2.6em;
}

.image-about-1 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-top: -.1em;
  margin-right: .1em;
  font-size: 6em;
}

.flex-paragraph-1 {
  color: #ffffffd9;
  max-width: 20em;
  line-height: 1.9em;
}

.hire-us-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.contact-form-title {
  text-align: center;
  max-width: 13em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.9em;
}

.form-column-1 {
  border: 10px solid var(--gray-c1);
  padding: 4em;
  transition: border-color .2s;
}

.form-column-1:hover {
  border-color: var(--gray-c5);
}

.form-column-2 {
  padding: 5em 2em 4em;
}

.form-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
}

.footer-2 {
  border-bottom: 2px solid var(--footer-line);
  background-color: var(--gray-c6);
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10em;
  display: flex;
  position: relative;
}

.footer-2-block-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 50em;
  display: flex;
}

.footer-2-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr .75fr;
}

.footer-2-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 50em;
  display: grid;
}

.footer-2-main-links {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.5em;
  display: flex;
}

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

.footer-2-paragraph {
  color: var(--white);
  max-width: 16em;
  margin-bottom: 1.5em;
  font-size: 1em;
}

.footer-2-column-3 {
  z-index: 10;
  border-top: 2px solid var(--main-border);
  justify-content: space-between;
  margin-top: 8em;
  margin-left: 8em;
  display: flex;
  position: relative;
}

.footer-grid-column-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4em;
  display: flex;
}

.footer-2-contact {
  color: var(--white);
  letter-spacing: .2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 12.5em;
  min-height: 6em;
  padding: 1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  transition: background-color .3s;
  display: flex;
}

.footer-2-contact:hover {
  background-color: var(--gray-c5);
}

.footer-2-contact.is-1st {
  border-right: 2px solid var(--footer-line);
}

.footer-2-contacts {
  justify-content: space-between;
  display: flex;
}

.footer-2-column-1 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-right: 15em;
  display: flex;
  position: relative;
}

.footer-2-buttons {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-second-button {
  z-index: 50;
  border: 1px solid var(--medium-sea-green);
  color: var(--white);
  letter-spacing: .2em;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 2em 1.2em 2.8em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-2-secondary-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-2-column-2 {
  z-index: 15;
  border-left: 2px solid var(--main-border);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15.125em;
  margin-bottom: 7.25em;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-2-social-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-2-social-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  display: flex;
}

.footer-2-brand {
  width: 100%;
  margin-bottom: 3em;
}

.contact-infotext-paragraph {
  margin-bottom: 2.5em;
}

.hire-us-title-block {
  z-index: 20;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 12em;
  padding-top: 15em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.contact-infotext {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20em;
  display: flex;
  position: absolute;
  inset: auto auto -4.7em;
}

.hire-us-number {
  text-align: center;
  letter-spacing: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 8em;
  line-height: 1em;
}

.form-number-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.4em 5em;
  display: flex;
}

.form-column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
}

.form-column-4 {
  border: 10px solid #373b47;
  padding: 4em;
  transition: border-color .2s;
}

.form-column-4:hover {
  border-color: var(--gray-c4);
}

.form-number-paragraph {
  color: var(--gray-c3);
  text-align: center;
}

.footer-2-links {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.footer-social {
  border-bottom: 2px solid var(--footer-line);
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.footer-social-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 4em;
  transition: opacity .2s;
  display: flex;
}

.footer-social-link:hover {
  opacity: .6;
}

.empty-state-is-hidden {
  display: none;
}

.cta-contact-links {
  border-top: 2px solid var(--main-border);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 8em;
  display: flex;
}

.contact-column-2-title {
  max-width: 12.5em;
  margin-top: -.3em;
  margin-bottom: 2em;
  font-size: 2em;
}

.email-link {
  color: var(--gray-c4);
  border-bottom: 2px solid #0000;
  transition: border-color .2s, color .2s;
}

.email-link:hover {
  border-bottom-color: var(--black);
  color: var(--black);
}

.header-padding-inner {
  z-index: 10;
  padding-top: 20em;
  padding-bottom: 10em;
  position: relative;
}

.portfolio-3-padding-inner {
  z-index: 10;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18.5em;
  padding-bottom: 25em;
  display: flex;
  position: relative;
}

.grid-2-images {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.image-height-36em {
  height: 36em;
  position: relative;
}

.about-3-large-content {
  margin-bottom: 2em;
  font-size: 1.9em;
}

.stick-column {
  padding-top: 1em;
  position: sticky;
  top: 10em;
}

.column-content-1 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32em;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.column-content-paragraph {
  margin-bottom: 3.5em;
  line-height: 1.8em;
}

.symbol-contact-title {
  z-index: 50;
  color: var(--white);
  text-align: center;
  margin-bottom: 1em;
  font-size: 4.6em;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.grid-in-num {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto;
  align-self: stretch;
}

.number-block-3 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-3-absolute-1 {
  position: absolute;
  inset: 0%;
}

.number-subtitle-2 {
  color: var(--gray-c4);
  max-width: 15em;
  font-size: 1em;
}

.title-with-button-in-corner {
  display: inline-block;
  position: relative;
}

.footer-3 {
  background-color: var(--gray-c6);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-3-column-1 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.footer-3-social-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-3-social-list {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.footer-3-small-links {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5em;
  display: flex;
}

.footer-3-small-links.is-last {
  margin-bottom: 3.5em;
}

.footer-3-social {
  align-self: stretch;
}

.footer-3-social-link {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 100%;
  transition: opacity .2s;
  display: flex;
}

.footer-3-social-link:hover {
  opacity: .75;
}

.footer-3-column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-3-buttons {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.subfooter-3 {
  z-index: 10;
  border-top: 2px solid var(--main-border);
  justify-content: space-between;
  margin-left: 8em;
  display: flex;
  position: relative;
}

.footer-3-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-3-main-links {
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: 2.5em;
  display: flex;
}

.footer-3-brand {
  padding-top: 1.1em;
}

.footer-3-small-title {
  color: #767e86;
  letter-spacing: .1em;
  min-width: 5em;
  margin-top: .4em;
  margin-right: 1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 1em;
}

.footer-3-small-links-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.uppercase-large-title {
  letter-spacing: .05em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 11.8em;
  
  line-height: 1em;
}

.uppercase-large-title.in-cms-page {
  color: var(--white);
}

.uppercase-large-title.align-center {
  text-align: center;
}

.uppercase-large-title.is-client-title {
  text-align: right;
  font-size: 8em;
}

.header-intext-image {
  width: 10em;
  height: 6.6em;
}

.header-intext-image.is-3rd {
  width: 8em;
}

.header-intext-image.in-solution-cms {
  border-radius: 2em;
  width: 8em;
  height: 8em;
}

.header-intext-image.portfolio-image-1 {
  border-radius: 2em;
  width: 7em;
  height: 7em;
}

.header-intext-image.portfolio-image-2, .header-intext-image.about-cta-image-1 {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.header-intext-image.about-image-3 {
  width: 8em;
}

.header-intext-image.home-2-image-1 {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.header-intext-image.home-2-image-3 {
  width: 8em;
}

.header-intext-image.about-2-image-1 {
  border-radius: 2em;
  width: 7em;
  height: 7em;
}

.header-intext-image.about-2-image-2, .header-intext-image.solution-2-image-1 {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.header-intext-image.solution-2-image-3 {
  border-radius: 2em;
  width: 7em;
  height: 7em;
}

.services-full-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.fix-video-bg {
  background-color: #10131f;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.bg-video-color-dark {
  z-index: 5;
  background-color: #10131fd9;
  position: absolute;
  inset: 0%;
}

.bg-video-in-fix-section {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-full-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200vh;
  padding-top: 15em;
  padding-bottom: 15em;
  display: flex;
}

.service-full-link {
  color: var(--white);
  letter-spacing: .1em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 5em;
  transition: letter-spacing 1.2s cubic-bezier(.075, .82, .165, 1);
  position: relative;
}

.service-full-link:hover {
  letter-spacing: .25em;
}

.service-full-item, .services-full-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-full-title {
  text-align: center;
  line-height: 1em;
}

.symbol-hire-title {
  z-index: 50;
  color: var(--black);
  text-align: center;
  letter-spacing: -.05em;
  margin-bottom: 1em;
  font-size: 4.6em;
  font-weight: 800;
  line-height: 1.3em;
  position: relative;
}

.in-numbers-block-3 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 30em;
  padding: 5em 4em;
  display: flex;
  position: relative;
}

.in-numbers-block-3.is-2nd {
  border-left: 2px solid var(--main-border);
}

.number-subtitle-3 {
  color: var(--gray-c5);
  max-width: 11em;
}

.in-numbers-grid-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 2px solid var(--main-border);
  border-bottom: 2px solid var(--main-border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  display: grid;
}

.grid-2-about {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--white);
  grid-template-rows: auto;
  padding-top: 5em;
}

.column-content-title {
  margin-bottom: 2em;
  font-size: 1.5em;
  line-height: 1.8em;
}

.home-2-about-title-1 {
  color: var(--white);
  letter-spacing: 0;
  max-width: 9.9em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 6em;
  
  line-height: 1em;
}

.home-2-title-line {
  color: var(--gray-c1);
  text-align: right;
  max-width: 17em;
  font-size: 1.2em;
  line-height: 1.9em;
}

.services-full-subtitle-block {
  z-index: 8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 3% 0% auto;
}

.services-full-subtitle {
  color: #ffffffb3;
  letter-spacing: .1em;
  font-size: 1.6em;
  font-weight: 500;
  transform: rotate(90deg);
}

.solution-3-title-wrap {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-2-large-title {
  letter-spacing: 0;
  max-width: 10em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 6em;
  
  line-height: 1em;
}

.about-3-subtitle {
  color: var(--gray-c5);
  text-align: right;
  max-width: 12em;
  line-height: 1.9em;
}

.about-2-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  padding-top: 5em;
}

.about-2-collage-header {
  z-index: 10;
  color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 65em;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.progress-sticky-height {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.progress-line {
  z-index: 10;
  border-radius: 10px;
  width: 50%;
  height: 4px;
  margin-bottom: 7em;
  position: relative;
  overflow: hidden;
}

.progress-line-color {
  background-color: var(--medium-sea-green);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.progress-gradient {
  z-index: 1;
  background-image: linear-gradient(#10111800, #10111830 33%, #101118ed);
  height: 20em;
  position: absolute;
  inset: auto 0% 0%;
}

.title-with-line {
  text-align: center;
  letter-spacing: .15em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 2em;
  
  line-height: 1em;
}

.uppercase-link-with-line {
  z-index: 10;
  color: var(--black);
  margin-bottom: 1em;
  padding-top: .7em;
  padding-bottom: .7em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.uppercase-link-with-line:hover {
  color: var(--sea-green);
}

.uppercase-link-with-line.in-equipment {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.7em;
}

.uppercase-link-with-line.in-equipment:hover {
  color: var(--medium-sea-green);
}

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

.padding-inner-contact {
  z-index: 10;
  padding-top: 8em;
  padding-bottom: 7em;
  position: relative;
}

.solution-3-link-block-2 {
  color: var(--black);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-3-grid-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solution-3-link-title {
  z-index: 20;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 1.7em 2.5em 1em;
  display: inline-block;
  position: relative;
}

.equipment-column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 35em;
  padding: 8em 3.5em;
  display: flex;
}

.equipment-column-2 {
  flex: 1;
  align-self: stretch;
  position: relative;
}

.equipment-flex {
  z-index: 20;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.equipment-flex:nth-child(2n) {
  flex-direction: row-reverse;
}

.gallery-item {
  display: flex;
}

.main-gallery-list {
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.main-gallery-item {
  margin-bottom: 1em;
  display: flex;
}

.main-gallery-lightbox {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 30em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.description-paragraph {
  max-width: 31em;
}

.solution-title {
  letter-spacing: .05em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 5.5em;
  
  line-height: 1em;
}

.portfolio-subtitle {
  text-align: right;
  max-width: 15em;
  font-size: 1.3em;
  line-height: 1.8em;
}

.project-content {
  margin-right: 2em;
}

.solution-cms-header {
  z-index: 10;
  color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.solution-cms-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 5em;
}

.solution-cms-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 40em;
  display: flex;
}

.about-collage-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 71em;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-2-header-wrap {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-collage-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.uni-collage-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18em;
  padding-bottom: 8em;
  display: flex;
}

.home-2-header-inner {
  padding-top: 18em;
  padding-bottom: 10em;
}

.padding-for-3d-images-2 {
  z-index: 10;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18.5em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.number-1-home-1 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.contact-column-1 {
  padding-top: .6em;
}

.solution-1-header-inner {
  z-index: 10;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.solutions-2-collage-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18em;
  padding-bottom: 8em;
  display: flex;
}

.solution-2-collage-header {
  z-index: 10;
  color: var(--black);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 62em;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.equipment-toptitle {
  color: #ffffffb3;
  margin-bottom: .4em;
}

.contact-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.solution-cms-content-1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  display: flex;
  position: sticky;
  top: 10em;
}

.wrap-for-3d-images {
  z-index: 5;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.studio-margin {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10em;
  display: flex;
  position: relative;
}

.oversize-wrap {
  z-index: 50;
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.oversize-heading-front {
  z-index: 10;
  color: var(--black);
  text-align: center;
  letter-spacing: .28em;
  margin-top: .1em;
  margin-right: 0;
  padding-left: .1em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 14em;
  
  line-height: 1em;
  position: absolute;
}

.brand-title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.brand-title.brand-black {
  color: var(--black);
}

.brand-title.brand-white {
  color: var(--white);
}

.nav-image-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-top: -.2em;
  margin-right: .7em;
  font-size: 1em;
}

.footer-1-brand {
  width: 100%;
  margin-bottom: 4em;
}

.cms-top-title {
  text-align: center;
  letter-spacing: .3em;
  margin-bottom: 1.4em;
  padding-left: .3em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 3em;
  
  line-height: 1em;
  transition: letter-spacing .6s cubic-bezier(.785, .135, .15, .86);
}

.cms-top-title:hover {
  letter-spacing: .4em;
}

.service-cms-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30vh;
  padding-bottom: 10em;
  display: flex;
}

.grid-service-cms {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.title-anim-line {
  background-color: var(--black);
  height: .6em;
  position: absolute;
  inset: auto 0% 0%;
}

.cms-page-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cms-page-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5em;
  display: flex;
  position: sticky;
  top: 3.2em;
}

.terms-main-content {
  max-width: 50em;
}

.terms-inner-padding {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20em;
  padding-bottom: 8em;
  position: relative;
}

.terms-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4em;
  padding-top: 3em;
  display: flex;
}

.cms-title-with-line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30vh;
  padding-bottom: 5em;
  display: flex;
}

.preloader {
  z-index: 9999;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 23vw;
  padding-right: 23vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-background {
  z-index: 1;
  background-color: var(--gray-c6);
  position: absolute;
  inset: 0%;
}

.preloader-brand {
  z-index: 10;
  align-items: center;
  display: flex;
}

.preloader-loading {
  z-index: 10;
  color: #828b92;
  letter-spacing: .6em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
}

.aside-close-button {
  z-index: 100;
  border: 1px solid var(--main-border);
  opacity: .7;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: .8em 2em auto auto;
}

.aside-close-button:hover {
  background-color: #ffffff12;
  border-color: #b5bad678;
}

.aside-close-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
}

.uni-line-title {
  color: var(--gray-c5);
  text-align: right;
  max-width: 18em;
  line-height: 1.9em;
}

.uppercase-large-title-2 {
  letter-spacing: 0;
  max-width: 10em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 6em;
  
  line-height: 1em;
}

.about-3-header-inner {
  z-index: 10;
  padding-top: 20em;
  padding-bottom: 3em;
  position: relative;
}

.clients-line-title {
  text-align: right;
  max-width: 13em;
  font-size: 1.3em;
  line-height: 1.8em;
}

.about-3-small-content {
  margin-bottom: 3.5em;
  font-size: 1.1em;
  line-height: 2em;
}

.solution-4-line-title {
  text-align: right;
  max-width: 15em;
  font-size: 1.2em;
  line-height: 1.8em;
}

.portfolio-1-collage-header {
  z-index: 10;
  color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 65em;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.padding-inner-about-2 {
  z-index: 10;
  padding-top: 10em;
  padding-bottom: 4em;
  position: relative;
}

.uppercase-large-title-3 {
  letter-spacing: 0;
  max-width: 10em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 6em;
  
  line-height: 1em;
}

.about-3-line-title {
  color: var(--gray-c5);
  text-align: right;
  max-width: 18em;
  line-height: 1.9em;
}

.services-1-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.padding-inner-solutions-4 {
  z-index: 10;
  padding-top: 20em;
  padding-bottom: 3em;
  position: relative;
}

.home-1-line-title {
  text-align: right;
  max-width: 12em;
  font-size: 1.3em;
  line-height: 1.8em;
}

.contact-2-infotext {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20em;
  display: flex;
  position: absolute;
  inset: auto auto -1em;
}

.contact-title-block {
  z-index: 20;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6em;
  padding-top: 15em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.portfolio-cms-line-title {
  text-align: right;
  max-width: 12em;
  font-size: 1.2em;
  line-height: 1.8em;
}

.home-1-line-title-2 {
  text-align: right;
  max-width: 15em;
  font-size: 1.3em;
  line-height: 1.8em;
}

.footer-3-max-width {
  max-width: 50em;
}

.solution-2-header-inner {
  z-index: 10;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.footer-2-terms-list {
  align-items: center;
  display: flex;
}

.clients-title-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.client-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30vh;
  padding-bottom: 5em;
  display: flex;
}

.client-title {
  text-align: center;
  letter-spacing: .3em;
  margin-bottom: 1.4em;
  padding-left: .3em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.4em;
  
  line-height: 1em;
  transition: letter-spacing .6s cubic-bezier(.785, .135, .15, .86);
}

.client-title:hover {
  letter-spacing: .4em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 10;
  border: 8px solid var(--gray-c1);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 80%;
  max-width: 33em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: flex;
  position: relative;
}

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

.password-image {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-bottom: .8em;
  font-size: 2em;
}

.form-heading {
  text-align: left;
  margin-bottom: .7em;
  font-size: 3em;
}

.password-field {
  margin-bottom: 0;
  font-size: .9em;
}

.submit-button {
  background-color: var(--medium-sea-green);
  letter-spacing: .2em;
  width: 100%;
  padding: 1em 1.5em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 1.2em;
}

.submit-button:hover {
  background-color: var(--sea-green);
}

.password-background {
  z-index: 1;
  width: 50vw;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.error-message {
  width: 100%;
  margin-top: .7em;
  padding: 1.2em;
  font-weight: 500;
}

._404-title {
  letter-spacing: 0;
  max-width: 10em;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 6em;
  
  line-height: 1em;
}

._404-inner {
  z-index: 10;
  padding-top: 15em;
  padding-bottom: 3em;
  position: relative;
}

.home-bg-video-color {
  z-index: 3;
  mix-blend-mode: multiply;
  background-color: #10111899;
  position: absolute;
  inset: 0%;
}

.number-title-block-2 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.footer-1-wrap-links {
  width: 100%;
}

.footer-1-small-links-column {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4em;
  display: flex;
}

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

@media screen and (min-width: 1440px) {
  body, .solution-cms-header {
    font-size: 16px;
  }
}

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

  p {
    font-size: 1.2em;
  }

  .paragraph {
    font-size: 1.1em;
  }

  .paragraph.small {
    font-size: 1em;
  }

  .paragraph.extra-small {
    font-size: .85em;
  }

  .padding-inner {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .rich-text h2 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .rich-text h3 {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .rich-text ul, .rich-text ol {
    font-size: 1.2em;
  }

  .rich-text.is-description {
    font-size: 1em;
  }

  .container {
    padding-left: 12em;
    padding-right: 5em;
  }

  .heading.medium {
    font-size: 2.2em;
  }

  .heading.large {
    font-size: 3em;
  }

  .heading.extra-large, .heading.extra-x-large {
    font-size: 3.5em;
  }

  .heading.service-1-heading {
    font-size: 10vw;
  }

  .heading.portfolio-3-title {
    font-size: 5em;
  }

  .heading.about-oversize {
    font-size: 5.5em;
  }

  .heading.is-component-title {
    font-size: 5em;
  }

  .heading.solution-cms-title {
    font-size: 12em;
  }

  .heading.title-with-3d-images {
    font-size: 4.3em;
  }

  .heading.in-style-guide {
    font-size: 2.6em;
  }

  .heading.solution-2-heading {
    font-size: 4em;
  }

  .heading.portfolio-2-heading, .heading.clients-title {
    font-size: 10vw;
  }

  .section.is-equipment {
    padding-left: 7em;
  }

  .header-home {
    font-size: 4.3em;
  }

  .aside-menu {
    width: 7em;
  }

  .nav-inner:hover {
    border-bottom-color: #0000;
  }

  .brand {
    margin-right: 2em;
  }

  .nav-menu {
    display: none;
  }

  .buttons {
    flex-wrap: wrap;
  }

  .button-title.is-purchase-name {
    font-size: 1em;
  }

  .socials-list {
    flex-wrap: wrap;
  }

  .social-link {
    margin-left: 0;
  }

  .fullscreen-menu-column-1 {
    width: 100%;
    overflow: visible;
  }

  .fullscreen-menu-column-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 15em;
    padding-right: 7.5em;
    overflow: visible;
  }

  .menu-address {
    font-size: 1.2em;
  }

  .fullscreen-column-1-inner {
    padding-top: 8em;
    padding-bottom: 8em;
    padding-right: 7.5em;
  }

  .fullscreen-inner {
    flex-wrap: wrap;
    overflow: auto;
  }

  .menu-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .menu-button {
    width: 2em;
    height: 2em;
    position: relative;
  }

  .image {
    width: 1em;
    height: 1em;
    font-size: .8em;
  }

  .project-block {
    border-bottom: 1px solid var(--gray-c4);
  }

  .project-button.in-title-bottom {
    font-size: .8em;
    bottom: -2.2em;
  }

  .project-button.in-service-2 {
    top: -2.5em;
    right: -1.4em;
  }

  .project-button.in-college {
    font-size: 1vw;
  }

  .project-background {
    background-color: #101118a6;
    display: block;
  }

  .project-image {
    display: block;
  }

  .project-service {
    font-size: 1em;
  }

  .flex-content {
    flex-wrap: wrap;
  }

  .flex-content.tab-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-column-2 {
    flex: 0 auto;
    width: 100%;
    height: 25em;
  }

  .flex-column-1 {
    width: 100%;
    padding: 10em;
  }

  .flex-column-1.in-left, .flex-column-1.in-home-studio {
    width: 100%;
    padding-left: 10em;
    padding-right: 10em;
  }

  .flex-uppercase-title {
    font-size: 1.2em;
  }

  .projects-inquiry-text {
    font-size: 1.8em;
  }

  .simple-cta-to-projects {
    max-width: 47em;
  }

  .studio-3d-image {
    padding-left: 7em;
  }

  .oversize-heading-behind {
    letter-spacing: .2em;
    font-size: 15em;
    top: .8em;
  }

  ._3d-trigger.in-about {
    height: 38em;
  }

  ._3d-trigger.is-1st {
    font-size: .7em;
  }

  ._3d-trigger.is-2nd {
    font-size: .6em;
    right: -14.8em;
  }

  ._3d-trigger.is-3rd {
    font-size: .5em;
  }

  ._3d-trigger.is-4th {
    font-size: .8em;
    bottom: 0;
  }

  ._3d-trigger.is-5th {
    left: -23.7em;
  }

  ._3d-trigger.is-9th {
    font-size: .7em;
    top: 19.9em;
    right: -34.1em;
  }

  ._3d-trigger.in-hire-us {
    height: 38em;
  }

  .services-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  .service-button {
    z-index: 20;
    justify-content: center;
    min-width: 50%;
  }

  .service-title-animation {
    color: #ffffff4d;
  }

  .service-background {
    width: 50%;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .cta-link-container {
    flex-wrap: wrap;
    padding-left: 7em;
  }

  .large-cta-link {
    width: 100%;
    padding: 5.5em 3em;
  }

  .large-cta-link.is-1st {
    background-color: var(--light-blue);
  }

  .large-cta-link.is-2nd {
    background-color: var(--light-goldenrod-yellow);
  }

  .large-cta-link.is-contact-1 {
    background-color: var(--light-goldenrod-yellow);
    border-bottom-color: #0000;
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .large-cta-link.is-contact-1.is-2nd {
    background-color: var(--light-blue);
  }

  .cta-link-icon {
    font-size: 5em;
  }

  .cta-link-icon.is-phone {
    font-size: 4em;
  }

  .cta-link-paragraph {
    font-size: 1em;
  }

  .cta-title {
    margin-bottom: 2em;
  }

  .cta-title.in-contact {
    font-size: .8em;
  }

  .form-button {
    letter-spacing: .2em;
    background-image: none;
    font-size: 1.3em;
  }

  .form-field, .newsletter-field {
    font-size: 1.3em;
  }

  .padding-for-3d-images {
    max-width: 40em;
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .in-numbers-block {
    padding: 2.5em;
  }

  .in-numbers-block.in-about-3 {
    flex-direction: row;
    align-items: center;
    min-height: auto;
  }

  .in-numbers-block.in-about-4 {
    border-left-width: 0;
    border-left-color: #0000;
  }

  .number-title {
    font-size: 6em;
  }

  .number-title.in-about-3-title-1 {
    font-size: 10vw;
  }

  .in-numbers-grid {
    flex-wrap: wrap;
    padding-left: 7em;
  }

  .number-image-height {
    height: 13em;
  }

  .service-image-radius {
    font-size: 6em;
  }

  .service-block {
    font-size: .7em;
  }

  .title-overflow-hidden.in-cms-clients {
    margin-top: .5em;
  }

  .service-1-button {
    font-size: 1.4em;
  }

  .nav-main-link {
    margin-right: 3.5em;
    font-size: .9em;
    display: none;
  }

  .nav-main-link.is-menu-link {
    margin-left: 0;
    margin-right: 4em;
    display: block;
  }

  .cover-image.is-100vw {
    width: 150vw;
  }

  .link-line.in-portfolio-2 {
    display: none;
  }

  .solution-3-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .page-title-uppercase {
    margin-bottom: 2.5em;
    font-size: 1.1em;
    left: 11em;
  }

  .nav-gradient-background {
    height: 12em;
  }

  .portfolio-3-list {
    grid-template-columns: 1fr;
  }

  .portfolio-3-image-link {
    height: 25em;
  }

  .portfolio-3-projects-title {
    margin-bottom: 5em;
  }

  .portfolio-3-container {
    padding-left: 7em;
  }

  .footer {
    flex-wrap: wrap;
    min-height: auto;
  }

  .footer-column-1 {
    width: 100%;
    min-height: 100vh;
  }

  .footer-column-2 {
    width: 100%;
    padding-left: 7em;
  }

  .footer-link.is-bigger {
    font-size: 3.1em;
  }

  .footer-link.is-smaller-2 {
    font-size: 1.2em;
  }

  .footer-link.in-footer-3 {
    font-size: 3.1em;
  }

  .footer-link.small-link-in-footer-3 {
    font-size: 1.2em;
  }

  .footer-icon {
    margin-bottom: 1em;
    font-size: 1.1em;
  }

  .portfolio-page-title {
    font-size: 6em;
  }

  .portfolio-cms-header {
    min-height: auto;
    padding-top: 20em;
  }

  .cms-page-links {
    flex: 1;
    padding-right: 2em;
  }

  .cms-sublink.in-services-cms {
    margin-right: 2em;
  }

  .detail-page-column-2 {
    flex-flow: wrap;
    margin-bottom: 5em;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .grid-portoflio-about {
    grid-template-columns: 1fr;
  }

  .footer-contact-title {
    opacity: .6;
    font-size: .9em;
    display: block;
    position: relative;
  }

  .footer-contact-title.is-brand-name {
    font-size: .9em;
  }

  .hire-us-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-title {
    font-size: 1.6em;
  }

  .form-column-1 {
    border-color: var(--gray-c5);
    padding: 2em;
  }

  .form-column-2 {
    padding: 0 3em;
  }

  .footer-2 {
    flex-flow: wrap;
  }

  .footer-2-grid {
    grid-row-gap: 5em;
    grid-template-columns: 2.5fr;
  }

  .footer-2-grid-2 {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-2-column-3 {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 7em;
  }

  .footer-grid-column-2 {
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-2-contact {
    flex: 1;
    min-width: auto;
    min-height: 9em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-2-contacts {
    border-bottom: 2px solid var(--footer-line);
    width: 100%;
  }

  .footer-2-contacts.in-footer-2 {
    border-bottom-width: 0;
  }

  .footer-2-column-1 {
    flex: 0 auto;
    width: 80%;
    padding-right: 0;
  }

  .footer-2-column-2 {
    align-self: stretch;
    width: 20%;
    margin-bottom: 0;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .footer-2-social-list {
    flex-wrap: wrap;
  }

  .footer-2-social-link {
    margin-left: 0;
  }

  .footer-2-brand {
    margin-bottom: 4em;
  }

  .contact-infotext {
    max-width: 23em;
  }

  .hire-us-number {
    font-size: 6em;
  }

  .form-column-3 {
    padding-top: 0;
  }

  .footer-social-list {
    flex-wrap: wrap;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .cta-contact-links {
    border-top-color: #0000;
    flex-wrap: wrap;
    margin-left: 7em;
  }

  .header-padding-inner {
    padding-top: 15em;
    padding-bottom: 6em;
  }

  .portfolio-3-padding-inner {
    max-width: 44em;
  }

  .symbol-contact-title {
    font-size: 3em;
  }

  .number-subtitle-2 {
    font-size: 1.1em;
  }

  .footer-3-column-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-3-social-list {
    border-bottom: 2px solid var(--footer-line);
    flex-wrap: wrap;
  }

  .footer-3-small-links {
    margin-bottom: 2em;
  }

  .footer-3-small-links.is-last {
    margin-bottom: 4em;
  }

  .footer-3-social {
    flex: 1;
  }

  .footer-3-social-link {
    height: 8em;
    margin-left: 0;
  }

  .footer-3-column-3 {
    flex-direction: column;
  }

  .footer-3-buttons {
    margin-bottom: 3em;
  }

  .subfooter-3 {
    flex-wrap: wrap;
    margin-left: 7em;
  }

  .footer-3-grid {
    grid-template-columns: 1fr;
  }

  .footer-3-main-links {
    margin-bottom: 4em;
  }

  .footer-3-brand {
    margin-bottom: 4em;
    padding-top: 0;
  }

  .footer-3-small-title {
    margin-top: .5em;
    font-size: 1.4em;
  }

  .uppercase-large-title {
    font-size: 9em;
  }

  .uppercase-large-title.in-cms-page {
    font-size: 7em;
  }

  .uppercase-large-title.is-client-title {
    font-size: 5em;
  }

  .header-intext-image.in-solution-cms {
    width: 9em;
    height: 9em;
  }

  .service-full-link {
    font-size: 4.1em;
  }

  .symbol-hire-title {
    font-size: 3em;
  }

  .in-numbers-block-3 {
    min-height: 25em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .number-subtitle-3 {
    font-size: 1em;
  }

  .in-numbers-grid-2 {
    flex-wrap: wrap;
    padding-left: 7em;
  }

  .grid-2-about {
    grid-template-columns: .5fr 1fr;
    padding-top: 0;
  }

  .home-2-about-title-1 {
    font-size: 7vw;
  }

  .solution-3-title-wrap {
    font-size: 1vw;
  }

  .about-2-large-title {
    font-size: 5em;
  }

  .about-2-grid {
    grid-template-columns: .5fr 1fr;
    padding-top: 0;
  }

  .about-2-collage-header {
    margin-bottom: 5vw;
    font-size: 1.1vw;
  }

  .uppercase-link-with-line {
    margin-bottom: 2em;
  }

  .padding-inner-contact {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .equipment-column-1 {
    width: 100%;
    min-height: 30em;
  }

  .equipment-column-2 {
    flex: 0 auto;
    width: 100%;
    height: 30em;
  }

  .equipment-flex {
    flex-wrap: wrap-reverse;
  }

  .solution-title {
    font-size: 4.3em;
  }

  .solution-cms-header {
    max-width: none;
    padding-top: 23em;
    padding-bottom: 10em;
    font-size: .6em;
  }

  .solution-cms-grid {
    grid-template-columns: .5fr 1fr;
    padding-top: 0;
  }

  .about-collage-wrap {
    margin-bottom: 5vw;
    font-size: 1vw;
  }

  .home-2-header-wrap {
    font-size: 1vw;
  }

  .about-collage-inner {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .uni-collage-inner {
    padding-top: 15.5em;
  }

  .home-2-header-inner {
    padding-top: 14em;
    padding-bottom: 8em;
  }

  .padding-for-3d-images-2 {
    max-width: 40em;
    padding-top: 16em;
  }

  .solutions-2-collage-inner {
    padding-top: 15.5em;
  }

  .solution-2-collage-header {
    margin-bottom: 5vw;
    font-size: 1.1vw;
  }

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

  .wrap-for-3d-images {
    max-width: 40em;
  }

  .studio-margin {
    margin-top: 5em;
  }

  .oversize-wrap {
    margin-left: 7em;
  }

  .oversize-heading-front {
    letter-spacing: .2em;
    margin-top: .3em;
    font-size: 12em;
  }

  .cms-top-title {
    font-size: 4em;
  }

  .cms-top-title:hover {
    letter-spacing: .3em;
  }

  .service-cms-title-wrap {
    min-height: auto;
    padding-top: 20em;
  }

  .grid-service-cms {
    grid-template-columns: 1fr;
  }

  .services-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cms-page-column-2 {
    margin-bottom: 5em;
  }

  .cms-page-column-1 {
    flex-flow: wrap;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .terms-main-content {
    max-width: 80%;
  }

  .terms-inner-padding {
    padding-top: 16em;
    padding-bottom: 6em;
  }

  .cms-title-with-line {
    min-height: auto;
    padding-top: 20em;
  }

  .aside-close-button {
    top: 1.7em;
    right: 2.9em;
  }

  .uppercase-large-title-2 {
    font-size: 5em;
  }

  .about-3-header-inner {
    padding-top: 15em;
    padding-bottom: 6em;
  }

  .clients-line-title {
    font-size: 1.2em;
  }

  .portfolio-1-collage-header {
    margin-bottom: 5vw;
    font-size: 1.1vw;
  }

  .uppercase-large-title-3 {
    font-size: 5em;
  }

  .contact-2-infotext {
    max-width: 23em;
  }

  .footer-3-max-width {
    max-width: none;
  }

  .client-header {
    min-height: auto;
    padding-top: 20em;
  }

  .client-title:hover {
    letter-spacing: .3em;
  }

  ._404-title {
    font-size: 7vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  .paragraph.large {
    font-size: 1.3em;
  }

  .paragraph.small {
    font-size: 1.1em;
  }

  .paragraph.extra-large {
    font-size: 1.4em;
  }

  .paragraph.medium {
    font-size: 1.2em;
  }

  .paragraph.extra-x-large {
    font-size: 1.4em;
  }

  .accordion-circle {
    width: 3em;
    height: 3em;
    font-size: .8em;
    top: .2em;
  }

  .accordion-arrow {
    font-size: 1.6em;
  }

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

  .class-name {
    font-size: 1.1em;
  }

  .container {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .container.absolute-buttons {
    flex-wrap: wrap;
    position: relative;
    bottom: auto;
  }

  .container.in-nav {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.absolute-buttons-2 {
    flex-wrap: wrap;
    position: relative;
    bottom: auto;
  }

  .container.phone-is-fullwidth {
    padding-left: 0;
    padding-right: 0;
  }

  .container.wider-on-phone {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .classes {
    width: 100%;
    margin-left: 0;
  }

  .heading.oversize-upper-4, .heading.about-oversize {
    font-size: 5em;
  }

  .heading.is-component-title {
    font-size: 4.4em;
  }

  .heading.solution-cms-title {
    font-size: 13vw;
  }

  .heading.portfolio-3-heading {
    font-size: 4.6em;
  }

  .heading.title-with-3d-images {
    font-size: 4em;
  }

  .heading.solution-1-heading {
    font-size: 4.6em;
  }

  .heading.solution-2-heading {
    font-size: 3em;
    line-height: 1.3em;
  }

  .section.service-page {
    padding-top: 11em;
    padding-bottom: 10em;
  }

  .section.is-about-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.is-equipment {
    padding-left: 0;
  }

  .style-block {
    flex-wrap: wrap-reverse;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }

  .fullscreen-header {
    min-height: auto;
    padding-top: 16em;
    padding-bottom: 6em;
  }

  .header-home {
    font-size: 4.1em;
  }

  .aside-menu {
    background-color: var(--black);
    width: 5em;
    height: 5em;
    inset: 0% auto auto 0%;
  }

  .aside-menu-line {
    display: none;
  }

  .navbar {
    align-items: center;
    min-height: 5em;
    padding-left: 2em;
    display: flex;
    top: 0;
  }

  .main-button.in-home-1-header, .main-button.in-footer-2 {
    min-width: 50%;
  }

  .buttons {
    width: 100%;
    margin-bottom: 2em;
  }

  .button-title.is-purchase-name {
    font-size: .9em;
  }

  .socials {
    width: 100%;
  }

  .socials-list {
    justify-content: center;
    width: 100%;
  }

  .social-icon {
    font-size: 1.4em;
  }

  .social-link {
    width: 7em;
  }

  .fullscreen-menu-column-2 {
    padding: 5em;
  }

  .aside-service-link {
    margin-bottom: 2em;
  }

  .menu-fullscreen-link, .fullscreen-menu-block-1 {
    text-align: center;
  }

  .fullscreen-menu-block-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .fullscreen-column-1-inner {
    align-items: center;
    padding: 7em;
  }

  .project-button.in-title {
    right: -3.6em;
  }

  .project-button.in-service-2 {
    font-size: 1.3em;
    top: -2.7em;
    right: -1.6em;
  }

  .project-button.in-college {
    font-size: 1.1em;
    box-shadow: -11px 11px 12px 3px #11422682;
  }

  .flex-title {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .studio-3d-image {
    padding-top: 16em;
    padding-bottom: 16em;
    padding-left: 0;
  }

  .oversize-heading-behind {
    text-indent: .1em;
    margin-left: -.1em;
    top: .5em;
  }

  ._3d-trigger.is-1st {
    width: 30em;
  }

  ._3d-trigger.is-3rd {
    right: -8.3em;
  }

  ._3d-trigger.is-5th {
    left: -18.7em;
  }

  ._3d-trigger.is-9th {
    right: -26em;
  }

  ._3d-trigger.in-hire-us {
    width: 60%;
  }

  .solution-3-link-block {
    min-height: 30em;
  }

  .service-button {
    padding: 2em;
  }

  .service-title {
    font-size: 1.8em;
  }

  .service-title-animation {
    font-size: 5em;
  }

  .cta-link-container {
    padding-left: 0;
  }

  .cta-link-paragraph {
    font-size: 1.1em;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

  .form-button {
    font-size: 1.3em;
  }

  .form-field::placeholder {
    font-size: .9em;
  }

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

  .checkbox-label {
    font-size: .9em;
  }

  .form-item {
    width: 100%;
  }

  .newsletter-field {
    border-color: #0000;
    width: 50%;
  }

  .newsletter-field::placeholder {
    font-size: .9em;
  }

  .newsletter-field.is-1st {
    border-right-color: var(--gray-c4);
    border-bottom-color: var(--gray-c4);
  }

  .newsletter-button {
    width: 50%;
  }

  .newsletter-wrap {
    border: 1px solid var(--gray-c4);
  }

  .newsletter-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-logo {
    margin-right: .5em;
  }

  .in-numbers-block {
    padding: 3.5em;
  }

  .in-numbers-block.in-about-2 {
    min-height: auto;
  }

  .in-numbers-block.in-home-1 {
    border-right-width: 0;
    border-right-color: #0000;
  }

  .in-numbers-block.in-home-2 {
    min-height: auto;
  }

  .in-numbers-block.in-home-3 {
    text-align: center;
    align-items: center;
  }

  .in-numbers-block.in-home-4 {
    border-right-width: 0;
    border-right-color: #0000;
  }

  .number-title {
    font-size: 7em;
  }

  .number-title.in-about-3-title-1 {
    font-size: 15vw;
  }

  .number-subtitle {
    margin-bottom: 1.5em;
  }

  .nav-cta-circle {
    font-size: .8em;
  }

  .nav-cta-title {
    margin-top: .1em;
  }

  .in-numbers-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .service-image-radius {
    margin-left: -.4em;
  }

  .service-block {
    font-size: .6em;
  }

  .title-overflow-hidden.in-services-1, .title-overflow-hidden.in-portfolio-2 {
    margin-bottom: 8em;
  }

  .service-1-block {
    margin-bottom: 1.1em;
  }

  .nav-link-paragraph {
    margin-top: .1em;
  }

  .nav-main-link {
    margin-right: 2.5em;
  }

  .nav-main-link.is-menu-link {
    margin-right: 3em;
  }

  .scroll-down-button.in-home-1-header {
    min-width: 50%;
  }

  .page-title-uppercase {
    left: 12vw;
  }

  .nav-gradient-background {
    height: 8em;
  }

  .portfolio-3-list {
    margin-left: 0;
  }

  .portfolio-3-image-link {
    height: 20em;
  }

  .portfolio-3-container, .footer-column-2 {
    padding-left: 0;
  }

  .footer-link.is-smaller-2 {
    min-width: 33.3333%;
  }

  .title-line {
    margin-right: 3em;
  }

  .footer-button-cta, .footer-contacts {
    padding-left: 0;
  }

  .portfolio-page-title {
    font-size: 5em;
  }

  .header-max-width-1 {
    margin-bottom: 8em;
  }

  .portfolio-cms-header {
    padding-top: 15em;
  }

  .detail-page-column-2 {
    margin-bottom: 3em;
  }

  .grid-2-column {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-height-30em {
    margin-bottom: 8em;
  }

  .large-grid-title {
    max-width: 14em;
  }

  .large-content-in-grid {
    margin-top: auto;
  }

  .contact-form-title {
    font-size: 1.9em;
  }

  .form-column-1 {
    padding: 4em;
  }

  .form-column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-grid {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .footer-2-paragraph {
    font-size: 1.1em;
  }

  .footer-2-column-3 {
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-2-contacts {
    width: 100%;
    padding-left: 0;
  }

  .footer-2-column-1 {
    width: 100%;
    margin-bottom: 10em;
  }

  .footer-second-button {
    min-width: 50%;
  }

  .footer-2-column-2 {
    border-top: 2px solid var(--footer-line);
    border-left-width: 0;
    border-left-color: #0000;
    width: 100%;
  }

  .footer-2-social-list {
    flex-direction: row;
  }

  .hire-us-title-block {
    padding-top: 12em;
    padding-bottom: 14em;
  }

  .hire-us-number {
    font-size: 7em;
  }

  .footer-social {
    width: 100%;
  }

  .footer-social-list {
    justify-content: center;
    width: 100%;
  }

  .footer-social-link {
    width: 7em;
  }

  .cta-contact-links {
    margin-left: 0;
  }

  .header-padding-inner {
    padding-top: 12em;
  }

  .portfolio-3-padding-inner {
    padding-top: 15em;
  }

  .grid-2-images {
    grid-column-gap: 1em;
    grid-template-columns: .5fr 1fr;
  }

  .image-height-36em {
    height: 28em;
  }

  .number-subtitle-2 {
    margin-bottom: 1.5em;
    font-size: 1.2em;
  }

  .footer-3-column-1 {
    width: 100%;
  }

  .footer-3-social-list {
    flex-direction: row;
  }

  .footer-3-social-link {
    width: 8em;
  }

  .footer-3-buttons {
    width: 100%;
  }

  .subfooter-3 {
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
  }

  .uppercase-large-title {
    letter-spacing: .03em;
    font-size: 7em;
  }

  .uppercase-large-title.is-client-title {
    font-size: 6em;
  }

  .header-intext-image.in-solution-cms {
    width: 10vw;
    height: 10vw;
  }

  .header-intext-image.portfolio-image-2, .header-intext-image.about-2-image-2, .header-intext-image.solution-2-image-1 {
    width: 8vw;
    height: 8vw;
  }

  .service-full-link {
    font-size: 3.6em;
  }

  .in-numbers-block-3 {
    padding: 3.5em;
  }

  .number-subtitle-3 {
    margin-bottom: 1.5em;
  }

  .in-numbers-grid-2 {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .services-full-subtitle-block {
    right: 0%;
  }

  .services-full-subtitle {
    font-size: 1.4em;
  }

  .about-2-collage-header {
    font-size: 1.4vw;
  }

  .padding-inner-contact {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .solution-3-link-title {
    font-size: .6em;
  }

  .equipment-column-2 {
    height: 30em;
  }

  .description-paragraph {
    max-width: 80%;
  }

  .solution-title {
    letter-spacing: .03em;
    font-size: 6em;
  }

  .solution-cms-header {
    max-width: none;
    font-size: .5em;
  }

  .solution-cms-grid {
    grid-template-columns: 1fr;
  }

  .about-collage-wrap {
    font-size: 1.35vw;
  }

  .home-2-header-wrap {
    font-size: 1.3vw;
  }

  .uni-collage-inner {
    padding-top: 11em;
  }

  .home-2-header-inner {
    padding-top: 12em;
  }

  .padding-for-3d-images-2 {
    padding-top: 14em;
  }

  .solution-1-header-inner {
    padding-top: 13em;
    padding-bottom: 8em;
  }

  .solutions-2-collage-inner {
    padding-top: 11em;
  }

  .solution-2-collage-header {
    font-size: 1.5vw;
  }

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

  .solution-cms-content-1 {
    margin-bottom: 2em;
    position: relative;
    top: 0;
  }

  .studio-margin {
    margin-top: 3em;
  }

  .oversize-wrap {
    margin-left: 0;
  }

  .oversize-heading-front {
    margin-top: -3vw;
    padding-left: 1vw;
    font-size: 19vw;
  }

  .cms-top-title {
    font-size: 3em;
  }

  .service-cms-title-wrap {
    padding-top: 15em;
  }

  .terms-main-content {
    max-width: 80%;
  }

  .terms-inner-padding {
    padding-top: 14em;
  }

  .cms-title-with-line {
    padding-top: 15em;
  }

  .preloader {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .aside-close-button {
    top: 0;
    right: 0;
  }

  .uppercase-large-title-2 {
    font-size: 4em;
  }

  .about-3-header-inner {
    padding-top: 12em;
  }

  .portfolio-1-collage-header {
    font-size: 1.35vw;
  }

  .uppercase-large-title-3 {
    font-size: 4em;
  }

  .padding-inner-solutions-4 {
    padding-top: 14em;
  }

  .contact-title-block {
    padding-top: 11em;
    padding-bottom: 11em;
  }

  .solution-2-header-inner {
    padding-top: 13em;
    padding-bottom: 8em;
  }

  .clients-title-grid {
    grid-template-columns: 1fr;
  }

  .client-header {
    padding-top: 15em;
    padding-bottom: .5em;
  }

  ._404-title {
    font-size: 7.5vw;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 11px;
  }

  p {
    font-size: 1.3em;
  }

  .paragraph.extra-small {
    font-size: 1em;
  }

  .accordion-circle {
    font-size: .7em;
    top: .4em;
  }

  .padding-inner.the-project {
    padding-top: 0;
  }

  .rich-text h2 {
    font-size: 2.6em;
    line-height: 1.3em;
  }

  .rich-text h4 {
    font-size: 1.7em;
    line-height: 1.4em;
  }

  .rich-text h3 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .rich-text h5, .rich-text h6 {
    line-height: 1.5em;
  }

  .rich-text ul {
    padding-left: 1.2em;
    font-size: 1.3em;
  }

  .rich-text li {
    padding-left: .5em;
  }

  .container.in-nav {
    padding-left: 3em;
    padding-right: 1.5em;
  }

  .container.phone-is-fullwidth {
    padding-left: 0;
    padding-right: 0;
  }

  .heading.medium {
    font-size: 1.8em;
  }

  .heading.large {
    font-size: 2.5em;
  }

  .heading.extra-large, .heading.extra-x-large {
    font-size: 3em;
  }

  .heading.oversize-upper-4 {
    font-size: 13vw;
  }

  .heading.portfolio-3-title, .heading.about-oversize {
    font-size: 10vw;
  }

  .heading.is-component-title {
    font-size: 3.7em;
  }

  .heading.solution-cms-title {
    font-size: 13vw;
  }

  .heading.portfolio-3-heading, .heading.solution-1-heading {
    font-size: 3.5em;
  }

  .style-block {
    padding: 1.5em;
  }

  .style-color-pallete {
    width: 100%;
    font-size: 1.2em;
  }

  .header-home {
    font-size: 10vw;
    line-height: 1.1em;
  }

  .aside-menu {
    width: 4em;
    height: 4em;
  }

  .navbar {
    min-height: 4em;
  }

  .brand {
    margin-right: 1em;
  }

  .brand-name {
    letter-spacing: .5em;
  }

  .main-button {
    min-width: 50%;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.1em;
  }

  .main-button.in-home-1-header, .main-button.in-footer-2 {
    width: 100%;
    min-width: auto;
  }

  .social-icon {
    font-size: 1.4em;
  }

  .social-link {
    width: 6em;
  }

  .fullscreen-menu-column-2 {
    padding: 4em;
  }

  .fullscreen-column-1-inner {
    padding-left: 5em;
    padding-right: 5em;
  }

  .project-title {
    font-size: 3.8em;
  }

  .project-button, .project-button.in-title {
    font-size: .7em;
  }

  .project-button.in-header-2-title {
    font-size: 1.3em;
  }

  .project-button.in-service-full {
    top: -1.2em;
    right: -2.9em;
  }

  .project-button.in-title-bottom {
    right: 1.2em;
  }

  .project-button.in-service-2 {
    font-size: 1.6em;
    top: -3.2em;
    right: -2.2em;
  }

  .project-button.in-college {
    font-size: 1.6vw;
    right: -1.7em;
    box-shadow: -4px 4px 10px 3px #11422682;
  }

  .project-icon {
    font-size: 1.9em;
  }

  .flex-column-1 {
    padding: 8em 18vw;
  }

  .flex-column-1.in-left {
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .flex-column-1.in-home-studio {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .projects-inquiry-text {
    font-size: 1.7em;
  }

  .studio-3d-image {
    padding-top: 40vw;
    padding-bottom: 40vw;
  }

  .oversize-heading-behind {
    letter-spacing: 7vw;
    text-indent: .1vw;
    font-size: 34vw;
    top: .75em;
  }

  ._3d-trigger.in-about {
    width: 80%;
    height: 90vw;
  }

  ._3d-trigger.is-2nd {
    font-size: .7em;
  }

  ._3d-trigger.is-3rd {
    top: -8.7em;
    right: -.3em;
  }

  ._3d-trigger.is-4th {
    font-size: .6em;
  }

  ._3d-trigger.is-5th {
    font-size: .7em;
    bottom: auto;
    left: -13em;
  }

  ._3d-trigger.is-9th {
    font-size: .4em;
    right: -20.4em;
  }

  ._3d-trigger.in-hire-us {
    width: 70%;
    height: 90vw;
  }

  .cta-link-paragraph {
    font-size: 1.2em;
  }

  .cta-title.in-contact {
    font-size: 1.8vw;
  }

  .form-button {
    width: 100%;
  }

  .form-success-title-2 {
    font-size: 1.2em;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .newsletter-field {
    width: 100%;
  }

  .newsletter-field.is-1st {
    border-color: #0000;
  }

  .newsletter-field.is-2nd {
    border-top-color: var(--gray-c4);
    border-bottom-color: var(--gray-c4);
  }

  .newsletter-button {
    width: 100%;
    padding-top: .7em;
    font-size: 1.2em;
  }

  .brand-logo {
    margin-right: .4em;
  }

  .in-numbers-block.in-about-3-block-1 {
    min-height: auto;
  }

  .in-numbers-block.in-about-1 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .in-numbers-block.in-about-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .in-numbers-block.in-about-3 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
  }

  .in-numbers-block.in-home-4 {
    border-left-width: 0;
    border-left-color: #0000;
  }

  .in-numbers-block.in-about-3-block-3 {
    padding-bottom: 0;
  }

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

  .nav-cta-title {
    margin-right: .7em;
  }

  .in-numbers-grid {
    grid-template-columns: 1fr;
  }

  .number-title-block-1 {
    justify-content: center;
    align-items: center;
  }

  .number-block-top {
    align-items: flex-start;
  }

  .number-subtitle-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .service-block {
    font-size: .55em;
  }

  .service-1-button {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 1em;
  }

  .service-1-title-1 {
    font-size: 7vw;
  }

  .nav-link-paragraph {
    font-size: 1.2em;
  }

  .nav-main-link {
    display: none;
  }

  .nav-main-link.is-menu-link {
    margin-right: 5vw;
  }

  .number-paragraph-2 {
    margin-bottom: 1.5em;
  }

  .scroll-down-button {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.1em;
  }

  .scroll-down-button.in-home-1-header {
    width: 100%;
    min-width: auto;
  }

  .nav-gradient-background {
    height: 8em;
  }

  .portfolio-2-title {
    font-size: 2.9em;
  }

  .portfolio-3-block {
    padding: 3.5em;
  }

  .portfolio-3-solution-link {
    margin-right: 2em;
  }

  .portfolio-2-button {
    font-size: 1.1em;
  }

  .portfolio-2-item {
    padding: 3em;
  }

  .footer-column-1 {
    padding-left: 0;
  }

  .footer-open-menu-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 11vw;
  }

  .footer-link {
    margin-right: auto;
    font-size: 2.3em;
  }

  .footer-link.is-smaller-2 {
    min-width: 50%;
  }

  .uni-line-title-2 {
    max-width: 14em;
    padding-left: 2em;
  }

  .title-line {
    margin-top: 1.1em;
    margin-right: 0;
  }

  .title-line.is-button-right {
    margin-right: 2em;
  }

  .footer-links-block {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .footer-contact {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-links-inner-1 {
    flex-direction: column;
  }

  .portfolio-page-title {
    font-size: 14vw;
    line-height: 1.1em;
  }

  .portfolio-image-size {
    height: 28em;
  }

  .cms-page-links.is-client-block {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 3em;
  }

  .cms-sublink {
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .cms-sublink.in-services-cms {
    margin-right: 1.5em;
    font-size: 1em;
  }

  .gallery-lightbox {
    height: 10em;
  }

  .footer-contact-title {
    font-size: .9em;
  }

  .form-column-1 {
    padding: 2.5em;
  }

  .footer-2 {
    padding-top: 8em;
  }

  .footer-2-block-1 {
    flex-direction: column;
  }

  .footer-2-grid-2 {
    justify-content: space-between;
  }

  .footer-grid-column-2 {
    margin-bottom: 2em;
  }

  .footer-2-contact {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-2-column-1 {
    margin-bottom: 5em;
  }

  .footer-2-buttons {
    flex-wrap: wrap;
  }

  .footer-second-button {
    width: 100%;
    min-width: auto;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.1em;
  }

  .footer-2-social-list {
    width: 100%;
  }

  .footer-2-social-link {
    width: 6em;
  }

  .footer-2-brand {
    font-size: 1.3em;
  }

  .contact-infotext-paragraph {
    font-size: 1.2em;
  }

  .hire-us-title-block {
    padding-top: 10em;
  }

  .contact-infotext {
    max-width: 20em;
  }

  .form-number-block, .form-column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-column-4 {
    padding: 2.5em;
  }

  .footer-2-social {
    width: 100%;
  }

  .footer-2-links {
    flex-direction: column;
  }

  .footer-2-social-item {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-social-link {
    width: 6em;
  }

  .contact-column-2-title {
    margin-bottom: 1.5em;
  }

  .portfolio-3-padding-inner {
    padding-top: 12em;
    padding-bottom: 17.5em;
  }

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

  .image-height-36em {
    height: 20em;
  }

  .stick-column {
    margin-bottom: 1.5em;
    position: relative;
    top: 0;
  }

  .symbol-contact-title {
    margin-bottom: 1.5em;
    font-size: 8vw;
  }

  .grid-in-num {
    grid-template-columns: 1fr;
  }

  .number-block-3 {
    width: 100%;
    margin-bottom: 4em;
  }

  .number-subtitle-2 {
    margin-bottom: 2.5em;
  }

  .footer-3-small-links {
    flex-wrap: wrap;
    margin-bottom: 2em;
  }

  .footer-3-small-links.is-last {
    margin-bottom: 4em;
  }

  .footer-3-social-link {
    width: 6em;
  }

  .footer-3-buttons {
    flex-wrap: wrap;
    align-self: stretch;
  }

  .footer-3-main-links {
    flex-direction: column;
    margin-bottom: 4em;
  }

  .footer-3-brand {
    font-size: 1.3em;
  }

  .footer-3-small-title {
    width: 100%;
    min-width: auto;
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 1.1em;
  }

  .uppercase-large-title {
    font-size: 16vw;
  }

  .uppercase-large-title.in-cms-page {
    font-size: 6em;
  }

  .uppercase-large-title.is-client-title {
    font-size: 15vw;
  }

  .header-intext-image.in-solution-cms {
    width: 11vw;
    height: 11vw;
  }

  .header-intext-image.portfolio-image-2, .header-intext-image.home-2-image-1, .header-intext-image.about-2-image-2, .header-intext-image.solution-2-image-1 {
    width: 8vw;
    height: 8vw;
  }

  .service-full-link {
    font-size: 9vw;
  }

  .symbol-hire-title {
    font-size: 8vw;
  }

  .in-numbers-block-3.is-2nd {
    border-top: 2px solid var(--main-border);
    border-left-width: 0;
  }

  .in-numbers-grid-2, .grid-2-about {
    grid-template-columns: 1fr;
  }

  .home-2-about-title-1 {
    font-size: 11vw;
    line-height: 1.1em;
  }

  .home-2-title-line {
    max-width: 15em;
    padding-left: 2em;
  }

  .services-full-subtitle {
    font-size: 1.2em;
  }

  .solution-3-title-wrap {
    padding-top: 11em;
    font-size: 1.2vw;
  }

  .about-2-large-title {
    font-size: 4em;
    line-height: 1.1em;
  }

  .about-3-subtitle {
    max-width: 14em;
    padding-left: 2em;
  }

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

  .about-2-collage-header {
    margin-bottom: 10vw;
  }

  .progress-line {
    margin-bottom: 9em;
  }

  .uppercase-link-with-line {
    margin-bottom: 1.5em;
  }

  .solution-3-link-title {
    font-size: 1.5vw;
  }

  .equipment-column-1 {
    padding: 8em 18vw;
  }

  .main-gallery-lightbox {
    height: 10em;
  }

  .description-paragraph {
    max-width: 87%;
    padding-left: 6vw;
  }

  .portfolio-subtitle {
    padding-left: 2em;
  }

  .project-content {
    width: 100%;
  }

  .solution-cms-grid {
    grid-template-columns: 1fr;
  }

  .about-collage-wrap {
    margin-bottom: 8vw;
  }

  .contact-column-1 {
    margin-bottom: 3em;
    padding-top: 0;
  }

  .solution-1-header-inner {
    padding-top: 14em;
    padding-bottom: 12em;
  }

  .solution-2-collage-header {
    margin-bottom: 10vw;
  }

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

  .solution-cms-content-1 {
    margin-bottom: 1.5em;
  }

  .studio-margin {
    margin-top: 2em;
  }

  .oversize-heading-front {
    padding-left: 4vw;
    font-size: 22vw;
  }

  .footer-1-brand {
    font-size: 1.3em;
  }

  .cms-top-title {
    font-size: 7vw;
    line-height: 1.1em;
  }

  .terms-main-content {
    width: 100%;
    max-width: none;
    padding-top: 4em;
  }

  .terms-content {
    flex-wrap: wrap;
  }

  .uni-line-title {
    width: 89%;
    max-width: none;
    padding-left: 3vw;
    font-size: 1.2em;
  }

  .uppercase-large-title-2 {
    font-size: 2.8em;
    line-height: 1.1em;
  }

  .clients-line-title {
    max-width: 14em;
    padding-left: 2em;
  }

  .solution-4-line-title {
    max-width: 16em;
    padding-left: 2em;
  }

  .portfolio-1-collage-header {
    margin-bottom: 10vw;
  }

  .padding-inner-about-2 {
    padding-bottom: 2em;
  }

  .uppercase-large-title-3 {
    font-size: 15vw;
    line-height: 1.1em;
  }

  .about-3-line-title {
    width: 87%;
    max-width: none;
    padding-left: 5vw;
    font-size: 1.2em;
  }

  .padding-inner-solutions-4 {
    padding-top: 12em;
    padding-bottom: 0;
  }

  .contact-2-infotext {
    width: 53vw;
    max-width: none;
  }

  .contact-title-block {
    margin-bottom: 3em;
    padding-top: 10em;
  }

  .portfolio-cms-line-title {
    margin-left: 2em;
  }

  .solution-2-header-inner {
    padding-top: 14em;
    padding-bottom: 12em;
  }

  .client-title {
    line-height: 1.1em;
  }

  ._404-title {
    font-size: 13vw;
    line-height: 1.1em;
  }
}

#w-node-a7140e9b-b0a5-1db1-eaec-d463cbb24bc2-45590566 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7bd0b717-7eb1-9e6f-78fc-0e75e03c4c1a-45590566 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e118b6ab-d9e6-1faa-9a8b-074c4e300b3a-4e300b31 {
  justify-self: end;
}

#w-node-_62a27020-30fb-6e1c-0ca0-d1bb86e1d728-86e1d724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_62a27020-30fb-6e1c-0ca0-d1bb86e1d73c-86e1d724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_44aee123-af4b-471a-2033-ac9cf9fa67a6-45590593 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_44aee123-af4b-471a-2033-ac9cf9fa67aa-45590593 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1717b827-0021-ba0a-ab22-f7de7658e7fe-45590593 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_232ab8cb-302f-cd35-bbe5-6687e5ba1736-45590593 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cddc0a75-b0fe-5f29-39b3-7f8bb0eda10c-45590593 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ef59cfc-efdc-de3d-cafb-b56f75e8d092-45590593 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_70835953-1fbc-867b-6d4b-0fc1e1458ead-c9f3224d {
  justify-self: end;
}

#w-node-_1792fd83-3fa8-a7af-d939-62a2b783fc99-45590594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1792fd83-3fa8-a7af-d939-62a2b783fcac-45590594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-da87a8a6-bb5d-f16f-ddc1-187853d46dd6-45590595, #w-node-_437c431e-242d-14c5-da2f-f23c5f41f6be-45590595 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1dcb935-b0f6-bd3a-4852-70a9bac28a1a-45590595 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_58d76e3d-55d2-fecd-9942-32c4ad9f8da9-45590595 {
  justify-self: center;
}

#w-node-_9a2d81e3-8d62-802e-7121-0a2efe60d6ec-45590595, #w-node-_9a2d81e3-8d62-802e-7121-0a2efe60d707-45590595 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0b34325-c57d-6b1c-c981-2531632e6b45-455905a0, #w-node-_1a005917-581c-0d4a-ffbb-3bf1e977991e-455905a1 {
  align-self: start;
}

#w-node-_6c9ac1e2-4df9-7949-12c6-23d7be6755b8-be67558b {
  justify-self: end;
}

#w-node-_53e0e368-2297-4e88-9cf3-7bad772d167e-455905a2, #w-node-_0bc87bc0-dcc9-e59c-5b68-78db109fdce4-455905a3 {
  align-self: start;
}

#w-node-_2df0c84a-3b1e-b898-3abc-b7285fe8e586-455905bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2df0c84a-3b1e-b898-3abc-b7285fe8e599-455905bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2df0c84a-3b1e-b898-3abc-b7285fe8e59c-455905bb {
  justify-self: end;
}

#w-node-d2e9b755-0c6e-13e1-472e-3c98f70209d6-455905d3, #w-node-d2e9b755-0c6e-13e1-472e-3c98f70209a9-455905d3, #w-node-_55320c06-638d-a628-5745-ee442efe4700-455905d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b2a05b5-c3dd-1480-ba3a-2ebb46c3936b-455905d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e118b6ab-d9e6-1faa-9a8b-074c4e300b3a-4e300b31 {
    justify-self: start;
  }

  #w-node-_44aee123-af4b-471a-2033-ac9cf9fa67ba-45590593 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cdca7079-fb1e-5e7a-853c-5a382c163b8a-45590593 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a005917-581c-0d4a-ffbb-3bf1e977991e-455905a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6c9ac1e2-4df9-7949-12c6-23d7be6755b8-be67558b {
    justify-self: auto;
  }

  #w-node-_6c9ac1e2-4df9-7949-12c6-23d7be6755b9-be67558b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0bc87bc0-dcc9-e59c-5b68-78db109fdce4-455905a3 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7140e9b-b0a5-1db1-eaec-d463cbb24bc2-45590566 {
    grid-column: span 2 / span 2;
  }

  #w-node-_21407893-1d88-afde-5e0b-8d3c19470d37-45590566, #w-node-_1d180b81-5ae2-c2fd-0cc1-2b239ca1be2c-45590566 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62a27020-30fb-6e1c-0ca0-d1bb86e1d728-86e1d724 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_62a27020-30fb-6e1c-0ca0-d1bb86e1d73c-86e1d724 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_232ab8cb-302f-cd35-bbe5-6687e5ba1736-45590593 {
    justify-self: center;
  }

  #w-node-cddc0a75-b0fe-5f29-39b3-7f8bb0eda10c-45590593 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0ef59cfc-efdc-de3d-cafb-b56f75e8d092-45590593 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9a2d81e3-8d62-802e-7121-0a2efe60d6f6-45590595, #w-node-_9a2d81e3-8d62-802e-7121-0a2efe60d710-45590595 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7140e9b-b0a5-1db1-eaec-d463cbb24bc2-45590566, #w-node-_7bd0b717-7eb1-9e6f-78fc-0e75e03c4c1a-45590566, #w-node-_21407893-1d88-afde-5e0b-8d3c19470d37-45590566, #w-node-_1d180b81-5ae2-c2fd-0cc1-2b239ca1be2c-45590566, #w-node-_44aee123-af4b-471a-2033-ac9cf9fa67a6-45590593, #w-node-_44aee123-af4b-471a-2033-ac9cf9fa67aa-45590593, #w-node-_44aee123-af4b-471a-2033-ac9cf9fa67b4-45590593, #w-node-_44aee123-af4b-471a-2033-ac9cf9fa67ba-45590593, #w-node-cdca7079-fb1e-5e7a-853c-5a382c163b8a-45590593 {
    grid-column: span 1 / span 1;
  }
}