/*======================================
  #Hero
======================================*/
.hero {
  position: relative;
  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;
  padding: 80px 0;
  max-width: 100%;
}
.hero.hero--v-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero.hero--v-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 60px 0;
  }
}
.hero.hero--25 {
  min-height: 25vh;
}
.hero.hero--30 {
  min-height: 30vh;
}
.hero.hero--35 {
  min-height: 35vh;
}
.hero.hero--40 {
  min-height: 40vh;
}
.hero.hero--45 {
  min-height: 45vh;
}
.hero.hero--50 {
  min-height: 50vh;
}
.hero.hero--55 {
  min-height: 55vh;
}
.hero.hero--60 {
  min-height: 60vh;
}
.hero.hero--65 {
  min-height: 65vh;
}
.hero.hero--70 {
  min-height: 70vh;
}
.hero.hero--75 {
  min-height: 75vh;
}
.hero.hero--80 {
  min-height: 80vh;
}
.hero.hero--85 {
  min-height: 85vh;
}
.hero.hero--90 {
  min-height: 90vh;
}
.hero.hero--95 {
  min-height: 95vh;
}
.hero.hero--100 {
  min-height: 100vh;
}
.hero .hero-background {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.hero .hero-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.hero.overlay--light {
  background: white !important;
}
.browser-explorer.browser-version-11 .hero .hero-inner,
.browser-explorer.browser-version-10 .hero .hero-inner,
.browser-explorer.browser-version-9 .hero .hero-inner {
  overflow: hidden;
  padding: 10px 0;
}
.browser-explorer.browser-version-11 .hero.hero--25,
.browser-explorer.browser-version-10 .hero.hero--25,
.browser-explorer.browser-version-9 .hero.hero--25 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 25vh;
}
.browser-explorer.browser-version-11 .hero.hero--30,
.browser-explorer.browser-version-10 .hero.hero--30,
.browser-explorer.browser-version-9 .hero.hero--30 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 30vh;
}
.browser-explorer.browser-version-11 .hero.hero--35,
.browser-explorer.browser-version-10 .hero.hero--35,
.browser-explorer.browser-version-9 .hero.hero--35 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 35vh;
}
.browser-explorer.browser-version-11 .hero.hero--40,
.browser-explorer.browser-version-10 .hero.hero--40,
.browser-explorer.browser-version-9 .hero.hero--40 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 40vh;
}
.browser-explorer.browser-version-11 .hero.hero--45,
.browser-explorer.browser-version-10 .hero.hero--45,
.browser-explorer.browser-version-9 .hero.hero--45 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 45vh;
}
.browser-explorer.browser-version-11 .hero.hero--50,
.browser-explorer.browser-version-10 .hero.hero--50,
.browser-explorer.browser-version-9 .hero.hero--50 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 50vh;
}
.browser-explorer.browser-version-11 .hero.hero--55,
.browser-explorer.browser-version-10 .hero.hero--55,
.browser-explorer.browser-version-9 .hero.hero--55 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 55vh;
}
.browser-explorer.browser-version-11 .hero.hero--60,
.browser-explorer.browser-version-10 .hero.hero--60,
.browser-explorer.browser-version-9 .hero.hero--60 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 60vh;
}
.browser-explorer.browser-version-11 .hero.hero--65,
.browser-explorer.browser-version-10 .hero.hero--65,
.browser-explorer.browser-version-9 .hero.hero--65 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 65vh;
}
.browser-explorer.browser-version-11 .hero.hero--70,
.browser-explorer.browser-version-10 .hero.hero--70,
.browser-explorer.browser-version-9 .hero.hero--70 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 70vh;
}
.browser-explorer.browser-version-11 .hero.hero--75,
.browser-explorer.browser-version-10 .hero.hero--75,
.browser-explorer.browser-version-9 .hero.hero--75 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 75vh;
}
.browser-explorer.browser-version-11 .hero.hero--80,
.browser-explorer.browser-version-10 .hero.hero--80,
.browser-explorer.browser-version-9 .hero.hero--80 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 80vh;
}
.browser-explorer.browser-version-11 .hero.hero--85,
.browser-explorer.browser-version-10 .hero.hero--85,
.browser-explorer.browser-version-9 .hero.hero--85 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 85vh;
}
.browser-explorer.browser-version-11 .hero.hero--90,
.browser-explorer.browser-version-10 .hero.hero--90,
.browser-explorer.browser-version-9 .hero.hero--90 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 90vh;
}
.browser-explorer.browser-version-11 .hero.hero--95,
.browser-explorer.browser-version-10 .hero.hero--95,
.browser-explorer.browser-version-9 .hero.hero--95 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 95vh;
}
.browser-explorer.browser-version-11 .hero.hero--100,
.browser-explorer.browser-version-10 .hero.hero--100,
.browser-explorer.browser-version-9 .hero.hero--100 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .browser-safari .top + .hero.hero--100 {
    min-height: 90vh;
  }
}
/*======================================
  #Hero text
======================================*/
.hero-inner {
  position: relative;
  z-index: 10;
}
.hero-inner h1,
.hero-inner h2 {
  font-size: 3.75rem;
  margin-bottom: 0;
}
.hero-inner .hero-text {
  font-weight: 300;
  font-size: 1.25rem;
  margin: 20px 0 0;
}
.hero-inner .hero-text p:last-of-type {
  margin-bottom: 0;
}
.hero-inner .button-wrap {
  margin-top: 30px;
}
.hero-inner .button-wrap .button + .button {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .hero-inner h1,
  .hero-inner h2 {
    font-size: 2.5rem;
  }
}
/*======================================
  #Hero animation
======================================*/
.hero.hero--animate {
  overflow: hidden;
}
.hero.hero--animate .hero-background {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
}
.hero.hero--animate .hero-inner {
  opacity: 0;
  -webkit-transform: scale(0.95) translateZ(0);
  transform: scale(0.95) translateZ(0);
  -webkit-transition: all 0.6s ease 0.1s;
  -o-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.hero.hero--animate .hero-inner .button-wrap .button {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  -webkit-transition: opacity 1.2s ease 0.5s, background 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: opacity 1.2s ease 0.5s, background 0.3s ease 0s, color 0.3s ease 0s;
  transition: opacity 1.2s ease 0.5s, background 0.3s ease 0s, color 0.3s ease 0s;
}
.hero.hero--animate .hero-inner .button-wrap .button:nth-child(2) {
  -webkit-transition: opacity 1.2s ease 0.7s, background 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: opacity 1.2s ease 0.7s, background 0.3s ease 0s, color 0.3s ease 0s;
  transition: opacity 1.2s ease 0.7s, background 0.3s ease 0s, color 0.3s ease 0s;
}
.hero.hero--animate .hero-inner .button-wrap .button:nth-child(3) {
  -webkit-transition: opacity 1.2s ease 0.9s, background 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: opacity 1.2s ease 0.9s, background 0.3s ease 0s, color 0.3s ease 0s;
  transition: opacity 1.2s ease 0.9s, background 0.3s ease 0s, color 0.3s ease 0s;
}
.page-loaded .hero.hero--animate .hero-background {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.page-loaded .hero.hero--animate .hero-inner {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.page-loaded .hero.hero--animate .hero-inner .button-wrap .button {
  opacity: 1;
}
.row--center .hero-inner {
  text-align: center;
}
/*======================================
  #Overlay
======================================*/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: #111;
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.overlay.overlay--light {
  background: #fff;
}
/*======================================
  #Scroll icon
======================================*/
.icon-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  color: white;
  z-index: 9;
  width: 30px;
  text-align: center;
  margin-left: -15px;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
.icon-scroll.overlay--light {
  color: #111;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(36px) scale(0.5);
    transform: translateY(36px) scale(0.5);
  }
  81% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(0.9);
    transform: translateY(-5px) scale(0.9);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(36px) scale(0.5);
    transform: translateY(36px) scale(0.5);
  }
  81% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(0.9);
    transform: translateY(-5px) scale(0.9);
  }
}
/*======================================
  #Video
======================================*/
.hero-video {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.hero-video .hero-video__player {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-mute {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 12;
  color: #111;
  background-color: white;
  width: 2.25em;
  height: 2.25em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: pulse 1.35s infinite;
  animation: pulse 1.35s infinite;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-mute .fa-volume-off {
  display: none;
}
.video-mute:active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.video-mute.sound-on {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
  color: white;
}
.video-mute.sound-on .fa-volume-up {
  display: none;
}
.video-mute.sound-on .fa-volume-off {
  display: block;
}
.video-mute.sound-on:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*======================================
  #General
======================================*/
.block {
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .block {
    padding: 30px 0;
  }
}
.block.block--compact {
  padding: 30px 0;
}
.block-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}
.block-header .block-header-text {
  font-weight: 300;
  font-size: 1.25rem;
}
.block-header .block-header-text img {
  height: auto!important;
}
.block-header .block-header-text p:last-of-type {
  margin-bottom: 0;
}
.block-header h1,
.block-header h2,
.block-header h3 {
  margin-bottom: 0;
}
.block-header h1 + .block-header-text,
.block-header h2 + .block-header-text,
.block-header h3 + .block-header-text {
  margin-top: 15px;
}
.block-header + .block-body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .block-header + .block-body {
    margin-top: 30px;
  }
}
.block-body + .button-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .block-body + .button-wrap {
    margin-top: 20px;
  }
}
.block-header + .button-wrap {
  margin-top: 30px;
}
.block .button-wrap {
  padding: 0 20px;
  text-align: center;
}
.block .button-wrap .button + .button {
  margin-left: 10px;
}
/*======================================
  #Block background
======================================*/
.block-background {
  position: absolute;
  width: 100%;
  height: 35%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.gallery,
.gallery-simple {
  padding: 5px;
  position: relative;
  z-index: 2;
}
.gallery .gallery-item,
.gallery-simple .gallery-item {
  display: block;
  margin: 5px;
}
.gallery .gallery-item img,
.gallery-simple .gallery-item img {
  width: 100%;
  display: block;
}
.gallery .gallery-item,
.gallery-simple .gallery-item,
.gallery .instagram-image-link,
.gallery-simple .instagram-image-link {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery .gallery-item img,
.gallery-simple .gallery-item img,
.gallery .instagram-image-link img,
.gallery-simple .instagram-image-link img,
.gallery .gallery-item .bg,
.gallery-simple .gallery-item .bg,
.gallery .instagram-image-link .bg,
.gallery-simple .instagram-image-link .bg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: translateY(0px) translate3d(0, 0, 0);
  transform: translateY(0px) translate3d(0, 0, 0);
}
.gallery .gallery-item:hover,
.gallery-simple .gallery-item:hover,
.gallery .instagram-image-link:hover,
.gallery-simple .instagram-image-link:hover {
  z-index: 2;
}
.gallery .gallery-item:hover img,
.gallery-simple .gallery-item:hover img,
.gallery .instagram-image-link:hover img,
.gallery-simple .instagram-image-link:hover img,
.gallery .gallery-item:hover .bg,
.gallery-simple .gallery-item:hover .bg,
.gallery .instagram-image-link:hover .bg,
.gallery-simple .instagram-image-link:hover .bg {
  -webkit-transform: translateY(-3px) translate3d(0, 0, 0);
  transform: translateY(-3px) translate3d(0, 0, 0);
  -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4);
}
.gallery.gallery--no-border,
.gallery-simple.gallery--no-border {
  padding: 0;
}
.gallery.gallery--no-border .gallery-item,
.gallery-simple.gallery--no-border .gallery-item {
  margin: 0;
}
.gallery.gallery--no-border .gallery-item:hover img,
.gallery-simple.gallery--no-border .gallery-item:hover img,
.gallery.gallery--no-border .gallery-item:hover .bg,
.gallery-simple.gallery--no-border .gallery-item:hover .bg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gallery .gallery-instagram .gallery-item,
.gallery-simple .gallery-instagram .gallery-item {
  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;
  min-height: 100%;
}
.gallery .gallery-instagram .gallery-item figure,
.gallery-simple .gallery-instagram .gallery-item figure {
  position: relative;
}
.gallery .gallery-instagram .gallery-item .instagram-user-link,
.gallery-simple .gallery-instagram .gallery-item .instagram-user-link {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  display: block;
  padding: 10px;
  line-height: 1;
  border-radius: 100%;
  z-index: 3;
}
.browser-explorer.browser-version-10 .gallery,
.gallery-simple .gallery-instagram .gallery-item {
  display: block;
}
/*======================================
  #List
======================================*/
.feed .feed-post {
  background: white;
  height: 100%;
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: block;
}
.feed .feed-post img {
  display: block;
}
.feed .feed-post .feed-post-image {
  overflow: hidden;
}
.feed .feed-post .feed-post-text {
  padding: 30px;
  position: relative;
}
.feed .feed-post .feed-post-text .feed-post-meta {
  font-size: 0.7rem;
  color: #666;
  line-height: 1;
  padding: 0 0 0.7em;
  font-weight: bold;
}
.feed .feed-post .feed-post-text p {
  margin-bottom: 0;
  font-size: 1rem;
}
.feed .feed-post:hover {
  -webkit-box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.15);
}
.white-bg .feed-post {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.white-bg .feed-post:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*======================================
  #Pager
======================================*/
ul.pager {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.pager li {
  display: inline-block;
  margin: 0 3px 6px;
}
ul.pager li a {
  display: block;
  line-height: 1;
  padding: 0.8em 1em;
  font-weight: bold;
  font-size: 1rem;
  background: white;
  border-radius: 4px;
  color: #111;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
}
ul.pager li a:hover {
  -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
}
ul.pager li.selected a {
  cursor: default;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: transparent!important;
  color: #666 !important;
}
.white-bg ul.pager li a {
  color: #555;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 -2px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 -2px rgba(0, 0, 0, 0);
}
.white-bg ul.pager li a:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.09);
}
/*======================================
  #Post
======================================*/
.post-image {
  max-width: 1100px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.post-image img {
  display: block;
  margin: 0 auto;
}
.post-meta {
  color: #666;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 1em 0;
}
.post-body {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}
.post-body img {
  height: auto!important;
}
/*======================================
  #Share
======================================*/
.share {
  text-align: center;
  margin: 2em 0;
}
.share h6 {
  margin-bottom: 20px;
}
ul.share-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.share-list li {
  margin: 0 0.3em;
}
ul.share-list li a {
  display: block;
  color: white;
  line-height: 1;
  font-size: 1.25rem;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.share-list li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
ul.share-list li.share-facebook a {
  background: #3b5998;
}
ul.share-list li.share-facebook a:hover {
  background: #4264aa;
}
ul.share-list li.share-twitter a {
  background: #4099FF;
}
ul.share-list li.share-twitter a:hover {
  background: #5aa7ff;
}
ul.share-list li.share-google a {
  background: #dd4b39;
}
ul.share-list li.share-google a:hover {
  background: #e15f4f;
}
ul.share-list li.share-linkedin a {
  background: #007bb5;
}
ul.share-list li.share-linkedin a:hover {
  background: #008ccf;
}
ul.tags + .share {
  margin-top: 30px;
}
/*======================================
  #Tags
======================================*/
.block-header ul.tags {
  margin-top: 20px;
}
ul.tags {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
ul.tags li {
  display: inline-block;
}
ul.tags li a {
  display: block;
  background: #f1f1f1;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}
ul.tags li a i {
  position: relative;
  margin: 0 0 0 5px;
}
ul.tags li a:hover {
  background: #111;
  color: white;
}
ul.tags li a.active {
  background: #111;
  color: white;
}
ul.tags li a.active:hover {
  background: #f1f1f1;
  color: #666;
}
.map {
  min-height: 200px;
}
.map.map--25 {
  height: 25vh;
}
.map.map--30 {
  height: 30vh;
}
.map.map--35 {
  height: 35vh;
}
.map.map--40 {
  height: 40vh;
}
.map.map--45 {
  height: 45vh;
}
.map.map--50 {
  height: 50vh;
}
.map.map--55 {
  height: 55vh;
}
.map.map--60 {
  height: 60vh;
}
.map.map--65 {
  height: 65vh;
}
.map.map--70 {
  height: 70vh;
}
.map.map--75 {
  height: 75vh;
}
.map.map--80 {
  height: 80vh;
}
.map.map--85 {
  height: 85vh;
}
.map.map--90 {
  height: 90vh;
}
.map.map--95 {
  height: 95vh;
}
.map.map--100 {
  height: 100vh;
}
.map .map-canvas {
  height: 100%;
  width: 100%;
}
.map.map--split {
  height: auto;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  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;
}
.map.map--split.map--25 {
  min-height: 25vh;
}
.map.map--split.map--30 {
  min-height: 30vh;
}
.map.map--split.map--35 {
  min-height: 35vh;
}
.map.map--split.map--40 {
  min-height: 40vh;
}
.map.map--split.map--45 {
  min-height: 45vh;
}
.map.map--split.map--50 {
  min-height: 50vh;
}
.map.map--split.map--55 {
  min-height: 55vh;
}
.map.map--split.map--60 {
  min-height: 60vh;
}
.map.map--split.map--65 {
  min-height: 65vh;
}
.map.map--split.map--70 {
  min-height: 70vh;
}
.map.map--split.map--75 {
  min-height: 75vh;
}
.map.map--split.map--80 {
  min-height: 80vh;
}
.map.map--split.map--85 {
  min-height: 85vh;
}
.map.map--split.map--90 {
  min-height: 90vh;
}
.map.map--split.map--95 {
  min-height: 95vh;
}
.map.map--split.map--100 {
  min-height: 100vh;
}
.map.map--split .map-content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.map.map--split .map-content .map-content-inner {
  padding: 100px 40px;
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 300;
  font-size: 1.25rem;
}
.map.map--split .map-canvas {
  width: 60%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .map.map--split {
    height: auto;
    display: block;
  }
  .map.map--split .map-content {
    width: 100%;
  }
  .map.map--split .map-content .map-content-inner {
    padding: 40px 20px;
  }
  .map.map--split .map-canvas {
    width: 100%;
  }
  .map.map--split.map--25 .map-canvas {
    height: 25vh;
  }
  .map.map--split.map--30 .map-canvas {
    height: 30vh;
  }
  .map.map--split.map--35 .map-canvas {
    height: 35vh;
  }
  .map.map--split.map--40 .map-canvas {
    height: 40vh;
  }
  .map.map--split.map--45 .map-canvas {
    height: 45vh;
  }
  .map.map--split.map--50 .map-canvas {
    height: 50vh;
  }
  .map.map--split.map--55 .map-canvas {
    height: 55vh;
  }
  .map.map--split.map--60 .map-canvas {
    height: 60vh;
  }
  .map.map--split.map--65 .map-canvas {
    height: 65vh;
  }
  .map.map--split.map--70 .map-canvas {
    height: 70vh;
  }
  .map.map--split.map--75 .map-canvas {
    height: 75vh;
  }
  .map.map--split.map--80 .map-canvas {
    height: 80vh;
  }
  .map.map--split.map--85 .map-canvas {
    height: 85vh;
  }
  .map.map--split.map--90 .map-canvas {
    height: 90vh;
  }
  .map.map--split.map--95 .map-canvas {
    height: 95vh;
  }
  .map.map--split.map--100 .map-canvas {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .map.map--split .map-content .map-content-inner {
    font-size: 16px;
    line-height: 22px;
  }
}
.map .opening-hours li {
  border-top-color: #e6e6e6;
}
.map .contact-list,
.map .opening-hours,
.map .button-wrap {
  margin-top: 30px;
}
.browser-explorer .map.map--split.map--25 .map-canvas {
  min-height: 25vh;
}
.browser-explorer .map.map--split.map--30 .map-canvas {
  min-height: 30vh;
}
.browser-explorer .map.map--split.map--35 .map-canvas {
  min-height: 35vh;
}
.browser-explorer .map.map--split.map--40 .map-canvas {
  min-height: 40vh;
}
.browser-explorer .map.map--split.map--45 .map-canvas {
  min-height: 45vh;
}
.browser-explorer .map.map--split.map--50 .map-canvas {
  min-height: 50vh;
}
.browser-explorer .map.map--split.map--55 .map-canvas {
  min-height: 55vh;
}
.browser-explorer .map.map--split.map--60 .map-canvas {
  min-height: 60vh;
}
.browser-explorer .map.map--split.map--65 .map-canvas {
  min-height: 65vh;
}
.browser-explorer .map.map--split.map--70 .map-canvas {
  min-height: 70vh;
}
.browser-explorer .map.map--split.map--75 .map-canvas {
  min-height: 75vh;
}
.browser-explorer .map.map--split.map--80 .map-canvas {
  min-height: 80vh;
}
.browser-explorer .map.map--split.map--85 .map-canvas {
  min-height: 85vh;
}
.browser-explorer .map.map--split.map--90 .map-canvas {
  min-height: 90vh;
}
.browser-explorer .map.map--split.map--95 .map-canvas {
  min-height: 95vh;
}
.browser-explorer .map.map--split.map--100 .map-canvas {
  min-height: 100vh;
}
.split {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  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;
}
.split.split--25 {
  min-height: 25vh;
}
.split.split--30 {
  min-height: 30vh;
}
.split.split--35 {
  min-height: 35vh;
}
.split.split--40 {
  min-height: 40vh;
}
.split.split--45 {
  min-height: 45vh;
}
.split.split--50 {
  min-height: 50vh;
}
.split.split--55 {
  min-height: 55vh;
}
.split.split--60 {
  min-height: 60vh;
}
.split.split--65 {
  min-height: 65vh;
}
.split.split--70 {
  min-height: 70vh;
}
.split.split--75 {
  min-height: 75vh;
}
.split.split--80 {
  min-height: 80vh;
}
.split.split--85 {
  min-height: 85vh;
}
.split.split--90 {
  min-height: 90vh;
}
.split.split--95 {
  min-height: 95vh;
}
.split.split--100 {
  min-height: 100vh;
}
.split.split--text-right .split-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.split.split--text-right .split-image {
  border: 5px solid #fff;
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .split.split--text-right .split-image {
    border: 5px solid #fff;
  }
}
.split .split-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.split .split-text .split-text-inner {
  padding: 100px 40px;
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 300;
  font-size: 1.25rem;
}
.split .split-text .button-wrap {
  margin-top: 30px;
}
.split .split-text .button-wrap .button + .button {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .split .split-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .split .split-text .split-text-inner {
    padding: 40px 20px;
  }
}
.split .split-image {
  width: 50%;
  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;
  border: 5px solid #fff;
  border-left: 0;
}
.split .split-image .split-image-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #fff;
}
.split .split-image.split-image--no-border,
.split .split-image.split-image--no-border .split-image-item {
  border: 0;
}
.split .split-image.split-image--2 .split-image-item {
  width: 50%;
}
.split .split-image.split-image--3 .split-image-item {
  width: 50%;
  min-height: 50%;
}
.split .split-image.split-image--3 .split-image-item:nth-child(1) {
  width: 100%;
}
.split .split-image.split-image--4 .split-image-item {
  width: 50%;
  min-height: 50%;
}
.split .split-image.split-image--5 .split-image-item:nth-child(1),
.split .split-image.split-image--5 .split-image-item:nth-child(2) {
  width: 50%;
  min-height: 60%;
}
.split .split-image.split-image--5 .split-image-item {
  width: 33.3333333%;
  min-height: 40%;
}
.split .split-image.split-image--6 .split-image-item {
  width: 33.3333333%;
  min-height: 50%;
}
@media only screen and (max-width: 768px) {
  .split .split-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    min-height: 400px;
    border: 5px solid #fff;
  }
}
.browser-explorer .split.split--25 .split-image {
  min-height: 25vh;
}
.browser-explorer .split.split--30 .split-image {
  min-height: 30vh;
}
.browser-explorer .split.split--35 .split-image {
  min-height: 35vh;
}
.browser-explorer .split.split--40 .split-image {
  min-height: 40vh;
}
.browser-explorer .split.split--45 .split-image {
  min-height: 45vh;
}
.browser-explorer .split.split--50 .split-image {
  min-height: 50vh;
}
.browser-explorer .split.split--55 .split-image {
  min-height: 55vh;
}
.browser-explorer .split.split--60 .split-image {
  min-height: 60vh;
}
.browser-explorer .split.split--65 .split-image {
  min-height: 65vh;
}
.browser-explorer .split.split--70 .split-image {
  min-height: 70vh;
}
.browser-explorer .split.split--75 .split-image {
  min-height: 75vh;
}
.browser-explorer .split.split--80 .split-image {
  min-height: 80vh;
}
.browser-explorer .split.split--85 .split-image {
  min-height: 85vh;
}
.browser-explorer .split.split--90 .split-image {
  min-height: 90vh;
}
.browser-explorer .split.split--95 .split-image {
  min-height: 95vh;
}
.browser-explorer .split.split--100 .split-image {
  min-height: 100vh;
}
.image-block {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.image-block img {
  display: block;
  margin: 0 auto;
}
.image-block.image-block--small {
  max-width: 810px;
}
.image-block.image-block--large {
  max-width: 1240px;
}
.image-block.image-block--full {
  max-width: 100%;
}
.image-block.image-block--full img {
  width: 100%;
}
/*======================================
  #Newsletter
======================================*/
.newsletter {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .newsletter {
    padding: 40px 0;
  }
}
.newsletter .newsletter-inner {
  max-width: 680px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  font-size: 1.25rem;
}
.newsletter .newsletter-inner p {
  margin-bottom: 1.5em;
}
.newsletter form {
  margin: 30px 0 20px;
  background: white;
  padding: 6px;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter form input {
  margin: 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border: 0!important;
}
@media only screen and (max-width: 768px) {
  .newsletter form input {
    padding: 15px;
  }
}
.newsletter form button {
  font-size: 1.2rem;
  max-width: 70px;
}
.newsletter p.subtext {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.2em;
  font-weight: normal;
}
.newsletter.white-bg form {
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.newsletter.white-bg form input {
  border: 0;
}
/*======================================
  #Flickity Slider
======================================*/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .flickity-prev-next-button {
    display: none;
  }
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:hover .arrow {
  fill: #111;
}
.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 20px;
}
.flickity-prev-next-button.next {
  right: 20px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 20px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20px;
}
.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}
.flickity-prev-next-button .arrow {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .flickity-page-dots {
    bottom: 15px;
  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #ccc;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .flickity-page-dots .dot {
    margin: 0 4px;
    width: 5px;
    height: 5px;
  }
}
.flickity-page-dots .dot.is-selected,
.flickity-page-dots .dot:hover {
  opacity: 1;
}
/*======================================
  #Hero slider
======================================*/
.slider .flickity-viewport {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.slider .hero {
  width: 100%;
  height: 100%;
}
.slide {
  width: 100%;
  min-width: 100%;
}
/*======================================
  #Grid
======================================*/
.grid {
  position: relative;
}
.grid-item img {
  height: auto !important;
}
.row--flat .grid-item {
  margin-bottom: 0;
}
.grid-item--boxed {
  padding: 30px;
  background: white;
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
}
.block--open-padding .grid-item--boxed,
.white-bg .grid-item--boxed {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*======================================
  #Header
======================================*/
.grid-item--header {
  font-weight: 300;
  font-size: 1.25rem;
}
.grid-item--header p:last-of-type {
  margin-bottom: 0;
}
/*======================================
  #Text
======================================*/
.grid-item--text,
.grid-item--text .row {
  height: 100%;
}
.bottom-sponsors-title {
    padding-left: 15px;
}
@media (min-width: 621px) {
    bottom-sponsors-title {
        padding-left: 30px;
    }
}
/*======================================
  #Line break
======================================*/
.line-break.line-break--divider,
.footer.footer--light .line-break.line-break--divider {
  position: relative;
}
.line-break.line-break--divider::after,
.footer.footer--light .line-break.line-break--divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}
.light-color .line-break.line-break--divider::after,
.footer .line-break.line-break--divider::after {
  background-color: rgba(255, 255, 255, 0.1);
}
/*======================================
  #Image
======================================*/
.grid-item--image {
  overflow: hidden;
}
.grid-item--image img {
  display: block;
  margin: 0 auto;
}
/*======================================
  #Video
======================================*/
.grid-item--video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.grid-item--video.video-shadow video {
  -webkit-box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.3);
}
/*======================================
  #Quote
======================================*/
.grid-item--quote blockquote {
  max-width: 100%;
  margin: 2em 0 0;
}
.grid-item--quote blockquote footer {
  margin-top: 0.8em;
  font-weight: bold;
  font-size: 0.875rem;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-item--quote blockquote footer img {
  margin-right: 1em;
  max-width: 45px;
  max-height: 45px;
  border-radius: 50%;
}
.light-color .grid-item--quote blockquote footer {
  color: rgba(255, 255, 255, 0.6);
}
/*======================================
  #Card
======================================*/
.grid-item--card {
  position: relative;
  overflow: hidden;
}
.grid-item--card span {
  display: block;
  width: 100%;
}
.grid-item--card .gid-text {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 5;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.grid-item--card .gid-text.v-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid-item--card .gid-text.v-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-item--card .gid-text.v-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid-item--card .gid-text.text-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.grid-item--card .gid-text.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-item--card .gid-text.text-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.grid-item--card .gid-text .gid-text-inner {
  max-width: 700px;
}
.grid-item--card .gid-text .gid-header {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.grid-item--card .gid-text.gid-text--small {
  font-size: 0.875rem;
}
.grid-item--card .gid-text.gid-text--small .gid-header {
  font-size: 1.125rem;
}
.grid-item--card .gid-text.gid-text--big {
  font-size: 1.25rem;
}
.grid-item--card .gid-text.gid-text--big .gid-header {
  font-size: 2.375rem;
}
.grid-item--card .gid-text.gid-text--xl {
  font-size: 1.25rem;
}
.grid-item--card .gid-text.gid-text--xl .gid-header {
  font-size: 4.25rem;
}
@media only screen and (max-width: 768px) {
  .grid-item--card .gid-text.gid-text--big .gid-header {
    font-size: 2rem;
  }
  .grid-item--card .gid-text.gid-text--xl .gid-header {
    font-size: 2.5rem;
  }
}
.grid-item--card .gid-text .gid-button {
  margin-top: 1.3em;
}
.grid-item--card .gid-bg,
.grid-item--card .gid-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grid-item--card .gid-overlay {
  z-index: 3;
  background-color: white;
}
.grid-item--card.light-color .gid-overlay {
  background-color: black;
}
.grid-item--card .gid-bg {
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.grid-item--card a:hover + .gid-bg,
.grid-item--card a:focus + .gid-bg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.grid-item--card a:focus .gid-header {
  text-decoration: underline;
}
/*======================================
  #Service Pods
======================================*/
.grid-item--service .gis-image {
  overflow: hidden;
}
.grid-item--service .gis-image img {
  display: block;
}
.grid-item--service .gis-image i {
  font-size: 4rem;
  line-height: 1;
}
.grid-item--service.text-center .gis-image img {
  margin: 0 auto;
}
.grid-item--service .gis-text {
  margin-top: 1em;
  font-size: 1rem;
}
.grid-item--service .gis-text p {
  margin-bottom: 1.5em;
}
.grid-item--service.grid-item--boxed {
  padding: 0;
}
.grid-item--service.grid-item--boxed .gis-text {
  margin: 0;
  padding: 30px;
}
.grid-item--service.grid-item--boxed .gis-image i {
  margin-top: 30px;
}
.grid-item--service.grid-item--service-compact {
  position: relative;
  padding-left: 3.75em;
}
.grid-item--service.grid-item--service-compact.text-center {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-item--service.grid-item--service-compact.text-center article {
  position: relative;
  text-align: left;
  padding-left: 3.75em;
}
.grid-item--service.grid-item--service-compact.text-center article p {
  margin-bottom: 0;
}
.grid-item--service.grid-item--service-compact .gis-text {
  margin-top: 0;
  font-size: 0.875rem;
}
.grid-item--service.grid-item--service-compact .gis-text h5,
.grid-item--service.grid-item--service-compact .gis-text .h5 {
  font-size: 1rem;
  margin-bottom: 0;
}
.grid-item--service.grid-item--service-compact .gis-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  text-align: center;
}
.grid-item--service.grid-item--service-compact .gis-image i {
  font-size: 1.875rem;
  margin: 0;
}
.grid-item--service.grid-item--service-compact.grid-item--boxed .gis-image {
  top: 30px;
  left: 30px;
}
/*======================================
  #Accordion
======================================*/
.acc {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1rem;
}
.acc:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.acc .acc-head {
  padding: 1.25em 2.185em 1.25em 1.25em;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: left;
}
.acc .acc-head i {
  position: absolute;
  right: 1.66em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.75em;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .acc-head:hover i {
  opacity: 1;
}
.acc .acc-head:focus {
  text-decoration: underline;
  outline: none;
}
.acc .acc-head:focus i {
  opacity: 1;
}
.acc .acc-body {
  display: none;
  padding: 0 1.25em 1.25em;
}
.acc .acc-body p:last-of-type {
  margin-bottom: 0;
}
.acc.open .acc-head i {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.grid-item--acc.grid-item--boxed {
  padding: 0;
  background: transparent!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.grid-item--acc.grid-item--boxed .acc {
  margin-bottom: 1em;
  background: white;
  -webkit-box-shadow: 0 15px 32px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 32px -20px rgba(0, 0, 0, 0.15);
  border: 0;
}
.grid-item--acc.grid-item--boxed .acc:hover {
  -webkit-box-shadow: 0 10px 24px -15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px -15px rgba(0, 0, 0, 0.15);
}
.white-bg .grid-item--acc.grid-item--boxed .acc {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*======================================
  #Price list
======================================*/
.grid-item--price-list legend {
  margin-bottom: 0;
}
.grid-item--price-list article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1.2em 0.9em;
}
.grid-item--price-list article:last-child {
  border: 0;
}
.grid-item--price-list article .menu-info h5 {
  margin-bottom: 0;
}
.grid-item--price-list article .menu-info p {
  color: #666;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.grid-item--price-list article .menu-price {
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .grid-item--price-list {
    padding: 0;
  }
}
/*======================================
  #Price table
======================================*/
.grid-item--price-table {
  padding: 30px;
}
.price-table__heading {
  font-size: 1rem;
}
.price-table__price {
  font-size: 3.125rem;
  font-weight: bolder;
}
.price-table__price span {
  font-size: 0.25em;
  opacity: 0.5;
}
.price-table__features {
  margin-bottom: 1.25em;
}
.price-table__features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.price-table__disclaimer {
  opacity: 0.5;
  font-size: 0.75rem;
  margin-top: 1em;
  font-weight: bold;
}
.block-text.block-text--single {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}
.block-text.block-text--sidebar .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-text img {
  height: auto!important;
}
/*======================================
  #Sidebar
======================================*/
.block-text-aside {
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .block-text-aside {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
  }
}
.block-text-aside .aside-item {
  margin-bottom: 2em;
}
.block-text-aside .aside-item p:last-of-type,
.block-text-aside .aside-item ul.last-of-type {
  margin-bottom: 0;
}
.block-text-aside .aside-item.aside-item--boxed {
  padding: 2em;
}
.block-text-aside .aside-item.aside-item--links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-text-aside .aside-item.aside-item--links ul li a {
  padding: 15px;
  line-height: 1.1em;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
}
.block-text-aside .aside-item.aside-item--links ul li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.block-text-aside .aside-item.aside-item--links ul li.selected a {
  background-color: rgba(0, 0, 0, 0.02);
  color: #222;
}
.block-text-aside .aside-item.aside-item--links ul li:first-child a {
  border-top: 0;
}
.logos {
  text-align: center;
}
.logos .block-header + .block-body {
  margin-top: 20px;
}
ul.logos {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
ul.logos.black-and-white img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
ul.logos.black-and-white a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.logos.black-and-white a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
ul.logos li {
  padding: 20px;
}
ul.logos li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  ul.logos {
    margin: -10px 0 0;
  }
  ul.logos li {
    padding: 10px;
  }
}
/*======================================
  #Search
======================================*/
.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.search__close {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8) rotate(90deg);
  -ms-transform: scale(0.8) rotate(90deg);
  transform: scale(0.8) rotate(90deg);
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .search__close {
    font-size: 1.1rem;
  }
}
.search__stage {
  max-width: 600px;
  margin: 0 auto;
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: scale(0.9) translateX(50px);
  -ms-transform: scale(0.9) translateX(50px);
  transform: scale(0.9) translateX(50px);
  position: relative;
}
.search__form > .fa-search {
  position: absolute;
  top: 50%;
  left: 23px;
  opacity: 0.3;
  font-size: 1.125rem;
  line-height: 1;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search__form .search__input {
  margin-bottom: 0;
  font-size: 1.125rem;
  padding-left: 55px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border: 0!important;
}
.search__form .search__input:required:valid {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
@media only screen and (max-width: 992px) {
  .search__form .search__input {
    font-size: 16px;
  }
}
.search__form .search__button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0;
  width: 60px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__form .search__button[disabled] {
  width: 0;
}
.search-overlay {
  background-color: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .search-visible {
    overflow: hidden;
  }
}
.search-visible .search {
  visibility: visible;
  opacity: 1;
}
.search-visible .search__close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.search-visible .search__form {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.search-visible .search-overlay {
  opacity: 0.3;
  visibility: visible;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/*======================================
  #Search Block
======================================*/
.search-block {
  overflow: hidden;
  position: relative;
  padding: 60px 0 50px!important;
}
.search-result-info {
  padding: 0 2em;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1.7em;
}
.search-block .search__form {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
  z-index: 2;
}
.search-block .search__form input {
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1) !important;
}
/*======================================
  #Search Results
======================================*/
.search-result {
  background-color: white;
  padding: 40px;
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  margin-bottom: 10px;
}
.search-result:hover {
  -webkit-box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.1);
}
.search-result p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .search-result {
    padding: 20px;
  }
}
/*======================================
  #Search - No Results
======================================*/
.search-empty {
  width: 100%;
  padding: 2em 20px;
  text-align: center;
  color: #666;
}
.search-empty h3,
.search-empty h4,
.search-empty h5 {
  color: #666;
}
.search-empty > i {
  font-size: 3.75rem;
  display: block;
  line-height: 1;
  opacity: 0.3;
  margin-bottom: 20px;
}
/*======================================
  #Breadcrumbs
======================================*/
ul.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 0.6em;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.breadcrumbs li {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
ul.breadcrumbs li::before {
  content: "/";
  padding: 0 0.7em;
  opacity: 0.6;
}
ul.breadcrumbs li:first-child::before {
  display: none;
}
ul.breadcrumbs li a {
  color: #999;
}
/*======================================
  #Cookie Concent
======================================*/
.cookie-concent {
  position: fixed;
  z-index: 4000;
  padding: 25px;
  width: 380px;
  background-color: white;
  font-size: 0.95rem;
  border-radius: 4px;
}
.cookie-concent .cookie-concent__text {
  margin-bottom: 15px;
}
.cookie-concent .cookie-concent__link {
  margin-top: 5px;
  display: block;
  font-weight: bold;
}
.cookie-concent .cookie-concent__link a {
  color: inherit;
  text-decoration: underline;
}
.cookie-concent.cookie-concent--float-left {
  left: 20px;
}
.cookie-concent.cookie-concent--float-right {
  right: 20px;
}
.cookie-concent.cookie-concent--float-right,
.cookie-concent.cookie-concent--float-left {
  bottom: 20px;
}
.cookie-concent.cookie-concent--float-right .button,
.cookie-concent.cookie-concent--float-left .button {
  width: 100%;
  text-align: center;
}
.cookie-concent.cookie-concent--banner-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
}
.cookie-concent.cookie-concent--banner-bottom .cookie-concent__text {
  margin: 0;
  padding-right: 20px;
}
.cookie-concent.cookie-concent--banner-bottom .cookie-concent__link {
  display: inline;
}
.cookie-concent.cookie-concent--banner-bottom .button {
  white-space: nowrap;
}
.cookie-concent.cookie-concent--light {
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .cookie-concent {
    font-size: 1rem;
    padding: 15px !important;
    width: 100%!important;
    left: 0!important;
    right: auto!important;
    bottom: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
  }
  .cookie-concent .cookie-concent__text {
    margin: 0;
    padding-right: 20px;
  }
  .cookie-concent .cookie-concent__link {
    display: inline;
  }
  .cookie-concent .button {
    white-space: nowrap;
    width: auto!important;
  }
}
