@charset "UTF-8";
@media (min-width: 992px) {
  .d-desktop {
    visibility: visible;
  }
  .h-desktop {
    visibility: hidden;
  }
  .d-mobile {
    visibility: hidden;
  }
  .h-mobile {
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .d-desktop {
    visibility: hidden;
  }
  .h-desktop {
    visibility: visible;
  }
  .d-mobile {
    visibility: visible;
  }
  .h-mobile {
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .only-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .only-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .only-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .only-desktop {
    display: block;
  }
}
@font-face {
  font-family: "TWKLausanne";
  src: url("../fonts/twklausanne/TWKLausannePan-150.woff2") format("woff2"), url("../fonts/twklausanne/TWKLausannePan-150.woff") format("woff");
  font-weight: 150;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?3lhhe2");
  src: url("../fonts/icomoon/icomoon.eot?3lhhe2#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?3lhhe2") format("truetype"), url("../fonts/icomoon/icomoon.woff?3lhhe2") format("woff"), url("../fonts/icomoon/icomoon.svg?3lhhe2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fav:before {
  content: "";
}
.icon-flair-motion:before {
  content: "";
}
.icon-globus:before {
  content: "";
}
.icon-ovals:before {
  content: "";
}
.icon-star2:before {
  content: "";
}
.icon-star1:before {
  content: "";
  color: #fff;
}
.icon-arrow:before {
  content: "";
}
.icon-arrow-mini:before {
  content: "";
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
body {
  background: #000000;
  color: #F5F4F3;
  font: 16px "TWKLausanne";
  -webkit-tap-highlight-color: rgba(245, 244, 243, 0.5);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: rgba(245, 244, 243, 0.5);
  -khtml-user-select: rgba(245, 244, 243, 0.5);
  -moz-user-select: rgba(245, 244, 243, 0.5);
  -ms-user-select: rgba(245, 244, 243, 0.5);
  user-select: rgba(245, 244, 243, 0.5);
}
body::selection {
  background: #F5F4F3;
  color: #000000;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}
a {
  color: #F5F4F3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
}
.header {
  position: fixed;
  top: 24px;
  z-index: 2;
  width: 100%;
}
.header ul#menu-menu-gorne li.current-menu-item a::before {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .header ul#menu-menu-gorne li:first-child a::before {
    left: -11px !important;
  }
}
@media (max-width: 991px) {
  .header ul#menu-menu-gorne li:first-child a::before {
    left: -15px !important;
  }
}
.header ul#menu-menu-gorne li a:before {
  content: attr(data-number);
}
@media (min-width: 992px) {
  .header ul#menu-menu-gorne li a:before {
    font-size: 13px !important;
    width: 15px !important;
    height: 15px !important;
    position: absolute !important;
    top: -3px !important;
    left: -14px !important;
  }
}
@media (max-width: 991px) {
  .header ul#menu-menu-gorne li a:before {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    top: 0px !important;
    left: -15px !important;
  }
}
.header nav ul.menu-lang {
  list-style-type: none !important;
  padding: 0 !important;
  gap: 5px;
}
.header nav ul:not(.menu-lang), .header nav ol {
  list-style-type: none !important;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .header nav ul:not(.menu-lang) li:not(:first-child), .header nav ol li:not(:first-child) {
    margin-left: 45px !important;
  }
}
.header nav ul:not(.menu-lang) li, .header nav ol li {
  display: inline-block !important;
  position: relative !important;
}
@media (max-width: 991px) {
  .header nav ul:not(.menu-lang) li, .header nav ol li {
    margin-left: calc(calc(24px + 40 * ((100vw - 320px) / 1600)) + 14px);
    min-width: 190px;
  }
}
.header nav ul:not(.menu-lang) li:first-child::before, .header nav ol li:first-child::before {
  left: -15px !important;
}
@media (min-width: 992px) {
  .header nav ul:not(.menu-lang) li::before, .header nav ol li::before {
    font-size: 13px !important;
    width: 15px !important;
    height: 15px !important;
    position: absolute !important;
    top: 8px !important;
    left: -17px !important;
  }
}
@media (max-width: 991px) {
  .header nav ul:not(.menu-lang) li::before, .header nav ol li::before {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    top: 8px !important;
    left: -20px !important;
  }
}
.header nav ul:not(.menu-lang) li a, .header nav ol li a {
  text-transform: lowercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .header nav ul:not(.menu-lang) li a, .header nav ol li a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .header nav ul:not(.menu-lang) li a, .header nav ol li a {
    font-size: 50px;
  }
}
.home .footer {
  padding-top: unset !important;
}
.footer {
  display: flex;
  justify-content: center;
  padding-top: calc(67px + 10 * ((100vw - 320px) / 1600));
  padding-bottom: calc(67px + 10 * ((100vw - 320px) / 1600));
}
.footer__container {
  width: calc(100% - (2 * calc(24px + 40 * ((100vw - 320px) / 1600))));
  display: flex;
}
@media (max-width: 991px) {
  .footer__container {
    flex-direction: column;
    gap: 31px;
  }
}
@media (min-width: 992px) {
  .footer__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__info {
  font-size: calc(25px + 13 * ((100vw - 320px) / 1600));
  line-height: calc(29px + 15 * ((100vw - 320px) / 1600));
}
@media (max-width: 991px) {
  .footer__info {
    text-align: center;
    max-width: calc(100% - 104px);
    margin: 0 auto;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  line-height: calc(20px + 11 * ((100vw - 320px) / 1600));
}
@media (max-width: 991px) {
  .footer__contact {
    text-align: center;
  }
}
.footer__marquee {
  background: #FFFFFF;
  color: #000000;
  font-size: clamp(30px, 4.375vw, 60px);
  overflow: hidden;
}
.marquee {
  padding: 8px;
  white-space: nowrap;
}
.marquee__inner {
  display: flex;
  gap: 0px;
}
.mwg_effect031 {
  padding: 100vh 0;
  position: relative;
  overflow: hidden;
}
.mwg_effect031 .scroll {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mwg_effect031 .slide {
  height: 100vh;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.14);
}
.mwg_effect031 .content-wrapper {
  width: 100%;
  height: 100%;
  perspective: 250vw;
}
.mwg_effect031 .content {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  /* inherits the perspective from the parent */
  transform-origin: 50% 10%;
  padding: 25px 50px 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mwg_effect031 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mwg_effect031 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mwg_effect031 .text {
  width: 32vw;
  display: flex;
  align-items: flex-end;
  font: 500 normal 1.6vw / 1.1 "Inter", sans-serif;
  letter-spacing: -0.03em;
}
.mwg_effect031 .bottom > div:last-child {
  display: flex;
  font: 500 normal 10.5vw / 0.9 "Inter", sans-serif;
  letter-spacing: -0.06em;
  gap: 25px;
}
.mwg_effect031 .bottom img {
  width: 25vw;
  border-radius: 0.02em;
}
.mwg_effect031 .top p {
  font: 500 normal 10.5vw / 0.9 "Inter", sans-serif;
  letter-spacing: -0.06em;
}
.mwg_effect031 .top svg {
  width: 5.7vw;
  height: auto;
  display: block;
}
.mwg_effect031 .slide:nth-child(1) .content, .mwg_effect031 .slide:nth-child(4) .content {
  background: #F1F1F1;
  color: #121212;
}
.mwg_effect031 .slide:nth-child(2) .content, .mwg_effect031 .slide:nth-child(5) .content {
  background: #C4EF7A;
  color: #527200;
}
.mwg_effect031 .slide:nth-child(3) .content {
  background: #FC4C3B;
  color: #FFF;
}
.portfolio-scroll-effect {
  overflow: hidden;
}
.portfolio-scroll-effect__pin-height {
  height: 600vh;
}
.portfolio-scroll-effect__container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-scroll-effect__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  font: 500 normal 1.6vw / normal "Inter", sans-serif;
  letter-spacing: -0.03em;
  transform: translate(0, -50%);
}
.portfolio-scroll-effect__medias {
  width: 100vw;
  perspective: 100vw;
}
@media (min-width: 992px) {
  .portfolio-scroll-effect__medias {
    aspect-ratio: 2.2857142857;
  }
}
@media (max-width: 991px) {
  .portfolio-scroll-effect__medias {
    aspect-ratio: 0.72;
  }
}
.portfolio-scroll-effect__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .portfolio-scroll-effect__media {
    aspect-ratio: 2.2857142857;
  }
}
@media (max-width: 991px) {
  .portfolio-scroll-effect__media {
    aspect-ratio: 0.72;
  }
}
@media (min-width: 992px) {
  .portfolio-scroll-effect__media {
    border-radius: 1vw;
  }
}
@media (max-width: 991px) {
  .portfolio-scroll-effect__media {
    border-radius: 10vw;
  }
}
.portfolio-scroll-effect__media--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
@media (min-width: 992px) {
  .portfolio-scroll-effect__media--image {
    aspect-ratio: 2.2857142857;
  }
}
@media (max-width: 991px) {
  .portfolio-scroll-effect__media--image {
    aspect-ratio: 0.72;
  }
}
@media (min-width: 992px) {
  .portfolio-scroll-effect__media--image {
    border-radius: 1vw;
  }
}
@media (max-width: 991px) {
  .portfolio-scroll-effect__media--image {
    border-radius: 10vw;
  }
}
.portfolio-scroll-effect__media--video {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
@media (min-width: 992px) {
  .portfolio-scroll-effect__media--video {
    aspect-ratio: 1.9512195122;
  }
}
@media (max-width: 991px) {
  .portfolio-scroll-effect__media--video {
    aspect-ratio: 0.72;
  }
}
@media (min-width: 992px) {
  .portfolio-scroll-effect__media--video {
    border-radius: 1vw;
  }
}
@media (max-width: 991px) {
  .portfolio-scroll-effect__media--video {
    border-radius: 10vw;
  }
}
.portfolio-scroll-effect__media--category {
  position: absolute;
  top: calc(24px + 17 * ((100vw - 320px) / 1600));
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: calc(5px + 5 * ((100vw - 320px) / 1600)) calc(14px + 6 * ((100vw - 320px) / 1600));
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  letter-spacing: 1.5px;
}
.portfolio-scroll-effect__media--title {
  display: grid;
  place-content: center;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: calc(50px + 36 * ((100vw - 320px) / 1600));
  font-weight: 400;
}
.portfolio-scroll-effect__media--client {
  position: absolute;
  bottom: calc(20px + 19 * ((100vw - 320px) / 1600));
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.portfolio-scroll-effect__media--curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .portfolio-scroll-effect__media--curtain {
    border-radius: 1vw;
  }
}
@media (max-width: 991px) {
  .portfolio-scroll-effect__media--curtain {
    border-radius: 10vw;
  }
}
.nav {
  display: flex;
  width: calc(100% - (2 * calc(24px + 40 * ((100vw - 320px) / 1600))));
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.nav__first {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .nav__first {
    width: 100%;
  }
}
.nav__first > a {
  z-index: 11;
  text-decoration: none;
}
.nav__first > a:hover {
  text-decoration: none;
}
.nav__first > a > h1 {
  font-size: 26px;
  font-weight: 100;
}
.nav__centered {
  position: fixed;
  left: -100vw;
  top: 0px;
  flex-direction: column;
  background-color: #000000;
  width: 100%;
  transition: 0.3s;
  height: 100vh !important;
  width: 100vw !important;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  gap: 33px;
}
.hamburger {
  display: none;
}
.hamburger span {
  display: block;
  width: 31px;
  height: 2px;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
}
.hamburger span:nth-child(2) {
  width: 21px;
  margin: 0 0 0 10px;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu .current-menu-item:before {
  color: #FE635A;
}
.menu-link {
  font-size: 1.6rem;
  font-weight: 400;
  color: #475569;
}
.menu-link:hover {
  color: #482ff7;
}
.logo {
  z-index: 11;
}
.logo svg {
  max-height: 50px;
}
@media only screen and (max-width: 991px) {
  .menu {
    position: fixed;
    left: -100vw;
    top: 0px;
    flex-direction: column;
    background-color: #000000;
    width: 100%;
    transition: 0.3s;
    height: 100vh !important;
    width: 100vw !important;
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    gap: 33px;
  }
  .menu.active {
    left: 0;
    z-index: 10;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 11;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.home-hero-baner {
  position: relative;
  top: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
  overflow: hidden;
}
.home-hero-baner__wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  height: 100svh;
  width: 100%;
}
.home-hero-baner__wrapper--logo {
  text-shadow: 0px 0px 75px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .home-hero-baner__wrapper--logo {
    font-size: calc(55vw - 64px);
  }
}
@media (min-width: 992px) {
  .home-hero-baner__wrapper--logo {
    font-size: 380px;
  }
}
.home-hero-baner__slider-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.home-hero-baner__slider-item-image {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 90%;
}
.home-hero-baner__slider-item--active {
  opacity: 1;
}
.home-hero-baner__slider-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: 5px solid #000000;
  display: none;
}
.home-hero-baner__slider-buttons-controls {
  padding: 5px;
}
.home-hero-baner__link {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 96px;
  z-index: 2;
  place-content: center;
  margin: 0 auto;
  text-decoration: none;
}
@media (max-width: 991px) {
  .home-hero-baner__link {
    display: flex;
  }
}
@media (min-width: 992px) {
  .home-hero-baner__link {
    display: none;
  }
}
.home-hero-baner__arrow {
  color: #FFFFFF;
  text-shadow: 0px 0px 75px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .home-hero-baner__arrow {
    display: flex;
    align-items: center;
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .home-hero-baner__arrow {
    display: none;
  }
}
.home-intro {
  display: grid;
  place-content: center;
  position: relative;
  padding-top: calc(96px + 94 * ((100vw - 320px) / 1600));
  width: 100%;
  height: 100%;
}
.home-intro__text {
  color: #F5F4F3;
  text-align: center;
  font-size: calc(32px + 6 * ((100vw - 320px) / 1600));
  line-height: calc(36px + 8 * ((100vw - 320px) / 1600));
}
@media (max-width: 991px) {
  .home-intro__text {
    max-width: calc(100% - 104px);
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .home-intro__text {
    max-width: 807px;
  }
}
.project {
  overflow: hidden;
  padding-top: 100px;
}
.project__head {
  padding: 0 0 46px 0;
  width: calc(100% - (2 * calc(24px + 40 * ((100vw - 320px) / 1600))));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .project__head {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .project__head {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .project__head {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .project__head {
    gap: 16px;
    align-items: flex-start;
  }
}
.project__head--title {
  font-size: calc(34px + 36 * ((100vw - 320px) / 1600));
  line-height: calc(47px + 33 * ((100vw - 320px) / 1600));
}
.project__head--client {
  border-radius: 50px;
  border: 1px solid #fff;
  padding: calc(9px + 1 * ((100vw - 320px) / 1600)) calc(12px + 8 * ((100vw - 320px) / 1600));
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  letter-spacing: 1.5px;
}
.project__cover {
  width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .project__cover {
    gap: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .project__cover {
    flex-direction: column;
    gap: 16px;
  }
}
.project__cover--movie {
  aspect-ratio: var(--aspect-ratio, unset);
  object-position: var(--object-position, center);
  display: block;
  width: 100%;
  object-fit: cover;
  background-size: cover;
}
.project__cover--photo {
  aspect-ratio: var(--aspect-ratio, unset);
  object-position: var(--object-position, center);
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.project__challenge {
  padding-top: calc(48px + 42 * ((100vw - 320px) / 1600));
  padding-bottom: calc(90px + 0 * ((100vw - 320px) / 1600));
  width: calc(100% - (2 * calc(24px + 40 * ((100vw - 320px) / 1600))));
  margin: 0 auto;
  display: flex;
}
@media (max-width: 991px) {
  .project__challenge {
    flex-direction: column;
    gap: 21px;
  }
}
.project__challenge--title {
  flex: 50%;
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  line-height: calc(18px + 0 * ((100vw - 320px) / 1600));
  letter-spacing: 1.4px;
}
.project__challenge--text {
  flex: 50%;
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  line-height: calc(20px + 11 * ((100vw - 320px) / 1600));
}
.project__content {
  position: relative;
  width: calc(100% - (2 * calc(24px + 40 * ((100vw - 320px) / 1600))));
  margin: 0 auto;
  display: flex;
}
.project__content-center {
  width: 33.33% !important;
  margin: 0 auto !important;
  padding-top: calc(34px + 100 * ((100vw - 320px) / 1600));
  padding-bottom: calc(34px + 100 * ((100vw - 320px) / 1600));
}
.project__content-center::before {
  font-family: "icomoon";
  content: var(--content, " ");
  display: block;
  position: absolute;
  z-index: -1;
  bottom: var(--bottom, calc(-1* ( calc(79px + 211 * ((100vw - 320px) / 1600)) / 2)));
  top: var(--top, calc(-1* ( calc(79px + 211 * ((100vw - 320px) / 1600)) / 2)));
  left: var(--left, calc((-1 * 100%) - calc(1* ( calc(79px + 211 * ((100vw - 320px) / 1600)) / 2))));
  right: var(--right, calc((-1 * 100%) - calc(1* ( calc(79px + 211 * ((100vw - 320px) / 1600)) / 2))));
  font-size: calc(79px + 211 * ((100vw - 320px) / 1600));
}
@media (min-width: 992px) {
  .project__content {
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .project__content {
    gap: 16px;
  }
  .project__content:not(first-child) {
    margin-top: 16px;
  }
}
.project__content--movie {
  aspect-ratio: var(--aspect-ratio, unset);
  object-position: var(--object-position, center);
  width: var(--width, 100%);
  height: var(--height, unset);
  display: block;
  object-fit: cover;
  background-size: cover;
}
.project__content--photo {
  aspect-ratio: var(--aspect-ratio, unset);
  object-position: var(--object-position, center);
  width: var(--width, 100%);
  height: var(--height, unset);
  object-fit: cover;
  background-size: cover;
}
.work {
  display: flex;
  justify-content: center;
  padding-top: calc(97px + 10 * ((100vw - 320px) / 1600));
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}
.work__container {
  width: calc(100% - (2 * calc(24px + 40 * ((100vw - 320px) / 1600))));
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .work__container {
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .work__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.work__item {
  position: relative;
}
@media (min-width: 992px) {
  .work__item {
    flex: 1 0 calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .work__item {
    flex: 1 0 100%;
  }
}
.work__item video {
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.work__item--project {
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.work__item--project-icon {
  font-size: 6px;
}
.work__item--project-title {
  padding: 5px;
}
@media (min-width: 992px) {
  .work__item--project {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .work__item--project {
    opacity: 1;
  }
}
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 999;
  transition: opacity 0.2s ease;
}
.piu {
  cursor: none;
  font-size: 0.9rem;
  opacity: 0;
  color: white;
  transition: opacity 0.2s ease;
  /*   pointer-events: none; */
  display: flex;
}
.piu .icon-arrow-mini {
  font-size: 3px;
}
.piu--title {
  padding: 2.5px 1px;
  font-size: 10px;
  width: 100px;
  display: block;
}
.cursor-follower {
  /*   position: fixed;
  top: 0;
  left: 0;  
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  transform: translate(4px, 4px); */
}
.work__item:hover {
  cursor: none;
}
.cursor, .cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.division-head {
  position: relative;
}
.division-head--title {
  padding-top: calc(70px + -16 * ((100vw - 320px) / 1600));
  container-type: inline-size;
  overflow: hidden;
  padding-bottom: calc(60px + 6 * ((100vw - 320px) / 1600));
}
.division-head--title-division {
  color: #fff;
  font-size: 25.4cqw;
  margin-left: -2%;
  height: 23.5cqw;
}
.division-head--text {
  padding-bottom: calc(60px + 6 * ((100vw - 320px) / 1600));
}
.division-head--text-wrapper {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - (2 * calc(24px + 40 * ((100vw - 320px) / 1600))));
  margin: 0 auto;
}
.division-head--text-description {
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  line-height: calc(20px + 11 * ((100vw - 320px) / 1600));
}
@media (min-width: 992px) {
  .division-head--text-description {
    max-width: 45%;
  }
}
.division-head--icon {
  position: absolute;
  left: calc(-1 * calc(65px + 17.5 * ((100vw - 320px) / 1600)));
  font-size: calc(180px + 105 * ((100vw - 320px) / 1600));
  z-index: -1;
}
@media (max-width: 991px) {
  .division-head--icon {
    bottom: calc(-1 * calc(90px + 52.5 * ((100vw - 320px) / 1600)) - 70px);
  }
}
@media (min-width: 992px) {
  .division-head--icon {
    bottom: calc(-1 * calc(90px + 52.5 * ((100vw - 320px) / 1600)));
  }
}
@media (max-width: 992px) {
  .division-content {
    margin-top: calc(70px + 0 * ((100vw - 320px) / 1600));
  }
}
.division-content__wrapper {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - (2 * calc(24px + 40 * ((100vw - 320px) / 1600))));
  margin: 0 auto;
  gap: 16px;
}
@media (max-width: 991px) {
  .division-content__wrapper {
    flex-direction: column;
  }
}
.division-content__wrapper--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.division-content__wrapper--video {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
@media (min-width: 992px) {
  .division-content__wrapper--video {
    aspect-ratio: 1.9512195122;
  }
}
@media (max-width: 991px) {
  .division-content__wrapper--video {
    aspect-ratio: 1.3333333333;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fflairmotion.pl%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F00_tools%2F_01_visibility.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F02_libs%2F_00_fonts.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F02_libs%2F_01_icomoon.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F03_elements%2F_00_all_elements.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F03_elements%2F_01_body.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F03_elements%2F_02_h.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F03_elements%2F_03_a.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F03_elements%2F_04_img.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F03_elements%2F_05_video.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F04_components%2F_00_header.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F04_components%2F_01_footer.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F04_components%2F_02_marquee.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F04_components%2F_03_effect031.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F04_components%2F_04_effect042.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F04_components%2F_nav.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F05_page_templates%2F_00_home.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F05_page_templates%2F_01_single.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F05_page_templates%2F_02_work.scss%22%2C%22wp-content%2Fthemes%2Fflair-motion%2Fassets%2Fscss%2F05_page_templates%2F_03_division.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAEI%3BAACI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BACJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3DV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACjDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BACZC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDH%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BACJF%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BACFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBQ%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxIZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FCC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC9EA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzJZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAUJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACvKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1IA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvMX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpKQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */