@charset "UTF-8";

@font-face
{
  font-family:ff-zwo-web;src:url(fonts/web.woff2) format("woff2"),url(fonts/web.woff) format("woff"),url(fonts/web.ttf) format("truetype");font-style:normal;font-weight:300;
}

@font-face
{
  font-family:ff-zwo-web;src:url(fonts/web2.woff2) format(fonts/web2.woff) format("woff"),url(fonts/web2.ttf) format("truetype");font-style:normal;font-weight:600;
}

@font-face
{
  font-family:icomoon;src:url(fonts/icomoon.woff2) format("woff2"),url(fonts/icomoon.woff) format("woff"),url(fonts/icomoon.ttf) format("truetype");
}

.logo{
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -280px;
	width: 560px;
}
@media only screen and (max-width:768px){
	.logo{
		top: 15px;
		left: 5px;
		width: 130px;
		margin-left: 0;
	}
}

.back-to-top,.footer-networks-nav ul li,.hotspot-item .hotspot-item-click:after,.hotspot-item-layer-close:after
{
  font-family: icomoon,serif;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.back-to-top:before
{
  content: '\e904';
}

.footer-networks-nav ul li.youtube:before
{
  content: '\e900';
}

.footer-networks-nav ul li.facebook:before
{
  content: '\e901';
}

.footer-networks-nav ul li.instagram:before
{
  content: '\e902';
}

.footer-networks-nav ul li.twitter:before
{
  content: '\e903';
}

.footer-networks-nav ul li.google:before
{
  content: '\e905';
}

.footer-networks-nav ul li.linkedin:before
{
  content: '\e906';
}

.back-to-top:before,.footer-networks-nav ul li:before
{
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blur-up
{
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter .4s,-webkit-filter .4s;
  width: 100%;
  height: auto;
}

.blur-up.lazyloaded
{
  -webkit-filter: blur(0);
  filter: blur(0);
}

*,::after,::before
{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html
{
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport
{
  width:device-width;
}

footer,header,main,nav,section
{
  display: block;
}

body
{
  margin: 0;
  color: #000;
  text-align: left;
  background-color: #fff;
}

h2,h3
{
  margin: .67em 0;
}

p
{
  margin-top: 0;
  margin-bottom: 1em;
}

ul
{
  margin-top: 0;
  margin-bottom: 1rem;
}

sup
{
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup
{
  top: -.5em;
}

a
{
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

.footer-shortlinks-nav a:hover
{
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

img
{
  vertical-align: middle;
  border-style: none;
}

svg:not(:root)
{
  overflow: hidden;
}

a
{
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-webkit-file-upload-button
{
  font: inherit;
  -webkit-appearance: button;
}

body
{
  max-width: 1920px;
  font-family: ff-zwo-web,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.theme7
{
  background-color: #08262c;
}

@media only screen and (min-width:768px)
{
  body:before
  {
    height: 60px;
  }
}

@media only screen and (min-width:1920px)
{
  body
  {
    margin: 0 auto;
  }
}

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

img
{
  display: block;
  max-width: 100%;
}

:focus
{
  outline: 0;
}

.page-header
{
  position: fixed;
  top: 0;
  z-index: 100001;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.page-header:after
{
  content: '';
  display: block;
  height: 3px;
  overflow: hidden;
  position: relative;
  top: -2px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(162,162,162,.3);
  box-shadow: 0 2px 2px 0 rgba(162,162,162,.3);
  z-index: 4000;
}

.page-footer
{
  background: #000;
  padding: 15px 22px 30px;
  font-size: 12px;
  text-transform: uppercase;
}

@media only screen and (min-width:960px)
{
  .page-footer
  {
    padding: 30px 22px;
  }
}

.back-to-top
{
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

@media only screen and (min-width:768px)
{
  .back-to-top
  {
    position: absolute;
    top: 0;
    right: 70px;
  }
}

@media only screen and (min-width:1440px)
{
  .back-to-top
  {
    right: 150px;
  }
}

@media only screen and (min-width:1600px)
{
  .back-to-top
  {
    right: 370px;
  }
}

.back-to-top span
{
  text-indent: -1000em;
  display: block;
  color: #a2a2a2;
}

.back-to-top:before
{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  width: inherit;
  height: inherit;
  margin: 0;
}

.back-to-top:hover:before
{
  color: #707070;
}

.footer-networks-nav
{
  position: relative;
}

.footer-networks-nav ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer-networks-nav ul li
{
  padding: 0;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}

.footer-networks-nav ul li:before
{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 30px;
  font-size: 30px;
  width: inherit;
  height: inherit;
  margin: 0;
}

.footer-networks-nav ul li:hover:before
{
  color: #707070;
}

.footer-networks-nav ul li a
{
  width: inherit;
  height: inherit;
  overflow: hidden;
  text-indent: -1000em;
  display: block;
  z-index: 1;
  position: relative;
  color: #a2a2a2;
  font-weight: 300;
}

.copyright
{
  color: #a2a2a2;
  text-align: center;
  margin: 20px 0;
  line-height: 1.5;
}

.footer-shortlinks-nav ul
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-shortlinks-nav ul li a
{
  color: #eee;
  font-weight: 300;
  margin: 0 15px;
  line-height: 1.5;
}

@supports not (display:grid)
{
}

@font-face
{
  font-family:pencil-script;src:url(fonts/pencil.woff2) format("woff2"),url(fonts/pencil.woff) format("woff"),url(fonts/pencil.ttf) format("truetype");unicode-range:U+30,U+35,U+53,U+54,U+64,U+65,U+6F-72,U+75;
}

.svg-inline-text
{
  font-family: pencil-script,serif;
  fill: #fff;
  font-size: 48px;
}

.hotspot-journey-module
{
  position: relative;
}
/*
.hotspot-journey-module:before
{
  content: '';
  background: #08262c;
  height: 10px;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  z-index: 3;
}
/*
.hotspot-journey-module:after
{
  content: '';
  background: #08262c;
  height: 10px;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 3;
}
*/
.hotspot-journey-image-wrapper
{
  position: relative;
}

@media only screen and (max-width:768px)
{
	.hotspot-journey-image-wrapper img
	{
		height: 2839.45px;
	}
}

.hotspot-journey-image-wrapper img,.hotspot-journey-image-wrapper picture
{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hotspot-journey-image-wrapper img
{
  width: 100%;
}

.hotspot-journey-image-wrapper:before
{
  content: '';
  background: -webkit-gradient(linear,left top,left bottom,from(#08262c),to(transparent));
  background: linear-gradient(to bottom,#08262c 0,transparent 100%);
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.hotspot-journey-image-wrapper:after
{
  content: '';
  background: -webkit-gradient(linear,left bottom,left top,from(#08262c),to(transparent));
  background: linear-gradient(to top,#08262c 0,transparent 100%);
  height: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.hotspot-item
{
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
}

@media only screen and (min-width:769px)
{
  .hotspot-item
  {
    display: block;
  }
}

.hotspot-item .hotspot-hide-svg
{
  display: none;
}

@media only screen and (min-width:769px)
{
  .hotspot-item .hotspot-hide-svg
  {
    display: block;
  }
}

.hotspot-item canvas
{
  display: block;
  width: 100%;
  visibility: hidden;
}

.hotspot-item .hotspot-item-callback-svg
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.hotspot-item .hotspot-item-animate-svg
{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hotspot-item .hotspot-item-text
{
  z-index: 1000;
  color: #000;
  width: 100%;
  padding: 0 22px;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media only screen and (min-width:768px)
{
  .hotspot-item .hotspot-item-text
  {
    padding: 0 80px;
  }
}

@media only screen and (min-width:769px)
{
  .hotspot-item .hotspot-item-text
  {
    position: absolute;
    left: 80px;
    width: auto;
    padding: 0;
  }
}

@media only screen and (min-width:1280px)
{
  .hotspot-item .hotspot-item-text
  {
    left: 60px;
  }
}

@media only screen and (min-width:1440px)
{
  .hotspot-item .hotspot-item-text
  {
    left: 140px;
  }
}

.hotspot-item .hotspot-item-text h2
{
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 5px;
}

@media only screen and (min-width:1024px)
{
  .hotspot-item .hotspot-item-text h2
  {
    font-size: 40px;
    line-height: 42px;
  }
}

@media only screen and (min-width:1280px)
{
  .hotspot-item .hotspot-item-text h2
  {
    font-size: 56px;
    line-height: 56px;
  }
}

.hotspot-item .hotspot-item-text h3
{
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
}
.hotspot-item .hotspot-item-text h4
{
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
  color: #555;
}

@media only screen and (min-width:1024px)
{
  .hotspot-item .hotspot-item-text h3
  {
    font-size: 24px;
    line-height: 26px;
  }
}

.hotspot-item .hotspot-item-content
{
  z-index: 1000;
  color: #fff;
  width: 100%;
}

@media only screen and (min-width:769px)
{
  .hotspot-item .hotspot-item-content
  {
    width: auto;
  }
}

.hotspot-item .hotspot-item-inner-wrap
{
  position: relative;
}

.hotspot-item .hotspot-item-click
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .6;
}

.hotspot-item .hotspot-item-click:after
{
  content: ' ';
  border-radius: 100%;
  height: 6vw;
  width: 6vw;
  max-width: 100px;
  max-height: 100px;
  min-width: 80px;
  min-height: 80px;
  background: #00acd7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  opacity: 1;
  z-index: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  font-size: 24px;
}

@media only screen and (min-width:680px)
{
  .hotspot-item .hotspot-item-click:after
  {
    min-width: 100px;
    min-height: 100px;
  }
}

@media only screen and (min-width:769px)
{
  .hotspot-item .hotspot-item-click:after
  {
    min-width: 0;
    min-height: 0;
    font-size: 18px;
  }
}

@media only screen and (min-width:1600px)
{
  .hotspot-item .hotspot-item-click:after
  {
    font-size: 24px;
  }
}

.hotspot-item .hotspot-item-animation
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}

.hotspot-item .hotspot-item-animation:after
{
  content: '';
  border-radius: 100%;
  height: 6vw;
  width: 6vw;
  max-width: 100px;
  max-height: 100px;
  min-width: 80px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 rgba(0,172,215,.3);
  box-shadow: 0 0 0 rgba(0,172,215,.3);
  -webkit-transition: border .3s cubic-bezier(.11,.69,.2,.88);
  transition: border .3s cubic-bezier(.11,.69,.2,.88);
}

@media only screen and (min-width:680px)
{
  .hotspot-item .hotspot-item-animation:after
  {
    min-width: 100px;
    min-height: 100px;
  }
}

@media only screen and (min-width:769px)
{
  .hotspot-item .hotspot-item-animation:after
  {
    min-width: 0;
    min-height: 0;
  }
}

.hotspot-item.observed-hotspot-item-animate .hotspot-item-animate-svg
{
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.hotspot-item.observed-hotspot-item-animate .hotspot-item-text
{
  opacity: 1;
}

.hotspot-item.observed-hotspot-item-animate .hotspot-item-callback-svg.hotspot-item-callback-svg-visible
{
  opacity: 1;
}

.hotspot-item.observed-hotspot-item-animate .hotspot-item-animation:after
{
  -webkit-animation: pulse 1.2s infinite;
  animation: pulse 1.2s infinite;
}

.hotspot-item-2{
	height: 500px;
	background:url(23_spot.png) repeat scroll 0 0 #DBE4E3;
	-moz-box-shadow:inset 0 7px 5px -5px #999; -webkit-box-shadow:inset 0 7px 5px -5px #999; box-shadow:inset 0 7px 5px -5px #999;
}
.hotspot-item-4{
	padding-top: 120px;
	height: 500px;
	background:url(23_spot.png) repeat scroll 0 0 #F7F7F7;
	-moz-box-shadow:inset 0 7px 5px -5px #999; -webkit-box-shadow:inset 0 7px 5px -5px #999; box-shadow:inset 0 7px 5px -5px #999;
}
.hotspot-item-3{
	padding-top: 120px;
	min-height: 490px;
	background:url(23_spot.png) repeat scroll 0 0 #E4E9EC;
	-moz-box-shadow:inset 0 7px 5px -5px #999; -webkit-box-shadow:inset 0 7px 5px -5px #999; box-shadow:inset 0 7px 5px -5px #999;
}
.hotspot-item-1{
	padding-top: 100px;
	height: 500px;
	background:url(23_spot.png) repeat scroll 0 0 #E0E2DF;
	-moz-box-shadow:inset 0 7px 5px -5px #999; -webkit-box-shadow:inset 0 7px 5px -5px #999; box-shadow:inset 0 7px 5px -5px #999;
}
.hotspot-item-5{
	padding-top: 100px;
	height: 500px;
	background:url(23_spot.png) repeat scroll 0 0 #F0EDE5;
	-moz-box-shadow:inset 0 7px 5px -5px #999; -webkit-box-shadow:inset 0 7px 5px -5px #999; box-shadow:inset 0 7px 5px -5px #999;
}
.hotspot-item-6{
	padding-top: 100px;
	height: 500px;
	background:url(23_spot.png) repeat scroll 0 0 #DBE4E3;
	-moz-box-shadow:inset 0 7px 5px -5px #999; -webkit-box-shadow:inset 0 7px 5px -5px #999; box-shadow:inset 0 7px 5px -5px #999;
}
@media only screen and (max-width:768px){
    .hotspot-item-1{
        height: 600px;
    }
}
.hotspot-item-2 .hotspot-item-text{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
}
@media only screen and (min-width:769px){
    .hotspot-item-2 .hotspot-item-text{
        top:35%
    }
}
@media only screen and (min-width:1280px){
    .hotspot-item-2 .hotspot-item-text{
        top:35%
    }
}
@media only screen and (min-width:1440px){
    .hotspot-item-2 .hotspot-item-text{
        top:35%
    }
}
@media only screen and (min-width:1600px){
    .hotspot-item-2 .hotspot-item-text{
        top:35%;
        left:17%
    }
}
.hotspot-item-2 .hotspot-item-content{
    margin:24% 0 0 11%
}
@media only screen and (min-width:769px){
    .hotspot-item-2 .hotspot-item-content{
        margin:4% 0 0 39.5%
    }
}
.hotspot-item-2 .hotspot-item-callback-svg{
    z-index:0
}
.hotspot-item-2 .hotspot-item-callback-svg.hotspot-item-callback-svg-needle{
    z-index:2
}
.hotspot-item-2 .hotspot-item-callback-svg.hotspot-item-callback-svg-needle.hotspot-item-callback-svg-visible{
    -webkit-animation:tacho .6s;
    animation:tacho .6s;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1
}
.hotspot-item-2 .hotspot-item-callback-svg.hotspot-item-callback-svg-shadow.hotspot-item-callback-svg-visible{
    -webkit-animation:tacho .6s;
    animation:tacho .6s;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1
}
.hotspot-item-2 .hotspot-item-inner-wrap{
    width:70vw;
    min-width:270px
}
@media only screen and (min-width:769px){
    .hotspot-item-2 .hotspot-item-inner-wrap{
        width:29vw;
        min-width:0;
        max-width:585px
    }
}
.hotspot-item-2 .hotspot-layer-circle{
    top:50%;
    left:50%
}
.hotspot-item-2 .hotspot-item-click:after{
    content:' ';
    text-indent:2px
}
.hotspot-item-4{
    top:20%;
    min-height:300px
}
@media only screen and (min-width:769px){
    .hotspot-item-4{
        min-height:0;
        top:22%
    }
}
@media only screen and (min-width:1600px){
    .hotspot-item-4 .hotspot-item-text{
        top:0;
        left:36%
    }
}
@media only screen and (min-width:769px){
    .hotspot-item-4 .hotspot-item-content{
        margin:0 0 0 13%
    }
}
@media only screen and (max-width:768px){
    .hotspot-item-4 .hotspot-item-content{
        top: 20%
    }
}
.hotspot-item-4 .hotspot-item-inner-wrap{
    width:100vw;
    min-width:520px;
    right:2%;
    top:205px;
    position:absolute
}
@media only screen and (min-width:480px){
    .hotspot-item-4 .hotspot-item-inner-wrap{
        min-width:580px;
        top:50px
    }
}
@media only screen and (min-width:769px){
    .hotspot-item-4 .hotspot-item-inner-wrap{
        width:72vw;
        max-width:1370px;
        min-width:0;
        right:auto;
        top:auto;
        position:relative
    }
}
.hotspot-item-4 .hotspot-item-callback-svg{
    z-index:0
}
.hotspot-item-4 .hotspot-item-callback-svg.hotspot-item-callback-png{
    max-width:46vw;
    min-width:240px;
    width:100vw;
    top:33%;
    right:14%;
    left:auto;
    -webkit-transform:translateX(70px);
    transform:translateX(70px);
    -webkit-transition:all .6s ease;
    transition:all .6s ease
}
@media only screen and (min-width:480px){
    .hotspot-item-4 .hotspot-item-callback-svg.hotspot-item-callback-png{
        min-width:267px
    }
}
@media only screen and (min-width:769px){
    .hotspot-item-4 .hotspot-item-callback-svg.hotspot-item-callback-png{
        width:34vw;
        right:12%;
        max-width:653px
    }
}
.hotspot-item-4 .hotspot-item-callback-svg.hotspot-item-callback-png.hotspot-item-callback-svg-visible{
    -webkit-transform:translateX(5px);
    transform:translateX(5px)
}
@media only screen and (min-width:769px){
    .hotspot-item-4 .hotspot-item-callback-svg.hotspot-item-callback-png.hotspot-item-callback-svg-visible{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
.hotspot-item-4 .hotspot-layer-circle{
    top:29%;
    right:2%
}
@media only screen and (min-width:769px){
    .hotspot-item-4 .hotspot-layer-circle{
        top:38.5%;
        right:4.3%
    }
}
.hotspot-item-4 .hotspot-item-click:after{
    content:' ';
    position:absolute;
    top:22%;
    right:2%
}
@media only screen and (min-width:480px){
    .hotspot-item-4 .hotspot-item-click:after{
        top:29%
    }
}
@media only screen and (min-width:769px){
    .hotspot-item-4 .hotspot-item-click:after{
        top:38.5%;
        right:4.3%
    }
}
.hotspot-item-4 .hotspot-item-animation:after{
    position:absolute;
    top:22%;
    right:2%
}
@media only screen and (min-width:480px){
    .hotspot-item-4 .hotspot-item-animation:after{
        top:29%
    }
}
@media only screen and (min-width:769px){
    .hotspot-item-4 .hotspot-item-animation:after{
        top:38.5%;
        right:4.3%
    }
}
.hotspot-item-3{
    top:33%
}
@media only screen and (min-width:769px){
    .hotspot-item-3{
        top:36.6%
    }
}
.hotspot-item-3 .hotspot-item-text{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
}
@media only screen and (min-width:769px){
    .hotspot-item-3 .hotspot-item-text{
        top:30%
    }
}
@media only screen and (min-width:1600px){
    .hotspot-item-3 .hotspot-item-text{
        top:45%;
        left:20%
    }
}
.hotspot-item-3 .hotspot-item-content{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
    margin:0 0 0 9%
}
@media only screen and (min-width:769px){
    .hotspot-item-3 .hotspot-item-content{
        margin:0 0 0 51%
    }
}
@media only screen and (min-width:769px){
    .hotspot-item-3 .hotspot-item-inner-wrap{
        width:30vw;
        max-width:575px
    }
}
.hotspot-item-3 .hotspot-item-callback-svg{
    z-index:0
}
.hotspot-item-3 .hotspot-item-callback-svg.hotspot-item-callback-png{
    top:25%;
    left:-12%;
    width:85vw
}
@media only screen and (min-width:769px){
    .hotspot-item-3 .hotspot-item-callback-svg.hotspot-item-callback-png{
        width:28vw;
        max-width:536px
    }
}
.hotspot-item-3 .hotspot-layer-circle{
    top:45%;
    left:57%
}
.hotspot-item-3 .hotspot-item-click:after{
    content:' ';
    margin:-5% 0 0 7%
}
@media only screen and (min-width:1920px){
    .hotspot-item-3 .hotspot-item-click:after{
        margin:-38px 0 0 40px
    }
}
.hotspot-item-3 .hotspot-item-animation:after{
    margin:-5% 0 0 7%
}
@media only screen and (min-width:1920px){
    .hotspot-item-3 .hotspot-item-animation:after{
        margin:-38px 0 0 40px
    }
}
.hotspot-item-1{
    top:48%;
}
@media only screen and (min-width:769px){
    .hotspot-item-1{
        top:54%
    }
}
.hotspot-item-1 .hotspot-item-text{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
    margin:10px 0 0
}
@media only screen and (min-width:769px){
    .hotspot-item-1 .hotspot-item-text{
        top:20%;
        margin:0;
        max-width:300px
    }
}
@media only screen and (min-width:1280px){
    .hotspot-item-1 .hotspot-item-text{
        max-width:100%
    }
}
@media only screen and (min-width:1600px){
    .hotspot-item-1 .hotspot-item-text{
        top:42%;
        left:17%
    }
}
@media only screen and (min-width:1600px){
    .hotspot-item-1 .hotspot-item-text{
        top:42%;
        left:17%
    }
}
.hotspot-item-1 .hotspot-item-content{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
    margin:0 0 0 3%
}
@media only screen and (min-width:769px){
    .hotspot-item-1 .hotspot-item-content{
        margin:0 0 0 47%
    }
}
.hotspot-item-1 .hotspot-item-inner-wrap{
    width:100%;
    min-width:320px;
    max-width:100%
}
@media only screen and (min-width:769px){
    .hotspot-item-1 .hotspot-item-inner-wrap{
        width:41vw;
        max-width:784px;
        min-width:0
    }
}
.hotspot-item-1 .hotspot-item-callback-svg{
    z-index:0
}
.hotspot-item-1 .hotspot-item-callback-svg.hotspot-item-callback-png{
    max-width:29vw;
    top:-6%;
    left:0;
    z-index:2
}
@media only screen and (min-width:769px){
    .hotspot-item-1 .hotspot-item-callback-svg.hotspot-item-callback-png{
        width:13vw;
        max-width:282px
    }
}
.hotspot-item-1 .hotspot-layer-circle{
    top:48%;
    left:4%
}
@media only screen and (min-width:1440px){
    .hotspot-item-1 .hotspot-layer-circle{
        top:47%;
        left:4%
    }
}
@media only screen and (min-width:1920px){
    .hotspot-item-1 .hotspot-layer-circle{
        top:50%;
        left:4.5%
    }
}
.hotspot-item-1 .hotspot-item-click:after{
    content:' ';
    position:absolute;
    top:48%;
    left:4%
}
@media only screen and (min-width:1440px){
    .hotspot-item-1 .hotspot-item-click:after{
        top:47%;
        left:4%
    }
}
@media only screen and (min-width:1920px){
    .hotspot-item-1 .hotspot-item-click:after{
        top:50%;
        left:4.5%
    }
}
.hotspot-item-1 .hotspot-item-animation:after{
    position:absolute;
    top:48%;
    left:4%
}
@media only screen and (min-width:1440px){
    .hotspot-item-1 .hotspot-item-animation:after{
        top:47%;
        left:4%
    }
}
@media only screen and (min-width:1920px){
    .hotspot-item-1 .hotspot-item-animation:after{
        top:50%;
        left:4.5%
    }
}
.hotspot-item-5{
    top:66%
}
@media only screen and (min-width:769px){
    .hotspot-item-5{
        top:70%
    }
}
.hotspot-item-5 .hotspot-item-text{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
    margin:30px 0 0
}
@media only screen and (min-width:769px){
    .hotspot-item-5 .hotspot-item-text{
        top:13%;
        left:67%;
        margin:0
    }
}
@media only screen and (min-width:1280px){
    .hotspot-item-5 .hotspot-item-text{
        top:45%;
        left:65%
    }
}
@media only screen and (min-width:1440px){
    .hotspot-item-5 .hotspot-item-text{
        top:45%;
        left:65%
    }
}
@media only screen and (min-width:1600px){
    .hotspot-item-5 .hotspot-item-text{
        top:45%;
        left:65%
    }
}
.hotspot-item-5 .hotspot-item-content{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
}
@media only screen and (min-width:769px){
    .hotspot-item-5 .hotspot-item-content{
        margin:0 0 0 21%
    }
}
.hotspot-item-5 .hotspot-item-inner-wrap{
    width:100vw;
    max-width:642px
}
@media only screen and (min-width:769px){
    .hotspot-item-5 .hotspot-item-inner-wrap{
        width:44vw;
        max-width:839px
    }
}
.hotspot-item-5 .hotspot-item-callback-svg{
    z-index:0
}
.hotspot-item-5 .hotspot-item-callback-svg.hotspot-item-callback-png{
    max-width:490px;
    width:76vw;
    left:auto;
    right:7%
}
@media only screen and (min-width:769px){
    .hotspot-item-5 .hotspot-item-callback-svg.hotspot-item-callback-png{
        width:34vw;
        max-width:642px
    }
}
.hotspot-item-5 .hotspot-layer-circle{
    top:84%;
    left:36%
}
@media only screen and (min-width:769px){
    .hotspot-item-5 .hotspot-layer-circle{
        top:59%;
        left:80%
    }
}
.hotspot-item-5 .hotspot-item-click:after{
    content:' ';
    margin:47% 0 0 -16%
}
@media only screen and (min-width:769px){
    .hotspot-item-5 .hotspot-item-click:after{
        margin:20% 0 0 67%
    }
}
.hotspot-item-5 .hotspot-item-animation:after{
    margin:47% 0 0 -16%
}
@media only screen and (min-width:769px){
    .hotspot-item-5 .hotspot-item-animation:after{
        margin:20% 0 0 67%
    }
}
.hotspot-item-6{
    top:83%
}
@media only screen and (min-width:769px){
    .hotspot-item-6{
        top:87%
    }
}
.hotspot-item-6 .hotspot-item-text{
    margin:0 0 20px
}
@media only screen and (min-width:1280px){
    .hotspot-item-6 .hotspot-item-text{
        top:33%;
        left:30%;
        margin:0
    }
}
@media only screen and (min-width:1440px){
    .hotspot-item-6 .hotspot-item-text{
        top:38%;
        left:33%
    }
}
.hotspot-item-6 .hotspot-item-content{
    margin:0 0 0 10%
}
@media only screen and (min-width:769px){
    .hotspot-item-6 .hotspot-item-content{
        margin:0 0 0 63%
    }
}
.hotspot-item-6 .hotspot-item-callback-svg{
    z-index:0
}
.hotspot-item-6 .hotspot-item-inner-wrap{
    width:100%;
    max-width:80%
}
@media only screen and (min-width:769px){
    .hotspot-item-6 .hotspot-item-inner-wrap{
        width:25vw;
        min-width:0;
        max-width:441px
    }
}
.hotspot-item-6 .hotspot-layer-circle{
    top:43%;
    left:1%
}
@media only screen and (min-width:769px){
    .hotspot-item-6 .hotspot-layer-circle{
        top:43%;
        left:1%
    }
}
.hotspot-item-6 .hotspot-item-click:after{
    content:' ';
    position:absolute;
    top:43%;
    left:1%
}
.hotspot-item-6 .hotspot-item-animation:after{
    position:absolute;
    top:43%;
    left:1%
}

@-webkit-keyframes pulse
{
  0%
  {
    -webkit-box-shadow: 0 rgba(0,172,215,.3);
    box-shadow: 0 rgba(0,172,215,.3);
  }

  70%
  {
    -webkit-box-shadow: 0 0 0 30px rgba(0,172,215,0);
    box-shadow: 0 0 0 30px rgba(0,172,215,0);
  }

  100%
  {
    -webkit-box-shadow: 0 0 0 30px rgba(0,172,215,0);
    box-shadow: 0 0 0 30px rgba(0,172,215,0);
  }
}

@keyframes pulse
{
  0%
  {
    -webkit-box-shadow: 0 rgba(0,172,215,.3);
    box-shadow: 0 rgba(0,172,215,.3);
  }

  70%
  {
    -webkit-box-shadow: 0 0 0 30px rgba(0,172,215,0);
    box-shadow: 0 0 0 30px rgba(0,172,215,0);
  }

  100%
  {
    -webkit-box-shadow: 0 0 0 30px rgba(0,172,215,0);
    box-shadow: 0 0 0 30px rgba(0,172,215,0);
  }
}

@-webkit-keyframes tacho
{
  0%
  {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  50%
  {
    opacity: 0;
  }

  100%
  {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes tacho
{
  0%
  {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  50%
  {
    opacity: 0;
  }

  100%
  {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes loading
{
  0%
  {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100%
  {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}

@keyframes loading
{
  0%
  {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100%
  {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}

.stage
{
  position: relative;
  min-height: 131.42vw;
}

@media only screen and (min-width:0) and (orientation:landscape)
{
  .stage
  {
    min-height: 56.32vw;
  }
}

@media only screen and (min-width:768px)
{
  .stage
  {
    min-height: 66.7vw;
  }
}

@media only screen and (min-width:1024px)
{
  .stage
  {
    min-height: 41.67vw;
  }
}

@media only screen and (min-width:1920px)
{
  .stage
  {
    min-height: 800px;
  }
}

.stage-image-container img
{
  width: 100%;
}

.stage-content-container
{
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 30px 22px 10px;
}

@media only screen and (min-width:768px)
{
  .stage-content-container
  {
    padding: 50px 80px 20px;
  }
}

@media only screen and (min-width:1280px)
{
  .stage-content-container
  {
    padding: 50px 60px 20px;
  }
}

@media only screen and (min-width:1440px)
{
  .stage-content-container
  {
    padding: 80px 140px 20px;
  }
}

.text-content
{
  padding: 40px 22px 0;
  background: #fff;
  color: #707070;
}

@media only screen and (min-width:768px)
{
  .text-content
  {
    padding: 80px 80px 0;
  }
}

@media only screen and (min-width:1280px)
{
  .text-content
  {
    padding: 80px 60px 0;
  }
}

@media only screen and (min-width:1440px)
{
  .text-content
  {
    padding: 80px 140px 0;
  }
}

.text-content header h2
{
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 40px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

@media only screen and (min-width:768px)
{
  .text-content header h2
  {
    font-size: 56px;
    line-height: 56px;
  }
}

@media only screen and (min-width:1280px)
{
  .text-content-container
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.text-content-column
{
  overflow: hidden;
  padding: 0 20px;
}

.text-content-column:last-child
{
  padding-bottom: 10px;
}

@media only screen and (min-width:960px)
{
  .text-content-column:last-child
  {
    padding-bottom: 50px;
  }
}

.text-content-column:first-child
{
  padding-bottom: 10px;
}

@media only screen and (min-width:960px)
{
  .text-content-column:first-child
  {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width:1280px)
{
  .text-content-column:nth-last-child(2):first-child
  {
    /* padding: 0 60px 0 0; */
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (min-width:1440px)
{
  .text-content-column:nth-last-child(2):first-child
  {
    padding: 0 60px 0 0;
  }
}

@media only screen and (min-width:1280px)
{
  .text-content-column:nth-last-child(2):first-child~div
  {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 0 0 60px;
  }
}

.text-content-column p
{
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 30px;
}

.text-content-column p sup
{
  font-size: 10px;
  position: relative;
  top: -5px;
}

@media only screen and (min-width:768px)
{
  .text-content-column p sup
  {
    top: -10px;
  }
}

.partnermap-select option:not(:checked)
{
  color: #707070;
}

.theme7 .text-content
{
  background: #08262c;
  color: #fff;
}

.theme7 .text-content h2,.theme7 .text-content header
{
  color: #fff;
}
hr.style1 {
	background-image: -moz-linear-gradient(left center, transparent, #000, transparent);
	border: 0 none;
	height: 1px;
	margin-bottom: 10px;
	width: 50%;
}hr.style2 {
	background-image: -moz-linear-gradient(left center, transparent, #eee, transparent);
	border: 0 none;
	height: 1px;
	margin-bottom: 10px;
	width: 50%;
}