/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
a {
  text-decoration: none;
  cursor: none;
  color: inherit;
}
p {
  user-select: auto;
}
ol,
p,
ul {
  margin: 0;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
li {
  line-height: 26px;
}
figure {
  margin: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
button,
input,
select,
textarea {
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
}
svg {
  max-width: 100%;
  height: auto;
}
* {
  outline: none;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
  font-weight: 400;
}
svg:not(:root) {
  overflow: visible;
}
:root {
  --main: #000;
  --white: #fff;
  --bg: #fff;
  --color: #666;
}
.loader {
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  background: #f2bb49;
}
.loader .content {
  width: 92.36vw;
  max-width: 1995px;
  height: 100%;
  margin: 0 auto;
  padding-top: 32px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.loader .content__text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-right: 48px;
  display: flex;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
}
.loader .content__text .dot:nth-child(2) {
  animation: dot1 1s linear infinite;
}
.loader .content__text .dot:nth-child(3) {
  animation: dot2 1s linear infinite;
}
.loader .content__text .dot:nth-child(4) {
  animation: dot3 1s linear infinite;
}
.loader .content__loadbar {
  width: 100%;
  height: 30px;
  position: relative;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.loader .content__loadbar span {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 3px;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .loader .content__loadbar {
    display: none;
  }
}
.loader .content__percent {
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
  font-size: 250px;
  line-height: 250px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .loader .content__percent {
    font-size: 100px;
    line-height: 100px;
  }
}
.loader.active .content__loadbar,
.loader.active .content__percent,
.loader.active .content__text {
  opacity: 1;
}
.loader.hide {
  pointer-events: none;
  opacity: 0;
}

/*! locomotive-scroll v3.6.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-dragging {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: var(--app-height);
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 200;
  opacity: 0;
  display: none;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.5;
  width: 7px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.active-cart .c-scrollbar {
  opacity: 0 !important;
}
section .scale,
section[data-scroll-section-inview],
section [data-scroll] {
  will-change: transform;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s linear infinite;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fps-extension {
  position: fixed;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
}
.fps-extension span {
  position: absolute;
  display: block;
  left: 0;
  bottom: -20px;
}
.fps-extension:before {
  position: absolute;
  content: "";
  width: 100%;
  background: red;
  height: 1px;
  top: 40px;
  left: 0;
  opacity: 0.4;
}
.fps-extension canvas {
  background: linear-gradient(#54b7e3, #87f2e2) !important;
  border-radius: 6px;
  overflow: hidden;
  position: static;
  left: 0;
  top: 0;
  margin: 0;
}
.fps-extension.is-hidden {
  display: none !important;
}
.mouse {
  width: 38px;
  height: 38px;
  position: fixed;
  top: -19px;
  left: -19px;
  z-index: 360;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.mouse:before {
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
}
.mouse:after,
.mouse:before {
  content: "";
  position: absolute;
  background: #000;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mouse:after {
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
}
.mouse__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4px;
  width: 4px;
  background: #fff;
  border: 1px solid #000;
}
.mouse.hide {
  opacity: 0;
}
.mouse.hover:before {
  transform: translateY(-50%) scaleX(0.6);
}
.mouse.hover:after {
  transform: translateX(-50%) scaleY(0.6);
}
.touch .mouse {
  display: none;
}
@font-face {
  font-family: Graphik;
  font-display: swap;
  src: url(./fonts/Graphik-Regular.eot);
  src: url(./fonts/Graphik-Regular.eot#iefix) format("embedded-opentype"),
    url(./fonts/Graphik-Regular.woff) format("woff"),
    url(./fonts/Graphik-Regular.woff2) format("woff2"),
    url(./fonts/Graphik-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Graphik;
  font-display: swap;
  src: url(./fonts/Graphik-Semibold.eot);
  src: url(./fonts/Graphik-Semibold.eot#iefix) format("embedded-opentype"),
    url(./fonts/Graphik-Semibold.woff) format("woff"),
    url(./fonts/Graphik-Semibold.woff2) format("woff2"),
    url(./fonts/Graphik-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes dot1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes dot2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
}
@keyframes dot3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  -webkit-tap-highlight-color: transparent;
}
html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html ::-moz-selection {
  background: #f2bb49;
}
html ::selection {
  background: #f2bb49;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Graphik, sans-serif;
  transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: 100vw;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: none;
}
body::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
    line-height: 17px;
  }
}
body main {
  margin: 0 auto;
  width: 100%;
  padding-left: 3.82vw;
  padding-right: 3.82vw;
}
@media only screen and (min-width: 2160px) {
  body main {
    padding-left: calc(50vw - 997.5px);
    padding-right: calc(50vw - 997.5px);
  }
}
@media only screen and (max-width: 768px) {
  body main {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body main .content {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
}
body.active-page main .content {
  opacity: 1;
}
.faker {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.faker img {
  position: absolute;
  object-fit: cover;
  object-position: center;
}
.faker .module-postintro {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 92.36vw;
  max-width: 1995px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .faker .module-postintro {
    width: auto;
    max-width: none;
    left: 12px;
    right: 12px;
    transform: translateX(0);
  }
}
.faker .module-postintro .imgFake {
  width: 100%;
  display: block;
  position: relative;
}
.faker .module-postintro .imgFake:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 57.4436090226%;
}
.title1 {
  font-weight: 400;
  font-size: 6.25vw;
  line-height: 6.94vw;
}
@media only screen and (min-width: 2160px) {
  .title1 {
    font-size: 135px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .title1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.title2 {
  font-weight: 400;
  font-size: 3.47vw;
  line-height: 4.17vw;
  letter-spacing: 2px;
}
@media only screen and (min-width: 2160px) {
  .title2 {
    font-size: 75px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 864px) {
  .title2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.title3 {
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 2.78vw;
  line-height: 3.47vw;
}
@media only screen and (min-width: 2160px) {
  .title3 {
    font-size: 60px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 1080px) {
  .title3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.textbig {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.39vw;
  line-height: 2.08vw;
}
@media only screen and (min-width: 2160px) {
  .textbig {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1224px) {
  .textbig {
    font-size: 17px;
    line-height: 23px;
  }
}
.textsb {
  font-weight: 600;
}
.textsb,
.textsmall {
  letter-spacing: 3px;
  font-size: 13px;
  line-height: 24px;
}
.textsmall {
  font-weight: 400;
}
.container-vw {
  margin: 0 auto;
  width: 100%;
  max-width: 2160px;
}
.container-vw .row {
  margin-left: -8px;
  margin-right: -8px;
}
.container-vw .col {
  padding-left: 8px;
  padding-right: 8px;
}
.door {
  width: 13.4vw;
  height: 13.4vw;
  max-width: 289.5px;
  max-height: 289.5px;
  border-bottom: 3px solid #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .door {
    width: 19.77vw;
    height: 19.77vw;
  }
}
.door:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 26.39vw;
  width: 26.39vw;
  max-height: 570px;
  max-width: 570px;
  border-radius: 50%;
  border: 3px solid #000;
}
@media only screen and (max-width: 768px) {
  .door:after {
    width: 39.54vw;
    height: 39.54vw;
  }
}
.arrow {
  height: 13.19vw;
  width: 13.19vw;
  max-height: 285px;
  max-width: 285px;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
}
.arrow:before {
  left: 20px;
  height: 3px;
}
.arrow:after,
.arrow:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
}
.arrow:after {
  top: 20px;
  width: 3px;
}
.arrow__line {
  width: 130%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 1px;
  right: 2px;
  transform-origin: center right;
  transform: rotate(45deg);
}
.image {
  position: relative;
  width: 100%;
}
.image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56%;
}
.btn--yellow {
  width: 13.19vw;
  height: 13.19vw;
  max-width: 285px;
  max-height: 285px;
  background: #f2bb49;
  display: inline-block;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .btn--yellow {
    width: 148px;
    height: 148px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 375px) {
  .btn--yellow {
    width: 140px;
    height: 144px;
    letter-spacing: 1px;
  }
}
.btn--yellow span {
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.6s;
}
.btn--yellow .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 4.86vw;
  height: 4.86vw;
  max-width: 105px;
  max-height: 105px;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
  z-index: 3;
}
.btn--yellow .arrow__line {
  transform: rotate(45deg) scaleX(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.15s;
}
.btn--yellow .arrow:before {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transform-origin: right;
  transform: scaleX(0);
  left: 20%;
}
.btn--yellow .arrow:after {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transform-origin: bottom;
  transform: scaleY(0);
  top: 20%;
}
@media (hover: hover) {
  .btn--yellow:hover span {
    opacity: 0;
    transition-delay: 0s;
  }
  .btn--yellow:hover .arrow__line {
    transform: rotate(45deg) scaleX(1);
    transition-delay: 0.3s;
  }
  .btn--yellow:hover .arrow:before {
    transform: scaleX(1);
    transition-delay: 0.45s;
  }
  .btn--yellow:hover .arrow:after {
    transform: scaleY(1);
    transition-delay: 0.45s;
  }
}
.btn--simple {
  position: relative;
  display: inline-block;
  align-self: flex-start;
}
.btn--simple:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f2bb49;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
  transform-origin: bottom;
  transform: scaleY(0);
  pointer-events: none;
  z-index: -1;
}
@media (hover: hover) {
  .btn--simple:hover:before {
    transform: scaleY(1);
  }
}
.background {
  position: fixed;
  top: 48px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92.36vw;
  max-width: 1995px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 13.19vw;
  pointer-events: none;
}
@media only screen and (min-width: 2160px) {
  .background {
    grid-auto-rows: 285px;
  }
}
@media only screen and (max-width: 768px) {
  .background {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 19.27vw;
    top: 12px;
    width: auto;
    left: 12px;
    right: 12px;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 560px) {
  .background {
    grid-template-columns: repeat(5, 1fr);
  }
}
.background__box {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 1;
  border-left: 1px solid hsla(0, 0%, 86.7%, 0.5);
  border-top: 1px solid hsla(0, 0%, 86.7%, 0.5);
}
.background__box:first-child {
  border-top: none;
  border-left: none;
}
.background__box:nth-child(2),
.background__box:nth-child(3),
.background__box:nth-child(4) {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .background__box:nth-child(5) {
    border-top: none;
    border-right: none;
  }
}
.borders {
  position: fixed;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  width: 92.36vw;
  max-width: 1995px;
}
@media only screen and (max-width: 768px) {
  .borders {
    width: auto;
    left: 12px;
    right: 12px;
    transform: translateX(0);
  }
}
.borders:before {
  content: "";
  position: absolute;
  top: 92px;
  bottom: 100%;
  left: -3px;
  width: 3px;
  background: #000;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
}
@media only screen and (max-width: 768px) {
  .borders:before {
    top: 56px;
  }
}
.borders:after {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 100%;
  right: -2px;
  width: 3px;
  background: #000;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
@media only screen and (max-width: 768px) {
  .borders:after {
    top: 40px;
  }
}
.borders.active:after,
.borders.active:before {
  bottom: -54px;
  transition-delay: 0s;
}
.active-menu .borders:before {
  top: 9px;
  transition-delay: 0s;
}
.active-menu .borders:after {
  top: 44px;
  transition-delay: 0s;
}
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  height: 49px;
  width: 92.36vw;
  max-width: 1995px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .header {
    height: 12px;
    width: auto;
    left: 12px;
    right: 12px;
    transform: translateX(0);
  }
}
.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2px;
  left: 184px;
  height: 3px;
  background: #000;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
}
@media only screen and (max-width: 768px) {
  .header:after {
    left: 170px;
    right: 40px;
  }
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  .header:before {
    z-index: 45;
  }
}
.header .content {
  display: flex;
  justify-content: space-between;
}
.header .content__logo {
  transform: translateY(100%) translateX(-9px);
  padding-right: 6px;
  width: 190px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
}
@media only screen and (max-width: 768px) {
  .header .content__logo {
    width: 170px;
    transform: translateY(12px) translateX(-8px);
  }
}
.header .content__nav {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .header .content__nav {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 1px;
    background: #f2bb49;
    border-bottom: 3px solid #000;
    transform: translateY(-100%);
  }
}
.header .content__nav:after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 0;
  height: 10px;
  width: 3px;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .header .content__nav:after {
    display: none;
  }
}
.header .content__nav ul {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header .content__nav ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
}
.header .content__nav ul li {
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 3px;
  font-weight: 400;
  width: 13.19vw;
  max-width: 285px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header .content__nav ul li {
    font-size: 30px;
    line-height: 65px;
    width: auto;
    max-width: none;
  }
}
.header .content__nav ul li a {
  display: block;
}
.header .content__nav ul li:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -2px;
  height: 20px;
  width: 3px;
  background: #000;
  transform: translateY(50%);
}
@media only screen and (max-width: 768px) {
  .header .content__nav ul li:before {
    display: none;
  }
}
.header .content__nav ul li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 3px;
  background: #000;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
@media only screen and (max-width: 768px) {
  .header .content__nav ul li:after {
    display: none;
  }
}
.header .content__nav ul li:first-child {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .content__nav ul li:first-child {
    display: block;
  }
}
.header .content__nav ul li:nth-child(3):after {
  bottom: 6px;
}
@media (hover: hover) {
  .header .content__nav ul li:hover:after {
    transform: scaleX(1);
  }
}
.header .content__burger {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 9px;
  right: -2px;
  z-index: 40;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
  overflow: hidden;
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .content__burger {
    display: block;
  }
}
.header .content__burger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  transform-origin: left top;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s,
    background-color 0.45s cubic-bezier(0.55, 0, 0.1, 1) 1s;
}
.header .content__burger .line {
  top: 14px;
}
.header .content__burger .line,
.header .content__burger:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
.header .content__burger:after {
  content: "";
  bottom: 0;
  transform-origin: left bottom;
}
.header.active .content__logo,
.header.active .content__nav {
  opacity: 1;
  transition-delay: 0.45s;
}
.active-menu .header:after {
  left: 0;
  right: 32px;
  transition-delay: 0s;
}
.active-menu .header .content__logo {
  opacity: 0;
  transition-delay: 0s;
}
.active-menu .header .content__nav {
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
}
.active-menu .header .content__burger {
  width: 38px;
  height: 38px;
  transition-delay: 0s;
}
.active-menu .header .content__burger:before {
  height: 52px;
  left: 2px;
  background: #fff;
  transform: rotate(-45deg);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0s,
    background-color 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.active-menu .header .content__burger .line {
  transform: rotate(45deg);
  top: 17px;
  left: -10px;
  right: -10px;
  transition-delay: 0s;
}
.active-menu .header .content__burger:after {
  transform: rotate(-45deg);
  left: 3px;
  right: -20px;
  transition-delay: 0s;
}
.in-about .header .content__nav ul li:nth-child(2):after,
.in-projects .header .content__nav ul li:nth-child(3):after {
  transform: scaleX(1);
}
.footer {
  padding-top: 6.25vw;
  padding-bottom: calc(6.25vw + 52px);
  position: relative;
  z-index: 50;
}
@media only screen and (min-width: 1440px) {
  .footer {
    padding-top: 90px;
    padding-bottom: 132px;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-bottom: calc(6.25vw + 12px);
  }
}
.footer:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 53px;
  width: 100vw;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .footer:after {
    height: 13px;
  }
}
.footer:before {
  content: "";
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .footer:before {
    bottom: 12px;
  }
}
.footer .content__text {
  margin: 0 46px;
}
@media only screen and (max-width: 768px) {
  .footer .content__text {
    margin: 0 20px;
  }
}
.videoEl {
  position: relative;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
  overflow: hidden;
}
.videoEl:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.videoEl video {
  width: 100%;
  display: block;
}
.videoEl .bg,
.videoEl video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.videoEl .bg {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transform: scale(1.05);
}
.videoEl .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
  height: 36px;
  z-index: 4;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transform: rotate(0deg);
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (hover: hover) {
  .videoEl .close:hover {
    opacity: 0.6 !important;
  }
}
.videoEl .close:before {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
}
.videoEl .close:after,
.videoEl .close:before {
  content: "";
  width: 36px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
}
.videoEl .close:after {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.videoEl .btnStart {
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  pointer-events: all;
  z-index: 4;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
}
.videoEl .btnStart,
.videoEl .btnStart:after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videoEl .btnStart:after {
  content: "";
  left: 50%;
  display: inline-block;
  left: 55%;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #f2bb49;
  border-style: solid;
  border-width: 10px 0 10px 18px;
}
.videoEl .btnStart:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  background: #ddd;
}
@media (hover: hover) {
  .videoEl .btnStart:hover:before {
    background: #f2bb49;
  }
}
.videoEl .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 6;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
@media only screen and (max-width: 860px) {
  .videoEl .caption {
    width: 90%;
  }
}
.videoEl .caption h3 {
  text-transform: uppercase;
  font-size: 6.94vw;
}
@media only screen and (max-width: 860px) {
  .videoEl .caption h3 {
    font-size: 46px;
  }
}
.videoEl .caption p {
  font-size: 1.39vw;
  line-height: 2.08vw;
  font-family: Roboto;
  font-weight: 300;
  margin-top: 36px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .videoEl .caption p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .videoEl .caption p {
    font-size: 18px;
    line-height: 26px;
  }
}
.videoEl .caption p:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  height: 2px;
  width: 38px;
  background: #f2bb49;
  transform: translate(-50%, -14px);
}
.videoEl .caption .btnStart {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  margin-top: 32px;
}
.videoEl.launched .bg {
  opacity: 0;
}
.videoEl.launched .caption {
  opacity: 0;
  pointer-events: none;
}
.videoEl.launched .close {
  opacity: 1;
  pointer-events: all;
}
.videoEl.launched .btnStart {
  opacity: 0;
  pointer-events: none;
}
.videoEl.launched .controlsVideo {
  opacity: 1;
  pointer-events: all;
}
.videoEl .controlsVideo {
  position: absolute;
  z-index: 4;
  bottom: 25px;
  padding: 0 25px;
  max-width: 1795px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.videoEl .controlsVideo__line {
  display: block;
  height: 30px;
  width: 100%;
  display: flex;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}
.videoEl .controlsVideo__line:before {
  content: "";
  background: #fff;
  right: 0;
}
.videoEl .controlsVideo__line:before,
.videoEl .controlsVideo__line__percent {
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}
.videoEl .controlsVideo__line__percent {
  background: #f2bb49;
  width: 0;
}
.videoEl .controlsVideo__play {
  flex-shrink: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.videoEl .controlsVideo__play:hover {
  opacity: 1;
}
.videoEl .controlsVideo__mute {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}
.videoEl .controlsVideo__mute svg .firstmute,
.videoEl .controlsVideo__mute svg .secondmute {
  transition: opacity 0.3s ease;
}
.videoEl .controlsVideo.paused .controlsVideo__play {
  opacity: 0.6;
}
.videoEl .controlsVideo.muted .controlsVideo__mute .firstmute {
  opacity: 0;
  transition-delay: 0.3s;
}
.videoEl .controlsVideo.muted .controlsVideo__mute .secondmute {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .videoEl .controlsVideo {
    bottom: 16px;
    padding: 0 16px;
  }
  .videoEl .controlsVideo__line {
    margin-right: 16px;
  }
  .videoEl .controlsVideo__mute,
  .videoEl .controlsVideo__play {
    height: 24px;
  }
}
.content__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.86vw;
}
@media only screen and (min-width: 2160px) {
  .content__contact {
    margin-top: 105px;
  }
}
.content__contact__info {
  max-width: 272px;
}
@media only screen and (max-width: 560px) {
  .content__contact__info {
    max-width: none;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
  }
}
.content__contact__info .info__top {
  display: flex;
  flex-direction: column;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}
.content__contact__info .info__middle {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
}
@media only screen and (max-width: 560px) {
  .content__contact__info .info__middle {
    margin-top: 17px;
  }
}
.content__contact__info .info__bottom {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
@media only screen and (max-width: 560px) {
  .content__contact__info .info__bottom {
    margin-top: 17px;
  }
}
.content__contact__form {
  width: 39.58vw;
  max-width: 855px;
}
@media only screen and (max-width: 560px) {
  .content__contact__form {
    max-width: none;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
}
.content__contact__form .form__holder .npt {
  position: relative;
  margin-top: 25px;
}
.content__contact__form .form__holder .npt:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.9s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}
@media only screen and (max-width: 560px) {
  .content__contact__form .form__holder .npt:after {
    left: -20px;
    right: -20px;
  }
}
.content__contact__form .form__holder .npt__input {
  width: 100%;
  letter-spacing: 3px;
  cursor: none;
}
.content__contact__form .form__holder .npt__input--txt {
  height: 90px;
  resize: none;
}
.content__contact__form .form__holder .npt__label {
  position: absolute;
  left: 0;
  top: 1px;
  pointer-events: none;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.9s;
}
.content__contact__form .form__holder .npt.filled .npt__label,
.content__contact__form .form__holder .npt.focus .npt__label {
  opacity: 0;
  transform: translateY(50%);
}
.content__contact__form .form__holder .npt.error:after {
  background-color: #f2bb49;
}
.content__contact__form .form__btn {
  position: relative;
  margin-top: 40px;
  display: inline-block;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 1.2s;
  opacity: 0;
  transform: translateY(50%);
}
@media only screen and (max-width: 560px) {
  .content__contact__form .form__btn {
    align-self: flex-end;
  }
}
.content__contact__form .form__btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f2bb49;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.content__contact__form .form__btn span {
  padding: 6px 12px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
@media (hover: hover) {
  .content__contact__form .form__btn:hover:before {
    top: calc(100% - 3px);
  }
}
.module-contact {
  padding-top: 9.72vw;
  padding-bottom: 6.94vw;
  position: relative;
  background: #ddd;
  overflow: hidden;
}
@media only screen and (min-width: 2160px) {
  .module-contact {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .module-contact {
    padding-top: 106px;
  }
}
@media only screen and (max-width: 560px) {
  .module-contact {
    padding-bottom: 32px;
  }
}
.module-contact:before {
  top: 0;
}
.module-contact:after,
.module-contact:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 3px;
  background: #000;
}
.module-contact:after {
  bottom: 0;
}
.module-contact .door {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 100%;
  left: -3px;
  transform-origin: bottom right;
  transform: rotate(0deg);
  transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-contact .door:after {
  background: #fff;
  height: 84px;
  width: 84px;
}
.module-contact .content {
  margin-left: 5vw;
}
@media only screen and (min-width: 2160px) {
  .module-contact .content {
    margin-left: 108px;
  }
}
@media only screen and (max-width: 560px) {
  .module-contact .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.module-contact .content__title {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-contact.is-inview .door {
  transform: rotate(-90deg);
}
.module-contact.is-inview .content__contact__info .info__bottom,
.module-contact.is-inview .content__contact__info .info__middle,
.module-contact.is-inview .content__contact__info .info__top,
.module-contact.is-inview .content__title {
  opacity: 1;
  transform: translateY(0);
}
.module-contact.is-inview .content__contact__form .form__holder .npt:after {
  transform: scaleX(1);
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-contact.is-inview .content__contact__form .form__holder .npt__label {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-contact.is-inview
  .content__contact__form
  .form__holder
  .npt.filled
  .npt__label,
.module-contact.is-inview
  .content__contact__form
  .form__holder
  .npt.focus
  .npt__label {
  opacity: 0;
  transform: translateY(50%);
}
.module-contact.is-inview .content__contact__form .form__btn {
  opacity: 1;
  transform: translateY(0);
}
.module-rights {
  padding-top: 6.25vw;
  padding-bottom: calc(6.25vw + 52px);
  position: relative;
  z-index: 50;
}
@media only screen and (min-width: 1440px) {
  .module-rights {
    padding-top: 90px;
    padding-bottom: 132px;
  }
}
@media only screen and (max-width: 768px) {
  .module-rights {
    padding-bottom: calc(6.25vw + 12px);
  }
}
.module-rights:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 53px;
  width: 100vw;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .module-rights:after {
    height: 13px;
  }
}
.module-rights:before {
  content: "";
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .module-rights:before {
    bottom: 12px;
  }
}
.module-rights .content__text {
  margin: 0 46px;
}
@media only screen and (max-width: 768px) {
  .module-rights .content__text {
    margin: 0 20px;
  }
}
.cookies {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 92.36vw;
  max-width: 1995px;
  z-index: 51;
  background: transparent;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transform: translateX(-50%) translateY(100%);
}
@media only screen and (max-width: 768px) {
  .cookies {
    width: auto;
    left: 12px;
    right: 12px;
    transform: translateX(0) translateY(100%);
    left: 9px;
  }
}
.cookies.show {
  transform: translateX(-50%) translateY(0);
}
@media only screen and (max-width: 768px) {
  .cookies.show {
    transform: translateX(0) translateY(0);
  }
}
.cookies__content {
  pointer-events: all;
  margin-left: auto;
  margin-right: 0;
  width: 39.79vw;
  max-width: 859.5px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #fff;
  transform: translateX(2px);
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
@media only screen and (max-width: 1260px) {
  .cookies__content {
    width: 52.85vw;
  }
}
@media only screen and (max-width: 960px) {
  .cookies__content {
    width: 66.18vw;
  }
}
@media only screen and (max-width: 768px) {
  .cookies__content {
    width: calc(100% - 19.77vw + 3px);
  }
}
@media only screen and (max-width: 420px) {
  .cookies__content {
    width: calc(100% + 2px);
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0);
    padding: 24px 16px;
  }
}
.cookies__text a {
  text-decoration: underline;
}
.modal {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-130%);
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  z-index: 100;
  overflow: scroll;
  padding-top: 52px;
  padding-bottom: 52px;
  pointer-events: none;
  transition: all 0.9s cubic-bezier(0.55, 0, 0.1, 1),
    background-color 0.45s cubic-bezier(0.55, 0, 0.1, 1) 0.9s;
}
@media only screen and (max-width: 768px) {
  .modal {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fff;
  }
  .modal:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 6px;
    height: 32px;
    width: 60px;
    background: #fff;
    transform: translateX(16px) translateY(-14px) rotate(45deg) scaleX(0);
    transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
  }
}
.modal .close {
  height: 52px;
  width: 52px;
  position: absolute;
  z-index: 2;
  top: 76px;
  right: calc(50% - 43.75vw);
  transform: rotate(45deg);
}
@media only screen and (min-width: 2160px) {
  .modal .close {
    right: calc(50% - 970px);
  }
}
@media only screen and (max-width: 768px) {
  .modal .close {
    top: 6px;
    right: 6px;
  }
}
.modal .close:before {
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scaleX(0);
  height: 3px;
}
.modal .close:after,
.modal .close:before {
  content: "";
  position: absolute;
  background: #000;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal .close:after {
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleY(0);
  width: 3px;
}
.modal .content {
  margin: 0 auto;
  border: 3px solid transparent;
  padding-left: 5vw;
  padding-top: 100px;
  padding-bottom: 32px;
  width: 92.78vw;
  max-width: 2004px;
  min-height: 100%;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    border 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
@media only screen and (min-width: 2160px) {
  .modal .content {
    padding-left: 108px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .content {
    width: auto;
    margin: 0 12px;
  }
}
@media only screen and (max-width: 560px) {
  .modal .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal .content__title {
  opacity: 0;
  transform: translateY(32px);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal.color1 {
  background: #f2bb49;
}
@media only screen and (max-width: 768px) {
  .modal.color1 {
    background: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .modal.color1 .content {
    background: #f2bb49;
  }
}
.modal.color1 .content__contact__form .form__btn:before {
  background: #fff;
}
.modal.color1 .content__contact__form .form__holder .npt.error:after {
  background: #000;
  transition-delay: 0s;
}
.modal.color2 {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .modal.color2 {
    background: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .modal.color2 .content {
    background: #fff;
  }
}
.modal.color3 {
  background: #ddd;
}
@media only screen and (max-width: 768px) {
  .modal.color3 {
    background: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .modal.color3 .content {
    background: #ddd;
  }
}
.modal.color4 {
  background: #b6b6b6;
}
@media only screen and (max-width: 768px) {
  .modal.color4 {
    background: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .modal.color4 .content {
    background: #b6b6b6;
  }
}
.active-modal .modal {
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
  transition: all 0.9s cubic-bezier(0.55, 0, 0.1, 1),
    background-color 0.45s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
@media only screen and (max-width: 768px) {
  .active-modal .modal:after {
    transform: translateX(16px) translateY(-14px) rotate(45deg) scaleX(1);
  }
}
.active-modal .modal .close:before {
  transform: translateY(-50%) scaleX(1);
  transition-delay: 0.6s;
}
.active-modal .modal .close:after {
  transform: translateX(-50%) scaleY(1);
  transition-delay: 0.6s;
}
.active-modal .modal .content {
  border-color: #000;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    border 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
.active-modal .modal .content__contact__info .info__bottom,
.active-modal .modal .content__contact__info .info__middle,
.active-modal .modal .content__contact__info .info__top,
.active-modal .modal .content__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active-modal .modal .content__contact__form .form__holder .npt:after {
  transform: scaleX(1);
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.6s;
}
.active-modal .modal .content__contact__form .form__holder .npt__label {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.6s;
}
.active-modal
  .modal
  .content__contact__form
  .form__holder
  .npt.filled
  .npt__label,
.active-modal
  .modal
  .content__contact__form
  .form__holder
  .npt.focus
  .npt__label {
  opacity: 0;
  transform: translateY(50%);
  transition-delay: 0s;
}
.active-modal .modal .content__contact__form .form__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
@media only screen and (max-width: 768px) {
  .active-modal .modal.color1,
  .active-modal .modal.color2,
  .active-modal .modal.color3,
  .active-modal .modal.color4 {
    background: #fff;
  }
}
.page--legal .module-legal .content {
  position: relative;
  z-index: 2;
  padding: 20.14vw 13.19vw 11.11vw;
}
@media only screen and (min-width: 2160px) {
  .page--legal .module-legal .content {
    padding: 435px 285px 240px;
  }
}
@media only screen and (max-width: 768px) {
  .page--legal .module-legal .content {
    padding: 150px 24px 120px;
  }
}
.page--legal .module-legal .content__text {
  margin-top: 32px;
}
.page--legal .module-legal .content__text h1,
.page--legal .module-legal .content__text h2,
.page--legal .module-legal .content__text h3,
.page--legal .module-legal .content__text h4,
.page--legal .module-legal .content__text h5,
.page--legal .module-legal .content__text h6,
.page--legal .module-legal .content__text ol,
.page--legal .module-legal .content__text p,
.page--legal .module-legal .content__text ul {
  margin-top: 24px;
}
.page--legal .module-legal .content__text ol li,
.page--legal .module-legal .content__text ul li {
  margin-top: 16px;
  padding-left: 24px;
  position: relative;
}
.page--legal .module-legal .content__text ol li:before,
.page--legal .module-legal .content__text ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
.page--legal .module-legal .content__text a {
  text-decoration: underline;
}
.module-homeintro {
  padding: 17.5vw 13.19vw 26.74vw 15.69vw;
  position: relative;
  min-height: calc(52.78vw + 48px);
  overflow: hidden;
}
@media only screen and (min-width: 2160px) {
  .module-homeintro {
    padding: 378px 285px 577.5px 339px;
  }
}
@media only screen and (max-width: 768px) {
  .module-homeintro {
    min-height: calc(73.84vw + 12px);
    padding-right: 19.27vw;
  }
}
@media only screen and (max-width: 560px) {
  .module-homeintro {
    padding: 120px 20px 60px;
  }
}
.module-homeintro .background {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  transform: translateX(0);
  pointer-events: all;
}
.module-homeintro .background:after,
.module-homeintro .background:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .module-homeintro .background {
    top: 12px;
  }
}
.module-homeintro .background .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition-delay: 0.6s;
}
.module-homeintro .background__box {
  position: relative;
  z-index: 2;
  background: #fff;
  transition: all 0s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.6s;
}
@media only screen and (max-width: 768px) {
  .module-homeintro .background__box:nth-child(6) {
    border-top: none;
    border-right: none;
  }
}
@media (hover: hover) {
  .module-homeintro .background__box:hover {
    background: transparent;
    transition-delay: 0s;
  }
}
.module-homeintro .content {
  pointer-events: none;
}
.module-homeintro .content__title {
  width: 45.83vw;
  max-width: 990px;
  min-width: 350px;
  transition: all 0.9s cubic-bezier(0.55, 0, 0.1, 1);
  transform: translateY(40px);
  opacity: 0;
}
@media only screen and (max-width: 560px) {
  .module-homeintro .content__title {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}
.module-homeintro .content__arrow {
  position: absolute;
  right: 13.19vw;
  top: calc(26.39vw + 49px);
  height: 13.19vw;
  width: 13.19vw;
  max-height: 285px;
  max-width: 285px;
  overflow: hidden;
  transform: rotate(0);
}
@media only screen and (max-width: 768px) {
  .module-homeintro .content__arrow {
    top: auto;
    right: auto;
    position: relative;
    height: 19.27vw;
    width: 19.27vw;
    margin-right: 0;
    margin-left: auto;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 560px) {
  .module-homeintro .content__arrow {
    margin-right: calc(19.27vw - 23px);
  }
}
.module-homeintro .content__arrow:before {
  content: "";
  position: absolute;
  left: auto;
  right: 50%;
  bottom: 0;
  height: 3px;
  width: 9.38vw;
  background: #000;
  transform: rotate(45deg) scaleX(0);
  transform-origin: right;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}
@media only screen and (max-width: 768px) {
  .module-homeintro .content__arrow:before {
    width: 91.38vw;
  }
}
.module-homeintro .content__arrow:after {
  content: "";
  position: absolute;
  right: auto;
  left: 50%;
  bottom: 0;
  top: auto;
  height: 3px;
  width: 9.38vw;
  background: #000;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}
@media only screen and (max-width: 768px) {
  .module-homeintro .content__arrow:after {
    width: 91.38vw;
  }
}
.module-homeintro .content__arrow .arrow__line {
  width: 3px;
  height: auto;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform-origin: bottom;
  transform: translateX(-50%) scaleY(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-homeintro.is-inview .content__title {
  opacity: 1;
  transform: translateY(0);
}
.module-homeintro.is-inview .content__arrow:before {
  transform: rotate(45deg) scaleX(1);
}
.module-homeintro.is-inview .content__arrow:after {
  transform: rotate(-45deg) scaleX(1);
}
.module-homeintro.is-inview .content__arrow .arrow__line {
  transform: translateX(-50%) scaleY(1);
}
.active-page .module-homeintro .background .image {
  opacity: 1;
}
.touch .module-homeintro .background {
  display: none;
}
.module-options {
  padding-top: 13.19vw;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.module-options:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 3px;
  background: #000;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
  left: calc(13.19vw - 3px);
}
@media only screen and (min-width: 2160px) {
  .module-options:before {
    left: 282px;
  }
}
@media only screen and (max-width: 768px) {
  .module-options:before {
    left: calc(19.77vw - 3px);
  }
}
@media only screen and (min-width: 2160px) {
  .module-options {
    padding-top: 285px;
    padding-bottom: 0;
  }
}
.module-options .door {
  width: calc(13.19vw + 3px);
  height: calc(13.19vw + 3px);
  max-width: 288px;
  max-height: 288px;
  opacity: 0;
  position: absolute;
  bottom: calc(100% - 3px);
  left: -3px;
  transform-origin: bottom right;
  transform: rotate(0deg);
  transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1),
    opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
@media only screen and (max-width: 768px) {
  .module-options .door {
    width: calc(19.77vw + 3px);
    height: calc(19.77vw + 3px);
  }
}
.module-options .content__option {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .module-options .content__option {
    margin-top: 19.27vw;
  }
}
.module-options .content__option__image {
  overflow: hidden;
}
.module-options .content__option__image .image {
  transform: translateY(130%) scale(1.3);
  transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
}
.module-options .content__option__info {
  padding: 9.03vw 13.19vw 0 4.17vw;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 2160px) {
  .module-options .content__option__info {
    padding: 195px 285px 0 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-options .content__option__info {
    padding: 20px 20px 0;
  }
}
.module-options .content__option__info .info__text {
  transition: all 0.9s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
  transform: translateY(40px);
  opacity: 0;
}
.module-options .content__option__info .info__btn {
  margin-top: auto;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
.module-options .content__option__info .info__btn a {
  margin-right: 0;
  margin-left: auto;
}
.module-options .content__option:nth-child(odd) .content__option__info {
  width: 52.78vw;
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .module-options .content__option:nth-child(odd) .content__option__info {
    width: 100%;
    padding-left: 0;
  }
}
.module-options
  .content__option:nth-child(odd)
  .content__option__info
  .info__text {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .module-options
    .content__option:nth-child(odd)
    .content__option__info
    .info__btn {
    margin-top: 60px;
  }
  .module-options
    .content__option:nth-child(odd)
    .content__option__info
    .info__btn
    a {
    margin-left: 0;
    margin-right: auto;
  }
}
.module-options .content__option:nth-child(odd) .content__option__image {
  width: 39.58vw;
  max-width: 855px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-options .content__option:nth-child(odd) .content__option__image {
    margin-right: 0;
    margin-left: auto;
    max-width: 500px;
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .module-options .content__option:nth-child(odd) .content__option__image {
    margin-left: 18.5vw;
  }
}
.module-options
  .content__option:nth-child(odd)
  .content__option__image
  .image:after {
  padding-bottom: 85%;
}
@media only screen and (max-width: 768px) {
  .module-options
    .content__option:nth-child(odd)
    .content__option__image
    .image:after {
    padding-bottom: 58.14vw;
  }
}
.module-options .content__option:nth-child(2n) .content__option__image {
  width: 52.78vw;
  max-width: 1140px;
}
@media only screen and (max-width: 768px) {
  .module-options .content__option:nth-child(2n) .content__option__image {
    width: 100%;
  }
}
.module-options
  .content__option:nth-child(2n)
  .content__option__image
  .image:after {
  padding-bottom: 83.51%;
}
.module-options .content__option:nth-child(2n) .content__option__info {
  width: 39.58vw;
  max-width: 855px;
  padding-top: 4.44vw;
}
@media only screen and (min-width: 2160px) {
  .module-options .content__option:nth-child(2n) .content__option__info {
    padding-top: 96px;
  }
}
@media only screen and (max-width: 768px) {
  .module-options .content__option:nth-child(2n) .content__option__info {
    width: 100%;
    margin-right: calc(19.27vw - 3px);
    padding-right: 0;
  }
  .module-options
    .content__option:nth-child(2n)
    .content__option__info
    .info__btn {
    margin-top: 40px;
  }
}
.module-options .content__option.is-inview .content__option__image .image {
  transform: translateY(0) scale(1);
}
.module-options .content__option.is-inview .content__option__info .info__btn {
  transform: scaleY(1);
}
.module-options .content__option.is-inview .content__option__info .info__text {
  opacity: 1;
  transform: translateY(0);
}
.module-options.is-inview .door {
  transform: rotate(-90deg);
}
.active-page .module-options .door,
.active-page .module-options:before {
  opacity: 1;
}
.module-list {
  padding: 9.72vw 13.19vw 5.56vw;
}
@media only screen and (min-width: 2160px) {
  .module-list {
    padding: 210px 285px 120px;
  }
}
@media only screen and (max-width: 768px) {
  .module-list {
    padding: 74px 24px 42px;
  }
}
.module-list .content__title {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-list .content__list {
  margin-top: 42px;
}
@media only screen and (max-width: 560px) {
  .module-list .content__list {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
  }
}
.module-list .content__list ul {
  position: relative;
}
.module-list .content__list ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  transform: scaleX(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
.module-list .content__list ul li {
  padding: 32px 0;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .module-list .content__list ul li {
    padding: 12px 0;
  }
}
.module-list .content__list ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  transform: scaleX(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
.module-list .content__list ul li span {
  display: inline-block;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.9s;
  pointer-events: none;
  letter-spacing: 1px;
}
.module-list .content__list ul li .image {
  position: absolute;
  width: 258px;
  height: 420px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  z-index: 10;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
}
.module-list .content__list ul li .image:after {
  padding-bottom: 0;
}
.module-list .content__list ul li .image img {
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-list .content__list ul li .image.active img {
  opacity: 1;
}
@media (hover: hover) {
  .module-list .content__list ul:hover .image {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.module-list.is-inview .content__title {
  transform: translateY(0);
  opacity: 1;
}
.module-list.is-inview .content__list ul:before,
.module-list.is-inview .content__list ul li:before {
  transform: scaleX(1);
}
.module-list.is-inview .content__list ul li span {
  opacity: 1;
  transform: translateY(0);
}
.module-projects {
  padding-top: 5.56vw;
  padding-bottom: 5.56vw;
}
@media only screen and (min-width: 2160px) {
  .module-projects {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .module-projects {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.module-projects .content__title {
  margin-left: 13.19vw;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-projects .content__projects {
  display: flex;
  height: 52.78vw;
}
@media only screen and (max-width: 768px) {
  .module-projects .content__projects {
    flex-direction: column-reverse;
    height: auto;
  }
}
.module-projects .content__projects .projects__btn {
  margin-top: 32.64vw;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
@media only screen and (min-width: 2160px) {
  .module-projects .content__projects .projects__btn {
    margin-top: 705px;
  }
}
@media only screen and (max-width: 768px) {
  .module-projects .content__projects .projects__btn {
    margin-top: 0;
    margin-left: auto;
  }
}
.module-projects .content__projects .projects__el {
  width: 26.39vw;
  max-width: 570px;
  height: 26.39vw;
  max-height: 570px;
  position: relative;
}
.module-projects .content__projects .projects__el:nth-child(2) {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 2160px) {
  .module-projects .content__projects .projects__el:nth-child(2) {
    margin-top: 135px;
  }
}
@media only screen and (max-width: 768px) {
  .module-projects .content__projects .projects__el:nth-child(2) {
    margin-top: 19.27vw;
  }
}
.module-projects .content__projects .projects__el:nth-child(3) {
  margin-top: auto;
}
@media only screen and (min-width: 2160px) {
  .module-projects .content__projects .projects__el:nth-child(3) {
    margin-top: 570px;
  }
}
@media only screen and (max-width: 768px) {
  .module-projects .content__projects .projects__el:nth-child(3) {
    margin-top: 19.27vw;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .module-projects .content__projects .projects__el {
    margin-top: 19.27vw;
    width: calc(60vw - 14.4px);
    height: 58.14vw;
  }
}
.module-projects .content__projects .projects__el__title {
  position: absolute;
  top: 100%;
  left: 16px;
  margin-top: 16px;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.9s;
}
.module-projects .content__projects .projects__el__image {
  display: block;
  overflow: hidden;
}
.module-projects .content__projects .projects__el__image img {
  transition: all 0.9s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
  transform: translateY(100%);
}
.module-projects .content__projects .projects__el__image:after {
  padding-bottom: 100%;
}
@media only screen and (max-width: 768px) {
  .module-projects .content__projects .projects__el__image:after {
    padding-bottom: 58.14vw;
  }
}
.module-projects .content__projects .projects__el__image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f2bb49;
  transform: translateY(100%);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 2;
}
.module-projects .content__projects .projects__el__image .arrow {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 9.38vw;
  height: 9.38vw;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
  z-index: 3;
}
.module-projects .content__projects .projects__el__image .arrow__line {
  transform: rotate(45deg) scaleX(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}
.module-projects .content__projects .projects__el__image .arrow:before {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
  transform-origin: right;
  transform: scaleX(0);
}
.module-projects .content__projects .projects__el__image .arrow:after {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
  transform-origin: bottom;
  transform: scaleY(0);
}
@media (hover: hover) {
  .module-projects
    .content__projects
    .projects__el:hover
    .projects__el__image
    .arrow {
    top: 50%;
  }
  .module-projects
    .content__projects
    .projects__el:hover
    .projects__el__image
    .arrow__line {
    transform: rotate(45deg) scaleX(1);
  }
  .module-projects
    .content__projects
    .projects__el:hover
    .projects__el__image
    .arrow:before {
    transform: scaleX(1);
  }
  .module-projects
    .content__projects
    .projects__el:hover
    .projects__el__image
    .arrow:after {
    transform: scaleY(1);
  }
  .module-projects
    .content__projects
    .projects__el:hover
    .projects__el__image:before {
    transform: translateY(0);
  }
  .module-projects
    .content__projects
    .projects__el:hover
    .projects__el__image
    img {
    transform: scale(1.2);
  }
}
.module-projects.is-inview .content__title {
  transform: translateY(0);
  opacity: 1;
}
.module-projects.is-inview .content__projects .projects__btn {
  transform: scaleY(1);
}
.module-projects.is-inview .content__projects .projects__el__title {
  transform: translateY(0);
  opacity: 1;
}
.module-projects.is-inview .content__projects .projects__el__image img {
  transition: all 0.9s cubic-bezier(0.55, 0, 0.1, 1);
  transform: translateY(0);
}
.module-reviews {
  padding-top: 5.56vw;
  padding-bottom: 13.89vw;
}
@media only screen and (min-width: 2160px) {
  .module-reviews {
    padding-top: 120px;
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .module-reviews {
    padding: 42px 28px 106px;
  }
}
.module-reviews .content__title {
  margin-left: 5vw;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (min-width: 2160px) {
  .module-reviews .content__title {
    margin-left: 108px;
  }
}
@media only screen and (max-width: 768px) {
  .module-reviews .content__title {
    margin-left: 0;
  }
}
.module-reviews .content__text {
  margin-top: 1.94vw;
  margin-left: 5vw;
  width: 52.78vw;
  max-width: 1140px;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (min-width: 2160px) {
  .module-reviews .content__text {
    margin-left: 108px;
    margin-top: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .module-reviews .content__text {
    margin-left: 0;
    width: 100%;
    max-width: 404px;
  }
}
.module-reviews .content__reviews {
  margin-top: 100px;
  margin-right: 4.86vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.9s;
  transform: translateY(40px);
  opacity: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-reviews .content__reviews {
    margin-right: 0;
  }
}
.module-reviews .content__reviews__btn {
  width: 9.38vw;
  max-width: 202.5px;
  height: 9.38vw;
  max-height: 202.5px;
  transform: rotate(45deg);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-reviews .content__reviews__btn {
    display: none;
  }
}
.module-reviews .content__reviews__btn:after {
  top: 0;
  width: 3px;
}
.module-reviews .content__reviews__btn:after,
.module-reviews .content__reviews__btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-reviews .content__reviews__btn:before {
  right: 0;
  height: 3px;
}
.module-reviews .content__reviews__btn--next {
  transform: rotate(-135deg);
}
@media (hover: hover) {
  .module-reviews .content__reviews__btn:hover:after {
    top: 20%;
  }
  .module-reviews .content__reviews__btn:hover:before {
    right: 20%;
  }
}
.module-reviews .content__reviews__comments {
  margin-left: 60px;
  margin-right: 40px;
  width: 42.5vw;
  max-width: 918px;
}
@media only screen and (max-width: 768px) {
  .module-reviews .content__reviews__comments {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .module-reviews .content__reviews__comments .comments__el {
    width: 100%;
  }
}
.module-reviews .content__reviews__comments .comments__el__author {
  margin-top: 16px;
}
.module-reviews .content__reviews__bullets {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media only screen and (max-width: 768px) {
  .module-reviews .content__reviews__bullets {
    display: block;
  }
}
.module-reviews .content__reviews__bullets span {
  height: 14px;
  width: 14px;
  border: 2px solid #000;
  margin: 0 4px;
  background: transparent;
  opacity: 1;
  cursor: none;
}
.module-reviews .content__reviews__bullets .swiper-pagination-bullet-active {
  background: #f2bb49;
}
.module-reviews.is-inview .content__reviews,
.module-reviews.is-inview .content__text,
.module-reviews.is-inview .content__title {
  opacity: 1;
  transform: translateY(0);
}
.module-aboutintro {
  padding-top: 23.89vw;
  position: relative;
}
@media only screen and (min-width: 2160px) {
  .module-aboutintro {
    padding-top: 516px;
  }
}
@media only screen and (max-width: 768px) {
  .module-aboutintro {
    padding-top: 48vw;
  }
}
.module-aboutintro .content {
  padding-right: 13.19vw;
  padding-left: 31.11vw;
}
@media only screen and (min-width: 2160px) {
  .module-aboutintro .content {
    padding-right: 285px;
    padding-left: 672px;
  }
}
@media only screen and (max-width: 768px) {
  .module-aboutintro .content {
    padding-right: 22px;
    padding-left: 22px;
  }
}
.module-aboutintro .content__arrow {
  position: absolute;
  top: calc(13.19vw + 48px);
  left: 13.19vw;
  transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
  .module-aboutintro .content__arrow {
    width: 19.27vw;
    height: 19.27vw;
    left: calc(19.27vw - 3px);
    top: calc(19.27vw + 12px);
  }
}
.module-aboutintro .content__arrow .arrow__line {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transform: rotate(45deg) scaleX(0);
}
.module-aboutintro .content__arrow:before {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
  transform-origin: right;
  transform: scaleX(0);
}
.module-aboutintro .content__arrow:after {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
  transform-origin: bottom;
  transform: scaleY(0);
}
.module-aboutintro .content__title {
  max-width: 600px;
  transform: translateY(32px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-aboutintro .content__text {
  transform: translateY(32px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
}
.module-aboutintro .content__text p {
  margin-top: 25px;
}
.module-aboutintro .yellowbox {
  min-height: 13.19vw;
  width: 39.58vw;
  background: #f2bb49;
  padding: 32px 52px;
  margin-left: auto;
  margin-top: 70px;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .module-aboutintro .yellowbox {
    width: 52.78vw;
  }
}
@media only screen and (max-width: 768px) {
  .module-aboutintro .yellowbox {
    width: auto;
    margin-left: calc(20vw - 4.8px);
    min-height: 19.27vw;
    padding: 22px;
  }
}
.module-aboutintro .yellowbox p,
.module-aboutintro .yellowbox ul {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
}
.module-aboutintro .yellowbox.is-inview {
  transform: scaleX(1);
}
.module-aboutintro .yellowbox.is-inview p,
.module-aboutintro .yellowbox.is-inview ul {
  opacity: 1;
}
.module-aboutintro.is-inview .content__arrow .arrow__line {
  transform: rotate(45deg) scaleX(1);
}
.module-aboutintro.is-inview .content__arrow:before {
  transform: scaleX(1);
}
.module-aboutintro.is-inview .content__arrow:after {
  transform: scaleY(1);
}
.module-aboutintro.is-inview .content__text,
.module-aboutintro.is-inview .content__title {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .module-about {
    padding-top: 19.27vw;
  }
}
.module-about .content {
  display: flex;
  flex-wrap: wrap;
}
.module-about .content__image {
  width: 39.58vw;
  max-width: 855px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .module-about .content__image {
    width: 100%;
  }
}
.module-about .content__image .image {
  transform: translateY(130%) scale(1.3);
  transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
}
.module-about .content__image .image:after {
  padding-bottom: 100%;
}
.module-about .content__info {
  width: 52.78vw;
  max-width: 1140px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  align-self: flex-end;
}
@media only screen and (max-width: 768px) {
  .module-about .content__info {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.module-about .content__info__title {
  max-width: 510px;
  transform: translateY(32px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-about .content__info__text {
  max-width: 510px;
  transform: translateY(32px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}
.module-about .content__info__text p {
  margin-top: 25px;
}
.module-about.is-inview .content__image .image {
  transform: translateY(0) scale(1);
}
.module-about.is-inview .content__info__text,
.module-about.is-inview .content__info__title {
  transform: translateY(0);
  opacity: 1;
}
.module-slider {
  padding-top: 13.19vw;
}
@media only screen and (min-width: 2160px) {
  .module-slider {
    padding-top: 285px;
  }
}
.module-slider .content {
  margin-right: 13.19vw;
  margin-left: 26.39vw;
}
@media only screen and (min-width: 2160px) {
  .module-slider .content {
    margin-right: 285px;
    margin-left: 570px;
  }
}
@media only screen and (max-width: 768px) {
  .module-slider .content {
    margin-right: 0;
    margin-left: 0;
  }
}
.module-slider .content__slider {
  position: relative;
  transform: translateY(32px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
.module-slider .content__slider__pagination {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.module-slider .content__slider__pagination .arrow-slider {
  width: 9.03vw;
  height: 9.03vw;
  max-width: 195px;
  max-height: 195px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
}
.module-slider .content__slider__pagination .arrow-slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #000;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-slider .content__slider__pagination .arrow-slider:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-slider .content__slider__pagination .pagination__prev {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: 50%;
}
@media (hover: hover) {
  .module-slider
    .content__slider__pagination
    .pagination__prev:hover
    .arrow-slider:before {
    transform: scaleY(1);
  }
  .module-slider
    .content__slider__pagination
    .pagination__prev:hover
    .arrow-slider:after {
    transform: scaleX(1);
  }
}
.module-slider .content__slider__pagination .pagination__next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 50%;
}
.module-slider .content__slider__pagination .pagination__next .arrow-slider {
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media (hover: hover) {
  .module-slider
    .content__slider__pagination
    .pagination__next:hover
    .arrow-slider:before {
    transform: scaleY(1);
  }
  .module-slider
    .content__slider__pagination
    .pagination__next:hover
    .arrow-slider:after {
    transform: scaleX(1);
  }
}
.module-slider .content__slider__el .el__image .image:after {
  padding-bottom: 39.58vw;
}
@media only screen and (min-width: 2160px) {
  .module-slider .content__slider__el .el__image .image:after {
    padding-bottom: 855px;
  }
}
@media only screen and (max-width: 768px) {
  .module-slider .content__slider__el .el__image .image:after {
    padding-bottom: 60.53%;
  }
}
.module-slider .content__slider__bullets {
  display: none;
  justify-content: center;
  margin-top: 20px;
}
.module-slider .content__slider__bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  background: transparent;
  margin: 0 6px;
  cursor: none;
  opacity: 1;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-slider .content__slider__bullets .swiper-pagination-bullet-active {
  background: #f2bb49;
}
.module-slider.is-inview .content__slider {
  transform: translateY(0);
  opacity: 1;
}
.touch .module-slider .content__slider__pagination {
  display: none;
}
.touch .module-slider .content__slider__bullets {
  display: flex;
}
.module-values {
  padding-top: 13.19vw;
  position: relative;
  z-index: 60;
}
@media only screen and (min-width: 2160px) {
  .module-values {
    padding-top: 285px;
  }
}
.module-values .content {
  position: relative;
  z-index: 2;
}
.module-values .content__values {
  display: flex;
  border-bottom: 3px solid #000;
}
@media only screen and (max-width: 860px) {
  .module-values .content__values {
    flex-direction: column-reverse;
  }
}
.module-values .content__values__ops {
  width: calc(52.78vw - 1px);
}
@media only screen and (max-width: 1024px) {
  .module-values .content__values__ops {
    width: 65.97vw;
  }
}
@media only screen and (max-width: 860px) {
  .module-values .content__values__ops {
    width: 100%;
    position: relative;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 660px) {
  .module-values .content__values__ops {
    font-size: 12px;
    line-height: 16px;
  }
}
.module-values .content__values__ops .ops__el {
  display: flex;
  align-items: center;
  position: relative;
  height: 6.6vw;
  max-height: 142.5px;
  min-height: 80px;
  border-top: 3px solid #000;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 6.6vw;
}
@media only screen and (min-width: 2160px) {
  .module-values .content__values__ops .ops__el {
    padding-right: 142.5px;
  }
}
@media only screen and (max-width: 860px) {
  .module-values .content__values__ops .ops__el {
    padding-left: 22px;
    padding-right: 80px;
    width: calc(92.37vw + 2px);
  }
}
@media only screen and (max-width: 768px) {
  .module-values .content__values__ops .ops__el {
    width: calc(100vw - 22px);
  }
}
@media only screen and (max-width: 460px) {
  .module-values .content__values__ops .ops__el {
    padding-left: 22px;
    padding-right: 50px;
    min-height: 54px;
  }
}
@media only screen and (max-width: 360px) {
  .module-values .content__values__ops .ops__el {
    padding-left: 12px;
    padding-right: 50px;
  }
}
.module-values .content__values__ops .ops__el:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: 3px;
  bottom: -3px;
  background: #f2bb49;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-values .content__values__ops .ops__el__title {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
.module-values .content__values__ops .ops__el__arrow {
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
  margin-left: 30px;
  margin-right: 50px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  flex-shrink: 0;
}
@media only screen and (max-width: 860px) {
  .module-values .content__values__ops .ops__el__arrow {
    margin-left: 10px;
    margin-right: 20px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .module-values .content__values__ops .ops__el__arrow {
    margin-left: 6px;
    margin-right: 12px;
    width: 20px;
    height: 20px;
  }
}
.module-values .content__values__ops .ops__el__arrow:before {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.15s;
  transform-origin: right;
  transform: scale(0);
  left: 50%;
}
.module-values .content__values__ops .ops__el__arrow:after {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.15s;
  transform-origin: bottom;
  transform: scale(0);
  top: 50%;
}
.module-values .content__values__ops .ops__el__arrow .arrow__line {
  width: 100%;
  transform: rotate(45deg) scale(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-values .content__values__ops .ops__el__text {
  opacity: 0;
  transform: translateX(-24px);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-values .content__values__ops .ops__el__text p {
  font-weight: 500;
}
@media only screen and (max-width: 660px) {
  .module-values .content__values__ops .ops__el__text p {
    font-size: 12px;
    line-height: 16px;
  }
}
.module-values .content__values__ops .ops__el__door {
  position: absolute;
  top: -3px;
  right: 3px;
  width: calc(6.6vw + 3px);
  height: calc(6.6vw + 3px);
  max-width: 145.5px;
  max-height: 145.5px;
  min-width: 83px;
  min-height: 83px;
  transform-origin: bottom right;
  transform: rotate(90deg);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-values .content__values__ops .ops__el__door:after {
  width: calc(13.19vw + 3px);
  height: calc(13.19vw + 3px);
  max-width: 285px;
  max-height: 285px;
  min-width: 160px;
  min-height: 160px;
  background: #fff;
}
@media only screen and (max-width: 460px) {
  .module-values .content__values__ops .ops__el__door:after {
    min-width: 108px;
    min-height: 108px;
  }
}
@media only screen and (max-width: 860px) {
  .module-values .content__values__ops .ops__el__door {
    right: -3px;
  }
}
@media only screen and (max-width: 460px) {
  .module-values .content__values__ops .ops__el__door {
    min-width: 57px;
    min-height: 57px;
  }
}
.module-values .content__values__ops .ops__el__hidebtn {
  display: none;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #f2bb49;
  text-decoration: underline;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
}
@media (hover: hover) {
  .module-values .content__values__ops .ops__el:hover:before {
    transform: scaleX(1);
  }
  .module-values .content__values__ops .ops__el:hover .ops__el__door {
    transform: rotate(0deg);
  }
  .module-values .content__values__ops .ops__el:hover .ops__el__text {
    opacity: 1;
    transform: translateX(0);
  }
  .module-values .content__values__ops .ops__el:hover .ops__el__arrow {
    opacity: 1;
  }
  .module-values
    .content__values__ops
    .ops__el:hover
    .ops__el__arrow
    .arrow__line {
    transform: rotate(45deg) scale(1);
  }
  .module-values .content__values__ops .ops__el:hover .ops__el__arrow:after,
  .module-values .content__values__ops .ops__el:hover .ops__el__arrow:before {
    transform: scale(1);
  }
}
.module-values .content__values__ops .ops__el.active:before {
  transform: scaleX(1);
}
.module-values .content__values__ops .ops__el.active .ops__el__door {
  transform: rotate(0deg);
}
.module-values .content__values__ops .ops__el.active .ops__el__text {
  opacity: 1;
  transform: translateX(0);
}
.module-values .content__values__ops .ops__el.active .ops__el__arrow {
  opacity: 1;
}
.module-values
  .content__values__ops
  .ops__el.active
  .ops__el__arrow
  .arrow__line {
  transform: rotate(45deg) scale(1);
}
.module-values .content__values__ops .ops__el.active .ops__el__arrow:after,
.module-values .content__values__ops .ops__el.active .ops__el__arrow:before {
  transform: scale(1);
}
.module-values .content__values__ops .ops__el.active .ops__el__hidebtn {
  opacity: 0;
}
.module-values .content__values__title {
  width: 39.58vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 3px solid #000;
}
@media only screen and (max-width: 1024px) {
  .module-values .content__values__title {
    width: 26.39vw;
  }
}
@media only screen and (max-width: 860px) {
  .module-values .content__values__title {
    display: block;
    border-top: none;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.module-values .content__values__title .title__el {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}
.module-values.is-inview .content__values__ops .ops__el__title,
.module-values.is-inview .content__values__title .title__el {
  opacity: 1;
}
.touch .module-values .content__values__ops .ops__el__hidebtn {
  display: block;
}
.module-blog {
  padding-top: 46px;
  padding-bottom: 13.19vw;
}
@media only screen and (max-width: 768px) {
  .module-blog {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .module-blog {
    padding-top: 6px;
  }
}
.module-blog .fakebg {
  height: var(--app-height);
  min-height: 700px;
  width: 5px;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-blog .content {
  padding-left: 13.19vw;
  padding-right: 13.19vw;
}
@media only screen and (min-width: 2160px) {
  .module-blog .content {
    padding-left: 285px;
    padding-right: 285px;
  }
}
@media only screen and (max-width: 768px) {
  .module-blog .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.module-blog .content__tags {
  height: 13.19vw;
  max-height: 285px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
@media only screen and (max-width: 768px) {
  .module-blog .content__tags {
    justify-content: center;
    min-height: 38.94vw;
  }
}
@media only screen and (max-width: 560px) {
  .module-blog .content__tags {
    height: 36.94vw;
  }
}
@media only screen and (max-width: 374px) {
  .module-blog .content__tags {
    flex-wrap: wrap;
    justify-content: space-around;
    height: 58.14vw;
    padding-top: 70px;
  }
}
.module-blog .content__tags__el {
  min-width: 13.19vw;
  max-width: 285px;
  position: relative;
  font-size: 13px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .module-blog .content__tags__el {
    min-width: 19.27vw;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 374px) {
  .module-blog .content__tags__el {
    min-width: 35%;
  }
}
.module-blog .content__tags__el:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  height: 3px;
  background: #000;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (hover: hover) {
  .module-blog .content__tags__el:hover:after {
    transform: scaleX(1);
  }
}
.module-blog .content__tags__el.active:after {
  transform: scaleX(1);
}
.module-blog .content__fill {
  margin-top: 6.6vw;
  position: relative;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
@media only screen and (max-width: 500px) {
  .module-blog .content__fill {
    margin-top: 3px;
  }
}
.module-blog .content__fill .blogfill {
  position: absolute;
  left: 0;
  top: 100%;
  width: 50px;
  height: 50px;
}
.module-blog .content__fill .holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-blog .content__fill .fill__post {
  position: relative;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
  opacity: 0;
  transform: translateY(32px);
}
@media only screen and (max-width: 768px) {
  .module-blog .content__fill .fill__post {
    width: calc(40vw - 9.6px);
  }
}
@media only screen and (max-width: 500px) {
  .module-blog .content__fill .fill__post {
    width: 100%;
  }
}
.module-blog .content__fill .fill__post.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.module-blog .content__fill .fill__post:nth-child(2n) {
  transform: translateY(15.42vw);
  transition-delay: 0.45s;
}
.module-blog .content__fill .fill__post:nth-child(2n).is-inview {
  transform: translateY(13.19vw);
}
@media only screen and (max-width: 500px) {
  .module-blog .content__fill .fill__post:nth-child(2n) {
    transform: translateY(32px);
    transition-delay: 0.3s;
  }
  .module-blog .content__fill .fill__post:nth-child(2n).is-inview {
    transform: translateY(0);
  }
}
@media (hover: hover) {
  .module-blog .content__fill .fill__post.no-hover .post__image:hover:before {
    transform: translateY(100%);
  }
  .module-blog .content__fill .fill__post.no-hover .post__image:hover .arrow {
    top: 150%;
  }
  .module-blog
    .content__fill
    .fill__post.no-hover
    .post__image:hover
    .arrow__line {
    transform: rotate(45deg) scale(0);
  }
  .module-blog
    .content__fill
    .fill__post.no-hover
    .post__image:hover
    .arrow:after,
  .module-blog
    .content__fill
    .fill__post.no-hover
    .post__image:hover
    .arrow:before {
    transform: scale(0);
  }
}
.module-blog .content__fill .fill__post .post__image {
  width: 26.39vw;
  height: 26.39vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .module-blog .content__fill .fill__post .post__image {
    width: 100%;
    height: 38.76vw;
  }
}
@media only screen and (max-width: 500px) {
  .module-blog .content__fill .fill__post .post__image {
    width: 100%;
    height: 92.36vw;
  }
}
.module-blog .content__fill .fill__post .post__image:after {
  display: none;
}
.module-blog .content__fill .fill__post .post__image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f2bb49;
  transform: translateY(100%);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 2;
}
.module-blog .content__fill .fill__post .post__image .arrow {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 9.38vw;
  height: 9.38vw;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 3;
}
.module-blog .content__fill .fill__post .post__image .arrow__line {
  transform: rotate(45deg) scale(0);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}
.module-blog .content__fill .fill__post .post__image .arrow:before {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
  transform-origin: right;
  transform: scale(0);
}
.module-blog .content__fill .fill__post .post__image .arrow:after {
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.45s;
  transform-origin: bottom;
  transform: scale(0);
}
@media (hover: hover) {
  .module-blog .content__fill .fill__post .post__image:hover:before {
    transform: translateY(0);
  }
  .module-blog .content__fill .fill__post .post__image:hover .arrow {
    top: 50%;
  }
  .module-blog .content__fill .fill__post .post__image:hover .arrow__line {
    transform: rotate(45deg) scale(1);
  }
  .module-blog .content__fill .fill__post .post__image:hover .arrow:after,
  .module-blog .content__fill .fill__post .post__image:hover .arrow:before {
    transform: scale(1);
  }
}
.module-blog .content__fill .fill__post .post__info {
  min-height: 13.19vw;
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  .module-blog .content__fill .fill__post .post__info {
    padding: 8px 18px;
  }
}
.module-blog .content__fill .fill__post .post__info__title {
  font-size: 17px;
  line-height: 22px;
}
.module-blog .content__fill .fill__post .post__info__cat {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-top: 8px;
}
.module-blog.is-inview .content__tags {
  opacity: 1;
}
.page--projects.isMax .fakebg {
  min-height: 0;
  height: 0;
}
.isLoading .module-blog .content__fill .fill__post {
  opacity: 0;
  transform: translateY(32px);
}
.isLoading .module-blog .content__fill .fill__post:nth-child(2n) {
  transform: translateY(15.42vw);
  transition-delay: 0.15s;
}
@media only screen and (max-width: 500px) {
  .isLoading .module-blog .content__fill .fill__post:nth-child(2n) {
    transform: translateY(32px);
    transition-delay: 0.15s;
  }
}
.module-postintro {
  padding-top: 47px;
}
@media only screen and (max-width: 768px) {
  .module-postintro {
    padding-top: 12px;
  }
}
.module-postintro .content__image.image img {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-postintro .content__image.image:after {
  padding-bottom: 57.4%;
}
@media only screen and (max-width: 768px) {
  .module-postintro .content__image.image:after {
    padding-bottom: 82%;
  }
}
.active-page .module-postintro .content__image.image img {
  opacity: 1;
}
.module-postinfo .content {
  padding: 6.6vw 0;
}
@media only screen and (min-width: 2160px) {
  .module-postinfo .content {
    padding: 142.5px 0;
  }
}
.module-postinfo .content__text {
  margin: 0 6.6vw;
  max-width: 752px;
  transform: translateY(32px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
@media only screen and (min-width: 2160px) {
  .module-postinfo .content__text {
    margin: 0 142.5px;
  }
}
@media only screen and (max-width: 768px) {
  .module-postinfo .content__text {
    margin: 0 22px;
  }
}
.module-postinfo .content__text p + p {
  margin-top: 25px;
}
.module-postinfo.is-inview .content__text {
  transform: translateY(0);
  opacity: 1;
}
.module-postgallery {
  padding-bottom: 13.19vw;
}
@media only screen and (min-width: 2160px) {
  .module-postgallery {
    padding-bottom: 285px;
  }
}
.module-postgallery .content__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.module-postgallery .content__gallery__el {
  margin-top: 6.6vw;
  transition: all 0.9s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
}
@media only screen and (min-width: 2160px) {
  .module-postgallery .content__gallery__el {
    margin-top: 142.5px;
  }
}
.module-postgallery .content__gallery__el.is-inview {
  opacity: 1;
}
.module-postgallery .content__gallery__el:after {
  padding-bottom: 52.78vw;
}
@media only screen and (min-width: 2160px) {
  .module-postgallery .content__gallery__el:after {
    padding-bottom: 1140px;
  }
}
.module-postgallery .content__gallery__el.mitad {
  width: 42.92vw;
  max-width: 927px;
  transform: translateX(-100%);
}
.module-postgallery .content__gallery__el.mitad.is-inview {
  transform: translateX(0);
}
.module-postgallery .content__gallery__el.untercio {
  width: 26.39vw;
  max-width: 570px;
  transform: translateX(-100%);
}
.module-postgallery .content__gallery__el.untercio.is-inview {
  transform: translateX(0);
}
.module-postgallery .content__gallery__el.dostercios {
  width: 59.38vw;
  max-width: 1282.5px;
  transform: translateX(100%);
}
.module-postgallery .content__gallery__el.dostercios.is-inview {
  transform: translateX(0);
}
.module-postgallery .content__gallery__el.completo {
  width: 79.03vw;
  max-width: 1707px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(100%);
}
.module-postgallery .content__gallery__el.completo.is-inview {
  transform: translateY(0);
}
