@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/Akkurat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/Akkurat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/Akkurat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
body {
  color: #195b5a;
}
h1, h2, h3, h4, h5, h6 {
  display: block;
}
p, span, a, li, input {
  font-family: Akkurat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}
a {
  color: #195b5a;
}
a:hover {
  color: #2b9548;
  text-decoration: none;
}
h1 {
  font-family: Akkurat, sans-serif;
  font-size: 72px;
  font-weight: 700;
}
h1.title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  padding-right: 90px;
}
h1:not(.title) {
  margin-bottom: 90px;
}
h2 {
  font-family: Akkurat, sans-serif;
  font-size: 60px;
  font-weight: 700;
}
h2.subtitle {
  font-family: Gliroy, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 4.2px;
  margin-top: 18px;
}
h2:not(.subtitle) {
  margin-bottom: 80px;
}
h1.cover-text, h2.cover-text {
  text-shadow: 0px 0px 12px rgba(51, 51, 51, 0.30);
}
h3 {
  font-family: Akkurat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
h4 {
  font-family: Akkurat, sans-serif;
  font-size: 48px;
  font-weight: 200;
}
h5 {
  font-family: Akkurat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
h6 {
  font-family: Akkurat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
p {
  color: #808080;
  line-height: 26px;
  letter-spacing: 0.4px;
}
b, strong {
  font-family: Akkurat, sans-serif;
  font-size: inherit;
  font-weight: 700;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
  letter-spacing: 0.4px;
}
q {
  display: inline-block;
  padding: 40px;
  font-family: Akkurat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: rgba(25, 91, 90, 0.20);
  position: relative;
  margin-bottom: 40px;
}
q:before, q:after {
  font-family: Gliroy, sans-serif;
  font-size: 72px;
  line-height: 0px;
  position: absolute;
}
q:before {
  content: "\201C";
  top: 18px;
  left: -18px;
}
q:after {
  content: "\201D";
  bottom: -18px;
  right: -18px;
}
section {
  margin-bottom: 100px;
}
section.page-body, section#slider-block {
  margin-bottom: 0;
}
section:not(.page-body):first-child {
  margin-top: 100px;
}
section#slider-block {
  margin-top: 0;
}
button {
  border: none;
  font-family: Akkurat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
button.btn-accent {
  background: #2b9548;
  color: #195b5a;
}
#cookie-law-info-again, #cookie-law-info-bar {
  z-index: 10;
}
#cookie-law-info-again *, #cookie-law-info-bar * {
  font-family: Akkurat, sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}
/* WE ARE CACTUS */
/* SASS LAYOUT PROJECT */
/* version #{$version} */
body.is-home.home-animation {
  overflow: hidden;
}
#page-loader {
  -webkit-position: fixed;
  -moz-position: fixed;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1060;
  background-color: #000;
}
#page-loader .loader-container {
  height: 32px;
  width: 32px;
}
#header {
  padding: 40px 100px;
  background-color: #fff;
  z-index: 99;
  top: 0px;
}
#header:not(.is-home) {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
#header.is-home, #header.is-map {
  -webkit-position: fixed;
  -moz-position: fixed;
  position: fixed;
  background: transparent;
  transition: 0.2s ease-in-out opacity, .2s ease-in-out transform, 0.2s ease-in-out top;
    z-index: 9999;
}
#header.is-home.home-animation, #header.is-map.home-animation {
  opacity: 0;
  transform: translateY(-40px);
}
#header #logo a, #header #menu a {
  display: block;
}
#header.opened #logo .logo-hoja, #header.is-map #logo .logo-hoja, #header.is-home #logo .logo-hoja {
  fill: #2b9548;
}
#header.opened #logo .logo-texto, #header.is-map #logo .logo-texto, #header.is-home #logo .logo-texto {
  fill: #fff;
}
#header #logo {
  position: relative;
  width: 170px;
}
#header #logo img{width: 170px;}
#header #logo .logo-hoja {
  fill: #2b9548;
}
#header #logo .logo-texto {
  fill: #195b5a;
}
#header #menubar #menu {
  z-index: 100;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#header #menubar #menu:not(.is-home) .menu-icon .menu-icon-line, #header #menubar #menu:not(.is-map) .menu-icon .menu-icon-line {
  transition: 0.2s fill;
  fill: #333;
}
#header #menubar #menu .cross, #header #menubar #menu .burger {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#header #menubar #menu .burger {
  opacity: 1;
}
#header #menubar #menu .cross {
  opacity: 0;
  top: 0;
  right: 0;
}
#header #menubar #menu.is-home .menu-icon .menu-icon-line, #header #menubar #menu.is-map .menu-icon .menu-icon-line, #header #menubar #menu.opened .menu-icon .menu-icon-line {
  transition: 0.2s fill;
  fill: #fff;
}
#header #menubar #menu.opened .cross {
  opacity: 1;
}
#header #menubar #menu.opened .burger {
  opacity: 0;
}
#header #menubar #nav-menu {
  display: flex;
  align-items: center;
  z-index: -1;
  position: fixed;
  height: 100%;
  top: 0;
  width: 40%;
  right: -40%;
  background-color: #195b5a;
  transition: 0.6s all ease-in-out;
}
#header #menubar #nav-menu.opened {
  right: 0;
}
#header #menubar #nav-menu.opened ~ .cover-item {
  opacity: 0.8;
  right: 0;
  transition: 0.4s opacity ease-in-out;
}
#header #menubar #nav-menu #main-menu {
  position: relative;
  margin-left: 5.6vw;
  margin-right: 4.3vw;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#header #menubar #nav-menu #main-menu li {
  margin-bottom: 18px;
  flex-basis: 100%;
  display: flex;
  align-items: baseline;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0.3;
}
#header #menubar #nav-menu #main-menu li .counter-item {
  font-family: Akkurat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  top: -5px;
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-right: 10px;
}
#header #menubar #nav-menu #main-menu li:hover {
  opacity: 1;
}
#header #menubar #nav-menu #main-menu li a {
  color: #fff;
  display: flex;
  align-items: baseline;
  font-family: Akkurat, sans-serif;
  font-size: 32px;
  font-weight: 400;
}
#header #menubar .cover-item {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  transition: 0.4s opacity ease-in-out, 0s right 0.4s;
  opacity: 0;
  background: #333;
}
.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}
.full-size {
  width: 100%;
  height: 100%;
}
.full-layout {
  min-width: 100vw;
  min-height: 100vh;
}
.shaded-item {
  -webkit-box-shadow: 3px 3px 14px 2px rgba(25, 91, 90, 0.10);
  -moz-box-shadow: 3px 3px 14px 2px rgba(25, 91, 90, 0.10);
  box-shadow: 3px 3px 14px 2px rgba(25, 91, 90, 0.10);
}
.page-subtitle h2, .page-subtitle h3, .page-subtitle h4, .page-subtitle h5, .page-subtitle h6, .page-subtitle p {
  font-family: Akkurat, sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #195b5a;
  line-height: inherit;
  margin-top: -14px;
}
.cover-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 824px;
}
.layout-item {
  padding: 0 12vw;
}
.layout-item .reset-layout-item {
  margin: 0 -12vw;
  width: 100%;
}
.icon-container img {
  height: 60px;
  width: 60px;
}
#legal-page {
  min-height: 100vh;
  padding-top: 40px;
}
#legal-page .cover-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: top center;
  height: 50vh;
  min-height: 500px;
  margin-bottom: 80px;
}
#legal-page h3 {
  font-weight: 300;
}
#legal-page * + h3 {
  margin-top: 40px;
}
#legal-page ul, #legal-page ol {
  padding-left: 40px;
  margin: 40px 0;
}
#legal-page ul li, #legal-page ol li {
  padding-left: 18px;
  padding-bottom: 18px;
}
#legal-page ul li ul, #legal-page ol li ul {
  padding-top: 18px;
  margin: 0;
}
#legal-page ul li:last-of-type, #legal-page ol li:last-of-type {
  padding-bottom: 0;
}
#legal-page ul li {
  list-style: disc;
}
#legal-page .page-content {
  margin-bottom: 80px;
}
#text-block h2 {
  font-weight: 200;
}
#image-text-block, #image-text-block-simple {
  position: relative;
}
#image-text-block .text-block-container, #image-text-block-simple .text-block-container {
  position: relative;
  z-index: 2;
}
#image-text-block .text-block-container .image-element, #image-text-block-simple .text-block-container .image-element {
  width: 250px;
  margin-bottom: 40px;
}
#image-text-block .text-block-container .text-block, #image-text-block-simple .text-block-container .text-block {
  background: #195b5a;
  padding: 80px;
  color: #fff;
  width: 100%;
}
#image-text-block .text-block-container .text-block li, #image-text-block-simple .text-block-container .text-block li {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
}
#image-text-block .text-block-container .text-block li.slider-item, #image-text-block-simple .text-block-container .text-block li.slider-item {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0.5;
  cursor: pointer;
}
#image-text-block .text-block-container .text-block li.slider-item:hover, #image-text-block-simple .text-block-container .text-block li.slider-item:hover {
  opacity: 1;
}
#image-text-block .text-block-container .text-block li.text-item .slider-link, #image-text-block-simple .text-block-container .text-block li.text-item .slider-link {
  margin-top: 10px;
}
#image-text-block .text-block-container .text-block li:last-child, #image-text-block-simple .text-block-container .text-block li:last-child {
  margin-bottom: 0;
}
#image-text-block .text-block-container .text-block li:hover, #image-text-block-simple .text-block-container .text-block li:hover, #image-text-block .text-block-container .text-block li.active-link, #image-text-block-simple .text-block-container .text-block li.active-link {
  opacity: 1;
}
#image-text-block .text-block-container .text-block li .indexer-item, #image-text-block-simple .text-block-container .text-block li .indexer-item {
  transition: 0.6s all ease-in-out;
  transform-origin: center center;
  transform: scaleX(0);
  height: 2px;
  background: #f7f7f7;
  top: 50%;
  position: absolute;
  padding: 0 10px;
}
#image-text-block .text-block-container .text-block li .icon-container, #image-text-block-simple .text-block-container .text-block li .icon-container {
  display: inline-block;
  margin-right: 32px;
  opacity: 0.6;
}
#image-text-block .text-block-container .text-block li .icon-container img, #image-text-block-simple .text-block-container .text-block li .icon-container img {
  height: 42px;
  width: 42px;
}
#image-text-block .text-block-container, #image-text-block-simple .text-block-container, #image-text-block .tr-element, #image-text-block-simple .tr-element {
  position: relative;
  bottom: 10vw;
}
#image-text-block #single-image, #image-text-block-simple #single-image, #image-text-block #image-slider, #image-text-block-simple #image-slider {
  position: relative;
  z-index: 1;
}
#image-text-block #single-image .slide-img-name, #image-text-block-simple #single-image .slide-img-name, #image-text-block #image-slider .slide-img-name, #image-text-block-simple #image-slider .slide-img-name {
  color: #fff;
  z-index: 2;
}
#image-text-block #single-image .slick-list, #image-text-block-simple #single-image .slick-list, #image-text-block #image-slider .slick-list, #image-text-block-simple #image-slider .slick-list, #image-text-block #single-image .slick-track, #image-text-block-simple #single-image .slick-track, #image-text-block #image-slider .slick-track, #image-text-block-simple #image-slider .slick-track {
  height: 100%;
}
#image-text-block #single-image div[class*='col']:first-of-type, #image-text-block-simple #single-image div[class*='col']:first-of-type, #image-text-block #image-slider div[class*='col']:first-of-type, #image-text-block-simple #image-slider div[class*='col']:first-of-type {
  height: 100%;
}
#image-text-block #single-image.on-bottom, #image-text-block-simple #single-image.on-bottom, #image-text-block #image-slider.on-bottom, #image-text-block-simple #image-slider.on-bottom {
  top: 80px;
}
#image-text-block #single-image.on-top, #image-text-block-simple #single-image.on-top, #image-text-block #image-slider.on-top, #image-text-block-simple #image-slider.on-top {
  top: 0;
}
#image-text-block #single-image .image-container, #image-text-block-simple #single-image .image-container, #image-text-block #image-slider .image-container, #image-text-block-simple #image-slider .image-container {
  height: calc((50vw * 1080) / 1920);
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#image-text-block #single-image .image-item .video-cover, #image-text-block-simple #single-image .image-item .video-cover, #image-text-block #image-slider .image-item .video-cover, #image-text-block-simple #image-slider .image-item .video-cover {
  height: calc((50vw * 1080) / 1920);
  min-height: 500px;
}
#image-text-block #single-image .title-content, #image-text-block-simple #single-image .title-content, #image-text-block #image-slider .title-content, #image-text-block-simple #image-slider .title-content {
  margin-top: 40px;
}
#image-text-block #single-image .title-content h3, #image-text-block-simple #single-image .title-content h3, #image-text-block #image-slider .title-content h3, #image-text-block-simple #image-slider .title-content h3 {
  font-family: Akkurat, sans-serif;
  font-size: 32px;
  font-weight: 300;
}
#image-text-block #single-image .title-content h5, #image-text-block-simple #single-image .title-content h5, #image-text-block #image-slider .title-content h5, #image-text-block-simple #image-slider .title-content h5 {
  font-size: 18px;
}
#image-text-block #single-image .description-content, #image-text-block-simple #single-image .description-content, #image-text-block #image-slider .description-content, #image-text-block-simple #image-slider .description-content {
  display: inline;
}
#image-text-block #single-image .video-cover, #image-text-block-simple #single-image .video-cover, #image-text-block #image-slider .video-cover, #image-text-block-simple #image-slider .video-cover {
  /* ie edge only gets the following rule */
}
#image-text-block #single-image .video-cover video, #image-text-block-simple #single-image .video-cover video, #image-text-block #image-slider .video-cover video, #image-text-block-simple #image-slider .video-cover video {
  height: auto;
}
@supports (object-fit: cover) {
  #image-text-block #single-image .video-cover video, #image-text-block-simple #single-image .video-cover video, #image-text-block #image-slider .video-cover video, #image-text-block-simple #image-slider .video-cover video {
    object-fit: cover;
    height: 100%;
  }
}
@supports (object-fit: cover) and (-ms-ime-align:auto) {
  #image-text-block #single-image .video-cover video, #image-text-block-simple #single-image .video-cover video, #image-text-block #image-slider .video-cover video, #image-text-block-simple #image-slider .video-cover video {
    width: 144vw;
    height: auto;
  }
}
#features-block.bg-gray {
  background-color: #f7f7f7;
}
#features-block .features-container {
  padding-top: 120px;
  padding-bottom: 120px;
}
#features-block .features-container .feature-content .text-container {
  max-width: 120px;
  margin-left: 18px;
}
#features-block .features-container .feature-content .text-container .feature-name {
  color: #2b9548;
  font-family: Akkurat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}
#features-block .features-container .feature-content .text-container .feature-text {
  line-height: 18px;
  margin-bottom: 0;
}
#cards-block .header-container {
  margin-bottom: 90px;
}
#cards-block .header-container h2 {
  font-weight: 300;
  margin-bottom: 40px;
}
#cards-block .cards-container {
  width: 100%;
}
#cards-block .cards-container .card-content {
  cursor: pointer;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0.8;
  overflow: hidden;
  position: relative;
  flex-basis: 16%;
  height: 600px;
  margin: 0 10px 120px;
}
#cards-block .cards-container .card-content.disabled {
  opacity: 0.2;
}
#cards-block .cards-container .card-content.deny-open {
  cursor: initial;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#cards-block .cards-container .card-content.deny-open:hover {
  opacity: 1;
}
#cards-block .cards-container .card-content.opened {
  overflow: visible;
}
#cards-block .cards-container .card-content .card-info-container {
  height: 100%;
  position: relative;
}
#cards-block .cards-container .card-content .card-info-container .image-container {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cards-block .cards-container .card-content .card-info-container .card-info {
  top: 0;
  z-index: 2;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: absolute;
  background-color: #f7f7f7;
  padding: 80px 80px 40px 40px;
  width: 50vw;
  max-width: 600px;
  min-height: 100%;
}
#cards-block .cards-container .card-content .card-info-container .card-info h4 {
  font-family: Akkurat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 18px;
}
#cards-block .cards-container .card-content .card-info-container .card-info .close-icon {
  right: 0;
  top: 0;
  cursor: pointer;
}
#cards-block .cards-container .card-content .card-info-container .card-info .close-icon img {
  height: 24px;
  width: 24px;
  margin: 18px 18px 0 0;
}
#cards-block .cards-container .card-content.active {
  opacity: 1;
}
#cards-block .cards-container .card-content:active {
  opacity: 1;
}
#cards-block .cards-container .card-content:first-of-type {
  margin-left: 0;
}
#cards-block .cards-container .card-content:last-of-type {
  margin-right: 0;
}
#cards-block .cards-container .card-content .card-label {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  width: 100%;
  color: #fff;
  background: rgba(25, 91, 90, 0.50);
  padding: 40px;
  letter-spacing: 0.5px;
}
#cards-block .cards-container .card-content .card-label span {
  text-align: center;
}
#cards-block .card-content:hover .card-label {
  opacity: 1;
}
#cards-block .card-content.deny-open:hover .card-label {
  opacity: 0;
}
#volume-container {
  z-index: 1;
  height: 36px;
  width: 36px;
  position: absolute;
  bottom:45px;
  left: 80px;
}
#volume-container > * {
  cursor: pointer;
}
#volume-container .unmute-control:after {
  content: 'Mute';
}
#volume-container .mute-control:after {
  content: 'Unmute';
}
#volume-container .unmute-control, #volume-container .mute-control {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0.6;
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline-block;
}
#volume-container .unmute-control:hover, #volume-container .mute-control:hover {
  opacity: 1;
}
#volume-container .unmute-control:after, #volume-container .mute-control:after {
  position: absolute;
  color: #fff;
  font-family: Akkurat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  left: 54px;
  line-height: 36px;
}
#slider-block {
  position: relative;
  background: #000;
  overflow: hidden;
}
#slider-block .video-cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  /* ie edge only gets the following rule */
}
#slider-block .video-cover video {
  height: auto;
}
@supports (object-fit: cover) {
  #slider-block .video-cover video {
    object-fit: cover;
    height: 100%;
  }
}
@supports (object-fit: cover) and (-ms-ime-align:auto) {
  #slider-block .video-cover video {
    width: 144vw;
    height: auto;
  }
}
#slider-block .video-cover:after {
  content: '';
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.40);
  bottom: 0;
  position: -webkit-fixed;
  position: -moz-fixed;
  position: -ms-fixed;
  position: -o-fixed;
  position: fixed;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}
#slider-block:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 18px;
  background-color: #195b5a;
}
#slider-block .slider-menu {
  transition: 0.8s ease-in-out opacity, 1.2s ease-in-out transform, 0.3s ease-in-out top;
  position: absolute;
  right: 0;
  top: 42%;
  z-index: 1;
}
#slider-block .slider-menu.home-animation {
  opacity: 0;
  transform: translateX(40px);
}
#slider-block .slider-menu nav {
  cursor: pointer;
}
#slider-block .slider-menu nav ul {
  overflow: hidden;
}
#slider-block .slider-menu nav li {
  text-align: right;
  position: relative;
  margin-bottom: 60px;
  transition: 0.4s all ease-in-out;
  transform: translateX(10px);
  opacity: 0.5;
}
#slider-block .slider-menu nav li:last-child {
  margin-bottom: 0;
}
#slider-block .slider-menu nav li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 4px;
  background-color: #195b5a;
  width: 150px;
}
#slider-block .slider-menu nav li:hover, #slider-block .slider-menu nav li.active-link {
  transform: translateX(0px);
  opacity: 1;
}
#slider-block .slider-menu nav li span {
  color: #fff;
  margin-right: 158px;
}
.cover-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cover-container .text-container {
  opacity: 0.9;
  transition: 0.8s ease-in-out opacity, 1.2s ease-in-out transform;
}
.cover-container .text-container p {
  color: #fff;
}
.cover-container .text-container.home-animation {
  opacity: 0;
  transform: translateX(-40px);
}
#img-grid-block .grid-container {
  margin: 0 -2vw;
}
#img-grid-block .grid-container .grid-element {
  display: inline-block;
  padding: 0 2vw;
  flex-basis: 20%;
  position: relative;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0.3;
  /* ie edge only gets the following rule */
}
#img-grid-block .grid-container .grid-element {
  position: relative;
}
#img-grid-block .grid-container .grid-element::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -webkit-mix-blend-mode: saturation;
  -moz-mix-blend-mode: saturation;
  mix-blend-mode: saturation;
}
#img-grid-block .grid-container .grid-element:hover::after {
  opacity: 0;
}
#img-grid-block .grid-container .grid-element:hover {
  opacity: 1;
}
@supports (mix-blend-mode: saturation) {
  #img-grid-block .grid-container .grid-element::after {
    background: #fff;
    -webkit-mix-blend-mode: saturation;
    -moz-mix-blend-mode: saturation;
    mix-blend-mode: saturation;
  }
  #img-grid-block .grid-container .grid-element:hover::after {
    opacity: 0;
  }
}
@supports (mix-blend-mode: saturation) and (-ms-ime-align:auto) {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0.3;
  #img-grid-block .grid-container .grid-element:hover {
    opacity: 1;
  }
}
#img-grid-block .grid-container .grid-element img {
  width: 100%;
  min-width: 150px;
  height: auto;
  min-height: 160px;
  object-fit: contain;
}
#img-grid-block .grid-container .grid-element:last-child {
  margin-right: none;
}
#header.is-map {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  padding-left: 40px;
  padding-right: 40px;
}

.is-home #logo #g16 path, .is-home #logo #g16 polygon, .is-home #logo #g22 path, .is-home #logo #g22 polygon, .is-home #logo #g34 path, .is-home #logo #g34 polygon, .is-map #logo #g16 path, .is-map #logo #g16 polygon, .is-map #logo #g22 path, .is-map #logo #g22 polygon, .is-map #logo #g34 path, .is-map #logo #g34 polygon{fill:#fff !important;}

.opened #logo #g16 path, .opened #logo #g16 polygon, .opened #logo #g22 path, .opened #logo #g22 polygon, .opened #logo #g34 path{fill:#fff !important;}

.page-body {
  overflow: hidden;
}
#header.is-map #menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#header.is-map #menu::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 50px;
  background: #195b5a;
  box-shadow: 3px 3px 14px 2px rgba(51, 51, 51, 0.20);
  z-index: -1;
}
#map-site #view {
  position: relative;
  flex-basis: 100vw;
  height: 100vh;
}
#map-site #view #video-container {
  /* ie edge only gets the following rule */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 2s opacity ease-in-out, 2s visibility ease-in-out, 1.6s transform cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transform-origin: center center;
}
#map-site #view #video-container video {
  height: auto;
}
@supports (object-fit: cover) {
  #map-site #view #video-container video {
    object-fit: cover;
    height: 100%;
  }
}
@supports (object-fit: cover) and (-ms-ime-align:auto) {
  #map-site #view #video-container video {
    width: 144vw;
    height: auto;
  }
}
#map-site #view #video-container.hidden {
  transform: scale(2);
}
#map-site #view #map-container {
  background: #333;
  transition: 2s all ease-in-out;
}
#map-site #sidebar {
  background: #195b5a;
  height: 100vh;
  z-index: 2;
}
#map-site #sidebar a {
  color: white;
}
#map-site #sidebar .controller-menu {
  margin-left: 5.6vw;
  margin-right: 4.3vw;
}
#map-site #sidebar .controller-menu li {
  color: #fff;
  position: relative;
  cursor: pointer;
}
#map-site #sidebar .controller-menu li.menu-item {
  margin-bottom: 18px;
}
#map-site #sidebar .controller-menu li.menu-item[id^="heading-"] {
  color: white;
}
#map-site #sidebar .controller-menu li.menu-item a.parent-link {
  opacity: 1;
  display: flex;
  align-items: baseline;
}
#map-site #sidebar .controller-menu li.menu-item a.parent-link > span {
  font-family: Akkurat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  white-space: nowrap;
}
#map-site #sidebar .controller-menu li.menu-item a.parent-link.collapsed {
  opacity: 0.6;
}
#map-site #sidebar .controller-menu li.menu-item a.parent-link .counter-item {
  font-family: Akkurat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  top: -5px;
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-right: 10px;
}
#map-site #sidebar .controller-menu li.menu-item:last-of-type {
  margin-bottom: 0;
}
#map-site #sidebar .controller-menu li .menu-subitem li {
  margin-left: 40px;
  line-height: 30px;
  font-family: Akkurat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0.6;
}
#map-site #sidebar .controller-menu li .menu-subitem li.active {
  opacity: 1;
}
#map-site #sidebar .controller-menu li .menu-subitem li:active {
  opacity: 1;
}
#map-site #card-container {
  width: 18vw;
  z-index: 100;
  position: absolute;
  right: 100px;
  top: 80px;
  transition: 0.6s ease-in-out opacity;
  box-shadow: 3px 3px 14px 2px rgba(51, 51, 51, 0.20);
}
#map-site #card-container .slick-list, #map-site #card-container .slick-track {
  height: 100%;
}
#map-site #card-container .card-item {
  background: #fff;
  width: 100%;
}
#map-site #card-container .card-item aside {
  padding: 40px;
}
#map-site #card-container .card-item aside .header {
  margin-bottom: 18px;
}
#map-site #card-container .card-item aside h5 {
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#map-site #card-container .card-item aside span {
  font-family: Akkurat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #7a7a7a;
  letter-spacing: 0.5px;
}
#map-site #card-container .card-item aside .card-info p {
  font-family: Akkurat, sans-serif;
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 0;
}
#map-site #card-container .card-item .card-image {
  height: 160px;
  flex-basis: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#footer {
  padding: 0 20px;
  background: #0e3d3d;
  z-index: 4;
}
#footer #footer-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer #footer-menu .footer-link {
  padding: 18px;
  color: rgba(255, 255, 255, 0.50);
  min-width: fit-content;
}
#footer #footer-menu .footer-link:hover {
  color: #fff;
}
#footer #footer-menu .contact-footer {
  background: rgba(255, 255, 255, 0.20);
}
#footer .footer-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#footer .copyright {
  padding: 18px;
  color: #fff;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0.5;
  width: 100%;
  min-width: fit-content;
  display: inline-block;
}
#footer #slogan {
  position: absolute;
  bottom: 50px;
  right: 100px;
  display: block;
}
#footer #slogan img {
  width: 100%;
  height: auto;
}
#footer .rrss-container {
  margin-right: 40px;
}
#footer .rrss-container a {
  margin-right: 18px;
  line-height: 1;
  max-height: 16px;
  max-width: 16px;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0.5;
}
#footer .rrss-container a:last-child {
  margin-right: 0;
}
#footer .rrss-container a img {
  height: 16px;
  width: 16px;
}
#footer .rrss-container a:hover {
  opacity: 1;
}
.mapsvg_container {
  height: 100vh;
  opacity: 0;
  position: relative;
}
.mapsvg_container .mapsvg-wrap-all {
  height: 100vh;
}
.mapsvg_container .mapsvg-wrap-all .mapsvg-wrap {
  height: 100vh !important;
}
.mapsvg_container .mapsvg-wrap-all .mapsvg-wrap .mapsvg {
  padding-bottom: 100% !important;
}
.mapsvg_container .mapsvg-buttons.left {
  left: 0;
  z-index: 999999;
}
.mapsvg_container.active {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.mapsvg_container .map-legend {
  width: 300px;
  height: 150px;
  position: absolute;
  z-index: 9999;
  bottom: 0;
  background-color: white;
  bottom: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home-modal {
  z-index: 1041;
}
#home-modal .modal-header {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}
#home-modal .modal-header .close .close-icon {
  fill: #0e3d3d;
}
#home-modal .bg-img {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  #home-modal .modal-text__container p, #home-modal .modal-text__container img {
    text-align: center;
  }
  #home-modal .modal-header .close {
    opacity: 1;
    background-color: #0e3d3d;
  }
  #home-modal .modal-header .close .close-icon {
    fill: #fff;
  }
}
@media (min-width: 1600px) {
  #footer {
    justify-content: space-between;
  }
  #footer .copyright {
    width: auto;
  }
  #footer #footer-menu {
    order: 1;
  }
  #footer .footer-content {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  #header #logo, #header #logo img{
    width: 195px;
  }
  #slider-block .cover-container .text-container {
    margin-top: 4.6vh;
  }
  #slider-block .cover-container .text-container h1.title {
    letter-spacing: 2px;
  }
  #image-text-block, #image-text-block-simple {
    overflow-x: hidden;
  }
  #image-text-block #single-image .title-content, #image-text-block-simple #single-image .title-content, #image-text-block #image-slider .title-content, #image-text-block-simple #image-slider .title-content {
    margin-top: 40px;
  }
  #image-text-block #single-image .title-content h3, #image-text-block-simple #single-image .title-content h3, #image-text-block #image-slider .title-content h3, #image-text-block-simple #image-slider .title-content h3 {
    font-size: 2.5vw;
    margin: 0;
  }
  #cards-block .cards-container {
    flex-wrap: nowrap;
  }
  #cards-block .cards-container .card-content {
    top: 0;
    transition: 0.6s ease-in-out top;
  }
  #cards-block .cards-container .card-content:nth-of-type(2n-1) {
    top: 60px;
  }
  #cards-block .cards-container .card-content:nth-of-type(4n) {
    top: 120px;
  }
  .page-subtitle p {
    font-size: 2.5vw;
  }
  #map-site #sidebar .controller-menu li.menu-item a.parent-link > span {
    font-family: Akkurat, sans-serif;
    font-size: 2vw;
    font-weight: 400;
    line-height: initial;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .layout-xl-item {
    padding: 0 12vw !important;
  }
}
@media (max-width: 1200px) {
  #features-block .features-container [class^="col"]:last-of-type .feature-content {
    margin-bottom: 0;
  }
  #features-block .features-container .feature-content {
    margin-bottom: 40px;
  }
  #image-text-block .text-block-container, #image-text-block-simple .text-block-container, #image-text-block .tr-element, #image-text-block-simple .tr-element {
    bottom: auto;
  }
  #image-text-block .image-item, #image-text-block-simple .image-item {
    order: 2;
  }
  .page-subtitle p {
    font-size: 32px;
    line-height: 68px;
  }
  #image-text-block #single-image .image-container, #image-text-block-simple #single-image .image-container, #image-text-block #image-slider .image-container, #image-text-block-simple #image-slider .image-container {
    min-height: 250px;
  }
  #image-text-block #single-image .image-item .video-cover, #image-text-block-simple #single-image .image-item .video-cover, #image-text-block #image-slider .image-item .video-cover, #image-text-block-simple #image-slider .image-item .video-cover {
    min-height: 250px;
  }
}
@media (max-width: 992px) {
  p, span, a, li, input {
    font-family: Akkurat, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
  h1 {
    font-family: Akkurat, sans-serif;
    font-size: 50.4px;
    font-weight: 700;
  }
  h1.title {
    font-size: 42px;
    margin-bottom: 7.56px;
    padding-right: 37.8px;
  }
  h1:not(.title) {
    margin-bottom: 37.8px;
  }
  h2 {
    font-family: Akkurat, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }
  h2.subtitle {
    font-family: Gliroy, sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 4.2px;
    margin-top: 7.56px;
  }
  h2:not(.subtitle) {
    margin-bottom: 33.6px;
  }
  h3 {
    font-family: Akkurat, sans-serif;
    font-size: 33.6px;
    font-weight: 700;
  }
  h4 {
    font-family: Akkurat, sans-serif;
    font-size: 33.6px;
    font-weight: 200;
  }
  h5 {
    font-family: Akkurat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7.56px;
  }
  h6 {
    font-family: Akkurat, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
  #header {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout-item {
    padding: 0 15px;
  }
  #header.is-home {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }
  #header #menubar #nav-menu {
    width: 100%;
    right: -100%;
  }
  #header #menubar #nav-menu.opened {
    right: 0;
  }
  #header #menubar #nav-menu #main-menu li span {
    display: inline;
  }
  #header #menubar #nav-menu #main-menu li a {
    display: inline;
  }
  #footer #slogan {
    right: 0;
    padding: 0 12vw;
  }
  #footer #footer-menu .footer-link {
    padding: 18px;
    width: 100%;
    text-align: center;
  }
  #footer .copyright {
    text-align: center;
  }
  #volume-container {
    left: 15px;
    bottom: 120px;
  }
  #accordion-block {
    margin: 0;
  }
  #accordion-block .slide-container[data-id="1"] #view-1 {
    height: 100vh;
  }
  #accordion-block .slide-container[data-id="1"] #view-1 .video-cover video {
    height: 100vh;
  }
  #accordion-block .slide-container[data-id="1"] #view-1 .video-cover:after {
    width: 100vw;
    height: 100vh;
  }
  #accordion-block .slide-container > .slider-heading {
    background: #fff;
  }
  #accordion-block .slide-container > .slider-heading .slide-body {
    margin-top: 18px;
  }
  #accordion-block .image-vid-container {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center center;
  }
  #accordion-block .slide-content {
    position: relative;
  }
  #accordion-block .slide-content .text-container {
    padding: 80px;
  }
  #accordion-block .slide-content .text-container span {
    color: #fff;
    font-family: Akkurat, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  #accordion-block .slide-content .video-cover {
    /* ie edge only gets the following rule */
  }
  #accordion-block .slide-content .video-cover video {
    position: absolute;
    z-index: -1;
  }
  #accordion-block .slide-content .video-cover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.70);
    -webkit-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    z-index: -1;
  }
  #accordion-block .slide-content .video-cover video {
    height: auto;
  }
  @supports (object-fit: cover) {
    #accordion-block .slide-content .video-cover video {
      object-fit: cover;
      height: 100%;
    }
  }
  @supports (object-fit: cover) and (-ms-ime-align:auto) {
    #accordion-block .slide-content .video-cover video {
      width: 144vw;
      height: auto;
    }
  }
  #cards-accordion .slide-container {
    margin-bottom: 18px;
  }
  #cards-accordion .slide-container .slider-heading {
    margin-top: 18px;
  }
  #cards-accordion .slide-container .image-container {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #cards-accordion .slide-container .image-container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  #cards-accordion .slide-container .image-container .more-info {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(25, 91, 90, 0.80);
    height: 32px;
    width: 32px;
  }
  #cards-accordion .slide-container .image-container .more-info img {
    position: absolute;
    width: 50%;
    height: 50%;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, 0.4s ease-in-out transform;
    transform-origin: center center;
  }
  #cards-accordion .slide-container .image-container .more-info img.hidden {
    transform: rotate(-90deg);
  }
  #cards-accordion .slide-container .image-container .card-label {
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    background: rgba(25, 91, 90, 0.80);
  }
  #cards-accordion .slide-container .image-container .card-label span {
    color: #fff;
    font-family: Akkurat, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
  #image-text-block .tr-element, #image-text-block-simple .tr-element {
    margin-top: 40px;
    position: static;
  }
  #image-text-block .arrow-container, #image-text-block-simple .arrow-container {
    z-index: 5;
    width: 100%;
    margin: -15px;
    padding: 0 15px;
    transition: 0.6s ease-in-out top;
  }
  #image-text-block .arrow-container .slider-arrow img, #image-text-block-simple .arrow-container .slider-arrow img {
    height: 40px;
    width: 40px;
  }
  #image-text-block .arrow-container .slider-arrow[data-position="right"], #image-text-block-simple .arrow-container .slider-arrow[data-position="right"] {
    transform: rotate(180deg);
  }
  #image-text-block #single-image .image-container, #image-text-block-simple #single-image .image-container, #image-text-block #image-slider .image-container, #image-text-block-simple #image-slider .image-container {
    min-height: 50vh;
  }
  #image-text-block #single-image .image-item .video-cover, #image-text-block-simple #single-image .image-item .video-cover, #image-text-block #image-slider .image-item .video-cover, #image-text-block-simple #image-slider .image-item .video-cover {
    min-height: 50vh;
  }
  #image-text-block #single-image .slr-content .image-item div:first-child, #image-text-block-simple #single-image .slr-content .image-item div:first-child, #image-text-block #image-slider .slr-content .image-item div:first-child, #image-text-block-simple #image-slider .slr-content .image-item div:first-child {
    order: 2;
  }
  #image-text-block #single-image .slr-content .image-item .title-content, #image-text-block-simple #single-image .slr-content .image-item .title-content, #image-text-block #image-slider .slr-content .image-item .title-content, #image-text-block-simple #image-slider .slr-content .image-item .title-content {
    margin-top: 0;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  #image-text-block-simple .text-block-container .text-block {
    padding: 40px;
  }
  #cards-block .cards-container .card-content {
    flex-basis: 100%;
  }
  #img-grid-block .grid-container .grid-element {
    flex-basis: 50%;
  }
}
@media (max-width: 576px) {
  #image-text-block-simple .text-block-container .image-element {
    width: 150px;
    margin-bottom: 40px;
  }
  #features-block .features-container .feature-content .text-container {
    max-width: none;
  }
}
@media (max-width: 480px) {
  p, span, a, li, input {
    font-family: Akkurat, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
  h1 {
    font-family: Akkurat, sans-serif;
    font-size: 36px;
    font-weight: 700;
  }
  h1.title {
    font-size: 30px;
    margin-bottom: 5.4px;
    padding-right: 27px;
	font-weight:700 !important;
  }
  h1:not(.title) {
    margin-bottom: 27px;
  }
  h2 {
    font-family: Akkurat, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }
  h2.subtitle {
    font-family: Gliroy, sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 4.2px;
    margin-top: 5.4px;
  }
  h2:not(.subtitle) {
    margin-bottom: 24px;
  }
  h3 {
    font-family: Akkurat, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
  h4 {
    font-family: Akkurat, sans-serif;
    font-size: 24px;
    font-weight: 200;
  }
  h5 {
    font-family: Akkurat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5.4px;
  }
  h6 {
    font-family: Akkurat, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
  #header {
    padding: 15px;
  }
  #header #logo {
    width: 150px;
  }
  #header #logo img{ width: 150px;}
  #header #menubar #menu:after {
    content: none;
  }
  #footer .copyright {
    padding-right: 15px;
  }
  #footer .contact-footer {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-right: -15px;
  }
  section {
    margin-bottom: 40px;
  }
  section:not(.page-body):first-child {
    margin-top: 15px;
  }
  .layout-item {
    padding: 0 15px;
  }
  #text-block .page-subtitle p {
    font-size: 28px;
    line-height: 32px;
    margin-top: 0;
  }
  #features-block .features-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #features-block .features-container .feature-content .text-container {
    max-width: inherit;
  }
  #features-block .features-container .feature-content .icon-container img {
    height: 42px;
    width: 42px;
  }
  #cards-block .header-container {
    margin-bottom: 32px;
  }
  #cards-block .header-container h2 {
    margin-bottom: 15px;
  }
  #image-text-block #single-image .title-content h1, #image-text-block-simple #single-image .title-content h1, #image-text-block #image-slider .title-content h1, #image-text-block-simple #image-slider .title-content h1, #image-text-block #single-image .title-content h2, #image-text-block-simple #single-image .title-content h2, #image-text-block #image-slider .title-content h2, #image-text-block-simple #image-slider .title-content h2, #image-text-block #single-image .title-content h3, #image-text-block-simple #single-image .title-content h3, #image-text-block #image-slider .title-content h3, #image-text-block-simple #image-slider .title-content h3, #image-text-block #single-image .title-content h4, #image-text-block-simple #single-image .title-content h4, #image-text-block #image-slider .title-content h4, #image-text-block-simple #image-slider .title-content h4, #image-text-block #single-image .title-content h5, #image-text-block-simple #single-image .title-content h5, #image-text-block #image-slider .title-content h5, #image-text-block-simple #image-slider .title-content h5 {
    font-size: 28px;
    line-height: 32px;
  }
  #map-site {
    flex-wrap: wrap !important;
  }
  #map-site #view {
    width: 100vw;
    height: 60vh;
    background-color: #f0f0f0;
  }
  #map-site #view .mapsvg_container .mapsvg-wrap-all .mapsvg {
    padding-bottom: 120% !important;
  }
  #map-site #view .mapsvg_container .map-legend {
    width: 150px;
    height: 75px;
    bottom: inherit;
    top: calc(65vh - 75px);
  }
  #map-site #sidebar {
    width: 100vw;
    max-height: 40vh;
    padding-top: 12vh;
    padding-bottom: 5vh;
  }
  #map-site #sidebar .controller-menu {
    max-height: 100%;
    width: 100%;
    overflow-y: scroll;
  }
  #map-site #sidebar .controller-menu li.menu-item a.parent-link > span, #map-site #sidebar .controller-menu li.menu-item a.parent-link span {
    font-size: 16px;
    white-space: normal;
  }
  #map-site #sidebar .controller-menu li.menu-item a.parent-link .counter-item {
    top: 0;
  }
}