.line>.wrap  {
    display: inline-flex;
}
@keyframes Hero_video-load__NlUop {
  0% {
    transform: translateX(-100%)
  }

  50% {
    transform: translateX(0)
  }

  to {
    transform: translateX(100%)
  }
}

.hero_intro {
  padding: 6vw 0 4vw;
  display: grid;
  grid-template-areas: "Area Area Area Area Area Area Area Area" "Area-2 Area-2 . . Area-3 Area-3 Area-3 .";
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 2vw;
  column-gap: 2vw
}

.hero_intro.hero_intro--customize {
  row-gap: 3vw
}

.hero_heading {
  position: relative;
  grid-area: Area
}

.hero_heading--customize {
  width: 86%
}

.hero_heading--sub {
  grid-area: Area-2;
  display: flex;
  align-items: flex-start;
  flex-direction: column
}

.hero_heading--sub>div {
  overflow: hidden
}

.hero_description {
  grid-area: Area-3
}

.hero_description h3 {
  width: 95%;
  margin-bottom: 1vw
}

.hero_banner {
  height: 45vw;
  overflow: hidden
}

.hero_banner div {
  height: 100%
}

.hero_expand {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center
}

.hero_expand--darkBg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: auto;
  background-color: #0f0f0f
}

.hero_expand--box {
  position: relative;
  height: 100%;
  width: 80vw;
  padding: 6vw 0
}

.hero_expand--box,
.hero_expand--loader {
  display: flex;
  justify-content: center;
  align-items: center
}

.hero_expand--loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1
}

.hero_expand--progress {
  overflow: hidden;
  height: 1px;
  width: 10vw;
  background-color: #949494
}

.hero_expand--progress__value {
  height: 100%;
  width: 100%;
  background-color: #2a2a2a;
  animation: Hero_video-load__NlUop 2s linear 0s infinite forwards
}

.hero_expand--media {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  object-fit: cover
}

@media screen and (max-width: 480px) {
  .hero_intro {
    padding: 24vw 0 16vw;
    grid-template-columns: 1fr;
    grid-template-areas: "Area" "Area-2" "Area-3";
    row-gap: 4vw
  }

  .hero_heading--customize {
    width: 100%
  }

  .hero_description {
    margin-top: 16vw
  }

  .hero_description h3 {
    width: 100%;
    margin-bottom: 2.8vw
  }

  .hero_banner {
    height: 140vw
  }

  .hero_banner img {
    height: 114%;
    object-fit: cover
  }

  .hero_expand--darkBg {
    width: 100%
  }

  .hero_expand--box {
    width: 92vw;
    padding: 4vw 0
  }
}

@media screen and (min-width: 481px)and (max-width:768px) {
  .hero_intro {
    row-gap: 4vw
  }
}

@media screen and (min-width: 1281px) {
  .hero_intro {
    row-gap: 1vw
  }
}

.textButton {
  position: relative;
  margin: 28vw 0 20vw
}

.textButton_grid {
  display: grid;
  grid-template-areas: "Area" "Area-2" "Area-3";
  grid-template-columns: 1fr;
  grid-column-gap: 2vw;
  column-gap: 2vw;
  grid-row-gap: 2vw;
  row-gap: 2vw
}

.textButton_heading {
  grid-area: Area;
  align-self: start;
  justify-self: start;
  overflow: hidden;
  display: flex
}

.textButton_number {
  margin: .6vw 0 0 1vw;
  font-size: 1.2vw;
  line-height: .8
}

.textButton_subHeading {
  grid-area: Area-2;
  align-self: start;
  justify-self: start;
  width: 72%
}

.textButton_box {
  grid-area: Area-3
}

.textButton_box p,
.textButton_paragraph {
  margin-bottom: 10vw
}

.textButton_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw
}

.textButton_city {
  margin-bottom: .4vw
}

@media screen and (max-width: 480px) {
  .textButton {
    margin: 12vw 0
  }

  .textButton_grid {
    grid-template-areas: "Area" "Area-2" "Area-3";
    grid-template-columns: 1fr;
    column-gap: 2vw;
    row-gap: 4vw
  }

  .textButton_number {
    font-size: 4vw;
    margin: .8vw 0 0 1.6vw
  }

  .textButton_box p,
  .textButton_paragraph {
    margin-bottom: 8vw
  }

  .textButton_info {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8vw
  }
}

@media screen and (min-width: 481px)and (max-width:768px) {
  .textButton {
    margin: 8vw 0
  }

  .textButton_grid {
    grid-template-areas: "Area" "Area-2" "Area-3";
    grid-template-columns: 1fr;
    column-gap: 2vw;
    row-gap: 4vw
  }

  .textButton_number {
    margin-top: .4vw;
    font-size: 12px
  }
  .textButton_box p,
  .textButton_paragraph {
    margin-bottom: 4vw
  }

  .textButton_info {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4vw
  }
}

@media screen and (min-width: 769px) {
  .textButton_grid {
    grid-template-areas: "Area Area Area Area Area Area Area Area" "Area-2 Area-2 Area-2 . Area-3 Area-3 Area-3 .";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto
  }

  .textButton_number {
    margin: .6vw 0 0 1vw;
    font-size: 1.2vw;
    line-height: .8
  }

  .textButton_box p,
  .textButton_paragraph {
    margin-bottom: 2vw
  }
  
}

@media screen and (min-width: 1281px) {
  .textButton {
    margin: 8vw 0 4vw
  }
}

@keyframes Video_video-load__I0LnL {
  0% {
    transform: translateX(-100%)
  }

  50% {
    transform: translateX(0)
  }

  to {
    transform: translateX(100%)
  }
}

.section_video {
  margin: 4vw 0 8vw;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center
}

.video_box {
  position: relative;
  height: 56.25vw;
  width: 100vw
}

.video_box,
.video_loader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d6d6d6
}

.video_loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1
}

.video_progress_wrap {
  overflow: hidden;
  height: 1px;
  width: 10vw;
  background-color: #949494
}

.video_progress_bar {
  height: 100%;
  width: 100%;
  background-color: #2a2a2a;
  animation: Video_video-load__I0LnL 2s linear 0s infinite forwards
}

.video_expand--box {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  object-fit: cover
}

@media screen and (max-width: 480px) {
  .section_video {
    margin: 20vw 0
  }

  .video_expand--box {
    object-fit: fill
  }
}

.slider_arrows__l9BS9 {
  justify-content: space-between;
  z-index: 100
}

.slider_arrows__l9BS9.slider_mobile___3Y4z {
  display: none
}

.slider_arrows__l9BS9 button[disabled] {
  opacity: .2
}

@media(max-width: 767px) {
  .slider_arrows__l9BS9.slider_mobile___3Y4z {
    display: flex
  }
}

.client_brand--body {
  overflow: hidden;
  transition: height .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1)
}

.acc_line {
  position: relative;
  overflow: hidden;
  height: 1px;
  width: 100%
}

.acc_work__line .acc_line {
  width: calc(100% - 4vw);
  margin: 0 2vw
}

.acc_line--lite {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #d6d6d6
}

.acc_line--dark {
  height: 100%;
  width: 100%;
  background-color: #2a2a2a;
  transform: translate(100%)
}

[aria-hidden=false]+.acc_line .acc_line--dark {
  transform: translate(0) !important
}

[aria-hidden=true].client_brand--body {
  opacity: 0
}

[aria-hidden=false].client_brand--body {
  opacity: 1
}

@media screen and (max-width: 480px) {
  .acc_work__line .acc_line {
    width: calc(100% - 8vw);
    margin: 0 4vw
  }
}

.section_client {
  position: relative;
  margin: 4vw 0 8vw
}

.client_heading--wrap {
  overflow: hidden
}

.client_heading {
  margin-left: 2vw
}

.client_card {
  margin: 4vw 0 8vw
}

.client_card--container {
  padding: 0 2vw;
  overflow: hidden;
}

.client_card--swiper,
.section_client .swiper-slide {
  display: flex;
  align-items: stretch
}

.section_client .swiper-slide {
  height: auto !important;
  width: 22.5vw !important;
  margin-right: 2vw;
  flex-direction: column
}

.section_client .swiper-slide:last-child {
  margin-right: 0
}

.client_logo {
  width: 100%;
  margin-bottom: 1vw;
  display: flex;
  align-items: center
}

.client_logo--img {
  height: 4.5vw;
  width: auto;
}

.client_card_detail {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.client_card_detail p,
.textButton_box p, .textButton_paragraph {
  text-align: justify;
}

.client_card_text {
  margin-bottom: 2vw
}

.client_brand {
  margin: 2vw
}

.client_brand [aria-expanded=false] .acc_action--less,
.client_brand [aria-expanded=true] .acc_action--more {
  display: none
}

.client_brand [aria-expanded=true] .acc_action--less {
  display: block
}

.client_brand--head {
  padding: 1.4vw 0;
  justify-content: space-between;
  align-items: center;
  flex: 1 1;
  display: grid;
  grid-column-gap: 2vw;
  column-gap: 2vw;
  grid-template-areas: "Area Area Area Area Area-2 Area-2 Area-2 Area-3";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: left
}

.client_name {
  grid-area: Area;
  justify-self: start
}

.client_tag {
  grid-area: Area-2;
  justify-self: start
}

.acc_action {
  grid-area: Area-3;
  justify-self: end
}

.client_brand--detail {
  display: grid;
  padding-bottom: 1.4vw;
  grid-column-gap: 2vw;
  column-gap: 2vw;
  grid-row-gap: 2vw;
  row-gap: 2vw;
  grid-template-areas: ". . . . Area Area Area";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  transition: opacity .6s cubic-bezier(.165, .84, .44, 1)
}

.ClientList_bodyP__q_cS1 {
  grid-area: Area;
  margin-bottom: 1.4vw
}

@media screen and (max-width: 1280px) {
  .client_brand--head {
    padding: 2.4vw 0
  }
}

@media screen and (max-width: 992px) {
  .client_card {
    margin: 8vw 0 10vw
  }

  .client_card--swiper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    grid-column-gap: 2vw;
    column-gap: 2vw;
    grid-row-gap: 8vw;
    row-gap: 8vw
  }

  .section_client .swiper-slide {
    width: 100% !important
  }

  .client_logo {
    /* width: 56%; */
    margin-bottom: 4vw;
  }
  .client_logo--img {
    height: 70px;
  }
  .client_brand--head {
    padding: 3.2vw 0
  }
}

@media screen and (max-width: 480px) {
  .client_heading {
    margin-left: 4vw
  }

  .client_card {
    margin: 16vw 0 12vw;
    padding-left: 4vw;
  }

  .client_card--box {
    width: 100%;
    overflow: hidden;
    padding-right: 14vw;
  }

  .client_card--swiper {
    display: flex;
    column-gap: 0;
    row-gap: 0
  }

  .client_card--container {
    padding: 0;
    width: 100%;
    overflow: visible;
  }

  .section_client .swiper-slide  {
    margin-right: 0;
  }
 
  /*
  .client_card--container {
    padding: 0 4vw
  }

  .client_card--swiper {
    display: flex;
    column-gap: 0;
    row-gap: 0
  }

  .section_client .swiper-slide {
    width: 80vw !important;
    margin-right: 4vw
  }*/

  .client_card_text {
    margin-bottom: 8vw
  }

  .client_brand {
    margin: 4vw
  }

  .client_brand .ClientList_lineDark__qB_Mt {
    transform: translateX(100%)
  }

  .client_brand--head {
    padding: 6vw 0;
    grid-template-areas: "Area Area-2";
    grid-template-columns: 1fr 1fr
  }

  .acc_action {
    grid-area: Area-2
  }

  .client_brand--detail {
    padding-bottom: 8vw;
    row-gap: 8vw;
    grid-template-areas: "." "Area";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto
  }

  .ClientList_bodyP__q_cS1 {
    margin-bottom: 8vw
  }
}

.slider_arrows__l9BS9 {
  justify-content: space-between;
  z-index: 100
}

.slider_arrows__l9BS9.slider_mobile___3Y4z {
  display: none
}

.slider_arrows__l9BS9 button[disabled] {
  opacity: .2
}

@media(max-width: 767px) {
  .slider_arrows__l9BS9.slider_mobile___3Y4z {
    display: flex
  }
}

.animation_moveUp {
  transform: translateY(120%);
  transition: transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_moveUp {
  transform: translateY(0);
  transition-delay: var(--delay)
}

.animation_moveUp_desk--label {
  transform: translateY(120%);
  transition: transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_moveUp_desk--label {
  transform: translateY(0);
  transition-delay: var(--delay)
}

.animation_moveDown {
  transform: translateY(-120%);
  transition: transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_moveDown {
  transform: translateY(0);
  transition-delay: var(--delay)
}

.animation_fadeRotate {
  opacity: 0;
  transform: scale(1.3) rotate(8deg);
  transition: opacity 1s cubic-bezier(.075, 0, .165, 0), transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_fadeRotate {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: var(--delay)
}

.animation_fadeUp__des {
  opacity: 0;
  transform: translateY(80%);
  transition: opacity 1s cubic-bezier(.075, 0, .165, 0), transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_fadeUp__des {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--delay)
}

.animation_fillWidth__bd {
  width: 0;
  transition: width 1s cubic-bezier(.3, .3, 0, 1)
}

.animation_ready .animation_fillWidth__bd {
  width: 100%;
  transition-delay: var(--delay)
}

.animation_fillHeight__bg {
  height: 0%;
  transition: height 6s cubic-bezier(.3, .3, 0, 1)
}

.animation_ready .animation_fillHeight__bg {
  height: 100%;
  transition-delay: var(--delay)
}

.Animation_moveUpImg__Y17vs {
  transform: translateY(120%);
  transition: transform 2.4s cubic-bezier(.4, .4, .1, 1)
}

.animation_ready .Animation_moveUpImg__Y17vs {
  transform: translateY(0);
  transition-delay: var(--delay)
}

@media screen and (max-width: 480px) {
  .animation_moveUp_desk--label {
    transform: translateY(0);
    transition: none
  }

  .animation_moveUp_mobi--label {
    transform: translateY(120%);
    transition: transform 1.5s cubic-bezier(.075, .82, .165, 1)
  }

  .animation_ready .animation_moveUp_mobi--label {
    transform: translateY(0);
    transition-delay: var(--delay)
  }
}

.Cookies_banner__fdun8 {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
  color: #f0f0f0;
  background: #0f0f0f;
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
  padding: 8px 10px 6px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  gap: 20px
}

.Cookies_text__9X85o {
  padding-bottom: 2px
}

.Cookies_buttons__p_Grl {
  display: flex;
  gap: 10px
}

.Cookies_link__UjlDm:after {
  background-color: #f0f0f0 !important
}

.Cookies_link__UjlDm.Cookies_dark__RRCMY {
  color: #a4a4a4
}

.Cookies_link__UjlDm.Cookies_dark__RRCMY:after {
  background-color: #a4a4a4 !important
}

@media screen and (max-width: 480px) {
  .Cookies_banner__fdun8 {
    padding: 2px 20px 0
  }

  .Cookies_text__9X85o {
    display: flex;
    align-items: center
  }

  .Cookies_link__UjlDm {
    height: 40px;
    text-decoration: underline;
    text-underline-offset: 3px
  }
}


.global_cases--container {
  position: relative;
  z-index: 2
}

.work_title--number {
  overflow: hidden
}

.Global_hidden__dPWsA {
  display: none
}

.global_pagename {
  position: relative
}

.Global_desktop__PxvuW {
  display: initial
}

.Global_mobile__Gt8iA {
  display: none
}

.global_link {
  position: relative;
  padding-bottom: 2px;
  text-transform: uppercase
}

.global_link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform .3s;
  background-color: #2a2a2a
}

.global_link.Global_active__0rvE4:after,
.global_link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left
}

.Global_linkRedraw__GxzsY {
  position: relative;
  transition: transform .3s
}

.Global_linkRedraw__GxzsY:after,
.Global_linkRedraw__GxzsY:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transform: scale(1);
  transform-origin: right center 0;
  border-bottom: 1px solid
}

.Global_linkRedraw__GxzsY:after {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center 0
}

.Global_linkRedraw__GxzsY:hover:before {
  opacity: 0;
  transform: scaleX(0);
  transition: opacity .3s ease-in-out .3s, transform .3s ease-in-out 0s
}

.Global_linkRedraw__GxzsY:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: transform .3s ease-in-out .3s
}

.global_link--work {
  padding-bottom: .4vw
}

.global_link--work:after {
  height: 2px
}

.global_grey--bg {
  background-color: #f0f0f0;
  color: #2a2a2a
}

.global_green--bg {
  background-color: #bcbcb4;
  color: #2a2a2a
}

.global_dark--bg {
  background-color: #0f0f0f;
  color: #ccc4b9
}

.global_dark--bg .global_link:after {
  background-color: #ccc4b9
}

.global_transparent__bg {
  color: #fafafa
}

.global_transparent__bg .global_link:after {
  background-color: #fafafa
}

@media screen and (max-width: 480px) {


  .Global_desktop__PxvuW {
    display: none
  }

  .Global_mobile__Gt8iA {
    display: initial
  }

  .Global_grid__035aN {
    gap: 4vw;
    padding: 0 4vw
  }

  .global_link:after {
    display: none
  }
}

.Grid_grid__JtSOM {
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 2vw;
  padding: 0 2vw;
  z-index: 999999999
}

.Grid_grid__JtSOM div {
  width: 100%;
  background: rgba(0, 0, 0, .1)
}

.Grid_grid__JtSOM.Grid_light__38CuD div {
  background: hsla(0, 0%, 100%, .1)
}

@media screen and (max-width: 480px) {
  .Grid_grid__JtSOM {
    gap: 4vw;
    padding: 0 4vw
  }
}

.Cursor_container__0_dmV {
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  padding: 3px 6px 4px;
  border: 1px solid #2a2a2a;
  background-color: #0f0f0f;
  color: #fafafa;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity .3s linear
}

.Cursor_inner__DW70n {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center
}

.Cursor_textWrap__1wvlI {
  overflow: hidden
}

.Cursor_hover__VrGX6 {
  opacity: 1
}