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

body {
  background-color: #f6eee3;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #000;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 4.27em;
  line-height: 1.3;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 600;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
}

.nav-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85.42em;
  height: 6.6em;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__flex-wrap {
  width: auto;
}

.nav__flex-wrap.is--logo {
  width: 6.46em;
  height: 6.72em;
}

.trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h__section.hide {
  display: none;
}

.h__section.and-more-home {
  height: 30em;
  margin-top: 2em;
  margin-bottom: 10em;
}

.reach-us-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 25px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 25px auto 25px auto 25px auto 25px auto;
  grid-template-rows: auto auto auto auto auto;
  font-size: 1.45em;
  line-height: 1.6;
}

.reach-us__header-text {
  font-size: 2.89em;
  line-height: 1.6;
  font-weight: 600;
}

.about__hero-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__hero-text-description {
  font-size: 1.58em;
  line-height: 2.2;
}

.about__horizontal-grid-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 0px auto;
  grid-template-areas: "Area Area Area Area-5 Area-4 Area-7 Area-8 Area-8 Area-8 Area-8 Area-10 Area-12 Area-12 Area-12 Area-19 Area-20 Area-20 Area-20 Area-20 Area-16 ."
    "Area-2 Area-3 Area-3 Area-3 Area-6 Area-9 Area-9 Area-9 Area-18 Area-11 Area-11 Area-11 Area-13 . Area-14 Area-22 Area-15 . Area-17 Area-21 Area-21";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.about__horizontal-text-block {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.about__contents-header {
  font-size: 2.4em;
  line-height: 1.3;
  font-weight: 700;
}

.content-wrap-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 15em auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_wrap_about-grid-1 {
  width: 31em;
  margin-left: 3em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area . Area-2"
    "Area-4 Area-6 Area-3"
    "Area-7 Area-5 .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.content_wrap_about-grid-2 {
  width: 31em;
  margin-left: 3em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area . Area-2"
    "Area-4 Area-6 Area-3"
    "Area-7 Area-5 .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.content_wrap_about-grid-3 {
  width: 31em;
  margin-left: 3em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-8 Area-2"
    "Area-4 Area-6 Area-3"
    "Area-7 Area-5 .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.footer__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 36em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.studio__symb-top-left-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 8em;
}

.studio__symb-bott-right-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 8em;
}

.studio-header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72em;
  height: 32em;
  margin-top: -10em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1vw;
}

.studio__small-text {
  font-size: 1.3em;
}

.studio__header-text {
  font-size: 3.5em;
  line-height: 1.3;
  font-weight: 400;
}

.studio__full-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.studio__full-width-tittle {
  border-bottom: 1px solid #f6eee3;
  color: #f6eee3;
  font-size: 3.2em;
}

.studio__full-width-text {
  margin-top: 1.2em;
  color: #f6eee3;
  font-size: 1.2em;
  line-height: 3;
  text-align: center;
}

.studio__text-blocks-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.studio__text-blocks-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30em;
  margin-bottom: 20em;
}

.st__grid-divide-left {
  margin-top: -6.2em;
  margin-right: 5em;
}

.st__grid-bl-1 {
  position: relative;
}

.st__grid-bl-2 {
  margin-top: 8em;
  margin-left: 2em;
}

.st__grid-bl-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.st__grid-bl-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48.9em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bl1-title-absolute {
  position: absolute;
  top: -1.2em;
  font-size: 2.5em;
  font-weight: 400;
}

.bl-texts {
  font-size: 1.5em;
  line-height: 1.8;
}

.bl-numbers {
  font-size: 2.5em;
  font-weight: 300;
}

.hyphen {
  font-size: 1.5em;
  line-height: 0;
  font-weight: 300;
}

.bl-title {
  font-size: 2.08em;
  line-height: 1.4;
  font-weight: 400;
}

.st__extra-bold-texts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 3.9em;
  line-height: 1.4;
  font-weight: 400;
}

.st__extra-bold-texts.is-black-back {
  width: 7.1em;
  padding-left: 0.1em;
  background-color: #000;
  color: #f6eee3;
}

.st__grid-bl-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42.97em;
  padding-bottom: 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.st__grid-bl-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38.65em;
  margin-top: 12em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bl-numbers-right {
  font-size: 2.5em;
  font-weight: 300;
}

.st__hyphen-right {
  font-size: 1.5em;
  line-height: 0;
}

.st__grid-bl-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12em;
  padding-left: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home__header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 36em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__header-h1 {
  font-size: 3.8em;
  line-height: 1.5;
  font-weight: 400;
}

.home__header-text {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #e2231c;
  font-size: 1.6em;
}

.home__header-text-wrap.animation-scroll-into-view {
  margin-top: -13em;
}

.home__creativity-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60em;
  height: 37.5em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__creativity-wrap-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29.95em;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home__section3-h2-text {
  font-size: 3.18em;
}

.culturepage__link-text {
  overflow: hidden;
  margin-top: auto;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: #1a1a1a;
  font-size: 1.3em;
  font-weight: 700;
}

.home__6symbol-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home__6symbol-grid-wrap.is--services-right {
  width: 100%;
  height: 25.9em;
}

.home__6symbol-grid-wrap.is--services-right.is--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home__grid-animation-text-onhover {
  line-height: 1.3;
  text-align: center;
}

.h__services-wrap {
  width: 57.92em;
  margin-top: 9em;
  margin-bottom: 3em;
}

.home__services-upper-block-left {
  width: 28.96em;
  height: 31.25em;
}

.home__extra-bold-texts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 4.22em;
  line-height: 1.4;
  font-weight: 700;
}

.h__services-upper-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 31.25em;
}

.home__services-upper-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29em;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home__bl-title {
  font-size: 2.6em;
  line-height: 1.6;
  font-weight: 600;
}

.home__bl-texts {
  font-size: 1.3em;
  line-height: 1.7;
}

.h__services-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43.13em;
  margin-top: 5em;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h__services-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__sec6-bottom-right-block {
  width: 25.3em;
  margin-top: 5em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.services__header-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 30em;
  margin-top: -10em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service__header-text {
  font-size: 5.5em;
  font-weight: 400;
}

.service__header-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service__header-text-redhyphen {
  width: 6.2em;
  height: 0.2em;
  margin-left: 2em;
  background-color: #e2231c;
  -webkit-transform: translate(-134%, 0px);
  -ms-transform: translate(-134%, 0px);
  transform: translate(-134%, 0px);
}

.services__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services__container.is--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.services__header-bold-text {
  margin-bottom: 0.2em;
  color: transparent;
  font-size: 11em;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.service__cont-right {
  width: 17.71em;
  height: 25.94em;
}

.service__cont-left {
  width: 31em;
  height: 25.94em;
}

.home__6symbol-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.88em;
  height: 26.77em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: width 1200ms cubic-bezier(.23, 1, .32, 1);
  transition: width 1200ms cubic-bezier(.23, 1, .32, 1);
}

.home__6symbol-block-2:hover {
  width: 9em;
}

.home__6symbol-block-2.is--down {
  position: relative;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home__6symbol-block-2.is--down.is--services-block {
  height: 23.23em;
}

.home__6symbol-block-2.is--services-right-block {
  height: 23.23em;
}

.services__title-text {
  margin-bottom: 0.5em;
  font-size: 2.1em;
  line-height: 1.8;
}

.services__texts-grid {
  display: -ms-grid;
  display: grid;
  height: 25.94em;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5em;
  grid-row-gap: 1.25em;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1fr 2.5em 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1.25em auto 1.25em auto 1.25em auto 1.25em auto;
  grid-template-rows: auto auto auto auto auto;
}

.text-block-6 {
  font-size: 1.5em;
}

.services__spacer {
  width: 100%;
  height: 8em;
}

.contact__container {
  display: -ms-grid;
  display: grid;
  width: 80%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.contact__hello-text {
  font-family: 'Playfair Display', sans-serif;
  font-size: 7.9em;
  line-height: 1;
  text-align: center;
}

.contact__hello-text-small {
  margin-top: 0.2em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Playfair Display', sans-serif;
  font-size: 2em;
  line-height: 1;
  text-align: right;
}

.contact__right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
  padding-right: 0em;
  padding-left: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__email-link-text {
  display: none;
  color: #000;
  font-size: 2em;
}

.contact__social-texts {
  font-size: 1.6em;
  line-height: 1.3;
}

.contact__social-texts.number {
  margin-top: 0.5em;
}

.contact__social-texts.worldwide {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 600;
}

.contact__social-grid {
  display: none;
  grid-template-areas: "Area Area-3"
    "Area-2 Area-4"
    "Area-2 Area-5";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.contact__social-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact__social-contain-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contact__social-contain-right {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact__h__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer__contact-wrap {
  position: absolute;
  left: auto;
  top: 35%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  color: #f6eee3;
}

.footer__contact-text {
  display: inline-block;
  color: #f6eee3;
  font-size: 10em;
  letter-spacing: 0.04em;
}

.footer__social-contain {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__email-link-block {
  position: relative;
  overflow: hidden;
  margin-right: 1em;
  margin-left: 1.5em;
}

.footer__email-link-text {
  display: inline-block;
  border-bottom-width: 0.1em;
  border-bottom-color: #f6eee3;
  color: #f6eee3;
  font-size: 1.6em;
}

.footer__link-underline {
  display: none;
  width: 15.2em;
  height: 0.1em;
  margin-right: auto;
  margin-left: auto;
  background-color: #f6eee3;
  opacity: 0.6;
}

.footer__divider-block {
  margin-top: auto;
}

.studio__horizontal-scroll {
  display: none;
  width: 300vw;
}

.about__horizontal-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14.2em;
  margin-bottom: 14.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__horizontal-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14.2em;
  margin-bottom: 14.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link__line {
  width: 0em;
  height: 0.2em;
  background-color: #f6eee3;
}

.trigger__line {
  width: 4em;
  height: 0.3em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  background-color: #000;
}

.trigger__line.is--2 {
  width: 2.5em;
}

.section.is--nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link:hover {
  font-style: italic;
}

.nav-link.is--3 {
  margin-left: 12.4em;
}

.nav-link.is--1 {
  margin-left: 12.4em;
}

.container-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 4.06em;
}

.container-2.is--menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.container-2.is--nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.sublink__line {
  width: 100%;
  height: 0.1em;
  background-color: #f6eee3;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.sublink__line.for_contact {
  height: 1px;
  background-color: #000;
}

.sublink__line.for_contact-social {
  height: 1px;
  background-color: #000;
}

.sublink__line.black {
  height: 0.1em;
  background-color: #000;
}

.background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 101%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sublink__text {
  display: inline-block;
  font-size: 2.19em;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.menu__right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-right: 5em;
  padding-bottom: 1.7em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.global__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.menu__contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu__icon {
  display: none;
  width: 3.02em;
}

.nav-link__num {
  margin-top: 0.7em;
  margin-left: 0.3em;
  font-size: 1.25em;
  line-height: 1;
  font-style: normal;
  letter-spacing: -0.04em;
}

.sublink {
  overflow: hidden;
  margin-top: 1.5em;
}

.sublink.contact {
  margin-top: 0.7em;
}

.sublink.heromail {
  position: absolute;
  left: 3em;
  top: auto;
  right: auto;
  bottom: 4em;
  font-size: 0.8vw;
}

.sublinks__email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.nav-link__text {
  font-size: 6em;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.nav__svg {
  width: 100%;
}

.sublink__text-title {
  font-size: 1.8em;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.nav-link__img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2;
  display: none;
  width: 23em;
  height: 23em;
  margin-top: 3em;
  margin-right: -22em;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav__logo {
  width: 6.46em;
  height: 7em;
}

.nav-link__contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background__fill {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.is-red-dot {
  color: #e2231c;
}

.link_svg-icon {
  position: relative;
  top: -6em;
  display: inline-block;
  width: 3em;
  height: 3em;
}

.h__section-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h__section-large.hide {
  display: none;
}

.service__header-text-redhyphen-wrap {
  overflow: hidden;
}

.home__6symbol-grid-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62em;
  height: 35em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home__6symbol-grid-wrap-2.is--services-right {
  width: 100%;
  height: 25.9em;
}

.link-icon-small {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: 0.8em;
  margin-top: 0.4em;
  margin-left: 0.2em;
}

.sublink_contact-socials {
  position: relative;
  overflow: hidden;
  width: 14em;
  margin-top: 1.7em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sublink__text-contact {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 1.6em;
  letter-spacing: -0.04em;
}

.sublinks__email-contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sublink__text-title-contact {
  display: none;
  margin-bottom: 0.1em;
  font-size: 1.4em;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.contact__mail-icon {
  position: relative;
  display: inline-block;
  width: 1.5em;
  margin-right: 0.7em;
  margin-left: 0.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sublink__contain-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.h__section_full {
  position: relative;
  overflow: hidden;
  margin-top: 12em;
  margin-bottom: 12em;
  padding-right: 10em;
  padding-left: 12em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h__container {
  width: 100%;
}

.cards_wrap {
  position: relative;
  width: 100%;
  height: 36em;
}

.cards_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.template_card {
  position: absolute;
  top: 0px;
  width: 48%;
  height: 100%;
  box-shadow: 0 0 0 0.5em #f6eee3;
}

.template_card._2 {
  left: 7em;
  z-index: 1;
}

.template_card._3 {
  left: 14em;
  z-index: 2;
}

.template_card._4 {
  left: 21em;
  z-index: 3;
}

.template_card._5 {
  left: 28em;
  z-index: 4;
}

.template_card._6 {
  left: 35em;
  z-index: 8;
}

.card_content_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.card_image-wrap {
  position: absolute;
  left: 0%;
  top: 3em;
  right: 0%;
  bottom: auto;
  width: 14em;
  height: 14em;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.85;
}

.card_vertical-text {
  position: absolute;
  left: 0.2em;
  right: auto;
  bottom: 0.3em;
  opacity: 0.8;
  font-size: 4em;
  font-weight: 600;
}

.card_description {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3em;
  display: inline-block;
  margin-right: 3.8em;
  margin-left: 5em;
  color: #f6eee3;
  font-size: 1.6em;
}

.card_number {
  position: absolute;
  left: 0.8em;
  top: 0.7em;
  right: auto;
  bottom: auto;
  color: #f6eee3;
  font-size: 2.5em;
  font-weight: 300;
}

.card_title_wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5em;
  padding-left: 4em;
}

.card_title {
  font-size: 3em;
  font-weight: 600;
}

.section__marquee-horizontal {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 12em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6eee3;
}

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

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.marquee-text {
  margin-right: 0.2em;
  margin-left: 0.2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: transparent;
  font-size: 7em;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.marquee-text.alt {
  color: transparent;
  font-style: italic;
}

.marquee-text-hyphen {
  position: relative;
  top: -0.1em;
  margin-right: 0.3em;
  margin-left: 0.3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e2231c;
  color: transparent;
  font-size: 25em;
  line-height: 0;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.page-wrap-global {
  position: relative;
}

.creativity_texts {
  margin-top: auto;
  margin-bottom: 3.5em;
  font-size: 1.5em;
  line-height: 1.6;
}

.creativity_title {
  font-size: 4.22em;
  line-height: 1.5;
  font-weight: 700;
}

.footer__mail-icon {
  position: relative;
  display: inline-block;
  width: 1.5em;
  margin-right: 0.4em;
  margin-left: 0.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #f6eee3;
}

.learn-more_link-block {
  overflow: hidden;
  margin-right: auto;
  margin-left: 8.9em;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.learn-more_link-block.hide {
  display: none;
}

.learn-more-text {
  overflow: hidden;
  font-size: 1.3em;
  line-height: 1.7;
  font-weight: 600;
}

.learn-more_red-dot {
  color: #c2152f;
}

.scrollto_round {
  width: 4em;
}

.scrollto_arrow {
  width: 1.2em;
  margin-top: 0.5em;
}

.scrollto_wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 4em;
  bottom: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.h__section_marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6em auto 12em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_andmore-title {
  margin-bottom: 0.2em;
  color: #000;
  font-size: 3.4em;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.home_andmore-texts {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 1.7;
}

.link-icon-footer-small {
  display: inline-block;
  width: 0.8em;
  margin-left: 1em;
}

.footer_smalllink-wrap {
  display: inline-block;
  color: #f6eee3;
}

.services__header-bold-more {
  margin-bottom: 0.2em;
  color: transparent;
  font-size: 11em;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 4px 4px 0em #000;
}

.services__header-bold-more.is-small {
  font-size: 4.22em;
}

.home__creativity-wrap-text {
  font-size: 3.18em;
}

.h__services-more-wrap {
  margin-top: 5em;
  margin-bottom: 12em;
}

@media screen and (max-width: 991px) {
  .h__section {
    font-size: 1.6vw;
  }

  .h__section.and-more-home {
    font-size: 1.8vw;
  }

  .h__section.ss1 {
    font-size: 2vw;
  }

  .h__section.services-tab {
    font-size: 1.8vw;
  }

  .h__section.home-tab {
    height: 70em;
    font-size: 1.9vw;
  }

  .studio-header-wrap {
    font-size: 1.3vw;
  }

  .studio__small-text {
    font-size: 2em;
  }

  .studio__header-text {
    font-size: 3.8em;
  }

  .studio__full-section-2 {
    font-size: 2vw;
  }

  .studio__text-blocks-section {
    font-size: 1.6vw;
  }

  .home__header-wrap {
    height: 70em;
  }

  .home__creativity-wrap {
    font-size: 1.5vw;
  }

  .h__services-sec {
    font-size: 1.6vw;
  }

  .contact__container {
    margin-left: -4em;
  }

  .contact__social-contain {
    width: 25em;
  }

  .contact__h__section {
    font-size: 1.8vw;
  }

  .footer__section {
    height: 51em;
    font-size: 1.5vw;
  }

  .footer__social-contain {
    width: 100vw;
  }

  .container-2 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .sublink.heromail {
    left: 0em;
    font-size: 1.3vw;
  }

  .menu {
    height: 100vh;
  }

  .background__lottie {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .h__section_full {
    margin-top: 15em;
    margin-bottom: 18em;
    padding-left: 5em;
    font-size: 1.3vw;
  }

  .card_image-wrap {
    top: 2em;
  }

  .card_vertical-text {
    left: 0.1em;
  }

  .card_description {
    bottom: 1.5em;
    margin-right: 1.2em;
    margin-left: 4.1em;
  }

  .h__section_marquee {
    height: 50em;
  }
}

@media screen and (max-width: 767px) {
  .trigger {
    font-size: 8px;
  }

  .container-2 {
    padding-right: 4.9em;
    padding-left: 4.9em;
  }

  .container-2.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sublink__line {
    display: none;
  }

  .menu__icon {
    font-size: 10px;
  }

  .sublink {
    font-size: 7px;
  }

  .nav__svg {
    font-size: 1em;
  }

  .nav__logo {
    font-size: 10px;
  }

  .sublink_contact-socials {
    font-size: 7px;
  }
}

@media screen and (max-width: 479px) {
  .h__section {
    overflow: hidden;
    font-size: 1.7vw;
  }

  .h__section.and-more-home {
    font-size: 1.9vw;
  }

  .h__section.ss1 {
    font-size: 2.5vw;
  }

  .h__section.services-tab {
    height: 70em;
    font-size: 2.1vw;
  }

  .h__section.home-tab {
    font-size: 1.9vw;
  }

  .studio-header-wrap {
    font-size: 1.3vw;
  }

  .studio__small-text {
    font-size: 2em;
  }

  .studio__header-text {
    font-size: 3.8em;
  }

  .studio__full-section-2 {
    font-size: 2vw;
  }

  .studio__text-blocks-section {
    font-size: 1.6vw;
  }

  .contact__container {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 3em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact__left-block {
    margin-left: -2em;
  }

  .contact__social-texts.number {
    font-size: 2.5em;
    text-align: center;
  }

  .contact__social-texts.worldwide {
    font-size: 2em;
    text-align: center;
  }

  .contact__social-contain {
    width: 38em;
    margin-left: -6em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact__h__section {
    font-size: 2.2vw;
  }

  .footer__section {
    font-size: 1.5vw;
  }

  .footer__social-contain {
    width: 100vw;
  }

  .footer__divider-block {
    margin-left: 1em;
  }

  .menu__left {
    padding-left: 2em;
    font-size: 2em;
  }

  .menu__right {
    padding-top: 5.3em;
    padding-right: 0em;
    padding-bottom: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 5px;
    text-align: center;
  }

  .menu__contain {
    display: block;
  }

  .menu__icon {
    font-size: 2em;
  }

  .sublink {
    font-size: 2em;
  }

  .sublink.heromail {
    font-size: 1.9vw;
  }

  .sublinks__email {
    padding-top: 1.3em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .sublinks {
    padding-top: 1.3em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .h__section-large {
    font-size: 1.7vw;
  }

  .sublink_contact-socials {
    font-size: 2em;
  }

  .sublink__text-contact {
    font-size: 1.3em;
  }

  .sublinks__email-contact {
    padding-top: 1.3em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .h__section_full {
    padding-right: 0em;
    padding-left: 0em;
  }

  .cards_wrap {
    height: 50em;
    font-size: 1.6vw;
  }

  .h__section_marquee {
    font-size: 1.6vw;
  }
}

#w-node-d0200b88-8508-cb3f-abe1-b226b499a99d-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.about__horizontal-grid-text>#w-node-d0200b88-8508-cb3f-abe1-b226b499a99d-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.content_wrap_about-grid-1>#w-node-d0200b88-8508-cb3f-abe1-b226b499a99d-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.content_wrap_about-grid-2>#w-node-d0200b88-8508-cb3f-abe1-b226b499a99d-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.content_wrap_about-grid-3>#w-node-d0200b88-8508-cb3f-abe1-b226b499a99d-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.services__texts-grid>#w-node-d0200b88-8508-cb3f-abe1-b226b499a99d-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.contact__social-grid>#w-node-d0200b88-8508-cb3f-abe1-b226b499a99d-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-da208a16-4d68-6376-3fb5-185d61ca30dd-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.about__horizontal-grid-text>#w-node-da208a16-4d68-6376-3fb5-185d61ca30dd-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.content_wrap_about-grid-1>#w-node-da208a16-4d68-6376-3fb5-185d61ca30dd-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.content_wrap_about-grid-2>#w-node-da208a16-4d68-6376-3fb5-185d61ca30dd-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.content_wrap_about-grid-3>#w-node-da208a16-4d68-6376-3fb5-185d61ca30dd-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.services__texts-grid>#w-node-da208a16-4d68-6376-3fb5-185d61ca30dd-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.contact__social-grid>#w-node-da208a16-4d68-6376-3fb5-185d61ca30dd-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-afd4c058-ffab-e5fb-2c11-8c76fb82ec21-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.about__horizontal-grid-text>#w-node-afd4c058-ffab-e5fb-2c11-8c76fb82ec21-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.content_wrap_about-grid-1>#w-node-afd4c058-ffab-e5fb-2c11-8c76fb82ec21-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.content_wrap_about-grid-2>#w-node-afd4c058-ffab-e5fb-2c11-8c76fb82ec21-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.content_wrap_about-grid-3>#w-node-afd4c058-ffab-e5fb-2c11-8c76fb82ec21-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.services__texts-grid>#w-node-afd4c058-ffab-e5fb-2c11-8c76fb82ec21-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.contact__social-grid>#w-node-afd4c058-ffab-e5fb-2c11-8c76fb82ec21-c62c2d60 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_6f0f5abe-719d-7769-fe4b-bbd65ac0add7-dbccb89a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

