
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: var(--z-modal);
  overflow: hidden;
  outline: none;
  touch-action: none;
  -ms-touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.pswp__scroll-wrap {
  overflow: hidden
}
.pswp__container, .pswp__zoom-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  touch-action: none;
  -ms-touch-action: none;
}
.pswp__container, .pswp__img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform-origin: left top;
  -ms-transform-origin: left top;
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container, .pswp__zoom-wrap {
  will-change: transform;
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.pswp__img, .pswp__item {
  position: absolute;
  left: 0;
  top: 0;
}
.pswp__img {
  width: auto;
  height: auto;
}
.pswp__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
.pswp__button {
  display: block;
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: none;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  transition: opacity 0.2s;
  -webkit-appearance: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 0.75;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button--close {
  width: 2rem;
  height: 2rem;
  padding: 3rem;
  float: right;
  background-image: url(/static/icon/close.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}
@media (min-width: 45em) {
.pswp__button--close {
    width: 2.5rem;
    height: 2.5rem;
    padding: 3.6rem;
    background-size: 2.5rem 2.5rem;
}
}
.pswp__button--fs,
.pswp__button--share,
.pswp__button--zoom {
  display: none;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  display: none;
  position: absolute;
  top: 0;
  width: 44px;
  height: 44px;
  background: none;
}
.pswp__button--arrow--left {
  left: 40%;
}
.pswp__button--arrow--right {
  right: 40%;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  position: absolute;
  top: 0;
  width: 3rem;
  height: 3rem;
  padding: 3.6rem;
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
}
.pswp__button--arrow--left:before {
  left: 0;
  background-image: url(/static/icon/previous.svg);
}
.pswp__button--arrow--right:before {
  right: 0;
  background-image: url(/static/icon/next.svg);
}
@media (min-width: 900px) {
.pswp__button--arrow--left,
  .pswp__button--arrow--right {
    display: block;
}
}
.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.2rem 2.2rem 2.1rem 2.2rem;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--color-text-grey-light);
}
@media (min-width: 45em) {
.pswp__counter {
    padding: 2.6rem;
    font-size: 2rem;
}
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
  background-color: rgba(0, 0, 0, 0.85);
}
.pswp__caption.pswp__caption--visible {
  display: block;
  opacity: 1;
}
.pswp__caption__center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: var(--color-text-grey-light);
}
.pswp__caption__center a {
  color: var(--color-text-grey);
  text-decoration: underline;
}
.pswp__caption__center a:hover,
.pswp__caption__center a:active,
.pswp__caption__center a:focus {
  color: var(--color-text-grey);
  text-decoration: underline;
  opacity: 0.7;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  opacity: 0;
  will-change: opacity;
  direction: ltr;
  transition: opacity 0.25s ease-out;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 14px;
  height: 14px;
  margin: 0;
  background: none;
  opacity: 0.75;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  background: none;
  border: 2px solid #111;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    float: right;
    margin: 0;
}
}
.pswp__ui {
  visibility: visible;
  z-index: var(--z-progress);
  opacity: 1;
  -webkit-font-smoothing: auto;
}
.pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption, .pswp__top-bar {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  -webkit-backface-visibility: hidden;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: .001;
  transition: opacity 1000ms cubic-bezier(.4, 0, .22, 1);
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.pswp button,
.pswp:hover,
.pswp:active,
.pswp:focus {
  background-color: transparent;
  border-color: transparent;
}


.body[data-v-75a455ea] {
  position: relative;
}
.html iframe[data-v-75a455ea] {
  display: block;
  text-align: center;
}


.contact[data-v-9dd62e6c] {
  max-width: var(--width-text);
  margin: 4rem auto 0 auto;
  font-size: 90%;
  line-height: 140%;
}
.contact.primary[data-v-9dd62e6c]:not(:last-child) {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--color-border);
}
.info[data-v-9dd62e6c] {
  margin-top: 2rem;
}
.line[data-v-9dd62e6c] {
  margin-bottom: 1.5rem;
}
.line span.value[data-v-9dd62e6c] {
  color: var(--color-text-grey-light);
}


.download[data-v-907d84f2] {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
.download[data-v-907d84f2] {
    text-align: center;
}
}
a[data-v-907d84f2] {
  display: block;
}
.icon[data-v-907d84f2] {
  height: 28px;
}
.label[data-v-907d84f2] {
  margin-left: 0.7rem;
}


.embed[data-v-2eb1bda8] {
  margin: 0 auto;
  text-align: center;
}
.embed[data-v-2eb1bda8]:not(:last-child) {
  margin-bottom: 3rem;
}
.caption[data-v-2eb1bda8] {
  max-width: var(--width-caption);
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
@media (min-width: 640px) {
.caption[data-v-2eb1bda8] {
    padding: 0 20px;
}
}
figure[data-v-2eb1bda8] {
  max-width: 100%;
  margin: 0 auto;
}
figcaption[data-v-2eb1bda8] {
  margin-top: 1rem;
}


.swiper-container[data-v-14cc554b] {
  position: relative;
  min-height: 140px;
  max-height: 492px;
  background-color: var(--color-bg-placeholder);
}
.logo[data-v-14cc554b] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-top: -22px;
  margin-left: -50px;
}
.caption[data-v-14cc554b] {
  max-width: var(--width-caption);
  margin: 0 auto;
  padding: 0;
}
figure[data-v-14cc554b] {
  max-width: 100%;
  margin: 0 auto;
}
.cover[data-v-14cc554b] {
  position: relative;
  z-index: var(--z-default);
  line-height: 0;
  cursor: pointer;
}
.nav[data-v-14cc554b] {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  font-size: 2rem;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.nav .icon[data-v-14cc554b] {
  margin: 6px;
  transition: all var(--duration-short);
}
.nav:hover .icon[data-v-14cc554b] {
  opacity: 0.7;
}
.nav.next[data-v-14cc554b] {
  right: 7px;
  left: auto;
}
.nav.previous[data-v-14cc554b] {
  left: 7px;
  right: auto;
}
@media (min-width: 640px) {
.swiper-container[data-v-14cc554b] {
    min-height: 300px;
}
.logo[data-v-14cc554b] {
    width: 150px;
    margin-top: -33px;
    margin-left: -75px;
}
.caption[data-v-14cc554b] {
    padding: 0 20px;
}
.nav[data-v-14cc554b] {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    font-size: 3.5rem;
}
.nav.next[data-v-14cc554b] {
    right: 10px;
}
.nav.previous[data-v-14cc554b] {
    left: 10px;
}
}
@media (min-width: 1280px) {
.swiper-container[data-v-14cc554b] {
    min-height: 492px;
}
}


.locales label[data-v-73f63d36], .locales select[data-v-73f63d36] {
  display: inline-block;
  margin: 0;
  text-align: left;
}
.locales label[data-v-73f63d36] {
  margin-right: 1rem;
  color: var(--color-text-grey);
}
.locales label[data-v-73f63d36] {
  color: #e5e5e5;
}
.locales .icon[data-v-73f63d36] {
  margin-top: 3px;
}
.locales select[data-v-73f63d36] {
  width: auto;
}
.locales select > option[data-v-73f63d36] {
  color: #000;
}


.map-container {
  position: relative;
}
.detail-view .map-container,
.info-view .map-container  {
  height: 350px;
}
@media (min-width: 640px) {
.detail-view .map-container,
  .info-view .map-container {
    height: 600px;
}
}
.detail-view .journey-map .map-container {
  height: 100%;
}
.index-view .map-container {
  height: 100%;
}
.geo, .geo .map {
  width: 100%;
  height: 100%;
}
.geo .map button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-color: #f1f3f4;
  transition: opacity var(--duration-short);
}
.geo .map button:hover {
  background-color: transparent;
  opacity: 0.6;
}
.geo .map .mapboxgl-control-container {
  z-index: var(--z-default);
}
.geo .map .mapboxgl-ctrl-icon {
  background-size: 30px 30px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.geo .map .mapboxgl-ctrl-group {
  padding: 7px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.geo .map .mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPiAgPHRpdGxlPmV4cGFuZDwvdGl0bGU+ICA8cGF0aCBkPSJNMTUuODkyIDQuMDYzaC0yLjg0MnYwLjU2N2gyLjM3OWwtNC42NTQgNC42NTggMC40MDQgMC40IDQuNzEzLTQuNzEzdjIuNDk2aDAuNTY3di0zLjQwOGgtMC41Njd6Ij48L3BhdGg+ICA8cGF0aCBkPSJNOS4yMzcgMTAuOTM4bC00LjcxMiA0LjcxMnYtMi40OTZoLTAuNTY3djMuNDA4aDMuNDA4di0wLjU2N2gtMi4zODNsNC42NTgtNC42NTgtMC40MDQtMC40eiI+PC9wYXRoPjwvc3ZnPg==);
}
.geo .map .mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPiAgPHRpdGxlPmNvbGxhcHNlPC90aXRsZT4gIDxwYXRoIGQ9Ik0xMS4zNDIgOS42ODhoMi44NDJ2LTAuNTY3aC0yLjM3OWw0LjY1NC00LjY1OC0wLjQwNC0wLjQtNC43MTIgNC43MTJ2LTIuNDk2aC0wLjU2N3YzLjQwOGgwLjU2N3oiPjwvcGF0aD4gIDxwYXRoIGQ9Ik00LjM2MyAxNi41NjNsNC43MTItNC43MTJ2Mi40OTZoMC41Njd2LTMuNDA4aC0zLjQwOHYwLjU2N2gyLjM4M2wtNC42NTggNC42NTggMC40MDQgMC40eiI+PC9wYXRoPjwvc3ZnPg==);
}
.geo .map .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  height: 34px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPiAgPHRpdGxlPnBsdXM8L3RpdGxlPiAgPHBhdGggZD0iTTE0LjE2NyA5LjUzN2gtMy43MDR2LTMuNzA0aC0wLjkyNXYzLjcwNGgtMy43MDR2MC45MjVoMy43MDR2My43MDRoMC45MjV2LTMuNzA0aDMuNzA0di0wLjkyNXoiPjwvcGF0aD48L3N2Zz4=);
}
.geo .map .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  margin: 4px 0 -4px 0;
  padding: 4px 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPiAgPHRpdGxlPm1pbnVzPC90aXRsZT4gIDxwYXRoIGQ9Ik01LjgzMyA5LjUzN2g4LjMzM3YwLjkyNWgtOC4zMzN2LTAuOTI1eiI+PC9wYXRoPjwvc3ZnPg==);
  border-bottom: none;
}
.geo .map .mapboxgl-ctrl-icon.mapboxgl-ctrl-compass {
  display: none;
}
.geo .map .mapboxgl-ctrl-logo {
  margin-bottom: 95px;
  margin-left: 10px;
}
.index-view .geo .map .mapboxgl-ctrl-logo,
.journey-map .geo .map .mapboxgl-ctrl-logo,
.detail-view.standard .geo .map .mapboxgl-ctrl-logo {
  margin-bottom: 0;
  margin-left: 0;
}
.geo .map .mapboxgl-ctrl-top-right {
  display: none;
}
.geo .map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-group {
  margin-top: 20px;
  margin-right: 20px;
}
.index-view .geo .map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-group {
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
.geo .map .mapboxgl-ctrl-top-right {
    display: block;
}
}
.geo .map .mapboxgl-ctrl-bottom-right {
  bottom: 95px;
}
.geo .map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-attrib {
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
}
.detail-view.standard .geo .map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-attrib {
  margin-right: 10px;
}
.index-view .geo .map .mapboxgl-ctrl-bottom-right {
  bottom: 0;
}
.journey-map .geo .map .mapboxgl-ctrl-bottom-right {
  bottom: 10px;
}
.journey-map .geo .map .mapbox-improve-map {
  display: none;
}
.index-view .geo .map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-attrib,
.journey-map .geo .map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-attrib {
  margin-right: 10px;
}
#location .mapboxgl-ctrl-bottom-right {
  bottom: 0;
}
.geo .buttons {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 20px 0 0;
  padding: 0;
  background-color: white;
  border-radius: 0.4rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all var(--duration-medium) cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-view .geo .buttons {
  margin: 10px 10px 0 0;
}
.geo .buttons .button {
  padding: 7px;
  margin: 1px 0 -1px 0;
}
.geo .buttons .button > .icon {
  margin-right: 0;
}
.geo .buttons .styles {
  position: absolute;
  top: 0;
  right: 0;
}
.index-view .geo .buttons .styles {
  top: 52px;
}
.geo .buttons .style {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  background: 50% no-repeat transparent;
  background-size: cover;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0.8;
  transition: opacity var(--duration-short), transform var(--duration-short);
}
.geo .buttons .style:last-child {
  margin-bottom: 0;
}
.geo .buttons .style:hover {
  transform: scale(1.05);
}
.geo .buttons .style.active {
  opacity: 1;
}
.geo .buttons .style .state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid white;
  border-radius: var(--border-radius);
  opacity: 0;
  transition: opacity var(--duration-short) ease-out;
}
.geo .buttons .style.active .state {
  opacity: 1;
}
@media (min-width: 768px) {
.geo .buttons {
    margin: 40px 20px 0 0;
}
.geo .buttons .toggle-button {
    display: none;
}
.index-view .geo .buttons .styles,
  .geo .buttons .styles {
    top: 142px;
}
}


button > .icon {
  margin-top: -1px;
  margin-right: 5px;
}


/*# sourceMappingURL=common.5a58a7349a53862a607c.css.map*/