* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

small,
input,
textarea,
select,
button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
p {
  font: inherit;
  margin: 0;
}

@font-face {
  font-family: 'Adieu';
  src: url('../fonts/Adieu-Black.eot');
  src: url('../fonts/Adieu-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Adieu-Black.woff') format('woff'), url('../fonts/Adieu-Black.ttf') format('truetype'), url('../fonts/Adieu-Black.svg#Adieu-Black') format('svg');
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Adieu';
  src: url('../fonts/Adieu-Bold.eot');
  src: url('../fonts/Adieu-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Adieu-Bold.woff') format('woff'), url('../fonts/Adieu-Bold.ttf') format('truetype'), url('../fonts/Adieu-Bold.svg#Adieu-Bold') format('svg');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Adieu';
  src: url('../fonts/Adieu-Regular.eot');
  src: url('../fonts/Adieu-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Adieu-Regular.woff') format('woff'), url('../fonts/Adieu-Regular.ttf') format('truetype'), url('../fonts/Adieu-Regular.svg#Adieu-Regular') format('svg');
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Adieu';
  src: url('../fonts/Adieu-Light.eot');
  src: url('../fonts/Adieu-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Adieu-Light.woff') format('woff'), url('../fonts/Adieu-Light.ttf') format('truetype'), url('../fonts/Adieu-Light.svg#Adieu-Light') format('svg');
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}

body {
  background: #000;
  color: #fff;
  font-family: 'Adieu';
  font-weight: 500;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

::-moz-selection {
  color: rgb(0, 0, 0);
  background: rgb(244, 67, 54);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

undefined {
  color: rgb(0, 0, 0);
  background: rgb(244, 67, 54);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

::selection {
  color: rgb(0, 0, 0);
  background: rgb(244, 67, 54);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.appear {
  opacity: 0;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
}

.appear.ready {
  opacity: 1;
}

.video-wrapper {
  opacity: 0;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  position: relative;
}

.video-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: -webkit-calc((9 / 16) * 100%);
  padding-top: -moz-calc((9 / 16) * 100%);
  padding-top: calc((9 / 16) * 100%);
}

.video-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-wrapper {
  width: 100%;
  height: auto;
}

.video-wrapper.loaded {
  opacity: 1;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landia-skin.video-js {
  width: 100%;
  height: auto;
}

.landia-skin.video-js .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  height: 50px;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
}

@media only screen and (max-width: 767px) {
  .landia-skin.video-js .vjs-control-bar {
    height: 30px;
  }
}

.landia-skin.video-js .vjs-control-bar .vjs-play-control,
.landia-skin.video-js .vjs-control-bar .vjs-volume-panel,
.landia-skin.video-js .vjs-control-bar .vjs-remaining-time,
.landia-skin.video-js .vjs-control-bar .vjs-picture-in-picture-control {
  display: none;
}

.landia-skin.video-js .vjs-control-bar .vjs-mute-control {
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  height: 25px;
  padding: 0 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .landia-skin.video-js .vjs-control-bar .vjs-mute-control {
    top: -8px;
    width: 115px;
    padding: 0 20px 0 0;
  }
}

.landia-skin.video-js .vjs-control-bar .vjs-mute-control .vjs-icon-placeholder:before {
  content: 'SOUND ON';
  font-size: 16px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .landia-skin.video-js .vjs-control-bar .vjs-mute-control .vjs-icon-placeholder:before {
    font-size: 14px;
  }
}

.landia-skin.video-js .vjs-control-bar .vjs-mute-control .vjs-icon-placeholder:before {
  font-weight: 100;
  font-family: 'Adieu';
  text-shadow: none;
  padding: 0;
  text-align: left;
}

.landia-skin.video-js .vjs-control-bar .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: 'SOUND OFF';
}

.landia-skin.video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
  margin: 0 55px 0 0;
  height: 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 767px) {
  .landia-skin.video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
    margin: 0 20px 0 0;
  }
}

.landia-skin.video-js .vjs-control-bar .vjs-progress-control .vjs-play-progress:before,
.landia-skin.video-js .vjs-control-bar .vjs-progress-control .vjs-time-tooltip,
.landia-skin.video-js .vjs-control-bar .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.landia-skin.video-js .vjs-control-bar .vjs-fullscreen-control {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin: 0 0 0 55px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  text-shadow: none !important;
}

@media only screen and (max-width: 767px) {
  .landia-skin.video-js .vjs-control-bar .vjs-fullscreen-control {
    width: 30px;
    margin: 0 0 0 20px;
  }
}

.landia-skin.video-js .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder:before {
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .landia-skin.video-js .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder:before {
    font-size: 30px;
    line-height: 0.7;
    left: -5px;
  }
}

.landia-skin.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  background: none;
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 767px) {
  .landia-skin.video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
  }
}

.landia-skin.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '';
  background-image: url('../img/play.svg');
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.landia-skin.video-js.vjs-has-started.vjs-paused .vjs-big-play-button {
  display: block;
}

.landia-skin.video-js.vjs-has-started.vjs-paused .vjs-big-play-button .vjs-icon-placeholder:before {
  background-image: url('../img/pause.svg');
}

.landia-skin.video-js.vjs-user-inactive .vjs-control-bar {
  opacity: 0;
}

.page-template-about .landia-skin.video-js .vjs-control-bar {
  display: none;
}

.loading {
  overflow: hidden;
}

.loading .intro {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: #000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading .intro svg {
  width: 30vw;
  opacity: 0;
}

.overflow {
  overflow: hidden;
}

* {
  cursor: none !important;
}

#cursor {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: top left;
  width: 20px;
  height: 20px;
  overflow: visible;
  z-index: 49;
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  #cursor {
    display: none;
  }
}

#cursor path {
  stroke-width: 5;
  stroke: #fff;
  fill: none;
}

#cursor.diff {
  mix-blend-mode: difference;
}

.logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 295px;
  height: auto;
  min-height: 70px;
  z-index: 13;
  padding: 15px 25px;
}

@media only screen and (max-width: 767px) {
  .logo {
    width: 40vw;
    min-height: auto;
    padding: 10px;
  }
}

.logo svg {
  -webkit-transform-origin: 5% 5%;
  -moz-transform-origin: 5% 5%;
  -ms-transform-origin: 5% 5%;
  -o-transform-origin: 5% 5%;
  transform-origin: 5% 5%;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  position: absolute;
  top: 10px;
  left: 25px;
}

@media only screen and (max-width: 767px) {
  .logo svg {
    left: 15px;
  }
}

.logo .logo-text {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scrolling .logo .logo-text {
  -webkit-transform: scale3d(0.75, 0.75, 1);
  -moz-transform: scale3d(0.75, 0.75, 1);
  transform: scale3d(0.75, 0.75, 1);
}

.burguer {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 13;
  padding: 30px 40px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
}

@media only screen and (max-width: 767px) {
  .burguer {
    padding: 10px 15px;
  }
}

.burguer svg {
  width: 25px;
  overflow: visible;
  position: relative;
  float: left;
}

.loading .burguer {
  opacity: 0;
  visibility: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100 * 1vh);
  height: -moz-calc(100 * 1vh);
  height: calc(100 * 1vh);
  height: -webkit-calc(1vh * 100);
  height: -moz-calc(1vh * 100);
  height: calc(1vh * 100);
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  background: #000;
  z-index: 12;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0 0 50px 0;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  header {
    background-image: none !important;
  }
}

header {
  /* .img-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;

    video {
      position: absolute;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      opacity: 0;

      &.active { 
        opacity: 1;
      }
    }
  } */
}

header.active {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

header .wrapper {
  z-index: 2;
  padding: 120px 40px 120px 25px;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
  header .wrapper {
    padding: 100px 15px 120px;
    height: -webkit-calc(100 * 1vh);
    height: -moz-calc(100 * 1vh);
    height: calc(100 * 1vh);
    height: -webkit-calc(1vh * 100);
    height: -moz-calc(1vh * 100);
    height: calc(1vh * 100);
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
  }
}

/* Search */

header .form {
  display: none;
  /* width: 100%;
    z-index: 4;
    position: relative;

    input {
      width: 100%;
      padding: 0 0 5px;
      border: none;
      border-bottom: 1px solid $white;

      @include f-30;
      color: $white;

      &::placeholder {
        color: $white;
      }
    } */
}

/* Nav */

header .tabs {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /* Mobile */
}

header .tabs ul,
header .tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .tabs .tabs__content span {
  position: relative;
  display: inline-block;
}

header .tabs .tabs__titles a:before,
header .tabs .tabs__content span:before {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  display: inline-block;
  -webkit-transition: visibility, 0s, all 0.3s ease-in;
  -o-transition: visibility, 0s, all 0.3s ease-in;
  -moz-transition: visibility, 0s, all 0.3s ease-in;
  transition: visibility, 0s, all 0.3s ease-in;
  background-color: #fff;
  left: 0;
}

header .tabs p,
header .tabs a {
  margin: 0 10px 10px 0;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  header .tabs p,
  header .tabs a {
    padding: 0 5px 0 0;
  }
}

header .tabs p:hover,
header .tabs p.active,
header .tabs p.active-tab,
header .tabs a:hover,
header .tabs a.active,
header .tabs a.active-tab {
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  header .tabs p:hover:before,
  header .tabs p:hover span:before,
  header .tabs p.active:before,
  header .tabs p.active span:before,
  header .tabs p.active-tab:before,
  header .tabs p.active-tab span:before,
  header .tabs a:hover:before,
  header .tabs a:hover span:before,
  header .tabs a.active:before,
  header .tabs a.active span:before,
  header .tabs a.active-tab:before,
  header .tabs a.active-tab span:before {
    width: 100%;
  }
}

header .tabs .tabs__titles {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 0 0;
}

@media only screen and (min-width: 1025px) {
  header .tabs .tabs__titles .mobile {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  header .tabs .tabs__titles {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  header .tabs .tabs__titles {
    width: 100%;
  }
}

header .tabs .tabs__titles p,
header .tabs .tabs__titles a {
  font-size: 14px;
  line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
  header .tabs .tabs__titles p,
  header .tabs .tabs__titles a {
    font-size: 13px;
  }
}

header .tabs .tabs__titles p,
header .tabs .tabs__titles a {
  font-weight: 100;
  text-transform: uppercase;
  padding: 0 0 5px 0;
}

@media only screen and (min-width: 1025px) {
  header .tabs .tabs__titles p,
  header .tabs .tabs__titles a {
    margin: 0 0 15px 0;
  }
}

@media only screen and (min-width: 1300px) {
  header .tabs .tabs__titles p,
  header .tabs .tabs__titles a {
    margin: 0 0 20px 0;
  }
}

header .tabs .tabs__titles .movement {
  background-position: 0% 0%;
  -webkit-background-size: auto 55%;
  -moz-background-size: auto 55%;
  -o-background-size: auto 55%;
  background-size: auto 55%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  header .tabs .tabs__titles .movement {
    background-position: 50% 0%;
  }
}

header .tabs .tabs__titles .movement a:before {
  display: none;
}

header .tabs .tabs__titles .movement:hover {
  background-image: url('../img/movement.svg');
}

header .tabs .tabs__titles .movement:hover a {
  opacity: 0;
}

header .tabs .tabs__content {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  header .tabs .tabs__content {
    width: 66.66%;
  }
}

@media only screen and (max-width: 767px) {
  header .tabs .tabs__content {
    display: none;
  }
}

header .tabs .tabs__content .tab {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
}

header .tabs .tabs__content .tab.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  header .tabs .tabs__content .tab {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 767px) {
  header .tabs .tabs__content .tab {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

header .tabs .tabs__content .tab a {
  width: 100%;
  height: auto;
  position: relative;
  clear: both;
  display: block;
  font-weight: 900;
}

@media only screen and (min-width: 1025px) {
  header .tabs .tabs__content .tab a {
    font-size: 22px;
    line-height: 1.4em;
  }
}

@media only screen and (min-width: 1025px) and only screen and (max-width: 767px) {
  header .tabs .tabs__content .tab a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1300px) {
  header .tabs .tabs__content .tab a {
    font-size: 26px;
    line-height: 1.4em;
  }
}

@media only screen and (min-width: 1300px) and only screen and (max-width: 767px) {
  header .tabs .tabs__content .tab a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  header .tabs .tabs__content .tab a {
    font-size: 16px;
    line-height: 1em;
  }
}

@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  header .tabs .tabs__content .tab a {
    font-size: 14px;
  }
}

/* .form-bg {
    background: rgba(0,0,0,0.6);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: $trans;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    &.active {
      opacity: 1;
      visibility: visible;
    }
  } */

@media only screen and (max-width: 767px) {
  header .tabs .tabs__titles {
    text-align: center;
  }

  header .tabs .tabs__titles .tab {
    height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  header .tabs .tabs__titles .tab a {
    margin-bottom: 10px;
  }

  header .tabs .tabs__titles .mobile-active .tab {
    height: auto;
    padding: 15px 0;
  }
}

header .shop-link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 40px;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  header .shop-link {
    display: none;
  }
}

header .shop-link:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('../img/logo-shop.svg');
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .shop-link:hover {
  color: transparent;
}

header .shop-link:hover:before {
  opacity: 1;
}

header .network-zone {
  position: absolute;
  bottom: 0;
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  header .network-zone {
    font-size: 14px;
  }
}

header .network-zone {
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  header .network-zone {
    border-top: 1px solid white;
    font-size: 8px;
    line-height: 1em;
    padding: 15px 5px;
    width: 100%;
    background: #000;
  }
}

header .network-zone .first-col {
  padding: 0 20px 0 0;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  header .network-zone .first-col {
    display: none;
  }
}

header .network-zone .first-col p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .network-zone .first-col svg {
  width: 50px;
  padding: 0 0 0 10px;
}

header .network-zone p {
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  header .network-zone p {
    display: none;
  }
}

header .network-zone .sites {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  header .network-zone .sites {
    width: 100%;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header .network-zone .sites a {
  margin: 0 35px 0 0;
  font-weight: 500;
  position: relative;
  opacity: 0;
  -webkit-transition: visibility, 0s, all 0.3s ease-in;
  -o-transition: visibility, 0s, all 0.3s ease-in;
  -moz-transition: visibility, 0s, all 0.3s ease-in;
  transition: visibility, 0s, all 0.3s ease-in;
}

header .network-zone .sites a:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  header .network-zone .sites a {
    opacity: 1;
    margin: 0 2px;
    text-align: center;
  }
}

header .network-zone .sites a:before {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  -webkit-transition: visibility, 0s, all 0.3s ease-in;
  -o-transition: visibility, 0s, all 0.3s ease-in;
  -moz-transition: visibility, 0s, all 0.3s ease-in;
  transition: visibility, 0s, all 0.3s ease-in;
  background-color: #fff;
  left: 0;
}

@media only screen and (max-width: 767px) {
  header .network-zone .sites a:before {
    height: 2px;
    bottom: 0;
  }
}

header .network-zone .sites a:hover:before,
header .network-zone .sites a.active:before {
  width: 100%;
}

header .network-zone:hover .sites a {
  opacity: 1;
}

.language-chooser {
  z-index: 13;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  right: 100px;
  position: fixed;
  top: 32px;
  font-size: 15px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .language-chooser {
    font-size: 12px;
  }
}

.language-chooser {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .language-chooser {
    right: 60px;
    top: 10px;
  }
}

.language-chooser li {
  padding: 0 0 0 10px;
}

.language-chooser li.active {
  text-decoration: underline;
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 10px;
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 40px 15px;
  }
}

footer .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  footer .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}

footer .info address {
  font-style: normal;
}

@media only screen and (min-width: 1025px) {
  footer .info address {
    padding: 0 1em 20px;
    width: 33.33%;
  }
}

@media only screen and (min-width: 1300px) {
  footer .info address {
    width: 16.66%;
  }
}

@media only screen and (max-width: 1024px) {
  footer .info address {
    padding: 0 1em 20px;
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  footer .info address {
    width: 50%;
    padding: 0 10px 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  footer .info address:nth-child(2n) {
    padding: 0 0 40px 10px;
  }
}

footer .info address p,
footer .info address a {
  font-size: 12px;
  line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
  footer .info address p,
  footer .info address a {
    font-size: 10px;
  }
}

footer .info address p,
footer .info address a {
  font-weight: 100;
}

footer .info address p.name,
footer .info address a.name {
  font-weight: 800;
}

footer .socials {
  padding: 0 1em;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  footer .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 0;
  }
}

footer .socials .nl {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 50px 0 0;
  font-size: 15px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  footer .socials .nl {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  footer .socials .nl {
    padding: 0 0 10px 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
}

footer .socials .nl input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  footer .socials .nl input {
    font-size: 12px;
  }
}

footer .socials .nl input {
  font-weight: 100;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  footer .socials .nl input {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

footer .socials .nl input::-webkit-input-placeholder {
  color: #fff;
}

footer .socials .nl input:-moz-placeholder {
  color: #fff;
}

footer .socials .nl input::-moz-placeholder {
  color: #fff;
}

footer .socials .nl input:-ms-input-placeholder {
  color: #fff;
}

footer .socials .nl input::-ms-input-placeholder {
  color: #fff;
}

undefined {
  color: #fff;
}

undefined {
  color: #fff;
}

undefined {
  color: #fff;
}

undefined {
  color: #fff;
}

undefined {
  color: #fff;
}

footer .socials .nl input::placeholder {
  color: #fff;
}

footer .socials .nl .btn {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  footer .socials .nl .btn {
    margin: 0;
    max-width: 100%;
  }
}

footer .socials .sn {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  footer .socials .sn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

footer .socials .sn a {
  width: 22px;
  height: 22px;
  margin: 0 0 0 30px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  footer .socials .sn a {
    margin: 0 20px;
    width: 30px;
    height: 30px;
  }
}

footer .socials .sn a.facebook {
  background-image: url('../img/icon-facebook.svg');
}

footer .socials .sn a.twitter {
  background-image: url('../img/icon-twitter.svg');
}

footer .socials .sn a.instagram {
  background-image: url('../img/icon-instagram.svg');
}

footer .socials .sn a.youtube {
  background-image: url('../img/icon-youtube.svg');
}

.home__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100 * 1vh);
  height: -moz-calc(100 * 1vh);
  height: calc(100 * 1vh);
  height: -webkit-calc(1vh * 100);
  height: -moz-calc(1vh * 100);
  height: calc(1vh * 100);
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
}

.home__wrapper .slides-wrapper {
  will-change: transform;
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}

.home__wrapper .slides-wrapper .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-calc(100 * 1vh);
  height: -moz-calc(100 * 1vh);
  height: calc(100 * 1vh);
  height: -webkit-calc(1vh * 100);
  height: -moz-calc(1vh * 100);
  height: calc(1vh * 100);
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow: hidden;
}

.home__wrapper .slides-wrapper .slide,
.home__wrapper .slides-wrapper footer {
  position: relative;
  float: left;
}

.home__wrapper .slides-wrapper .texts {
  text-align: center;
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home__wrapper .slides-wrapper .texts h4 {
  font-size: 60px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .home__wrapper .slides-wrapper .texts h4 {
    font-size: 25px;
  }
}

.home__wrapper .slides-wrapper .texts h4 {
  font-weight: 800;
}

.home__wrapper .slides-wrapper .texts h4 em {
  font-style: normal;
  text-decoration: underline;
}

.home__wrapper .slides-wrapper .texts h3 {
  font-size: 60px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .home__wrapper .slides-wrapper .texts h3 {
    font-size: 25px;
  }
}

.home__wrapper .slides-wrapper .texts h3 {
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

@media only screen and (max-width: 767px) {
  .home__wrapper .slides-wrapper .texts h3 {
    -webkit-text-stroke: 1px #fff;
  }
}

.home__wrapper .slides-wrapper .texts h2 {
  font-size: 60px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .home__wrapper .slides-wrapper .texts h2 {
    font-size: 25px;
  }
}

.home__wrapper .slides-wrapper .texts h2 {
  font-weight: 800;
}

.home__wrapper .slides-wrapper .texts h2 em {
  font-style: normal;
  text-decoration: underline;
}

.home__wrapper .slides-wrapper .sub {
  display: inline-block;
}

.home__wrapper .slides-wrapper .texts .sub {
  -webkit-transition: visibility, 0s, all 1s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 1s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 1s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 1s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.home__wrapper .slides-wrapper .slide.is-top .texts .sub {
  opacity: 1;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}

.home__wrapper .slides-wrapper .slide.is-visible .texts .sub {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.home__wrapper .slides-wrapper .slide.is-image .bg {
  -webkit-transition: all 20s linear;
  -o-transition: all 20s linear;
  -moz-transition: all 20s linear;
  transition: all 20s linear;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.3, 1.3, 1);
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.3, 1.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1.3, 1.3, 1);
}

.home__wrapper .slide-hold {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.home__wrapper .slide-hold .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.home__wrapper .slide-hold .video-cover video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

.home__wrapper .slide-hold .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  -moz-transition: all 0s linear;
  transition: all 0s linear;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-animation .texts {
  pointer-events: none;
}

.news-page .go-back-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 100px 50px 50px;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.news-page .news-item {
  width: 100%;
  height: auto;
  padding: 65px 0;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news-page .news-item:last-of-type {
  padding-bottom: 0;
}

.news-page .news-item .news-text {
  width: 50%;
  position: relative;
  float: left;
  height: auto;
  font-size: 22px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .news-page .news-item .news-text {
    font-size: 13px;
  }
}

.news-page .news-item .news-text {
  font-weight: 100;
  padding: 0 100px 0 0;
}

.news-page .news-item .news-text h3 {
  font-size: 70px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .news-page .news-item .news-text h3 {
    font-size: 25px;
  }
}

.news-page .news-item .news-text .bottom-text {
  position: absolute;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 0;
  padding: 0 100px 0 0;
  left: 0;
}

.news-page .news-item .news-text .bottom-text p {
  font-size: 22px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .news-page .news-item .news-text .bottom-text p {
    font-size: 13px;
  }
}

.news-page .news-item .news-text .bottom-text p {
  font-weight: 500;
}

.news-page .news-item .news-text .bottom-text p.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page .news-item .news-text .bottom-text svg {
  width: 45px;
  height: 6px;
  margin: 0 0 0 20px;
}

.news-page .news-item .news-image {
  position: relative;
}

.news-page .news-item .news-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: -webkit-calc((460 / 670) * 100%);
  padding-top: -moz-calc((460 / 670) * 100%);
  padding-top: calc((460 / 670) * 100%);
}

.news-page .news-item .news-image > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-page .news-item .news-image {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 50%;
  float: left;
  height: auto;
}

.contact-page {
  dissplay: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-page .row {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 80px 0;
}

.contact-page .row .sub-row {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .contact-page .row .sub-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact-page .row .sub-row.sub-row-1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-page .row .sub-row.sub-row-1 h3 {
  font-weight: 500;
  margin: 0 0 0 -0.05em;
  white-space: nowrap;
  padding: 0 50px 0 0;
}

@media only screen and (min-width: 1025px) {
  .contact-page .row .sub-row.sub-row-1 h3 {
    font-size: 46px;
    line-height: 1.2em;
  }
}

@media only screen and (min-width: 1025px) and only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-1 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-page .row .sub-row.sub-row-1 h3 {
    font-size: 46px;
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 1024px) and only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-1 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-1 h3 {
    font-size: 35px;
    line-height: 1em;
  }
}

@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-1 h3 {
    font-size: 20px;
  }
}

/* [gtm] {
          opacity: 0;
          transition: $trans;
          display: flex;

          @include xs {
            width: 100%;
            justify-content: flex-start;
          }

          &.active {
            opacity: 1;
          }

          span {
            text-align: center;
            display: inline-block; 
            width: auto;

            @include md {
              min-width: 120px;
            }

            &.hour {
              display: flex;
              justify-content: flex-end;
            }
          }

        } */

.contact-page .row .sub-row.sub-row-1 .sub-row-3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-1 .sub-row-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0 0;
  }
}

.contact-page .row .sub-row.sub-row-1 .sub-row-3 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 0 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-1 .sub-row-3 > div {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.contact-page .row .sub-row.sub-row-1 .sub-row-3 > div p {
  font-size: 10px;
  line-height: 1.5em;
  font-weight: 100;
}

@media only screen and (max-width: 1024px) {
  .contact-page .row .sub-row.sub-row-1 .sub-row-3 > div p {
    font-weight: 800;
  }
}

.contact-page .row .sub-row.sub-row-1 .sub-row-3 > div a p {
  padding: 5px 10px;
  margin: 5px 0;
  border-left: 1px solid white;
  font-size: 12px;
  line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-1 .sub-row-3 > div a p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-1 .sub-row-3 > div a p {
    margin: 0;
  }
}

.contact-page .row .sub-row.sub-row-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact-page .row .sub-row.sub-row-2 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px 30px 0;
}

@media only screen and (min-width: 1025px) {
  .contact-page .row .sub-row.sub-row-2 div {
    width: 25%;
  }
}

@media only screen and (min-width: 1300px) {
  .contact-page .row .sub-row.sub-row-2 div {
    width: 16.66%;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-page .row .sub-row.sub-row-2 div {
    width: 33.33%;
    padding: 0 15px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-page .row .sub-row.sub-row-2 div {
    width: 50%;
    padding: 0 0 20px 0;
  }
}

.contact-page .row .sub-row.sub-row-2 div p {
  font-size: 10px;
  line-height: 1.5em;
  font-weight: 100;
}

.contact-page .row .sub-row.sub-row-2 div p b {
  font-weight: 800;
}

.contact-page .row .sub-row.sub-row-2 div p.name {
  color: #838383;
}

.director-page .bio,
.photographer-page .bio {
  padding: 0 25px 30px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .director-page .bio,
  .photographer-page .bio {
    padding: 0 15px 40px;
  }
}

.director-page .bio .bio-image,
.director-page .bio .bio-image-main,
.director-page .bio .bio-image-mobile,
.photographer-page .bio .bio-image,
.photographer-page .bio .bio-image-main,
.photographer-page .bio .bio-image-mobile {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 40%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
}

@media only screen and (max-width: 767px) {
  .director-page .bio .bio-image,
  .director-page .bio .bio-image-main,
  .director-page .bio .bio-image-mobile,
  .photographer-page .bio .bio-image,
  .photographer-page .bio .bio-image-main,
  .photographer-page .bio .bio-image-mobile {
    display: none;
  }
}

.director-page .bio .bio-image-main,
.photographer-page .bio .bio-image-main {
  position: relative;
}

.director-page .bio .bio-image-main:before,
.photographer-page .bio .bio-image-main:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: -webkit-calc((250 / 190) * 100%);
  padding-top: -moz-calc((250 / 190) * 100%);
  padding-top: calc((250 / 190) * 100%);
}

.director-page .bio .bio-image-main > div,
.photographer-page .bio .bio-image-main > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.director-page .bio .bio-image-main,
.photographer-page .bio .bio-image-main {
  position: absolute;
  right: 15%;
  top: 50%;
  width: 25%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: auto;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .director-page .bio .bio-image-main,
  .photographer-page .bio .bio-image-main {
    right: 5%;
  }
}

.director-page .bio .bio-image,
.photographer-page .bio .bio-image {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 100%;
  opacity: 0;
}

.director-page .bio .bio-image video,
.photographer-page .bio .bio-image video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.director-page .bio .bio-image-mobile,
.photographer-page .bio .bio-image-mobile {
  margin: 30px auto 10px;
  display: block;
  height: auto;
  width: 50vw;
  position: relative;
}

.director-page .bio .bio-image-mobile:before,
.photographer-page .bio .bio-image-mobile:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: -webkit-calc((250 / 190) * 100%);
  padding-top: -moz-calc((250 / 190) * 100%);
  padding-top: calc((250 / 190) * 100%);
}

.director-page .bio .bio-image-mobile > div,
.photographer-page .bio .bio-image-mobile > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .director-page .bio .bio-image-mobile,
  .photographer-page .bio .bio-image-mobile {
    display: none;
  }
}

.director-page .bio .visible-part,
.photographer-page .bio .visible-part {
  padding: 100px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .director-page .bio .visible-part,
  .photographer-page .bio .visible-part {
    padding: 50px 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.director-page .bio .visible-part h1,
.photographer-page .bio .visible-part h1 {
  font-weight: 900;
  font-size: 75px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .director-page .bio .visible-part h1,
  .photographer-page .bio .visible-part h1 {
    font-size: 25px;
  }
}

.director-page .bio .visible-part h1,
.photographer-page .bio .visible-part h1 {
  z-index: 1;
  margin: 0 0 0 -0.05em;
}

@media only screen and (max-width: 767px) {
  .director-page .bio .visible-part h1,
  .photographer-page .bio .visible-part h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 30px 0 0 0;
  }
}

.director-page .bio .visible-part .toggle-director-bio,
.photographer-page .bio .visible-part .toggle-director-bio {
  width: 30px;
  height: 30px;
  margin: 0 3px 0 0;
  cursor: pointer;
  z-index: 2;
}

.director-page .bio .visible-part .toggle-director-bio p,
.photographer-page .bio .visible-part .toggle-director-bio p {
  display: none;
}

@media only screen and (max-width: 767px) {
  .director-page .bio .visible-part .toggle-director-bio,
  .photographer-page .bio .visible-part .toggle-director-bio {
    margin: 5px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    height: auto;
  }

  .director-page .bio .visible-part .toggle-director-bio svg,
  .photographer-page .bio .visible-part .toggle-director-bio svg {
    display: none;
  }

  .director-page .bio .visible-part .toggle-director-bio p,
  .photographer-page .bio .visible-part .toggle-director-bio p {
    display: inline-block;
  }
}

.director-page .bio .visible-part .toggle-director-bio svg,
.photographer-page .bio .visible-part .toggle-director-bio svg {
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
}

.director-page .bio .hidden-part,
.photographer-page .bio .hidden-part {
  height: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1;
}

.director-page .bio .hidden-part .bio-text,
.photographer-page .bio .hidden-part .bio-text {
  padding: 20px 0 0;
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .director-page .bio .hidden-part .bio-text,
  .photographer-page .bio .hidden-part .bio-text {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .director-page .bio .hidden-part .bio-text,
  .photographer-page .bio .hidden-part .bio-text {
    width: 100%;
    float: left;
    clear: both;
  }
}

.director-page .bio .hidden-part .bio-text p,
.photographer-page .bio .hidden-part .bio-text p {
  font-size: 22px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .director-page .bio .hidden-part .bio-text p,
  .photographer-page .bio .hidden-part .bio-text p {
    font-size: 13px;
  }
}

.director-page .bio .hidden-part .bio-text p,
.photographer-page .bio .hidden-part .bio-text p {
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  .director-page .bio .hidden-part .bio-text p,
  .photographer-page .bio .hidden-part .bio-text p {
    text-align: center;
  }
}

.director-page .bio .hidden-part .bio-socials,
.photographer-page .bio .hidden-part .bio-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  padding: 100px 0 0;
}

@media only screen and (max-width: 1024px) {
  .director-page .bio .hidden-part .bio-socials,
  .photographer-page .bio .hidden-part .bio-socials {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .director-page .bio .hidden-part .bio-socials,
  .photographer-page .bio .hidden-part .bio-socials {
    padding: 40px 0 0;
    width: 100%;
    position: relative;
    float: left;
  }
}

.director-page .bio .hidden-part .bio-socials a,
.photographer-page .bio .hidden-part .bio-socials a {
  font-size: 22px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .director-page .bio .hidden-part .bio-socials a,
  .photographer-page .bio .hidden-part .bio-socials a {
    font-size: 13px;
  }
}

.director-page .bio .hidden-part .bio-socials a,
.photographer-page .bio .hidden-part .bio-socials a {
  font-weight: 500;
}

.director-page .bio .hidden-part .bio-socials .director-socials,
.photographer-page .bio .hidden-part .bio-socials .director-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.director-page .bio .hidden-part .bio-socials .director-socials a,
.photographer-page .bio .hidden-part .bio-socials .director-socials a {
  margin: 0 30px 0 0;
}

.director-page .bio .hidden-part .bio-socials .share,
.photographer-page .bio .hidden-part .bio-socials .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .director-page .bio .hidden-part .bio-socials .share,
  .photographer-page .bio .hidden-part .bio-socials .share {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.director-page .bio .hidden-part .bio-socials .share svg,
.photographer-page .bio .hidden-part .bio-socials .share svg {
  width: 45px;
  height: 6px;
  margin: 0 0 0 20px;
}

.director-page .bio.active .bio-image-mobile,
.director-page .bio.active .bio-image-main,
.photographer-page .bio.active .bio-image-mobile,
.photographer-page .bio.active .bio-image-main {
  opacity: 1;
}

.director-page .bio.active .bio-image,
.photographer-page .bio.active .bio-image {
  opacity: 0.5;
}

.director-page .bio.active .toggle-director-bio svg,
.photographer-page .bio.active .toggle-director-bio svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.director-page .director-projects,
.photographer-page .director-projects {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.director-page .director-projects .project-preview,
.photographer-page .director-projects .project-preview {
  position: relative;
}

.director-page .director-projects .project-preview:before,
.photographer-page .director-projects .project-preview:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: -webkit-calc((400 / 960) * 100%);
  padding-top: -moz-calc((400 / 960) * 100%);
  padding-top: calc((400 / 960) * 100%);
}

.director-page .director-projects .project-preview > div,
.photographer-page .director-projects .project-preview > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.director-page .director-projects .project-preview,
.photographer-page .director-projects .project-preview {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  overflow: hidden;
}

.director-page .director-projects .project-preview video,
.photographer-page .director-projects .project-preview video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .director-page .director-projects .project-preview video,
  .photographer-page .director-projects .project-preview video {
    display: none;
  }
}

.director-page .director-projects .project-preview .text-content,
.photographer-page .director-projects .project-preview .text-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.director-page .director-projects .project-preview p,
.photographer-page .director-projects .project-preview p {
  font-size: 26px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .director-page .director-projects .project-preview p,
  .photographer-page .director-projects .project-preview p {
    font-size: 13px;
  }
}

.director-page .director-projects .project-preview p,
.photographer-page .director-projects .project-preview p {
  font-weight: 100;
  width: auto;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.director-page .director-projects .project-preview p b,
.photographer-page .director-projects .project-preview p b {
  font-weight: 800;
}

@media only screen and (min-width: 1025px) {
  .director-page .director-projects .project-preview:hover video,
  .photographer-page .director-projects .project-preview:hover video {
    opacity: 1;
  }
}

.director-page .director-projects[count="1"] .project-preview,
.photographer-page .director-projects[count="1"] .project-preview {
  width: 100%;
}

.photographer-page .director-projects .project-preview {
  width: 50%;
  position: relative;
}

.photographer-page .director-projects .project-preview:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: -webkit-calc((640 / 960) * 100%);
  padding-top: -moz-calc((640 / 960) * 100%);
  padding-top: calc((640 / 960) * 100%);
}

.photographer-page .director-projects .project-preview > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .photographer-page .director-projects .project-preview {
    width: 100%;
  }
}

.project-page .small-times {
  position: fixed;
  top: 55px;
  right: 60px;
  width: 25px;
  height: 25px;
  background-image: url('../img/small-times.svg');
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
}

@media only screen and (max-width: 767px) {
  .project-page .small-times {
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
  }
}

.project-page .project-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: auto;
  padding: 55px 60px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -o-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  -moz-transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
  transition: visibility, 0s, all 0.6s cubic-bezier(0.07, 1.03, 0.68, 1.19);
}

@media only screen and (max-width: 767px) {
  .project-page .project-info {
    padding: 15px;
  }
}

.project-page .project-info .part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .project-page .project-info .part {
    width: 100%;
  }
}

/* &:last-of-type {
        width: 30%;
        flex-shrink: 0;

        @include xs {
          width: 100%;

          .row {
            margin: 0;
          }
        }
      } */

.project-page .project-info .part .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .project-page .project-info .part .row {
    margin: 0 0 30px 0;
  }
}

.project-page .project-info .part .row {
  /* .share {
          display: flex;
          align-items: center;
          @include f-20;
          @include light;

          svg {
            width: 45px;
            height: 6px;
            margin: 0 0 0 20px;
          }
        } *//* p {
          @include f-12;
          @include light;
        } */
}

.project-page .project-info .part .row h1,
.project-page .project-info .part .row h2 {
  font-size: 28px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .project-page .project-info .part .row h1,
  .project-page .project-info .part .row h2 {
    font-size: 13px;
  }
}

.project-page .project-info .part .row h1,
.project-page .project-info .part .row h2 {
  font-weight: 500;
  padding: 0 10px 0 0;
}

.project-page .swiper-container {
  height: -webkit-calc(100 * 1vh);
  height: -moz-calc(100 * 1vh);
  height: calc(100 * 1vh);
  height: -webkit-calc(1vh * 100);
  height: -moz-calc(1vh * 100);
  height: calc(1vh * 100);
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .project-page .swiper-container {
    min-height: 100vh;
  }
}

.project-page .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-page .swiper-container .swiper-slide img {
  max-width: -webkit-calc(100% - 200px);
  max-width: -moz-calc(100% - 200px);
  max-width: calc(100% - 200px);
  max-height: -webkit-calc(100% - 200px);
  max-height: -moz-calc(100% - 200px);
  max-height: calc(100% - 200px);
}

@media only screen and (min-width: 1025px) and (max-height: 750px) {
  .project-page .swiper-container .swiper-slide img {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
    max-height: -webkit-calc(100% - 100px);
    max-height: -moz-calc(100% - 100px);
    max-height: calc(100% - 100px);
  }
}

@media only screen and (max-width: 1024px) {
  .project-page .swiper-container .swiper-slide img {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    max-height: -webkit-calc(100% - 40px);
    max-height: -moz-calc(100% - 40px);
    max-height: calc(100% - 40px);
  }
}

.project-page .swiper-container .swiper-btn {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  background-image: none;
}

.project-page .swiper-container .swiper-btn.swiper-button-next {
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .project-page .swiper-container .swiper-btn.swiper-button-next {
    background-image: url('../img/chev-2.svg');
    background-position: 50% 95%;
  }
}

.project-page .swiper-container .swiper-btn.swiper-button-prev {
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .project-page .swiper-container .swiper-btn.swiper-button-prev {
    background-image: url('../img/chev.svg');
    background-position: 50% 95%;
  }
}

.project-page .swiper-container .swiper-pagination {
  width: auto;
  position: absolute;
  top: 90px;
  left: 60px;
  font-size: 18px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .project-page .swiper-container .swiper-pagination {
    font-size: 14px;
  }
}

.project-page .swiper-container .swiper-pagination {
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  .project-page .swiper-container .swiper-pagination {
    top: 30px;
    left: 20px;
  }
}

.project-page .video-wrapper {
  height: -webkit-calc(100 * 1vh);
  height: -moz-calc(100 * 1vh);
  height: calc(100 * 1vh);
  height: -webkit-calc(1vh * 100);
  height: -moz-calc(1vh * 100);
  height: calc(1vh * 100);
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
}

@media only screen and (min-width: 1025px) {
  .hidden-cursor .project-info,
  .hidden-cursor .small-times {
    opacity: 0;
  }
}

.about-page .row {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

.about-page .row h3 {
  font-size: 35px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .about-page .row h3 {
    font-size: 20px;
  }
}

.about-page .row h3 {
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .about-page .cover {
    padding: 70px 0;
  }
}

.about-page .cover {
  /* @include height(100);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 160px 0;
    overflow: hidden;

    @include sm {
      height: auto;
      min-height: 100vh; 
    }

    @include xs {
      margin: 0 0 80px 0;
      padding: 70px 0;
    }

    video {
      height: auto;
      width: auto;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%,-50%,0);
    } */
}

.about-page .cover .text {
  width: 100%;
  height: auto;
  padding: 140px 50px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform, -o-transform;
}

.about-page .cover .text.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .about-page .cover .text {
    padding: 40px 25px;
  }
}

.about-page .cover .text p {
  font-size: 46px;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  .about-page .cover .text p {
    font-size: 20px;
  }
}

.about-page .cover .text p {
  font-weight: 100;
  width: 100%;
  max-width: 1400px;
}

@media only screen and (max-width: 767px) {
  .about-page .cover .text p {
    text-align: justify;
  }
}

.about-page .awards {
  margin: 0 0 160px 0;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .about-page .awards {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 1300px) {
  .about-page .awards {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .about-page .awards {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-page .awards {
    padding: 0 20px;
  }
}

.about-page .awards .items-wrapper {
  padding: 40px 0 0;
}

.about-page .awards .item {
  text-align: center;
  padding: 40px 10px;
}

@media only screen and (min-width: 1025px) {
  .about-page .awards .item {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1300px) {
  .about-page .awards .item {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .about-page .awards .item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .about-page .awards .item {
    padding: 20px 10px;
    width: 50%;
  }
}

.about-page .awards .item img {
  width: auto;
  max-width: 100%;
  max-height: 140px;
  height: auto;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .about-page .awards .item img {
    max-height: 100px;
  }
}

.about-page .awards .item p {
  font-size: 22px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .about-page .awards .item p {
    font-size: 13px;
  }
}

.about-page .awards .item p {
  font-weight: 100;
}

.about-page .photos {
  margin: 0 0 160px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-page .photos {
    margin: 0 0 80px 0;
  }
}

.about-page .photos .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page .photos .swiper-button-prev,
.about-page .photos .swiper-button-next {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 25px;
  height: 35px;
}

.about-page .photos .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.about-page .members {
  padding: 0 25px 140px;
}

@media only screen and (max-width: 767px) {
  .about-page .members {
    padding: 0 15px 70px 15px;
    text-align: center;
  }
}

.about-page .members h3 {
  margin-bottom: 80px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-page .members h3 {
    margin-bottom: 40px;
  }
}

.about-page .members .item {
  width: 33.33%;
  margin: 0 0 80px 0;
  padding: 0 10px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .about-page .members .item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .about-page .members .item {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
  }
}

.about-page .members .item p {
  font-size: 24px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .about-page .members .item p {
    font-size: 13px;
  }
}

.about-page .members .item p {
  font-weight: 100;
}

@media only screen and (max-width: 1024px) {
  .about-page .members .item p {
    font-size: 22px;
    line-height: 1.4em;
  }
}

@media only screen and (max-width: 1024px) and only screen and (max-width: 767px) {
  .about-page .members .item p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .about-page .members .item p {
    font-size: 16px;
    line-height: 1em;
  }
}

@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .about-page .members .item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 350px) {
  .about-page .members .item p {
    font-size: 15px;
    line-height: 1em;
  }
}

@media only screen and (max-width: 350px) and only screen and (max-width: 767px) {
  .about-page .members .item p {
    font-size: 12px;
  }
}

.about-page .members .item p strong {
  font-weight: 800;
}

.about-page .items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .swiper-button-next {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

@media only screen and (max-width: 767px) {
  .about-page .swiper-button-next {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.about-page .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.about-page .swiper-button-prev {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

@media only screen and (max-width: 767px) {
  .about-page .swiper-button-prev {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.about-page .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.digital-page {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.digital-page .project-preview {
  position: relative;
}

.digital-page .project-preview:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: -webkit-calc((400 / 960) * 100%);
  padding-top: -moz-calc((400 / 960) * 100%);
  padding-top: calc((400 / 960) * 100%);
}

.digital-page .project-preview > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.digital-page .project-preview {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  overflow: hidden;
}

.digital-page .project-preview:nth-child(3n+1) {
  width: 100%;
  position: relative;
}

.digital-page .project-preview:nth-child(3n+1):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: -webkit-calc((800 / 1900) * 100%);
  padding-top: -moz-calc((800 / 1900) * 100%);
  padding-top: calc((800 / 1900) * 100%);
}

.digital-page .project-preview:nth-child(3n+1) > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .digital-page .project-preview:nth-child(3n+1) {
    position: relative;
  }

  .digital-page .project-preview:nth-child(3n+1):before {
    display: block;
    content: "";
    width: 100%;
    padding-top: -webkit-calc((400 / 960) * 100%);
    padding-top: -moz-calc((400 / 960) * 100%);
    padding-top: calc((400 / 960) * 100%);
  }

  .digital-page .project-preview:nth-child(3n+1) > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .digital-page .project-preview:nth-child(3n+1) {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .digital-page .project-preview:nth-child(3n+1) {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .digital-page .project-preview {
    width: 100%;
  }
}

.digital-page .project-preview video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .digital-page .project-preview video {
    display: none;
  }
}

.digital-page .project-preview p {
  font-size: 26px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .digital-page .project-preview p {
    font-size: 13px;
  }
}

.digital-page .project-preview p {
  font-weight: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  padding: 20px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
}

.digital-page .project-preview p b {
  font-weight: 800;
}

.digital-page .project-preview p span {
  display: inline-block;
  margin: 0 5px;
  /* &.client {
          text-transform: uppercase;
        } */
}

.digital-page .project-preview p span.maker {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .digital-page .project-preview:nth-child(3n+1) p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 60px;
    line-height: 1em;
  }
}

@media only screen and (min-width: 1025px) and only screen and (max-width: 767px) {
  .digital-page .project-preview:nth-child(3n+1) p {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .digital-page .project-preview:nth-child(3n+1) p {
    font-weight: 800;
    padding: 10px 0;
  }

  .digital-page .project-preview:nth-child(3n+1) p .client {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
  }

  @media only screen and (max-width: 767px) {
    .digital-page .project-preview:nth-child(3n+1) p .client {
      -webkit-text-stroke: 1px #fff;
    }
  }

  .digital-page .project-preview:nth-child(3n+1) p .client {
    font-weight: 900;
  }
}

@media only screen and (min-width: 1025px) {
  .digital-page .project-preview:hover video {
    opacity: 1;
  }
}

.page-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding: 100px 25px;
}

@media only screen and (max-width: 767px) {
  .page-wrapper {
    padding: 80px 15px;
  }
}

.page-wrapper.page-nopad {
  padding: 0;
}

.page-wrapper.page-nopad-x {
  padding: 100px 0 0;
}

@media only screen and (max-width: 767px) {
  .page-wrapper.page-nopad-x {
    padding: 80px 0 0;
  }
}

.swup-tab {
  position: fixed;
  width: 100%;
  height: -webkit-calc(100 * 1vh);
  height: -moz-calc(100 * 1vh);
  height: calc(100 * 1vh);
  height: -webkit-calc(1vh * 100);
  height: -moz-calc(1vh * 100);
  height: calc(1vh * 100);
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  background: #000;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}

.swup-tab.is-popup {
  z-index: 14;
}

.swup-tab.not-popup {
  z-index: 9;
}

.swup-tab {
  top: 0;
  left: 0;
}

.swup-tab.ready {
  opacity: 1;
  visibility: visible;
}

.swup-tab {
  /*

  &.from-left {
    top: 0;
    left: 0;
    transform: translate(-100%,0);
  }
  &.from-right {
    top: 0;
    left: 0;
    transform: translate(100%,0);
  }
  &.from-bottom {
    bottom: 0;
    left: 0;
    transform: translate(0,100%);
  }
  &.from-top {
    top: 0;
    left: 0;
    transform: translate(0,-100%);
  } */
}

.btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 38px;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.btn p {
  z-index: 1;
  font-size: 10px;
  line-height: 1.5em;
}

.btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #fff;
}

.btn:hover {
  color: #000;
}

.btn:hover:after {
  width: 100%;
}
