@charset "UTF-8";
/*****************************/
/* copyright Fourdesign 2017 */
/* www.fourdesign.nl         */
/*****************************/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "\2195";
}

.sp-fade-full-screen {
  opacity: 0;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "\25B6";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer, .slider-pro .overview.team .item .text .sp-layer.name, .overview.team .item .text .slider-pro .sp-layer.name {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

.btn, form button {
  padding: 8px 0px 8px 20px;
  display: inline-block;
  background-color: #15B7EB;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  margin-top: 35px;
  transition: all 300ms ease-in-out;
}
.btn:after, form button:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 300ms ease-in-out;
  height: 15px;
  width: 30px;
  background-position: 0px center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../svg/icon-arrow-right-primary.svg");
  display: inline-block;
  position: relative;
  margin-left: 15px;
  top: 1px;
}
@media (max-width: 980px) {
  .btn:after, form button:after {
    height: 10px;
    width: 24px;
  }
}
.btn:hover, form button:hover {
  background-color: #53CEEA;
}
.btn:hover:after, form button:hover:after {
  background-position: 5px center;
}
.btn.nomargin, form button.nomargin {
  margin: 0px;
}
.btn.-primary, form button.-primary {
  background-color: #25356D;
}
.btn.-yellow, form button.-yellow {
  background-color: #F9D655;
  color: #25356D;
}

* {
  margin: 0;
  padding: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body .website-content {
  flex: 1;
}

.ie-11,
.ie-10,
.ie-9 {
  display: block;
}

a img {
  border: 0;
}

:focus {
  outline: none;
}

#outdated {
  z-index: 9998 !important;
}

/*
font-family: pt-sans-pro,sans-serif;
font-weight: 400;
font-style: italic;

font-family: pt-sans-pro,sans-serif;
font-weight: 400;
font-style: normal;

font-family: pt-sans-pro,sans-serif;
font-weight: 700;
font-style: normal;

font-family: pt-sans-pro,sans-serif;
font-weight: 700;
font-style: italic;

font-family: realist,sans-serif;
font-weight: 900;
font-style: normal;

font-family: realist,sans-serif;
font-weight: 900;
font-style: italic;

font-family: realistwide,sans-serif;
font-weight: 900;
font-style: normal;

font-family: realistwide,sans-serif;
font-weight: 900;
font-style: italic;
*/
.main-typo, input[type=text],
input[type=email],
textarea, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 17px/27px pt-sans-pro, sans-serif;
  font-weight: 400;
}
@media (max-width: 680px) {
  .main-typo, input[type=text],
input[type=email],
textarea, body {
    font-size: 13px;
    line-height: 20px;
  }
}

body {
  color: black;
}

h1, .overview.team .item .text .name, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  display: block;
  margin-bottom: 25px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: realistwide, sans-serif;
  font-weight: 900;
  color: #25356D;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, .title {
  font-size: 18px;
  margin-bottom: 13px;
}

.section {
  margin-bottom: 0;
}

.telephone {
  display: inline-block;
  margin-bottom: 25px;
}

.title.extra {
  font-size: 19px;
  line-height: 21px;
}

footer h1, footer .overview.team .item .text .name, .overview.team .item .text footer .name, footer h2, footer h3, footer h4, footer h5, footer h6, footer .title {
  font-size: 22px;
  color: white;
  margin-bottom: 25px;
}

b,
strong {
  font-family: pt-sans-pro, sans-serif;
  font-weight: 700;
}

a {
  font-family: pt-sans-pro, sans-serif;
  color: #53CEEA;
  text-decoration: none;
}

p {
  display: inline-block;
  margin-bottom: 27px;
}
p:last-of-type {
  margin-bottom: 0px;
}

.addressbar,
.footer-copyright {
  font-size: 13px;
}

.footer-bar,
.quote-bar {
  font-family: pt-sans-pro, sans-serif;
}

.content article ul li {
  padding-left: 20px;
  list-style: none;
}
.content article ul li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  margin-left: -20px;
}

::-moz-selection {
  background: #25356D;
  color: #ffffff;
}

::selection {
  background: #25356D;
  color: #ffffff;
}

::-moz-selection {
  background: #25356D;
  color: #ffffff;
}

input[type=text],
input[type=email] {
  padding: 20px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  border: 0;
  border-radius: 0 0 0 0;
  resize: none;
  float: left;
  position: relative;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
input[type=text].error,
input[type=email].error {
  border-color: rgba(221, 3, 48, 0.4);
}

textarea {
  padding: 20px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  border: 0;
  border-radius: 0 0 0 0;
  resize: none;
  float: left;
  position: relative;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 200px;
  max-height: 200px;
  min-height: 200px;
  margin-bottom: 0px;
}
textarea.error {
  border-color: rgba(221, 3, 48, 0.4);
}

input[type=text],
input[type=email],
textarea {
  border: 1px solid #f2f2f2;
}

form button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  border: 0;
  border-radius: 0 0 0 0;
  resize: none;
  float: left;
  position: relative;
  font-size: inherit;
}

::-webkit-input-placeholder {
  color: #25356D;
}

:-moz-placeholder {
  color: #25356D;
  opacity: 1;
}

::-moz-placeholder {
  color: #25356D;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #25356D;
}

form .checkbox-container {
  display: block;
  width: 100%;
  float: left;
  margin: 12px 0;
}
form .checkbox-container.error > span {
  color: rgba(221, 3, 48, 0.4);
}

.fancybox-container .fancybox-caption .fancybox-caption__body {
  font: 17px/27px pt-sans-pro, sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.catag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #25356D;
  background-image: url("/public/image/catag_stripes.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 33% auto;
}
@media (max-width: 1100px) {
  .catag {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    background-size: 50% auto;
  }
}
@media (max-width: 680px) {
  .catag {
    padding: 25px 25px 40px;
    background-size: 100% auto;
  }
}
.catag * {
  margin: 0;
  color: white;
}
.catag__buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .catag__buttons {
    margin-top: 10px;
  }
}
@media (max-width: 1100px) {
  .catag__buttons .btn, .catag__buttons form button, form .catag__buttons button {
    margin-right: 20px;
    margin-top: 10px;
  }
}
.catag__buttons .btn + .btn, .catag__buttons form button + .btn, form .catag__buttons button + .btn, .catag__buttons form .btn + button, form .catag__buttons .btn + button, .catag__buttons form button + button, form .catag__buttons button + button {
  margin-left: 20px;
}
@media (max-width: 1100px) {
  .catag__buttons .btn + .btn, .catag__buttons form button + .btn, form .catag__buttons button + .btn, .catag__buttons form .btn + button, form .catag__buttons .btn + button, .catag__buttons form button + button, form .catag__buttons button + button {
    margin-left: 0;
  }
}

.row {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 980px) {
  .row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media (max-width: 680px) {
  .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.row .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.row .container .content {
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  -webkit-flex-wrap: wrap;
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: wrap;
}
.row.gray {
  background-color: #f2f2f2;
}
.row.-nopadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.row.white {
  background-color: white;
}
.row.white.graypart .part + .part, .row.white.graypart .overview.team .item + .part, .overview.team .row.white.graypart .item + .part, .row.white.graypart .overview.team .part + .item, .overview.team .row.white.graypart .part + .item, .row.white.graypart .overview.team .item + .item, .overview.team .row.white.graypart .item + .item, .row.white.graypart .overview-preview.actions .item + .part, .overview-preview.actions .row.white.graypart .item + .part,
.row.white.graypart .overview.actions .item + .part,
.overview.actions .row.white.graypart .item + .part,
.row.white.graypart .overview-preview.facebook .item + .part,
.overview-preview.facebook .row.white.graypart .item + .part, .row.white.graypart .overview-preview.actions .part + .item, .overview-preview.actions .row.white.graypart .part + .item, .row.white.graypart .overview-preview.actions .item + .item, .overview-preview.actions .row.white.graypart .item + .item,
.row.white.graypart .overview.actions .part + .item,
.overview.actions .row.white.graypart .part + .item,
.row.white.graypart .overview.actions .item + .item,
.overview.actions .row.white.graypart .item + .item,
.row.white.graypart .overview-preview.facebook .part + .item,
.overview-preview.facebook .row.white.graypart .part + .item,
.row.white.graypart .overview-preview.facebook .item + .item,
.overview-preview.facebook .row.white.graypart .item + .item {
  background: #f2f2f2;
  padding: 35px;
}
@media (max-width: 680px) {
  .row.white.graypart .part + .part, .row.white.graypart .overview.team .item + .part, .overview.team .row.white.graypart .item + .part, .row.white.graypart .overview.team .part + .item, .overview.team .row.white.graypart .part + .item, .row.white.graypart .overview.team .item + .item, .overview.team .row.white.graypart .item + .item, .row.white.graypart .overview-preview.actions .item + .part, .overview-preview.actions .row.white.graypart .item + .part,
.row.white.graypart .overview.actions .item + .part,
.overview.actions .row.white.graypart .item + .part,
.row.white.graypart .overview-preview.facebook .item + .part,
.overview-preview.facebook .row.white.graypart .item + .part, .row.white.graypart .overview-preview.actions .part + .item, .overview-preview.actions .row.white.graypart .part + .item, .row.white.graypart .overview-preview.actions .item + .item, .overview-preview.actions .row.white.graypart .item + .item,
.row.white.graypart .overview.actions .part + .item,
.overview.actions .row.white.graypart .part + .item,
.row.white.graypart .overview.actions .item + .item,
.overview.actions .row.white.graypart .item + .item,
.row.white.graypart .overview-preview.facebook .part + .item,
.overview-preview.facebook .row.white.graypart .part + .item,
.row.white.graypart .overview-preview.facebook .item + .item,
.overview-preview.facebook .row.white.graypart .item + .item {
    padding: 20px;
  }
}
.row.white + .white {
  padding-top: 0px;
}

header .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
header .slider-arrow {
  background: #15B7EB;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 20px);
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
header .slider-arrow.left {
  left: -70px;
  background-image: url("../../image/icon-arrow-left-yellow.png");
}
@media all and (max-width: 1150px) {
  header .slider-arrow.left {
    left: -20px;
  }
}
header .slider-arrow.right {
  right: -70px;
  background-image: url("../../svg/icon-arrow-right-primary.svg");
}
@media all and (max-width: 1150px) {
  header .slider-arrow.right {
    right: -20px;
  }
}
header .slider-pro {
  height: 440px !important;
  max-width: 100% !important;
}
@media all and (max-width: 1045px) {
  header .slider-pro {
    height: calc(46vw - 40px) !important;
  }
}
@media (max-width: 680px) {
  header .slider-pro {
    height: 150px !important;
  }
}
header .slider-pro .sp-slides-container {
  height: 440px !important;
}
@media all and (max-width: 1045px) {
  header .slider-pro .sp-slides-container {
    height: calc(46vw - 40px) !important;
  }
}
@media (max-width: 680px) {
  header .slider-pro .sp-slides-container {
    height: 150px !important;
  }
}
header .slider-pro .sp-slides-container .sp-mask {
  height: 440px !important;
}
@media all and (max-width: 1045px) {
  header .slider-pro .sp-slides-container .sp-mask {
    height: calc(46vw - 40px) !important;
  }
}
@media (max-width: 680px) {
  header .slider-pro .sp-slides-container .sp-mask {
    height: 150px !important;
  }
}
header .slider-pro .sp-slides {
  height: 440px !important;
}
@media all and (max-width: 1045px) {
  header .slider-pro .sp-slides {
    height: calc(46vw - 40px) !important;
  }
}
@media (max-width: 680px) {
  header .slider-pro .sp-slides {
    height: 150px !important;
  }
}
header .slider-pro .sp-slides .sp-slide {
  height: 440px !important;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 1045px) {
  header .slider-pro .sp-slides .sp-slide {
    height: calc(46vw - 40px) !important;
  }
}
@media (max-width: 680px) {
  header .slider-pro .sp-slides .sp-slide {
    height: 150px !important;
  }
}
header video {
  width: 100%;
  height: auto;
}

.sp-arrows,
.sp-horizontal .sp-arrows {
  margin-top: 0px;
}

.sp-slides-container .sp-fade-arrows {
  opacity: 1 !important;
}

.sp-arrow {
  background: #15B7EB;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 20px);
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.sp-arrow:before {
  display: none;
}
.sp-arrow:after {
  display: none;
}
.sp-arrow.sp-previous-arrow {
  left: 0px;
  background-image: url("../../svg/icon-arrow-right-primary.svg");
  transform: rotate(180deg);
}
.sp-arrow.sp-next-arrow {
  right: 0px;
  background-image: url("../../svg/icon-arrow-right-primary.svg");
  transform: rotate(0deg);
}

body {
  padding-top: 109px;
}
@media (max-width: 680px) {
  body {
    padding-top: 109px;
  }
}
@media (max-width: 367px) {
  body {
    padding-top: 168px;
  }
}

.menubar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 109px;
  width: 100%;
  z-index: 9997;
  background-color: white;
}
@media (max-width: 680px) {
  .menubar {
    height: 109px;
  }
}
.menubar .actionbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  background-color: #25356D;
}
@media (max-width: 600px) {
  .menubar .actionbar {
    align-items: stretch;
    justify-content: space-between;
  }
}
.menubar .actionbar * {
  margin: 0;
}
@media (max-width: 600px) {
  .menubar .actionbar__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
  }
}
.menubar .actionbar span {
  font-family: realistwide, sans-serif;
  font-weight: 900;
}
@media (max-width: 600px) {
  .menubar .actionbar span {
    font-size: 11px;
    line-height: 1.5;
  }
}
.menubar .actionbar span.yellow {
  color: #F9D655;
}
.menubar .actionbar span.blue {
  color: #15B7EB;
}
.menubar .actionbar .btn, .menubar .actionbar form button, form .menubar .actionbar button {
  margin-left: 40px;
  min-width: 122px;
}
@media (max-width: 600px) {
  .menubar .actionbar .btn, .menubar .actionbar form button, form .menubar .actionbar button {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
  }
}
.menubar .addressbar {
  background-color: #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
}
@media all and (max-width: 680px) {
  .menubar .addressbar {
    height: 50px;
  }
}
.menubar .addressbar ul {
  margin-top: 1px;
  float: right;
  list-style: none;
}
.menubar .addressbar ul li {
  float: left;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  color: gray;
  line-height: 27px;
}
.menubar .addressbar ul li:first-of-type {
  margin-left: 0px;
}
.menubar .addressbar ul li.telephone {
  margin-bottom: 0px;
}
@media (max-width: 680px) {
  .menubar .addressbar ul li {
    margin-left: 0px;
  }
}
.menubar .addressbar ul li.route i {
  background-image: url(../../image/icon-addressbar-marker-x2.png);
  width: 9px;
}
@media all and (max-width: 680px) {
  .menubar .addressbar ul li.route i {
    width: 15px;
  }
}
.menubar .addressbar ul li.telephone i {
  background-image: url(../../image/icon-addressbar-phone-x2.png);
  width: 8px;
}
@media all and (max-width: 680px) {
  .menubar .addressbar ul li.telephone i {
    width: 15px;
  }
}
.menubar .addressbar ul li.email i {
  background-image: url(../../image/icon-addressbar-mail-x2.png);
  width: 13px;
}
@media all and (max-width: 680px) {
  .menubar .addressbar ul li.email i {
    width: 20px;
  }
}
.menubar .addressbar ul li.whatsapp {
  color: #25d366;
}
.menubar .addressbar ul li.whatsapp i {
  background-image: url(../../image/icon-addressbar-whatsapp-x2.png);
  width: 12px;
}
@media all and (max-width: 680px) {
  .menubar .addressbar ul li.whatsapp i {
    width: 20px;
  }
}
.menubar .addressbar ul li a {
  color: gray;
  text-decoration: none;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
}
.menubar .addressbar ul li i {
  display: inline-block;
  font-style: normal;
  height: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: -2px;
}
@media (max-width: 680px) {
  .menubar .addressbar ul li i {
    height: 25px;
    margin-top: 11px;
    margin-right: 0px;
    margin-left: 25px;
  }
}
@media (max-width: 680px) {
  .menubar .addressbar ul li span {
    display: none;
  }
}
.menubar nav {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  float: left;
  width: 100%;
  height: 80px;
}
@media (max-width: 680px) {
  .menubar nav {
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
  }
}
.menubar nav .content {
  height: 100%;
}
.menubar nav .content:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f2f2f2;
  height: 1px;
  width: 100%;
  bottom: -1px;
}
@media (max-width: 680px) {
  .menubar nav .content:after {
    display: none;
  }
}
.menubar nav .content .logocontainer {
  float: left;
  position: relative;
}
.menubar nav .content .logocontainer .logo {
  display: inline-block;
  float: left;
  height: 36px;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-top: 20px;
}
@media (max-width: 680px) {
  .menubar nav .content .logocontainer .logo {
    margin-top: 6px;
  }
}
.menubar nav .content .logocontainer .logo.one {
  width: 223px;
  background-image: url("../../svg/logo-van-wijngaarden-groothandel-bv.svg");
  margin-right: 25px;
}
@media all and (max-width: 500px) {
  .menubar nav .content .logocontainer .logo.one {
    width: 39vw;
    background-position: center center;
    margin-right: 3vw;
  }
}
.menubar nav .content .logocontainer .logo.two {
  width: 165px;
  background-image: url(../../svg/logo-supersafe-bedrijfskleding.svg);
}
@media all and (max-width: 500px) {
  .menubar nav .content .logocontainer .logo.two {
    width: 30vw;
    background-position: center center;
  }
}
.menubar nav .content > ul {
  float: right;
}
@media (max-width: 980px) {
  .menubar nav .content > ul {
    display: none;
  }
}
.menubar nav .content > ul > li {
  list-style: none;
  float: left;
  margin-left: 20px;
  position: relative;
  height: 80px;
}
@media (max-width: 680px) {
  .menubar nav .content > ul > li {
    height: 50px;
  }
}
.menubar nav .content > ul > li:first-of-type {
  display: none;
}
.menubar nav .content > ul > li.active > a {
  border-bottom: 1px solid #25356D;
}
.menubar nav .content > ul > li.active > a:hover {
  border-bottom: 1px solid #406183;
}
.menubar nav .content > ul > li.submenu > a:after {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  display: inline-block;
  height: 8px;
  width: 12px;
  margin-left: 5px;
  background-image: url("../../image/icon-arrow-submenu.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.menubar nav .content > ul > li.submenu:hover > ul {
  display: block;
}
.menubar nav .content > ul > li:nth-of-type(2) {
  margin-left: 0px;
}
.menubar nav .content > ul > li > a {
  transition: all 300ms ease-in-out;
  color: #25356D;
  text-decoration: none;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-top: 25px;
  border-bottom: 1px solid rgba(254, 229, 51, 0);
}
.menubar nav .content > ul > li > a:hover {
  border-bottom: 1px solid #406183;
  color: #406183;
}
.menubar nav .content > ul > li > ul {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  width: 290px;
  padding: 20px;
  margin-left: -20px;
  top: 80px;
  z-index: 2;
}
@media (max-width: 680px) {
  .menubar nav .content > ul > li > ul {
    top: 50px;
  }
}
.menubar nav .content > ul > li > ul > li {
  list-style: none;
}
.menubar nav .content > ul > li > ul > li > a {
  transition: all 300ms ease-in-out;
  color: #25356D;
  text-decoration: none;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
  width: 100%;
  display: block;
}
.menubar nav .content > ul > li > ul > li > a:hover {
  color: #406183;
}
.menubar nav .menubtn {
  display: none;
}
@media (max-width: 980px) {
  .menubar nav .menubtn {
    position: absolute;
    right: -15px;
    top: 12px;
    display: block;
  }
}
@media (max-width: 680px) {
  .menubar nav .menubtn {
    top: 13px;
  }
}
@media (max-width: 680px) {
  .menubar nav .menubtn .hamburger {
    padding: 0px 15px;
  }
}
.menubar nav .menubtn .hamburger:hover {
  opacity: 1;
}
.menubar nav .menubtn .hamburger-inner {
  background-color: #25356D;
}
.menubar nav .menubtn .hamburger-inner:before, .menubar nav .menubtn .hamburger-inner:after {
  background-color: #25356D;
}
.menubar .content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body .mobilemenu {
  transition: all 150ms ease-in-out;
  position: fixed;
  z-index: 9998;
  top: 109px;
  right: -100vw;
  bottom: 0;
  overflow-y: auto;
  width: 100vw;
  background: #25356D;
  background-image: url("../../svg/striping-mobile.svg");
  background-position: bottom left;
  background-size: 1159px 44px;
  background-repeat: no-repeat;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 680px) {
  body .mobilemenu {
    top: 109px;
  }
}
body .mobilemenu .mobilemenu-content a {
  color: white;
}
body .mobilemenu .mobilemenu-content li {
  position: relative;
}
body .mobilemenu .mobilemenu-content li.submenu > a > .icon {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  height: 8px;
  width: 12px;
  padding: 15px;
  background-image: url("../../svg/icon-arrow-down-white.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 186ms ease-in-out;
}
body .mobilemenu .mobilemenu-content li.submenu > ul {
  display: none;
}
body .mobilemenu .mobilemenu-content li.active {
  background-color: #15B7EB;
}
body .mobilemenu .mobilemenu-content li.active > a {
  color: #FFFFFF;
}
body .mobilemenu .mobilemenu-content li.active > ul {
  display: block;
}
body .mobilemenu .mobilemenu-content li.opened > a > .icon {
  transform: rotate(180deg);
}
body .mobilemenu .mobilemenu-content > ul > li {
  list-style: none;
}
body .mobilemenu .mobilemenu-content > ul > li > a {
  display: block;
  padding: 10px 45px 10px 20px;
  background-color: #25356D;
  border-bottom: 1px solid #1B284C;
}
body .mobilemenu .mobilemenu-content > ul > li > ul > li {
  list-style: none;
}
body .mobilemenu .mobilemenu-content > ul > li > ul > li > a {
  display: block;
  padding: 10px 45px 10px 30px;
  border-bottom: 1px solid #1B284C;
  background-color: #21315E;
}
body .mobilemenu .mobilemenu-content > ul > li > ul > li > ul > li {
  list-style: none;
}
body .mobilemenu .mobilemenu-content > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 10px 45px 10px 40px;
  border-bottom: 1px solid #00101c;
  background-color: #002444;
}
body.opened .mobilemenu {
  right: 0;
}
body.closed .mobilemenu {
  right: -100vw;
}
@media all and (min-width: 981px) {
  body .mobilemenu {
    display: none;
  }
}

.part, .overview.team .item, .overview-preview.actions .item,
.overview.actions .item,
.overview-preview.facebook .item {
  float: left;
  position: relative;
}
@media (min-width: 1601px) {
  .part.small, .itemcontainer .part.partner, .overview.team .small.item, .overview.team .itemcontainer .item.partner, .itemcontainer .overview.team .item.partner, .overview-preview.actions .small.item, .overview-preview.actions .itemcontainer .item.partner, .itemcontainer .overview-preview.actions .item.partner,
.overview.actions .small.item,
.overview.actions .itemcontainer .item.partner,
.itemcontainer .overview.actions .item.partner,
.overview-preview.facebook .small.item,
.overview-preview.facebook .itemcontainer .item.partner,
.itemcontainer .overview-preview.facebook .item.partner {
    width: calc((25% - 50px) + 50px / 4);
    margin-right: 50px;
  }
  .part.small:nth-of-type(4n+4), .itemcontainer .part.partner:nth-of-type(4n+4), .overview.team .small.item:nth-of-type(4n+4), .overview.team .itemcontainer .item.partner:nth-of-type(4n+4), .itemcontainer .overview.team .item.partner:nth-of-type(4n+4), .overview-preview.actions .small.item:nth-of-type(4n+4), .overview-preview.actions .itemcontainer .item.partner:nth-of-type(4n+4), .itemcontainer .overview-preview.actions .item.partner:nth-of-type(4n+4),
.overview.actions .small.item:nth-of-type(4n+4),
.overview.actions .itemcontainer .item.partner:nth-of-type(4n+4),
.itemcontainer .overview.actions .item.partner:nth-of-type(4n+4),
.overview-preview.facebook .small.item:nth-of-type(4n+4),
.overview-preview.facebook .itemcontainer .item.partner:nth-of-type(4n+4),
.itemcontainer .overview-preview.facebook .item.partner:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  .part.small, .itemcontainer .part.partner, .overview.team .small.item, .overview.team .itemcontainer .item.partner, .itemcontainer .overview.team .item.partner, .overview-preview.actions .small.item, .overview-preview.actions .itemcontainer .item.partner, .itemcontainer .overview-preview.actions .item.partner,
.overview.actions .small.item,
.overview.actions .itemcontainer .item.partner,
.itemcontainer .overview.actions .item.partner,
.overview-preview.facebook .small.item,
.overview-preview.facebook .itemcontainer .item.partner,
.itemcontainer .overview-preview.facebook .item.partner {
    width: calc((25% - 50px) + 50px / 4);
    margin-right: 50px;
  }
  .part.small:nth-of-type(4n+4), .itemcontainer .part.partner:nth-of-type(4n+4), .overview.team .small.item:nth-of-type(4n+4), .overview.team .itemcontainer .item.partner:nth-of-type(4n+4), .itemcontainer .overview.team .item.partner:nth-of-type(4n+4), .overview-preview.actions .small.item:nth-of-type(4n+4), .overview-preview.actions .itemcontainer .item.partner:nth-of-type(4n+4), .itemcontainer .overview-preview.actions .item.partner:nth-of-type(4n+4),
.overview.actions .small.item:nth-of-type(4n+4),
.overview.actions .itemcontainer .item.partner:nth-of-type(4n+4),
.itemcontainer .overview.actions .item.partner:nth-of-type(4n+4),
.overview-preview.facebook .small.item:nth-of-type(4n+4),
.overview-preview.facebook .itemcontainer .item.partner:nth-of-type(4n+4),
.itemcontainer .overview-preview.facebook .item.partner:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .part.small, .itemcontainer .part.partner, .overview.team .small.item, .overview.team .itemcontainer .item.partner, .itemcontainer .overview.team .item.partner, .overview-preview.actions .small.item, .overview-preview.actions .itemcontainer .item.partner, .itemcontainer .overview-preview.actions .item.partner,
.overview.actions .small.item,
.overview.actions .itemcontainer .item.partner,
.itemcontainer .overview.actions .item.partner,
.overview-preview.facebook .small.item,
.overview-preview.facebook .itemcontainer .item.partner,
.itemcontainer .overview-preview.facebook .item.partner {
    width: calc((50% - 25px) + 25px / 2);
    margin-right: 25px;
  }
  .part.small:nth-of-type(2n+2), .itemcontainer .part.partner:nth-of-type(2n+2), .overview.team .small.item:nth-of-type(2n+2), .overview.team .itemcontainer .item.partner:nth-of-type(2n+2), .itemcontainer .overview.team .item.partner:nth-of-type(2n+2), .overview-preview.actions .small.item:nth-of-type(2n+2), .overview-preview.actions .itemcontainer .item.partner:nth-of-type(2n+2), .itemcontainer .overview-preview.actions .item.partner:nth-of-type(2n+2),
.overview.actions .small.item:nth-of-type(2n+2),
.overview.actions .itemcontainer .item.partner:nth-of-type(2n+2),
.itemcontainer .overview.actions .item.partner:nth-of-type(2n+2),
.overview-preview.facebook .small.item:nth-of-type(2n+2),
.overview-preview.facebook .itemcontainer .item.partner:nth-of-type(2n+2),
.itemcontainer .overview-preview.facebook .item.partner:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .part.small, .itemcontainer .part.partner, .overview.team .small.item, .overview.team .itemcontainer .item.partner, .itemcontainer .overview.team .item.partner, .overview-preview.actions .small.item, .overview-preview.actions .itemcontainer .item.partner, .itemcontainer .overview-preview.actions .item.partner,
.overview.actions .small.item,
.overview.actions .itemcontainer .item.partner,
.itemcontainer .overview.actions .item.partner,
.overview-preview.facebook .small.item,
.overview-preview.facebook .itemcontainer .item.partner,
.itemcontainer .overview-preview.facebook .item.partner {
    width: 100%;
  }
  .part.small:nth-of-type(1n+1), .itemcontainer .part.partner:nth-of-type(1n+1), .overview.team .small.item:nth-of-type(1n+1), .overview.team .itemcontainer .item.partner:nth-of-type(1n+1), .itemcontainer .overview.team .item.partner:nth-of-type(1n+1), .overview-preview.actions .small.item:nth-of-type(1n+1), .overview-preview.actions .itemcontainer .item.partner:nth-of-type(1n+1), .itemcontainer .overview-preview.actions .item.partner:nth-of-type(1n+1),
.overview.actions .small.item:nth-of-type(1n+1),
.overview.actions .itemcontainer .item.partner:nth-of-type(1n+1),
.itemcontainer .overview.actions .item.partner:nth-of-type(1n+1),
.overview-preview.facebook .small.item:nth-of-type(1n+1),
.overview-preview.facebook .itemcontainer .item.partner:nth-of-type(1n+1),
.itemcontainer .overview-preview.facebook .item.partner:nth-of-type(1n+1) {
    margin-right: 0;
  }
}
@media (min-width: 1601px) {
  .part.third, .overview.team .item, .overview-preview.actions .third.item,
.overview.actions .third.item,
.overview-preview.facebook .third.item {
    width: calc(((100% / 3) - 50px) + 50px / 3);
    margin-right: 25px;
  }
  .part.third:nth-of-type(3n+3), .overview.team .item:nth-of-type(3n+3), .overview-preview.actions .third.item:nth-of-type(3n+3),
.overview.actions .third.item:nth-of-type(3n+3),
.overview-preview.facebook .third.item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  .part.third, .overview.team .item, .overview-preview.actions .third.item,
.overview.actions .third.item,
.overview-preview.facebook .third.item {
    width: calc(((100% / 3) - 50px) + 50px / 3);
    margin-right: 50px;
  }
  .part.third:nth-of-type(3n+3), .overview.team .item:nth-of-type(3n+3), .overview-preview.actions .third.item:nth-of-type(3n+3),
.overview.actions .third.item:nth-of-type(3n+3),
.overview-preview.facebook .third.item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .part.third, .overview.team .item, .overview-preview.actions .third.item,
.overview.actions .third.item,
.overview-preview.facebook .third.item {
    width: calc(((100% / 3) - 25px) + 25px / 3);
    margin-right: 25px;
  }
  .part.third:nth-of-type(3n+3), .overview.team .item:nth-of-type(3n+3), .overview-preview.actions .third.item:nth-of-type(3n+3),
.overview.actions .third.item:nth-of-type(3n+3),
.overview-preview.facebook .third.item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .part.third, .overview.team .item, .overview-preview.actions .third.item,
.overview.actions .third.item,
.overview-preview.facebook .third.item {
    width: 100%;
    margin-right: 0;
  }
  .part.third:nth-of-type(3n+3), .overview.team .item:nth-of-type(3n+3), .overview-preview.actions .third.item:nth-of-type(3n+3),
.overview.actions .third.item:nth-of-type(3n+3),
.overview-preview.facebook .third.item:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}
@media (min-width: 1601px) {
  .part.medium, .overview.team .medium.item, .overview-preview.actions .item,
.overview.actions .item,
.overview-preview.facebook .item {
    width: calc((50% - 50px) + 50px / 2);
    margin-right: 50px;
  }
  .part.medium:nth-of-type(2n+2), .overview.team .medium.item:nth-of-type(2n+2), .overview-preview.actions .item:nth-of-type(2n+2),
.overview.actions .item:nth-of-type(2n+2),
.overview-preview.facebook .item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  .part.medium, .overview.team .medium.item, .overview-preview.actions .item,
.overview.actions .item,
.overview-preview.facebook .item {
    width: calc((50% - 50px) + 50px / 2);
    margin-right: 50px;
  }
  .part.medium:nth-of-type(2n+2), .overview.team .medium.item:nth-of-type(2n+2), .overview-preview.actions .item:nth-of-type(2n+2),
.overview.actions .item:nth-of-type(2n+2),
.overview-preview.facebook .item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .part.medium, .overview.team .medium.item, .overview-preview.actions .item,
.overview.actions .item,
.overview-preview.facebook .item {
    width: calc((50% - 25px) + 25px / 2);
    margin-right: 25px;
  }
  .part.medium:nth-of-type(2n+2), .overview.team .medium.item:nth-of-type(2n+2), .overview-preview.actions .item:nth-of-type(2n+2),
.overview.actions .item:nth-of-type(2n+2),
.overview-preview.facebook .item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .part.medium, .overview.team .medium.item, .overview-preview.actions .item,
.overview.actions .item,
.overview-preview.facebook .item {
    width: 100%;
  }
  .part.medium:nth-of-type(1n+1), .overview.team .medium.item:nth-of-type(1n+1), .overview-preview.actions .item:nth-of-type(1n+1),
.overview.actions .item:nth-of-type(1n+1),
.overview-preview.facebook .item:nth-of-type(1n+1) {
    margin-right: 0;
  }
}
@media (min-width: 1601px) {
  .part.twothird, .overview.team .twothird.item, .overview-preview.actions .twothird.item,
.overview.actions .twothird.item,
.overview-preview.facebook .twothird.item {
    width: calc(((100% / 3) * 2) - (50px / 3));
    margin-right: 50px;
  }
}
@media (max-width: 1600px) {
  .part.twothird, .overview.team .twothird.item, .overview-preview.actions .twothird.item,
.overview.actions .twothird.item,
.overview-preview.facebook .twothird.item {
    width: calc(((100% / 3) * 2) - (50px / 3));
    margin-right: 50px;
  }
}
@media (max-width: 980px) {
  .part.twothird, .overview.team .twothird.item, .overview-preview.actions .twothird.item,
.overview.actions .twothird.item,
.overview-preview.facebook .twothird.item {
    width: calc(((100% / 3) * 2) - (25px / 3));
    margin-right: 25px;
  }
}
@media (max-width: 680px) {
  .part.twothird, .overview.team .twothird.item, .overview-preview.actions .twothird.item,
.overview.actions .twothird.item,
.overview-preview.facebook .twothird.item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1601px) {
  .part.large, .overview.team .large.item, .overview-preview.actions .large.item,
.overview.actions .large.item,
.overview-preview.facebook .large.item {
    width: calc(75% - (50px / 4));
    margin-right: 50px;
  }
}
@media (max-width: 1600px) {
  .part.large, .overview.team .large.item, .overview-preview.actions .large.item,
.overview.actions .large.item,
.overview-preview.facebook .large.item {
    width: calc(75% - (50px / 4));
    margin-right: 50px;
  }
}
@media (max-width: 980px) {
  .part.large, .overview.team .large.item, .overview-preview.actions .large.item,
.overview.actions .large.item,
.overview-preview.facebook .large.item {
    width: calc(50% - (25px / 2));
    margin-right: 25px;
  }
}
@media (max-width: 680px) {
  .part.large, .overview.team .large.item, .overview-preview.actions .large.item,
.overview.actions .large.item,
.overview-preview.facebook .large.item {
    width: 100%;
    margin-right: 0;
  }
}
.part.full, .overview.team .full.item, .overview-preview.actions .full.item,
.overview.actions .full.item,
.overview-preview.facebook .full.item {
  width: 100%;
}
.part.twothird + .part.third, .overview.team .twothird.item + .part.third, .overview.team .part.twothird + .item, .overview.team .twothird.item + .item, .overview-preview.actions .twothird.item + .part.third,
.overview.actions .twothird.item + .part.third,
.overview-preview.facebook .twothird.item + .part.third, .overview-preview.actions .part.twothird + .third.item, .overview.team .overview-preview.actions .part.twothird + .item, .overview-preview.actions .twothird.item + .third.item, .overview.team .overview-preview.actions .twothird.item + .item,
.overview.actions .part.twothird + .third.item,
.overview.team .overview.actions .part.twothird + .item,
.overview.actions .twothird.item + .third.item,
.overview.team .overview.actions .twothird.item + .item,
.overview-preview.facebook .part.twothird + .third.item,
.overview.team .overview-preview.facebook .part.twothird + .item,
.overview-preview.facebook .twothird.item + .third.item,
.overview.team .overview-preview.facebook .twothird.item + .item, .part.third + .part.twothird, .overview.team .item + .part.twothird, .overview.team .part.third + .twothird.item, .overview.team .item + .twothird.item, .overview-preview.actions .third.item + .part.twothird, .overview.team .overview-preview.actions .item + .part.twothird,
.overview.actions .third.item + .part.twothird,
.overview.team .overview.actions .item + .part.twothird,
.overview-preview.facebook .third.item + .part.twothird,
.overview.team .overview-preview.facebook .item + .part.twothird, .overview-preview.actions .part.third + .twothird.item, .overview-preview.actions .third.item + .twothird.item, .overview.team .overview-preview.actions .item + .twothird.item,
.overview.actions .part.third + .twothird.item,
.overview.actions .third.item + .twothird.item,
.overview.team .overview.actions .item + .twothird.item,
.overview-preview.facebook .part.third + .twothird.item,
.overview-preview.facebook .third.item + .twothird.item,
.overview.team .overview-preview.facebook .item + .twothird.item, .part.large + .part.small, .itemcontainer .part.large + .part.partner, .overview.team .large.item + .part.small, .overview.team .itemcontainer .large.item + .part.partner, .itemcontainer .overview.team .large.item + .part.partner, .overview.team .part.large + .small.item, .overview.team .itemcontainer .part.large + .item.partner, .itemcontainer .overview.team .part.large + .item.partner, .overview.team .large.item + .small.item, .overview.team .itemcontainer .large.item + .item.partner, .itemcontainer .overview.team .large.item + .item.partner, .overview-preview.actions .large.item + .part.small, .overview-preview.actions .itemcontainer .large.item + .part.partner, .itemcontainer .overview-preview.actions .large.item + .part.partner,
.overview.actions .large.item + .part.small,
.overview.actions .itemcontainer .large.item + .part.partner,
.itemcontainer .overview.actions .large.item + .part.partner,
.overview-preview.facebook .large.item + .part.small,
.overview-preview.facebook .itemcontainer .large.item + .part.partner,
.itemcontainer .overview-preview.facebook .large.item + .part.partner, .overview-preview.actions .part.large + .small.item, .overview-preview.actions .itemcontainer .part.large + .item.partner, .itemcontainer .overview-preview.actions .part.large + .item.partner, .overview-preview.actions .large.item + .small.item, .overview-preview.actions .itemcontainer .large.item + .item.partner, .itemcontainer .overview-preview.actions .large.item + .item.partner,
.overview.actions .part.large + .small.item,
.overview.actions .itemcontainer .part.large + .item.partner,
.itemcontainer .overview.actions .part.large + .item.partner,
.overview.actions .large.item + .small.item,
.overview.actions .itemcontainer .large.item + .item.partner,
.itemcontainer .overview.actions .large.item + .item.partner,
.overview-preview.facebook .part.large + .small.item,
.overview-preview.facebook .itemcontainer .part.large + .item.partner,
.itemcontainer .overview-preview.facebook .part.large + .item.partner,
.overview-preview.facebook .large.item + .small.item,
.overview-preview.facebook .itemcontainer .large.item + .item.partner,
.itemcontainer .overview-preview.facebook .large.item + .item.partner, .part.small + .part.large, .itemcontainer .part.partner + .part.large, .overview.team .small.item + .part.large, .overview.team .itemcontainer .item.partner + .part.large, .itemcontainer .overview.team .item.partner + .part.large, .overview.team .part.small + .large.item, .overview.team .itemcontainer .part.partner + .large.item, .itemcontainer .overview.team .part.partner + .large.item, .overview.team .small.item + .large.item, .overview.team .itemcontainer .item.partner + .large.item, .itemcontainer .overview.team .item.partner + .large.item, .overview-preview.actions .small.item + .part.large, .overview-preview.actions .itemcontainer .item.partner + .part.large, .itemcontainer .overview-preview.actions .item.partner + .part.large,
.overview.actions .small.item + .part.large,
.overview.actions .itemcontainer .item.partner + .part.large,
.itemcontainer .overview.actions .item.partner + .part.large,
.overview-preview.facebook .small.item + .part.large,
.overview-preview.facebook .itemcontainer .item.partner + .part.large,
.itemcontainer .overview-preview.facebook .item.partner + .part.large, .overview-preview.actions .part.small + .large.item, .overview-preview.actions .itemcontainer .part.partner + .large.item, .itemcontainer .overview-preview.actions .part.partner + .large.item, .overview-preview.actions .small.item + .large.item, .overview-preview.actions .itemcontainer .item.partner + .large.item, .itemcontainer .overview-preview.actions .item.partner + .large.item,
.overview.actions .part.small + .large.item,
.overview.actions .itemcontainer .part.partner + .large.item,
.itemcontainer .overview.actions .part.partner + .large.item,
.overview.actions .small.item + .large.item,
.overview.actions .itemcontainer .item.partner + .large.item,
.itemcontainer .overview.actions .item.partner + .large.item,
.overview-preview.facebook .part.small + .large.item,
.overview-preview.facebook .itemcontainer .part.partner + .large.item,
.itemcontainer .overview-preview.facebook .part.partner + .large.item,
.overview-preview.facebook .small.item + .large.item,
.overview-preview.facebook .itemcontainer .item.partner + .large.item,
.itemcontainer .overview-preview.facebook .item.partner + .large.item {
  margin-right: 0px;
}

@media (max-width: 680px) {
  .part, .overview.team .item, .overview-preview.actions .item,
.overview.actions .item,
.overview-preview.facebook .item {
    margin-top: 25px;
  }

  .part:first-child, .overview.team .item:first-child, .overview-preview.actions .item:first-child,
.overview.actions .item:first-child,
.overview-preview.facebook .item:first-child {
    margin-top: 0px;
  }
}
.overview,
.itemcontainer {
  width: 100%;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

.overview-preview.actions .item,
.overview.actions .item,
.overview-preview.facebook .item {
  border: 1px solid #f2f2f2;
  margin-top: 50px;
}
@media (max-width: 980px) {
  .overview-preview.actions .item,
.overview.actions .item,
.overview-preview.facebook .item {
    margin-top: 25px;
  }
}
.overview-preview.actions .item img,
.overview.actions .item img,
.overview-preview.facebook .item img {
  width: 100%;
  height: auto;
  display: block;
}
.overview-preview.actions .item:nth-of-type(1), .overview-preview.actions .item:nth-of-type(2),
.overview.actions .item:nth-of-type(1),
.overview.actions .item:nth-of-type(2),
.overview-preview.facebook .item:nth-of-type(1),
.overview-preview.facebook .item:nth-of-type(2) {
  margin-top: 0px;
}
@media (max-width: 680px) {
  .overview-preview.actions .item:nth-of-type(2),
.overview.actions .item:nth-of-type(2),
.overview-preview.facebook .item:nth-of-type(2) {
    margin-top: 25px;
  }
}
.overview-preview.actions .item .info,
.overview.actions .item .info,
.overview-preview.facebook .item .info {
  padding: 10px 10px 10px 20px;
  color: #25356D;
  float: left;
  width: 100%;
  position: relative;
  min-height: 63px;
}
.overview-preview.actions .item .info .name,
.overview.actions .item .info .name,
.overview-preview.facebook .item .info .name {
  font-family: pt-sans-pro, sans-serif;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 9px;
  display: inline-block;
}
.overview-preview.actions .item .info .btn, .overview-preview.actions .item .info form button, form .overview-preview.actions .item .info button,
.overview.actions .item .info .btn,
.overview.actions .item .info form button,
form .overview.actions .item .info button,
.overview-preview.facebook .item .info .btn,
.overview-preview.facebook .item .info form button,
form .overview-preview.facebook .item .info button {
  position: relative;
  margin: 0px;
  float: right;
}
.overview-preview.actions.masonry .item,
.overview.actions.masonry .item,
.overview-preview.facebook.masonry .item {
  margin: 0 0 50px 0;
}
@media (max-width: 980px) {
  .overview-preview.actions.masonry .item,
.overview.actions.masonry .item,
.overview-preview.facebook.masonry .item {
    margin-bottom: 25px;
  }
}
.overview-preview.actions.masonry .gutter,
.overview.actions.masonry .gutter,
.overview-preview.facebook.masonry .gutter {
  width: 50px;
}
@media (max-width: 980px) {
  .overview-preview.actions.masonry .gutter,
.overview.actions.masonry .gutter,
.overview-preview.facebook.masonry .gutter {
    width: 25px;
  }
}

.overview.actions .itemcontainer .item,
.overview-preview.actions .itemcontainer .item {
  cursor: pointer;
}
.overview.actions .itemcontainer .item .imagecontainer,
.overview-preview.actions .itemcontainer .item .imagecontainer {
  float: left;
  width: 100%;
  position: relative;
}
.overview.actions .itemcontainer .item .imagecontainer .overlay,
.overview-preview.actions .itemcontainer .item .imagecontainer .overlay {
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 44, 90, 0.8);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../image/icon-magnifier.png");
  opacity: 0;
}
@media all and (max-width: 400px) {
  .overview.actions .itemcontainer .item .imagecontainer .overlay,
.overview-preview.actions .itemcontainer .item .imagecontainer .overlay {
    background-size: 25%;
  }
}
.overview.actions .itemcontainer .item .info .name,
.overview-preview.actions .itemcontainer .item .info .name {
  float: left;
  position: relative;
  display: block;
  width: calc(100% - 120px);
}
@media (max-width: 680px) {
  .overview.actions .itemcontainer .item .info .name,
.overview-preview.actions .itemcontainer .item .info .name {
    width: 100%;
  }
}
.overview.actions .itemcontainer .item .info .subtitle,
.overview-preview.actions .itemcontainer .item .info .subtitle {
  display: inline-block;
  float: right;
  margin-top: 9px;
  width: 100px;
  float: left;
  position: relative;
  text-align: right;
  display: block;
}
@media (max-width: 680px) {
  .overview.actions .itemcontainer .item .info .subtitle,
.overview-preview.actions .itemcontainer .item .info .subtitle {
    width: 100%;
    text-align: left;
  }
}
.overview.actions .itemcontainer .item:hover .overlay,
.overview-preview.actions .itemcontainer .item:hover .overlay {
  opacity: 1;
}

.overview-preview.actions .itemcontainer .item {
  display: none;
}
.overview-preview.actions .itemcontainer .item:nth-of-type(2), .overview-preview.actions .itemcontainer .item:first-of-type {
  display: block;
}

.overview-preview.facebook .itemcontainer .item .photocontainer {
  float: left;
  width: 100%;
  position: relative;
  height: 297px;
}
@media all and (max-width: 1045px) {
  .overview-preview.facebook .itemcontainer .item .photocontainer {
    height: calc((100vw - 140px) / 3);
  }
}
@media (max-width: 980px) {
  .overview-preview.facebook .itemcontainer .item .photocontainer {
    height: calc((100vw - 90px) / 3);
  }
}
@media (max-width: 680px) {
  .overview-preview.facebook .itemcontainer .item .photocontainer {
    height: calc(100vw - 40px);
  }
}
.overview-preview.facebook .itemcontainer .item .photocontainer .photo {
  background-size: contain;
  background-color: #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}
.overview-preview.facebook .itemcontainer .item .photocontainer:empty {
  display: none;
}
.overview-preview.facebook .itemcontainer .item .info {
  background-color: white;
}
.overview-preview.facebook .itemcontainer .item .info .subtitle {
  display: inline-block;
  float: right;
  margin-top: 9px;
}
.overview-preview.facebook .itemcontainer .item .info .btn.readmore, .overview-preview.facebook .itemcontainer .item .info form button.readmore, form .overview-preview.facebook .itemcontainer .item .info button.readmore {
  float: left;
  margin-top: 25px;
}
.overview-preview.facebook .itemcontainer .item:hover .overlay {
  opacity: 1;
}

.photocontainer {
  width: 100%;
  position: relative;
  background-color: #f2f2f2;
  background-image: url("../../image/icon-no-image.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.photocontainer .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.overview.team .photocontainer {
  height: 297px;
}
@media all and (max-width: 1045px) {
  .overview.team .photocontainer {
    height: calc((100vw - 140px) / 3);
  }
}
@media (max-width: 980px) {
  .overview.team .photocontainer {
    height: calc((100vw - 90px) / 3);
  }
}
@media (max-width: 680px) {
  .overview.team .photocontainer {
    height: calc(100vw - 40px);
  }
}

.overview.partners .photocontainer {
  height: 210px;
  background-color: white;
}
@media all and (max-width: 1045px) {
  .overview.partners .photocontainer {
    height: calc((100vw - 410px) / 3);
  }
}
@media (max-width: 980px) {
  .overview.partners .photocontainer {
    height: calc((100vw - 70px) / 2);
  }
}
@media (max-width: 680px) {
  .overview.partners .photocontainer {
    height: calc(100vw - 40px);
  }
}
.overview.partners .itemcontainer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .overview.partners .itemcontainer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.overview.partners .itemcontainer .partner {
  width: 100%;
}
@media (min-width: 768px) {
  .overview.partners .itemcontainer .partner {
    width: calc((100% - 51px) / 2);
    margin-right: 50px;
  }
  .overview.partners .itemcontainer .partner:nth-of-type(2n+0) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .overview.partners .itemcontainer .partner {
    width: calc((100% - (51px * 3)) / 4);
  }
  .overview.partners .itemcontainer .partner:nth-of-type(2n+0) {
    margin-right: 50px;
  }
  .overview.partners .itemcontainer .partner:nth-of-type(4n+0) {
    margin-right: 0;
  }
}

.overview.slider.partners .photocontainer {
  height: 160px;
}
.overview.slider.partners .photocontainer .photo {
  background-size: contain;
}

.overview.team .item {
  border: 1px solid #f2f2f2;
  float: left;
  margin-top: 50px;
}
.overview.team .item .text {
  padding: 20px;
}
.overview.team .item .text .icon {
  width: 13px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.overview.team .item .text td {
  vertical-align: top;
}
.overview.team .item .text tr.functie .icon {
  background-image: url("../../image/icon-addressbar-function.png");
}
.overview.team .item .text tr.e-mailadres .icon {
  background-image: url("../../image/icon-addressbar-mail.png");
}
.overview.team .item .text tr.telefoonnummer .icon {
  background-image: url("../../image/icon-addressbar-phone.png");
}
.overview.team .item .text td.value {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.overview.team .item:nth-of-type(1),
.overview.team .item:nth-of-type(2),
.overview.team .item:nth-of-type(3) {
  margin-top: 15px;
}

.overview.slider .slider-container {
  width: 100%;
  position: relative;
}
.overview.slider .slider-container .slider-arrow {
  background: #15B7EB;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 20px);
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.overview.slider .slider-container .slider-arrow.left {
  left: -70px;
  transform: rotate(180deg);
  background-image: url("../../svg/icon-arrow-right-primary.svg");
}
@media all and (max-width: 1150px) {
  .overview.slider .slider-container .slider-arrow.left {
    left: 0px;
  }
}
.overview.slider .slider-container .slider-arrow.right {
  right: -70px;
  background-image: url("../../svg/icon-arrow-right-primary.svg");
}
@media all and (max-width: 1150px) {
  .overview.slider .slider-container .slider-arrow.right {
    right: 0px;
  }
}
.overview.slider .slider-container .slider-content {
  max-width: 100% !important;
  overflow: hidden !important;
}
.overview.slider .slider-container .slider-content .slider-pro {
  max-width: 224px !important;
  height: 264px !important;
  float: left;
  margin: 0;
}
@media all and (max-width: 1055px) {
  .overview.slider .slider-container .slider-content .slider-pro {
    max-width: calc((100vw - 145px) / 4) !important;
  }
}
@media all and (max-width: 979px) {
  .overview.slider .slider-container .slider-content .slider-pro {
    max-width: calc((100vw - 76px) / 2) !important;
  }
}
@media all and (max-width: 680px) {
  .overview.slider .slider-container .slider-content .slider-pro {
    max-width: calc(100vw - 40px) !important;
  }
}
.overview.slider .slider-container .slider-content .slider-pro .sp-slides-container {
  height: 264px !important;
}
.overview.slider .slider-container .slider-content .slider-pro .sp-slides-container .sp-mask.sp-grab,
.overview.slider .slider-container .slider-content .slider-pro .sp-slides-container .sp-mask.sp-grabbing {
  height: 264px !important;
  width: 100% !important;
  overflow: visible;
}
.overview.slider .slider-container .slider-content .slider-pro .sp-slides-container .sp-mask.sp-grab .sp-slides,
.overview.slider .slider-container .slider-content .slider-pro .sp-slides-container .sp-mask.sp-grabbing .sp-slides {
  height: 264px !important;
}

.itemcontainer .partner {
  transition: all 300ms ease-in-out;
  border: 1px solid #f2f2f2;
  float: left;
  margin-top: 50px;
  cursor: pointer;
}
.itemcontainer .partner:hover {
  border-color: gray;
}
@media (max-width: 980px) {
  .itemcontainer .partner {
    margin-top: 25px;
  }
}
.itemcontainer .partner:nth-of-type(1),
.itemcontainer .partner:nth-of-type(2),
.itemcontainer .partner:nth-of-type(3),
.itemcontainer .partner:nth-of-type(4) {
  margin-top: 15px;
}
@media (max-width: 980px) {
  .itemcontainer .partner:nth-of-type(1),
.itemcontainer .partner:nth-of-type(2) {
    margin-top: 15px;
  }
  .itemcontainer .partner:nth-of-type(3),
.itemcontainer .partner:nth-of-type(4) {
    margin-top: 25px;
  }
}
@media (max-width: 680px) {
  .itemcontainer .partner:nth-of-type(1) {
    margin-top: 15px;
  }
  .itemcontainer .partner:nth-of-type(2),
.itemcontainer .partner:nth-of-type(3),
.itemcontainer .partner:nth-of-type(4) {
    margin-top: 25px;
  }
}

.partner {
  min-height: 264px !important;
  background: white;
}
.partner img {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin-bottom: 15px;
}
.partner .name {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 17px;
  color: #25356D;
  padding: 0px 10px;
  padding-top: 15px;
}
.partner .readmore {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: rgba(37, 53, 109, 0.4);
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
  line-height: 17px;
  padding-bottom: 15px;
  transition: all 300ms ease-in-out;
}
.partner .readmore:hover {
  color: rgba(102, 128, 156, 0.5);
}

.sp-buttons {
  display: none !important;
}

.widget-top {
  width: 100%;
  position: relative;
}
@media (max-width: 680px) {
  .widget-top {
    margin-bottom: 20px;
  }
}
.widget-top .name {
  display: inline-block;
}
@media (max-width: 680px) {
  .widget-top .name {
    display: block;
    margin-bottom: 0;
  }
}
.widget-top a.readmore {
  display: inline-block;
  float: right;
  color: #25356D;
  text-decoration: underline;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
}
@media (max-width: 680px) {
  .widget-top a.readmore {
    float: left;
  }
}
.widget-top a.readmore:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 10px;
  margin-left: 8px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../svg/icon-arrow-small-right-primary.svg");
}

.row.white.nav {
  padding-bottom: 0px;
}
.row.white.nav .navigation {
  width: 100%;
  position: relative;
  border-top: 1px solid #f2f2f2;
}
.row.white.nav .navigation table {
  width: 100%;
  table-layout: fixed;
}
.row.white.nav .navigation table tbody tr {
  height: 95px;
  vertical-align: middle;
}
.row.white.nav .navigation table tbody tr td a {
  text-transform: uppercase;
  color: #25356D;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 700;
  transition: all 150ms ease-in-out;
}
.row.white.nav .navigation table tbody tr td a i {
  width: 8px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 680px) {
  .row.white.nav .navigation table tbody tr td a i {
    height: 9px;
  }
}
.row.white.nav .navigation table tbody tr td a[disabled] {
  display: none;
}
.row.white.nav .navigation table tbody tr td :hover {
  color: #406183;
}
.row.white.nav .navigation table tbody tr td:first-of-type {
  text-align: left;
}
.row.white.nav .navigation table tbody tr td:first-of-type i {
  background-image: url("../../svg/icon-arrow-right-primary.svg");
  transform: rotate(180deg);
  padding-right: 20px;
}
.row.white.nav .navigation table tbody tr td:nth-of-type(2) {
  text-align: center;
}
.row.white.nav .navigation table tbody tr td:nth-of-type(2) a {
  text-align: center;
}
@media (max-width: 680px) {
  .row.white.nav .navigation table tbody tr td:nth-of-type(2) a span {
    display: none;
  }
}
.row.white.nav .navigation table tbody tr td:nth-of-type(2) a i {
  display: none;
}
@media (max-width: 680px) {
  .row.white.nav .navigation table tbody tr td:nth-of-type(2) a i {
    background-image: url("../../svg/icon-arrow-right-primary.svg");
    width: 30px;
    height: 19px;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 20px;
  }
}
.row.white.nav .navigation table tbody tr td:nth-of-type(3) {
  text-align: right;
}
.row.white.nav .navigation table tbody tr td:nth-of-type(3) i {
  padding-left: 20px;
  background-image: url("../../svg/icon-arrow-right-primary.svg");
}

.gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.gallery .item {
  position: relative;
  display: block;
  width: calc((100% - 90px) / 4);
  padding-top: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
}
.gallery .item:nth-of-type(4n+0) {
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  .gallery .item {
    width: calc((100% - 60px) / 3);
    padding-top: calc((100% - 60px) / 3);
  }
  .gallery .item:nth-of-type(4n+0) {
    margin-right: 30px;
  }
  .gallery .item:nth-of-type(3n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .gallery .item {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  .gallery .item:nth-of-type(4n+0) {
    margin-right: 30px;
  }
  .gallery .item:nth-of-type(3n+0) {
    margin-right: 30px;
  }
  .gallery .item:nth-of-type(2n+0) {
    margin-right: 0;
  }
}
.gallery .item:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 44, 90, 0.8);
  background-image: url("../../image/icon-magnifier.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 145ms;
}
.gallery .item:hover:after {
  opacity: 1;
}

.edge .gallery .item {
  padding-top: 0;
  height: 227px;
}

footer {
  width: 100%;
  background-color: #25356D;
}
footer .footer-bar {
  padding-top: 60px;
  margin-bottom: 60px;
}
footer .footer-bar .footer-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footer-bar .footer-container .part, footer .footer-bar .footer-container .overview-preview.actions .item, .overview-preview.actions footer .footer-bar .footer-container .item,
footer .footer-bar .footer-container .overview.actions .item,
.overview.actions footer .footer-bar .footer-container .item,
footer .footer-bar .footer-container .overview-preview.facebook .item,
.overview-preview.facebook footer .footer-bar .footer-container .item, footer .footer-bar .footer-container .overview.team .item, .overview.team footer .footer-bar .footer-container .item {
  width: 100%;
}
@media (min-width: 1024px) {
  footer .footer-bar .footer-container .part, footer .footer-bar .footer-container .overview-preview.actions .item, .overview-preview.actions footer .footer-bar .footer-container .item,
footer .footer-bar .footer-container .overview.actions .item,
.overview.actions footer .footer-bar .footer-container .item,
footer .footer-bar .footer-container .overview-preview.facebook .item,
.overview-preview.facebook footer .footer-bar .footer-container .item, footer .footer-bar .footer-container .overview.team .item, .overview.team footer .footer-bar .footer-container .item {
    width: calc(((100% - (35px * 3)) / 4) - 1px);
    margin-right: 35px;
  }
}
footer .footer-bar .footer-container .part *, footer .footer-bar .footer-container .overview-preview.actions .item *, .overview-preview.actions footer .footer-bar .footer-container .item *,
footer .footer-bar .footer-container .overview.actions .item *,
.overview.actions footer .footer-bar .footer-container .item *,
footer .footer-bar .footer-container .overview-preview.facebook .item *,
.overview-preview.facebook footer .footer-bar .footer-container .item *, footer .footer-bar .footer-container .overview.team .item *, .overview.team footer .footer-bar .footer-container .item * {
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
  color: white;
}
footer .footer-bar .footer-container .part .title, footer .footer-bar .footer-container .overview-preview.actions .item .title, .overview-preview.actions footer .footer-bar .footer-container .item .title,
footer .footer-bar .footer-container .overview.actions .item .title,
.overview.actions footer .footer-bar .footer-container .item .title,
footer .footer-bar .footer-container .overview-preview.facebook .item .title,
.overview-preview.facebook footer .footer-bar .footer-container .item .title, footer .footer-bar .footer-container .overview.team .item .title, .overview.team footer .footer-bar .footer-container .item .title {
  font-family: realistwide, sans-serif;
  font-weight: 900;
  color: #15B7EB;
  font-size: 20px;
}
footer .footer-bar .footer-container .part ul, footer .footer-bar .footer-container .overview-preview.actions .item ul, .overview-preview.actions footer .footer-bar .footer-container .item ul,
footer .footer-bar .footer-container .overview.actions .item ul,
.overview.actions footer .footer-bar .footer-container .item ul,
footer .footer-bar .footer-container .overview-preview.facebook .item ul,
.overview-preview.facebook footer .footer-bar .footer-container .item ul, footer .footer-bar .footer-container .overview.team .item ul, .overview.team footer .footer-bar .footer-container .item ul {
  display: inline-block;
  width: 100%;
  list-style: none;
}
footer .footer-bar .footer-container .part ul li, footer .footer-bar .footer-container .overview-preview.actions .item ul li, .overview-preview.actions footer .footer-bar .footer-container .item ul li,
footer .footer-bar .footer-container .overview.actions .item ul li,
.overview.actions footer .footer-bar .footer-container .item ul li,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li, footer .footer-bar .footer-container .overview.team .item ul li, .overview.team footer .footer-bar .footer-container .item ul li {
  margin-bottom: 6px;
  max-width: 80%;
  font-size: 16px;
}
footer .footer-bar .footer-container .part ul li span, footer .footer-bar .footer-container .overview-preview.actions .item ul li span, .overview-preview.actions footer .footer-bar .footer-container .item ul li span,
footer .footer-bar .footer-container .overview.actions .item ul li span,
.overview.actions footer .footer-bar .footer-container .item ul li span,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li span,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li span, footer .footer-bar .footer-container .overview.team .item ul li span, .overview.team footer .footer-bar .footer-container .item ul li span {
  display: inline-block;
  width: 60px;
  color: white;
}
footer .footer-bar .footer-container .part ul li span + span, footer .footer-bar .footer-container .overview-preview.actions .item ul li span + span, .overview-preview.actions footer .footer-bar .footer-container .item ul li span + span,
footer .footer-bar .footer-container .overview.actions .item ul li span + span,
.overview.actions footer .footer-bar .footer-container .item ul li span + span,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li span + span,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li span + span, footer .footer-bar .footer-container .overview.team .item ul li span + span, .overview.team footer .footer-bar .footer-container .item ul li span + span {
  width: auto;
}
footer .footer-bar .footer-container .part ul li.call, footer .footer-bar .footer-container .overview-preview.actions .item ul li.call, .overview-preview.actions footer .footer-bar .footer-container .item ul li.call,
footer .footer-bar .footer-container .overview.actions .item ul li.call,
.overview.actions footer .footer-bar .footer-container .item ul li.call,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.call,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.call, footer .footer-bar .footer-container .overview.team .item ul li.call, .overview.team footer .footer-bar .footer-container .item ul li.call, footer .footer-bar .footer-container .part ul li.mail, footer .footer-bar .footer-container .overview-preview.actions .item ul li.mail, .overview-preview.actions footer .footer-bar .footer-container .item ul li.mail,
footer .footer-bar .footer-container .overview.actions .item ul li.mail,
.overview.actions footer .footer-bar .footer-container .item ul li.mail,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.mail,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.mail, footer .footer-bar .footer-container .overview.team .item ul li.mail, .overview.team footer .footer-bar .footer-container .item ul li.mail, footer .footer-bar .footer-container .part ul li.facebook, footer .footer-bar .footer-container .overview-preview.actions .item ul li.facebook, .overview-preview.actions footer .footer-bar .footer-container .item ul li.facebook,
footer .footer-bar .footer-container .overview.actions .item ul li.facebook,
.overview.actions footer .footer-bar .footer-container .item ul li.facebook,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.facebook,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.facebook, footer .footer-bar .footer-container .overview.team .item ul li.facebook, .overview.team footer .footer-bar .footer-container .item ul li.facebook, footer .footer-bar .footer-container .part ul li.linkedin, footer .footer-bar .footer-container .overview-preview.actions .item ul li.linkedin, .overview-preview.actions footer .footer-bar .footer-container .item ul li.linkedin,
footer .footer-bar .footer-container .overview.actions .item ul li.linkedin,
.overview.actions footer .footer-bar .footer-container .item ul li.linkedin,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.linkedin,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.linkedin, footer .footer-bar .footer-container .overview.team .item ul li.linkedin, .overview.team footer .footer-bar .footer-container .item ul li.linkedin, footer .footer-bar .footer-container .part ul li.instagram, footer .footer-bar .footer-container .overview-preview.actions .item ul li.instagram, .overview-preview.actions footer .footer-bar .footer-container .item ul li.instagram,
footer .footer-bar .footer-container .overview.actions .item ul li.instagram,
.overview.actions footer .footer-bar .footer-container .item ul li.instagram,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.instagram,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.instagram, footer .footer-bar .footer-container .overview.team .item ul li.instagram, .overview.team footer .footer-bar .footer-container .item ul li.instagram, footer .footer-bar .footer-container .part ul li.address, footer .footer-bar .footer-container .overview-preview.actions .item ul li.address, .overview-preview.actions footer .footer-bar .footer-container .item ul li.address,
footer .footer-bar .footer-container .overview.actions .item ul li.address,
.overview.actions footer .footer-bar .footer-container .item ul li.address,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.address,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.address, footer .footer-bar .footer-container .overview.team .item ul li.address, .overview.team footer .footer-bar .footer-container .item ul li.address, footer .footer-bar .footer-container .part ul li.twitter, footer .footer-bar .footer-container .overview-preview.actions .item ul li.twitter, .overview-preview.actions footer .footer-bar .footer-container .item ul li.twitter,
footer .footer-bar .footer-container .overview.actions .item ul li.twitter,
.overview.actions footer .footer-bar .footer-container .item ul li.twitter,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.twitter,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.twitter, footer .footer-bar .footer-container .overview.team .item ul li.twitter, .overview.team footer .footer-bar .footer-container .item ul li.twitter, footer .footer-bar .footer-container .part ul li.youtube, footer .footer-bar .footer-container .overview-preview.actions .item ul li.youtube, .overview-preview.actions footer .footer-bar .footer-container .item ul li.youtube,
footer .footer-bar .footer-container .overview.actions .item ul li.youtube,
.overview.actions footer .footer-bar .footer-container .item ul li.youtube,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.youtube,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.youtube, footer .footer-bar .footer-container .overview.team .item ul li.youtube, .overview.team footer .footer-bar .footer-container .item ul li.youtube {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
footer .footer-bar .footer-container .part ul li.call i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.call i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.call i,
footer .footer-bar .footer-container .overview.actions .item ul li.call i,
.overview.actions footer .footer-bar .footer-container .item ul li.call i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.call i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.call i, footer .footer-bar .footer-container .overview.team .item ul li.call i, .overview.team footer .footer-bar .footer-container .item ul li.call i, footer .footer-bar .footer-container .part ul li.mail i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.mail i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.mail i,
footer .footer-bar .footer-container .overview.actions .item ul li.mail i,
.overview.actions footer .footer-bar .footer-container .item ul li.mail i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.mail i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.mail i, footer .footer-bar .footer-container .overview.team .item ul li.mail i, .overview.team footer .footer-bar .footer-container .item ul li.mail i, footer .footer-bar .footer-container .part ul li.facebook i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.facebook i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.facebook i,
footer .footer-bar .footer-container .overview.actions .item ul li.facebook i,
.overview.actions footer .footer-bar .footer-container .item ul li.facebook i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.facebook i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.facebook i, footer .footer-bar .footer-container .overview.team .item ul li.facebook i, .overview.team footer .footer-bar .footer-container .item ul li.facebook i, footer .footer-bar .footer-container .part ul li.linkedin i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.linkedin i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.linkedin i,
footer .footer-bar .footer-container .overview.actions .item ul li.linkedin i,
.overview.actions footer .footer-bar .footer-container .item ul li.linkedin i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.linkedin i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.linkedin i, footer .footer-bar .footer-container .overview.team .item ul li.linkedin i, .overview.team footer .footer-bar .footer-container .item ul li.linkedin i, footer .footer-bar .footer-container .part ul li.instagram i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.instagram i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.instagram i,
footer .footer-bar .footer-container .overview.actions .item ul li.instagram i,
.overview.actions footer .footer-bar .footer-container .item ul li.instagram i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.instagram i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.instagram i, footer .footer-bar .footer-container .overview.team .item ul li.instagram i, .overview.team footer .footer-bar .footer-container .item ul li.instagram i, footer .footer-bar .footer-container .part ul li.address i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.address i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.address i,
footer .footer-bar .footer-container .overview.actions .item ul li.address i,
.overview.actions footer .footer-bar .footer-container .item ul li.address i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.address i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.address i, footer .footer-bar .footer-container .overview.team .item ul li.address i, .overview.team footer .footer-bar .footer-container .item ul li.address i, footer .footer-bar .footer-container .part ul li.twitter i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.twitter i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.twitter i,
footer .footer-bar .footer-container .overview.actions .item ul li.twitter i,
.overview.actions footer .footer-bar .footer-container .item ul li.twitter i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.twitter i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.twitter i, footer .footer-bar .footer-container .overview.team .item ul li.twitter i, .overview.team footer .footer-bar .footer-container .item ul li.twitter i, footer .footer-bar .footer-container .part ul li.youtube i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.youtube i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.youtube i,
footer .footer-bar .footer-container .overview.actions .item ul li.youtube i,
.overview.actions footer .footer-bar .footer-container .item ul li.youtube i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.youtube i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.youtube i, footer .footer-bar .footer-container .overview.team .item ul li.youtube i, .overview.team footer .footer-bar .footer-container .item ul li.youtube i {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: -5px;
  width: 16px;
  min-height: 100%;
  height: 27px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 680px) {
  footer .footer-bar .footer-container .part ul li.call i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.call i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.call i,
footer .footer-bar .footer-container .overview.actions .item ul li.call i,
.overview.actions footer .footer-bar .footer-container .item ul li.call i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.call i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.call i, footer .footer-bar .footer-container .overview.team .item ul li.call i, .overview.team footer .footer-bar .footer-container .item ul li.call i, footer .footer-bar .footer-container .part ul li.mail i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.mail i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.mail i,
footer .footer-bar .footer-container .overview.actions .item ul li.mail i,
.overview.actions footer .footer-bar .footer-container .item ul li.mail i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.mail i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.mail i, footer .footer-bar .footer-container .overview.team .item ul li.mail i, .overview.team footer .footer-bar .footer-container .item ul li.mail i, footer .footer-bar .footer-container .part ul li.facebook i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.facebook i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.facebook i,
footer .footer-bar .footer-container .overview.actions .item ul li.facebook i,
.overview.actions footer .footer-bar .footer-container .item ul li.facebook i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.facebook i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.facebook i, footer .footer-bar .footer-container .overview.team .item ul li.facebook i, .overview.team footer .footer-bar .footer-container .item ul li.facebook i, footer .footer-bar .footer-container .part ul li.linkedin i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.linkedin i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.linkedin i,
footer .footer-bar .footer-container .overview.actions .item ul li.linkedin i,
.overview.actions footer .footer-bar .footer-container .item ul li.linkedin i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.linkedin i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.linkedin i, footer .footer-bar .footer-container .overview.team .item ul li.linkedin i, .overview.team footer .footer-bar .footer-container .item ul li.linkedin i, footer .footer-bar .footer-container .part ul li.instagram i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.instagram i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.instagram i,
footer .footer-bar .footer-container .overview.actions .item ul li.instagram i,
.overview.actions footer .footer-bar .footer-container .item ul li.instagram i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.instagram i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.instagram i, footer .footer-bar .footer-container .overview.team .item ul li.instagram i, .overview.team footer .footer-bar .footer-container .item ul li.instagram i, footer .footer-bar .footer-container .part ul li.address i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.address i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.address i,
footer .footer-bar .footer-container .overview.actions .item ul li.address i,
.overview.actions footer .footer-bar .footer-container .item ul li.address i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.address i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.address i, footer .footer-bar .footer-container .overview.team .item ul li.address i, .overview.team footer .footer-bar .footer-container .item ul li.address i, footer .footer-bar .footer-container .part ul li.twitter i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.twitter i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.twitter i,
footer .footer-bar .footer-container .overview.actions .item ul li.twitter i,
.overview.actions footer .footer-bar .footer-container .item ul li.twitter i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.twitter i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.twitter i, footer .footer-bar .footer-container .overview.team .item ul li.twitter i, .overview.team footer .footer-bar .footer-container .item ul li.twitter i, footer .footer-bar .footer-container .part ul li.youtube i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.youtube i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.youtube i,
footer .footer-bar .footer-container .overview.actions .item ul li.youtube i,
.overview.actions footer .footer-bar .footer-container .item ul li.youtube i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.youtube i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.youtube i, footer .footer-bar .footer-container .overview.team .item ul li.youtube i, .overview.team footer .footer-bar .footer-container .item ul li.youtube i {
    height: 22px;
  }
}
footer .footer-bar .footer-container .part ul li.call a, footer .footer-bar .footer-container .overview-preview.actions .item ul li.call a, .overview-preview.actions footer .footer-bar .footer-container .item ul li.call a,
footer .footer-bar .footer-container .overview.actions .item ul li.call a,
.overview.actions footer .footer-bar .footer-container .item ul li.call a,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.call a,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.call a, footer .footer-bar .footer-container .overview.team .item ul li.call a, .overview.team footer .footer-bar .footer-container .item ul li.call a, footer .footer-bar .footer-container .part ul li.mail a, footer .footer-bar .footer-container .overview-preview.actions .item ul li.mail a, .overview-preview.actions footer .footer-bar .footer-container .item ul li.mail a,
footer .footer-bar .footer-container .overview.actions .item ul li.mail a,
.overview.actions footer .footer-bar .footer-container .item ul li.mail a,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.mail a,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.mail a, footer .footer-bar .footer-container .overview.team .item ul li.mail a, .overview.team footer .footer-bar .footer-container .item ul li.mail a, footer .footer-bar .footer-container .part ul li.facebook a, footer .footer-bar .footer-container .overview-preview.actions .item ul li.facebook a, .overview-preview.actions footer .footer-bar .footer-container .item ul li.facebook a,
footer .footer-bar .footer-container .overview.actions .item ul li.facebook a,
.overview.actions footer .footer-bar .footer-container .item ul li.facebook a,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.facebook a,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.facebook a, footer .footer-bar .footer-container .overview.team .item ul li.facebook a, .overview.team footer .footer-bar .footer-container .item ul li.facebook a, footer .footer-bar .footer-container .part ul li.linkedin a, footer .footer-bar .footer-container .overview-preview.actions .item ul li.linkedin a, .overview-preview.actions footer .footer-bar .footer-container .item ul li.linkedin a,
footer .footer-bar .footer-container .overview.actions .item ul li.linkedin a,
.overview.actions footer .footer-bar .footer-container .item ul li.linkedin a,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.linkedin a,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.linkedin a, footer .footer-bar .footer-container .overview.team .item ul li.linkedin a, .overview.team footer .footer-bar .footer-container .item ul li.linkedin a, footer .footer-bar .footer-container .part ul li.instagram a, footer .footer-bar .footer-container .overview-preview.actions .item ul li.instagram a, .overview-preview.actions footer .footer-bar .footer-container .item ul li.instagram a,
footer .footer-bar .footer-container .overview.actions .item ul li.instagram a,
.overview.actions footer .footer-bar .footer-container .item ul li.instagram a,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.instagram a,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.instagram a, footer .footer-bar .footer-container .overview.team .item ul li.instagram a, .overview.team footer .footer-bar .footer-container .item ul li.instagram a, footer .footer-bar .footer-container .part ul li.address a, footer .footer-bar .footer-container .overview-preview.actions .item ul li.address a, .overview-preview.actions footer .footer-bar .footer-container .item ul li.address a,
footer .footer-bar .footer-container .overview.actions .item ul li.address a,
.overview.actions footer .footer-bar .footer-container .item ul li.address a,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.address a,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.address a, footer .footer-bar .footer-container .overview.team .item ul li.address a, .overview.team footer .footer-bar .footer-container .item ul li.address a, footer .footer-bar .footer-container .part ul li.twitter a, footer .footer-bar .footer-container .overview-preview.actions .item ul li.twitter a, .overview-preview.actions footer .footer-bar .footer-container .item ul li.twitter a,
footer .footer-bar .footer-container .overview.actions .item ul li.twitter a,
.overview.actions footer .footer-bar .footer-container .item ul li.twitter a,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.twitter a,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.twitter a, footer .footer-bar .footer-container .overview.team .item ul li.twitter a, .overview.team footer .footer-bar .footer-container .item ul li.twitter a, footer .footer-bar .footer-container .part ul li.youtube a, footer .footer-bar .footer-container .overview-preview.actions .item ul li.youtube a, .overview-preview.actions footer .footer-bar .footer-container .item ul li.youtube a,
footer .footer-bar .footer-container .overview.actions .item ul li.youtube a,
.overview.actions footer .footer-bar .footer-container .item ul li.youtube a,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.youtube a,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.youtube a, footer .footer-bar .footer-container .overview.team .item ul li.youtube a, .overview.team footer .footer-bar .footer-container .item ul li.youtube a {
  display: inline-block;
}
footer .footer-bar .footer-container .part ul li.call i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.call i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.call i,
footer .footer-bar .footer-container .overview.actions .item ul li.call i,
.overview.actions footer .footer-bar .footer-container .item ul li.call i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.call i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.call i, footer .footer-bar .footer-container .overview.team .item ul li.call i, .overview.team footer .footer-bar .footer-container .item ul li.call i {
  background-image: url("../../image/icon-call-white.png");
}
footer .footer-bar .footer-container .part ul li.mail i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.mail i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.mail i,
footer .footer-bar .footer-container .overview.actions .item ul li.mail i,
.overview.actions footer .footer-bar .footer-container .item ul li.mail i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.mail i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.mail i, footer .footer-bar .footer-container .overview.team .item ul li.mail i, .overview.team footer .footer-bar .footer-container .item ul li.mail i {
  background-image: url("../../image/icon-mail-white.png");
}
footer .footer-bar .footer-container .part ul li.facebook i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.facebook i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.facebook i,
footer .footer-bar .footer-container .overview.actions .item ul li.facebook i,
.overview.actions footer .footer-bar .footer-container .item ul li.facebook i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.facebook i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.facebook i, footer .footer-bar .footer-container .overview.team .item ul li.facebook i, .overview.team footer .footer-bar .footer-container .item ul li.facebook i {
  background-image: url("../../image/icon-facebook.png");
}
footer .footer-bar .footer-container .part ul li.instagram i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.instagram i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.instagram i,
footer .footer-bar .footer-container .overview.actions .item ul li.instagram i,
.overview.actions footer .footer-bar .footer-container .item ul li.instagram i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.instagram i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.instagram i, footer .footer-bar .footer-container .overview.team .item ul li.instagram i, .overview.team footer .footer-bar .footer-container .item ul li.instagram i {
  background-image: url("../../image/icon-instagram.svg");
}
footer .footer-bar .footer-container .part ul li.linkedin i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.linkedin i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.linkedin i,
footer .footer-bar .footer-container .overview.actions .item ul li.linkedin i,
.overview.actions footer .footer-bar .footer-container .item ul li.linkedin i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.linkedin i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.linkedin i, footer .footer-bar .footer-container .overview.team .item ul li.linkedin i, .overview.team footer .footer-bar .footer-container .item ul li.linkedin i {
  background-image: url("../../image/icon-linkedin.svg");
}
footer .footer-bar .footer-container .part ul li.twitter i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.twitter i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.twitter i,
footer .footer-bar .footer-container .overview.actions .item ul li.twitter i,
.overview.actions footer .footer-bar .footer-container .item ul li.twitter i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.twitter i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.twitter i, footer .footer-bar .footer-container .overview.team .item ul li.twitter i, .overview.team footer .footer-bar .footer-container .item ul li.twitter i {
  background-image: url("/public/image/twitter-icon.png");
}
footer .footer-bar .footer-container .part ul li.youtube i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.youtube i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.youtube i,
footer .footer-bar .footer-container .overview.actions .item ul li.youtube i,
.overview.actions footer .footer-bar .footer-container .item ul li.youtube i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.youtube i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.youtube i, footer .footer-bar .footer-container .overview.team .item ul li.youtube i, .overview.team footer .footer-bar .footer-container .item ul li.youtube i {
  background-image: url("/public/image/youtube-icon.png");
}
footer .footer-bar .footer-container .part ul li.address i, footer .footer-bar .footer-container .overview-preview.actions .item ul li.address i, .overview-preview.actions footer .footer-bar .footer-container .item ul li.address i,
footer .footer-bar .footer-container .overview.actions .item ul li.address i,
.overview.actions footer .footer-bar .footer-container .item ul li.address i,
footer .footer-bar .footer-container .overview-preview.facebook .item ul li.address i,
.overview-preview.facebook footer .footer-bar .footer-container .item ul li.address i, footer .footer-bar .footer-container .overview.team .item ul li.address i, .overview.team footer .footer-bar .footer-container .item ul li.address i {
  background-image: url("/public/image/icon-addressbar-marker-white-x2.png");
  width: 20px;
  height: 23px;
}
footer .footer-bar .footer-container .part a, footer .footer-bar .footer-container .overview-preview.actions .item a, .overview-preview.actions footer .footer-bar .footer-container .item a,
footer .footer-bar .footer-container .overview.actions .item a,
.overview.actions footer .footer-bar .footer-container .item a,
footer .footer-bar .footer-container .overview-preview.facebook .item a,
.overview-preview.facebook footer .footer-bar .footer-container .item a, footer .footer-bar .footer-container .overview.team .item a, .overview.team footer .footer-bar .footer-container .item a {
  text-decoration: none;
  color: inherit;
  transition: all 150ms ease-in-out;
}
footer .footer-bar .footer-container .part a:hover, footer .footer-bar .footer-container .overview-preview.actions .item a:hover, .overview-preview.actions footer .footer-bar .footer-container .item a:hover,
footer .footer-bar .footer-container .overview.actions .item a:hover,
.overview.actions footer .footer-bar .footer-container .item a:hover,
footer .footer-bar .footer-container .overview-preview.facebook .item a:hover,
.overview-preview.facebook footer .footer-bar .footer-container .item a:hover, footer .footer-bar .footer-container .overview.team .item a:hover, .overview.team footer .footer-bar .footer-container .item a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-bar .footer-container .part .whatsapp-link, footer .footer-bar .footer-container .overview-preview.actions .item .whatsapp-link, .overview-preview.actions footer .footer-bar .footer-container .item .whatsapp-link,
footer .footer-bar .footer-container .overview.actions .item .whatsapp-link,
.overview.actions footer .footer-bar .footer-container .item .whatsapp-link,
footer .footer-bar .footer-container .overview-preview.facebook .item .whatsapp-link,
.overview-preview.facebook footer .footer-bar .footer-container .item .whatsapp-link, footer .footer-bar .footer-container .overview.team .item .whatsapp-link, .overview.team footer .footer-bar .footer-container .item .whatsapp-link {
  display: inline-block;
  margin-bottom: 20px;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
}
footer .footer-bar .footer-container .part .whatsapp-link .whatsapp.title, footer .footer-bar .footer-container .overview-preview.actions .item .whatsapp-link .whatsapp.title, .overview-preview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title,
footer .footer-bar .footer-container .overview.actions .item .whatsapp-link .whatsapp.title,
.overview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title,
footer .footer-bar .footer-container .overview-preview.facebook .item .whatsapp-link .whatsapp.title,
.overview-preview.facebook footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title, footer .footer-bar .footer-container .overview.team .item .whatsapp-link .whatsapp.title, .overview.team footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title {
  display: flex;
  align-items: stretch;
}
footer .footer-bar .footer-container .part .whatsapp-link .whatsapp.title > i, footer .footer-bar .footer-container .overview-preview.actions .item .whatsapp-link .whatsapp.title > i, .overview-preview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > i,
footer .footer-bar .footer-container .overview.actions .item .whatsapp-link .whatsapp.title > i,
.overview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > i,
footer .footer-bar .footer-container .overview-preview.facebook .item .whatsapp-link .whatsapp.title > i,
.overview-preview.facebook footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > i, footer .footer-bar .footer-container .overview.team .item .whatsapp-link .whatsapp.title > i, .overview.team footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > i,
footer .footer-bar .footer-container .part .whatsapp-link .whatsapp.title > span,
footer .footer-bar .footer-container .overview-preview.actions .item .whatsapp-link .whatsapp.title > span,
.overview-preview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > span,
footer .footer-bar .footer-container .overview.actions .item .whatsapp-link .whatsapp.title > span,
.overview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > span,
footer .footer-bar .footer-container .overview-preview.facebook .item .whatsapp-link .whatsapp.title > span,
.overview-preview.facebook footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > span,
footer .footer-bar .footer-container .overview.team .item .whatsapp-link .whatsapp.title > span,
.overview.team footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > span {
  display: inline-block;
}
footer .footer-bar .footer-container .part .whatsapp-link .whatsapp.title > i, footer .footer-bar .footer-container .overview-preview.actions .item .whatsapp-link .whatsapp.title > i, .overview-preview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > i,
footer .footer-bar .footer-container .overview.actions .item .whatsapp-link .whatsapp.title > i,
.overview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > i,
footer .footer-bar .footer-container .overview-preview.facebook .item .whatsapp-link .whatsapp.title > i,
.overview-preview.facebook footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > i, footer .footer-bar .footer-container .overview.team .item .whatsapp-link .whatsapp.title > i, .overview.team footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > i {
  margin-right: 15px;
  margin-bottom: -4px;
  width: 24px;
  height: 24px;
  background-image: url("../../image/icon-whatsapp.png");
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-bar .footer-container .part .whatsapp-link .whatsapp.title > span, footer .footer-bar .footer-container .overview-preview.actions .item .whatsapp-link .whatsapp.title > span, .overview-preview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > span,
footer .footer-bar .footer-container .overview.actions .item .whatsapp-link .whatsapp.title > span,
.overview.actions footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > span,
footer .footer-bar .footer-container .overview-preview.facebook .item .whatsapp-link .whatsapp.title > span,
.overview-preview.facebook footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > span, footer .footer-bar .footer-container .overview.team .item .whatsapp-link .whatsapp.title > span, .overview.team footer .footer-bar .footer-container .item .whatsapp-link .whatsapp.title > span {
  font-family: realistwide, sans-serif;
  font-weight: 900;
  color: #15B7EB;
  font-size: 20px;
}
footer .footer-bar .footer-container .part:nth-of-type(2) ul li, footer .footer-bar .footer-container .overview-preview.actions .item:nth-of-type(2) ul li, .overview-preview.actions footer .footer-bar .footer-container .item:nth-of-type(2) ul li,
footer .footer-bar .footer-container .overview.actions .item:nth-of-type(2) ul li,
.overview.actions footer .footer-bar .footer-container .item:nth-of-type(2) ul li,
footer .footer-bar .footer-container .overview-preview.facebook .item:nth-of-type(2) ul li,
.overview-preview.facebook footer .footer-bar .footer-container .item:nth-of-type(2) ul li, footer .footer-bar .footer-container .overview.team .item:nth-of-type(2) ul li, .overview.team footer .footer-bar .footer-container .item:nth-of-type(2) ul li {
  max-width: 100%;
}
footer .footer-bar .footer-container .part:nth-of-type(3), footer .footer-bar .footer-container .overview-preview.actions .item:nth-of-type(3), .overview-preview.actions footer .footer-bar .footer-container .item:nth-of-type(3),
footer .footer-bar .footer-container .overview.actions .item:nth-of-type(3),
.overview.actions footer .footer-bar .footer-container .item:nth-of-type(3),
footer .footer-bar .footer-container .overview-preview.facebook .item:nth-of-type(3),
.overview-preview.facebook footer .footer-bar .footer-container .item:nth-of-type(3), footer .footer-bar .footer-container .overview.team .item:nth-of-type(3), .overview.team footer .footer-bar .footer-container .item:nth-of-type(3) {
  margin-top: 40px;
  margin-right: 20px;
  width: calc(((100% - 20px) / 2) * 2);
}
@media (min-width: 1024px) {
  footer .footer-bar .footer-container .part:nth-of-type(3), footer .footer-bar .footer-container .overview-preview.actions .item:nth-of-type(3), .overview-preview.actions footer .footer-bar .footer-container .item:nth-of-type(3),
footer .footer-bar .footer-container .overview.actions .item:nth-of-type(3),
.overview.actions footer .footer-bar .footer-container .item:nth-of-type(3),
footer .footer-bar .footer-container .overview-preview.facebook .item:nth-of-type(3),
.overview-preview.facebook footer .footer-bar .footer-container .item:nth-of-type(3), footer .footer-bar .footer-container .overview.team .item:nth-of-type(3), .overview.team footer .footer-bar .footer-container .item:nth-of-type(3) {
    margin-top: 0;
    margin-right: 35px;
    width: calc(((100% - (35px * 3)) / 4) * 2);
  }
}
footer .footer-bar .footer-container .part:nth-of-type(3).emblems, footer .footer-bar .footer-container .overview-preview.actions .item:nth-of-type(3).emblems, .overview-preview.actions footer .footer-bar .footer-container .item:nth-of-type(3).emblems,
footer .footer-bar .footer-container .overview.actions .item:nth-of-type(3).emblems,
.overview.actions footer .footer-bar .footer-container .item:nth-of-type(3).emblems,
footer .footer-bar .footer-container .overview-preview.facebook .item:nth-of-type(3).emblems,
.overview-preview.facebook footer .footer-bar .footer-container .item:nth-of-type(3).emblems, footer .footer-bar .footer-container .overview.team .item:nth-of-type(3).emblems, .overview.team footer .footer-bar .footer-container .item:nth-of-type(3).emblems {
  display: flex;
  align-items: center;
}
footer .footer-bar .footer-container .part:nth-of-type(3).emblems > img, footer .footer-bar .footer-container .overview-preview.actions .item:nth-of-type(3).emblems > img, .overview-preview.actions footer .footer-bar .footer-container .item:nth-of-type(3).emblems > img,
footer .footer-bar .footer-container .overview.actions .item:nth-of-type(3).emblems > img,
.overview.actions footer .footer-bar .footer-container .item:nth-of-type(3).emblems > img,
footer .footer-bar .footer-container .overview-preview.facebook .item:nth-of-type(3).emblems > img,
.overview-preview.facebook footer .footer-bar .footer-container .item:nth-of-type(3).emblems > img, footer .footer-bar .footer-container .overview.team .item:nth-of-type(3).emblems > img, .overview.team footer .footer-bar .footer-container .item:nth-of-type(3).emblems > img {
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 20px) / 3);
}
footer .footer-bar .footer-container .part:nth-of-type(3).emblems > img:last-of-type, footer .footer-bar .footer-container .overview-preview.actions .item:nth-of-type(3).emblems > img:last-of-type, .overview-preview.actions footer .footer-bar .footer-container .item:nth-of-type(3).emblems > img:last-of-type,
footer .footer-bar .footer-container .overview.actions .item:nth-of-type(3).emblems > img:last-of-type,
.overview.actions footer .footer-bar .footer-container .item:nth-of-type(3).emblems > img:last-of-type,
footer .footer-bar .footer-container .overview-preview.facebook .item:nth-of-type(3).emblems > img:last-of-type,
.overview-preview.facebook footer .footer-bar .footer-container .item:nth-of-type(3).emblems > img:last-of-type, footer .footer-bar .footer-container .overview.team .item:nth-of-type(3).emblems > img:last-of-type, .overview.team footer .footer-bar .footer-container .item:nth-of-type(3).emblems > img:last-of-type {
  margin-right: 0;
}
footer .footer-copyright {
  padding-bottom: 100px;
  background-image: url("../../svg/striping-mobile.svg");
  background-position: bottom left;
  background-size: 1159px 44px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  footer .footer-copyright {
    padding-bottom: 21px;
    background-image: url("../../image/striping.png");
    background-size: 4096px 88px;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
footer .footer-copyright .footer-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  footer .footer-copyright .footer-container {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  footer .footer-copyright .footer-container .content {
    width: 50%;
  }
}
footer .footer-copyright .footer-container .content ul {
  list-style: none;
  width: 100%;
}
footer .footer-copyright .footer-container .content ul li {
  display: inline-block;
}
footer .footer-copyright .footer-container .content ul li:nth-of-type(1n + 2) {
  margin-left: 20px;
}
footer .footer-copyright .footer-container .content ul li a {
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
  color: white;
  font-size: 14px;
  line-height: 16px;
}
footer .footer-copyright .footer-container .content span {
  display: block;
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
  color: white;
  font-size: 14px;
  line-height: 16px;
}
footer .footer-copyright .footer-container .content span > a {
  font-family: pt-sans-pro, sans-serif;
  font-weight: 400;
  color: white;
  font-size: 14px;
}
footer .footer-copyright .footer-container .content .copyright {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  footer .footer-copyright .footer-container .content .copyright {
    margin-top: 8px;
  }
}

img.minusmargin {
  margin-top: -85px;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  img.minusmargin {
    margin-top: 0px;
  }
}
table.contacttable tr td:first-of-type {
  padding-right: 20px;
}
table.contacttable b, table.contacttable strong {
  color: #25356D;
}

.b-lazy {
  transition: all 300ms ease-in-out;
}