@import "../fonts/stylesheet.css";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  transition: all 0.5s ease;
  max-width: 100vw;
}

a {
  color: #1d1d1d;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #000;
}

html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  position: relative;
}

html,
body {
  font-family: "Thames-Serial", sans-serif;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}

body {
  color: #1d1d1d;
  line-height: 1.35;
  font-size: clamp(2rem, 1.45vw, 4rem);
  overflow-x: hidden;
  letter-spacing: 0.5px;
}
@media all and (max-width: 840px) {
  body {
    line-height: 2.5rem;
  }
}
body::-webkit-scrollbar {
  width: 1rem;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

figure {
  line-height: 0;
  font-size: 0;
}

ol,
li {
  list-style: none;
}

ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
ol li {
  padding-left: 0.5rem;
  padding-bottom: 0;
}

/*
.div {
  @include grid(100, 10px,"flx", 4, 1024, 3, 768, 2, 520, 1);
}
*/
h1 {
  font-size: clamp(4rem, 4.34vw, 24rem);
  text-align: center;
  font-weight: 500;
  padding: 0 18vw;
}
@media screen and (max-width: 840px) {
  h1 {
    padding: 0 3vw;
    line-height: 4.5rem;
    font-size: clamp(2.8rem, 4.34vw, 24rem);
  }
}

h2 {
  padding-bottom: 0;
  font-size: clamp(3rem, 2.15vw, 4rem);
  line-height: 4rem;
}

h3 {
  padding-bottom: 1.8vw;
  font-size: clamp(3rem, 2.15vw, 4rem);
  line-height: 4rem;
}

p {
  padding-bottom: 2.4vw;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #666 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666 !important;
}

.coming-soon {
  text-align: center;
  padding: 2rem 0 7rem;
}
.coming-soon .wrapper.in-view img {
  animation: zoomIn;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  height: auto !important;
}

.wrapper {
  max-width: 840px;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  .wrapper {
    padding: 0 20px;
  }
}

body .main-wrapper > nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -20rem;
  top: initial;
  z-index: 10;
  text-align: center;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 841px) {
  body .main-wrapper > nav {
    background-color: #fff;
  }
}
body .main-wrapper > nav a {
  font-size: clamp(16px, 3vw, 3rem);
  background-color: #fff;
  display: inline-block;
  padding: 1.5rem 5rem;
  text-transform: lowercase;
  text-align: center;
  border: 1px solid #1d1d1d;
  transition: all 0.3s ease;
	border-radius:4px;
}
body .main-wrapper > nav a:hover {
  background-color: #1d1d1d;
  color: #fff;
}
@media all and (min-width: 1201px) {
  body .main-wrapper > nav {
    display: none;
  }
}
body .main-wrapper .mobile-menu {
  position: fixed;
  inset: 0;
  background-color: #1d1d1d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 11;
  align-items: center;
  text-align: center;
  top: 100%;
}
@media all and (max-width: 840px) {
  body .main-wrapper .mobile-menu {
    z-index: 25;
  }
}
body .main-wrapper .mobile-menu figure {
  margin: 5vw 0 0;
}
body .main-wrapper .mobile-menu figure img {
  width: 10rem !important;
}
body .main-wrapper .mobile-menu div {
  height: 9rem;
}
body .main-wrapper .mobile-menu div a {
  font-size: clamp(16px, 3vw, 3rem);
  display: inline-block;
  padding: 1.7rem 5rem;
  text-transform: lowercase;
  text-align: center;
  border: 1px solid;
  transition: all 0.3s ease;
	border-radius:4px;
}
body .main-wrapper .mobile-menu div a:hover {
  background: #000;
}
body .main-wrapper .mobile-menu ul li {
  padding: 1rem 0;
}
body .main-wrapper .mobile-menu ul li a {
  position: relative;
  transition: all 0.3s ease;
}
body .main-wrapper .mobile-menu ul li a::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #1d1d1d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
body .main-wrapper .mobile-menu ul li a:hover {
  letter-spacing: 3px;
}
body .main-wrapper .mobile-menu ul li a:hover::after {
  opacity: 1;
  border-bottom: 1px solid #fff;
}
body .main-wrapper .mobile-menu a {
  color: #fff;
  display: inline;
  font-size: clamp(3rem, 3vw, 4rem);
}
body header {
  position: fixed;
  padding: 0 5.7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  height: 8.2vw;
  top: 0;
  z-index: 4;
  opacity: 0;
  transform: translateY(-100%);
}
body header > div:first-of-type span::after {
  background: url(../images/ico-arrow-rgt.png) 0 0 no-repeat;
}
body header > div:first-of-type + div span {
  padding-left: 0;
  padding-right: 4.5rem;
}
body header > div:first-of-type + div span::after {
  background: url(../images/ico-arrow-lft.png) 0 0 no-repeat;
  left: initial;
  right: 1.5rem;
}
body header > div a {
  position: relative;
  padding: 0 0 0.25rem;
}
body header > div a::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #1d1d1d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
body header > div a:hover::after {
  opacity: 1;
}
body header > div span {
  display: inline-block;
  opacity: 1;
  transform: translateY(-1.5rem);
  padding-left: 4rem;
  opacity: 0;
  position: relative;
  will-change: transform, opacity;
}
body header > div span::after {
  content: "";
  height: 9px;
  width: 12px;
  position: absolute;
  left: 1rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  top: 55%;
}
body header > div:hover span {
  opacity: 1;
  transform: translateY(0rem);
}
body header p {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 0;
}
@media screen and (max-width: 840px) {
  body header {
    height: 7.2rem;
    z-index: 20 !important;
  }
  body header > div,
  body header p {
    opacity: 0;
    top: -100px;
  }
  body header > div {
    display: none;
  }
  @keyframes topSlide {}
  body header > p {
    top: 30px;
    opacity: 1;
    left: 0;
    right: 0;
    transform: translate(0%, 0);
    text-align: center;
  }
}
@keyframes show-main {
  to {
    opacity: 1;
  }
}
body .main-logo {
  position: fixed;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}
body .main-logo a {
  display: flex;
  justify-content: center;
}
body .main-logo a img {
  width: 100%;
  max-width: 1120px;
}
body .main-logo .white {
  display: none;
}
@media screen and (max-width: 840px) {
  body .main-logo {
    margin: 0 4rem;
  }
  body .main-logo img {
    max-width: -webkit-fill-available;
  }
}
body .main-logo h2 {
  text-align: center;
  padding: 4rem 4rem 0;
  opacity: 0;
}
body.main-slider .main-logo {
  opacity: 1;
}
body.setLogo header {
  animation: SlideDown 0.8s ease 1s forwards;
  animation-delay: 2s;
}
body.setLogo .main-logo {
  animation-delay: 0s;
  opacity: 1;
  top: 0;
  z-index: 12;
  height: clamp(7rem, 8.2vw, 8.2vw);
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 841px) {
  body.setLogo .main-logo {
    left: calc(50% - 60px);
    right: calc(50% - 60px);
    z-index: 25 !important;
  }
}
@media all and (max-width: 840px) {
  body.setLogo .main-logo {
    left: 0;
    right: 0;
  }
}
body.setLogo .main-logo a img {
  width: 120px;
}
body.setLogo .main-logo .white {
  display: none;
}
body.setLogo header p {
  transform: translate(-50%, -300%);
}
body.setLogo .footer {
  bottom: -40rem;
}
body.setLogo .intro {
  z-index: -1;
}
@media all and (max-width: 840px) {
  body.setLogo header p {
    transform: translate(0%, -300%);
  }
}
body.animate .main-wrapper > nav {
  background-color: rgba(29, 29, 29, 0.8);
}
body.animate .main-wrapper > nav a {
  border-color: #fff;
}
body.animate .main-logo .white {
  display: block;
}
body.animate .main-logo .black {
  display: none;
}
body.animate header {
  background-color: transparent;
}
body.animate header a {
  color: #fff;
}
body.animate header a:hover::after {
  background-color: #fff;
}
body.animate.contact .main-logo .black {
  display: block;
}
body.animate.contact .main-logo .white {
  display: none;
}
body.animate.contact header {
  background-color: #f8faf8;
}
body.animate.contact header a {
  color: #1d1d1d;
}
body.animate.contact header a:hover::after {
  background-color: #1d1d1d;
}
body.build header, body.what-we-do header {
  background-color: #fff;
}
body.clients .main-wrapper > nav,
body.clients header {
  background-color: #1d1d1d;
}
body.clients .main-wrapper > nav a {
  border-color: #1d1d1d;
}
body.clients a {
  color: #fff;
}
body.clients a:hover::after {
  background-color: #fff;
}
body.clients.contact .main-logo .black {
  display: block !important;
}
body.clients.contact .main-logo .white {
  display: none !important;
}
body.clients.contact header {
  background-color: #f8faf8 !important;
}
body.clients.contact header a {
  color: #1d1d1d !important;
}
body.clients.contact header a:hover::after {
  background-color: #1d1d1d !important;
}
body.hide-data header > p {
  opacity: 0;
  top: -100px;
}
body.hide-data .main-logo {
  top: 0;
  transform: none;
  margin: 0;
  background-color: #fff;
  z-index: 12;
  height: 8rem;
}
body.hide-data .main-logo img {
  width: 120px;
  margin: 1.5rem;
}
body.hide-data .footer {
  bottom: -30vh !important;
}
body.about-us header {
  background-color: transparent;
}
@media screen and (max-width: 840px) {
  body.about-us header {
    background-color: #fff;
  }
}
body.banner .main-wrapper > nav {
  background-color: transparent;
}
body.banner header {
  background-color: transparent;
}
body.banner header::after {
  content: "";
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.3));
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: -1;
}
body.whoweare .main-wrapper > nav,
body.whoweare header {
  background-color: #fafafa;
}
@media all and (max-width: 840px) {
  body.show-nav .main-wrapper > nav {
    bottom: 0;
    z-index: 12;
    background-color: transparent;
  }
}
body.open-menu .mobile-menu {
  top: 0%;
}
@media all and (max-width: 840px) {
  body:not(.initial) header p {
    top: 50%;
    transform: translate(0%, -50%);
  }
  body:not(.initial) .intro {
    opacity: 0 !important;
  }
}
@media all and (max-width: 840px) {
  body:not(.initial).show-nav .main-wrapper > nav {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
    background-color: #fff;
  }
}

@media all and (min-width: 841px) {
  .currentView {
    z-index: 10 !important;
  }
  .currentView ~ header {
    z-index: 20 !important;
  }
  .currentView.main-logo {
    z-index: 22 !important;
  }
}

@keyframes show-logo {
  to {
    opacity: 1;
  }
}
main.main-wrapper.active .main-logo h2 {
  position: absolute;
  bottom: -10rem !important;
  display: none;
}
@media all and (max-width: 76rem) {
  main.main-wrapper.active .main-logo h2 {
    padding: 4rem 0 0;
  }
}
@media all and (max-width: 68rem) {
  main.main-wrapper.active .main-logo h2 {
    bottom: -14rem !important;
  }
}
@media all and (max-width: 520px) {
  main.main-wrapper.active .main-logo h2 {
    line-height: 3rem;
    font-size: 2.5rem;
  }
}
@media all and (max-width: 840px) {
  main.main-wrapper.active .main-logo {
    margin-top: -12rem;
  }
  @keyframes h2 {
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  main.main-wrapper.active .main-logo h2 {
    animation: h2 1s ease 1s forwards;
    display: block;
  }
}
@media all and (max-width: 520px) {
  main.main-wrapper.active .main-logo {
    margin-top: -8rem;
  }
}
main.main-wrapper.active header {
  animation: SlideDown 0.8s ease 1s forwards;
  animation-delay: 0s;
}
@media all and (max-width: 840px) {
  main.main-wrapper.active header > div {
    top: -100%;
    position: relative;
  }
}

.swiper-wrapper {
  transition-timing-function: ease-in-out;
  /* or cubic-bezier(...) */
}

.slide.main-slider {
  padding-top: 8.2vw;
  height: 100%;
  opacity: 0;
  position: relative;
}
.slide.main-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  z-index: 24;
}
.slide.main-slider .slider-control {
  position: relative;
  height: 100%;
}
@media all and (max-width: 840px) {
  .slide.main-slider .slider-control {
    position: absolute;
    inset: 0;
  }
}
@media all and (min-width: 841px) {
  .slide.main-slider .swiper-button-next,
  .slide.main-slider .swiper-button-prev {
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 25;
    background-image: none;
  }
  .slide.main-slider .swiper-button-next::after,
  .slide.main-slider .swiper-button-prev::after {
    display: none;
  }
  .slide.main-slider.heroSlider .swiper-slide-prev,
  .slide.main-slider.heroSlider .swiper-slide-next {
    transition: all 0.85s ease;
  }
}
@media all and (min-width: 0) and (max-width: 840px) {
  .slide.main-slider .swiper-button-next,
  .slide.main-slider .swiper-button-prev {
    width: 60%;
    height: 33%;
    top: 0;
    left: 50%;
    right: 0;
    z-index: 30;
    transform: translateX(-50%);
  }
  .slide.main-slider .swiper-button-next::after,
  .slide.main-slider .swiper-button-prev::after {
    display: none;
  }
  .slide.main-slider .swiper-button-prev {
    top: initial;
    bottom: 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 90%);
  }
  .slide.main-slider .swiper-button-next {
    background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 90%);
  }
  .slide.main-slider.heroSlider .swiper-slide-prev,
  .slide.main-slider.heroSlider .swiper-slide-next {
    transition: all 0.85s ease;
  }
}
@media screen and (max-width: 840px) {
  .slide.main-slider {
    height: 100vh;
    margin: 0 5.7vw;
    padding-top: 0;
  }
}
@media all and (max-width: 520px) {
  .slide.main-slider {
    margin: 0;
    padding: 0;
  }
}
@media all and (min-width: 841px) {
  .slide.main-slider .swiper {
    height: 100%;
  }
}
@media all and (max-width: 840px) {
  .slide.main-slider .swiper {
    height: 100%;
    width: 100%;
  }
  .slide.main-slider .swiper .swiper-slide,
  .slide.main-slider .swiper .swiper-slide-prev,
  .slide.main-slider .swiper .swiper-slide-next {
    transform: scale(0.6);
    transition: all 0.85s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
  }
  .slide.main-slider .swiper .swiper-slide img,
  .slide.main-slider .swiper .swiper-slide-prev img,
  .slide.main-slider .swiper .swiper-slide-next img {
    max-width: 100%;
  }
  .slide.main-slider .swiper .swiper-slide-active {
    transform: scale(0.8);
  }
}
@media all and (max-width: 960px) {
  .slide.main-slider .swiper {
    height: 100%;
    width: 100%;
  }
  .slide.main-slider .swiper .swiper-slide,
  .slide.main-slider .swiper .swiper-slide-prev,
  .slide.main-slider .swiper .swiper-slide-next {
    transform: scale(0.6);
  }
  .slide.main-slider .swiper .swiper-slide-active {
    transform: scale(0.9);
  }
}
.slide.main-slider .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide.main-slider .swiper .swiper-slide img {
  position: relative;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media all and (min-width: 841px) and (max-width: 1250px) {
  .slide.main-slider .swiper.heroSlider.hero-next .swiper-slide.swiper-slide-active img {
    transform: translateX(calc(-1 * var(--imgMargin) + 50px)) rotate(-1deg);
  }
  .slide.main-slider .swiper.heroSlider.hero-next .swiper-slide.swiper-slide-next img {
    transform: translateX(calc(-1 * ((var(--dyWidth) - 497px) / 2 + 100px))) rotate(0deg);
  }
  .slide.main-slider .swiper.heroSlider.hero-prev .swiper-slide.swiper-slide-active img {
    transform: translateX(calc(1 * var(--imgMargin) - 50px)) rotate(1deg);
  }
  .slide.main-slider .swiper.heroSlider.hero-prev .swiper-slide.swiper-slide-prev img {
    transform: translateX(calc(1 * ((var(--dyWidth) - 497px) / 2 + 100px))) rotate(0deg);
  }
  .slide.main-slider .swiper .swiper-slide img {
    width: 65%;
  }
}
@media all and (min-width: 1251px) {
  .slide.main-slider .swiper.heroSlider.hero-next .swiper-slide.swiper-slide-active img {
    transform: translateX(-150px) rotate(-3deg);
  }
  .slide.main-slider .swiper.heroSlider.hero-next .swiper-slide.swiper-slide-next img {
    transform: translateX(calc(-1 * ((var(--dyWidth) - 497px) / 2 + 150px))) rotate(0deg);
  }
  .slide.main-slider .swiper.heroSlider.hero-prev .swiper-slide.swiper-slide-active img {
    transform: translateX(150px) rotate(3deg);
  }
  .slide.main-slider .swiper.heroSlider.hero-prev .swiper-slide.swiper-slide-prev img {
    transform: translateX(calc(1 * ((var(--dyWidth) - 497px) / 2 + 150px))) rotate(0deg);
  }
}

@media all and (min-width: 841px) {
  body.hide-data .slide.main-slider {
    height: 100vh !important;
  }
}

@media all and (max-width: 840px) {
  body.initial .main-slider .swiper-holder {
    display: none;
  }
}
main.main-wrapper.active .main-slider {
  opacity: 1;
  z-index: 20 !important;
}

@keyframes fadeMe {
  to {
    top: -100%;
    opacity: 0;
  }
}
body.main-slider .main-logo a,
body.initial .main-logo a {
  cursor: default;
}

body.main-slider .main-logo {
  z-index: 10 !important;
}
body.main-slider.scrolled .main-slider {
  animation: fadeMe 0.3s ease-in forwards;
}

@media all and (max-width: 520px) {
  .heroslider .blank {
    display: none;
  }
}
@keyframes footer {}
@keyframes h2fade {
  to {
    opacity: 0;
    display: none;
  }
}
body.scrolled .main-logo h2 {
  animation: h2fade 0.3s ease forwards !important;
}
@keyframes slowmove {
  to {
    left: calc(50% - 60px);
    right: calc(50% - 60px);
    top: 1rem;
    opacity: 1;
    margin: 0;
    z-index: 25;
  }
}
body.scrolled .main-logo {
  animation-delay: 0s;
  opacity: 1;
  margin-top: 0;
  z-index: 12;
  height: clamp(7rem, 8.2vw, 8.2vw);
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  animation: slowmove 1s ease forwards !important;
}
body.scrolled header p {
  top: -50%;
}
body.scrolled .footer {
  bottom: -40rem;
}
body.scrolled .intro {
  z-index: -1;
}

.swiper-slide .number {
  display: none;
}
.swiper-slide.blank .blank {
  display: none;
}
@media all and (max-width: 840px) {
  .swiper-slide.blank .number {
    display: none;
  }
}
.swiper-slide.blank.swiper-slide-active .blank {
  display: block;
}
.swiper-slide.blank.swiper-slide-active .number {
  display: none;
}

@media all and (max-width: 768px) {
  body.main-slider .main-wrapper.active > nav {
    bottom: 0;
    z-index: 25;
  }
  body.main-slider.scrolled .main-wrapper.active > nav {
    bottom: -20rem;
  }
  body.main-slider.scrolled.show-nav .main-wrapper.active > nav {
    bottom: 0rem;
  }
  body.main-slider.contact.show-nav .main-wrapper.active > nav {
    left: 0;
    right: 0;
    background-color: #f8faf8;
  }
  body.main-slider.contact:not(.show-nav) .main-wrapper.active > nav {
    bottom: -20rem;
  }
}
@keyframes delay {
  to {
    opacity: 1;
  }
}
@keyframes SlideDown {
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes SlideUp {
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes footerDown {
  to {
    transform: translateY(100%);
    opacity: 1;
  }
}
.main-wrapper .slide.about-us, .main-wrapper .slide.build {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.main-wrapper .slide.about-us article, .main-wrapper .slide.build article {
  background-color: transparent;
}
.main-wrapper .slide.build p {
  padding-bottom: 0;
  bottom: -4vw;
  position: absolute;
}
.main-wrapper .slide.build h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-wrapper .slide.build h1 a {
  font-size: clamp(16px, 3vw, 3rem);
  background-color: #fff;
  padding: 1.5rem 5rem;
  text-transform: lowercase;
  text-align: center;
  border: 1px solid #1d1d1d;
  transition: all 0.3s ease;
  color: #1d1d1d;
  line-height: normal;
  margin-top: 2rem;
  display: none;
	border-radius:4px;
}
.main-wrapper .slide.build h1 a:hover {
  background-color: #1d1d1d;
  color: #fff;
  border-radius:4px;
}
@media all and (max-width: 840px) {
  .main-wrapper .slide.build h1 a {
    display: inline-block;
  }
}
@media all and (max-width: 840px) {
  .main-wrapper .slide.about-us {
    min-height: 50vh;
  }
}
@media all and (max-width: 840px) {
  .main-wrapper .slide.build {
    min-height: 100vh;
  }
}

body.build .build p {
  bottom: 4vw !important;
}
@media all and (max-width: 520px) {
  body.build .build p {
    bottom: 10vw !important;
  }
}

body.hide-data .slide.about-us, body.hide-data .slide.build {
  height: 100vh !important;
}

.footer {
  position: fixed;
  opacity: 1;
  transform: translateY(100%);
  padding: 2.4vw 0;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}
.footer h2 {
  max-width: 50vw;
  font-size: clamp(3rem, 2.2vw, 6rem);
  letter-spacing: 1px;
  padding: 0;
  line-height: normal;
}
@media all and (max-width: 840px) {
  .footer h2 {
    max-width: 95vw;
  }
}
.footer.down {
  bottom: -400px;
}

@media all and (max-width: 840px) {
  body.initial .footer {
    bottom: -25rem;
  }
}

@media all and (max-width: 840px) {
  body:not(.initial) .footer {
    display: none;
    bottom: 30vh;
    z-index: 2;
  }
}

footer {
  background-color: #1d1d1d;
  scroll-snap-align: end;
  position: relative;
  padding: 5vw 5.7vw 4.7vw;
  color: #fff;
  display: none;
  justify-content: space-between;
  font-size: clamp(2rem, 1.4vw, 3rem);
}
footer div span {
  padding: 0 1rem;
}
footer .copy {
  font-size: clamp(1.5rem, 1vw, 2rem);
}
footer a {
  color: #fff;
  position: relative;
}
footer a::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #fff;
}
footer a:hover::after {
  opacity: 1;
}
footer section {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  footer section {
    flex: 0 0 100%;
    align-items: center;
  }
}
footer figure {
  padding-bottom: 3vw;
}
footer aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
footer aside > div:first-child a {
  margin-left: 2.4rem;
}
@media screen and (max-width: 840px) {
  footer aside {
    flex: 0 0 100%;
    align-items: center;
  }
}
@media screen and (max-width: 840px) {
  footer {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

main.main-wrapper.active .footer {
  animation: SlideUp 0.8s ease 1s forwards;
  animation-delay: 0s;
}

.slide.banner article {
  height: 100%;
}
.slide.banner article figure div {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide.banner article figure div p {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 5rem;
}
@media all and (min-width: 521px) {
  .slide.banner article figure div p {
    transform: translateY(50%);
    top: 50%;
    opacity: 0;
  }
}
@media all and (max-width: 520px) {
  .slide.banner article figure div p {
    font-size: 3rem;
  }
}
.slide.banner article figure div img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 840px) {
  .slide.banner {
    height: 100vh;
    min-height: 100vh;
  }
}

body.banner .banner div p {
  transform: translateY(0%) !important;
  top: 0% !important;
  opacity: 1 !important;
}

.wrapper {
  position: relative;
  max-width: 100vw;
  padding: 0;
  scroll-snap-align: start;
  z-index: 3;
  position: relative;
}

.what-we-do .nav-container {
  width: 100%;
  overflow-x: auto;
  background: #fff;
  white-space: nowrap;
  z-index: 1000;
  scroll-behavior: smooth;
  scrollbar-width: 0;
  scrollbar-width: none;
  overflow: auto;
  -ms-overflow-style: none;
}
.what-we-do .nav-container -webkit-scrollbar {
  display: none;
}
@media all and (min-width: 841px) {
  .what-we-do .nav-container {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 10;
    padding: 1rem 0;
    position: fixed;
    top: inherit;
    bottom: -40rem;
  }
}
.what-we-do .nav-scroll {
  display: flex;
  flex-direction: row;
  height: 8vw;
  overflow-y: auto;
  align-items: center;
  scrollbar-width: none;
  justify-content: space-between;
  padding: 0 5.4vw;
}
.what-we-do .nav-scroll a {
  margin: 0 1.5rem;
}
.what-we-do .nav-scroll a:first-child {
  margin-left: 0;
}
.what-we-do .nav-scroll a:last-child {
  margin-right: 0;
}
.what-we-do .nav-scroll a {
  color: #1d1d1d;
  text-decoration: none;
  padding: 0.5rem 0;
  position: relative;
}
.what-we-do .nav-scroll a::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #1d1d1d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.what-we-do .nav-scroll a.active::after {
  opacity: 1;
}
.what-we-do .section {
  height: 100vh;
  padding: 8.2vw 5.74vw 2vw;
  background-color: #fff;
}
@media all and (max-width: 960px) {
  .what-we-do .section {
    height: auto !important;
    padding: 3rem 5.7vw !important;
  }
}
.what-we-do .section article {
  display: flex;
  align-items: center;
  height: 100%;
}
@media all and (max-width: 960px) {
  .what-we-do .section article {
    flex-wrap: wrap;
    height: auto !important;
  }
}
@media all and (min-width: 841px) and (max-width: 960px) {
  .what-we-do .section article {
    padding-top: 8rem;
  }
  .what-we-do .section article img {
    width: 100%;
    max-width: initial;
  }
}
.what-we-do .section article figure {
  flex: 1;
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
}
.what-we-do .section article figure img {
  max-width: 100%;
  max-height: 100%;
}
@media all and (min-width: 1600px) {
  .what-we-do .section article figure img {
    max-width: 100%;
  }
}
@media all and (max-width: 960px) {
  .what-we-do .section article figure {
    flex: 0 0 100%;
    justify-content: center !important;
    margin-bottom: 5rem;
  }
}
.what-we-do .section article aside {
  flex: 0 0 20vw;
  text-align: right;
}
.what-we-do .section article aside ul li {
  padding: 0.2rem 0;
  font-size: clamp(20px, 1.42vw, 48px);
}
@media all and (max-width: 960px) {
  .what-we-do .section article aside {
    flex: 0 0 100%;
    text-align: left !important;
  }
}
.what-we-do .section article.reverse figure {
  justify-content: end;
}
.what-we-do .section article.reverse aside {
  text-align: left;
  order: -1;
}
@media all and (max-width: 960px) {
  .what-we-do .section article.reverse aside {
    order: 1;
  }
}
.what-we-do.currentView .nav-container {
  bottom: 0;
  z-index: 12;
}
@media all and (max-width: 960px) {
  .what-we-do.currentView .nav-container {
    z-index: 12;
  }
}
@media all and (max-width: 960px) {
  .what-we-do {
    padding: 4rem 0 !important;
  }
}

body.scrolled .what-we-do .nav-container {
  position: sticky;
  top: 32px;
  z-index: 4;
}

body .client,
body .clients {
  background-color: #1d1d1d;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  max-height: none;
  transition: background 0.5s ease;
  padding: 0 5.74vw;
}
body .client h1,
body .clients h1 {
  line-height: clamp(7rem, 4.5vw, 4.5vw);
}
body .client > section,
body .clients > section {
  display: flex;
}
@media all and (max-width: 960px) {
  body .client > section,
  body .clients > section {
    flex-direction: column;
  }
}
body .client > section article,
body .clients > section article {
  height: min-content;
  flex: 1;
  order: 0;
  position: sticky;
  top: calc(100% - 20rem);
  display: flex;
  align-items: flex-end;
}
@media all and (min-width: 1745px) {
  body .client > section article,
  body .clients > section article {
    top: calc(100% - 22vh);
  }
}
body .client > section article h1,
body .clients > section article h1 {
  padding: 0;
  text-align: left;
}
@media all and (min-width: 1332px) {
  body .client > section article h1,
  body .clients > section article h1 {
    width: 31rem;
  }
}
@media all and (min-width: 1745px) {
  body .client > section article h1,
  body .clients > section article h1 {
    width: 45rem;
  }
}
@media all and (max-width: 1331px) {
  body .client > section article h1,
  body .clients > section article h1 {
    width: 26rem;
  }
}
@media all and (max-width: 1000px) {
  body .client > section article h1,
  body .clients > section article h1 {
    width: auto;
  }
}
@media all and (max-width: 960px) {
  body .client > section article,
  body .clients > section article {
    position: relative;
    top: initial;
    padding-top: 8rem;
  }
}
body .client > section aside,
body .clients > section aside {
  flex: 0 0 16vw;
  padding-top: 8.5vw;
  padding-bottom: 3.5vw;
}
@media all and (max-width: 960px) {
  body .client > section aside,
  body .clients > section aside {
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
}
body .client > section aside h3,
body .clients > section aside h3 {
  font-size: clamp(3rem, 3.5vw, 5rem);
  font-style: italic;
  display: none;
}
body .client > section aside ul,
body .clients > section aside ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body .client > section aside ul li,
body .clients > section aside ul li {
  flex: 0 0 50%;
}
body .client.currentView ~ .main-logo .white,
body .clients.currentView ~ .main-logo .white {
  display: block;
}
body .client.currentView ~ .main-logo .black,
body .clients.currentView ~ .main-logo .black {
  display: none;
}
body .client.currentView ~ header,
body .clients.currentView ~ header {
  background-color: #1d1d1d;
}
body .client.currentView ~ header div:first-of-type span::after,
body .clients.currentView ~ header div:first-of-type span::after {
  background: url(../images/ico-arrow-rgt-w.png) 0 0 no-repeat;
}
body .client.currentView ~ header div:first-of-type + div span::after,
body .clients.currentView ~ header div:first-of-type + div span::after {
  background: url(../images/ico-arrow-lft-w.png) 0 0 no-repeat;
}
body .client.currentView ~ header a,
body .clients.currentView ~ header a {
  color: #fff;
}
body.clients .client,
body.clients .clients {
  background-color: #1d1d1d;
}
body.clients header {
  background-color: #1d1d1d;
}
body.clients header div:first-child span::after {
  background: url(../images/ico-arrow-rgt-w.png) 0 0 no-repeat;
}
body.clients header div:first-child + div span {
  padding-left: 0;
  padding-right: 4.5rem;
}
body.clients header div:first-child + div span::after {
  background: url(../images/ico-arrow-lft-w.png) 0 0 no-repeat;
  left: initial;
  right: 1.5rem;
}
body.clients header a {
  color: #fff;
}
body.scrolled.clients .main-wrapper > nav a {
  color: #1d1d1d;
  border-radius:4px;
}

.animate {
  min-height: 100vh;
}
.animate article > section {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (min-width: 841px) {
  .animate article > section {
    padding: 0 5.7vw;
  }
}
.animate article > section .swiper {
  width: 100%;
}
.animate article > section .swiper-slide > div {
  flex: 0 0 25%;
  height: 100vh;
}
.animate article > section .swiper-slide > div figure {
  position: relative;
  width: 100%;
  height: 80vh;
  margin: 0 auto 3.5vw;
  display: flex;
  justify-content: center;
  align-items: end;
}
@media all and (max-width: 960px) {
  .animate article > section .swiper-slide > div figure {
    margin-bottom: 10vw;
    display: flex;
    justify-content: center;
  }
}
.animate article > section .swiper-slide > div figure span {
  width: 19rem;
  height: 25rem;
  display: block;
  bottom: 0;
  opacity: 0.5;
}
.animate article > section .swiper-slide > div p {
  text-align: center;
  font-size: clamp(3rem, 2.2vw, 4rem);
  padding: 0;
  color: #fff;
}
.animate article > section .swiper-slide.default span {
  opacity: 1;
}
@media all and (min-width: 961px) {
  .animate article > section .swiper-slide.animateNum span {
    will-change: transform;
    animation: SmoothSlide 0.1s cubic-bezier(0.42, 0, 0.58, 1) 1 forwards;
    will-change: transform;
  }
  @keyframes SmoothSlide {
    to {
      scale: 1.25;
      opacity: 1;
    }
  }
}
.animate article > figure div {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.animate article > figure div::after {
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}
.animate article > figure div img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.animate.currentView ~ header div:first-of-type span::after {
  background: url(../images/ico-arrow-rgt-w.png) 0 0 no-repeat;
}
.animate.currentView ~ header div:first-of-type + div span::after {
  background: url(../images/ico-arrow-lft-w.png) 0 0 no-repeat;
}
.animate.currentView ~ header a {
  color: #fff;
}
@media all and (max-width: 840px) {
  .animate {
    min-height: 100vh !important;
  }
  @keyframes scale {
    to {
      opacity: 1;
      scale: 1.25;
    }
  }
  .animate .swiper-slide-active span {
    animation: scale 1s ease 1.5s forwards;
  }
}

body.scrolled.animate {
  height: 100vh;
}
body.scrolled.animate article section {
  height: 100%;
}
@keyframes showAniswiper {}
body.scrolled.animate .animateSwiper {
  bottom: 0;
}
body.scrolled.animate .swiper-pagination {
  bottom: 4rem;
  left: 0;
  right: 0;
  top: initial;
  text-align: center;
  transform: none;
  display: flex;
  justify-content: center;
}
body.scrolled.animate .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1rem;
  opacity: 1;
}
body.scrolled.animate .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.contact-block {
  position: fixed;
  background-color: #f8faf8;
  position: fixed;
  top: 8.2vw;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 25;
  transform: translateX(100%);
  scrollbar-width: none;
  padding: 2.85vw 5.7vw 5.7vw;
  display: flex;
}
@media all and (max-width: 640px) {
  .contact-block {
    flex-direction: column;
    text-align: center;
    margin-top: 3rem;
    top: 32px;
    width: auto;
    left: 0;
    right: 0;
    padding-top: 6rem;
  }
}
.contact-block p {
  padding-bottom: 0;
}
.contact-block p a {
  color: #1d1d1d;
  position: relative;
  padding: 0.25rem;
}
.contact-block p a::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #1d1d1d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.contact-block p a:hover::after {
  opacity: 1;
}
.contact-block section {
  flex: 0 0 54vw;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 641px) {
  .contact-block section {
    justify-content: center;
  }
}
.contact-block section figure {
  padding-right: 5.7vw;
  padding: 0 0 3rem;
}
@media all and (max-width: 640px) {
  .contact-block section figure {
    padding-bottom: 6rem;
  }
}
.contact-block section > div {
  display: flex;
}
@media all and (max-width: 640px) {
  .contact-block section > div {
    flex: 0 0 0rem;
    justify-content: center;
    padding: 0 0 2rem;
    order: -1;
  }
}
.contact-block aside {
  flex: 1;
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .contact-block aside {
    order: -1;
    margin-bottom: 4rem;
  }
}
.contact-block aside > div {
  flex: 1;
}
.contact-block aside p {
  padding-bottom: 2.5rem;
}
.contact-block aside input[type=text], .contact-block aside input[type=email],
.contact-block aside textarea {
  background-color: transparent;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #1d1d1d;
  width: 100%;
  padding: 1rem 0;
  resize: none;
}
.contact-block aside textarea {
  height: 15rem;
}
.contact-block aside input[type=submit] {
  width: 100%;
  height: 6rem;
  outline: 0;
  border: 0;
  background-color: #1d1d1d;
  color: #fff;
  cursor: pointer;
}

body.contact .showContact::after {
  opacity: 1;
}
body.contact header {
  background-color: #f8faf8;
}
body.contact header a {
  color: #1d1d1d;
}
body.contact .contact-block {
  transform: translateX(0);
}

@media all and (max-width: 840px) {
  .main-slider.contact.show-nav > nav {
    left: 0;
    right: 0;
    background-color: #f8faf8;
  }
}
@keyframes base-logo {
  0% {
    opacity: 0;
    transform: translateY(300%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75% {
    opacity: 1;
    transform: translateY(0);
  }
  10%, 20%, 30%, 40%, 50%, 60%, 70%, 80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-intro {
  to {
    opacity: 0;
  }
}
@keyframes show-logo {
  to {
    opacity: 1;
  }
}
@keyframes to-top {
  to {
    transform: translateY(-100%);
    top: -100%;
    opacity: 0;
  }
}
.introslider {
  left: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  height: 100%;
}
@media all and (orientation: landscape) {
  .introslider > div {
    flex: 0 0 33.33%;
  }
}
.introslider > div img {
  transform: rotate(-3deg) scale(0.9);
}
.introslider > div:nth-child(odd) img {
  transform: rotate(3deg) scale(0.9);
}
@media all and (orientation: portrait) {
  .introslider {
    flex-direction: column;
    width: 100%;
  }
}

.intro {
  height: 100vh;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 1;
  scroll-snap-align: start;
}
.intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  cursor: pointer;
}
.intro figure {
  max-width: 1120px;
  position: relative;
  width: 100%;
  min-height: var(--minLogoHeight);
}
@media all and (max-width: 840px) {
  .intro figure {
    margin: 0 4rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.intro .logo-base {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  animation: show-logo 1s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
}
.intro .logo-base img {
  max-width: 100%;
}
@media all and (max-width: 840px) {
  .intro .logo-base {
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.intro .studio {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  height: 100%;
  padding: 9rem;
}
@media all and (max-width: 840px) {
  .intro .studio {
    padding: 0 8.3vw;
  }
}
@keyframes path {
  0% {
    stroke-dashoffset: 13000;
  }
  80% {
    fill: transparent;
  }
  100% {
    fill: black;
    stroke-dashoffset: 0;
  }
}
.intro .studio path {
  stroke-width: 4;
  fill: transparent;
  stroke: black;
  stroke-dasharray: 13000;
  stroke-dashoffset: 13000;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: path 2s ease-in-out 1s forwards;
}

body.initial .intro {
  position: relative;
}
@media all and (max-width: 840px) {
  body.initial .intro {
    position: absolute;
  }
}
body.initial .intro.currentView {
  animation: hide-intro 1s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
  animation-delay: 18s;
}
body:not(.initial) .intro {
  position: absolute;
  animation: to-top 1s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
}

.intro-slider-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 10;
}
.intro-slider-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.intro-slider-wrapper .swiper-slide img {
  transform: rotate(-3deg) scale(0.9);
}
.intro-slider-wrapper .swiper-slide:nth-child(odd) img {
  transform: rotate(3deg) scale(0.9);
}
@media all and (max-width: 840px) {
  .intro-slider-wrapper {
    inset: 0;
    padding: 0 5rem;
  }
  .intro-slider-wrapper img {
    scale: 0.8;
  }
}
.intro-slider-wrapper .introslider--- {
  height: 100%;
  width: 100%;
}

.slide > article {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

@keyframes animation {
  0% {
    left: 100%;
    top: 0px;
  }
  20% {
    left: -10%;
  }
  40% {
    left: 20%;
  }
  60% {
    left: -5%;
  }
  80% {
    left: 10%;
  }
  100% {
    left: 0%;
  }
}
.container {
  position: sticky;
  top: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  z-index: 10;
}
.container.visible {
  transform: translateY(0%);
}

.main-wrapper {
  overflow: scroll;
  overflow-x: hidden;
  height: 100vh;
  scroll-snap-type: y mandatory;
  background-color: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  scroll-behavior: smooth;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: env(safe-area-inset-bottom);
}
.main-wrapper .swiper-holder {
  position: absolute;
  inset: 0 0 0 0;
}
.main-wrapper .what-we-do {
  position: relative;
}
.main-wrapper .slide {
  scroll-snap-align: start;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 841px) {
  .main-wrapper .slide:not(.clients) {
    height: 100vh;
  }
}
@media screen and (min-width: 841px) {
  .main-wrapper .slide {
    min-height: 100vh;
  }
}
@media screen and (max-width: 840px) {
  .main-wrapper .slide .animate {
    height: 100vh;
  }
  .main-wrapper .slide .swiper-holder {
    position: relative;
    height: 98vh;
  }
}
.main-wrapper .slide.whoweare {
  background-color: #fafafa;
  padding: 8.2vw 5.7vw 0;
}
.main-wrapper .slide.whoweare article {
  display: flex;
  flex-wrap: wrap;
  background-color: #fafafa;
}
@media all and (max-width: 840px) {
  .main-wrapper .slide.whoweare article {
    padding-bottom: 4rem;
  }
}
.main-wrapper .slide.whoweare article div {
  flex: 0 0 48vw;
  padding-top: 2vw;
  padding-right: 1vw;
}
@media screen and (max-width: 960px) {
  .main-wrapper .slide.whoweare article div {
    flex: 0 0 100%;
    padding-right: 0;
    text-align: left;
  }
}
.main-wrapper .slide.whoweare article figure {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .main-wrapper .slide.whoweare article figure {
    order: -1;
    flex: 0 0 100%;
    text-align: center;
  }
}
.main-wrapper .slide.whoweare article figure img {
  max-width: 100%;
}
@media all and (min-width: 1601px) {
  .main-wrapper .slide.whoweare article figure img {
    width: 100%;
    max-width: initial;
  }
}
@media all and (min-width: 841px) and (max-width: 960px) {
  .main-wrapper .slide.whoweare img {
    max-width: 70% !important;
  }
}
.main-wrapper .slide.about.slide {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  max-height: none;
  transition: background 0.5s ease;
  background-color: var(--lavender);
}
.main-wrapper .slide.about.slide .content__primary {
  height: min-content;
  grid-column: 1/9;
}

body.scrolled.open-menu .main-logo .black {
  display: none;
}

body.scrolled.whoweare.show-nav .main-wrapper > nav {
  background-color: #fafafa !important;
}
body.scrolled.animate.show-nav .main-wrapper > nav {
  background-color: #1d1d1d !important;
}
body.scrolled.about-us.show-nav .main-wrapper > nav {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

@media all and (max-width: 840px) {
  body:not(.initial) {
    overflow-y: scroll !important;
  }
  body:not(.initial) .main-wrapper {
    scroll-snap-type: none;
    overflow-x: hidden;
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
  }
}
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border-bottom: 2px solid #6d3832 !important;
}

.wpcf7-response-output {
  background-color: #1d1d1d;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  margin: 0 !important;
  border: 0 !important;
}

/*# sourceMappingURL=style.css.map */
