@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/* Fonts */
@font-face {
  font-family: "Work Sans";
  src: url("/fonts/WorkSans.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 1 999;
}
@font-face {
  font-family: "Work Sans";
  src: url("/fonts/WorkSans-Italic.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 1 999;
  font-style: italic;
}
@font-face {
  font-family: "Coming";
  src: url("/fonts/InterVariable.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 1 999;
}
/* Color */
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-outer [data-action] {
  display: none;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-nav {
  display: flex;
  gap: 5px;
}
.tns-nav button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #232322;
  border: none;
}
.tns-nav button.tns-nav-active {
  background-color: #2DD368;
}

/* Color */
::-moz-selection {
  color: #232322;
  background: #2DD368;
}

::selection {
  color: #232322;
  background: #2DD368;
}

*::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: #232322;
  outline: 1px solid #EEE9DA;
}
*::-webkit-scrollbar-thumb {
  background: #2DD368;
  border: 4px solid #232322;
  border-radius: 50%;
}

/* Lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*	General	*/
html,
body {
  height: 100%;
}

body {
  background-color: #232322;
  color: #EEE9DA;
  font-size: 16px;
  font-family: "Work Sans";
  font-weight: 300;
}
@media only screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (min-width: 560px) {
  .main {
    padding-left: 60px;
  }
}

a {
  cursor: pointer;
  outline: none;
  color: #EEE9DA;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  a:hover {
    color: #2DD368;
  }
}

a img {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4 {
  font-weight: normal;
  line-height: 110%;
  font-family: "Work Sans";
  margin-bottom: 0.2em;
  text-wrap: balance;
}

p {
  font-size: 1.4em;
  line-height: 130%;
  text-wrap: balance;
}
p b, p strong {
  font-weight: 600;
}

p + p {
  margin-top: 1em;
}

.title {
  font-size: 2.6em;
  font-weight: lighter;
  text-wrap: balance;
}

.subtitle {
  font-size: 2em;
  font-weight: lighter;
  text-wrap: balance;
}

.text ul {
  margin-block: 1em;
  padding-left: 1em;
}
.text ul li {
  font-size: 1.1em;
  line-height: 130%;
  text-wrap: balance;
}
.text ul li + li {
  margin-top: 0.4em;
}

label {
  font-family: "Work Sans";
  font-weight: 300;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

input[type=text],
input[type=text],
input[type=number],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
textarea {
  border: 1px solid #232322;
  padding: 0px 15px;
  height: 46px;
  background-color: transparent;
  color: #232322;
  font-size: 16px;
  border-radius: 5px;
  font-family: "Work Sans";
  font-weight: 300;
  font-weight: 500;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  input[type=text]:hover,
  input[type=text]:hover,
  input[type=number]:hover,
  input[type=email]:hover,
  input[type=mail]:hover,
  input[type=tel]:hover,
  input[type=password]:hover,
  textarea:hover {
    border-color: #2DD368;
  }
}
input[type=text]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=mail]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #2DD368;
}
input[type=text]:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=mail]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
textarea:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
input[type=text]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=mail]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: rgb(163.347826087, 163.347826087, 160.652173913);
}
input[type=text].error,
input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=mail].error,
input[type=tel].error,
input[type=password].error,
textarea.error {
  border-color: #cc0000;
}

textarea {
  min-height: 100px;
  padding-top: 7px;
}

.btn[type=submit] {
  color: #232322;
  border-color: #232322;
  font-size: 1.5em;
}

.error-msg {
  display: block;
  font-size: 15px;
  color: #990000;
  padding-top: 8px;
}

.input + .input {
  margin-top: 18px;
}

.radio,
.checkbox {
  margin-top: 20px;
  position: relative;
}
.radio + .checkbox, .radio + .radio,
.checkbox + .checkbox,
.checkbox + .radio {
  margin-top: 10px;
}
.radio .group,
.checkbox .group {
  position: relative;
}
.radio .group + .group,
.checkbox .group + .group {
  margin-top: 20px;
}
.radio .group label span,
.checkbox .group label span {
  margin-top: 4px;
  display: block;
  font-size: 0.8em;
  line-height: 130%;
}
.radio label a,
.checkbox label a {
  color: inherit;
}
@media only screen and (min-width: 900px) {
  .radio label a:hover,
  .checkbox label a:hover {
    color: #2DD368;
  }
}
.radio label .except,
.checkbox label .except {
  color: #232322;
  font-weight: normal;
}
.radio + .submit,
.checkbox + .submit {
  margin-top: 20px;
}
.radio + .submit input,
.checkbox + .submit input {
  width: 100%;
  justify-content: center;
}

input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding: 5px;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  color: #232322;
  transition: color 0.3s ease-out;
}

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  color: #232322;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  background: #fff;
  border: 2px solid #232322;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-left: -32px;
  margin-top: 0.15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0px;
}

input[type=radio].error + label:before,
input[type=checkbox].error + label:before {
  border-color: #cc0000;
}

input[type=radio]:hover + label:before,
input[type=checkbox]:hover + label:before,
input[type=radio] + label:hover:before,
input[type=checkbox] + label:hover:before {
  border-color: #2DD368;
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
  color: #2DD368;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border-color: #dadada;
  background-color: #eaeaea;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #ccc;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #232322;
}

input[type=checkbox] {
  position: absolute;
  top: 10px;
  border-radius: 2px;
}

input[type=checkbox] + label {
  padding-top: 10px;
}

input[type=checkbox] + label:before {
  margin-top: 8px;
}

input[type=checkbox] + label:before {
  content: "×";
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  padding: 0px 0 2px 0px;
  font-weight: 350;
}

input[type=checkbox]:checked + label:before {
  background-color: #2DD368;
  color: #000;
  border-color: #2DD368;
}

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
  cursor: default;
}

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: 0.05em 0 0 #bbb, -0.05em 0 0 #bbb;
}

.btn {
  background: none;
  border: 1px solid #EEE9DA;
  color: #EEE9DA;
  font-weight: 300;
  text-align: center;
  font-size: 1.2em;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  min-width: 9em;
  padding-inline: 0.7em;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media only screen and (max-width: 560px) {
  .btn {
    font-size: 1em;
  }
}
@media only screen and (min-width: 900px) {
  .btn:hover {
    border-color: #2DD368;
    color: #2DD368;
  }
}
.btn.active {
  background-color: #2DD368;
  border-color: #2DD368;
  color: #232322;
  cursor: default;
  pointer-events: none;
}

.bigtitle {
  padding: 60px 30px;
}
.bigtitle > div:first-child {
  font-size: 9.5vw;
  font-weight: 500;
}
@media only screen and (max-width: 560px) {
  .bigtitle > div:first-child {
    font-size: 76px;
  }
}
.bigtitle > div:last-child {
  padding-left: 25vw;
  margin-top: -2vw;
  font-size: 7vw;
  font-weight: 300;
}
@media only screen and (max-width: 560px) {
  .bigtitle > div:last-child {
    font-size: 56px;
    padding-left: 0px;
    text-align: right;
    width: 100%;
  }
}
header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: rgba(35, 35, 34, 0.93);
  border-right: 1px solid #EEE9DA;
  transition: width 0.3s ease-out;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  header {
    bottom: auto;
    right: 0;
    width: 100%;
    height: 56px;
    border-right: none;
    border-bottom: 1px solid #EEE9DA;
  }
}
header .home {
  position: absolute;
  z-index: 10;
  background-color: #232322;
  inset: 0;
  width: 60px;
  padding: 20px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
header .home img {
  width: 20px;
}
@media only screen and (max-width: 560px) {
  header .home img {
    position: absolute;
    left: 15px;
    transform-origin: left bottom;
    transform: rotate(90deg) translateX(-20px);
  }
}
@media only screen and (max-width: 560px) {
  header .home {
    width: 100%;
    height: 56px;
  }
}
header nav ul {
  border-top: 1px solid #EEE9DA;
  width: 100dvh;
  position: absolute;
  left: 60px;
  top: 100dvh;
  transform-origin: left top;
  transform: rotate(-90deg);
  z-index: 2;
}
@media only screen and (max-width: 560px) {
  header nav ul {
    transform: none;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100dvh;
    border: none;
  }
}
header nav ul li {
  position: relative;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  opacity: 0;
  transform: translateY(-10vw);
}
header nav ul li:nth-child(1) {
  transition-delay: 0.1s;
  z-index: 5;
}
header nav ul li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 4;
}
header nav ul li:nth-child(3) {
  transition-delay: 0.3s;
  z-index: 3;
}
header nav ul li:nth-child(4) {
  transition-delay: 0.4s;
  z-index: 2;
}
header nav ul li:nth-child(5) {
  transition-delay: 0.6s;
  z-index: 1;
}
header nav ul li + li {
  margin-top: 1px;
}
header nav ul li .scroll {
  display: none;
  position: absolute;
  inset: 0;
  background: #232322;
  color: #232322;
  text-shadow: 1px 1px 0px #EEE9DA, -1px 1px 0px #EEE9DA, 1px -1px 0px #EEE9DA, -1px -1px 0px #EEE9DA;
  padding-top: 1.4vw;
  animation: scroller 10s linear;
  animation-play-state: paused;
  white-space: nowrap;
}
header nav ul li .scroll span:after {
  content: "";
  width: 1em;
  height: 0.6em;
  background: url("/img/arrow-right.svg") no-repeat left center;
  background-size: contain;
  margin-inline: 0.2em -0.05em;
  display: inline-flex;
}
header nav ul li a {
  width: 100dvh;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8em;
  text-transform: uppercase;
  text-align: center;
  background-color: #EEE9DA;
  color: #232322;
  text-decoration: none;
}
@media only screen and (max-width: 560px) {
  header nav ul li a {
    height: auto;
    text-align: left;
    justify-content: flex-start;
    font-size: 56px;
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 900px) {
  header nav ul li a:hover {
    background-color: #232322;
    color: #2DD368;
  }
  header nav ul li a:hover .scroll {
    display: block;
    animation-play-state: running;
  }
}
@keyframes scroller {
  100% {
    text-indent: -300vh;
  }
}

.menu-open {
  overflow: hidden;
}
@media only screen and (min-width: 560px) {
  .menu-open header {
    width: calc(100vw + 1px);
  }
}
@media only screen and (max-width: 560px) {
  .menu-open header {
    height: 100dvh;
    border-bottom: none;
  }
}
.menu-open header nav ul li {
  opacity: 1;
  transform: translateY(0vw);
}
@media only screen and (max-width: 560px) {
  .menu-open header nav ul li a .scroll {
    display: block;
    animation-play-state: running;
  }
}

.show-menu {
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
  padding: 20px;
  display: flex;
  gap: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 560px) {
  .show-menu {
    left: auto;
    right: 0;
    padding: 10px;
    gap: 6px;
  }
}
.show-menu i {
  display: block;
  height: 36px;
  width: 1px;
  background-color: #EEE9DA;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  .show-menu:hover i {
    background-color: #2DD368;
  }
}
.show-menu.open i:nth-child(1) {
  transform: scaleY(0);
}
.show-menu.open i:nth-child(2) {
  transform: rotate(45deg) translateX(4px);
}
.show-menu.open i:nth-child(3) {
  transform: rotate(-45deg) translateX(-4px);
}
.show-menu.open i:nth-child(4) {
  transform: scaleY(0);
}

.projects-section .filters {
  display: flex;
  gap: 1.5em;
  padding-inline: 1.5em;
  border-top: 1px solid #EEE9DA;
  border-bottom: 1px solid #EEE9DA;
}
.projects-section .filters .btn {
  flex: 1;
  font-size: 1.4em;
  margin-block: -1px;
  position: relative;
  z-index: 1;
}

.projects-list {
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  border-bottom: 1px solid #EEE9DA;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  .projects-list {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-top: 66px;
    padding-bottom: 10px;
  }
  .projects-list::-webkit-scrollbar {
    height: 1px;
  }
  .projects-list::-webkit-scrollbar-track {
    box-shadow: none;
    background: transparent;
    outline: none;
  }
  .projects-list::-webkit-scrollbar-thumb {
    background: transparent;
    border: 0px solid transparent;
    border-radius: 0;
  }
}
.projects-list .ast {
  display: block;
  background: url("/img/asterisco.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: calc(50% - (50dvh - 120px));
  height: calc(100dvh - 240px);
  width: calc(100dvh - 240px);
  opacity: 0.05;
}
@media only screen and (max-width: 560px) {
  .projects-list .ast {
    display: none;
  }
}
.projects-list .panel {
  width: 25vw;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 560px) {
  .projects-list .panel {
    width: 90vw;
  }
}
.projects-list .panel + .panel {
  margin-left: -6px;
}
@media only screen and (min-width: 900px) {
  .projects-list .panel:hover {
    z-index: 5;
  }
}
.projects-list a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
  background-color: #232322;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-out;
}
.projects-list a .badget {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.projects-list a .badget .name {
  padding-left: 10px;
}
.projects-list a .badget .client {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
}
.projects-list a .badget .client img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-list a .image {
  display: block;
  height: calc(100dvh - 120px);
}
@media only screen and (max-width: 560px) {
  .projects-list a .image {
    height: calc(100dvh - 76px);
  }
}
.projects-list a .image img, .projects-list a .image video {
  opacity: 0.6;
  display: block;
  height: 100%;
  width: 100%;
  transform: scale(1.1);
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.projects-list a .text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  white-space: normal;
}
.projects-list a .text h2 {
  font-size: 1.5em;
  line-height: 110%;
}
@media only screen and (min-width: 900px) {
  .projects-list a:hover {
    color: #EEE9DA;
    transform: scale(1.05);
    z-index: 5;
  }
  .projects-list a:hover .image img, .projects-list a:hover .image video {
    opacity: 0.1;
    transform: scale(1);
    filter: grayscale(100%);
  }
  .projects-list a:hover .text {
    opacity: 1;
    transform: translateY(0px);
  }
}

.modal {
  background-color: #EEE9DA;
  color: #232322;
  position: fixed;
  z-index: 999;
  inset: 180px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 560px) {
  .modal {
    inset: 30px;
  }
}
.modal.open {
  display: block;
}
.modal .close {
  border-bottom: 1px solid #232322;
  display: flex;
  justify-content: flex-end;
}
.modal .close .btn {
  color: #232322;
  border-color: #232322;
  margin: -1px 0;
}
@media only screen and (min-width: 900px) {
  .modal .close .btn:hover {
    color: #2DD368;
    border-color: #2DD368;
  }
}
.modal .modal-content {
  height: calc(100% - 60px);
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .modal .modal-content {
    padding: 20px;
  }
}
.modal .modal-content p {
  font-weight: 300;
  font-size: 3.5vw;
  line-height: 110%;
}
@media only screen and (max-width: 560px) {
  .modal .modal-content p {
    font-size: 26px;
  }
}

.ball {
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: left 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out;
  position: fixed;
  top: 0;
  left: -20px;
  z-index: 100000;
  background: url("/img/mousse.svg") no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 560px) {
  .ball {
    display: none;
  }
}
.ball.hide {
  width: 14px;
  height: 14px;
  left: -7px;
}

.prefooter {
  overflow: hidden;
  padding-block: 120px;
  border-top: 1px solid #EEE9DA;
  border-bottom: 1px solid #EEE9DA;
  background-color: #232322;
  color: #EEE9DA;
}
@media only screen and (max-width: 560px) {
  .prefooter {
    padding: 30px 20px;
  }
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  line-height: 130%;
  font-size: 1.4em;
  background-color: #232322;
  color: #EEE9DA;
}
@media only screen and (max-width: 560px) {
  footer {
    display: block;
    text-align: center;
  }
}
footer a {
  text-decoration: none;
}
footer .tel {
  font-size: 1.4em;
}
footer > div {
  align-items: center;
  padding: 20px;
}
footer > div + div {
  border-left: 1px solid #EEE9DA;
}
@media only screen and (max-width: 560px) {
  footer > div + div {
    border-left: none;
    border-top: 1px solid #EEE9DA;
  }
}
@media only screen and (max-width: 560px) {
  footer .contact {
    padding-block: 30px;
  }
  footer .contact a {
    display: block;
  }
}
footer .copy {
  font-size: 0.6em;
  line-height: 110%;
  text-align: right;
  text-wrap: balance;
}
@media only screen and (max-width: 560px) {
  footer .copy {
    text-align: center;
    padding-block: 30px;
  }
  footer .copy > a {
    display: block;
  }
}
footer .copy > span {
  display: block;
  margin-top: 8px;
  margin-bottom: 0px;
}
footer .copy small {
  display: block;
}
footer .redes {
  padding: 0;
}
footer .redes ul {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 560px) {
  footer .redes ul {
    display: block;
  }
}
footer .redes ul li {
  list-style: none;
  flex: 1;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 560px) {
  footer .redes ul li + li {
    border-left: 1px solid #EEE9DA;
  }
}
@media only screen and (max-width: 560px) {
  footer .redes ul li + li {
    border-top: 1px solid #EEE9DA;
  }
}
footer .redes ul li a {
  padding-inline: 2em;
  height: 2.4em;
  font-size: 1.3em;
}

.sticker {
  position: fixed;
  width: 180px;
  height: 180px;
  z-index: 200;
  transition: transform 0.3s ease-out;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.sticker:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.sticker.grabbing {
  transform: scale(1.3);
}
.sticker .stick {
  display: block;
  width: 180px;
  height: 180px;
  transition: transform 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  .sticker:hover .stick {
    animation: shake 0.3s ease-out infinite;
  }
  @keyframes shake {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}

.shop-block {
  border-top: 1px solid #EEE9DA;
}
.shop-block .shop-header {
  font-size: 5.5vw;
  white-space: nowrap;
  overflow: hidden;
  padding: 15px 0;
  font-weight: 500;
}
.shop-block .shop-header span {
  display: inline-block;
  overflow: hidden;
  width: 0.5em;
  height: 0.5em;
  background: url("/img/asterisco-verde.svg") no-repeat center center transparent;
  background-size: 100%;
  position: relative;
  text-indent: -9999px;
}

.shop-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #EEE9DA;
  border-bottom: 1px solid #EEE9DA;
}
.shop-list > * {
  text-decoration: none;
  display: block;
  border-right: 1px solid #EEE9DA;
}
.shop-list > *:first-child {
  border-left: 1px solid #EEE9DA;
}
.shop-list > * .image {
  overflow: hidden;
  background-color: #EEE9DA;
}
.shop-list > * .image img {
  display: block;
  mix-blend-mode: multiply;
}
.shop-list > * .text {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 60px;
  font-size: 20px;
}
@media only screen and (max-width: 560px) {
  .shop-list > * .text {
    grid-template-columns: auto 60px;
    font-size: 16px;
  }
}
.shop-list > * .text .name {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  white-space: wrap;
}
.shop-list > * .text .price {
  height: 60px;
  border-left: 1px solid #EEE9DA;
}
.shop-list > * .text .price span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  width: calc(100% + 2px);
  margin: -1px;
  border: 1px solid #EEE9DA;
  border-radius: 100%;
}
@media only screen and (min-width: 900px) {
  .shop-list a.product:hover .image img {
    transform: scale(1.05);
  }
}

.loading {
  position: fixed;
  background: url("/img/mousse.svg") no-repeat center center #232322;
  background-size: 40px;
  overflow: hidden;
  z-index: 99999999999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loading .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2DD368;
  margin: -4px 0 0 -4px;
}
.loading .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.loading .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loading .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.loading .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loading .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.loading .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loading .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.loading .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loading .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.loading .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loading .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.loading .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loading .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.loading .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loading .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.loading .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

.legal-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px;
}
@media only screen and (max-width: 560px) {
  .legal-box {
    padding: 76px 10px 20px;
  }
}
.legal-box h3 {
  font-weight: lighter;
  font-size: 1.8em;
}
.legal-box p + h3 {
  margin-top: 1.2em;
}
.legal-box p + h2 {
  margin-top: 2em;
}
.legal-box p + ul,
.legal-box p + ol {
  margin-top: 1em;
}
.legal-box ul, .legal-box ol {
  font-size: 1.2em;
  line-height: 130%;
  text-wrap: balance;
}
.legal-box ul li + li, .legal-box ol li + li {
  margin-top: 0.8em;
}
.legal-box ul + p,
.legal-box ul + ul,
.legal-box ul + ol, .legal-box ol + p,
.legal-box ol + ul,
.legal-box ol + ol {
  margin-top: 1em;
}
.legal-box table {
  border-collapse: collapse;
  margin-block: 2em;
  width: 100%;
}
.legal-box table td {
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75em;
}

.coming-content {
  background: #efefef;
  color: #000;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 1000000;
  inset: 0;
  font-family: "Coming";
  font-weight: 350;
}
.coming-content .logo {
  padding: 30px 50px 30px 30px;
}
@media only screen and (max-width: 560px) {
  .coming-content .logo {
    padding: 10px;
  }
}
.coming-content .logo img {
  width: 100%;
}
.coming-content .video {
  position: absolute;
  margin-top: -22vw;
}
@media only screen and (max-width: 560px) {
  .coming-content .video {
    margin-top: 30vw;
  }
}
.coming-content .video video {
  mix-blend-mode: difference;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 560px) {
  .coming-content .video video {
    transform: scale(1.5);
  }
}
.coming-content .text {
  text-align: center;
  max-width: 1000px;
  margin: 18vw auto 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 560px) {
  .coming-content .text {
    padding: 0 30px;
    margin-top: 40vh;
  }
}
.coming-content .text p {
  font-size: 1em;
}
.coming-content .text .links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
.coming-content .text .links a {
  color: #000;
  font-style: italic;
  font-size: 1em;
}
@media only screen and (min-width: 900px) {
  .coming-content .text .links a:hover {
    text-decoration: none;
  }
}
.coming-content .foot {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 20px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 560px) {
  .coming-content .foot {
    padding: 10px;
    font-size: 0.75em;
  }
}
.coming-content .foot p + p {
  margin: 0;
}

.home {
  overflow-x: hidden;
}
.home .intro .image {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  background-color: #EEE9DA;
}
.home .intro .image img, .home .intro .image video {
  height: 120%;
  width: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  transition: height 10s ease-out, width 10s ease-out, filter 1s ease-out 0.6s;
}
.home .intro .image.visible img, .home .intro .image.visible video {
  height: 100%;
  width: 100%;
  filter: grayscale(0%);
}
.home .intro .image .scrollto {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEE9DA;
  overflow: hidden;
  transition: opacity 0.3s;
}
@keyframes scrollmore {
  0% {
    transform: translateY(-200%);
  }
  20% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200%);
  }
}
.home .intro .image .scrollto svg {
  width: 60%;
  animation: scrollmore 2s ease-in infinite;
}
.home .intro .text {
  padding: 120px 30px;
}
.home .intro .text .subtitle {
  font-size: 5.5vw;
  line-height: 90%;
  padding-right: 20vw;
}
@media only screen and (max-width: 560px) {
  .home .intro .text .subtitle {
    font-size: 56px;
    padding-right: 0;
  }
}
.home .intro .text .subtitle b {
  font-weight: 100;
  transition: font-weight 0.3s ease-out;
  display: inline-block;
}
@media only screen and (max-width: 560px) {
  .home .intro .text .subtitle b {
    font-weight: 300;
  }
}
.home .intro .text .subtitle span {
  display: inline-block;
}
@media only screen and (max-width: 560px) {
  .home .intro .text .subtitle span {
    display: none;
  }
}
.home .intro .text .subtitle span i {
  transition: all 0.3s ease-in;
  font-style: normal;
  display: inline-block;
  margin-left: -3.1vw;
  opacity: 0;
  font-weight: 500;
}
@media only screen and (min-width: 900px) {
  .home .intro .text .subtitle:hover span i {
    margin-left: 0;
    opacity: 1;
  }
  .home .intro .text .subtitle:hover b {
    font-weight: 500;
  }
}
.home .projects-section .head {
  padding-left: 30px;
  margin-bottom: -30px;
}
.home .about-block {
  position: relative;
  padding: 180px 20vw 180px 30px;
}
@media only screen and (max-width: 560px) {
  .home .about-block {
    padding: 90px 20px;
  }
}
.home .about-block p {
  font-weight: 300;
  font-size: 2.3vw;
  line-height: 110%;
}
@media only screen and (max-width: 560px) {
  .home .about-block p {
    font-size: 26px;
  }
  .home .about-block p br {
    display: none;
  }
}
.home .about-block p b {
  font-weight: 500;
}
.home .shop-list {
  display: block;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.home .shop-list > * {
  display: inline-block;
  width: 25%;
}
@media only screen and (max-width: 560px) {
  .home .shop-list > * {
    width: 50%;
  }
}
.home .sticker {
  width: 43vh;
  height: 43vh;
  right: 80px;
  top: 0;
  position: absolute;
}
@media only screen and (max-width: 560px) {
  .home .sticker {
    right: 0;
    top: auto;
    bottom: 0;
    width: 40vw;
    height: 40vw;
  }
}
.home .sticker .stick {
  width: 100%;
  height: 100%;
  background: url("/img/sticker_big_02.svg") no-repeat center center;
  background-size: contain;
}
.home .sticker.sticker2 {
  width: 30vh;
  height: 15vh;
  right: 30px;
  top: auto;
  bottom: 180px;
}
.home .sticker.sticker2 .stick {
  background-image: url("/img/sticker_big_05.svg");
}
@media only screen and (max-width: 560px) {
  .home .sticker.sticker2 {
    display: none;
  }
}

.home.mini .intro .image .scrollto {
  opacity: 0;
}

.contact {
  overflow-x: hidden;
}
.contact .form-box {
  position: relative;
  z-index: 2;
}
.contact .form-box > .video {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  height: 50vh;
}
@media only screen and (max-width: 560px) {
  .contact .form-box > .video {
    height: calc(50dvh - 23px);
  }
}
.contact .form-box > .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: grayscale(100%);
}
.contact .form-box > .title {
  padding: 0px 60px;
  height: calc(50dvh - 1px);
  display: flex;
  align-items: center;
  font-size: 9em;
  border-bottom: 2px solid #EEE9DA;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 560px) {
  .contact .form-box > .title {
    padding: 0 20px;
    font-size: 56px;
    margin-top: 56px;
    height: calc(50dvh - 23px);
  }
}
.contact .form-box > .title span {
  display: inline-block;
}
.contact .form-box > .title .b {
  margin-left: 0.3em;
  margin-right: -0.6em;
  opacity: 0;
  animation: bambam-b 4s linear infinite;
}
.contact .form-box > .title .bam {
  opacity: 0;
  animation: bambam-bam 4s linear infinite;
}
.contact .form-box > .title .am {
  animation: bambam-am 4s linear infinite;
}
@keyframes bambam-b {
  0% {
    margin-right: -0.6em;
    opacity: 0;
  }
  22% {
    margin-right: -0.6em;
    opacity: 0;
  }
  25% {
    margin-right: 0;
    opacity: 1;
  }
  50% {
    margin-right: 0;
    opacity: 1;
  }
  53% {
    margin-right: -0.6em;
    opacity: 0;
  }
  100% {
    margin-right: -0.6em;
    opacity: 0;
  }
}
@keyframes bambam-bam {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bambam-am {
  0% {
    text-transform: none;
  }
  22% {
    text-transform: none;
  }
  25% {
    text-transform: lowercase;
  }
  50% {
    text-transform: lowercase;
  }
  53% {
    text-transform: none;
  }
  100% {
    text-transform: none;
  }
}
.contact .form-box .subtitle {
  padding: 0 60px;
  height: calc(50dvh - 1px);
  font-size: 9em;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.3s ease-out;
}
@media only screen and (max-width: 560px) {
  .contact .form-box .subtitle {
    padding: 0 20px;
    height: calc(50dvh - 23px);
    font-size: 56px;
  }
}
.contact .form-box .subtitle span {
  display: inline-block;
  width: 100%;
  height: 2px;
  position: relative;
  bottom: -0.35em;
  background-color: #EEE9DA;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  .contact .form-box .subtitle:hover {
    color: #2DD368;
  }
  .contact .form-box .subtitle:hover span {
    background-color: #2DD368;
  }
}
.contact .form-box .options {
  padding: 30px 60px;
  display: none;
  gap: 1em;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
.contact .form-box .options.open {
  display: flex;
}
@media only screen and (max-width: 560px) {
  .contact .form-box .options.open {
    display: block;
  }
}
.contact .form-box .options .btn {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 0;
  font-size: 1.8em;
  aspect-ratio: 35/10;
}
.contact .form-box form {
  padding: 60px;
  background-color: #EEE9DA;
  color: #232322;
  display: none;
  margin-bottom: 120px;
}
@media only screen and (max-width: 560px) {
  .contact .form-box form {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}
.contact .form-box form.open {
  display: block;
}
@media only screen and (min-width: 560px) {
  .contact .form-box form .group {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.contact .form-box form .g-recaptcha {
  margin-top: 15px;
}
.contact .form-box form .info-legal {
  font-size: 0.4em;
  margin-top: 2em;
}
.contact .form-box form .info-legal .name {
  color: #000;
  font-size: 1.6em;
  margin-bottom: 0.7em;
  font-weight: bold;
}
.contact .form-box form .info-legal p + p {
  margin-top: 0.3em;
}
.contact .form-box form .info-legal p a {
  color: #000;
}
.contact .form-box form .submit {
  margin-top: 15px;
}
.contact .form-box form .error {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  color: #ba0707;
}
.contact .form-box form .error:before {
  content: "▲";
  margin-right: 3px;
}
.contact #tools {
  position: relative;
  z-index: 1;
}
.contact #tools canvas {
  width: 100%;
  margin-top: -160vh;
}
.contact .shop-list {
  display: block;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.contact .shop-list > * {
  display: inline-block;
  width: 25%;
}
@media only screen and (max-width: 560px) {
  .contact .shop-list > * {
    width: 50%;
  }
}
.contact .instabox {
  padding: 60px;
  background-color: #EEE9DA;
  color: #232322;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1em;
}
@media only screen and (max-width: 560px) {
  .contact .instabox {
    padding: 20px;
  }
}
.contact .instabox .btn {
  border-color: #232322;
  color: #232322;
}
@media only screen and (min-width: 900px) {
  .contact .instabox .btn:hover {
    border-color: #2DD368;
    color: #2DD368;
  }
}
.contact .telfloat {
  position: fixed;
  right: -10px;
  top: calc(50% - 62px);
  width: 60px;
  height: 120px;
  background: url("/img/call.svg") no-repeat top right;
  background-size: contain;
  overflow: hidden;
  text-indent: -99999px;
  z-index: 200;
  transition: transform 0.3s ease-out, right 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  .contact .telfloat:hover {
    right: 0;
    transform: scale(1.2);
  }
}
.contact .sticker {
  right: 180px;
  top: 180px;
}
@media only screen and (max-width: 560px) {
  .contact .sticker {
    display: none;
  }
}
.contact .sticker .stick {
  background: url("/img/sticker_big_01.svg") no-repeat center center;
  background-size: contain;
}

.about {
  overflow-x: hidden;
}
.about .main {
  overflow-x: hidden;
  width: 100vw;
}
.about .intro .image {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  background-color: #EEE9DA;
}
.about .intro .image img, .about .intro .image video {
  height: 120%;
  width: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  transition: height 10s ease-out, width 10s ease-out, filter 1s ease-out 0.6s;
}
.about .intro .image.visible img, .about .intro .image.visible video {
  height: 100%;
  width: 100%;
  filter: grayscale(0%);
}
.about .intro .image .scrollto {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEE9DA;
  overflow: hidden;
  transition: opacity 0.3s;
}
@keyframes scrollmore {
  0% {
    transform: translateY(-200%);
  }
  20% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200%);
  }
}
.about .intro .image .scrollto svg {
  width: 60%;
  animation: scrollmore 2s ease-in infinite;
}
.about .intro .text {
  padding: 180px 20vw 180px 30px;
}
@media only screen and (max-width: 560px) {
  .about .intro .text {
    padding: 90px 20px;
  }
}
.about .intro .text p {
  font-weight: 300;
  font-size: 2.3vw;
  line-height: 110%;
}
@media only screen and (max-width: 560px) {
  .about .intro .text p {
    font-size: 26px;
  }
}
.about .intro .text p b {
  font-weight: 500;
}
.about .explain {
  padding: 180px 60px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
}
.about .explain .text p {
  font-size: 4em;
  line-height: 100%;
  font-weight: lighter;
}
.about .explain .text p img {
  display: inline;
  height: 0.6em;
  margin-right: 0em;
}
.about .explain .image {
  text-align: right;
  padding-right: 60px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.about .explain .image .btn {
  font-size: 3em;
  font-weight: lighter;
}
.about .explain .image .btn img {
  height: 0.65em;
  margin-left: 0.4em;
}
.about .explain.more-info {
  background-color: #EEE9DA;
  color: #232322;
}
.about .explain.more-info .text p {
  font-size: 2em;
  line-height: 120%;
}
.about .explain.more-info .image .btn:not(:hover) {
  color: #232322;
  border-color: #232322;
}
.about .explain.more-two {
  background-color: #EEE9DA;
  color: #232322;
}
.about .gsap-box:not(.shop-header) {
  background-color: #EEE9DA;
  height: 60px;
  z-index: 2;
  position: relative;
}
.about .gsap-box:not(.shop-header) .scroll-horizontal {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}
.about .gsap-box:not(.shop-header) img {
  height: 40px;
}
.about .shop-list {
  display: block;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.about .shop-list > * {
  display: inline-block;
  width: 25%;
}
@media only screen and (max-width: 560px) {
  .about .shop-list > * {
    width: 50%;
  }
}
.about .sticker {
  width: 43vh;
  height: 43vh;
  right: 180px;
  top: 0;
  position: absolute;
}
.about .sticker .stick {
  width: 100%;
  height: 100%;
  background: url("/img/sticker_big_02.svg") no-repeat center center;
  background-size: contain;
}
.about .sticker.sticker2 .stick {
  background-image: url("/img/sticker_big_03.svg");
}
.about .sticker.sticker3 .stick {
  background-image: url("/img/sticker_big_04.svg");
}

.teamboxWrapper {
  overflow: hidden;
}

.teambox {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  padding-block: 30px;
}
@media only screen and (max-width: 560px) {
  .teambox {
    width: 100vw;
    padding-top: 55px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .teambox::-webkit-scrollbar {
    height: 1px;
  }
  .teambox::-webkit-scrollbar-track {
    box-shadow: none;
    background: transparent;
    outline: none;
  }
  .teambox::-webkit-scrollbar-thumb {
    background: transparent;
    border: 0px solid transparent;
    border-radius: 0;
  }
}
.teambox .person {
  flex-shrink: 0;
  width: 25vw;
  border-top: 2px solid #EEE9DA;
  border-bottom: 2px solid #EEE9DA;
  border-right: 2px solid #EEE9DA;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  .teambox .person {
    width: 95vw;
  }
}
.teambox .person .head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 90px;
  border-bottom: 2px solid #EEE9DA;
}
.teambox .person .head .intro {
  border-right: 2px solid #EEE9DA;
}
.teambox .person .head .intro p {
  font-size: 0.7em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-inline: 1em;
}
.teambox .person .head .position span {
  font-size: 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  border: 2px solid #EEE9DA;
  border-radius: 100%;
  margin: -2px;
  padding-inline: 1em;
  text-transform: uppercase;
}
.teambox .person .photobox {
  position: relative;
}
.teambox .person .photobox .name {
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  padding: 0.8em 0.3em 0;
  position: relative;
  z-index: 6;
}
@media only screen and (max-width: 560px) {
  .teambox .person .photobox .name {
    padding-top: 30px;
  }
}
.teambox .person .photobox .image {
  position: relative;
  overflow: hidden;
  width: calc(25vw - 120px);
  height: 50vh;
  margin: -20px auto 0px;
  background-color: #EEE9DA;
  border-radius: calc((25vw - 120px) / 2);
  z-index: 5;
  transition: background-color 0.3s ease-out;
}
@media only screen and (max-width: 560px) {
  .teambox .person .photobox .image {
    width: calc(95vw - 90px);
    border-radius: calc((95vw - 90px) / 2);
    height: calc(100dvh - 352px);
  }
}
.teambox .person .photobox .image img {
  position: absolute;
  left: 50%;
  top: 0%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
.teambox .person .photobox .image img.alt {
  display: none;
}
.teambox .person .photobox .stripe {
  background-color: #EEE9DA;
  height: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  z-index: 10;
  width: 150%;
  top: calc(75% + 20px);
  left: 50%;
  transform: translateX(-50%) rotate(20deg);
  text-indent: -25vw;
  display: none;
}
.teambox .person .photobox .stripe img {
  height: 60%;
  transform: translateX(-300%);
}
.teambox .person .photobox .stripe.rev {
  z-index: 2;
  transform: translateX(-50%) rotate(-20deg);
}
.teambox .person .text {
  font-weight: lighter;
  margin: 45px 60px 60px;
  height: 90px;
  padding-left: 1em;
  overflow-y: scroll;
}
@media only screen and (max-width: 560px) {
  .teambox .person .text {
    margin: 20px 20px 30px;
  }
}
.teambox .person .text p {
  font-size: 0.9em;
}
.teambox .person .text::-webkit-scrollbar-track {
  outline: none;
}
@media only screen and (min-width: 900px) {
  .teambox .person:hover .photobox .image img:not(.alt) {
    display: none;
  }
  .teambox .person:hover .photobox .image img.alt {
    display: block;
  }
  .teambox .person:hover .photobox .stripe {
    display: flex;
  }
  .teambox .person:hover .photobox .stripe img {
    animation: stripe 8s linear infinite;
  }
  @keyframes stripe {
    100% {
      transform: translateX(100%);
    }
  }
}

.clients {
  position: relative;
}
.clients .names {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.clients .names .name {
  padding-bottom: 75dvh;
  height: 100dvh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8em;
  font-weight: 500;
  color: #EEE9DA;
}
@media only screen and (max-width: 560px) {
  .clients .names .name {
    height: calc(100dvh - 56px);
    font-size: 56px;
    line-height: 90%;
  }
}
.clients .images .image {
  height: 100dvh;
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #232322;
}
@media only screen and (max-width: 560px) {
  .clients .images .image {
    height: calc(100dvh - 56px);
  }
}
.clients .images .image img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  object-fit: cover;
}

@keyframes rotate {
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@keyframes rot {
  100% {
    transform: rotate(360deg);
  }
}
.services {
  background-color: #EEE9DA;
  color: #232322;
  overflow-x: hidden;
}
.services .intro .image {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  background-color: #EEE9DA;
}
.services .intro .image img, .services .intro .image video {
  height: 120%;
  width: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  transition: height 10s ease-out, width 10s ease-out, filter 1s ease-out 0.6s;
}
.services .intro .image.visible img, .services .intro .image.visible video {
  height: 100%;
  width: 100%;
  filter: grayscale(0%);
}
.services .intro .image .scrollto {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEE9DA;
  overflow: hidden;
  transition: opacity 0.3s;
}
@keyframes scrollmore {
  0% {
    transform: translateY(-200%);
  }
  20% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200%);
  }
}
.services .intro .image .scrollto svg {
  width: 60%;
  animation: scrollmore 2s ease-in infinite;
}
.services .intro .text {
  padding: 120px 30vw 120px 30px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .services .intro .text {
    padding: 90px 20px;
  }
}
.services .intro .text .subtitle {
  font-size: 4.5vw;
  line-height: 100%;
  font-weight: 300;
}
@media only screen and (max-width: 560px) {
  .services .intro .text .subtitle {
    font-size: 30px;
  }
}
.services .intro .text .subtitle b {
  font-weight: 300;
  transition: font-weight 0.3s ease-out;
  display: inline-block;
}
@media only screen and (max-width: 560px) {
  .services .intro .text .subtitle b {
    font-weight: 500;
  }
}
.services .intro .text .subtitle span {
  display: inline-block;
}
@media only screen and (max-width: 560px) {
  .services .intro .text .subtitle span {
    display: none;
  }
}
.services .intro .text .subtitle span i {
  transition: all 0.3s ease-in;
  font-style: normal;
  display: inline-block;
  margin-left: -3.1vw;
  opacity: 0;
  font-weight: 500;
}
@media only screen and (min-width: 900px) {
  .services .intro .text .subtitle:hover span i {
    margin-left: 0;
    opacity: 1;
  }
  .services .intro .text .subtitle:hover b {
    font-weight: 500;
  }
}
.services .sticker {
  width: 43vh;
  height: 43vh;
  right: 180px;
  top: 180px;
  position: absolute;
}
@media only screen and (max-width: 560px) {
  .services .sticker {
    display: none;
  }
}
.services .sticker .stick {
  width: 100%;
  height: 100%;
  background: url("/img/sticker_big_06.svg") no-repeat center center;
  background-size: contain;
}
.services .explain {
  align-items: flex-end;
  position: relative;
  padding: 180px 45vw 180px 30px;
}
@media only screen and (max-width: 560px) {
  .services .explain {
    padding: 90px 20px;
  }
}
.services .explain p {
  font-weight: 300;
  font-size: 2.3vw;
  line-height: 110%;
}
@media only screen and (max-width: 560px) {
  .services .explain p {
    font-size: 29px;
  }
}
.services .explain p strong {
  font-weight: 500;
}
.services .explain .btn {
  position: absolute;
  right: 30px;
  bottom: 180px;
  color: #232322;
  border-color: #232322;
  z-index: 2;
  font-size: 1.5em;
}
@media only screen and (min-width: 900px) {
  .services .explain .btn:hover {
    color: #2DD368;
    border-color: #2DD368;
  }
}
@media only screen and (max-width: 560px) {
  .services .explain .btn {
    position: static;
    margin-top: 20px;
  }
}
.services .shop-block {
  background-color: #232322;
  color: #EEE9DA;
}
.services .shop-list {
  display: block;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.services .shop-list > * {
  display: inline-block;
  width: 25%;
}
@media only screen and (max-width: 560px) {
  .services .shop-list > * {
    width: 50%;
  }
}

.services-section {
  background-color: #EEE9DA;
  color: #232322;
  padding: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 560px) {
  .services-section {
    padding: 10px 60px 90px;
  }
}
.services-section .services-box {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 100%;
  border: 1px solid #232322;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.services-section .services-box .atom-rot {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 300px;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -150px;
}
@media only screen and (max-width: 560px) {
  .services-section .services-box .atom-rot {
    height: 100px;
    width: 100px;
    margin: -50px 0 0 -50px;
  }
}
.services-section .services-box .atom {
  height: 300px;
  width: 150px;
  border-radius: 100%;
  border: 1px solid #2DD368;
  z-index: 1;
  transform-origin: 50% 50%;
  animation: rot 10s linear infinite;
}
@media only screen and (max-width: 560px) {
  .services-section .services-box .atom {
    height: 200px;
    width: 100px;
  }
}
.services-section .services-box .text {
  text-align: center;
  max-width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.5em;
  display: none;
  z-index: 2;
  background-color: #EEE9DA;
}
.services-section .services-box .title {
  position: absolute;
  font-size: 4em;
  font-weight: 300;
  line-height: 120%;
  cursor: pointer;
  transition: font-weight 0.2s ease-out;
  z-index: 5;
  background-color: #EEE9DA;
}
@media only screen and (max-width: 560px) {
  .services-section .services-box .title {
    font-size: 1.5em;
  }
}
.services-section .services-box .title:after {
  content: "";
  z-index: -1;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  height: 200px;
  width: 100px;
  border-radius: 100%;
  border: 1px solid #2DD368;
  animation: rotate 3s linear infinite;
}
@media only screen and (min-width: 900px) {
  .services-section .services-box .title:hover {
    color: #2DD368;
    font-weight: 500;
  }
  .services-section .services-box .title:hover:after {
    display: block;
  }
  .services-section .services-box .title:hover + .text {
    display: block;
  }
}
.services-section .services-box .title.tlt_01 {
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.services-section .services-box .title.tlt_02 {
  top: 22%;
  right: 3%;
  transform: translateX(50%);
}
.services-section .services-box .title.tlt_03 {
  top: 50%;
  right: 0%;
  transform: translateX(50%);
}
.services-section .services-box .title.tlt_04 {
  top: 80%;
  right: 15%;
  transform: translateX(50%);
}
.services-section .services-box .title.tlt_05 {
  top: 80%;
  left: 15%;
  transform: translateX(-50%);
}
.services-section .services-box .title.tlt_06 {
  top: 50%;
  left: 0%;
  transform: translateX(-50%);
}
.services-section .services-box .title.tlt_07 {
  top: 22%;
  left: 4%;
  transform: translateX(-50%);
}

.container-office {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  padding: 60px 0 60px;
  background-color: #EEE9DA;
  color: #232322;
  margin-top: -32px;
}
@media only screen and (max-width: 560px) {
  .container-office {
    display: block;
    padding-bottom: 0;
  }
}
.container-office .text {
  padding: 120px 30px;
}
@media only screen and (max-width: 560px) {
  .container-office .text {
    padding: 90px 20px 90px;
  }
}
.container-office .text .subtitle {
  font-size: 5.5vw;
  line-height: 90%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 560px) {
  .container-office .text .subtitle {
    font-size: 56px;
  }
}
.container-office .text .subtitle b {
  font-weight: 100;
  transition: font-weight 0.3s ease-out;
  display: inline-block;
}
@media only screen and (max-width: 560px) {
  .container-office .text .subtitle b {
    font-weight: 300;
  }
}
.container-office .text .subtitle span {
  display: inline-block;
}
@media only screen and (max-width: 560px) {
  .container-office .text .subtitle span {
    display: none;
  }
}
.container-office .text .subtitle span i {
  transition: all 0.3s ease-in;
  font-style: normal;
  display: inline-block;
  margin-left: -3.1vw;
  opacity: 0;
  font-weight: 500;
}
@media only screen and (min-width: 900px) {
  .container-office .text .subtitle:hover span i {
    margin-left: 0;
    opacity: 1;
  }
  .container-office .text .subtitle:hover b {
    font-weight: 500;
  }
}
.container-office .text .btn {
  font-size: 1.5em;
  color: #232322;
  border-color: #232322;
}
@media only screen and (min-width: 900px) {
  .container-office .text .btn:hover {
    color: #2DD368;
    border-color: #2DD368;
  }
}
.container-office .tns-outer .tns-controls,
.container-office .tns-outer .tns-nav {
  display: none;
}
@media only screen and (max-width: 560px) {
  .container-office .slider {
    margin-bottom: -4px;
  }
}
.container-office .slider .image img {
  width: 100%;
  height: auto;
}

.awards {
  padding: 60px 60px 120px;
  counter-reset: section;
  white-space: nowrap;
}
@media only screen and (max-width: 560px) {
  .awards {
    padding: 60px 20px;
  }
}
.awards .box_awards {
  margin: 0 -60px 30px;
}
.awards .tns-outer .tns-controls,
.awards .tns-outer .tns-nav {
  display: none;
}
.awards .slide {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  user-select: none;
  padding-top: 60px;
}
.awards .slide .title {
  text-align: center;
}
.awards .slide .title img {
  width: 80px;
  margin-bottom: 15px;
}
.awards .slide .title .name {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.awards .slide .title .award {
  margin-top: 5px;
  font-size: 0.5em;
  font-weight: 500;
}
.awards .slide .title .place {
  font-size: 0.4em;
  max-width: 500px;
  border-top: 1px solid #EEE9DA;
  margin: 1em auto 0;
  padding-top: 1em;
  text-transform: uppercase;
}
.awards .tns-nav {
  margin-top: 20px;
  justify-content: center;
}

.projects {
  padding-top: 0px;
  white-space: normal;
}

.project-view {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .project-view {
    display: flex;
    flex-direction: column;
  }
}
.project-view .head {
  grid-column: 1/3;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .project-view .head {
    height: 100dvh;
    width: 100%;
    order: 0;
  }
}
.project-view .head .image {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  background-color: #EEE9DA;
}
.project-view .head .image picture {
  display: block;
}
.project-view .head .image video,
.project-view .head .image img {
  display: block;
  height: 120%;
  width: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  transition: height 10s ease-out, width 10s ease-out, filter 1s ease-out 0.6s;
}
.project-view .head .image.visible video,
.project-view .head .image.visible img {
  height: 101%;
  width: 101%;
  filter: grayscale(0%);
}
.project-view .head .scrollto {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEE9DA;
  overflow: hidden;
  transition: opacity 0.3s;
}
@keyframes scrollmore {
  0% {
    transform: translateY(-200%);
  }
  20% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200%);
  }
}
.project-view .head .scrollto svg {
  width: 60%;
  animation: scrollmore 2s ease-in infinite;
}
.project-view .images {
  grid-column: 1/2;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
@media only screen and (max-width: 560px) {
  .project-view .images {
    order: 2;
    width: 100vw;
  }
}
.project-view .images .badget {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  .project-view .images .badget {
    top: 65px;
    right: 10px;
  }
}
.project-view .images .badget img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-view .images .image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #EEE9DA;
}
.project-view .images .image video,
.project-view .images .image img {
  display: block;
  height: auto;
  width: 100%;
}
.project-view .images .image.video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
}
@media only screen and (max-width: 560px) {
  .project-view .images .image.video {
    width: 100%;
    height: auto;
  }
}
.project-view .images .image.video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 560px) {
  .project-view .images .image.video video {
    height: auto;
    object-fit: unset;
  }
}
.project-view .images .scroll-hrz {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  padding: 60px;
}
@media only screen and (max-width: 560px) {
  .project-view .images .scroll-hrz {
    padding: 20px 20px 20px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .project-view .images .scroll-hrz::-webkit-scrollbar {
    height: 1px;
  }
  .project-view .images .scroll-hrz::-webkit-scrollbar-track {
    box-shadow: none;
    background: transparent;
    outline: none;
  }
  .project-view .images .scroll-hrz::-webkit-scrollbar-thumb {
    background: transparent;
    border: 0px solid transparent;
    border-radius: 0;
  }
}
.project-view .images .scroll-hrz .image {
  display: inline-block;
  height: calc(100vh - 120px);
  width: auto;
  border: 2px solid #EEE9DA;
  border-width: 6px 2px;
  outline: 2px solid #EEE9DA;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .project-view .images .scroll-hrz .image {
    height: calc(100vh - 86px);
    width: calc(100vw - 60px);
    margin-top: 51px;
  }
}
.project-view .images .scroll-hrz .image:before, .project-view .images .scroll-hrz .image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.project-view .images .scroll-hrz .image:before {
  left: -1px;
  background-image: url("/img/bd-left.svg");
  background-position: left top;
}
.project-view .images .scroll-hrz .image:after {
  right: -1px;
  background-image: url("/img/bd-right.svg");
  background-position: right top;
}
.project-view .images .scroll-hrz .image + .image {
  margin-left: 30px;
}
@media only screen and (max-width: 560px) {
  .project-view .images .scroll-hrz .image + .image {
    margin-left: 10px;
  }
}
.project-view .images .scroll-hrz .image video,
.project-view .images .scroll-hrz .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-view .text {
  padding: 60px 30px;
  position: sticky;
  top: 0;
  grid-column: 2/3;
  overflow-x: hidden;
  height: 100vh;
  overflow-y: scroll;
}
.project-view .text::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.project-view .text::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
  outline: 1px solid transparent;
}
.project-view .text::-webkit-scrollbar-thumb {
  background: transparent;
  border: 4px solid transparent;
  border-radius: 50%;
}
@media only screen and (max-width: 560px) {
  .project-view .text {
    height: auto;
    position: relative;
    overflow: auto;
    padding: 30px 20px;
    order: 1;
  }
}
.project-view .text .title {
  font-size: 4em;
  line-height: 90%;
}
@media only screen and (max-width: 560px) {
  .project-view .text .title {
    font-size: 2.5em;
  }
}
.project-view .text .tags {
  display: flex;
  gap: 5px;
  margin-top: 30px;
}
@media only screen and (max-width: 560px) {
  .project-view .text .tags {
    white-space: nowrap;
    overflow-x: scroll;
    display: block;
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-view .text .tags::-webkit-scrollbar-track {
    box-shadow: none;
    background: transparent;
    outline: 1px solid transparent;
  }
  .project-view .text .tags::-webkit-scrollbar-thumb {
    background: transparent;
    border: 4px solid transparent;
    border-radius: 50%;
  }
}
.project-view .text .tags .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid;
  border-radius: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 560px) {
  .project-view .text .tags .tag {
    font-size: 12px;
  }
}
.project-view .text .body {
  margin-top: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 560px) {
  .project-view .text .body {
    font-size: 0.85em;
    margin-top: 10px;
  }
}
.project-view .text .body b, .project-view .text .body strong {
  font-weight: 500;
  background-color: #2DD368;
  color: #232322;
}
.project-view .text.active {
  color: #232322;
  background-color: #EEE9DA;
}
.project-view .text.active .info .badget {
  filter: invert(100%);
  border-color: #EEE9DA;
}
.project-view .text.active .body b, .project-view .text.active .body strong {
  font-weight: 500;
  background-color: transparent;
}
.project-view .text.active .body a:not(:hover) {
  color: #232322;
}
.project-view .sticker {
  position: absolute;
  right: 120px;
  top: 50vh;
  width: 104px;
}
@media only screen and (max-width: 560px) {
  .project-view .sticker {
    display: none;
  }
}
.project-view .sticker .stick {
  background: no-repeat center center url("/img/fuck-on.svg");
  background-size: contain;
  width: 100%;
}
.project-view .sticker.active .stick {
  background-image: url("/img/fuck-off.svg");
}

.shop .shop-block {
  border-top: none;
}
.shop .shop-list {
  margin-top: 4px;
  padding: 30px;
  gap: 30px;
}
@media only screen and (max-width: 560px) {
  .shop .shop-list {
    padding: 10px;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
.shop .shop-list .product {
  border: 1px solid #EEE9DA;
}

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