/*font weight */
/*padding*/
/*ani*/
/*-------------------Plugins-------------------*/
/*
@font-face {
  font-family: 'JMH Typewriter';
  src: url('fonts/JMHTypewriter-Black.woff2') format('woff2'),
  url('fonts/JMHTypewriter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JMH Typewriter';
  src: url('fonts/JMHTypewriter-Regular.woff2') format('woff2'),
  url('fonts/JMHTypewriter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JMH Typewriter';
  src: url('fonts/JMHTypewriter-Regular.woff2') format('woff2'),
  url('fonts/JMHTypewriter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JMH Typewriter';
  src: url('fonts/JMHTypewriter-Bold.woff2') format('woff2'),
  url('fonts/JMHTypewriter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JMH Typewriter';
  src: url('fonts/JMHTypewriter-Black.woff2') format('woff2'),
  url('fonts/JMHTypewriter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JMH Typewriter';
  src: url('fonts/JMHTypewriter-Bold.woff2') format('woff2'),
  url('fonts/JMHTypewriter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-grid.min.css");
@import url("https://use.typekit.net/sfl4uku.css");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@10.0.4/swiper-bundle.min.css");
@import url("https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css");
@font-face {
  font-family: "JMH Typewriter";
  src: url("fonts/JMHTypewriter-Thin.woff2") format("woff2"), url("fonts/JMHTypewriter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JMH Typewriter";
  src: url("fonts/JMHTypewriter-Thin.woff2") format("woff2"), url("fonts/JMHTypewriter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*---------------- Global Elements ------------*/
/*generic site wide */
body,
html {
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  overflow: hidden;
  background-color: #000000;
  -webkit-tap-highlight-color: transparent;
}
body.loaded {
  cursor: default;
}
h1 > span, h2 > span, h3 > span, h4 > span {
  color: #ff0f00;
}

.box-shadow {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.17);
}

.clearfix {
  clear: both;
  width: 100%;
  display: block;
}

.img-fluid {
  max-width: 100%;
}

.pe-none {
  pointer-events: none;
}
.pe-none * {
  pointer-events: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Opera and Firefox */
}

/*==button*/
.btn-circle {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
  z-index: 1;
}
.btn-circle svg {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translateX(0.25px);
}
.btn-circle svg rect {
  fill: none;
  stroke-width: 1.25px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  /*rx: 40px;
  ry: 40px;*/
  transform: rotate(-90deg);
  stroke: #C2AD8B;
  stroke-dasharray: 321%;
  stroke-dashoffset: 642%;
  transition-property: stroke-dashoffset, transform;
  transform-origin: 50% 50%;
  will-change: stroke-dashoffset, transform;
  transition-duration: 1.3s;
  transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
}
.btn-circle svg rect + rect {
  stroke: #f9f0ec;
  stroke-dashoffset: 321%;
}
.btn-circle.small svg rect {
  transition-duration: 1s;
}
.btn-circle:hover rect {
  transform: rotate(0deg);
  stroke-dashoffset: 321%;
}
.btn-circle:hover rect + rect {
  stroke-dashoffset: 0%;
}

.text-center {
  text-align: center;
}

.red {
  color: #ff0f00 !important;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: rgba(0, 0, 0, 0.03);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  width: 100%;
  display: block;
  position: relative;
}

.loading-icon {
  text-align: center;
  position: relative;
}
.loading-icon:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
  font: 300 4em/150% Impact;
  position: absolute;
  top: -85px;
  left: 15px;
}

/*==bootstrap overwrite*/
/*exclude tablet from 768 size*/
@media (max-width: 768px) {
  .pl-md-0, .px-md-0 {
    padding-left: 15px !important;
  }
}
/*
@media (min-width: 769px) and (max-width: $media_md_max) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
}
*/
@media screen and (min-width: 768px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  section {
    /*padding-left: $col_half_sm;
    padding-right: $col_half_sm;*/
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  section.last-section {
    border-bottom: 3.125rem solid rgba(255, 255, 255, 0);
  }
  section .section-title {
    margin-bottom: 3.125rem;
  }
  section .sub-heading {
    line-height: calc(40px + 2vw) !important;
  }
  section .sub-heading.small {
    line-height: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    width: 100%;
    display: block;
    position: relative;
  }
  h1:not(.size-big) br, h2:not(.size-big) br, h3:not(.size-big) br, h4:not(.size-big) br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
.page {
  max-width: 45rem;
  margin: 0 auto;
  padding: 10vw 10%;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .page {
    padding: 100px 10%;
  }
}
.page > *:first-child {
  margin-top: 0;
}
.page--wrapper {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}

.content p + .btn {
  margin-top: 14px !important;
}

#cursor {
  display: none;
}

#circle {
  display: block;
  position: fixed;
  top: calc(100vh - 4.167vw - 105px);
  left: calc(95.833vw - 105px);
  z-index: 9;
  pointer-events: none;
  width: 109px;
  height: 110px;
  transform: translate(-14px, -15px);
}
#circle svg {
  position: relative;
  -webkit-animation: spin 20s linear 0s infinite normal;
  -moz-animation: spin 20s linear 0s infinite normal;
  animation: spin 20s linear 0s infinite normal;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#circle #circle-dot {
  fill: #C2AD8B;
}

body.touch-device #circle {
  top: 10px !important;
  left: calc(100vw - 25px) !important;
  transform: translate(-100%, 15px);
}

@media screen and (min-width: 768px) {
  /*cursor*/
  [data-child-disable] * {
    pointer-events: none;
  }
  [data-child-disable][data-child-disable=false] {
    pointer-events: auto;
  }
  [data-cursor-type], [data-cursor-type]:hover {
    cursor: none !important;
  }
  #cursor {
    visibility: hidden;
    display: block;
    position: fixed;
    text-align: center;
    width: 80px;
    height: 80px;
    z-index: 9999;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    pointer-events: none;
    mix-blend-mode: screen;
  }
  #cursor.initial {
    mix-blend-mode: initial;
  }
  #cursor.normal {
    mix-blend-mode: normal;
  }
  #cursor.multiply {
    mix-blend-mode: multiply;
  }
  #cursor.screen {
    mix-blend-mode: screen;
  }
  #cursor.overlay {
    mix-blend-mode: overlay;
  }
  #cursor.darken {
    mix-blend-mode: darken;
  }
  #cursor.lighten {
    mix-blend-mode: lighten;
  }
  #cursor.color-dodge {
    mix-blend-mode: color-dodge;
  }
  #cursor.color-burn {
    mix-blend-mode: color-burn;
  }
  #cursor.difference {
    mix-blend-mode: difference;
  }
  #cursor.exclusion {
    mix-blend-mode: exclusion;
  }
  #cursor.hue {
    mix-blend-mode: hue;
  }
  #cursor.saturation {
    mix-blend-mode: saturation;
  }
  #cursor.color {
    mix-blend-mode: color;
  }
  #cursor.luminosity {
    mix-blend-mode: luminosity;
  }
  #cursor .cursor_label {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  #cursor .cursor_label, #cursor .cursor__pause, #cursor .cursor__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
  }
  #cursor .cursor__pause, #cursor .cursor__play {
    mix-blend-mode: exclusion;
    display: none;
  }
  #cursor .cursor__play {
    left: calc(50% + 2px);
  }
  #cursor.is-small .expand, #cursor.is-small .shrink, #cursor.is-small .fa-instagram, #cursor.is-small .detail {
    transition-delay: 0s;
  }
  #cursor .expand, #cursor .shrink, #cursor .fa-instagram, #cursor .detail {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  }
  #cursor.is-expand .expand {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  }
  #cursor.is-detail .detail {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  }
  #cursor.is-insta .fa-instagram {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    opacity: 1;
  }
  #cursor.is-insta .fa-instagram:before {
    color: #000000;
  }
  #cursor.is-insta .fa-instagram small {
    margin-top: -42px;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
  }
  #cursor.is-shrink .shrink {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  }
  #cursor.prev-next .expand {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  #cursor .cursor_big {
    -webkit-transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-transform: scale(0.15);
    transform: scale(0.15);
    background: #C2AD8B;
  }
  #cursor.white .cursor_big {
    background: #B7B6A8;
  }
  #cursor.is-small .cursor_big {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    font-size: 10px;
  }
  #cursor.is-medium .cursor_big {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  #cursor.is-big .cursor_big {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #cursor.extra-big .cursor_big {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #cursor.is-pause .cursor__pause, #cursor.is-play .cursor__play {
    display: block;
  }
  /*circle*/
}
/*==progress-bar*/
div.progress-bar {
  position: fixed;
  left: 4.167vw;
  bottom: 45px;
  z-index: 9;
  pointer-events: none;
}
div.progress-bar .progress-wrapper {
  position: relative;
  display: block;
  margin-top: -3px;
}
div.progress-bar #progress {
  height: 2px;
  width: 0;
  transition: opacity 500ms linear;
  position: relative;
  z-index: 0;
  overflow-x: clip;
}
div.progress-bar #progress:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0px;
  height: 4px;
  width: 50px;
  opacity: 1;
  z-index: 2;
  background-color: #C2AD8B;
  -webkit-box-shadow: #C2AD8B 1px 0 6px 1px;
  -webkit-border-radius: 100%;
  -webkit-animation: pulse 1s ease-out 0s infinite;
  -webkit-transition: opacity 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
div.progress-bar #progress span {
  background: #B7B6A8;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
div.progress-bar .size-big {
  margin-top: 0;
  position: relative;
  color: #fff;
  margin: 0;
}
div.progress-bar .title {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
div.progress-bar .title .placeholder {
  position: relative;
  visibility: hidden;
  line-height: 0.73;
  z-index: -1;
}
div.progress-bar .title .reveal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div.progress-bar .title .reveal .size-big {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
}
div.progress-bar .title .reveal .size-big span {
  padding: 0;
  margin: 0;
  font-size: inherit;
  color: #fff;
}
div.progress-bar .title.first {
  visibility: hidden;
}
div.progress-bar .title.first .reveal .size-big {
  top: 0;
  bottom: auto;
  line-height: 0.66;
}
div.progress-bar .title.first .reveal .size-big span:nth-child(4) {
  transform: translateY(112%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
}
div.progress-bar .title.first .reveal .size-big span:nth-child(3) {
  transform: translateY(112%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
}
div.progress-bar .title.first .reveal .size-big span:nth-child(2) {
  transform: translateY(112%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
}
div.progress-bar .title.first .reveal .size-big span:nth-child(1) {
  transform: translateY(112%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}
div.progress-bar .title.second {
  margin-left: -15px;
  margin-top: 0.3vw;
  padding-bottom: 25px;
}
div.progress-bar .title.second .reveal {
  left: 25px;
}
div.progress-bar .title.second .reveal .size-big span:nth-child(7) {
  transform: translateY(clamp(4.06em, 9vw, 9.375em));
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
}
div.progress-bar .title.second .reveal .size-big span:nth-child(6) {
  transform: translateY(clamp(4.06em, 9vw, 9.375em));
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4166666667s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4166666667s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4166666667s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4166666667s;
}
div.progress-bar .title.second .reveal .size-big span:nth-child(5) {
  transform: translateY(clamp(4.06em, 9vw, 9.375em));
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
}
div.progress-bar .title.second .reveal .size-big span:nth-child(4) {
  transform: translateY(clamp(4.06em, 9vw, 9.375em));
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
}
div.progress-bar .title.second .reveal .size-big span:nth-child(3) {
  transform: translateY(clamp(4.06em, 9vw, 9.375em));
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
}
div.progress-bar .title.second .reveal .size-big span:nth-child(2) {
  transform: translateY(clamp(4.06em, 9vw, 9.375em));
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
}
div.progress-bar .title.second .reveal .size-big span:nth-child(1) {
  transform: translateY(clamp(4.06em, 9vw, 9.375em));
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}
div.progress-bar .title.second .placeholder {
  padding-left: 25px;
  padding-bottom: 25px;
}
div.progress-bar .current-progress {
  position: absolute;
  left: 0;
  top: 0%;
  margin-left: 40px;
  line-height: 0;
  color: #B7B6A8;
  font-size: 6.6vw;
  font-size: clamp(3.125em, 6.6vw, 6.25em);
}
@supports not (font-size: clamp(3.125em, 6.6vw, 6.25em)) {
  div.progress-bar .current-progress {
    font-size: min(max(3.125em, 6.6vw), 6.25em);
  }
}
div.progress-bar .current-progress {
  -webkit-transition: opacity 0.1s ease 0.05s;
  -moz-transition: opacity 0.1s ease 0.05s;
  -ms-transition: opacity 0.1s ease 0.05s;
  -o-transition: opacity 0.1s ease 0.05s;
  transition: opacity 0.1s ease 0.05s;
}
div.progress-bar .current-progress small {
  font-size: 0.65em;
}
@media screen and (min-width: 2400px) {
  div.progress-bar .title.second {
    margin-top: 0.3vw;
  }
}
@media screen and (max-width: 1200px) {
  div.progress-bar .title.second {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  div.progress-bar {
    left: 25px;
    bottom: 25px;
  }
  div.progress-bar .title.second {
    margin-top: -15px;
  }
  div.progress-bar .title.second .placeholder {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767.98px) {
  div.progress-bar .current-progress {
    font-size: 8vw;
    font-size: clamp(3em, 8vw, 6em);
  }
  @supports not (font-size: clamp(3em, 8vw, 6em)) {
    div.progress-bar .current-progress {
      font-size: min(max(3em, 8vw), 6em);
    }
  }
  div.progress-bar .current-progress {
    margin-left: 10px;
  }
  div.progress-bar .size-big {
    line-height: 0.64;
    font-size: 16vw;
    font-size: clamp(3em, 16vw, 4.2em);
  }
  @supports not (font-size: clamp(3em, 16vw, 4.2em)) {
    div.progress-bar .size-big {
      font-size: min(max(3em, 16vw), 4.2em);
    }
  }
  div.progress-bar .title .reveal .size-big {
    top: 0;
  }
  div.progress-bar .title.second {
    margin-top: 3px;
  }
  div.progress-bar .title.second .placeholder {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  div.progress-bar {
    left: 15px;
    bottom: 15px;
  }
  div.progress-bar .title.second .placeholder {
    padding-bottom: 15px;
  }
}

/*==homepage*/
body.HomePage header, body.HomePage footer, body.HomePage section {
  opacity: 0;
  pointer-events: none;
}
body.HomePage {
  height: 100%;
  overflow: hidden;
}
body.HomePage #circle {
  -webkit-transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0s;
  -moz-transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0s;
  -ms-transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0s;
  -o-transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0s;
  transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0s;
}

body.HomePage:not(.loading-completed) #cursor, body.HomePage:not(.loading-completed) #circle {
  opacity: 0 !important;
}

/*==content loaded*/
body.loading-completed div.progress-bar .current-progress {
  opacity: 0;
}
body.loading-completed div.progress-bar #progress:before {
  opacity: 0;
  animation: none;
}
body.loading-completed div.progress-bar #progress span {
  width: 0%;
}
body.loading-completed div.progress-bar .title {
  visibility: visible;
  opacity: 1;
}
body.loading-completed div.progress-bar .title.first .reveal .size-big span {
  transform: translateY(0);
  overflow: visible;
}
body.loading-completed div.progress-bar .title.second .reveal .size-big span {
  transform: translateY(0);
  overflow: visible;
}
body.loading-completed #cursor {
  opacity: 1;
}

/*when mouse is in*/
body.mouse-in #circle #circle-dot {
  opacity: 0;
}

/*when home landing is clicked*/
body.landing-out #circle svg {
  opacity: 0;
  animation-play-state: paused;
}

/*on landing out seconday logo displayed and cursor changed*/
body.landing-out div.progress-bar .title {
  opacity: 1;
  visibility: visible;
}
body.landing-out div.progress-bar .title.first .reveal .size-big span:nth-child(4) {
  transform: translateY(-112%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
}
body.landing-out div.progress-bar .title.first .reveal .size-big span:nth-child(3) {
  transform: translateY(-112%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
}
body.landing-out div.progress-bar .title.first .reveal .size-big span:nth-child(2) {
  transform: translateY(-112%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
}
body.landing-out div.progress-bar .title.first .reveal .size-big span:nth-child(1) {
  transform: translateY(-112%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}
body.landing-out div.progress-bar .title.second .reveal .size-big span:nth-child(7) {
  transform: translateY(-150%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
}
body.landing-out div.progress-bar .title.second .reveal .size-big span:nth-child(6) {
  transform: translateY(-150%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4166666667s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4166666667s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4166666667s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4166666667s;
}
body.landing-out div.progress-bar .title.second .reveal .size-big span:nth-child(5) {
  transform: translateY(-150%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
}
body.landing-out div.progress-bar .title.second .reveal .size-big span:nth-child(4) {
  transform: translateY(-150%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.25s;
}
body.landing-out div.progress-bar .title.second .reveal .size-big span:nth-child(3) {
  transform: translateY(-150%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1666666667s;
}
body.landing-out div.progress-bar .title.second .reveal .size-big span:nth-child(2) {
  transform: translateY(-150%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0833333333s;
}
body.landing-out div.progress-bar .title.second .reveal .size-big span:nth-child(1) {
  transform: translateY(-150%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}

/*==overlay*/
body.HomePage.landing-out {
  /*.body-overlay {
    height: 0%;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: $color_white;
    z-index: 999;
    pointer-events: none;
    -webkit-transition: all 1.5s $text_cubic;
    -moz-transition: all 1.5s $text_cubic;
    -ms-transition: all 1.5s $text_cubic;
    -o-transition: all 1.5s $text_cubic;
    transition: all 1.5s $text_cubic;
  }*/
  /*&.reload {
    .body-overlay {
      top: auto;
      height: 100%;

    }
  }*/
}

body:not(.HomePage) {
  /*
  .body-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: $color_white;
    z-index: 999;
  }
  */
}
body:not(.HomePage) .main-wrapper {
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 6.25rem;
}
body:not(.HomePage) {
  /*&.loaded {
    .body-overlay {
      top: auto;
      height: 0;
      pointer-events: none;
      -webkit-transition: all 1.5s $text_cubic;
      -moz-transition: all 1.5s $text_cubic;
      -ms-transition: all 1.5s $text_cubic;
      -o-transition: all 1.5s $text_cubic;
      transition: all 1.5s $text_cubic;
    }
    &.reload {
      .body-overlay {
        top: auto;
        height: 100%;

      }
    }
  }*/
}

/*
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

!* Track *!
::-webkit-scrollbar-track {
  background: rgba(222, 222, 222, .75);
}

!* Handle *!
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .5);
}

!* Handle on hover *!
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .5);
}
*/
/*==reload ==animation*/
body:not(.HomePage) .content, body:not(.HomePage) h1, body:not(.HomePage) h2, body:not(.HomePage) h3, body:not(.HomePage) h4, body:not(.HomePage) ul, body:not(.HomePage) .img-fluid, body:not(.HomePage) .custom-reload, body:not(.HomePage) .btn-circle, body:not(.HomePage) .nav-btn {
  opacity: 0;
}
body:not(.HomePage).loaded .reload-1:not(.animation-element), body:not(.HomePage).loaded .content:not(.animation-element), body:not(.HomePage).loaded .btn-circle:not(.close):not(.animation-element), body:not(.HomePage).loaded .nav-btn:not(.animation-element) {
  animation-name: fadeIn;
  animation-delay: 0.3s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body:not(.HomePage).loaded .reload-2:not(.animation-element), body:not(.HomePage).loaded h1:not(.animation-element), body:not(.HomePage).loaded h2:not(.animation-element), body:not(.HomePage).loaded h3:not(.animation-element), body:not(.HomePage).loaded h4:not(.animation-element), body:not(.HomePage).loaded ul:not(.animation-element) {
  animation-name: fadeIn;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body:not(.HomePage).loaded .reload-3:not(.animation-element), body:not(.HomePage).loaded img.img-fluid:not(.animation-element) {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body:not(.HomePage).loaded h1.size-big-secondary:not(.animation-element), body:not(.HomePage).loaded nav ul:not(.animation-element) {
  animation-delay: 0.3s;
}
body:not(.HomePage).loaded .custom-reload:not(.animation-element) {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.loaded.reload .content:not(.animation-element), body.loaded.reload h1:not(.animation-element), body.loaded.reload h2:not(.animation-element), body.loaded.reload h3:not(.animation-element), body.loaded.reload h4:not(.animation-element), body.loaded.reload ul:not(.animation-element), body.loaded.reload .img-fluid:not(.animation-element), body.loaded.reload .active-slide-detail:not(.animation-element), body.loaded.reload .active-slider-no:not(.animation-element), body.loaded.reload .tilt__image:not(.animation-element), body.loaded.reload .custom-reload:not(.animation-element), body.loaded.reload .btn-circle:not(.animation-element), body.loaded.reload .tap-zoom:not(.animation-element), body.loaded.reload .nav-btn:not(.animation-element), body.loaded.reload #cursor:not(.animation-element) {
  opacity: 1;
}
body.loaded.reload .reload-1:not(.animation-element), body.loaded.reload .content:not(.animation-element) {
  animation-name: fadeOut;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.loaded.reload .reload-2:not(.animation-element), body.loaded.reload h1:not(.animation-element), body.loaded.reload h2:not(.animation-element), body.loaded.reload h3:not(.animation-element), body.loaded.reload h4:not(.animation-element), body.loaded.reload ul:not(.animation-element), body.loaded.reload .active-slide-detail:not(.animation-element), body.loaded.reload .active-slider-no:not(.animation-element), body.loaded.reload .btn-circle:not(.animation-element), body.loaded.reload .tap-zoom:not(.animation-element), body.loaded.reload .nav-btn:not(.animation-element), body.loaded.reload #cursor:not(.animation-element) {
  animation-name: fadeOut;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.loaded.reload .reload-3:not(.animation-element), body.loaded.reload img.img-fluid:not(.animation-element), body.loaded.reload .tilt__image:not(.animation-element) {
  animation-name: fadeOut;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.loaded.reload h1.size-big-secondary:not(.animation-element), body.loaded.reload nav ul:not(.animation-element) {
  animation-delay: 0.4s;
}
body.loaded.reload .custom-reload:not(.animation-element) {
  animation-name: fadeOut;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.landing-out.loaded.reload .main-banner canvas {
  animation-name: fadeOut;
  animation-delay: 0s;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}

/*==scroller*/
#my-scrollbar {
  /*width: 100%;
  */
  height: 100vh;
  overflow-x: hidden;
  background-color: #000000;
}
#my-scrollbar .scrollbar-track-x {
  display: none !important;
}
@media screen and (max-width: 991.98px) {
  #my-scrollbar .scrollbar-track-y {
    width: 2px;
  }
  #my-scrollbar .scrollbar-track-y .scrollbar-thumb {
    width: 2px;
  }
}

body:not(.default-load) #my-scrollbar {
  opacity: 0;
}

/*for*/
.animation {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

header, footer, .main-wrapper, section:not(.overflow-visible) {
  max-width: 100vw;
  overflow-x: hidden;
}

/*==anmation_element*/
.animation-element {
  opacity: 0;
}

body.loaded .animation-element.default.in-view.animate-fadeinup {
  animation-name: fadeInUpLong;
  animation-delay: 0.2s;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.loaded .animation-element.in-view:not(.bottom), body.loaded .animation-element.in-view-bottom {
  opacity: 0;
}
body.loaded .animation-element.in-view:not(.bottom).animate-fadeInUpLong, body.loaded .animation-element.in-view-bottom.animate-fadeInUpLong {
  animation-name: fadeInUpLong;
  animation-delay: 0.3s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
body.loaded .animation-element.in-view:not(.bottom).animate-fadeinup, body.loaded .animation-element.in-view-bottom.animate-fadeinup {
  animation-name: fadeInUpLong;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
body.loaded .animation-element.in-view:not(.bottom).animate-fadein, body.loaded .animation-element.in-view-bottom.animate-fadein {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
body.loaded .animation-element.in-view:not(.bottom).delay-2, body.loaded .animation-element.in-view-bottom.delay-2 {
  animation-delay: 0.2s;
}
body.loaded .animation-element.in-view:not(.bottom).delay-3, body.loaded .animation-element.in-view-bottom.delay-3 {
  animation-delay: 0.3s;
}
body.loaded .animation-element.in-view:not(.bottom).delay-4, body.loaded .animation-element.in-view-bottom.delay-4 {
  animation-delay: 0.4s;
}
body.loaded .animation-element.in-view:not(.bottom).delay-5, body.loaded .animation-element.in-view-bottom.delay-5 {
  animation-delay: 0.5s;
}
body.loaded .animation-element.in-view:not(.bottom).delay-6, body.loaded .animation-element.in-view-bottom.delay-6 {
  animation-delay: 0.6s;
}
body.loaded.reload .animation-element.in-view {
  animation-name: fadeOut !important;
  animation-duration: 0.3s !important;
  animation-delay: 0s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

.absolute {
  position: absolute;
}

/*fade in*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 10);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes fadeInUpLong {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 30);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
/*for imges with will be initially scaled to 1.2*/
@keyframes fadeInUpScale {
  0% {
    opacity: 0;
    transform: matrix(1.2, 0, 0, 1.2, 0, 80);
  }
  /*10%{
    opacity: 0;
  }*/
  100% {
    opacity: 1;
    margin-top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    opacity: 1;
    margin-top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 1;
    margin-top: 0px;
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-top: 10px;
  }
}
/*slide in*/
@keyframes slideIn {
  0% {
    left: 100%;
  }
  80% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}
/*spin*/
@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*pulse blink*/
@-webkit-keyframes pulse {
  30% {
    opacity: 0.6;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
/*text reveal*/
@keyframes reveal {
  0% {
    max-height: 0;
    visibility: hidden;
  }
  0.1% {
    visibility: visible;
  }
  100% {
    max-height: 180px;
    visibility: visible;
  }
}
/*text reveal*/
@keyframes revealIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes revealOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* delay prev*/
@keyframes delayPrev {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-10%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes slideNext {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(10%);
  }
  100% {
    transform: translate(0%);
  }
}
/* thumbnail left right*/
@keyframes leftChange {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-1%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes changeRight {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(1%);
  }
  100% {
    transform: translate(0%);
  }
}
/*loading dots*/
@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #C2AD8B;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #C2AD8B, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  100%, 80% {
    text-shadow: 0.25em 0 0 #C2AD8B, 0.5em 0 0 #C2AD8B;
  }
}
/*font size , family / size / color */
body {
  font-family: baskerville-urw, serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) and (max-height: 600px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) and (max-height: 600px) {
  body {
    font-size: 16px !important;
  }
}
body.BlogPost .blog-entry .content-wrapper h5, body.WorkYear .summary-container .content-wrapper .content > p, body.WorkYear .summary-container .content-wrapper .content span, body.WorkYear .summary-container .content-wrapper h5, body.About.essay-popup-show .initial-popup .content .quote, body.About.essay-popup-show .initial-popup .content .essay-title, body.About div.main-section .content-wrapper .content .summary, body.About .content-wrapper h5, .size-6,
h6, .summary-heading,
h4, .size-3,
.subtitle,
h3, .size-2,
.sub-heading,
h2, .size-1,
h1, .main-title, .size-big-secondary, .size-big {
  font-family: baskerville-urw, serif;
}

body.ErrorPage .main-wrapper .col-md-12 p, body.BlogPost .blog-entry .date, body.BlogPost .summary-container .content-wrapper h5, body.Blog .instagram-mobile h2, body.Blog .blog-list-wrapper .load-more a, body.WorkYear .summary-container .content-wrapper .main-title small, body.Work section.work .pagination-wrapper .label, body.Work section.work .pagination-wrapper ul li, body.Work section.work .swiper-slide h2 a small, body.Contact .powered, body.Contact section.contact-details .title, body.About.essay-popup-show .initial-popup .content .essay-content p, body.About.essay-popup-show .initial-popup .content .author-bottom,
body.About.essay-popup-show .initial-popup .content .author-top, body.About .content-wrapper .content a,
body.About .content-wrapper .content li,
body.About .content-wrapper .content p, .carousel-popup .popup-slide-detail b, .carousel-popup .popup-slide-detail, section.painting-carousel .tap-zoom, .mobile-nav .disclosure-wrapper .disclosure, header nav ul li a, .content, .loading-icon, .is-insta .fab small {
  font-family: gill-sans-nova, sans-serif;
}

/*
%font_Typewriter {
  font-family: 'JMH Typewriter';
  font-weight: inherit;
}
*/
.size-big {
  color: #fff;
  font-size: 9vw;
  font-size: clamp(4.06em, 9vw, 9.375em);
}
@supports not (font-size: clamp(4.06em, 9vw, 9.375em)) {
  .size-big {
    font-size: min(max(4.06em, 9vw), 9.375em);
  }
}
.size-big {
  line-height: 0.64;
  text-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}

.size-big-secondary {
  color: #fff;
  font-size: 2.5vw;
  font-size: clamp(2.5em, 2.5vw, 3.125em);
}
@supports not (font-size: clamp(2.5em, 2.5vw, 3.125em)) {
  .size-big-secondary {
    font-size: min(max(2.5em, 2.5vw), 3.125em);
  }
}
.size-big-secondary {
  line-height: 0.76;
  text-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}

.main-title {
  line-height: 0.8;
  color: #fff;
  font-size: 6.25vw;
  font-size: clamp(4.06em, 6.25vw, 9.375em);
}
@supports not (font-size: clamp(4.06em, 6.25vw, 9.375em)) {
  .main-title {
    font-size: min(max(4.06em, 6.25vw), 9.375em);
  }
}
.main-title {
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.size-1,
h1 {
  line-height: 0.64;
  color: #fff;
  font-size: 4.6vw;
  font-size: clamp(3.125em, 4.6vw, 4.06em);
}
@supports not (font-size: clamp(3.125em, 4.6vw, 4.06em)) {
  .size-1,
  h1 {
    font-size: min(max(3.125em, 4.6vw), 4.06em);
  }
}
.size-1,
h1 {
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.size-1 sup,
.size-2 sup {
  font-size: 12px;
}

.size-3 sup {
  font-size: 12px;
}

.size-2,
.sub-heading,
h2 {
  color: #fff;
  font-size: 4.6vw;
  font-size: clamp(2.5em, 4.6vw, 3.125em);
}
@supports not (font-size: clamp(2.5em, 4.6vw, 3.125em)) {
  .size-2,
  .sub-heading,
  h2 {
    font-size: min(max(2.5em, 4.6vw), 3.125em);
  }
}
.size-2,
.sub-heading,
h2 {
  line-height: 1.2;
  margin-bottom: 20px;
}

.size-3,
.subtitle,
h3 {
  font-size: 2.5em;
  line-height: 39px;
  font-weight: 400;
  margin-bottom: 15px;
}

.summary-heading,
h4 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

.size-5,
h5 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.size-6,
h6 {
  font-size: 1.25em;
  line-height: 24px;
  color: #0D0D0D;
}

body.BlogPost .summary-container .content-wrapper .content > p, body.BlogPost .summary-container .content-wrapper .content span, body.WorkYear .summary-container .content-wrapper .content > p, body.WorkYear .summary-container .content-wrapper .content span, body.Work div.work-type-tab ul li, body.About div.main-section .content-wrapper .content .summary,
.size-default {
  font-size: 24px;
  line-height: 1.5;
  color: #B7B6A8;
}
@media screen and (max-width: 576px) {
  body.BlogPost .summary-container .content-wrapper .content > p, body.BlogPost .summary-container .content-wrapper .content span, body.WorkYear .summary-container .content-wrapper .content > p, body.WorkYear .summary-container .content-wrapper .content span, body.Work div.work-type-tab ul li, body.About div.main-section .content-wrapper .content .summary,
  .size-default {
    font-size: 20px;
  }
}

.content {
  color: #B7B6A8;
  font-weight: 300;
}
.content p,
.content ul > li {
  font-size: 18px;
  line-height: 1.5;
}
.content p small,
.content ul > li small {
  font-size: 16px;
}
.content p b,
.content p strong,
.content ul > li b,
.content ul > li strong {
  font-weight: bold;
}
.content p a,
.content ul > li a {
  color: #B7B6A8;
}

span.s1 {
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  p small > span.s1 {
    left: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .size-big {
    font-size: 12vw;
    font-size: clamp(3em, 12vw, 7em);
  }
  @supports not (font-size: clamp(3em, 12vw, 7em)) {
    .size-big {
      font-size: min(max(3em, 12vw), 7em);
    }
  }
  .size-big {
    line-height: 1;
  }
  .main-title,
  .size-1,
  h1 {
    font-size: 3.6em;
    line-height: 0.68;
  }
  .size-2 {
    font-size: 2.8em;
  }
  .size-3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 576px) {
  .size-big {
    font-size: 3em;
    line-height: 1;
  }
  .main-title,
  .size-1,
  h1 {
    font-size: 2.6em;
    line-height: 0.68;
  }
  .size-2 {
    font-size: 4.5vw;
    font-size: clamp(1.1em, 4.5vw, 1.5em);
  }
  @supports not (font-size: clamp(1.1em, 4.5vw, 1.5em)) {
    .size-2 {
      font-size: min(max(1.1em, 4.5vw), 1.5em);
    }
  }
  .size-3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 375px) {
  .size-big {
    font-size: 4em;
  }
  .main-title,
  .size-1,
  h1 {
    font-size: 2.2em;
  }
  .size-3 {
    font-size: 1.3em;
  }
}
input.form-control {
  padding: 15px 25px;
  border: 1px solid #000;
  margin-bottom: 20px;
  width: 100%;
  max-width: 400px;
  text-align: center;
}
input.form-control:hover, input.form-control:focus {
  outline-style: none;
}

.btn {
  margin-top: 20px;
  padding: 15px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-width: 155px;
}
.btn:focus, .btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form {
  text-align: center;
}
form a {
  color: #fff;
}

body.page-Security .content-container {
  text-align: center;
}
body.page-Security .page-header h1 {
  position: relative;
}
body.page-Security .page-header h1:before {
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}

/*-------------------- Modules ----------------*/
.tilt {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  flex: none;
  perspective: 1000px;
}

.tilt * {
  pointer-events: none;
}

.tilt:hover,
.tilt:focus {
  color: #fff;
  outline: none;
}

/*
.tilt__figure,
.tilt__deco,
.tilt__caption {
	will-change: transform;
}*/
.tilt__figure,
.tilt__image {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.tilt__figure > * {
  transform: translateZ(0px); /* Force correct stacking order */
}

.smooth .tilt__figure,
.smooth .tilt__deco--overlay,
.smooth .tilt__deco--lines,
.smooth .tilt__deco--shine div,
.smooth .tilt__caption {
  transition: transform 0.2s ease-out;
}

.tilt__figure {
  position: relative;
  /*-webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;*/
}

.tilt__figure::before {
  /*content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  box-shadow: 0 30px 20px rgba(35,32,39,0.5);*/
}

.tilt__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tilt__deco--overlay {
  background-image: linear-gradient(45deg, rgba(226, 60, 99, 0.4), rgba(145, 58, 252, 0.4), rgba(16, 11, 192, 0.4));
}

.tilt__deco--shine div {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
}

.tilt__deco--lines {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
}

.tilt__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4em;
}

.tilt__title {
  margin: 0;
  font-weight: normal;
  font-size: 2.5em;
  font-family: "Abril Fatface", serif;
  line-height: 1;
}

.tilt__description {
  margin: 1em 0 0 0;
  font-size: 0.85em;
  letter-spacing: 0.15em;
}

/* Individual styles */
/* Example 1 (Default) */
.tilt--1 .tilt__figure::before {
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.5);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 45px 4.167vw;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
header a, header .nav-btn {
  pointer-events: auto;
}
header .container .container-fluid {
  position: relative;
}
@media screen and (max-width: 768px) {
  header .container-fluid {
    padding: 0;
  }
  header {
    padding: 25px 25px;
  }
}
@media screen and (max-width: 576px) {
  header {
    /*position: fixed;
    top: 0;*/
    padding: 15px 15px;
  }
}

/*secodnary=logo*/
header div.secondary-logo {
  position: relative;
  z-index: 2;
}
header div.secondary-logo .title {
  margin: 0;
  padding: 0;
}
header div.secondary-logo .title .reveal {
  display: flex;
  overflow: hidden;
}
header div.secondary-logo .title .reveal .size-big-secondary {
  display: inline-flex;
  margin: 0;
  padding: 0;
  font-size: 2vw;
  font-size: clamp(2em, 2vw, 3.125em);
}
@supports not (font-size: clamp(2em, 2vw, 3.125em)) {
  header div.secondary-logo .title .reveal .size-big-secondary {
    font-size: min(max(2em, 2vw), 3.125em);
  }
}
header div.secondary-logo .title .reveal .size-big-secondary span {
  padding: 0;
  font-size: inherit;
  color: #fff;
}
header div.secondary-logo .title.first .size-big-secondary span:nth-child(4) {
  transform: translateY(110%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.95s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.95s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.95s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.95s;
}
header div.secondary-logo .title.first .size-big-secondary span:nth-child(3) {
  transform: translateY(110%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8666666667s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8666666667s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8666666667s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8666666667s;
}
header div.secondary-logo .title.first .size-big-secondary span:nth-child(2) {
  transform: translateY(110%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7833333333s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7833333333s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7833333333s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7833333333s;
}
header div.secondary-logo .title.first .size-big-secondary span:nth-child(1) {
  transform: translateY(110%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7s;
}
header div.secondary-logo .title.second {
  margin-left: -15px;
  margin-top: 0.2vw;
}
header div.secondary-logo .title.second .size-big-secondary {
  padding-left: 15px;
  padding-bottom: 15px;
}
header div.secondary-logo .title.second .size-big-secondary span:nth-child(7) {
  transform: translateY(160%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.2s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.2s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.2s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.2s;
}
header div.secondary-logo .title.second .size-big-secondary span:nth-child(6) {
  transform: translateY(160%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.1166666667s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.1166666667s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.1166666667s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.1166666667s;
}
header div.secondary-logo .title.second .size-big-secondary span:nth-child(5) {
  transform: translateY(160%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.0333333333s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.0333333333s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.0333333333s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 1.0333333333s;
}
header div.secondary-logo .title.second .size-big-secondary span:nth-child(4) {
  transform: translateY(160%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.95s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.95s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.95s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.95s;
}
header div.secondary-logo .title.second .size-big-secondary span:nth-child(3) {
  transform: translateY(160%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8666666667s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8666666667s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8666666667s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8666666667s;
}
header div.secondary-logo .title.second .size-big-secondary span:nth-child(2) {
  transform: translateY(160%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7833333333s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7833333333s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7833333333s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7833333333s;
}
header div.secondary-logo .title.second .size-big-secondary span:nth-child(1) {
  transform: translateY(160%);
  -webkit-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7s;
  -moz-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7s;
  -o-transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7s;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.7s;
}
@media screen and (max-width: 767.98px) {
  header div.secondary-logo .title.second .size-big-secondary {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  header div.secondary-logo .title .reveal .size-big-secondary {
    font-size: 7.5vw;
    font-size: clamp(2em, 7.5vw, 6em);
  }
  @supports not (font-size: clamp(2em, 7.5vw, 6em)) {
    header div.secondary-logo .title .reveal .size-big-secondary {
      font-size: min(max(2em, 7.5vw), 6em);
    }
  }
}

header nav {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
  -moz-transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
  -ms-transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
  -o-transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
  transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav ul li {
  text-align: right;
  position: relative;
  margin-bottom: -2px;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  cursor: default;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /* &:before {
            position: absolute;
            left: 0;
            bottom: -3px;
            content: '';
            width: 0%;
            height: 2px;
            background-color: $color_gold;
            visibility: hidden;
            @include transitionGen(width, 1s, $text_cubic, 0s);
          }
  */
}
header nav ul li a:after {
  position: absolute;
  right: -9px;
  top: calc(50% - 2px);
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #C2AD8B;
  visibility: hidden;
  -webkit-transition: visibility 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: visibility 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: visibility 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: visibility 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}
header nav ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
header nav ul li a:hover:before {
  visibility: visible;
  width: 100%;
}
header nav ul li a.current:after {
  visibility: visible;
}
header nav ul li ul {
  padding-left: 15px;
}
header nav {
  position: relative;
}
header nav .nav-btn {
  display: block;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 99;
}
header nav .nav-btn .close {
  display: none;
}
header nav .nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .nav-btn span {
  font-size: 38px;
}
header nav .nav-btn.disabled {
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  header nav ul {
    display: none;
  }
  header nav .nav-container {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

body.landing-out header {
  opacity: 1;
  z-index: 10;
}
body.landing-out header div.secondary-logo a {
  text-decoration: none;
  line-height: 0;
  pointer-events: auto;
}
body.landing-out header div.secondary-logo a h1 {
  pointer-events: none;
}
body.landing-out header div.secondary-logo .title .reveal .size-big-secondary span {
  transform: translateY(0);
}
body.landing-out header nav {
  opacity: 1;
  pointer-events: auto;
}
body.landing-out header nav:focus-visible {
  outline-style: none;
}

/*mobile nav*/
.mobile-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mobile-nav .inner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  text-align: center;
  opacity: 0;
}
.mobile-nav ul a {
  font-size: calc(5vh + 2vw);
  font-size: clamp(2em, 5vh + 2vw, 7em);
}
@supports not (font-size: clamp(2em, calc(5vh + 2vw), 7em)) {
  .mobile-nav ul a {
    font-size: min(max(2em, 5vh + 2vw), 7em);
  }
}
.mobile-nav ul a {
  text-decoration: none;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.6);
  /*&:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    content: '';
    width: 0%;
    height: 2px;
    background-color: $color_gold;
    visibility: hidden;
    @include transitionGen(width, 1s, $text_cubic, 0s);
  }*/
}
.mobile-nav ul a:hover, .mobile-nav ul a.current {
  color: #fff;
}
.mobile-nav ul a:hover:before, .mobile-nav ul a.current:before {
  visibility: visible;
  width: 100%;
}
.mobile-nav .social {
  display: none;
  margin-top: 3vh;
}
.mobile-nav .social a {
  color: #fff;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  font-size: 20px !important;
}
.mobile-nav .social a i {
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -ms-transition: color 2s ease;
  -o-transition: color 2s ease;
  transition: color 2s ease;
}
.mobile-nav .social a:hover i {
  color: #C2AD8B;
}
.mobile-nav .social a.nav-email i {
  font-size: 18px;
}
.mobile-nav .disclosure-wrapper {
  padding: 45px 4.167vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.mobile-nav .disclosure-wrapper .social {
  display: block;
  margin-top: 0;
}
.mobile-nav .disclosure-wrapper .disclosure {
  bottom: 25px;
  font-size: 14px;
  line-height: 1.5;
}
.mobile-nav .disclosure-wrapper .disclosure a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .mobile-nav .disclosure-wrapper {
    padding: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-nav .social {
    display: block;
  }
  .mobile-nav li.social {
    margin-bottom: 25px;
  }
  .mobile-nav .disclosure-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .mobile-nav .disclosure-wrapper .disclosure {
    order: 2;
  }
  .mobile-nav .disclosure-wrapper .social {
    order: 1;
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .mobile-nav ul a {
    font-size: 10vw;
    font-size: 10vw;
    font-size: clamp(20px, 10vw, 7em);
  }
  @supports not (font-size: clamp(20px, 10vw, 7em)) {
    .mobile-nav ul a {
      font-size: min(max(20px, 10vw), 7em);
    }
  }
}
@media screen and (max-height: 600px) {
  .mobile-nav {
    overflow-y: auto;
  }
}

body.nav-open {
  overflow: hidden;
  /*.scroll-content {
    overflow: hidden !important;
    transform: none !important;
  }*/
}
body.nav-open header {
  z-index: 9991;
}
body.nav-open nav {
  z-index: 99;
}
body.nav-open nav .nav-btn .default {
  display: none;
}
body.nav-open nav .nav-btn .close {
  display: block;
}
body.nav-open .mobile-nav {
  z-index: 999;
  display: block;
  pointer-events: auto;
}
body.nav-open .mobile-nav .inner-wrapper {
  background-color: #000000;
  animation-name: fadeInUp;
  animation-delay: 0s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.nav-open .mobile-nav ul {
  animation-name: fadeInUp;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
@media screen and (max-height: 600px) {
  body.nav-open {
    overflow-y: auto;
  }
}
body.nav-open.before-nav-close nav .nav-btn .close, body.nav-open.reload nav .nav-btn .close {
  display: none;
}
body.nav-open.before-nav-close nav .nav-btn .default, body.nav-open.reload nav .nav-btn .default {
  display: block;
}
body.nav-open.before-nav-close .mobile-nav ul, body.nav-open.reload .mobile-nav ul {
  animation-name: fadeOut !important;
  animation-delay: 0s !important;
  animation-duration: 0.5s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.nav-open.before-nav-close .mobile-nav .inner-wrapper, body.nav-open.reload .mobile-nav .inner-wrapper {
  animation-name: fadeOut !important;
  animation-delay: 0s !important;
  animation-duration: 1s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.nav-open.before-nav-close .mobile-nav .disclosure-wrapper, body.nav-open.reload .mobile-nav .disclosure-wrapper {
  opacity: 0;
  animation-name: fadeOut;
  animation-delay: 0s !important;
  animation-duration: 0.3s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}

/*for blog*/
@media screen and (max-width: 768px) {
  body.Blog header {
    -webkit-transition: transform 0.3s ease !important;
    -moz-transition: transform 0.3s ease !important;
    -ms-transition: transform 0.3s ease !important;
    -o-transition: transform 0.3s ease !important;
    transition: transform 0.3s ease !important;
  }
  body.Blog header.sticky {
    transform: translateY(-100%);
  }
  body.Blog header.sticky.active {
    transform: translateY(0);
  }
}

/*----------------- Content Blocks ------------*/
section.main-banner {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #0D0D0D;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0.2s;
  -moz-transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0.2s;
  -ms-transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0.2s;
  -o-transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0.2s;
  transition: opacity 2.6s cubic-bezier(0.31, 0.62, 0.02, 1) 0.2s;
}
section.main-banner #gl {
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: opacity 1.8s cubic-bezier(0.31, 0.62, 0.02, 1) 1s;
  -moz-transition: opacity 1.8s cubic-bezier(0.31, 0.62, 0.02, 1) 1s;
  -ms-transition: opacity 1.8s cubic-bezier(0.31, 0.62, 0.02, 1) 1s;
  -o-transition: opacity 1.8s cubic-bezier(0.31, 0.62, 0.02, 1) 1s;
  transition: opacity 1.8s cubic-bezier(0.31, 0.62, 0.02, 1) 1s;
}
@media screen and (max-width: 1199.98px) {
  section.main-banner #gl {
    transform: scale(1.24);
    top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  section.main-banner #gl {
    transform: scale(1.18);
    top: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  section.main-banner #gl {
    transform: scale(1) translateY(-55px);
  }
}

body.loading-completed section.main-banner {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

body.landing-out section.main-banner #gl {
  opacity: 0.3;
}

.main-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.7;
}
.main-banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 9/6 auto;
  transform: translate(-50%, -50%);
  min-height: 120vh;
  min-width: 100vw;
  pointer-events: none;
  opacity: 0.7;
}

section.painting-carousel {
  position: relative;
  padding: 0;
}
section.painting-carousel .slider-outer-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  left: 70%;
  position: relative;
  width: 100%;
  -webkit-transition: left 1.9s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8s;
  -moz-transition: left 1.9s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8s;
  -ms-transition: left 1.9s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8s;
  -o-transition: left 1.9s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8s;
  transition: left 1.9s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.8s;
}
section.painting-carousel .slider-outer-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: visibility 0s linear 2.3s;
  -moz-transition: visibility 0s linear 2.3s;
  -ms-transition: visibility 0s linear 2.3s;
  -o-transition: visibility 0s linear 2.3s;
  transition: visibility 0s linear 2.3s;
  pointer-events: none;
}
section.painting-carousel .slider-outer-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
}
section.painting-carousel .slider-container {
  width: 100%;
  height: 45vw;
  max-height: 54vh;
  max-height: 62vh;
}
section.painting-carousel .slider-container .swiper-wrapper {
  /* -webkit-transition: transform 1s ease-in-out;
   -moz-transition: transform 1s ease-in-out;
   -ms-transition: transform 1s ease-in-out;
   -o-transition: transform 1s ease-in-out;
   transition: transform 1s ease-in-out;*/
  transform-origin: 0 0 0;
}
section.painting-carousel .slider-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.painting-carousel .slider-container .swiper-slide.delay-left {
  animation: slideNext 1s ease-in-out;
}
section.painting-carousel .slider-container .swiper-slide.delay-right {
  animation: delayPrev 1s ease-in-out;
}
section.painting-carousel .image-holder {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: auto;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.painting-carousel .image-holder:focus, section.painting-carousel .image-holder:active, section.painting-carousel .image-holder:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline-style: none;
}
section.painting-carousel .image-holder figure {
  display: flex;
  align-items: center;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
section.painting-carousel .image-holder figure:focus, section.painting-carousel .image-holder figure:active, section.painting-carousel .image-holder figure:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline-style: none;
}
section.painting-carousel .image-holder a {
  width: auto;
  max-width: 100%;
}
section.painting-carousel .image-holder a.delay figure {
  -webkit-transition: ease 0.25s;
  -moz-transition: ease 0.25s;
  -ms-transition: ease 0.25s;
  -o-transition: ease 0.25s;
  transition: ease 0.25s;
}
section.painting-carousel .image-holder img {
  pointer-events: none;
  height: 100%;
  width: auto;
  position: relative;
  /*left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
  margin: 0 auto;
  /* height: 100%;
   width: 100%;
   object-fit: contain;*/
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
section.painting-carousel .image-holder img.landscape {
  left: 50%;
  transform: translateX(-50%);
}
section.painting-carousel .swiper-slide.delay-left .image-holder, section.painting-carousel .swiper-slide.delay-right .image-holder {
  transition-delay: 0.2s;
}
section.painting-carousel .swiper-slide.swiper-slide-active .image-holder {
  opacity: 1;
}
section.painting-carousel .active-slider-no {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.4s;
  -moz-transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.4s;
  -ms-transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.4s;
  -o-transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.4s;
  transition: all 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.4s;
  position: absolute;
  left: 4.167vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  color: #B7B6A8;
}
section.painting-carousel .active-slider-no span {
  color: #fff;
  line-height: 0.8;
  margin-right: 5px;
  margin-bottom: 0;
}
section.painting-carousel .active-slider-no .total {
  font-size: 20px;
  margin-left: 5px;
  opacity: 0.5;
}
section.painting-carousel .active-slide-detail {
  margin-top: 45px;
  /*-webkit-transition: opacity 0.3s  $text_cubic 2.8s;
  -moz-transition: opacity 0.3s  $text_cubic 2.8s;
  -ms-transition: opacity 0.3s  $text_cubic 2.8s;
  -o-transition: opacity 0.3s  $text_cubic 2.8s;
  transition: opacity 0.3s  $text_cubic 2.8s;*/
}
section.painting-carousel .active-slide-detail .content {
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 3s;
  -moz-transition: opacity 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 3s;
  -ms-transition: opacity 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 3s;
  -o-transition: opacity 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 3s;
  transition: opacity 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05) 3s;
}
section.painting-carousel .active-slide-detail .reveal {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  margin-top: -5px;
  overflow: hidden;
}
section.painting-carousel .active-slide-detail .reveal .size-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 0.8;
  margin: -5px 0 0 0;
  padding: 0;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  opacity: 0;
}
section.painting-carousel .active-slide-detail .reveal .size-1.out, section.painting-carousel .active-slide-detail .reveal .size-1.active {
  opacity: 1;
}
section.painting-carousel .active-slide-detail .reveal .size-1.active {
  opacity: 1;
}
section.painting-carousel .active-slide-detail .reveal .size-1 span {
  padding: 0;
  font-size: inherit;
  color: #fff;
}
section.painting-carousel .active-slide-detail .reveal .size-1 span.space {
  width: 0.35em;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(40) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.52s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.52s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.52s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.52s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(39) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5066666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5066666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5066666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5066666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(38) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4933333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4933333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4933333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4933333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(37) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.48s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.48s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.48s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.48s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(36) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4666666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4666666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4666666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4666666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(35) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4533333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4533333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4533333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4533333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(34) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.44s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.44s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.44s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.44s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(33) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4266666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4266666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4266666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4266666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(32) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4133333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4133333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4133333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4133333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(31) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(30) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3866666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3866666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3866666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3866666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(29) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3733333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3733333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3733333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3733333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(28) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.36s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.36s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.36s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.36s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(27) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3466666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3466666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3466666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3466666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(26) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(25) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.32s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.32s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.32s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.32s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(24) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3066666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3066666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3066666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3066666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(23) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2933333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2933333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2933333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2933333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(22) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.28s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.28s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.28s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.28s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(21) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2666666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2666666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2666666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2666666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(20) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2533333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2533333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2533333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2533333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(19) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.24s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.24s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.24s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.24s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(18) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2266666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2266666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2266666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2266666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(17) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2133333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2133333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2133333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2133333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(16) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(15) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1866666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1866666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1866666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1866666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(14) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1733333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1733333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1733333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1733333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(13) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.16s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.16s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.16s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.16s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(12) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1466666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1466666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1466666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1466666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(11) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1333333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1333333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1333333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1333333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(10) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.12s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.12s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.12s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.12s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(9) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1066666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1066666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1066666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1066666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(8) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0933333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0933333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0933333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0933333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(7) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.08s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.08s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.08s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.08s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(6) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0666666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0666666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0666666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0666666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(5) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0533333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0533333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0533333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0533333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(4) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.04s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.04s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.04s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.04s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(3) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0266666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0266666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0266666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0266666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(2) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0133333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0133333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0133333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0133333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text span:nth-child(1) {
  transform: translateY(130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(40) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.52s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.52s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.52s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.52s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(39) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5066666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5066666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5066666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5066666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(38) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4933333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4933333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4933333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4933333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(37) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.48s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.48s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.48s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.48s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(36) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4666666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4666666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4666666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4666666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(35) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4533333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4533333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4533333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4533333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(34) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.44s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.44s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.44s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.44s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(33) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4266666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4266666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4266666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4266666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(32) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4133333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4133333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4133333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4133333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(31) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(30) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3866666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3866666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3866666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3866666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(29) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3733333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3733333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3733333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3733333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(28) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.36s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.36s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.36s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.36s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(27) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3466666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3466666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3466666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3466666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(26) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3333333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(25) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.32s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.32s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.32s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.32s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(24) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3066666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3066666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3066666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.3066666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(23) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2933333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2933333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2933333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2933333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(22) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.28s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.28s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.28s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.28s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(21) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2666666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2666666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2666666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2666666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(20) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2533333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2533333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2533333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2533333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(19) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.24s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.24s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.24s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.24s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(18) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2266666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2266666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2266666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2266666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(17) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2133333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2133333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2133333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2133333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(16) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(15) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1866666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1866666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1866666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1866666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(14) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1733333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1733333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1733333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1733333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(13) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.16s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.16s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.16s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.16s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(12) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1466666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1466666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1466666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1466666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(11) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1333333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1333333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1333333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1333333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(10) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.12s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.12s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.12s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.12s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(9) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1066666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1066666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1066666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.1066666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(8) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0933333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0933333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0933333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0933333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(7) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.08s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.08s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.08s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.08s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(6) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0666666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0666666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0666666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0666666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(5) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0533333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0533333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0533333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0533333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(4) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.04s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.04s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.04s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.04s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(3) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0266666667s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0266666667s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0266666667s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0266666667s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(2) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0133333333s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0133333333s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0133333333s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.0133333333s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.out span:nth-child(1) {
  transform: translateY(-130%);
  -webkit-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: transform 0.7s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}
section.painting-carousel .active-slide-detail .reveal .size-1.actual-text.active span {
  transform: translateY(0) !important;
}
section.painting-carousel .active-slide-detail .reveal .size-1.placeholder {
  visibility: hidden;
  position: relative;
}
section.painting-carousel .tap-zoom {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.5px;
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 2.5s;
}
section.painting-carousel .tap-zoom img {
  width: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  section.painting-carousel .slider-container {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  section.painting-carousel .tap-zoom {
    display: block;
  }
  section.painting-carousel .slider-outer-wrapper {
    left: 90%;
  }
  section.painting-carousel .slider-container {
    height: 50vh;
    position: relative;
    margin-top: -50px;
  }
  section.painting-carousel .slider-container a {
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  section.painting-carousel .slider-container .swiper-slide-active a {
    transform: scale(1);
  }
  section.painting-carousel .active-slide-detail {
    margin-top: 5rem;
  }
}
@media screen and (max-height: 850px) and (orientation: landscape) {
  section.painting-carousel .slider-container {
    max-height: 56vh;
  }
}
@media screen and (max-width: 767.98px) {
  section.painting-carousel .slider-container {
    margin-top: 0;
  }
  section.painting-carousel .active-slide-detail .reveal .size-1 {
    font-size: 4.5vw;
    font-size: clamp(1.2em, 4.5vw, 2em);
  }
  @supports not (font-size: clamp(1.2em, 4.5vw, 2em)) {
    section.painting-carousel .active-slide-detail .reveal .size-1 {
      font-size: min(max(1.2em, 4.5vw), 2em);
    }
  }
  section.painting-carousel .active-slide-detail .reveal .size-1 {
    line-height: 1;
    margin-top: 0;
  }
  section.painting-carousel .active-slide-detail .content p {
    padding: 0;
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  section.painting-carousel .active-slide-detail .reveal {
    margin-top: 0;
  }
  section.painting-carousel .active-slide-detail .reveal .size-1 {
    margin-top: 0;
    font-size: 2.6em;
  }
}
@media screen and (max-width: 576px) {
  section.painting-carousel .slider-container {
    margin-top: -40px;
  }
  section.painting-carousel .active-slide-detail {
    margin-top: 3.125rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.painting-carousel.changed-initial-slider .active-slide-detail {
    margin-top: 25px;
  }
  section.painting-carousel .active-slider-no {
    top: 140px;
    left: 50%;
    display: block;
    transform: translate(-50%, -35px);
  }
  section.painting-carousel .active-slider-no .total {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  section.painting-carousel .slider-container {
    margin-top: -70px;
  }
  section.painting-carousel .active-slide-detail {
    margin-top: 3.125rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.carousel-popup {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-popup .mask-image {
  visibility: hidden;
  position: absolute;
}
.carousel-popup .mask-image img {
  position: absolute;
  /*  -webkit-transition: linear;
    -moz-transition: linear;
    -ms-transition: linear;
    -o-transition: linear;
    transition: linear;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  /*initial position*/
  width: 28vw;
  height: 34vw;
  transform: translate(36vw, 19vh);
  display: none;
}
.carousel-popup .mask-image img.ready-to-zoom {
  display: block;
  transition-duration: 2.5s;
  transition-delay: 0s !important;
}
.carousel-popup .mask-image img.move-transition {
  transition-duration: 1.2s !important;
  transition-timing-function: cubic-bezier(0, 0, 0.06, 1.12) !important;
}
.carousel-popup .mask-image img.touch-transition {
  transition: linear 0.15s !important;
}
.carousel-popup .mask-image img.reversed {
  transition-duration: 0.8s !important;
  transition-timing-function: ease-in-out !important;
}
.carousel-popup .mask-image img:not(.no-transition) {
  /* -webkit-transition: all 1s $text_cubic;
   -moz-transition: all 1s $text_cubic;
   -ms-transition: all 1s $text_cubic;
   -o-transition: all 1s $text_cubic;
   transition: all 1s $text_cubic;*/
}
.carousel-popup .preview-holder {
  position: relative;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.carousel-popup .preview-holder img {
  min-height: 150vh;
  min-width: 150vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*&.portrait {
    width: 100vw;
    max-width: 100%;
    height: auto;
  }
  &.landscape {
    width: auto;
    min-width: 100vw;
    min-height: 100vh;
    height: auto;
  }*/
}
.carousel-popup .canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  /* position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;*/
}
.carousel-popup .canvas-wrapper canvas {
  /*transition: transform .5s ease-out;*/
  transition-timing-function: cubic-bezier(0, 0, 0.06, 1.12) !important;
  transition-duration: 1s !important;
  transition-delay: 0s !important;
}
.carousel-popup .canvas-wrapper .overflow-wrapper {
  position: relative;
  margin: 0 auto;
  /* width: 100%; */
  /* height: 100%; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-popup .canvas-wrapper .overflow-wrapper.zoomed canvas {
  transform: scale(2);
}
.carousel-popup .popup-slide-detail {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  position: fixed;
  bottom: 0;
  padding: 15px;
  text-align: center;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: opacity 0.15s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -ms-transition: opacity 0.15s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: opacity 0.15s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: opacity 0.15s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  user-select: none;
  letter-spacing: 0;
  color: #B7B6A8;
}
.carousel-popup .popup-slide-detail b {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .carousel-popup .preview-holder img {
    min-height: 200vh;
    min-width: 200vw;
  }
}

.carousel-popup.change-left .image-holder img, .carousel-popup.change-right .image-holder img {
  transform: none !important;
}

body.landing-out header {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
}
body.landing-out section.painting-carousel {
  opacity: 1;
}
body.landing-out section.painting-carousel.carousel-active {
  pointer-events: auto;
}
body.landing-out section.painting-carousel .slider-outer-wrapper {
  left: 0;
  position: relative;
}
body.landing-out section.painting-carousel .slider-outer-wrapper:before {
  visibility: visible;
}
body.landing-out section.painting-carousel .slider-outer-wrapper .slider-container {
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  /*-webkit-mask-image: -webkit-gradient(linear, top left, bottom left, from(transparent), color-stop(1%, transparent), color-stop(10%, #000), color-stop(90%, #000), color-stop(99%, transparent), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, transparent 1%, #000 10%, #000 90%, transparent 99%, transparent);
  mask-image: -webkit-gradient(linear, top left, bottom left, from(transparent), color-stop(1%, transparent), color-stop(10%, #000), color-stop(90%, #000), color-stop(99%, transparent), to(transparent));
  mask-image: linear-gradient(90deg, transparent, transparent 1%, #000 10%, #000 90%, transparent 99%, transparent);*/
}
body.landing-out section.painting-carousel .active-slider-no {
  opacity: 1;
}
body.landing-out section.painting-carousel .active-slide-detail {
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
}
body.landing-out section.painting-carousel .active-slide-detail .content {
  opacity: 1;
}
body.landing-out section.painting-carousel .tap-zoom {
  opacity: 1;
}

body.landing-out.carousel-popup-show #circle {
  display: none !important;
}
body.landing-out.carousel-popup-show header {
  opacity: 0;
}
body.landing-out.carousel-popup-show section.painting-carousel {
  pointer-events: none;
}
body.landing-out.carousel-popup-show section.painting-carousel .active-slide-detail {
  opacity: 0;
}
body.landing-out.carousel-popup-show section.painting-carousel .active-slider-no {
  display: none;
}
body.landing-out.carousel-popup-show section.painting-carousel .slider-container {
  opacity: 0.1;
}
body.landing-out.carousel-popup-show .carousel-popup {
  visibility: visible;
  max-height: 100vh;
  pointer-events: auto;
  /* &.portrait {
     overflow-y: auto;
   }
   &.landscape {
     height: 100vh;
     max-height: 100%;
     overflow-x: auto;
   }*/
}
body.landing-out.carousel-popup-show .carousel-popup .mask-image {
  visibility: visible;
}
body.landing-out.carousel-popup-show .carousel-popup .preview-holder {
  pointer-events: auto;
}
body.landing-out.carousel-popup-show .carousel-popup .preview-holder .inner-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
}
body.landing-out.carousel-popup-show .carousel-popup .popup-slide-detail {
  opacity: 1;
  font-size: 18px;
  -webkit-transition: opacity 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  -moz-transition: opacity 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  -ms-transition: opacity 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  -o-transition: opacity 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
  transition: opacity 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.4s;
}
body.landing-out.carousel-popup-show .carousel-popup .canvas-wrapper {
  visibility: visible;
}
body.landing-out.carousel-popup-show .carousel-popup {
  /* width */
}
body.landing-out.carousel-popup-show .carousel-popup::-webkit-scrollbar {
  width: 10px;
}
body.landing-out.carousel-popup-show .carousel-popup {
  /* Track */
}
body.landing-out.carousel-popup-show .carousel-popup::-webkit-scrollbar-track {
  background: #B7B6A8;
}
body.landing-out.carousel-popup-show .carousel-popup {
  /* Handle */
}
body.landing-out.carousel-popup-show .carousel-popup::-webkit-scrollbar-thumb {
  background: #0D0D0D;
}
body.landing-out.carousel-popup-show .carousel-popup {
  /* Handle on hover */
}
body.landing-out.carousel-popup-show .carousel-popup::-webkit-scrollbar-thumb:hover {
  background: #B7B6A8;
}
body.landing-out.carousel-popup-show .carousel-popup.change-left {
  animation: leftChange 1s ease-in-out;
}
body.landing-out.carousel-popup-show .carousel-popup.change-right {
  animation: changeRight 1s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  body.landing-out.carousel-popup-show .carousel-popup .popup-slide-detail {
    font-size: 14px;
  }
  body.landing-out.carousel-popup-show .carousel-popup .popup-slide-detail b {
    display: block;
  }
}

.panzoom-parent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  clip-path: inset(500px 0px 0px 0px);
  -webkit-transition: all 2s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -moz-transition: all 2s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -ms-transition: all 2s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -o-transition: all 2s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  transition: all 2s cubic-bezier(0.47, 0.28, 0.01, 1.05);
}
.panzoom-parent .panzoom {
  height: 100vh;
  position: relative;
  width: 100%;
}
.panzoom-parent .panzoom img {
  min-height: 150vh;
  min-width: 150vw;
}
.panzoom-parent #close-popup {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 4.167vw;
  right: 4.167vw;
  z-index: 999;
  background: #C2AD8B url(../images/shrink.svg) center center no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media screen and (max-width: 576px) {
  .panzoom-parent #close-popup {
    width: 60px;
    height: 60px;
  }
}

.landing-out.touch-device.carousel-popup-show header * {
  pointer-events: none !important;
}
.landing-out.touch-device.carousel-popup-show section.main-banner, .landing-out.touch-device.carousel-popup-show .carousel-popup .mask-image {
  animation-name: fadeOut;
  animation-delay: 0s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
.landing-out.touch-device.carousel-popup-show .panzoom-parent {
  pointer-events: all;
}
.landing-out.touch-device.carousel-popup-show .panzoom-parent:before {
  height: 0;
}
.landing-out.touch-device.carousel-popup-show .panzoom-parent:after {
  width: 0;
}
.landing-out.touch-device.carousel-popup-show .panzoom-parent .panzoom {
  /*opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.2s;
  -moz-transition: opacity 0.5s ease 0.2s;
  -ms-transition: opacity 0.5s ease 0.2s;
  -o-transition: opacity 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s;*/
  animation-name: fadeInUpScale;
  animation-delay: 0s !important;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}

.landing-out.touch-device .panzoom-parent {
  /* -webkit-transition: opacity 0.3s ease 5s;
   -moz-transition: opacity 0.3s ease 5s;
   -ms-transition: opacity 0.3s ease 5s;
   -o-transition: opacity 0.3s ease 5s;
   transition: opacity 0.3s ease 5s;*/
}

.landing-out.carousel-popup-show .panzoom-parent {
  height: 100%;
  width: 100%;
  clip-path: inset(0px 0px 0px 0px);
  pointer-events: auto;
  animation-name: fadeInUp;
  animation-delay: 0s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
.landing-out.carousel-popup-show .panzoom-parent .panzoom {
  opacity: 1;
}
.landing-out.carousel-popup-show .panzoom-parent .panzoom #close-popup {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 1.3s;
  -moz-transition: opacity 0.5s ease 1.3s;
  -ms-transition: opacity 0.5s ease 1.3s;
  -o-transition: opacity 0.5s ease 1.3s;
  transition: opacity 0.5s ease 1.3s;
}
.landing-out.carousel-popup-show .panzoom-parent .panzoom img {
  transition: transform 0.3s ease-out !important;
}

/*------------------- Page Section --------------*/
body.About .main-wrapper {
  padding-top: 15px;
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  body.About .main-wrapper {
    padding-top: 7.5rem;
  }
}
body.About .content-wrapper h5 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 10px;
}
body.About .content-wrapper .content a,
body.About .content-wrapper .content li,
body.About .content-wrapper .content p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0;
}
body.About .content-wrapper .content p:last-of-type {
  margin-bottom: 0;
}
body.About .content-wrapper .social a {
  color: #fff;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
}
body.About .content-wrapper .social a i {
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -ms-transition: color 2s ease;
  -o-transition: color 2s ease;
  transition: color 2s ease;
}
body.About .content-wrapper .social a:hover i {
  color: #C2AD8B;
}
@media screen and (max-width: 1200px) {
  body.About div.top-section .top-img {
    margin-bottom: -50px;
    margin-right: -30vw;
  }
  body.About div.top-section .top-img img {
    min-width: 24vw;
    max-width: 25vw;
  }
}
@media screen and (max-width: 991.98px) {
  body.About div.top-section .top-img {
    margin-right: -20vw;
  }
}
@media screen and (max-width: 768px) {
  body.About div.top-section {
    visibility: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  body.About div.top-section {
    display: none;
  }
}
body.About {
  /*=mainsection*/
}
body.About div.main-section {
  margin-bottom: -50px;
}
body.About div.main-section .image-wrapper {
  position: relative;
  padding-bottom: 6.25rem;
}
body.About div.main-section .image-wrapper .primary-image {
  margin-left: 8.33vw;
  position: relative;
  z-index: 1;
}
body.About div.main-section .image-wrapper .primary-image .image-holder-mask {
  margin-left: 4.167vw;
  max-width: 1000px;
  width: 100%;
}
body.About div.main-section .image-wrapper .primary-image .image-holder-mask img {
  max-width: 100%;
}
body.About div.main-section .image-wrapper .secondary-image {
  position: absolute;
  bottom: -80px;
  left: 100px;
  /*margin-top: -100px;
  margin-left: 150px;*/
}
body.About div.main-section .image-wrapper .secondary-image img {
  width: 18vw;
  max-width: 400px;
}
body.About div.main-section .content-wrapper {
  position: relative;
  z-index: 2;
}
body.About div.main-section .content-wrapper .size-big {
  margin: 50px 0 30px -50px;
  line-height: 0.75;
}
body.About div.main-section .content-wrapper .content {
  margin-left: 8.33vw;
  padding-right: 4.167vw;
}
body.About div.main-section .content-wrapper .content .summary {
  margin-bottom: 5rem;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  body.About div.main-section .content-wrapper {
    padding-bottom: 6.25rem;
  }
  body.About div.main-section .image-wrapper .primary-image {
    margin-left: 0;
  }
  body.About div.main-section .image-wrapper .secondary-image {
    left: 2vw;
  }
}
@media screen and (max-width: 767.98px) {
  body.About div.main-section {
    margin-top: 0 !important;
  }
  body.About div.main-section .image-wrapper {
    transform: none !important;
  }
  body.About div.main-section .image-wrapper .sm-image {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 1s;
    -moz-transition: all 0.5s ease 1s;
    -ms-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
  }
  body.About div.main-section .image-wrapper .primary-image .image-holder-mask {
    margin: -15px;
    width: 100vw;
    padding: 0;
  }
  body.About div.main-section .image-wrapper .secondary-image {
    display: none;
    transform: translateY(100%);
  }
  body.About div.main-section .image-wrapper .secondary-image img {
    width: 40vw;
  }
  body.About div.main-section .content-wrapper {
    margin-left: 0 !important;
  }
  body.About div.main-section .content-wrapper .content {
    margin-left: 0 !important;
    padding-right: 0;
  }
  body.About div.main-section .content-wrapper .size-big {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  body.About div.main-section .content-wrapper {
    padding-bottom: 3.125rem;
  }
  body.About div.main-section .image-wrapper {
    padding-bottom: 2.5rem;
  }
  body.About div.main-section .image-wrapper .sm-image {
    max-width: 175px;
    right: -15px;
  }
}
body.About {
  /*==first*/
}
body.About section.first {
  padding-top: 0;
  margin-bottom: -2.5rem;
}
body.About section.first .content-wrapper {
  position: relative;
}
body.About section.first .content-wrapper .primary-image {
  position: absolute;
  right: -250px;
  top: -150px;
  width: clamp(200px, 20vw, 300px);
}
body.About section.first .content-wrapper .content {
  padding-right: 8.33vw;
}
body.About section.first .secondary-image {
  margin-bottom: -100px;
}
@media screen and (max-width: 1200px) {
  body.About section.first .secondary-image {
    margin-bottom: -100px;
    margin-right: -150px;
  }
}
@media screen and (max-width: 768px) {
  body.About section.first .content-wrapper .primary-image {
    right: -33%;
    display: none;
  }
  body.About section.first .secondary-image {
    position: absolute;
    left: 0;
    top: 50%;
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  body.About section.first {
    padding-top: 3.125rem;
  }
  body.About section.first .custom-width.col-md-6 {
    webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
  body.About section.first .content-wrapper .primary-image {
    right: -10%;
    top: 100%;
  }
  body.About section.first .secondary-image {
    transform: none;
  }
}
body.About section.second {
  overflow: hidden;
}
body.About section.second ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
body.About section.second ul li {
  margin-bottom: 10px;
  display: flex;
}
body.About section.second .essay-link p {
  text-decoration: none;
  position: relative;
  color: #B7B6A8;
  width: max-content;
  cursor: pointer;
}
body.About section.second .essay-link p span {
  background: transparent url("../images/arrow_right.svg") center center no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  right: -45px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: rotate(180deg);
}
body.About section.second .essay-link p:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #B7B6A8;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.About section.second .essay-link p:hover {
  color: #C2AD8B;
}
body.About section.second .essay-link p:hover span {
  color: #C2AD8B;
  right: -55px;
  background: transparent url("../images/arrow_right_gold.svg") center center no-repeat;
}
body.About section.second .essay-link p:hover:before {
  background: #C2AD8B;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  body.About section.second .col-sm-10 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}
body.About section.exhibiton {
  padding-top: 3.125rem;
  padding-bottom: 8rem;
}
body.About section.exhibiton .content-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}
body.About section.exhibiton ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
body.About section.exhibiton ul li {
  margin-bottom: 10px;
  display: flex;
}
body.About section.exhibiton ul li a {
  text-decoration: none;
  display: block;
  position: relative;
}
body.About section.exhibiton ul li a span {
  background: transparent url("../images/arrow_right.svg") center center no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  right: -45px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: rotate(180deg);
}
body.About section.exhibiton ul li a:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #B7B6A8;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.About section.exhibiton ul li a:hover {
  color: #C2AD8B;
}
body.About section.exhibiton ul li a:hover span {
  color: #C2AD8B;
  right: -55px;
  background: transparent url("../images/arrow_right_gold.svg") center center no-repeat;
}
body.About section.exhibiton ul li a:hover:before {
  background: #C2AD8B;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  body.About section.exhibiton {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  body.About section.exhibiton .col-sm-10 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}

/*bootstrap overwrite*/
@media screen and (max-width: 768px) {
  body.About div.main-section {
    margin-top: 150px;
  }
  body.About div.main-section .image-wrapper {
    transform: scale(1.3) translate(7vw, -17vw);
  }
  body.About div.main-section .image-wrapper .secondary-image img {
    width: 26vw;
    transform: translate(-30%, -50%);
  }
  body.About div.main-section .content-wrapper {
    margin-left: -7vw;
  }
  body.About div.main-section .content-wrapper .content {
    margin-left: -7vw;
  }
  body.About div.main-section .content-wrapper .content .summary {
    font-size: 20px;
    margin-bottom: 2.5rem;
  }
  body.About section.first .custom-width.col-md-6 {
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%;
    margin-left: 8.333333%;
  }
}

/*==animation*/
body.About .sm-image {
  opacity: 0;
}
body.About .image-holder,
body.About .image-holder-mask img {
  opacity: 0;
}
body.About .image-holder-mask {
  overflow: hidden;
  position: relative;
}
body.About .image-holder-mask:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: width 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: width 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -ms-transition: width 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: width 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: width 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}
body.About .image-holder-mask:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: height 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -moz-transition: height 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -ms-transition: height 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -o-transition: height 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  transition: height 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
}
body.About .delay-1 .image-holder-mask:before {
  transition-delay: 0.4s;
}
body.About .delay-1 .image-holder-mask:after {
  transition-delay: 0.6s;
}
body.About .delay-2 .image-holder-mask:before {
  transition-delay: 0.6s;
}
body.About .delay-2 .image-holder-mask:after {
  transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  body.About div.main-section .image-wrapper .secondary-image {
    opacity: 0;
    -webkit-transition: all 2s ease 0.5s;
    -moz-transition: all 2s ease 0.5s;
    -ms-transition: all 2s ease 0.5s;
    -o-transition: all 2s ease 0.5s;
    transition: all 2s ease 0.5s;
  }
  body.About {
    /*.secondary-image{

    !*  -webkit-transition: opacity 1s ease;
      -moz-transition: opacity 1s ease;
      -ms-transition: opacity 1s ease;
      -o-transition: opacity 1s ease;
      transition: opacity 1s ease;*!
    }*/
  }
}
body.About.loaded {
  /* .sm-image {
     animation-name: fadeIn;
     animation-duration: 0.5s;
     animation-timing-function: $text_cubic;
     animation-fill-mode: forwards;
   }*/
}
@media screen and (max-width: 768px) {
  body.About.loaded div.main-section .image-wrapper .secondary-image {
    opacity: 1;
  }
}
body.About.loaded .image-holder {
  opacity: 1;
  animation-name: fadeInUp;
  animation-delay: 0s;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.About.loaded .image-holder .image-holder-mask:before {
  width: 0;
}
body.About.loaded .image-holder .image-holder-mask:after {
  height: 0;
}
body.About.loaded .image-holder .image-holder-mask img {
  animation-name: fadeInUpScale;
  animation-delay: 0s !important;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.About.loaded .image-holder.delay-1 {
  animation-delay: 0.3s;
}
body.About.loaded .image-holder.delay-1 .image-holder-mask img {
  animation-delay: 0.3s !important;
}
body.About.loaded .image-holder.delay-2 {
  animation-delay: 0.4s;
}
body.About.loaded .image-holder.delay-2 .image-holder-mask img {
  animation-delay: 0.4s !important;
}
@media screen and (max-width: 767.98px) {
  body.About.loaded .sm-image {
    opacity: 1;
  }
}
body.About.loaded.reload {
  /* .sm-image {
     opacity: 1;
     animation-name: fadeOut;
     animation-delay: 0.3s;
     animation-duration: 0.5s;
     animation-timing-function: $text_cubic;
     animation-fill-mode: forwards;
   }*/
}
body.About.loaded.reload .image-holder,
body.About.loaded.reload .sm-image {
  animation-name: fadeOut;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
  animation-delay: 0.2s !important;
  animation-duration: 0.5s;
}

/*popup work year carousel*/
section.essay-popup {
  padding: 0;
  background-color: #FBFAF9;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
  left: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
}
section.essay-popup .close {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4.167vw;
  top: 4.167vw;
  z-index: 9;
}
section.essay-popup .close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent url("../images/close.svg") center center no-repeat;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -ms-transition: background 2s ease;
  -o-transition: background 2s ease;
  transition: background 2s ease;
}
section.essay-popup .close {
  opacity: 0;
}
section.essay-popup .close:hover span {
  background: transparent url("../images/close_gold.svg") center center no-repeat;
}
@media screen and (max-width: 768px) {
  section.essay-popup .close {
    width: 50px;
    height: 50px;
    right: 4.167vw;
  }
}
section.essay-popup .content-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
}

body.About.essay-popup-show {
  overflow: hidden;
}
body.About.essay-popup-show .scrollbar-track {
  visibility: hidden !important;
}
body.About.essay-popup-show header .row {
  display: none;
}
body.About.essay-popup-show.before-popup-close header .row {
  display: flex;
}
body.About.essay-popup-show section.essay-popup {
  visibility: visible;
  pointer-events: auto;
  z-index: 99;
  top: 0;
  opacity: 1;
}
body.About.essay-popup-show .content-wrapper {
  opacity: 1;
}

/*popup close*/
body.About.before-popup-close section.essay-popup {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease 0.3s;
  -moz-transition: opacity 1.2s ease 0.3s;
  -ms-transition: opacity 1.2s ease 0.3s;
  -o-transition: opacity 1.2s ease 0.3s;
  transition: opacity 1.2s ease 0.3s;
}
body.About.before-popup-close section.essay-popup .btn-circle.close {
  animation-name: fadeOut;
  animation-delay: 0s !important;
}

/*==animation*/
body.About.default-load .btn-circle:not(.close),
body.About.default-load .content,
body.About.default-load .main-title {
  animation-name: fadeInUp !important;
  animation-delay: 0.1s !important;
  animation-duration: 0.9s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.About.default-load .content {
  animation-delay: 0.3s !important;
}
body.About.default-load section.year-painting .paintings-wrapper .paintings.in-view {
  animation-name: fadeInUp;
  animation-delay: 0s !important;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.About.default-load section.year-painting .paintings-wrapper .paintings.in-view .content,
body.About.default-load section.year-painting .paintings-wrapper .paintings.in-view h4,
body.About.default-load section.year-painting .paintings-wrapper .paintings.in-view p {
  animation-name: fadeInUpLong;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
body.About.default-load.reload .btn-circle,
body.About.default-load.reload .content,
body.About.default-load.reload .main-title {
  animation-name: fadeOut !important;
  animation-delay: 0s !important;
  animation-duration: 0.5s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.About.default-load.reload .content {
  animation-delay: 0s !important;
}

body.About:not(.essay-popup-show) {
  /* &.default-load {
    h1, h2, h3, h4, .content, .content ul, .btn-circle, .image-holder-mask img {
      animation-name: fadeIn;
      animation-delay: 0.1s !important;
      animation-duration: 0.9s;
      animation-timing-function: $text_cubic;
      animation-fill-mode: forwards;
    }

  }*/
  /*&.default-load.reload {

    h1, h2, h3, h4, .content, .content ul, .btn-circle {
      opacity: 1;
      animation-name: fadeOut;
      animation-timing-function: $text_cubic;
      animation-fill-mode: forwards;
      animation-delay: 0.3s !important;
    }

  }*/
}

body.About.essay-popup-show .initial-popup .btn-circle.close {
  animation-name: fadeIn;
  animation-delay: 0.3s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.About.essay-popup-show .initial-popup .btn-circle.close span {
  background: transparent url("../images/close_black.svg") center center no-repeat;
}
body.About.essay-popup-show .initial-popup .content {
  animation-name: fadeIn !important;
  animation-delay: 0.3s !important;
  animation-duration: 0.9s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.About.essay-popup-show .initial-popup .content p {
  margin-bottom: 60px;
}
body.About.essay-popup-show .initial-popup .content .essay-content p {
  margin-bottom: 25px;
}
body.About.essay-popup-show .initial-popup .content .essay-content p:last-of-type {
  margin-bottom: 30px;
}
body.About.essay-popup-show .initial-popup .content .essay-title {
  margin-top: 135px;
  text-transform: none;
  color: #434242;
  font-size: clamp(2em, 6.25vw, 4em);
  letter-spacing: 0;
  line-height: clamp(1em, 6.25vw, 4em);
  text-align: center;
  margin-bottom: 0;
}
body.About.essay-popup-show .initial-popup .content .quote {
  margin-top: 50px;
  margin-bottom: 15px;
  color: #434242;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
  font-weight: 100;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
body.About.essay-popup-show .initial-popup .content .author-bottom,
body.About.essay-popup-show .initial-popup .content .author-top {
  color: #727272;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
body.About.essay-popup-show .initial-popup .content .author-top {
  margin-bottom: 60px;
}
body.About.essay-popup-show .initial-popup .content .author-bottom {
  margin-bottom: 120px;
  text-align: left;
}
body.About.essay-popup-show .initial-popup .content .essay-content h2, body.About.essay-popup-show .initial-popup .content .essay-content h1, body.About.essay-popup-show .initial-popup .content .essay-content h3, body.About.essay-popup-show .initial-popup .content .essay-content h4 {
  color: #434242;
}
body.About.essay-popup-show .initial-popup .content .essay-content h2 span, body.About.essay-popup-show .initial-popup .content .essay-content h1 span, body.About.essay-popup-show .initial-popup .content .essay-content h3 span, body.About.essay-popup-show .initial-popup .content .essay-content h4 span {
  color: #434242;
}
body.About.essay-popup-show .initial-popup .content .essay-content p {
  color: #727272;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  body.About.essay-popup-show .initial-popup .content .quote {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  body.About section.second .essay-link p {
    width: auto;
    text-decoration: underline;
  }
  body.About section.second .essay-link p:before {
    display: none;
  }
  body.About section.second .essay-link p span {
    display: none;
  }
}
body.Contact .main-wrapper {
  position: relative;
  background-color: #0D0D0D;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100vh;
}
body.Contact .bg-overlay {
  position: absolute;
  height: 100vh;
  width: 100%;
  transform: translateX(47%);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
body.Contact .overlay-img {
  bottom: -9999px;
  min-height: 100vh;
  min-width: 100vw;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
  width: auto;
}
body.Contact section.contact-details {
  padding-bottom: 0;
}
body.Contact section.contact-details .title {
  padding-left: 65px;
  position: relative;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.75;
}
body.Contact section.contact-details .title:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
body.Contact section.contact-details .size-3 {
  color: #fff;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.Contact section.contact-details .size-3.email {
  display: initial;
  position: relative;
}
body.Contact section.contact-details .size-3.email:before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.Contact section.contact-details .size-3:hover {
  color: #C2AD8B;
}
body.Contact section.contact-details .size-3:hover.email:before {
  background-color: #C2AD8B;
}
@media screen and (max-width: 768px) {
  body.Contact section.contact-details .size-3.email:before {
    bottom: 0;
  }
}
body.Contact .contacts.second {
  margin-top: 6.25rem;
  margin-bottom: 2.5rem;
}
body.Contact .contacts.social a {
  color: #fff;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
}
body.Contact .contacts.social a i {
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -ms-transition: color 2s ease;
  -o-transition: color 2s ease;
  transition: color 2s ease;
}
body.Contact .contacts.social a:hover i {
  color: #C2AD8B;
}
body.Contact .powered {
  position: absolute;
  left: 4.167vw;
  bottom: 50px;
  position: absolute;
  color: #fff;
  font-size: 14px;
}
body.Contact .powered a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
}
@media screen and (max-width: 767.98px) {
  body.Contact .bg-overlay {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  body.Contact .bg-overlay {
    opacity: 0.3;
  }
  body.Contact .main-wrapper {
    padding-top: 3.125rem;
  }
  body.Contact .contacts.second {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body.Contact .main-wrapper {
    min-height: 500px;
  }
}

body.Contact .powered {
  opacity: 0;
}
body.Contact.loaded .powered {
  animation-delay: 0.2s;
  /*animation-duration: 0.8s;
  animation-timing-function: $text_cubic;
  animation-fill-mode: forwards;*/
}
body.Contact.loaded .bg-overlay {
  opacity: 0.5;
}
body.Contact.loaded.reload .powered {
  opacity: 1;
}
body.Contact.loaded.reload .bg-overlay {
  opacity: 0;
  transition-duration: 0.5s;
}
body.Contact.loaded.reload .powered {
  animation-delay: 0.1s;
  /*animation-duration: 0.6s;
  animation-timing-function: $text_cubic;
  animation-fill-mode: forwards;*/
}

body.Work .main-wrapper {
  position: relative;
}
body.Work {
  /*==outer section*/
}
body.Work .outer-section {
  position: relative;
  padding-left: calc(4.167vw + 150px);
  height: 100%;
  display: flex;
  align-items: center;
}
body.Work .outer-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background-color: #ddd;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: visibility 0s linear 2s;
  -moz-transition: visibility 0s linear 2s;
  -ms-transition: visibility 0s linear 2s;
  -o-transition: visibility 0s linear 2s;
  transition: visibility 0s linear 2s;
  pointer-events: none;
}
body.Work .outer-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background-color: #ddd;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body.Work .outer-section {
    padding-left: calc(4.167vw + 130px);
    display: flex;
  }
}
body.Work {
  /*==worktab*/
}
body.Work div.work-type-tab {
  position: absolute;
  top: 50%;
  left: 4.167vw;
  transform: translateY(-128%);
  z-index: 8;
}
body.Work div.work-type-tab ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
body.Work div.work-type-tab ul li {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body.Work div.work-type-tab ul li.active, body.Work div.work-type-tab ul li:hover {
  color: #fff;
}
body.Work div.work-type-tab ul li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  body.Work div.work-type-tab {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    transform: none;
  }
  body.Work div.work-type-tab ul {
    text-align: center;
  }
  body.Work div.work-type-tab ul li {
    display: inline-block;
    padding: 0 15px;
  }
}
body.Work .disable-installation div.work-type-tab ul > li:not(:first-child) {
  visibility: hidden;
  opacity: 0 !important;
}
body.Work {
  /*==work section*/
}
body.Work .work-desktop, body.Work .work-desktoptablet {
  width: 100%;
  height: 100%;
  position: relative;
}
body.Work section.work {
  padding: 0;
  height: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
}
body.Work section.work .col-md-12 {
  position: unset;
}
body.Work section.work .pagination-wrapper {
  display: none;
}
body.Work section.work.active {
  position: relative;
  top: 0;
  visibility: visible;
  display: flex;
  align-items: center;
}
body.Work section.work.active .pagination-wrapper {
  display: block;
}
body.Work section.work .slider-container {
  width: 100%;
  margin-bottom: 185px;
  min-height: calc(100vh - 285px);
  /* display: flex;
   align-items: center;*/
}
body.Work section.work .swiper-slide {
  max-width: clamp(300px, 28vw, 480px);
  min-width: 300px;
  min-height: 300px;
  margin-top: -50px;
  pointer-events: auto;
  opacity: 1 !important;
}
body.Work section.work .swiper-slide.last {
  margin-right: 44vw !important;
}
body.Work section.work .swiper-slide.last:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: calc(100% + 85px);
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  pointer-events: none;
}
body.Work section.work .swiper-slide.last:after {
  position: absolute;
  content: "";
  width: 44vw;
  height: 75%;
  background-color: #000000;
  top: 0;
  left: calc(100% + 86px);
  z-index: 2;
  pointer-events: none;
}
body.Work section.work .swiper-slide.last {
  /*even has margin top so adjust accordingly*/
}
body.Work section.work .swiper-slide.last.even:before {
  top: 30%;
}
body.Work section.work .swiper-slide a {
  pointer-events: all;
}
body.Work section.work .swiper-slide h2 {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 0;
  margin: 0;
  pointer-events: none;
  font-size: clamp(4.06em, 6.25vw, 6em);
  font-style: italic;
  color: #B7B6A8;
  text-shadow: #000000, 60%, 80%, blur;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  padding-right: 5px;
}
body.Work section.work .swiper-slide h2 a {
  text-decoration: none;
  color: #B7B6A8;
  display: flex;
  flex-direction: column;
  text-align: right;
}
body.Work section.work .swiper-slide h2 a small {
  margin-top: 15px;
  display: block;
  color: #fff;
  opacity: 0.5;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.05;
  text-transform: uppercase;
}
body.Work section.work .swiper-slide h2.mid-top {
  top: 30%;
}
body.Work section.work .swiper-slide h2.middle {
  top: 50%;
  transform: translateY(-50%);
}
body.Work section.work .swiper-slide h2.mid-bottom {
  top: 65%;
}
body.Work section.work .swiper-slide h2.bottom {
  top: auto;
  bottom: 0px;
  transform: translateY(60%);
}
body.Work section.work .swiper-slide .pointer {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #B7B6A8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: calc(39% - 6px);
  top: calc(50% + 18px);
  z-index: 3;
  pointer-events: none;
}
body.Work section.work .swiper-slide .image-holder {
  pointer-events: none;
  position: relative;
  width: 75%;
}
body.Work section.work .swiper-slide .image-holder .mask-outer {
  overflow: hidden;
  pointer-events: none;
}
body.Work section.work .swiper-slide .image-holder .image-holder-mask {
  position: relative;
  pointer-events: none;
}
body.Work section.work .swiper-slide .image-holder .image-holder-mask:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(340deg, #0D0D0D, transparent);
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0.7;
  pointer-events: none;
}
body.Work section.work .swiper-slide .image-holder .image-holder-mask:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-box-shadow: inset 0 0 100px #000000;
  -webkit-box-shadow: inset 0 0 100px #000000;
  box-shadow: inset 0 0 100px #000000;
  opacity: 0.2;
  pointer-events: none;
}
body.Work section.work .swiper-slide .image-holder .image-holder-mask a {
  display: flex;
  -webkit-transition: transform ease 1s;
  -moz-transition: transform ease 1s;
  -ms-transition: transform ease 1s;
  -o-transition: transform ease 1s;
  transition: transform ease 1s;
}
body.Work section.work .swiper-slide .image-holder .image-holder-mask a:hover {
  transform: scale(1.05);
}
body.Work section.work .swiper-slide .image-holder img {
  position: relative;
  width: 100%;
  pointer-events: none;
  /* position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 0.7;
   -webkit-mask-image: linear-gradient(to right, rgba(13, 13, 13, 0.2) 0%, rgba(13, 13, 13, 0.8) 40%, rgba(13, 13, 13, 1) 50%);*/
}
body.Work section.work .swiper-slide:nth-child(2n) {
  margin-top: 200px;
  width: 100%;
}
body.Work section.work .swiper-slide:nth-child(2n) .pointer {
  margin-top: -124px;
}
body.Work section.work .swiper-slide[data-orientation=landscape] {
  margin-top: 0;
  max-width: clamp(250px, 25vw, 500px);
  min-width: 250px;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}
body.Work section.work .swiper-slide[data-orientation=landscape]:not(.last) {
  margin-right: 200px !important;
}
body.Work section.work .swiper-slide[data-orientation=landscape] h2 {
  right: -50px;
}
body.Work section.work .swiper-slide[data-orientation=landscape] .image-holder {
  width: 100%;
}
body.Work section.work .swiper-slide[data-orientation=landscape] .pointer {
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  margin-top: 0;
}
body.Work section.work .swiper-slide.swiper-slide-active h2, body.Work section.work .swiper-slide.swiper-slide-next h2, body.Work section.work .swiper-slide.swiper-slide-prev h2 {
  margin-right: 0;
}
body.Work section.work .swiper-slide.swiper-slide-active .swiper-slide[data-orientation=landscape] h2, body.Work section.work .swiper-slide.swiper-slide-next .swiper-slide[data-orientation=landscape] h2, body.Work section.work .swiper-slide.swiper-slide-prev .swiper-slide[data-orientation=landscape] h2 {
  margin-right: -50;
}
body.Work section.work .swiper-container-pointer-events {
  min-height: calc(100vh - 100px);
  padding-bottom: 7.5rem;
  display: flex;
  align-items: center;
}
body.Work section.work .swiper-wrapper {
  position: relative;
  padding-left: 170px;
  display: flex;
  align-items: center;
  transition-duration: 0.8s !important;
}
body.Work section.work .swiper-wrapper:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 500vw;
  min-width: 5024px;
  top: 50%;
  left: 0;
  z-index: 2;
  background-image: repeating-linear-gradient(90deg, #fff 0, #fff 2px, transparent 0, transparent 7px, #fff 0, #fff 0);
  pointer-events: none;
}
body.Work section.work .swiper-wrapper:after {
  position: absolute;
  content: "";
  height: 150px;
  width: 1px;
  top: 50%;
  left: 0;
  z-index: 2;
  background-color: #fff;
  transform: translateY(-50%);
  pointer-events: none;
}
body.Work section.work .pagination-wrapper {
  position: absolute;
  width: 210px;
  margin: 0 auto;
  text-align: center;
  left: calc(50% - (4.167vw + 150px) / 2);
  bottom: 2.5rem;
  transform: translate(-50%, 0);
}
body.Work section.work .pagination-wrapper .inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
body.Work section.work .pagination-wrapper .swiper-pagination {
  position: relative;
  width: 86%;
  height: 100%;
  left: 7%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
body.Work section.work .pagination-wrapper .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 1px;
  background-color: #fff;
  transition-timing-function: linear !important;
}
body.Work section.work .pagination-wrapper ul {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 8px;
}
body.Work section.work .pagination-wrapper ul li {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  opacity: 0.5;
}
body.Work section.work .pagination-wrapper .label {
  font-size: 10px;
  letter-spacing: 2px;
  opacity: 0.5;
  margin-top: 20px;
  display: block;
  -webkit-transition: opacity 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease 0.3s;
  -ms-transition: opacity 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}
body.Work section.work .pagination-wrapper.scrolled .label {
  opacity: 0;
}
@media screen and (orientation: portrait), (min-height: 1100px) {
  body.Work section.work {
    min-height: calc(100vh - 105px);
    display: flex;
    align-items: center;
  }
  body.Work section.work .slider-container {
    min-height: auto;
  }
  body.Work section.work .swiper-slide.last.even:before {
    top: 50%;
  }
}
@media screen and (max-width: 1480px) {
  body.Work section.work .swiper-slide:nth-child(2n) .image-holder .pointer {
    top: calc(30% - 1vw);
  }
}
@media screen and (max-height: 850px) {
  body.Work section.work .swiper-slide .pointer {
    left: calc(31% - 6px);
  }
  body.Work section.work .swiper-slide .image-holder {
    width: 60%;
  }
  body.Work section.work .swiper-slide:nth-child(2n):not([data-orientation=landscape]) {
    margin-top: 150px;
  }
  body.Work section.work .swiper-slide:nth-child(2n):not([data-orientation=landscape]) .pointer {
    margin-top: -100px;
  }
}
@media screen and (max-height: 725px) {
  body.Work section.work {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body.Work section.work {
    min-height: calc(100vh - 185px);
  }
  body.Work section.work .swiper-wrapper {
    padding-left: 110px;
  }
  body.Work section.work .swiper-slide:before {
    top: 53%;
  }
  body.Work section.work .swiper-slide:nth-child(2n):before {
    top: 35%;
  }
  body.Work section.work .swiper-slide.last {
    margin-right: 45vw !important;
  }
  body.Work section.work .swiper-slide h2 {
    font-size: clamp(4.5em, 6.25vw, 6em);
  }
}
@media screen and (max-width: 767.98px) {
  body.Work section.work .pagination-wrapper {
    display: none !important;
  }
  body.Work section.work .slider-container {
    margin-bottom: 6.25rem;
  }
  body.Work section.work .swiper-wrapper {
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  body.Work section.work .swiper-wrapper:before, body.Work section.work .swiper-wrapper:after {
    display: none;
  }
  body.Work section.work .swiper-slide {
    margin-top: 0;
    margin-bottom: 80px;
  }
  body.Work section.work .swiper-slide:before {
    position: absolute;
    content: "";
    top: 0 !important;
    left: -29px !important;
    right: auto !important;
    width: 1px;
    height: calc(100% + 85px) !important;
    background-image: repeating-linear-gradient(0deg, #fff, #fff 2px, transparent 0, transparent 7px, #fff 0, #fff 0) !important;
    z-index: 1;
    background-color: transparent !important;
    transform: none !important;
  }
  body.Work section.work .swiper-slide h2.bottom {
    font-size: 13vw;
    font-size: clamp(2em, 13vw, 4em);
  }
  @supports not (font-size: clamp(2em, 13vw, 4em)) {
    body.Work section.work .swiper-slide h2.bottom {
      font-size: min(max(2em, 13vw), 4em);
    }
  }
  body.Work section.work .swiper-slide .pointer {
    left: -35px;
    right: auto;
    top: calc(50% - 6px);
  }
  body.Work section.work .swiper-slide:nth-child(2n), body.Work section.work .swiper-slide:nth-child(2n):not([data-orientation=landscape]) {
    margin-top: 0;
  }
  body.Work section.work .swiper-slide:nth-child(2n) .pointer, body.Work section.work .swiper-slide:nth-child(2n):not([data-orientation=landscape]) .pointer {
    margin-top: 0;
  }
  body.Work section.work .swiper-slide.last {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  body.Work section.work .swiper-slide.last:after {
    display: none;
  }
  body.Work section.work .swiper-slide[data-orientation=landscape] {
    margin-right: 0 !important;
    min-width: unset;
    max-width: clamp(300px, 28vw, 480px);
  }
  body.Work section.work .swiper-slide[data-orientation=landscape] .pointer {
    left: -35px;
    right: auto;
    top: calc(40% - 6px);
  }
}
@media screen and (max-width: 576px) {
  body.Work section.work .slider-container {
    width: 90%;
    margin-left: 15px;
  }
  body.Work section.work .swiper-slide:before {
    left: -15px !important;
  }
  body.Work section.work .swiper-slide h2.bottom {
    transform: translate(0, 15px) !important;
    font-size: 13vw;
    font-size: clamp(2em, 13vw, 4em);
  }
  @supports not (font-size: clamp(2em, 13vw, 4em)) {
    body.Work section.work .swiper-slide h2.bottom {
      font-size: min(max(2em, 13vw), 4em);
    }
  }
  body.Work section.work .swiper-slide .pointer {
    left: -20px;
    right: auto;
    top: calc(50% - 6px);
  }
  body.Work section.work .swiper-slide:nth-child(2n), body.Work section.work .swiper-slide:nth-child(2n):not([data-orientation=landscape]) {
    margin-top: 0;
  }
  body.Work section.work .swiper-slide:nth-child(2n) .pointer, body.Work section.work .swiper-slide:nth-child(2n):not([data-orientation=landscape]) .pointer {
    margin-top: 0;
  }
  body.Work section.work .swiper-slide.last {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  body.Work section.work .swiper-slide.last:after {
    display: none;
  }
  body.Work section.work .swiper-slide[data-orientation=landscape] {
    margin-right: 0 !important;
    min-width: unset;
    max-width: clamp(300px, 28vw, 480px);
  }
  body.Work section.work .swiper-slide[data-orientation=landscape] .pointer {
    left: -35px;
    right: auto;
    top: calc(40% - 6px);
  }
  body.Work section.work .swiper-slide[data-orientation=landscape] h2.bottom {
    right: 5px !important;
  }
}
body.Work section.work.no-image .swiper-slide h2 {
  display: none;
}
body.Work section.work.no-image .pagination-wrapper {
  display: none;
}
body.Work {
  /*default body*/
}
@media screen and (min-height: 950px) {
  body.Work {
    overflow: hidden;
  }
}

/*==mobile*/
@media screen and (max-width: 767.98px) {
  body.Work .outer-section {
    padding-top: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.Work .outer-section:before, body.Work .outer-section:after {
    display: none;
  }
  body.Work .outer-section section.work .swiper-slide .image-holder {
    margin-left: 10px;
    margin-right: auto;
    width: 80%;
  }
  body.Work .outer-section section.work .swiper-slide[data-orientation=landscape] {
    min-height: auto;
  }
  body.Work .outer-section section.work .swiper-slide[data-orientation=landscape] h2 {
    right: 50px;
  }
  body.Work .outer-section section.work .swiper-slide[data-orientation=landscape] .pointer {
    left: -20px;
  }
  body.Work .outer-section section.work .swiper-slide[data-orientation=landscape] .image-holder {
    width: calc(100% - 10px);
  }
  body.Work .outer-section section.work.active {
    display: block;
    min-height: auto;
    height: auto;
    padding-bottom: 5rem;
    padding-top: 2.5rem;
  }
}

/*==animation*/
body.Work section.work .swiper-wrapper:before, body.Work section.work .swiper-wrapper:after, body.Work .image-holder, body.Work .pointer, body.Work .pagination-wrapper, body.Work .swiper-slide:before {
  opacity: 0;
}
body.Work.loaded section.work .swiper-wrapper:before, body.Work.loaded section.work .swiper-wrapper:after {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.Work.loaded .image-holder, body.Work.loaded .pointer, body.Work.loaded .swiper-slide:before {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.Work.loaded .main-title, body.Work.loaded .work-type-tab ul, body.Work.loaded .pagination-wrapper {
  animation-delay: 0.2s !important;
}
body.Work.loaded.reload .main-wrapper {
  animation-name: fadeOut !important;
  animation-delay: 0s !important;
  animation-duration: 0.5s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.Work.loaded.reload {
  /*section.work .swiper-wrapper:before, section.work .swiper-wrapper:after, .image-holder, .pointer, .main-title, .work-type-tab ul, .pagination-wrapper, section.work .swiper-slide.last:before, .swiper-slide:before, .mask-outer {
    opacity: 1;
  }
  section.work .swiper-wrapper:before, section.work .swiper-wrapper:after, section.work .swiper-slide.last:before, .swiper-slide:before {
    animation-name: fadeOut;
    animation-delay: 0.1s;
    animation-duration: 0.5s;
    animation-timing-function: $text_cubic;
    animation-fill-mode: forwards;
  }

  .image-holder, .pointer, .mask-outer {
    animation-name: fadeOut;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    animation-timing-function: $text_cubic;
    animation-fill-mode: forwards;
  }
  .main-title, .work-type-tab ul, .pagination-wrapper {
    animation-delay: 0.1s !important;
    animation-name: fadeOut;
    animation-fill-mode: forwards;
  }*/
}
body.Work .image-holder .mask-outer:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: width 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: width 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -ms-transition: width 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: width 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: width 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}
body.Work .image-holder .mask-outer:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: height 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -moz-transition: height 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -ms-transition: height 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -o-transition: height 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  transition: height 1.2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
}
body.Work .image-holder .mask-outer .image-holder-mask {
  opacity: 0;
}
body.Work.default-load section.work .swiper-slide.animated {
  opacity: 1;
}
body.Work.default-load section.work .swiper-slide.animated .image-holder {
  animation-name: fadeInUp;
  animation-delay: 0s !important;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.Work.default-load section.work .swiper-slide.animated .image-holder .mask-outer:before {
  width: 0;
}
body.Work.default-load section.work .swiper-slide.animated .image-holder .mask-outer:after {
  height: 0;
}
body.Work.default-load section.work .swiper-slide.animated .image-holder .mask-outer .image-holder-mask {
  animation-name: fadeInUpScale;
  animation-delay: 0.2s !important;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}

body.WorkYear {
  /*==back*/
}
body.WorkYear a.back {
  position: relative;
  z-index: 99;
  margin-left: 25px;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
}
body.WorkYear a.back span {
  width: 100%;
  height: 100%;
  background: transparent url(../images/arrow_right.svg) center center no-repeat;
  border: none;
  pointer-events: none;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -ms-transition: background 2s ease;
  -o-transition: background 2s ease;
  transition: background 2s ease;
}
body.WorkYear a.back img {
  pointer-events: none;
}
body.WorkYear a.back:hover span {
  background: transparent url(../images/arrow_right_gold.svg) center center no-repeat;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -ms-transition: background 2s ease;
  -o-transition: background 2s ease;
  transition: background 2s ease;
}
@media screen and (max-width: 768px) {
  body.WorkYear a.back {
    margin-left: 4.167vw;
  }
}
@media screen and (max-width: 576px) {
  body.WorkYear a.back {
    width: 56px;
    height: 56px;
    margin-left: 0;
  }
}
body.WorkYear {
  /*==sumary conteainer*/
}
body.WorkYear .summary-container {
  padding-bottom: 3.125rem;
}
body.WorkYear .summary-container .content-wrapper {
  padding-left: 25px;
}
body.WorkYear .summary-container .content-wrapper .main-title {
  margin: 50px 0 0 0;
}
body.WorkYear .summary-container .content-wrapper .main-title small {
  margin-top: 15px;
  display: block;
  color: #fff;
  opacity: 0.5;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.05;
  text-transform: uppercase;
}
body.WorkYear .summary-container .content-wrapper h5 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
body.WorkYear .summary-container .content-wrapper .content {
  margin-top: 50px;
}
body.WorkYear .summary-container .content-wrapper .content > p, body.WorkYear .summary-container .content-wrapper .content span {
  color: #fff;
}
body.WorkYear .summary-container .content-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
body.WorkYear .summary-container .content-wrapper ul li {
  margin-bottom: 10px;
  display: flex;
}
body.WorkYear .summary-container .content-wrapper ul li a {
  text-decoration: none;
  display: block;
  position: relative;
}
body.WorkYear .summary-container .content-wrapper ul li a span {
  background: transparent url(../images/arrow_right.svg) center center no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  right: -45px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: rotate(180deg);
}
body.WorkYear .summary-container .content-wrapper ul li a:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #B7B6A8;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.WorkYear .summary-container .content-wrapper ul li a:hover {
  color: #C2AD8B;
}
body.WorkYear .summary-container .content-wrapper ul li a:hover span {
  color: #C2AD8B;
  right: -55px;
  background: transparent url(../images/arrow_right_gold.svg) center center no-repeat;
}
body.WorkYear .summary-container .content-wrapper ul li a:hover:before {
  background: #C2AD8B;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  body.WorkYear .summary-container {
    padding-left: calc(4.167vw - 15px);
    padding-right: 4.167vw;
    /*.content-wrapper {
      display: flex;
      > div {
        width: 50%;
        padding-right: 50px;
      }
    }*/
  }
}
@media screen and (max-width: 768px) {
  body.WorkYear .summary-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  body.WorkYear .summary-container .content-wrapper {
    padding-left: 4.167vw;
    padding-right: 4.167vw;
  }
  body.WorkYear .summary-container .content-wrapper .main-title {
    font-size: 5rem;
  }
  body.WorkYear .summary-container .content-wrapper .content {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  body.WorkYear .summary-container .content-wrapper {
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  body.WorkYear .summary-container .content-wrapper > div {
    width: 100%;
    padding-right: 0;
  }
  body.WorkYear .summary-container .content-wrapper .main-title {
    font-size: 3rem;
  }
  body.WorkYear .summary-container .content-wrapper .content {
    margin-top: 20px;
  }
  body.WorkYear .summary-container .content-wrapper .content p:first-child {
    margin-top: 0;
  }
}
body.WorkYear .main-wrapper {
  position: relative;
}
body.WorkYear section.paintings {
  min-height: calc(100vh - 250px);
  position: absolute;
  top: 0;
  visibility: hidden;
}
body.WorkYear section.paintings.active {
  position: relative;
  top: 0;
  visibility: visible;
  display: flex;
  align-items: center;
}
body.WorkYear {
  /*==paintings*/
}
body.WorkYear section.year-painting .paintings-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  width: 92vw;
  margin-left: 4vw;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings {
  width: 33.33%;
  margin-bottom: 6.25rem;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper {
  width: 21vw;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .content {
  pointer-events: none;
  animation: none;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .content h4 {
  margin-bottom: 0;
  margin-top: 20px;
  color: #fff;
  animation: none;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .content p {
  margin-top: 10px;
  line-height: 28px;
  animation: none;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder {
  width: 100%;
  position: relative;
  pointer-events: none;
  height: 26vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder .mask-outer {
  overflow: hidden;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder .image-holder-mask {
  pointer-events: all;
  -webkit-transition: transform ease 1s;
  -moz-transition: transform ease 1s;
  -ms-transition: transform ease 1s;
  -o-transition: transform ease 1s;
  transition: transform ease 1s;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder .image-holder-mask:hover {
  transform: scale(1.05);
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder img {
  pointer-events: none;
  max-width: 100%;
  max-height: 28vw;
}
body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .inner-wrapper:hover .content {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  body.WorkYear section.year-painting .paintings-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper {
    width: 24vw;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder {
    height: 30vw;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder img {
    max-height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  body.WorkYear section.year-painting {
    padding-left: 0;
    padding-right: 0;
  }
  body.WorkYear section.year-painting .paintings-wrapper {
    width: 90%;
    margin-left: 5%;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings {
    margin-bottom: 5rem;
    width: 50%;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper {
    width: 75%;
    padding-right: 15px;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder {
    height: 40vw;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder img {
    max-height: 40vw;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .content {
    opacity: 1;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .content h4 {
    font-size: 22px;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  body.WorkYear section.year-painting .paintings-wrapper {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper {
    width: 100%;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder {
    height: 56vw;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .image-holder img {
    max-height: 60vw;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .content h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  body.WorkYear section.year-painting .paintings-wrapper .paintings .content-wrapper .content p {
    line-height: 1.2;
    margin-top: 5px;
  }
}
body.WorkYear {
  /*popup work year carousel*/
}
body.WorkYear section.work-popup {
  padding: 0;
  background-color: #FBFAF9;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
  left: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
}
body.WorkYear section.work-popup .close {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4.167vw;
  top: 4.167vw;
  z-index: 9;
}
body.WorkYear section.work-popup .close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent url(../images/close.svg) center center no-repeat;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -ms-transition: background 2s ease;
  -o-transition: background 2s ease;
  transition: background 2s ease;
}
body.WorkYear section.work-popup .close {
  opacity: 0;
}
body.WorkYear section.work-popup .close:hover span {
  background: transparent url(../images/close_gold.svg) center center no-repeat;
}
body.WorkYear section.work-popup .swiper-wrapper {
  opacity: 0;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05);
}
body.WorkYear section.work-popup .swiper-wrapper .swiper-slide {
  opacity: 0;
}
body.WorkYear section.work-popup .swiper-wrapper .swiper-slide .content-wrapper {
  height: 100%;
  opacity: 0;
}
body.WorkYear section.work-popup .swiper-wrapper .swiper-slide.swiper-slide-active .content-wrapper {
  opacity: 1;
}
body.WorkYear section.work-popup .slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8.33vw;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
body.WorkYear section.work-popup .slider-container .image-holder {
  width: 55%;
  margin-right: 8.33%;
  overflow: hidden;
  position: relative;
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.WorkYear section.work-popup .slider-container .image-holder .image-holder-mask {
  -webkit-transition: box-shadow 0.3s ease 1s;
  -moz-transition: box-shadow 0.3s ease 1s;
  -ms-transition: box-shadow 0.3s ease 1s;
  -o-transition: box-shadow 0.3s ease 1s;
  transition: box-shadow 0.3s ease 1s;
}
body.WorkYear section.work-popup .slider-container .image-holder img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  margin-left: auto;
  margin-bottom: -5px;
}
body.WorkYear section.work-popup .slider-container .content {
  opacity: 0;
  /* -webkit-transition: opacity 0.3s $text_cubic;
   -moz-transition: opacity 0.3s $text_cubic;
   -ms-transition: opacity 0.3s $text_cubic;
   -o-transition: opacity 0.3s $text_cubic;
   transition: opacity 0.3s $text_cubic;*/
}
body.WorkYear section.work-popup .slider-container .content h3 {
  color: #434242;
}
body.WorkYear section.work-popup .slider-container .content p {
  font-size: 18px;
  line-height: 1.33;
  color: #727272;
}
body.WorkYear section.work-popup .slider-container .control-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  padding: 0 4.167vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
}
body.WorkYear section.work-popup .slider-container .control-wrapper span {
  margin: 10px;
  background: transparent url(../images/icon_left_black.svg) center center no-repeat;
  width: 26px;
  height: 26px;
  display: block;
}
body.WorkYear section.work-popup .slider-container .control-wrapper .swiper-next, body.WorkYear section.work-popup .slider-container .control-wrapper .swiper-prev {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.WorkYear section.work-popup .slider-container .control-wrapper .swiper-next.swiper-button-disabled, body.WorkYear section.work-popup .slider-container .control-wrapper .swiper-prev.swiper-button-disabled {
  opacity: 0.5;
}
body.WorkYear section.work-popup .slider-container .control-wrapper .swiper-next span {
  background: transparent url(../images/icon_right_black.svg) center center no-repeat;
}
@media screen and (orientation: portrait) {
  body.WorkYear section.work-popup {
    /* display: flex;
     align-items: center;*/
  }
}
@media screen and (max-width: 1200px) {
  body.WorkYear section.work-popup .slider-container .control-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body.WorkYear section.work-popup .slider-container {
    padding-bottom: 100px;
  }
  body.WorkYear section.work-popup .slider-container .image-holder {
    text-align: center;
  }
  body.WorkYear section.work-popup .slider-container .image-holder img {
    height: 65vh;
  }
}
@media screen and (max-width: 768px) {
  body.WorkYear section.work-popup .close {
    width: 50px;
    height: 50px;
    right: 4.167vw;
  }
  body.WorkYear section.work-popup .slider-container {
    box-sizing: border-box;
  }
  body.WorkYear section.work-popup .swiper-wrapper .swiper-slide .content-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.WorkYear section.work-popup .swiper-wrapper .swiper-slide .content-wrapper .image-holder {
    width: 83%;
    height: auto;
    margin: -75px 0 0;
    padding: 0;
  }
  body.WorkYear section.work-popup .swiper-wrapper .swiper-slide .content-wrapper .image-holder img {
    margin: 0 auto;
  }
  body.WorkYear section.work-popup .swiper-wrapper .swiper-slide .content-wrapper .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  body.WorkYear section.work-popup .swiper-wrapper .swiper-slide .content-wrapper .content h3 {
    margin-bottom: 2px;
  }
  body.WorkYear section.work-popup .swiper-wrapper .swiper-slide .content-wrapper .content p {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  body.WorkYear section.work-popup .slider-container {
    padding-top: 80px;
  }
  body.WorkYear section.work-popup .slider-container .control-wrapper {
    padding: 0;
  }
  body.WorkYear section.work-popup .slider-container .swiper-wrapper .swiper-slide .content-wrapper .content h3 {
    margin-bottom: -5px;
  }
  body.WorkYear section.work-popup .slider-container .swiper-wrapper .content-wrapper {
    justify-content: flex-start;
    height: calc(100% - 0px);
    position: relative;
  }
  body.WorkYear section.work-popup .slider-container .swiper-wrapper .content-wrapper .image-holder {
    display: block;
    min-height: auto;
    margin: 0px 0 0;
  }
  body.WorkYear section.work-popup .slider-container .swiper-wrapper .content-wrapper .image-holder img {
    height: calc(100vh - 260px);
  }
}

body.WorkYear.work-popup-show {
  overflow: hidden;
}
body.WorkYear.work-popup-show .scrollbar-track {
  visibility: hidden !important;
}
body.WorkYear.work-popup-show header .row {
  display: none;
}
body.WorkYear.work-popup-show.before-popup-close header .row {
  display: flex;
}
body.WorkYear.work-popup-show section.work-popup {
  visibility: visible;
  pointer-events: auto;
  z-index: 99;
  top: 0;
  opacity: 1;
  /* -webkit-transition: opacity 1.2s ease 0.3s;
   -moz-transition: opacity 1.2s ease 0.3s;
   -ms-transition: opacity 1.2s ease 0.3s;
   -o-transition: opacity 1.2s ease 0.3s;
   transition: opacity 1.2s ease 0.3s;*/
}
body.WorkYear.work-popup-show section.work-popup .swiper-wrapper {
  opacity: 1;
}
body.WorkYear.work-popup-show section.work-popup .slider-container .control-wrapper {
  opacity: 1;
}
body.WorkYear.work-popup-show section.work-popup .slider-container .swiper-slide-active .image-holder, body.WorkYear.work-popup-show section.work-popup .slider-container .swiper-slide-active .content {
  animation-name: fadeInUp;
  animation-delay: 0s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.work-popup-show section.work-popup.remove-delay .slider-container .swiper-slide-active .image-holder {
  animation-name: fadeInUp;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.work-popup-show section.work-popup.remove-delay .slider-container .swiper-slide-active .image-holder img {
  opacity: 1;
}
body.WorkYear.work-popup-show .scroll-content {
  /*transform: none !important;
  transition: none !important;*/
}

/*popup close*/
body.WorkYear.before-popup-close section.work-popup {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease 0.3s;
  -moz-transition: opacity 1.2s ease 0.3s;
  -ms-transition: opacity 1.2s ease 0.3s;
  -o-transition: opacity 1.2s ease 0.3s;
  transition: opacity 1.2s ease 0.3s;
}
body.WorkYear.before-popup-close section.work-popup .btn-circle.close {
  animation-name: fadeOut;
  animation-delay: 0s !important;
}
body.WorkYear.before-popup-close section.work-popup .slider-container .swiper-slide-active .image-holder, body.WorkYear.before-popup-close section.work-popup .slider-container .swiper-slide-active .content {
  animation-name: fadeOutDown;
  animation-delay: 0s !important;
  animation-duration: 0.5s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.before-popup-close section.work-popup .slider-container {
  animation-name: fadeOut;
  animation-delay: 0s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.before-popup-close section.work-popup {
  /*animation-name: fadeOut;
  animation-delay: 0.5s;
  animation-duration: 0.9s;
  animation-timing-function: $text_cubic;
  animation-fill-mode: forwards;*/
}

/*==animation*/
body.WorkYear .image-holder-mask {
  overflow: hidden;
  position: relative;
}
body.WorkYear .image-holder-mask:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: width 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -moz-transition: width 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -ms-transition: width 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  -o-transition: width 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
  transition: width 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}
body.WorkYear .image-holder-mask:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: height 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -moz-transition: height 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -ms-transition: height 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -o-transition: height 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  transition: height 2s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
}
body.WorkYear .image-holder-mask img {
  opacity: 0;
}
body.WorkYear .work-popup .image-holder-mask:before {
  transition-duration: 1s;
  background-color: #FBFAF9;
}
body.WorkYear .work-popup .image-holder-mask:after {
  transition-duration: 1s;
  background-color: #FBFAF9;
}
body.WorkYear.default-load .content, body.WorkYear.default-load .main-title, body.WorkYear.default-load .btn-circle:not(.close) {
  animation-name: fadeInUp !important;
  animation-delay: 0.1s !important;
  animation-duration: 0.9s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.default-load .content {
  animation-delay: 0.3s !important;
}
body.WorkYear.default-load section.year-painting .paintings-wrapper .paintings.in-view {
  animation-name: fadeInUp;
  animation-delay: 0s !important;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.default-load section.year-painting .paintings-wrapper .paintings.in-view .content-wrapper .image-holder .image-holder-mask:before {
  width: 0;
}
body.WorkYear.default-load section.year-painting .paintings-wrapper .paintings.in-view .content-wrapper .image-holder .image-holder-mask:after {
  height: 0;
}
body.WorkYear.default-load section.year-painting .paintings-wrapper .paintings.in-view .content-wrapper .image-holder .image-holder-mask img {
  animation-name: fadeInUpScale;
  animation-delay: 0.2s !important;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.default-load section.year-painting .paintings-wrapper .paintings.in-view .content, body.WorkYear.default-load section.year-painting .paintings-wrapper .paintings.in-view h4, body.WorkYear.default-load section.year-painting .paintings-wrapper .paintings.in-view p {
  animation-name: fadeInUpLong;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
body.WorkYear.default-load.reload .content, body.WorkYear.default-load.reload .main-title, body.WorkYear.default-load.reload .btn-circle {
  animation-name: fadeOut !important;
  animation-delay: 0s !important;
  animation-duration: 0.5s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.default-load.reload .content {
  animation-delay: 0s !important;
}

body.WorkYear:not(.work-popup-show) {
  /* &.default-load {
     h1, h2, h3, h4, .content, .content ul, .btn-circle, .image-holder-mask img {
       animation-name: fadeIn;
       animation-delay: 0.1s !important;
       animation-duration: 0.9s;
       animation-timing-function: $text_cubic;
       animation-fill-mode: forwards;
     }

   }*/
  /*&.default-load.reload {

     h1, h2, h3, h4, .content, .content ul, .btn-circle {
       opacity: 1;
       animation-name: fadeOut;
       animation-timing-function: $text_cubic;
       animation-fill-mode: forwards;
       animation-delay: 0.3s !important;
     }

   }*/
}

body.WorkYear.work-popup-show section:not(.initial-popup) .image-holder .image-holder-mask:before, body.WorkYear.work-popup-show section:not(.initial-popup) .image-holder .image-holder-mask:after {
  display: none;
}
body.WorkYear.work-popup-show section:not(.initial-popup) .image-holder .image-holder-mask img {
  opacity: 0;
}
body.WorkYear.work-popup-show .initial-popup .btn-circle.close {
  animation-name: fadeIn;
  animation-delay: 0.3s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.work-popup-show .initial-popup .btn-circle.close span {
  background: transparent url(../images/close_black.svg) center center no-repeat;
}
body.WorkYear.work-popup-show .initial-popup .content {
  animation-name: fadeIn !important;
  animation-delay: 0.3s !important;
  animation-duration: 0.9s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.WorkYear.work-popup-show .initial-popup .image-holder .image-holder-mask {
  box-shadow: 0px 0px 20px 1px #ddd;
}
body.WorkYear.work-popup-show .initial-popup .image-holder .image-holder-mask:before {
  width: 0;
}
body.WorkYear.work-popup-show .initial-popup .image-holder .image-holder-mask:after {
  height: 0;
}
body.WorkYear.work-popup-show .initial-popup .image-holder .image-holder-mask img {
  animation-name: fadeInUpScale;
  animation-delay: 0s !important;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}

body.Blog {
  overflow: hidden;
}
body.Blog .main-wrapper {
  padding: 0;
  overflow: hidden;
}
body.Blog {
  /*==blog list wrapper*/
}
body.Blog .blog-list-outer-wrapper {
  position: relative;
  /*&:after {
    position: absolute;
    content: '';
    width: 34%;
    height: 100%;
    background-color: $bg_gray_default;
    right: 0;
    top: 0;
    z-index: -1;
  }*/
}
@media screen and (max-width: 1200px) {
  body.Blog .blog-list-outer-wrapper {
    padding-left: 4.167vw;
    padding-right: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  body.Blog .blog-list-outer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  body.Blog .blog-list-outer-wrapper:after {
    width: 30%;
  }
  body.Blog .blog-list-outer-wrapper .col-sm-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  body.Blog .blog-list-outer-wrapper .col-sm-7 .scroll-content > a {
    margin-left: 4.167vw;
    margin-right: 4.167vw;
    padding-left: 0;
    padding-right: 0;
  }
}
body.Blog .blog-list-wrapper {
  box-sizing: border-box;
  height: 100%;
  max-height: 100vh;
}
body.Blog .blog-list-wrapper .inner-container {
  padding-top: 6.25rem;
  padding-top: 11.5rem;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1%, transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, transparent, transparent 1%, #000 10%, #000 90%, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1%, transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  mask-image: linear-gradient(180deg, transparent, transparent 1%, #000 10%, #000 90%, transparent);
}
body.Blog .blog-list-wrapper .inner-container .scrollbar-track {
  display: none !important;
}
body.Blog .blog-list-wrapper .inner-container::-webkit-scrollbar {
  display: none;
}
body.Blog .blog-list-wrapper .inner-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body.Blog .blog-list-wrapper .post-item {
  display: flex;
  text-decoration: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body.Blog .blog-list-wrapper .post-item * {
  pointer-events: none;
}
body.Blog .blog-list-wrapper .post-item h4 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: -3px;
  color: #fff;
  -webkit-transition: color 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -moz-transition: color 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -ms-transition: color 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  -o-transition: color 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05);
  transition: color 0.3s cubic-bezier(0.47, 0.28, 0.01, 1.05);
}
body.Blog .blog-list-wrapper .post-item .date {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.Blog .blog-list-wrapper .post-item .image-placeholder {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
body.Blog .blog-list-wrapper .post-item .image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.Blog .blog-list-wrapper .post-item.has-image .content {
  width: calc(100% - 100px);
}
body.Blog .blog-list-wrapper .post-item:hover h4 {
  color: #C2AD8B;
}
body.Blog .blog-list-wrapper .load-more {
  display: none;
  text-align: center;
  margin: 50px 0 0;
}
body.Blog .blog-list-wrapper .load-more a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 21px;
  border: 1px solid #979797;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  text-transform: uppercase;
  padding: 14px 28px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.Blog .blog-list-wrapper .load-more {
    display: block;
  }
  body.Blog .blog-list-wrapper .inner-container {
    padding-top: 9.375rem;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  body.Blog .blog-list-wrapper .post-item {
    padding-left: 15px;
    padding-right: 45px;
  }
  body.Blog .blog-list-wrapper .post-item h4 {
    font-size: 22px;
  }
  body.Blog .blog-list-wrapper .post-item.hide {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  body.Blog .blog-list-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  body.Blog .blog-list-wrapper .inner-container {
    margin-left: -15px;
  }
  body.Blog .blog-list-wrapper .post-item h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
body.Blog {
  /*==marquee*/
}
body.Blog .loading-icon {
  position: absolute;
  width: 72px;
  top: 50%;
  left: 50%;
}
body.Blog {
  /*==instagram*/
}
body.Blog .insta-container {
  max-height: 110vh;
  opacity: 0;
  position: absolute;
  top: -35px;
  right: -62px;
  width: 85%;
  max-width: 800px;
  transform: rotate(6deg);
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1rem, transparent), color-stop(12rem, #000), color-stop(95%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(170deg, transparent, transparent 1rem, #000 12rem, #000 95%, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1rem, transparent), color-stop(12rem, #000), color-stop(95%, #000), to(transparent));
  mask-image: linear-gradient(170deg, transparent, transparent 1rem, #000 12rem, #000 95%, transparent);
  scroll-behavior: smooth;
  -webkit-transition: opacity 0.5s ease 0.8s;
  -moz-transition: opacity 0.5s ease 0.8s;
  -ms-transition: opacity 0.5s ease 0.8s;
  -o-transition: opacity 0.5s ease 0.8s;
  transition: opacity 0.5s ease 0.8s;
}
body.Blog .insta-container ul {
  padding: 0;
  list-style: none;
  margin: 0;
  width: 50%;
  height: calc(100vh + 35px);
  overflow-y: auto;
  pointer-events: none;
  /* &:last-of-type {
     margin-right: 0;
     margin-left: 10px;
   }*/
}
body.Blog .insta-container ul::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
  visibility: hidden;
}
body.Blog .insta-container ul li {
  pointer-events: auto;
}
body.Blog .insta-container ul li a {
  display: flex;
  padding: 15px;
}
body.Blog .insta-container ul li a img {
  width: 100%;
  height: auto;
  animation-name: none !important;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.Blog .insta-container ul li a:hover img {
  opacity: 1;
}
body.Blog .insta-container ul.marquee-up {
  height: calc(100vh + 100px);
}
@media screen and (max-width: 1200px) {
  body.Blog .insta-container {
    width: 100%;
    right: -15vw;
  }
}
@media screen and (max-width: 1200px) {
  body.Blog .insta-container {
    width: 130%;
  }
}
@media screen and (max-width: 992px) {
  body.Blog .insta-container ul {
    width: 70%;
  }
  body.Blog .insta-container ul.marquee-down {
    display: none !important;
  }
  body.Blog .insta-container ul li a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body.Blog .insta-container {
    display: none !important;
  }
}
body.Blog {
  /*==insta mobile*/
}
body.Blog .instagram-mobile {
  display: none;
  /* width: calc(100cw + 30px);
   margin-left: -15px;*/
  margin-top: 6.25rem;
  padding-left: 4.167vw;
  background: #191919;
  max-width: 100vw;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
body.Blog .instagram-mobile h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
}
body.Blog .instagram-mobile img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
body.Blog .instagram-mobile .swiper-wrapper {
  position: relative;
}
body.Blog .instagram-mobile .swiper-wrapper .swiper-slide {
  width: 100%;
  padding-top: 32%;
  overflow: hidden;
}
body.Blog .instagram-mobile .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
body.Blog .instagram-mobile .swiper-wrapper.mousewheel {
  transition-duration: 0.8s !important;
}
body.Blog .instagram-mobile .slider-container .control-wrapper {
  position: relative;
  width: 170px;
  margin: 4.167vw 0 0 auto;
  z-index: 1;
  padding: 0 4.167vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -moz-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -ms-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.5s;
}
body.Blog .instagram-mobile .slider-container .control-wrapper span {
  margin: 10px;
  background: transparent url(../images/arrow_right.svg) center center no-repeat;
  width: 26px;
  height: 26px;
  display: block;
}
body.Blog .instagram-mobile .slider-container .control-wrapper .swiper-next, body.Blog .instagram-mobile .slider-container .control-wrapper .swiper-prev {
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.Blog .instagram-mobile .slider-container .control-wrapper .swiper-next.swiper-button-disabled, body.Blog .instagram-mobile .slider-container .control-wrapper .swiper-prev.swiper-button-disabled {
  opacity: 0.5;
}
body.Blog .instagram-mobile .slider-container .control-wrapper .swiper-next span {
  background: transparent url(../images/arrow_right.svg) center center no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  body.Blog .instagram-mobile {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  body.Blog .instagram-mobile .slider-container .control-wrapper {
    padding-right: 15px;
    width: 140px;
  }
}

/*==loaded*/
body.Blog .blog-list-wrapper .post-item {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: border-bottom 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -moz-transition: border-bottom 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -ms-transition: border-bottom 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  -o-transition: border-bottom 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
  transition: border-bottom 0.5s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0.2s;
}
body.Blog .load-more, body.Blog .instagram-mobile {
  opacity: 0;
}
body.Blog.loaded .load-more {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.Blog.loaded .insta-container, body.Blog.loaded .instagram-mobile {
  opacity: 1;
}
body.Blog.loaded .blog-list-wrapper .post-item {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
body.Blog.loaded .img-fluid {
  animation-delay: 0s !important;
}
body.Blog.loaded .content, body.Blog.loaded .load-more {
  -webkit-animation-delay: 0s !important;
  -moz-animation-delay: 0s !important;
  -o-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
body.Blog.loaded.reload .main-wrapper {
  animation-name: fadeOut;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
body.Blog.loaded.reload .blog-list-wrapper .post-item {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
}
body.Blog.loaded.reload .img-fluid {
  animation-delay: 0s !important;
}

body.BlogPost {
  /*==back*/
}
body.BlogPost a.back {
  position: relative;
  z-index: 99;
  margin-left: 25px;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
}
body.BlogPost a.back span {
  width: 100%;
  height: 100%;
  background: transparent url(../images/arrow_right.svg) center center no-repeat;
  border: none;
  pointer-events: none;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -ms-transition: background 2s ease;
  -o-transition: background 2s ease;
  transition: background 2s ease;
}
body.BlogPost a.back img {
  pointer-events: none;
}
body.BlogPost a.back:hover span {
  background: transparent url(../images/arrow_right_gold.svg) center center no-repeat;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -ms-transition: background 2s ease;
  -o-transition: background 2s ease;
  transition: background 2s ease;
}
@media screen and (max-width: 767.98px) {
  body.BlogPost a.back {
    margin-left: 0;
  }
}
body.BlogPost {
  /*==summary*/
}
body.BlogPost .summary-container .content-wrapper {
  padding-left: 25px;
}
body.BlogPost .summary-container .content-wrapper h1 {
  color: #fff;
  text-transform: unset;
}
body.BlogPost .summary-container .content-wrapper h5 {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
}
body.BlogPost .summary-container .content-wrapper .content {
  margin-top: 50px;
}
body.BlogPost .summary-container .content-wrapper .content > p, body.BlogPost .summary-container .content-wrapper .content span {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  body.BlogPost .summary-container .content-wrapper {
    padding-left: 0;
  }
}
body.BlogPost {
  /*==blog entry*/
}
body.BlogPost .blog-entry {
  position: relative;
}
body.BlogPost .blog-entry .date {
  font-size: 12px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}
body.BlogPost .blog-entry .content-wrapper {
  padding-left: 25px;
}
body.BlogPost .blog-entry .content-wrapper h1, body.BlogPost .blog-entry .content-wrapper h2, body.BlogPost .blog-entry .content-wrapper h3, body.BlogPost .blog-entry .content-wrapper h4, body.BlogPost .blog-entry .content-wrapper h5 {
  color: #fff;
}
body.BlogPost .blog-entry .content-wrapper h5 {
  font-size: 20px;
  line-height: 1.05;
  margin: 2.5rem 0 10px;
}
body.BlogPost .blog-entry .content-wrapper .content > h4:first-of-type {
  margin-top: 0;
}
body.BlogPost .blog-entry .content-wrapper .content p, body.BlogPost .blog-entry .content-wrapper .content li {
  margin-top: 0;
}
body.BlogPost .blog-entry .content-wrapper .content p:last-of-type {
  margin-bottom: 0;
}
body.BlogPost .blog-entry .content-wrapper img {
  max-width: 100%;
}
body.BlogPost .blog-entry .content-wrapper img.main-image {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  body.BlogPost .blog-entry .content-wrapper {
    padding-left: 0;
  }
  body.BlogPost .blog-entry {
    padding-bottom: 50px;
  }
}
body.BlogPost {
  /*==social*/
}
body.BlogPost .social {
  list-style: none;
  bottom: 0;
  padding: 0;
}
body.BlogPost .social a {
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
}
body.BlogPost .social a i {
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -ms-transition: color 2s ease;
  -o-transition: color 2s ease;
  transition: color 2s ease;
}
body.BlogPost .social a:hover i {
  color: #C2AD8B;
}
@media screen and (max-width: 767.98px) {
  body.BlogPost .social {
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
  body.BlogPost .social li {
    display: inline-block;
    margin-right: 5px;
  }
}

/*==animation*/
body.BlogPost {
  /* .date, .main-image {
     opacity: 0;
   }
   &.loaded {
     h1, h2, h3, h4 {
       animation-delay: 0.3s !important;
     }
     .content, .content ul {
       animation-delay: 0.4s !important;
     }

     img.img-fluid, .main-image {
       animation-delay: 0.4s !important;
     }

     .date, .btn-circle, .main-image {
       animation-name: fadeIn;
       animation-delay: 0.3s;
       animation-duration: 1s;
       animation-timing-function: $text_cubic;
       animation-fill-mode: forwards;
     }
     .date {
       -webkit-animation-delay: 0.4s;
       -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
       animation-delay: 0.4s;
     }
   }

   &.loaded.reload {
     .date, .main-image {
       opacity: 1;
     }
     .content, .content ul {
       animation-delay: 0.2s !important;
     }
     .date, .btn-circle, .main-image {
       animation-name: fadeOut;
       animation-delay: 0.3s;
       animation-duration: 1s;
       animation-timing-function: $text_cubic;
       animation-fill-mode: forwards;
     }
   }*/
}
body.BlogPost.loaded.reload .btn-circle {
  animation-name: fadeOut !important;
  animation-delay: 0s !important;
  animation-duration: 0.5s !important;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}
@media screen and (max-width: 576px) {
  body.BlogPost a.back {
    width: 56px;
    height: 56px;
  }
  body.BlogPost .main-title, body.BlogPost .size-1, body.BlogPost h1 {
    line-height: 1;
  }
  body.BlogPost .content {
    margin-top: 1.875rem;
  }
}

body.ErrorPage .main-wrapper .col-md-12 {
  margin-top: 50px;
}
body.ErrorPage.loaded.reload .main-wrapper {
  animation-name: fadeOut;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.47, 0.28, 0.01, 1.05);
  animation-fill-mode: forwards;
}

/*# sourceMappingURL=style.min.css.map */
