@font-face {
  font-family: "Atlas Grotesk Thin";
  src: url("/fonts/atlas-grotesk-thin.eot");
  src: url("/fonts/atlas-grotesk-thin.eot?#iefix") format("embedded-opentype"), url("/fonts/atlas-grotesk-thin.woff") format("woff"), url("/fonts/atlas-grotesk-thin.ttf") format("truetype"), url("/fonts/atlas-grotesk-thin.svg#atlas-grotesk-thin") format("svg");
  font-weight: 100;
  font-style: "normal";
}

@font-face {
  font-family: "Atlas Grotesk Regular";
  src: url("/fonts/atlas-grotesk-regular.eot");
  src: url("/fonts/atlas-grotesk-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/atlas-grotesk-regular.woff") format("woff"), url("/fonts/atlas-grotesk-regular.ttf") format("truetype"), url("/fonts/atlas-grotesk-regular.svg#atlas-grotesk-regular") format("svg");
  font-weight: 400;
  font-style: "normal";
}

@font-face {
  font-family: "Atlas Grotesk Medium";
  src: url("/fonts/atlas-grotesk-medium.eot");
  src: url("/fonts/atlas-grotesk-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/atlas-grotesk-medium.woff") format("woff"), url("/fonts/atlas-grotesk-medium.ttf") format("truetype"), url("/fonts/atlas-grotesk-medium.svg#atlas-grotesk-medium") format("svg");
  font-weight: 500;
  font-style: "normal";
}

@font-face {
  font-family: "Atlas Grotesk Bold";
  src: url("/fonts/atlas-grotesk-bold.eot");
  src: url("/fonts/atlas-grotesk-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/atlas-grotesk-bold.woff") format("woff"), url("/fonts/atlas-grotesk-bold.ttf") format("truetype"), url("/fonts/atlas-grotesk-bold.svg#atlas-grotesk-bold") format("svg");
  font-weight: 700;
  font-style: "normal";
}

@font-face {
  font-family: "Atlas Grotesk Black";
  src: url("/fonts/atlas-grotesk-black.eot");
  src: url("/fonts/atlas-grotesk-black.eot?#iefix") format("embedded-opentype"), url("/fonts/atlas-grotesk-black.woff") format("woff"), url("/fonts/atlas-grotesk-black.ttf") format("truetype"), url("/fonts/atlas-grotesk-black.svg#atlas-grotesk-black") format("svg");
  font-weight: 900;
  font-style: "normal";
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

body.is-fixed {
  overflow-x: hidden;
}

.body.is-fixed {
  overflow-x: hidden;
}

.body.is-fixed .header {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.body.is-fixed .wrapper {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  height: 100vh;
}

.body.is-fixed .nav-direction {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.body.is-fixed .footer {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: Atlas Grotesk, sans-serif;
  font-weight: 900;
  color: #000000;
}

h1 {
  font-size: 2.488em;
}

h2 {
  font-size: 2.074em;
}

h3 {
  font-size: 1.728em;
}

h4 {
  font-size: 1.44em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

p, ul, ol {
  display: block;
  line-height: 25px;
  font-family: Atlas Grotesk, sans-serif;
  color: #000000;
}

a {
  font-size: 1em;
  font-family: Atlas Grotesk, sans-serif;
  text-decoration: none;
  color: #000000;
}

::selection {
  background-color: rgba(0, 0, 0, 0.2);
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 30px 30px 0px;
  z-index: 14;
  box-sizing: border-box;
  -webkit-transition: left 0.7s ease-in-out;
  -o-transition: left 0.7s ease-in-out;
  transition: left 0.7s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .7s;
  -moz-transition: -moz-transform .7s;
  transition: transform .7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.nav-mob-open .header {
  left: 100%;
}

@media (min-width: 1280px) {
  .header {
    padding: 50px 50px 0px;
  }
}

@media (min-width: 1440px) {
  .header {
    padding: 50px 100px 0px;
  }
}

@media (min-width: 1920px) {
  .header {
    padding: 50px 100px 0px;
  }
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.header__logo {
  display: inline-block;
  width: 330px;
  height: 30px;
  background-image: url(/img/logo/logo-black.svg);
  outline: none;
  width: 26px;
  height: 30px;
  background-size: 300px 30px;
  background-position: -274px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 330px;
  height: 30px;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .header__logo {
    width: 440px;
    height: 40px;
  }
}

.header__nav {
  display: none;
}

@media (min-width: 1280px) {
  .header__nav {
    display: inline-block;
    text-align: right;
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 auto;
    -moz-box-flex: 2;
    -moz-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    height: 100%;
  }
}

.header__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header__list-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.header__list-item a {
  font-family: Atlas Grotesk, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__list-item a:after {
  content: '';
  display: block;
  position: relative;
  width: 0%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__list-item + .header__list-item {
  margin: 0 18px;
}

.header__list-item:last-child {
  margin: 0;
}

.header__list-item.is-active a:after {
  content: '';
  width: 100%;
}

.header__list-item:hover a {
  color: #444444;
}

.header__list-item:hover a:after {
  content: '';
  background-color: #444444;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav {
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
  background: #28dde0;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  height: 100vh;
  left: -20rem;
  padding: 6rem 2rem 2rem 2rem;
  position: fixed;
  top: 0;
  width: 20rem;
  z-index: 1;
}

.nav.expanded {
  left: 0;
}

.nav ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper {
  padding: 0;
}

section {
  display: block;
  position: relative;
}

.section {
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.section-type-01 {
  min-height: 100vh;
  background-color: #c9c9c9;
}

.section-type-02 {
  background-color: #fd9596;
}

#section1 .fp-bg {
  background-image: url("/img/background/bg-01.jpg");
  background-size: cover;
  background-position: center 80%;
}

.section__layout {
  z-index: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / span 2;
}

@media (min-width: 768px) {
  .section__layout {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}

@media (min-width: 1280px) {
  .section__layout {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
  }
}

@media (min-width: 1440px) {
  .section__layout-split {
    display: -ms-grid;
    display: grid;
    grid-gap: 34px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1280px) {
  .section__layout--half {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
  }
}

.section__description {
  -ms-grid-column: 1;
  grid-column: 1;
}

.container {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100vh;
}

.container-grid {
  padding: 90px 30px 30px;
}

@media (min-width: 768px) {
  .container-grid {
    min-height: 100%;
    padding: 160px 30px 160px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 15% 1fr 1fr 15%;
  }
}

@media (min-width: 1024px) {
  .container-grid {
    padding: 160px 50px 160px;
  }
}

@media (min-width: 1440px) {
  .container-grid {
    padding: 160px 100px 120px;
  }
}

@media (min-width: 1920px) {
  .container-grid {
    padding: 230px 100px 230px;
  }
}

.container-grid-box {
  padding: 90px 30px 30px;
}

@media (min-width: 768px) {
  .container-grid-box {
    padding: 160px 30px 160px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 15% 1fr 1fr 15%;
  }
}

@media (min-width: 1024px) {
  .container-grid-box {
    padding: 160px 50px 160px;
  }
}

@media (min-width: 1440px) {
  .container-grid-box {
    padding: 160px 100px 120px;
  }
}

@media (min-width: 1920px) {
  .container-grid-box {
    padding: 230px 100px 230px;
  }
}

.container-grid--minimal {
  padding: 30px 30px 30px;
}

@media (min-width: 768px) {
  .container-grid--minimal {
    padding: 30px 30px 30px;
  }
}

@media (min-width: 1024px) {
  .container-grid--minimal {
    padding: 50px 50px 50px;
  }
}

@media (min-width: 1440px) {
  .container-grid--minimal {
    padding: 50px 100px 50px;
  }
}

.container-grid--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.container-box-type-01 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0px 10px 0px 10px;
  background-color: #f47d69;
  opacity: 0.9;
  position: relative;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 270px;
  box-sizing: border-box;
}

.container-box-type-02 {
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  padding-top: 0px;
  box-sizing: border-box;
  margin: 0px 10px 10px 10px;
  background-color: #f47d69;
  opacity: 0.9;
  position: relative;
}

.section__background {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

.section__background-home {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.section__background-full {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/img/background/bg-03.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  transform-style: flat;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.section__scene {
  display: inline-block;
  margin: auto;
  width: 100%;
  height: 100%;
}

.section__layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section__layer img {
  position: absolute;
}

.section__layer--temp div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.section__layer--greenroom img {
  opacity: 0;
}

@media (min-width: 1440px) {
  .section__layer--greenroom img {
    opacity: 1;
    left: 43%;
    top: 300px;
  }
}

.section__layer--finger img {
  left: 52%;
  top: 210px;
  opacity: 0;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 4s;
}

@media (min-width: 768px) {
  .section__layer--finger img {
    opacity: 1;
    left: 12%;
    top: 610px;
  }
}

@media (min-width: 1440px) {
  .section__layer--finger img {
    left: 52%;
    top: 210px;
  }
}

@-webkit-keyframes run {
  0% {
    left: 50%;
  }
  50% {
    left: 52%;
  }
  100% {
    left: 50%;
  }
}

.section__layer--hat img {
  left: -30px;
  top: 300px;
}

@media (min-width: 768px) {
  .section__layer--hat img {
    left: -5%;
    top: 390px;
  }
}

@media (min-width: 1440px) {
  .section__layer--hat img {
    left: 47%;
    top: -10px;
  }
}

.section__layer--shoes img {
  left: 84%;
  top: 680px;
  opacity: 0;
}

@media (min-width: 1440px) {
  .section__layer--shoes img {
    opacity: 1;
  }
}

.section__layer--tripod img {
  left: 77%;
  top: 520px;
  opacity: 0;
}

@media (min-width: 1440px) {
  .section__layer--tripod img {
    opacity: 1;
  }
}

.section__layer--cloche img {
  left: 61.5%;
  top: 500px;
  opacity: 0;
}

@media (min-width: 1440px) {
  .section__layer--cloche img {
    opacity: 1;
  }
}

.section__layer--mannequin img {
  opacity: 0;
}

@media (min-width: 1440px) {
  .section__layer--mannequin img {
    opacity: 1;
    left: 59.3%;
    top: 365px;
  }
}

.section__map {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 100vh;
  position: relative;
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 0px 30px 30px 30px;
  box-sizing: border-box;
  z-index: 14;
}

@media (min-width: 1280px) {
  .footer {
    padding: 0px 50px 50px 50px;
  }
}

@media (min-width: 1440px) {
  .footer {
    padding: 0px 100px 50px 100px;
  }
}

@media (min-width: 1920px) {
  .footer {
    padding: 0px 135px 50px 135px;
  }
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}

.directors {
  margin: 30px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 2;
  grid-column: 2;
}

.directors ul {
  width: 100%;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: 0.9em;
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 auto;
  -moz-box-flex: 2;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: left;
}

.directors li {
  text-transform: none;
}

.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
  margin-top: 0;
}

.content p + .btn {
  margin-top: 45px;
}

.gibbs p {
  color: red;
}

.gibbs button {
  background-color: green;
}

.content--type-01 {
  bottom: 10%;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  padding: 20px;
}

.content--type-01 p, .content--type-01 h1, .content--type-01 h2, .content--type-01 h3, .content--type-01 h4, .content--type-01 h5, .content--type-01 h6 {
  color: #777777;
}

.content--type-01 p:first-child, .content--type-01 h1:first-child, .content--type-01 h2:first-child, .content--type-01 h3:first-child, .content--type-01 h4:first-child, .content--type-01 h5:first-child, .content--type-01 h6:first-child {
  margin-top: 0px;
}

.content--type-01 .btn {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .content--type-01 {
    padding: 0;
  }
}

@media (min-width: 1440px) {
  .content--type-01 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / span 6;
  }
}

.content--type-01__title {
  margin-bottom: 25px;
  max-width: 540px;
  margin: auto;
  font-size: 2.592em;
  text-transform: initial;
}

@media (min-width: 768px) {
  .content--type-01__title {
    font-size: 3.732em;
  }
}

.content--type-02 img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  max-height: 157px;
}

@media (min-width: 1440px) {
  .content--type-02 img {
    width: 570px;
    height: 320px;
    position: relative;
    left: -60px;
  }
}

@media (min-width: 768px) {
  .content--type-02 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / span 5;
  }
}

@media (min-width: 768px) {
  .content--type-03 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / span 5;
  }
}

@media (min-width: 1440px) {
  .content--type-03 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8 / span 5;
  }
}

.content--type-04 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2 / span 5;
}

.content--type-05 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 5;
  grid-column: 8 / span 5;
}

.content--type-05 .img-container {
  display: block;
  position: relative;
  width: 100%;
  height: 420px;
  background-image: url("/img/video/placeholder.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .content--type-05 .img-container {
    position: relative;
    width: 50vw;
    height: calc(100% + 150px);
    margin-top: -75px;
  }
}

@media (min-width: 1280px) {
  .content--type-05 .img-container {
    height: calc(100% + 290px);
    margin-top: -145px;
  }
}

@media (min-width: 768px) {
  .content--type-06 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / span 10;
  }
}

@media (min-width: 1440px) {
  .content--type-06 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2 / span 8;
  }
}

@media (min-width: 768px) {
  .content--type-07 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / span 10;
  }
}

@media (min-width: 1440px) {
  .content--type-07 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / span 12;
  }
}

.content--type-07__quote {
  font-size: 2.592em;
  text-align: center;
}

@media (min-width: 768px) {
  .content--type-07__quote {
    font-size: 3.11em;
  }
}

@media (min-width: 1440px) {
  .content--type-07__quote {
    font-size: 3.732em;
    max-width: 970px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .content--type-08 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / span 10;
  }
}

@media (min-width: 1440px) {
  .content--type-08 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2 / span 8;
  }
}

.content--type-09 img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

@media (min-width: 1440px) {
  .content--type-09 img {
    width: 570px;
    height: 320px;
    position: relative;
    left: -60px;
  }
}

@media (min-width: 768px) {
  .content--type-09 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / span 5;
  }
}

.content--type-10 a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.content--type-10 a .icon {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .content--type-10 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / span 5;
  }
}

@media (min-width: 1440px) {
  .content--type-10 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8 / span 5;
  }
}

.content--type-10__title {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  text-align: center;
  z-index: 10;
  font-size: 0;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.icon--instagram {
  width: 32px;
  height: 32px;
  background-image: url(/img/icon/icon-instagram-06.svg);
}

.icon--youtube {
  width: 32px;
  height: 32px;
  background-image: url(/img/icon/icon-youtube-06.svg);
}

.icon--facebook {
  width: 32px;
  height: 32px;
  background-image: url(/img/icon/icon-facebook-06.svg);
}

.icon--twitter {
  width: 32px;
  height: 32px;
  background-image: url(/img/icon/icon-twitter-06.svg);
}

.icon--arrow-up {
  width: 24px;
  height: 14px;
  background-image: url(/img/arrow/arrow-mini-up-black.svg);
  background-size: contain;
}

@media (min-width: 768px) {
  .icon--arrow-up {
    width: 23px;
    height: 30px;
    background-image: url(/img/arrow/arrow-up-black.svg);
    background-size: contain;
  }
}

.icon--arrow-down {
  width: 24px;
  height: 14px;
  background-image: url(/img/arrow/arrow-mini-down-black.svg);
  background-size: contain;
}

@media (min-width: 768px) {
  .icon--arrow-down {
    width: 23px;
    height: 30px;
    background-image: url(/img/arrow/arrow-down-black.svg);
    background-size: contain;
  }
}

.icon--arrow-down-mini {
  width: 24px;
  height: 14px;
  background-image: url(/img/arrow/arrow-mini-down-black.svg);
}

.icon--arrow-left {
  width: 16px;
  height: 11px;
  background-image: url(/img/arrow/arrow-left-black.svg);
}

.icon--arrow-right {
  width: 16px;
  height: 11px;
  background-image: url(/img/arrow/arrow-right-black.svg);
}

.icon--play {
  width: 29px;
  height: 40px;
  background-image: url(/img/arrow/arrow-play-black.svg);
}

.nav-bottom {
  position: relative;
  z-index: 14;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
}

.nav-bottom__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 25px;
}

@media (min-width: 768px) {
  .nav-bottom__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15% auto auto auto 1fr;
    grid-template-columns: 15% auto auto auto 1fr;
  }
}

@media (min-width: 1440px) {
  .nav-bottom__list {
    -ms-grid-columns: 17.5% auto auto auto 17.5%;
    grid-template-columns: 17.5% auto auto auto 17.5%;
  }
}

.nav-bottom__list-social {
  display: none;
}

@media (min-width: null) {
  .nav-bottom__list-social {
    display: inline-block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    margin-right: 18px;
  }
}

.nav-bottom__list-social .nav-bottom__list-item a {
  text-transform: uppercase;
}

.nav-bottom__list-item {
  display: inline-block;
}

.nav-bottom__list-item a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: Atlas Grotesk, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.nav-bottom__list-item:hover a {
  color: #444444;
}

.nav-bottom__list-item-phone a span {
  display: none;
}

@media (min-width: 768px) {
  .nav-bottom__list-item-phone a span {
    display: inline-block;
  }
}

.nav-bottom__list-item-phone a:before {
  content: '';
  display: inline-block;
  position: relative;
  height: 20px;
  width: 15px;
  background-image: url(/img/icon/icon-phone-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .nav-bottom__list-item-phone a:before {
    margin-right: 18px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .nav-bottom__list-item-phone a {
    margin-right: 18px;
  }
}

@media (min-width: 1440px) {
  .nav-bottom__list-item-phone a {
    margin-right: 0px;
  }
}

.nav-bottom__list-item-phone:hover a {
  color: #444444;
}

@media (min-width: 1440px) {
  .nav-bottom__list-item-location {
    text-align: center;
  }
}

.nav-bottom__list-item-location a span {
  display: none;
  position: relative;
}

.nav-bottom__list-item-location a span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}

@media (min-width: 1440px) {
  .nav-bottom__list-item-location a span {
    display: inline-block;
  }
}

.nav-bottom__list-item-location a:before {
  content: '';
  display: inline-block;
  position: relative;
  height: 19px;
  width: 13px;
  background-image: url(/img/icon/icon-location-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 18px;
}

@media (min-width: 1440px) {
  .nav-bottom__list-item-location a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.nav-bottom__list-item-location:hover a {
  color: #444444;
}

.nav-bottom__list-item-email a span {
  display: none;
  position: relative;
}

.nav-bottom__list-item-email a span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}

@media (min-width: 1440px) {
  .nav-bottom__list-item-email a span {
    display: inline-block;
  }
}

.nav-bottom__list-item-email a:before {
  content: '';
  display: inline-block;
  position: relative;
  height: 16px;
  width: 22px;
  background-image: url(/img/icon/icon-email-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}

@media (min-width: 1440px) {
  .nav-bottom__list-item-email a:before {
    margin-right: 18px;
  }
}

@media (min-width: 1440px) {
  .nav-bottom__list-item-email a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.nav-bottom__list-item-email:hover a {
  color: #444444;
}

.nav-direction {
  position: fixed;
  z-index: 15;
  bottom: 30px;
  right: 20px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .7s;
  -moz-transition: -moz-transform .7s;
  transition: transform .7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

@media (min-width: 1024px) {
  .nav-direction {
    bottom: 50px;
    right: 40px;
  }
}

@media (min-width: 1440px) {
  .nav-direction {
    bottom: 50px;
    right: 90px;
  }
}

.nav-direction__container {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 88px;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media (min-width: 375px) {
  .nav-direction__container {
    width: 88px;
    height: 88px;
  }
}

.nav-direction-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 auto;
  -moz-box-flex: 2;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  width: 44px;
  height: 44px;
  position: relative;
  box-sizing: border-box;
}

.nav-direction-arrow:first-child:hover .icon-arrow-up {
  background-size: 24px 14px;
  background-image: url(/img/arrow/arrow-02-up-white.svg);
}

@media (min-width: 768px) {
  .nav-direction-arrow:first-child:hover .icon-arrow-up {
    background-size: 23px 30px;
    background-image: url(/img/arrow/arrow-up-white.svg);
  }
}

.nav-direction-arrow:first-child button {
  background-color: transparent;
  outline: 0;
  border: 0;
  position: absolute;
  width: 44px;
  height: 44px;
  font-size: 20px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  z-index: 3;
  cursor: pointer;
}

.nav-direction-arrow:last-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -ms-grid-row-align: flex-end;
  align-self: flex-end;
}

.nav-direction-arrow:last-child:hover .icon-arrow-down {
  background-size: 24px 14px;
  background-image: url(/img/arrow/arrow-02-down-white.svg);
}

@media (min-width: 768px) {
  .nav-direction-arrow:last-child:hover .icon-arrow-down {
    background-size: 23px 30px;
    background-image: url(/img/arrow/arrow-down-white.svg);
  }
}

.nav-direction-arrow:last-child button {
  background-color: transparent;
  outline: 0;
  border: 0;
  position: absolute;
  width: 44px;
  height: 44px;
  font-size: 20px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  z-index: 3;
  cursor: pointer;
}

@media (min-width: 375px) {
  .nav-direction-arrow {
    width: 44px;
    height: 44px;
  }
}

.nav-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 30px;
  position: fixed;
  top: 13px;
  right: 3px;
  width: 2rem;
  z-index: 999;
  padding: 10px;
}

@media (min-width: 768px) {
  .nav-toggle {
    top: 20px;
    right: 20px;
  }
}

.nav-toggle.is-active .nav-toggle__icon {
  background-color: transparent;
}

.nav-toggle.is-active .nav-toggle__icon::after, .nav-toggle.is-active .nav-toggle__icon::before {
  background-color: #ffffff;
  margin-top: 0;
}

.nav-toggle.is-active .nav-toggle__icon::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.is-active .nav-toggle__icon::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #000000;
  content: '';
  height: 3px;
  width: 30px;
  margin-top: 0;
}

.nav-toggle__icon::after, .nav-toggle__icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #000000;
  height: 3px;
  width: 30px;
}

.nav-toggle__icon::after {
  margin-top: 10px;
}

.nav-toggle__icon::before {
  margin-top: -10px;
}

.nav-mob {
  background-color: #000000;
  background-color: #000000;
  height: 100vh;
  left: -100vw;
  position: fixed;
  top: 0;
  width: 100vw;
  box-sizing: border-box;
  z-index: 0;
  padding: 30px 20px 20px;
  padding: 0;
  z-index: 15;
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

@media (min-width: 1024px) {
  .nav-mob {
    display: none;
  }
}

.nav-mob.is-active {
  left: 0vw;
  overflow: hidden;
}

.nav-mob__list {
  margin: auto;
  padding: 0;
  overflow: auto;
  position: relative;
}

.nav-mob__list--contact {
  margin: 0 auto 5px;
  max-height: none;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.nav-mob__item {
  background-image: none;
  padding: 0;
  margin: 0;
  list-item: none;
  background-position: right 12px;
  line-height: 35px;
  height: 40px;
  max-height: 40px;
  text-align: center;
}

.nav-mob__item a {
  color: #fff;
  font-size: 18px;
}

.nav-mob__item--contact {
  line-height: 1;
  height: auto;
  max-height: none;
  margin-bottom: 10px;
}

.nav-mob__item--contact a {
  font-size: 20px;
}

.nav-mob__item--contact:last-child {
  margin-bottom: 0;
}

.nav-mob__item--contact .icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-position: center center;
  margin-right: 7px;
}

.nav-mob__item--sublist {
  height: auto;
  max-height: none;
  position: relative;
  background-image: url(/img/icons/icon-plus-white.svg);
}

.nav-mob__item--sublist a {
  display: block;
  height: 40px;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-mob__sublist {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 4px 0px;
  vertical-align: top;
  -webkit-transition: max-height 1s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: max-height 1s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: max-height 1s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.is-open .nav-mob__sublist {
  max-height: 100vh;
}

.nav-mob__subitem {
  width: auto;
  background-image: none;
  padding: 0px;
}

.nav-mob__subitem a {
  font-size: 18px;
  border-bottom: 0;
  margin: 0px 0px 0px 10px;
  display: inline-block;
}

.nav-mob__subitem:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-mob-logo {
  position: absolute;
  left: 30px;
  top: 30px;
  display: inline-block;
  width: 140px;
  height: 46px;
  background-image: url(/img/logo/logo-light.svg);
  outline: none;
  width: 26px;
  height: 30px;
  background-size: 300px 30px;
  background-position: -274px 0px;
}

@media (min-width: 375px) {
  .nav-mob-logo {
    width: 140px;
    height: 46px;
    background-position: initial;
    background-image: url(/img/logo/logo-light.svg);
  }
}

@media (min-width: 1024px) {
  .nav-mob-logo {
    width: 140px;
    height: 46px;
    background-image: url(/img/logo/logo-light.svg);
  }
}

.nav-mob-logo__sub {
  background-image: url(/img/logos/logo-bottom-light-02.svg);
  width: 185px;
  height: 13px;
  margin-top: 38px;
  display: block;
}

.nav-mob-trigger {
  border-radius: 30px;
  display: block;
  height: 46px;
  position: fixed;
  right: 20px;
  top: 18px;
  width: 46px;
  z-index: 8;
  z-index: 999;
}

.nav-mob-trigger:after {
  background-color: #000;
  content: '';
  display: block;
  height: 4px;
  left: 22.4px;
  opacity: 1;
  position: absolute;
  top: 21px;
  width: 100%;
  max-width: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-mob-trigger span {
  display: block;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 22px;
}

.nav-mob-trigger span:before, .nav-mob-trigger span:after {
  background-color: #000;
  content: '';
  display: block;
  height: 4px;
  left: 0px;
  position: absolute;
  width: 25px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-mob-trigger span:before {
  top: -9px;
}

.nav-mob-trigger span:after {
  top: 7px;
}

.nav-mob-open .nav-mob-trigger:after {
  width: 0%;
}

.nav-mob-open .nav-mob-trigger span:before,
.nav-mob-open .nav-mob-trigger span:after {
  background-color: #fff;
}

.nav-mob-open .nav-mob-trigger span:before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

.nav-mob-open .nav-mob-trigger span:after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

@media (min-width: 1024px) {
  .nav-mob-trigger {
    display: none;
  }
}

.portfolio {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}

@media (min-width: 375px) {
  .portfolio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .portfolio {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .portfolio {
    grid-auto-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1440px) {
  .portfolio {
    grid-auto-rows: auto;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1920px) {
  .portfolio {
    grid-template-columns: repeat(5, 1fr);
  }
}

.portfolio__item {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  position: relative;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

@media (min-width: 1440px) {
  .portfolio__item:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
  .portfolio__item:nth-child(5) {
    grid-column: 4 / span 1;
    grid-row: 1 / span 2;
  }
  .portfolio__item:nth-child(8) {
    grid-column: 1 / span 1;
    grid-row: 3 / span 2;
  }
  .portfolio__item:nth-child(9) {
    grid-column: 2, 2;
    grid-row: 3 / span 2;
  }
  .portfolio__item:nth-child(12) {
    grid-column: 5, 1;
    grid-row: 3 / span 2;
  }
  .portfolio__item:nth-child(15) {
    grid-column: 2, 2;
    grid-row: 5 / span 2;
  }
  .portfolio__item:nth-child(16) {
    grid-column: 4 / span 1;
    grid-row: 5 / span 2;
  }
}

.portfolio__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.49);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  padding: 20px;
}

.portfolio__content h1, .portfolio__content h2, .portfolio__content h3, .portfolio__content h4, .portfolio__content h5, .portfolio__content h6 {
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.portfolio__content h1:first-child, .portfolio__content h2:first-child, .portfolio__content h3:first-child, .portfolio__content h4:first-child, .portfolio__content h5:first-child, .portfolio__content h6:first-child {
  margin-top: 0px;
}

.portfolio__content p {
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.portfolio__content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.7s ease-in-out;
  -o-transition: background 0.7s ease-in-out;
  transition: background 0.7s ease-in-out;
}

.portfolio__content:hover h1, .portfolio__content:hover h2, .portfolio__content:hover h3, .portfolio__content:hover h4, .portfolio__content:hover h5, .portfolio__content:hover h6 {
  color: #ffffff;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.portfolio__content:hover p {
  color: #ffffff;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.portfolio__content:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.js-fade {
  top: 0;
  opacity: 1;
  position: relative;
  transition-delay: 0.5s;
  -webkit-transition: opacity 0.4s ease-in-out, top 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in-out, top 0.4s ease-in;
  transition: opacity 0.4s ease-in-out, top 0.4s ease-in;
}

.js-fade.is-faded {
  opacity: 0;
  top: 56px;
}

.js-panleftright {
  position: relative;
  left: -20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.js-panleftright.is-animated {
  left: 0;
  opacity: 1;
}

.dot {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  text-align: center;
  padding: 0;
  margin: auto;
}

@media (min-width: 1280px) {
  .dot {
    right: 100px;
  }
}

.dot > li {
  width: 9px;
  height: 9px;
  margin-bottom: 13px;
  border-radius: 50%;
  background-color: #000000;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dot > li.active,
.dot > li:hover {
  background-color: #ffffff;
}

.prev-slide,
.next-slide {
  position: absolute;
  top: 70%;
  transform: translateY(-50%) rotate(-45deg);
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  z-index: 999 !important;
}

.prev-slide {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  left: 100px;
}

.next-slide {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 100px;
}

.prev-slide:hover {
  transform: translateY(-50%) rotate(-45deg) scale(1.1);
}

.next-slide:hover {
  transform: translateY(-50%) rotate(45deg) scale(1.1);
}

/*!
 * fullPage 4.0.19
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide, .fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

.fp-scrollable .fp-section, .fp-scrollable .fp-slide, .fp-scrollable.fp-responsive .fp-is-overflow.fp-section {
  height: 100vh;
  height: calc(var(--vh,1vh) * 100);
}

.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]), .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
  min-height: 100vh;
  min-height: calc(var(--vh,1vh) * 100);
}

.fp-overflow {
  justify-content: flex-start;
  max-height: 100vh;
}

.fp-scrollable .fp-auto-height .fp-overflow {
  max-height: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow > .fp-overflow {
  overflow-y: auto;
}

.fp-overflow {
  outline: 0;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
  min-height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning, .fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning, .fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

.fp-noscroll .fp-overflow {
  overflow: hidden;
}

/*# sourceMappingURL=fullpage.min.css.map */
.fp-controlArrow,
.fp-slidesNav {
  z-index: 999;
}

.fp-controlArrow {
  margin: 0px;
  grid-row: 2;
}

.fp-controlArrow.fp-prev {
  left: 100px;
  right: initial;
}

.fp-controlArrow.fp-next {
  left: initial;
  right: 100px;
}

.fp-slidesNav {
  display: flex;
  justify-content: center;
}

.slide {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: none !important;
}

.slide1 + .is-active .fp-overflow .section__background {
  display: block;
}

.slide2 + .is-active .fp-overflow .section__background {
  display: block;
}

.slide2 + .is-active .fp-overflow .section__background {
  display: block;
}

.slide--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide--image img {
  margin: auto;
  max-width: 100%;
}

.slide--video-fullscreen {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.slide--video-fullscreen video {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
}

.slide--video-fullscreen button {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide--video-mockup {
  position: relative;
}

.slide--video-mockup video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
}

.slide--video-mockup button {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.fp-viewing-1-0 .section-type-slides {
  background-color: #fd9596;
}

body.fp-viewing-1-0 .section__title .line-trough--01:before {
  width: 0%;
}

body.fp-viewing-1-1 .section-type-slides {
  background-color: #ffcf00;
}

body.fp-viewing-1-1 .section__title .line-trough--02:before {
  width: 0%;
}

body.fp-viewing-1-2 .section-type-slides {
  background-color: #72c7b4;
}

body.fp-viewing-1-2 .section__title .line-trough--03:before {
  width: 0%;
}
