/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* stylelint-disable */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

.title {
  background-color: rgba(0, 0, 0, .5);
  display: inline-block;
  padding: 0 10px 0 10px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* stylelint-enable */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

html,
body {
  overflow: hidden;
}

@keyframes rightIn {
  0% {
    opacity: 0;
    transform: translateX(50rem);
  }
  80% {
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes leftOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  20% {
    transform: translateX(3rem);
  }
  100% {
    opacity: 0;
    transform: translateX(-50rem);
  }
}
.a-move-in-1 {
  animation: rightIn 0.7s ease-out 2s;
  animation-fill-mode: backwards;
}

.a-move-in-2 {
  animation: rightIn 0.7s ease-out 2.2s;
  animation-fill-mode: backwards;
}

.a-move-in-3 {
  animation: rightIn 0.7s ease-out 2.4s;
  animation-fill-mode: backwards;
}

.a-move-out-1 {
  animation: leftOut 0.7s ease-out 2s;
  animation-fill-mode: backwards;
}

.a-move-out-2 {
  animation: leftOut 0.7s ease-out 2.2s;
  animation-fill-mode: backwards;
}

.a-move-out-3 {
  animation: leftOut 0.7s ease-out 2.4s;
  animation-fill-mode: backwards;
}

.u-arrow--left {
  left: 15px;
  border-width: 18.5px 14px 18.5px 0;
  border-color: transparent #fff transparent transparent;
}
.u-arrow--left:active {
  left: 13px;
}
.u-arrow--right {
  right: 15px;
  border-width: 18.5px 0 18.5px 14px;
  border-color: transparent transparent transparent #fff;
}
.u-arrow--right:active {
  right: 13px;
}
.u-arrow--top {
  top: 100px;
  border-width: 0 18.5px 14px 18.5px;
  border-color: transparent transparent #fff transparent;
}
.u-arrow--top:active {
  top: 98px;
}
.u-arrow--bottom {
  bottom: 100px;
  border-width: 14px 18.5px 0 18.5px;
  border-color: #fff transparent transparent transparent;
}
.u-arrow--bottom:active {
  bottom: 98px;
}
.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 600px) {
  .u-text--center {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .u-text--center {
    font-size: 1.4rem;
  }
}
.u-pa--0 {
  padding: 0 !important;
}
@media only screen and (min-width: 600px) {
  .u-pa-md--0 {
    padding: 0 !important;
  }
}
.u-va--center {
  display: flex !important;
  align-items: center !important;
}
.u-mr--1 {
  margin-right: 1rem;
}
.u-mr--2 {
  margin-right: 1.5rem;
}

.arrow, .v-arrow, .u-arrow--top, .u-arrow--bottom, .h-arrow, .u-arrow--left, .u-arrow--right {
  position: absolute;
  z-index: 999;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0.6;
}
.arrow:hover, .v-arrow:hover, .u-arrow--top:hover, .u-arrow--bottom:hover, .h-arrow:hover, .u-arrow--left:hover, .u-arrow--right:hover {
  opacity: 0.8;
}

.h-arrow, .u-arrow--left, .u-arrow--right {
  top: 50%;
  margin-top: -18px;
}
@media only screen and (min-width: 900px) {
  .h-arrow, .u-arrow--left, .u-arrow--right {
    margin-top: -28px;
  }
}

.v-arrow, .u-arrow--top, .u-arrow--bottom {
  left: 50%;
  margin-left: -18px;
}
@media only screen and (min-width: 900px) {
  .v-arrow, .u-arrow--top, .u-arrow--bottom {
    margin-left: -28px;
  }
}

.c-btn--sc {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-btn--sc:hover {
  background-position: 0 -1.7rem;
}
@media only screen and (min-width: 600px) {
  .c-btn--sc {
    width: 2rem;
    height: 2rem;
  }
  .c-btn--sc:hover {
    background-position: 0 -2rem;
  }
}
@media only screen and (min-width: 900px) {
  .c-btn--sc {
    width: 2.5rem;
    height: 2.5rem;
  }
  .c-btn--sc:hover {
    background-position: 0 -2.5rem;
  }
}
.c-btn--sc.twitter {
  background-image: url(../images/icon/twitter-30.png);
}
.c-btn--sc.facebook {
  background-image: url(../images/icon/facebook-30.png);
}
.c-btn--sc.flickr {
  background-image: url(../images/icon/flickr-30.png);
}
.c-btn--sc.youtube {
  background-image: url(../images/icon/youtube-30.png);
}
.c-btn--sc.plus {
  background-image: url(../images/icon/plus-30.png);
}

/**
 * Imported via /node_modules
 *
 * Modifications
 * http://getbootstrap.com/docs/4.1/getting-started/theming/
 * Import bootstrap-grid.scss
 * The only change comparing to the original structure is that we don't import
 * whole "variables.scss" from Bootstrap as we don't need all of them.
 *
 * We comment // @import "variables"; and define Grids and Breakpoints variables directly here.
*/
/**
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.navbar {
  padding: 0;
  width: 100%;
  top: 1rem;
  position: fixed;
  z-index: 999;
}
@media only screen and (min-width: 600px) {
  .navbar {
    top: 2rem;
  }
}
.navbar__logo {
  transition-duration: 0.7s;
  height: 3rem;
  filter: brightness(85%);
}
.js-navbar__logo {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  transition-duration: 0.7s;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (min-width: 600px) {
  .navbar__logo {
    height: 4rem;
  }
}
@media only screen and (min-width: 900px) {
  .navbar__logo {
    height: 5rem;
  }
}
.navbar__logo:hover {
  filter: brightness(100%);
}
.navbar__list {
  float: right;
}
.navbar__list::after {
  content: "";
  display: table;
  clear: both;
}
/* .navbar__list {
  margin-top: 1.2rem;
} */
/* @media only screen and (min-width: 900px) {
  .navbar__list {
    margin-top: 2.2rem;
  }
} */
.navbar__item {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 1rem;
  transition-duration: 0.7s;
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  .navbar__item {
    font-size: 1.6rem;
  }
}
.navbar__item:hover {
  color: #fff;
  text-decoration: none;
}
.navbar__item.active {
  color: #fff;
}
.navbar__link {
  display: none;
}
@media only screen and (min-width: 900px) {
  .navbar__link {
    display: inline-block;
  }
}
.navbar__icon {
  display: inline-block;
}
@media only screen and (min-width: 900px) {
  .navbar__icon {
    display: none;
  }
}

.footer {
  width: 100%;
  bottom: 1rem;
  position: fixed;
  z-index: 999;
}
@media only screen and (min-width: 600px) {
  .footer {
    bottom: 2rem;
  }
}
.footer__group {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
@media only screen and (min-width: 600px) {
  .footer__group {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .footer__group {
    font-size: 1.4rem;
  }
}
.footer__group {
  transition-duration: 0.7s;
  text-decoration: none;
  margin-left: 1rem;
}
.footer__group:hover {
  color: #fff;
  text-decoration: none;
}
.footer__copy {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 600px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .footer__copy {
    font-size: 1.4rem;
  }
}
.footer__copy {
  transition-duration: 0.7s;
  text-decoration: none;
}
.footer__copy:hover {
  color: #fff;
  text-decoration: none;
}
.footer__list {
  float: right;
}
.footer__list::after {
  content: "";
  display: table;
  clear: both;
}

.v-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  transform: translateY(30vh);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.v-background:first-child {
  background-image: url(../images/bg/bg1.jpg);
  transform: translateY(-15vh);
}
.v-background:first-child .v-content__wrapper {
  transform: translateY(15vh);
}
.v-background:first-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.v-background:nth-child(4) {
  background-image: url(../images/bg/bg4.jpg);
}
.v-background:nth-child(4):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.v-background:nth-child(5) {
  background-image: url(../images/bg/bg5.jpg);
}
.v-background:nth-child(5):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Set stacking context of slides */
.v-background:nth-child(1) {
  z-index: 5;
}

.v-background:nth-child(2) {
  z-index: 4;
}

.v-background:nth-child(3) {
  z-index: 3;
}

.v-background:nth-child(4) {
  z-index: 2;
}

.v-background:nth-child(5) {
  z-index: 1;
}

.v-content__wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  transform: translateY(40vh);
  will-change: transform;
  backface-visibility: hidden;
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}

.v-background.v-up--scroll {
  transform: translate3d(0, -15vh, 0);
}
.v-background.v-up--scroll .v-content__wrapper {
  transform: translateY(15vh);
}
.v-background.v-up--scroll + .v-background {
  transform: translate3d(0, 30vh, 0);
}
.v-background.v-up--scroll + .v-background .v-content__wrapper {
  transform: translateY(30vh);
}

.v-background.v-down--scroll {
  transform: translate3d(0, -130vh, 0);
}
.v-background.v-down--scroll .v-content__wrapper {
  transform: translateY(40vh);
}
.v-background.v-down--scroll + .v-background:not(.v-down--scroll) {
  transform: translate3d(0, -15vh, 0);
}
.v-background.v-down--scroll + .v-background:not(.v-down--scroll) .v-content__wrapper {
  transform: translateY(15vh);
}

.home__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 600px) {
  .home__title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .home__title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 600px) {
  .home__title {
    font-size: 1.2rem;
  }
}
.home__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 600px) {
  .home__desc {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .home__desc {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 600px) {
  .home__desc {
    font-size: 1.2rem;
  }
}
.home__image {
  width: 100%;
}

.js-home {
  display: none;
}
.js-home.active {
  display: flex;
}

.h-container-about {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.h-background-about {
  position: absolute;
  height: 100%;
  width: 130vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(30vw);
  transition: all 1.5s cubic-bezier(0.22, 0.44, 0, 1);
}
.h-background-about:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.h-background-about:first-child {
  background-image: url(../images/bg/bg2.jpg);
  transform: translateX(-15vw);
}
.h-background-about:first-child .h-content-about__wrapper {
  transform: translateX(15vw);
}
.h-background-about:nth-child(2) {
  background-image: url(../images/bg/about/a2.jpg);
}
.h-background-about:nth-child(3) {
  background-image: url(../images/bg/about/a3.jpg);
}
.h-background-about:nth-child(4) {
  background-image: url(../images/bg/about/a4.jpg);
}

/* Set stacking context of slides */
.h-background-about:nth-child(1) {
  z-index: 23;
}

.h-background-about:nth-child(2) {
  z-index: 22;
}

.h-background-about:nth-child(3) {
  z-index: 21;
}

.h-background-about:nth-child(4) {
  z-index: 20;
}

.h-content-about__wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 600px) {
  .h-content-about__wrapper {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .h-content-about__wrapper {
    font-size: 1.4rem;
  }
}
.h-content-about__wrapper {
  text-align: center;
  flex-flow: column nowrap;
  color: rgba(255, 255, 255, 0.9);
  transform: translateX(40vw);
  will-change: transform;
  backface-visibility: hidden;
  transition: all 2s cubic-bezier(0.22, 0.44, 0, 1);
}

.h-background-about.h-left--scroll {
  transform: translate3d(-15vw, 0, 0);
}
.h-background-about.h-left--scroll .h-content-about__wrapper {
  transform: translateX(15vw);
}
.h-background-about.h-left--scroll + .h-background-about {
  transform: translate3d(30vw, 0, 0);
}
.h-background-about.h-left--scroll + .h-background-about .h-content-about__wrapper {
  transform: translateX(30vw);
}

.h-background-about.h-right--scroll {
  transform: translate3d(-130vw, 0, 0);
}
.h-background-about.h-right--scroll .h-content-about__wrapper {
  transform: translateX(40vw);
}
.h-background-about.h-right--scroll + .h-background-about:not(.h-right--scroll) {
  transform: translate3d(-15vw, 0, 0);
}
.h-background-about.h-right--scroll + .h-background-about:not(.h-right--scroll) .h-content-about__wrapper {
  transform: translateX(15vw);
}

.about__desc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__desc {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .about__why {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 900px) {
  .about__why {
    font-size: 1.2rem;
  }
}

.h-container-product {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.h-background-product {
  position: absolute;
  height: 100%;
  width: 130vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(30vw);
  transition: all 1.5s cubic-bezier(0.22, 0.44, 0, 1);
}
.h-background-product:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.h-background-product:first-child {
  background-image: url(../images/bg/bg3.jpg);
  transform: translateX(-15vw);
}
.h-background-product:first-child .h-content-product__wrapper {
  transform: translateX(15vw);
}
.h-background-product:nth-child(2) {
  background-image: url(../images/bg/product/p2.jpg);
}
.h-background-product:nth-child(3) {
  background-image: url(../images/bg/product/p3.jpg);
}
.h-background-product:nth-child(4) {
  background-image: url(../images/bg/product/p4.jpg);
}
.h-background-product:nth-child(5) {
  background-image: url(../images/bg/product/p5.jpg);
}
.h-background-product:nth-child(6) {
  background-image: url(../images/bg/product/p6.jpg);
}
.h-background-product:nth-child(7) {
  background-image: url(../images/bg/product/p7.jpg);
}

/* Set stacking context of slides */
.h-background-product:nth-child(1) {
  z-index: 26;
}

.h-background-product:nth-child(2) {
  z-index: 25;
}

.h-background-product:nth-child(3) {
  z-index: 24;
}

.h-background-product:nth-child(4) {
  z-index: 23;
}

.h-background-product:nth-child(5) {
  z-index: 22;
}

.h-background-product:nth-child(6) {
  z-index: 21;
}

.h-background-product:nth-child(7) {
  z-index: 20;
}

.h-content-product__wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 600px) {
  .h-content-product__wrapper {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .h-content-product__wrapper {
    font-size: 1.4rem;
  }
}
.h-content-product__wrapper {
  text-align: center;
  flex-flow: column nowrap;
  color: rgba(255, 255, 255, 0.9);
  transform: translateX(40vw);
  will-change: transform;
  backface-visibility: hidden;
  transition: all 2s cubic-bezier(0.22, 0.44, 0, 1);
}

.h-background-product.h-left--scroll {
  transform: translate3d(-15vw, 0, 0);
}
.h-background-product.h-left--scroll .h-content-product__wrapper {
  transform: translateX(15vw);
}
.h-background-product.h-left--scroll + .h-background-product {
  transform: translate3d(30vw, 0, 0);
}
.h-background-product.h-left--scroll + .h-background-product .h-content-product__wrapper {
  transform: translateX(30vw);
}

.h-background-product.h-right--scroll {
  transform: translate3d(-130vw, 0, 0);
}
.h-background-product.h-right--scroll .h-content-product__wrapper {
  transform: translateX(40vw);
}
.h-background-product.h-right--scroll + .h-background-product:not(.h-right--scroll) {
  transform: translate3d(-15vw, 0, 0);
}
.h-background-product.h-right--scroll + .h-background-product:not(.h-right--scroll) .h-content-product__wrapper {
  transform: translateX(15vw);
}

.product__title {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 600px) {
  .product__title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .product__title {
    font-size: 1.4rem;
  }
}
.product__title {
  margin-bottom: 2rem;
  font-weight: normal;
}
.product__list:hover .product__item:not(:hover) {
  transform: scale(0.95);
}
.product__item {
  display: inline-block;
  position: relative;
  width: 25%;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: 0.7s;
  z-index: 10;
  cursor: pointer;
  outline-offset: 0.5rem;
}
@media only screen and (min-width: 600px) {
  .product__item {
    width: 15%;
    margin-right: 1rem;
    margin-bottom: 1rem;
    outline-offset: 1.5rem;
  }
}
.product__item:hover {
  outline: 0.2rem solid rgba(255, 255, 255, 0.9);
  transform: scale(3) translateY(-1rem);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
  z-index: 20;
}
@media only screen and (min-width: 600px) {
  .product__item:hover {
    outline-width: 0.3rem;
  }
}
.product__item:hover .product__name {
  top: 50%;
  opacity: 1;
}
.product__img {
  width: 100%;
  transition: 0.7s;
}
.product__name {
  font-size: 0.8rem;
  position: absolute;
  z-index: 30;
  left: 50%;
  top: 0;
  opacity: 0;
  transition: 0.7s;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  text-shadow: 0.1rem 0.1rem 0 #000;
}

.contact__map #map {
  width: 100%;
  height: 20rem;
  border: 0.3rem solid #c1351f;
}
@media only screen and (min-width: 600px) {
  .contact__map #map {
    height: 25rem;
  }
}
@media only screen and (min-width: 900px) {
  .contact__map #map {
    height: 30rem;
    border-width: 0.5rem;
  }
}
.contact__list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__list {
    margin-top: 0;
    padding-left: 3rem !important;
  }
}
.contact__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 600px) {
  .contact__desc {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 900px) {
  .contact__desc {
    font-size: 1.4rem;
  }
}
.contact__item {
  display: flex;
  align-items: center;
}
.contact__icon {
  font-size: 1.4rem;
}
@media only screen and (min-width: 900px) {
  .contact__icon {
    font-size: 1.8rem;
  }
}

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