<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #d9effb;
  font-family: 'round-corner-font-regular', sans-serif;
  font-weight: bold;
}

* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 200px; /*should be smaller then height of the images*/
  clear:both;
  margin: 0 auto;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.right {    
	border: solid #ffffff;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 6px;
	position: absolute;
	z-index:9;
	top: 16px !important;		
	cursor: col-resize;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier*/
}

.left {    
	border: solid #ffffff;
	border-width: 0 6px 6px 0;
	display: inline-block;
	padding: 6px;
	position: absolute;
	z-index:9;
	top: 16px !important;
	cursor: col-resize;
	transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier*/
}

.img-comp-slider {
  position: absolute;
  z-index:9;  
  cursor: col-resize;  
  width: 4px;  
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(189, 215, 247, 1);
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

.box1{
    background-color:#5fad4a;
    width: 54%;
}

.box2{
    background-color:#12ae72;
    width: auto;
}

.promenade{
    text-align: center;
    margin: 0 auto;
}

.promenade &gt; div{
    padding:0px 4px 4px 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}

.promenade &gt; div &gt; p{
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
    font-weight: bold;
}

.promenade &gt; div &gt; div{
    background-color: #FFFFFF;
    line-height: 30px;
    width: 100%;
}

.source{
  position: absolute;
  left: 0;
}

/*-----------------Slideshow-----------------*/

@media only screen and (max-width: 1023px) {
  #slideshow{ 
    width: 375px;
    height: 100%;
    max-height: 269px;
  }

  .btnGroup{
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .bullet{
    bottom: -2px !important;
  }

  

  .bullet img{
    width: 20px;
  }

  .bullet &gt; div {
    width: 27% !important;
    /* background-color: #12ae72; */
  }

  .bullet &gt; div &gt; ul {
    padding-top: 5px !important;
  }

  .bullet &gt; div &gt; ul &gt; li{
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 10px !important;;
    height: 10px !important;
  }

  .arrow{
    top: 45% !important;
  }

  .arrow &gt; div &gt; span{
    height: 32px !important;
    width: 32px !important;
    background-size: 180px !important;
  }

  .arrow &gt; .leftArrow &gt; span {
    background-position: 0 -99px !important;
  }

  .arrow &gt; .leftArrow &gt; span:hover {
    background-position: 0 -164px !important;
  }

  .arrow &gt; .rightArrow &gt; span {
    background-position: -33px -99px !important;
  }

  .arrow &gt; .rightArrow &gt; span:hover {
    background-position: -33px -164px !important;
  }

}


@media only screen and (max-width: 1499px) {
  .source{
    bottom: -40px !important;
  }
}

@media (min-width :1500px) {
  .source{
    bottom: -20px!important;;
  }
}


@media (min-width :1024px) and (max-width : 1499px) {
  #slideshow{ 
    width: 1024px;
    height: 100%;
    max-height: 734px;
  }

  /* .tableauPlaceholder{
    width: 1024px !important;
    height: auto !important;
  } */

  .banner {
    bottom: -6px;
  }

  .btnGroup{
    height: 50px;
    bottom: 20px;
    right: 10px;
  }

  .bullet &gt; div {
    width: 12% !important;
  }
}

@media only screen and (min-width: 1500px) {
  #slideshow{ 
    width: 1500px;
    height: 100%;
    max-height: 1075px;
  }

  /* .tableauPlaceholder{
    width: 1500px !important;
    height: auto !important;
  } */

  #iframeArea{
    margin: 0 auto; 
    width:1500px
  }

  .btnGroup{
    height: 65px;
    bottom: 30px;
    right: 20px;
  }
}

#slideshow{
  position: relative;
  /*background-color: #52a3ee;*/
  /* overflow: hidden; */
  margin: 0 auto 0 auto;
}

.lang{
  top: 10px;
  right: 10px;
  position: absolute;
}

.lang a{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  float: left;
  height: 35px;
  line-height: 35px;
  background-image: url("../images/switch.png");
  background-repeat: no-repeat;
  padding-left: 38px;
}

.lang span{
  line-height: 35;
}

.banner{
  position: absolute;
  left: 0;
  bottom: -5px;
}

.banner &gt; div{
  width: 100%;
  display: none;
}

.banner img{
  width: 100%;
  height: 100%;
}

.btnGroup{
  clear: both;
  position:absolute;
}

.btnGroup &gt; div{
  height: 100%;
  float: left;
}

.btnGroup img{
  height: 100%;
  cursor: pointer;
}

.arrow{
  position:absolute;
  width: 100%;
  top: 50%;
}

.arrow &gt;div{
  background-color: aquamarine;
}

.arrow &gt; div{
  color: #fff;
  background-color: #000;
  border-radius: 100px !important;
}

.arrow &gt; .leftArrow{
  float: left;
  cursor: pointer;
  margin-left: 8px;
}

.arrow &gt; .leftArrow &gt; span{
  background: url(../images/camera_skins.png) no-repeat 0 0;
  display: block;
  height: 40px;
  width: 40px;
  background-position: 0 -120px;
}

.arrow &gt; .leftArrow &gt; span:hover{
  background-position: 0 0;
}

.arrow &gt; .rightArrow{
  float: right;
  cursor: pointer;
  margin-right: 8px;
}

.arrow &gt; .rightArrow &gt; span{
  background: url(../images/camera_skins.png) no-repeat -40px 0;
    display: block;
    height: 40px;
    width: 40px;
    background-position: -40px -120px;
}

.arrow &gt; .rightArrow &gt; span:hover{
  background-position: -40px 0;
}

.bullet{
  position:absolute;
  width: 100%;
  bottom: 2%;
}

.bullet img {
  float: left;
  cursor: pointer;
}


.bullet &gt; div {
  width: 8%;
  margin:0 auto 0 auto;
}

.bullet &gt; div &gt; ul{
  list-style: none;
  padding: 0;
  padding-top: 10px;
}

.bullet &gt; div &gt; ul &gt; li{
  float: left;
  background-color: #fff;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid #fff;
  cursor: pointer;
}

.bullet &gt; div &gt; ul &gt; li:hover{
  background-color: rgb(112, 112, 112);
}

.bullet .selected{
  background-color: #000;
}




/* .tableauPlaceholder{
  width: 100% !important;
  height: auto !important;
} */

</pre></body></html>