/*  IMPORT GOOGLE FONT
/* ---------------------------------------------------------------------- */
/*  CUSTOM @FONT-FACE
/* ---------------------------------------------------------------------- */
@font-face {
  font-family: "oswald";
  src: url("../fonts/oswald/oswald-light-webfont.woff") format("woff"), url("../fonts/oswald/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "oswald";
  src: url("../fonts/oswald/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "oswald";
  src: url("../fonts/oswald/oswald-bold-webfont.woff") format("woff"), url("../fonts/oswald/oswald-bold-webfont.woff2") format("woff2"), url("../fonts/oswald/oswald-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/intro-light-webfont.woff") format("woff"), url("../fonts/intro/intro-light-webfont.woff2") format("woff2"), url("../fonts/intro/intro-light-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/intro-bold-webfont.woff") format("woff"), url("../fonts/intro/intro-bold-webfont.woff2") format("woff2"), url("../fonts/intro/intro-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/intro-black-webfont.woff") format("woff"), url("../fonts/intro/intro-black-webfont.woff2") format("woff2"), url("../fonts/intro/intro-black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "intro-book";
  src: url("../fonts/intro/intro-book-webfont.woff") format("woff"), url("../fonts/intro/intro-book-webfont.woff2") format("woff2"), url("../fonts/intro/intro-book-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "intro-book";
  src: url("../fonts/intro/intro-book-italic-webfont.woff") format("woff"), url("../fonts/intro/intro-book-italic-webfont.woff2") format("woff2"), url("../fonts/intro/intro-book-italic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/*!
 * fullPage 3.0.5
 * 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) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
/* line 11, ../scss/_fullpage.scss */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

/* line 20, ../scss/_fullpage.scss */
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

/* line 26, ../scss/_fullpage.scss */
.fp-slide {
  float: left;
}

/* line 29, ../scss/_fullpage.scss */
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

/* line 33, ../scss/_fullpage.scss */
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

/* line 41, ../scss/_fullpage.scss */
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 46, ../scss/_fullpage.scss */
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* line 52, ../scss/_fullpage.scss */
.fp-slidesContainer {
  float: left;
  position: relative;
}

/* line 56, ../scss/_fullpage.scss */
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 73, ../scss/_fullpage.scss */
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

/* line 79, ../scss/_fullpage.scss */
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

/* line 84, ../scss/_fullpage.scss */
.fp-scrollable {
  overflow: hidden;
  position: relative;
}

/* line 88, ../scss/_fullpage.scss */
.fp-scroller {
  overflow: hidden;
}

/* line 91, ../scss/_fullpage.scss */
.iScrollIndicator {
  border: 0 !important;
}

/* line 94, ../scss/_fullpage.scss */
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 98, ../scss/_fullpage.scss */
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 106, ../scss/_fullpage.scss */
#fp-nav.fp-right {
  right: 42px;
}

/* line 109, ../scss/_fullpage.scss */
#fp-nav.fp-left {
  left: 42px;
}

/* line 112, ../scss/_fullpage.scss */
.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;
}

/* line 123, ../scss/_fullpage.scss */
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

/* line 126, ../scss/_fullpage.scss */
.fp-slidesNav.fp-top {
  top: 17px;
}

/* line 129, ../scss/_fullpage.scss */
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

/* line 134, ../scss/_fullpage.scss */
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: .5rem;
  position: relative;
}

/* line 142, ../scss/_fullpage.scss */
.fp-slidesNav ul li {
  display: inline-block;
}

/* line 145, ../scss/_fullpage.scss */
#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;
}

/* line 155, ../scss/_fullpage.scss */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 1rem;
  width: 1rem;
  margin: -.5rem 0 0 -.5rem;
  border-radius: 100%;
  background-color: #00B0B9;
}
/* line 164, ../scss/_fullpage.scss */
.menuIsOpen #fp-nav ul li a.active span, .menuIsOpen
.fp-slidesNav ul li a.active span, .menuIsOpen
#fp-nav ul li:hover a.active span, .menuIsOpen
.fp-slidesNav ul li:hover a.active span {
  background-color: #FFF;
}

/* line 169, ../scss/_fullpage.scss */
#fp-nav ul li a.active + .fp-tooltip {
  color: #00B0B9;
}
/* line 171, ../scss/_fullpage.scss */
.menuIsOpen #fp-nav ul li a.active + .fp-tooltip {
  color: #FFF;
}

/* line 176, ../scss/_fullpage.scss */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: .5rem;
  width: .5rem;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -.25rem 0 0 -.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 193, ../scss/_fullpage.scss */
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 1rem;
  height: 1rem;
  margin: -.5rem 0px 0px -.5rem;
}

/* line 200, ../scss/_fullpage.scss */
#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;
}

/* line 214, ../scss/_fullpage.scss */
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

/* line 221, ../scss/_fullpage.scss */
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

/* line 224, ../scss/_fullpage.scss */
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

/* line 227, ../scss/_fullpage.scss */
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

/* line 233, ../scss/_fullpage.scss */
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
/* line 240, ../scss/_fullpage.scss */
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 10, ../scss/style.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 16, ../scss/style.scss */
html, body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 22, ../scss/style.scss */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

/* line 27, ../scss/style.scss */
a:hover {
  color: #00B0B9;
  text-decoration: underline;
}

/* line 32, ../scss/style.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 37, ../scss/style.scss */
hr {
  background-image: url('/images/hr.svg?1557519671');
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 4px;
  border: 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/* line 47, ../scss/style.scss */
.l-left {
  float: left;
}

/* line 50, ../scss/style.scss */
.l-right {
  float: right;
}

/* line 53, ../scss/style.scss */
.sans-serif {
  font-family: "oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

/* line 56, ../scss/style.scss */
.serif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

/* line 59, ../scss/style.scss */
.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 66, ../scss/style.scss */
.social-list li:not(:last-child) {
  margin-right: 1rem;
}
/* line 69, ../scss/style.scss */
.social-list li:hover {
  filter: brightness(1) sepia(1) hue-rotate(-70deg) saturate(5) contrast(0);
}
/* line 72, ../scss/style.scss */
.social-list li.icon {
  width: 2rem;
  height: 2rem;
  display: block;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 78, ../scss/style.scss */
.social-list li.icon a {
  text-indent: -5000px;
  display: block;
  width: 2rem;
  height: 2rem;
}
/* line 85, ../scss/style.scss */
.social-list li.facebook {
  background-image: url('/images/icons-social/facebook.svg?1549878083');
}
/* line 88, ../scss/style.scss */
.social-list li.twitter {
  background-image: url('/images/icons-social/twitter.svg?1549878083');
}
/* line 91, ../scss/style.scss */
.social-list li.instagram {
  background-image: url('/images/icons-social/instagram.svg?1557527498');
}
/* line 94, ../scss/style.scss */
.social-list li.mail {
  background-image: url('/images/icons-social/mail.svg?1549878083');
}
/* line 97, ../scss/style.scss */
.social-list li img {
  width: 2rem;
  height: 2rem;
}

/* line 103, ../scss/style.scss */
.tel {
  font-size: 1.5rem;
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  /* line 103, ../scss/style.scss */
  .tel {
    font-size: 2rem;
  }
}
@media (min-width: 62em) {
  /* line 103, ../scss/style.scss */
  .tel {
    font-size: 2.5rem;
  }
}

/* line 112, ../scss/style.scss */
.page-header {
  position: fixed;
  top: 16px;
  width: 100%;
  z-index: 12;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 85px;
}

/* line 126, ../scss/style.scss */
.open-menu ~ nav {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.4s ease-in-out, opacity 0.4s;
  -o-transition: -o-transform 0.4s ease-in-out, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.4s;
  transition: transform 0.4s ease-in-out, opacity 0.4s;
  background: #00B0B9;
  bottom: inherit;
  border: 16px solid white;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  display: block;
}

/* line 141, ../scss/style.scss */
nav {
  visibility: hidden;
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0s, 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  font-family: "oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* line 164, ../scss/style.scss */
nav ul {
  backface-visibility: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  /* position: fixed; */
  z-index: 0;
  height: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  /* width: calc(100% - 32px); */
}
/* line 175, ../scss/style.scss */
nav ul li {
  list-style: none;
}
/* line 176, ../scss/style.scss */
nav ul li a {
  color: #000;
  padding: .5rem 1rem;
  display: block;
}
/* line 177, ../scss/style.scss */
nav ul li a:hover {
  color: white;
}
/* line 185, ../scss/style.scss */
nav ul li.active a {
  color: white;
}

/* line 194, ../scss/style.scss */
.header-logo {
  font-family: "oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0 1rem;
  padding: 0;
  height: 85px;
}
@media (min-width: 62em) {
  /* line 194, ../scss/style.scss */
  .header-logo {
    font-size: 1.5rem;
  }
}
/* line 206, ../scss/style.scss */
.header-logo > a {
  height: 85px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
/* line 208, ../scss/style.scss */
.header-logo > a:hover {
  color: #000;
}

/* line 217, ../scss/style.scss */
.toggle-menu {
  width: 85px;
  height: 85px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 223, ../scss/style.scss */
.toggle-menu > svg {
  width: 50%;
}

/* line 229, ../scss/style.scss */
#fp-nav .fp-tooltip {
  font-family: "oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* line 236, ../scss/style.scss */
#fp-nav.right {
  right: 32px;
}

/* line 240, ../scss/style.scss */
.section {
  text-align: center;
}

/* line 254, ../scss/style.scss */
.section .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 261, ../scss/style.scss */
.section .inner.brd-1 {
  border: 16px solid #FFF;
}

@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  /* line 266, ../scss/style.scss */
  .section.about .inner {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 273, ../scss/style.scss */
  .section.about .inner .inner-wrapper {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
}
/* iPhone landscape and iPad portrait */
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  /* line 303, ../scss/style.scss */
  #section0 {
    padding-top: 0 !important;
  }
}
/* line 308, ../scss/style.scss */
#section0 .fp-tableCell {
  position: relative;
  overflow: hidden;
}
/* line 311, ../scss/style.scss */
#section0 .fp-tableCell:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/images/bg-home-test.jpg?1558110323');
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 80%;
  background-repeat: no-repeat;
}
@media (min-width: 75em) {
  /* line 311, ../scss/style.scss */
  #section0 .fp-tableCell:before {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* line 334, ../scss/style.scss */
#section0 .fp-tableCell.isLoaded:before {
  -moz-transition: opacity 0.25s linear, filter 1s ease-in-out;
  -o-transition: opacity 0.25s linear, filter 1s ease-in-out;
  -webkit-transition: opacity 0.25s linear, filter 1s ease-in-out;
  transition: opacity 0.25s linear, filter 1s ease-in-out;
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  /* line 334, ../scss/style.scss */
  #section0 .fp-tableCell.isLoaded:before {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
  25% {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  50% {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  75% {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes sharpen {
  from {
    background-image: url('/images/bg-home-test-blur2.jpg?1558186066');
  }
  to {
    background-image: url('/images/bg-home-test.jpg?1558110323');
  }
}
/* line 386, ../scss/style.scss */
#section3.section .inner.brd-1 {
  border-top: 117px solid #FFF;
}

/* line 392, ../scss/style.scss */
.inner-wrapper {
  opacity: 1;
}

/* line 398, ../scss/style.scss */
.inner-wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  -webkit-transition: all 0.6s ease;
  -webkit-transition-delay: 0.2s;
  transition: all 0.6s ease 0.2s;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* line 409, ../scss/style.scss */
.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

/* line 414, ../scss/style.scss */
.section-wrapper {
  max-width: 48em;
  margin: 0 auto;
}
/* line 417, ../scss/style.scss */
.section-wrapper h2 {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: .875rem;
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  /* line 417, ../scss/style.scss */
  .section-wrapper h2 {
    font-size: 1rem;
  }
}
@media (min-width: 62em) {
  /* line 417, ../scss/style.scss */
  .section-wrapper h2 {
    font-size: 1.5rem;
  }
}
/* line 428, ../scss/style.scss */
.section-wrapper p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: .875rem;
  letter-spacing: -0.008em;
  line-height: 1.5;
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  /* line 428, ../scss/style.scss */
  .section-wrapper p {
    font-size: 1rem;
  }
}
@media (min-width: 62em) {
  /* line 428, ../scss/style.scss */
  .section-wrapper p {
    font-size: 1.5rem;
  }
}
/* line 440, ../scss/style.scss */
.section-wrapper .info {
  font-size: .875rem;
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  /* line 440, ../scss/style.scss */
  .section-wrapper .info {
    font-size: 1rem;
  }
}
@media (min-width: 62em) {
  /* line 440, ../scss/style.scss */
  .section-wrapper .info {
    font-size: 1.25rem;
  }
}

/* line 450, ../scss/style.scss */
.exclam {
  position: relative;
}
/* line 452, ../scss/style.scss */
.exclam:after, .exclam:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1rem;
  height: 1.25rem;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media (min-width: 62em) {
  /* line 452, ../scss/style.scss */
  .exclam:after, .exclam:before {
    height: 2.25rem;
  }
}
/* line 465, ../scss/style.scss */
.exclam:after {
  background-image: url('/images/exclam-left.svg?1557519941');
  left: -1.5rem;
}
/* line 469, ../scss/style.scss */
.exclam:before {
  background-image: url('/images/exclam-right.svg?1557519990');
  right: -1.5rem;
}

/* line 475, ../scss/style.scss */
.title-img {
  width: 70%;
  max-width: 320px;
  margin: 0 auto;
}

/* line 481, ../scss/style.scss */
#section5 {
  background: url(../images/bg.svg) repeat center center transparent;
}

/* line 487, ../scss/style.scss */
#section0 h2 {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

/* line 493, ../scss/style.scss */
.slide .fp-tableCell {
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 62em) {
  /* line 493, ../scss/style.scss */
  .slide .fp-tableCell {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* line 505, ../scss/style.scss */
.slide1 .fp-tableCell {
  background-image: url("../images/img01.jpg");
}

/* line 510, ../scss/style.scss */
.slide2 .fp-tableCell {
  background-image: url("../images/img02.jpg");
}

/* line 515, ../scss/style.scss */
.slide3 .fp-tableCell {
  background-image: url("../images/img03.jpg");
}

/* line 520, ../scss/style.scss */
.slide4 .fp-tableCell {
  background-image: url("../images/img04.jpg");
}

/* line 525, ../scss/style.scss */
.slide5 .fp-tableCell {
  background-image: url("../images/img05.jpg");
}

/* line 531, ../scss/style.scss */
.logo {
  text-indent: -5000px;
  background: url("../images/logo.svg") no-repeat center center transparent;
  width: calc(100vw - 32px);
  height: 60vh;
  display: block;
  margin: 0 auto;
  -webkit-align-self: center;
  align-self: center;
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  /* line 531, ../scss/style.scss */
  .logo {
    width: 70vw;
    height: 70vh;
  }
}
@media (min-width: 62em) {
  /* line 531, ../scss/style.scss */
  .logo {
    width: 50vw;
    height: 50vh;
  }
}
@media (min-width: 75em) {
  /* line 531, ../scss/style.scss */
  .logo {
    width: 40vw;
    height: 40vh;
  }
}

/* line 554, ../scss/style.scss */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #FFF;
  text-align: center;
}

/* line 560, ../scss/style.scss */
.scrolloff {
  pointer-events: none;
}

/* line 566, ../scss/style.scss */
audio,
canvas,
iframe,
img,
video,
svg {
  vertical-align: middle;
}

/* line 577, ../scss/style.scss */
img {
  max-width: 100%;
  height: auto;
}
/* line 581, ../scss/style.scss */
img[src*=".svg"] {
  width: 100% \9;
}

/* line 586, ../scss/style.scss */
_::-ms-reveal,
img[src*=".svg"] {
  width: 100%;
}

/* line 592, ../scss/style.scss */
a img {
  border: none;
}

/* line 609, ../scss/style.scss */
.media.four-by-three {
  padding-bottom: 75%;
}
/* line 613, ../scss/style.scss */
.media.instagram {
  height: auto;
  max-width: none;
  padding-bottom: 120%;
}
/* line 619, ../scss/style.scss */
.media.vine {
  height: auto;
  max-width: none;
  padding-bottom: 100%;
}
/* line 625, ../scss/style.scss */
.media.getty {
  height: auto;
  padding-bottom: 79.9663%;
}
/* line 630, ../scss/style.scss */
.media iframe,
.media object,
.media embed,
.media video {
  background-color: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 646, ../scss/style.scss */
.media img {
  bottom: -1000000%;
  left: -1000000%;
  margin: auto;
  position: absolute;
  right: -1000000%;
  top: -1000000%;
  width: 100%;
}
/* line 660, ../scss/style.scss */
.media.media-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 666, ../scss/style.scss */
.map-bg {
  position: relative;
}
/* line 668, ../scss/style.scss */
.map-bg h2 {
  position: absolute;
  width: 100%;
  top: 15vh;
  z-index: 1000;
}
/* line 674, ../scss/style.scss */
.map-bg .more {
  position: absolute;
  width: 100%;
  bottom: 15vh;
  z-index: 1000;
}

/* line 684, ../scss/style.scss */
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 694, ../scss/style.scss */
.active .hamRotate {
  transform: rotate(45deg);
}

/* line 698, ../scss/style.scss */
.hamRotate180.active {
  transform: rotate(180deg);
}

/* line 701, ../scss/style.scss */
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

/* line 708, ../scss/style.scss */
.ham8 .top {
  stroke-dasharray: 40 160;
}

/* line 711, ../scss/style.scss */
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

/* line 716, ../scss/style.scss */
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

/* line 722, ../scss/style.scss */
.active .ham8 .top {
  stroke-dashoffset: -64px;
}

/* line 727, ../scss/style.scss */
.active .ham8 .middle {
  transform: rotate(90deg);
}

/* line 733, ../scss/style.scss */
.active .ham8 .bottom {
  stroke-dashoffset: -64px;
}

/* line 749, ../scss/style.scss */
.taxi {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: block;
}
/* line 755, ../scss/style.scss */
.taxi a {
  text-decoration: underline;
}

.square{
  background: white;
  width: calc(100% - 2rem);
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 16px #00b0b9;
  flex-direction: column-reverse;
  gap: 2rem;
  padding: 1rem;
}
.thumb-shadow{
  box-shadow: 0 0 10px 10px rgba(0, 0,0, .08);
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.square a{
  font-size: 200%;
}
/*# sourceMappingURL=style.css.map */
