@charset "UTF-8";
@import "../ext/fontawesome/css/all.min.css";
@import url("https://use.typekit.net/oav8mkt.css");
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #fff;
}
* html #outdated {
  position: absolute;
}
#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer;
}
#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #fff;
}
#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}
::selection {
  background: rgba(0, 42, 92, 0.5);
  color: #fff;
}
a, input[type="submit"], button, .btns {
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.main, .section {
  position: relative;
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .main, .section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  .main, .section {
    padding: 45px 0;
  }
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sumery {
  display: block;
}
:focus {
  outline: none !important;
}
body {
  font-family: "como", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #808080;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  position: relative;
  font-family: "como", sans-serif;
  line-height: 1.2;
  color: #1d1d1d;
}
h1, .h1 {
  font-size: 2.25rem;
}
h2, .h2 {
  font-size: 1.75rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1.12rem;
}
h6, .h6 {
  font-size: 1rem;
}
.text-gray-1 {
  color: #f5f5f5;
}
.text-gray-2 {
  color: #ebebeb;
}
.text-gray-3 {
  color: #808080;
}
.text-gray-4 {
  color: #333;
}
.text-gray-5 {
  color: #1d1d1d;
}
.text-primary {
  color: #002a5c;
}
.text-secondary {
  color: #e8a713;
}
.text-tertiary {
  color: #000;
}
.text-black {
  color: #000;
}
a {
  color: #e8a713;
}
a:hover {
  color: #002a5c;
  text-decoration: none;
}
.title {
  font-family: "como", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.title.small {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.title.regular {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
.title.large {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.title.extra-large {
  font-size: 2.25rem;
  line-height: 2.875rem;
}
.title.gray {
  color: #1d1d1d;
}
.title.white {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .title.regular {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .title.large {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .title.small {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .title.regular {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .title.large {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.subtitle {
  font-family: "como", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.subtitle.regular {
  font-size: 1rem;
  line-height: 1.625rem;
}
.subtitle.gray {
  color: #808080;
}
.sumery {
  font-family: "como", sans-serif;
  font-weight: 400;
}
.sumery.regular {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.sumery.regular.gray {
  color: #808080;
}
.content-wrap .content-header .subtitle {
  font-size: 1rem;
  line-height: 1.625rem;
}
.content-wrap .content-header .sumery {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.content-wrap .content-header .sumery.gray {
  color: #808080;
}
.content-wrap .content-editor h2, .content-wrap .content-editor h3, .content-wrap .content-editor h4, .content-wrap .content-editor h5, .content-wrap .content-editor h6 {
  font-family: "como", sans-serif;
  color: #1d1d1d;
  font-weight: 700;
}
.content-wrap .content-editor h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.content-wrap .content-editor p {
  font-family: "como", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
}
.content-wrap .content-editor ul {
  padding-left: 18px;
}
.content-wrap .content-editor li {
  font-family: "como", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-bottom: 34px;
}
@media only screen and (max-width: 991px) {
  .content-wrap .content-header .title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .content-wrap .content-header .title.regular {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .content-wrap .content-editor h2 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrap .content-header .title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .content-wrap .content-header .title.regular {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .content-wrap .content-header .sumery {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .content-wrap .content-editor h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 576px) {
  .content-wrap .content-header .title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .content-wrap .content-header .sumery {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.img-link {
  display: block;
}
.img-link .img-block {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
}
.contact-wrap .contact {
  display: inline-block;
}
.contact-wrap .contact:hover > .contact-icon.white {
  color: #002a5c;
  font-weight: 700;
}
.contact-wrap .contact:hover > .contact-icon.shape {
  background-color: transparent;
  border-color: #002a5c;
}
.contact-wrap .contact:hover > .contact-gegevens.gray {
  color: #002a5c;
}
.contact-wrap .contact .contact-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  font-size: 1rem;
  font-weight: 400;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contact-wrap .contact .contact-icon.yellow {
  color: #e8a713;
}
.contact-wrap .contact .contact-icon.white {
  color: #fff;
}
.contact-wrap .contact .contact-icon.shape {
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  background-color: #002a5c;
  border: 2px solid transparent;
  border-radius: 50%;
}
.contact-wrap .contact .contact-gegevens {
  display: inline-block;
  vertical-align: middle;
  font-family: "como", sans-serif;
  font-weight: 700;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contact-wrap .contact .contact-gegevens.regular {
  font-size: 1.3125rem;
  line-height: 1.9375rem;
}
.contact-wrap .contact .contact-gegevens.blue {
  color: #002a5c;
}
.contact-wrap .contact .contact-gegevens.gray {
  color: #1d1d1d;
}
@media only screen and (max-width: 767px) {
  .contact-wrap .contact .contact-icon {
    font-size: 0.875rem;
  }
  .contact-wrap .contact .contact-icon.shape {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .contact-wrap .contact .contact-gegevens.regular {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #002a5c;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
#back-to-top:hover {
  background-color: #003d85;
}
#back-to-top.show {
  opacity: 1;
}
.btns {
  position: relative;
  font-family: "como", sans-serif;
  padding: 0.75rem 1.25rem;
  display: inline-block;
  width: 262px;
  max-height: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btns:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  color: #e8a713;
  font-weight: 400;
  content: "";
  margin-left: 6px;
  right: -3px;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btns:hover:after {
  right: -8px;
  text-decoration: none !important;
}
.btns:not(.ghost).white {
  background: #fff;
  color: #002a5c;
}
.btns:not(.ghost).white:hover {
  background: #f2f2f2;
  color: #000;
}
.btns:not(.ghost).black {
  background: #000;
  color: #fff;
}
.btns:not(.ghost).black:hover {
  background: #333;
  color: #fff;
}
.btns:not(.ghost).primary {
  background: #002a5c;
  color: #fff;
}
.btns:not(.ghost).primary:hover {
  background: #00418f;
  color: #fff;
}
.btns:not(.ghost).secondary {
  background: #e8a713;
  color: #fff;
}
.btns:not(.ghost).secondary:hover {
  background: #efb93f;
  color: #fff;
}
.btns.ghost.white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btns.ghost.white:hover {
  background: #fff;
  color: #002a5c;
}
.btns.ghost.black {
  border-color: #000;
  color: #000;
}
.btns.ghost.black:hover {
  background: #000;
  color: #fff;
}
.btns.ghost.primary {
  border-color: #002a5c;
  color: #002a5c;
}
.btns.ghost.primary:hover {
  background: #002a5c;
  color: #fff;
}
.btns.ghost.secondary {
  border-color: #e8a713;
  color: #e8a713;
}
.btns.ghost.secondary:hover {
  background: #e8a713;
  color: #fff;
}
.btns.fw {
  width: 100%;
}
.btns.large {
  min-width: 300px;
}
@media only screen and (max-width: 576px) {
  .btns {
    width: 100%;
  }
}
.collapseomatic {
  margin-bottom: 34px;
}
.colomat-hover {
  text-decoration: none !important;
}
.collapseomatic_content {
  margin-left: 0px !important;
}
.review .btns {
  margin-top: 28px;
}
@media only screen and (max-width: 576px) {
  .review .btns {
    margin-top: 0;
  }
}
.uitgelichte-woningen .btns {
  margin-top: 10px;
}
.cta .gform_wrapper .btns {
  width: 100%;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.cta .gform_wrapper .btns:hover {
  background: #fff;
  color: #002a5c;
}
.droomhuis .btns {
  margin-top: 25px;
}
.pijlers .pijler .btns {
  width: 100%;
}
.pijlers .pijler:hover > .btns {
  background-color: #00418f;
}
.pijlers .pijler:hover > .btns:after {
  right: -8px;
}
.single-nieuwbouw .btns {
  margin-top: 27px;
  width: 100%;
}
.no-results.not-found .btns {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .action_bar .btns {
    margin-top: 0.9375rem;
  }
}
.googlemaps {
  width: 100%;
  height: 400px;
}
.googlemaps iframe {
  height: 100%;
  width: 100%;
}
ul.social {
  margin: 0;
  padding: 6px 0 0 0;
}
ul.social li {
  display: block;
  list-style: none;
  margin: 0 0 16px 0;
}
ul.social li:last-child {
  margin-bottom: 0px;
}
ul.social li a {
  display: inline-block;
  vertical-align: middle;
  font-family: "como", sans-serif;
  color: #1d1d1d;
  font-weight: 700;
  letter-spacing: 1px;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
ul.social li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  text-align: center;
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 1.4375rem;
  line-height: 48px;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
ul.social li .facebook i {
  background-color: #3b5998;
}
ul.social li .facebook:hover {
  color: #3b5998;
}
ul.social li .facebook:hover > i {
  color: #3b5998;
  background-color: transparent;
  border-color: #3b5998;
}
ul.social li .twitter i {
  background-color: #1DA1F2;
}
ul.social li .twitter:hover {
  color: #1DA1F2;
}
ul.social li .twitter:hover > i {
  color: #1DA1F2;
  background-color: transparent;
  border-color: #1DA1F2;
}
ul.social li .instagram i {
  background-color: #833ab4;
}
ul.social li .instagram:hover {
  color: #833ab4;
}
ul.social li .instagram:hover > i {
  color: #833ab4;
  background-color: transparent;
  border-color: #833ab4;
}
ul.social li .google i {
  background-color: #DE4E36;
}
ul.social li .google:hover {
  color: #DE4E36;
}
ul.social li .google:hover > i {
  color: #DE4E36;
  background-color: transparent;
  border-color: #DE4E36;
}
ul.social li .linkedin i {
  background-color: #016599;
}
ul.social li .linkedin:hover {
  color: #016599;
}
ul.social li .linkedin:hover > i {
  color: #016599;
  background-color: transparent;
  border-color: #016599;
}
ul.social li .youtube i {
  background-color: #cc181e;
}
ul.social li .youtube:hover {
  color: #cc181e;
}
ul.social li .youtube:hover > i {
  color: #cc181e;
  background-color: transparent;
  border-color: #cc181e;
}
ul.social li .pinterest i {
  background-color: #BD081C;
}
ul.social li .pinterest:hover {
  color: #BD081C;
}
ul.social li .pinterest:hover > i {
  color: #BD081C;
  background-color: transparent;
  border-color: #BD081C;
}
ul.social li .flickr i {
  background-color: #0062DA;
}
ul.social li .flickr:hover {
  color: #0062DA;
}
ul.social li .flickr:hover > i {
  color: #0062DA;
  background-color: transparent;
  border-color: #0062DA;
}
@media only screen and (max-width: 991px) {
  ul.social li {
    display: inline-block;
    margin-right: 15px;
  }
  ul.social li:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  ul.social li {
    margin-right: 0;
  }
  ul.social li a span {
    display: none;
  }
}
.menu {
  position: relative;
  display: inline-block;
}
.menu .menu-toggler {
  position: relative;
  z-index: 1;
}
.menu .menu-toggler:after {
  position: relative;
  margin-left: 39px;
  content: "Menu";
  font-family: "como", sans-serif;
  font-size: 1.3125rem;
  color: #002a5c;
  font-weight: 700;
  text-transform: uppercase;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.menu .menu-toggler:hover:after {
  color: #e8a713;
}
.menu #nav-icon3 {
  position: relative;
  width: 100%;
  height: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu #nav-icon3 span {
  position: absolute;
  display: block;
  height: 4px;
  background: #e8a713;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu #nav-icon3 span:nth-child(1) {
  top: 4px;
  width: 18px;
}
.menu #nav-icon3 span:nth-child(2), .menu #nav-icon3 span:nth-child(3) {
  top: 10px;
  width: 28px;
}
.menu #nav-icon3 span:nth-child(4) {
  top: 17px;
  width: 22px;
}
.menu #nav-icon3.open span:nth-child(1) {
  top: 4px;
  width: 0%;
  right: 50%;
}
.menu #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu #nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  right: 50%;
}
@media only screen and (max-width: 767px) {
  .menu .menu-toggler {
    font-size: 1.125rem;
  }
}
#menuModal {
  overflow-y: auto;
  background-color: #f5f5f5 !important;
}
#menuModal .modal-content {
  position: relative;
  border: none;
}
#menuModal .modal-content .navbar-nav {
  padding: 290px 0 15px 0;
  background-color: #f5f5f5;
}
#menuModal .modal-content .navbar-nav .menu-item {
  text-align: center;
}
#menuModal .modal-content .navbar-nav .menu-item .nav-link {
  display: inline-block;
  width: auto;
  color: #1d1d1d;
  padding: 0.3rem 1rem;
}
#menuModal .modal-content .navbar-nav .menu-item .nav-link:hover {
  color: #e8a713;
}
#menuModal .modal-content .navbar-nav .menu-item.current-menu-item a {
  color: #e8a713;
}
@media only screen and (max-width: 576px) {
  #menuModal .modal-content .navbar-nav {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 576px) {
  #menuModal.attentiebalk-opened .modal-content .navbar-nav {
    padding-top: 310px;
  }
}
.action_bar {
  position: relative;
  z-index: 9999;
  display: none;
  padding: 15px 0;
  font-family: "como", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #fff;
  background-color: #b10000;
}
.whatsapp .whatsapp_info {
  position: fixed;
  bottom: 90px;
  left: 75px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(229, 229, 229, 0.9);
  z-index: 9999;
  display: none;
}
.whatsapp .whatsapp_info:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(229, 229, 229, 0.9) transparent transparent transparent;
  position: absolute;
  left: 20px;
  bottom: -20px;
}
.whatsapp .whatsapp_info h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}
.whatsapp .whatsapp_info p {
  margin-bottom: 0px;
}
.whatsapp .whatsapp_info #close_whatsapp {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: 0px;
}
.whatsapp .whatsapp_btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9999;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  border: 5px solid #25d366;
  background: #25d366;
  color: #fff;
}
.whatsapp .whatsapp_btn:hover {
  border-color: #25d366;
  background: white;
  color: #25d366;
}
.banner_wrap {
  position: relative;
}
.banner_wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.slider, .slider .slick-slide {
  min-height: 680px;
}
@media only screen and (min-width: 1440px) {
  .slider, .slider .slick-slide {
    min-height: 780px;
  }
}
.slider {
  position: relative;
  z-index: 0;
}
.slider .slick-slide {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider button {
  border: 0px;
}
.slider .slick-arrow {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  font-size: 0;
  width: 50px;
  padding: 0;
  background: transparent;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.slider .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: rgba(255, 255, 255, 0);
  font-size: 48px;
  line-height: 1;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}
.slider .slick-arrow.slick-prev {
  left: 0;
}
.slider .slick-arrow.slick-prev:before {
  content: "";
}
.slider .slick-arrow.slick-next {
  right: 0;
}
.slider .slick-arrow.slick-next:before {
  content: "";
}
.slider .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}
.slider .slick-arrow:hover:before {
  color: #fff;
}
.slider .slick-dots {
  position: absolute;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 999;
  bottom: em(30);
}
.slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.slider .slick-dots li.slick-active button {
  background: #fff;
}
.slider .slick-dots li.slick-active button:hover {
  background: #fff;
}
.slider .slick-dots li button {
  font-size: 0px;
  padding: 0px;
  height: 15px;
  width: 15px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.banner {
  position: relative;
  width: 100%;
  height: 340px;
  background-size: cover;
  background-position: center;
}
.banner_content {
  position: absolute;
  width: 100%;
  z-index: 150;
  top: 251px;
}
.banner_content .banner_content_inner .slogan {
  padding: 0 36px;
  font-family: "como", sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.banner_content .banner_content_inner .slogan .divider {
  display: block;
  margin: 7px 0;
}
@media only screen and (max-width: 1199px) {
  .slider, .slider .slick-slide {
    min-height: 600px;
  }
  .banner_content {
    top: 115px;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    height: 250px;
  }
  .banner_content {
    top: 30px;
  }
  .banner_content .banner_content_inner .slogan {
    padding: 0;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .banner_content .banner_content_inner .slogan .divider {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider, .slider .slick-slide {
    min-height: 515px;
  }
  .banner {
    height: 200px;
  }
  .banner_content {
    top: 25px;
  }
  .banner_content .banner_content_inner .slogan {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  .banner_content .banner_content_inner .slogan .divider {
    margin: 3px 0;
  }
}
@media only screen and (max-width: 576px) {
  .slider, .slider .slick-slide {
    min-height: 200px;
  }
  .banner {
    height: 150px;
  }
  .banner_content {
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
  }
  .banner_content .banner_content_inner .slogan {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.blog-item {
  border-bottom: 1px solid #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .blog-item {
    max-width: 360px;
    margin: 0 auto;
  }
}
#copyright {
  background: #1d1d1d;
  font-size: 0.87rem;
  color: #808080;
  padding: 15px 0;
}
@media only screen and (max-width: 991px) {
  #copyright svg {
    margin-top: 5px;
  }
}
#copyright svg path {
  fill: #fff;
}
#copyright a {
  font-family: "como", sans-serif;
  font-size: 0.875rem;
  color: #fff;
}
#copyright a.company {
  color: #808080;
}
#copyright img {
  height: 14px;
}
.cta {
  position: relative;
  padding: 0;
}
.cta:before {
  position: absolute;
  content: "";
  bottom: 24%;
  left: 0;
  width: 100%;
  height: 390px;
  background-color: #f5f5f5;
}
.cta .bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cta .bg-wrap .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.cta .bg-wrap .bg:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/contact.jpg");
  background-size: cover;
  background-position: center;
}
.cta .bg-wrap .bg:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 42, 92, 0.9);
}
.cta .cta-block {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.cta .cta-block .cta-wrap {
  position: relative;
  background-color: #f5f5f5;
}
.cta .cta-block .cta-wrap .gform_wrapper {
  position: relative;
  z-index: 1;
  padding: 67px 82px 91px 98px;
}
.cta .cta-block .cta-wrap .cta-content {
  padding: 84px 74px 91px 81px;
}
.cta .cta-block .cta-wrap .cta-content .title {
  margin-bottom: 2px;
}
.cta .cta-block .cta-wrap .cta-content .subtitle {
  margin-bottom: 0;
}
.cta .cta-block .cta-wrap .cta-content p {
  margin-top: 34px;
  font-size: 1rem;
  line-height: 1.625rem;
}
.cta .cta-block .cta-wrap .cta-content .contact-wrap {
  margin-top: 52px;
}
.cta .cta-block .cta-wrap .cta-content .contact-wrap .contact.phone {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .cta .cta-block .cta-wrap .cta-content {
    padding-right: 59px;
  }
}
@media only screen and (max-width: 991px) {
  .cta:before {
    display: none;
  }
  .cta .cta-block .cta-wrap:before, .cta .cta-block .cta-wrap:after {
    height: 56%;
    width: 100%;
  }
  .cta .cta-block .cta-wrap .gform_wrapper {
    padding: 45px 55px 60px 55px;
  }
  .cta .cta-block .cta-wrap .cta-content {
    padding: 60px 0 45px 0;
  }
  .cta .cta-block .cta-wrap .cta-content p {
    margin: 25px 0 15px 0;
  }
  .cta .cta-block .cta-wrap .cta-content .contact-wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cta .cta-block .cta-wrap:before, .cta .cta-block .cta-wrap:after {
    height: 59%;
  }
  .cta .cta-block .cta-wrap .gform_wrapper {
    padding-top: 15px;
    padding-bottom: 45px;
  }
  .cta .cta-block .cta-wrap .cta-content {
    padding: 45px 0 30px 0;
  }
  .cta .cta-block .cta-wrap .cta-content .contact-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .cta {
    background-color: #f5f5f5;
  }
  .cta .bg-wrap .container {
    padding: 0;
  }
  .cta .cta-block {
    box-shadow: none;
  }
  .cta .cta-block .cta-wrap {
    background-color: transparent;
  }
  .cta .cta-block .cta-wrap .gform_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .cta .cta-block .cta-wrap .cta-content .contact-wrap {
    margin-top: 15px;
  }
  .cta .cta-block .cta-wrap .cta-content .contact-wrap .contact.phone {
    margin-bottom: 15px;
  }
}
.footer {
  padding: 173px 0 60px 0;
  background: transparent;
  color: #fff;
}
.footer .footer-top {
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 40px;
}
.footer .footer-top:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ebebeb;
}
.footer .footer-top .footer-list .title {
  margin-bottom: 15px;
}
.footer .footer-top .footer-list .list_menu {
  padding-left: 14px;
}
.footer .footer-top .footer-list .list_menu .menu-item {
  position: relative;
  margin-bottom: 6px;
}
.footer .footer-top .footer-list .list_menu .menu-item:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -13px;
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  color: #e8a713;
}
.footer .footer-top .footer-list .list_menu .menu-item a {
  color: #808080;
  letter-spacing: 1px;
}
.footer .footer-top .footer-list .list_menu .menu-item.current-menu-item a, .footer .footer-top .footer-list .list_menu .menu-item a:hover {
  color: #e8a713;
}
.footer .footer-bottom {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 60px;
}
.footer .footer-bottom:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ebebeb;
}
.footer .footer-bottom .address .title {
  display: block;
  margin-bottom: 5px;
  min-height: 56px;
}
.footer .footer-bottom .address .straat {
  display: block;
  margin-bottom: 2px;
  font-family: "como", sans-serif;
  color: #808080;
  letter-spacing: 1px;
}
.footer .footer-bottom .address .telefoon, .footer .footer-bottom .address a {
  display: inline-block;
  font-family: "como", sans-serif;
  color: #808080;
  letter-spacing: 1px;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.footer .footer-bottom .address .telefoon a:hover, .footer .footer-bottom .address a a:hover {
  color: #e8a713;
}
.footer .vboLogo {
  max-width: 250px;
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding: 120px 0;
  }
  .footer .footer-bottom .address.address-3, .footer .footer-bottom .address.address-4 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 90px 0;
  }
  .footer .footer-top {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .footer .footer-top .footer-social {
    margin-top: 25px;
  }
  .footer .footer-bottom {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .footer .footer-bottom .address {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 60px 0;
  }
  .footer .footer-top .footer-social {
    margin-top: 15px;
  }
  .footer .footer-bottom .address-1, .footer .footer-bottom .address-2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .footer {
    padding: 45px 0 30px 0;
  }
  .footer .footer-top {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .footer .footer-bottom {
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
}
#outdated {
  background: #dc3545;
  color: #fff;
  z-index: 99999;
  font-family: Arial, Helvetica, sans-serif;
}
#outdated h6 {
  text-transform: none !important;
  font-weight: 700 !important;
  color: #fff !important;
}
#outdated p {
  text-transform: none !important;
  font-size: em(16) !important;
  color: #fff !important;
  font-weight: 400 !important;
}
#outdated #btn_update_browser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0 auto;
  width: 230px;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
}
#outdated #btn_update_browser:hover {
  background: #fff;
  color: #dc3545;
}
.header {
  position: relative;
  padding: 0 21px 0 21px;
  background-color: #f5f5f5;
}
.header:after {
  position: absolute;
  z-index: 9997;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #f5f5f5;
}
.header.front {
  position: relative;
  padding: 0 21px 90px 21px;
}
.header.front .pijlers {
  position: absolute;
  z-index: 1;
  bottom: 46px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.header .position-absolute {
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header .position-absolute .logo {
  position: relative;
}
.header .position-absolute .logo .logo-vdo {
  position: absolute;
  z-index: 1;
  display: block;
  top: 21px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 237px;
  height: 92px;
}
.header .position-absolute .logo .logo-bg {
  position: relative;
  min-height: 185px;
}
.header .container-fluid {
  padding: 0;
}
.header .header-bar {
  position: relative;
  z-index: 9998;
  padding: 29px 0 28px 0;
}
.header .header-bar .header-content {
  display: inline-block;
  padding-right: 1px;
}
.header .header-bar .header-content .contact-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 73px;
  max-width: 185px;
  visibility: hidden;
  max-height: 30px;
}
.header .header-bar .header-content .contact-wrap .slick-list {
  visibility: visible;
}
.header .header-bar .header-content .contact-wrap .contact .contact-icon {
  margin-right: 0;
}
.header .header-bar .header-content .multilang {
  display: inline-block;
  vertical-align: middle;
}
.header .header-bar .header-content .multilang .flag {
  display: inline-block;
  max-height: 19px;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.header .header-bar .header-content .multilang .flag:hover {
  filter: brightness(75%);
}
.header .header-bar .header-content .multilang .flag img {
  position: relative;
  top: -3px;
  width: 29px;
  height: 19px;
}
.header .header-bar .header-content .multilang .flag.deutch {
  margin-left: 6px;
}
@media only screen and (max-width: 1599px) {
  .header .header-bar .header-content .contact-wrap {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1499px) {
  .header .position-absolute .logo {
    margin: 0 auto;
    max-width: 65%;
  }
  .header .position-absolute .logo .logo-vdo {
    top: 12px;
  }
  .header .position-absolute .logo .logo-vdo img {
    max-height: 65px;
    width: auto;
  }
  .header .position-absolute .logo .logo-bg {
    min-height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .header {
    padding-top: 15px;
  }
  .header:after {
    height: 156px;
  }
  .header.front {
    padding-top: 15px;
  }
  .header .position-absolute {
    position: relative !important;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .header .position-absolute .logo {
    display: inline-block;
    margin: 0;
    max-width: none;
  }
  .header .position-absolute .logo .logo-vdo {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    height: 65px;
  }
  .header .position-absolute .logo .logo-vdo img {
    max-height: 100%;
  }
  .header .position-absolute .logo .logo-bg {
    display: none;
  }
  .header .header-bar {
    padding-top: 15px;
  }
  .header .header-bar .header-content .contact-wrap {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header:after {
    height: 143px;
  }
  .header.front {
    padding-bottom: 60px;
  }
  .header.front .header-bar {
    padding-bottom: 15px;
  }
  .header.front .pijlers {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header:after {
    height: 140px;
  }
  .header.front {
    padding-bottom: 45px;
  }
  .header.front .pijlers {
    bottom: 20px;
  }
  .header .header-bar .header-content .contact-wrap {
    max-width: 160px;
  }
}
@media only screen and (max-width: 576px) {
  .header:after {
    height: 145px;
  }
  .header.front {
    padding: 10px 21px 21px 21px;
  }
  .header.front .pijlers {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .header.front .header-bar {
    padding-bottom: 10px;
  }
  .header .header-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .position-absolute .logo .logo-vdo {
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .ie .header.front .pijlers, .ie18 .header.front .pijlers {
    bottom: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .ie .header.front, .ie18 .header.front {
    padding: 21px;
  }
  .ie .header.front .pijlers, .ie18 .header.front .pijlers {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.navbar {
  background: #f5f5f5;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-nav .nav-link {
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 10px 15px;
  }
  .navbar .navbar-nav {
    padding-bottom: 10px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }
}
.navbar-brand, .navbar-brand:hover {
  color: #000;
}
.navbar-toggler {
  border: 0px;
  position: relative;
}
.navbar-toggler:before {
  content: "Menu";
  font-size: 14px;
  position: absolute;
  left: -35px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggler span {
  display: block;
  background-color: #444;
  height: 2px;
  width: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
.navbar .navbar-nav li.current-menu-item a.nav-link, .navbar .navbar-nav li.current-menu-item a, .navbar .navbar-nav li .nav-link:hover {
  color: #002a5c;
}
.navbar .navbar-nav li .nav-link {
  color: #000;
}
.dropdown-toggle:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  vertical-align: baseline;
  width: auto;
  height: auto;
  border: 0;
}
.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 0px;
  background: #f5f5f5;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  background: transparent;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #002a5c;
}
.dropdown:hover > .dropdown-menu {
  top: 100% !important;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .dropdown .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
.dd_1 .dropdown .dropdown-menu {
  top: calc(100% + 5px);
}
.dd_2 .dropdown .dropdown-menu {
  top: calc(100% - 5px);
}
.pijlers {
  padding: 0;
}
.pijlers .pijler {
  position: relative;
  display: block;
  padding: 29px 9px 9px 9px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.pijlers .pijler:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #f5f5f5;
  transition: all ease-in-out 0.5s;
}
.pijlers .pijler:after {
  position: absolute;
  content: "";
  top: 55px;
  left: 0;
  width: 100%;
  height: 0;
  border-left: 105px solid transparent;
  border-right: 105px solid transparent;
  border-top: 30px solid #f5f5f5;
  transition: all ease-in-out 0.5s;
}
.pijlers .pijler .pijler-icon {
  position: relative;
  z-index: 1;
  width: 97px;
  height: 97px;
  line-height: 97px;
  font-size: 2.25rem;
  color: #fff;
  background-color: #e8a713;
  border-radius: 50%;
}
.pijlers .pijler .pijler-content {
  margin: 25px 0 38px 0;
}
.pijlers .pijler .pijler-content .title {
  margin-bottom: 0;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  min-height: 56px;
}
.pijlers .pijler.pijler-3 .pijler-icon:before {
  position: relative;
  left: -5px;
}
@media only screen and (max-width: 991px) {
  .pijlers .pijler {
    padding-top: 20px;
  }
  .pijlers .pijler.pijler-1, .pijlers .pijler.pijler-2 {
    margin-bottom: 25px;
  }
  .pijlers .pijler:before {
    height: 30px;
  }
  .pijlers .pijler:after {
    top: 30px;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
  }
  .pijlers .pijler .pijler-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 1.875rem;
  }
  .pijlers .pijler .pijler-content {
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pijlers .pijler {
    padding-top: 15px;
  }
  .pijlers .pijler.pijler-1, .pijlers .pijler.pijler-2 {
    margin-bottom: 15px;
  }
  .pijlers .pijler:before {
    height: 30px;
  }
  .pijlers .pijler:after {
    top: 30px;
    border-top: 20px solid #f5f5f5;
    border-left: 115px solid transparent;
    border-right: 115px solid transparent;
  }
  .pijlers .pijler .pijler-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.5rem;
  }
  .pijlers .pijler .pijler-content {
    margin: 10px 0;
  }
  .pijlers .pijler .pijler-content .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .pijlers .pijler.pijler-3 .pijler-icon:before {
    position: relative;
    left: -2px;
  }
}
@media only screen and (max-width: 576px) {
  .pijlers {
    margin-top: 21px;
  }
  .pijlers .pijler {
    padding-top: 9px;
  }
  .pijlers .pijler.pijler-1, .pijlers .pijler.pijler-2, .pijlers .pijler.pijler-3 {
    margin-bottom: 15px;
  }
  .pijlers .pijler:before, .pijlers .pijler:after {
    display: none;
  }
  .pijlers .pijler .pijler-icon {
    display: none;
  }
  .pijlers .pijler .pijler-content {
    margin: 0 0 5px;
  }
  .pijlers .pijler .pijler-content .title {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.droomhuis {
  padding: 67px 0 65px 0;
  background-color: #fff;
}
.droomhuis .droomhuis-content .title {
  margin-bottom: 16px;
}
.droomhuis .droomhuis-content p {
  margin-bottom: 0;
  line-height: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .droomhuis {
    padding: 60px 0;
  }
  .droomhuis .droomhuis-content .title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .droomhuis {
    padding: 45px 0;
    background-color: #f5f5f5;
  }
}
.rmi-editor {
  padding: 0;
}
.medewerkers {
  padding: 120px 0 0 0;
}
.medewerkers .medewerkers-wrap .medewerker {
  position: relative;
  padding: 77px 0;
}
.medewerkers .medewerkers-wrap .medewerker:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ebebeb;
}
.medewerkers .medewerkers-wrap .medewerker .img-block {
  margin-top: 5px;
  width: 472px;
  height: 354px;
  background-size: cover;
  background-position: center;
}
.medewerkers .medewerkers-wrap .medewerker .medewerker-header {
  margin-bottom: 19px;
}
.medewerkers .medewerkers-wrap .medewerker .medewerker-header .title {
  margin-bottom: 0;
}
.medewerkers .medewerkers-wrap .medewerker .contact-wrap {
  margin-bottom: 34px;
}
.medewerkers .medewerkers-wrap .medewerker .contact-wrap .contact.email:hover > .contact-icon {
  color: #e8a713;
}
.medewerkers .medewerkers-wrap .medewerker .contact-wrap .contact.email:hover .contact-gegevens {
  color: #e8a713;
}
.medewerkers .medewerkers-wrap .medewerker .contact-wrap .contact.email, .medewerkers .medewerkers-wrap .medewerker .contact-wrap .contact.telefoon {
  margin-bottom: 5px;
}
.medewerkers .medewerkers-wrap .medewerker .contact-wrap .contact .contact-icon {
  width: 15px;
  color: #002a5c;
  text-align: center;
}
.medewerkers .medewerkers-wrap .medewerker .medewerker-content p {
  font-family: "como", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #808080;
}
@media only screen and (max-width: 1199px) {
  .medewerkers .medewerkers-wrap .medewerker .img-block {
    width: 100%;
    height: 379px;
  }
}
@media only screen and (max-width: 991px) {
  .medewerkers .medewerkers-wrap {
    padding: 40px 0;
  }
  .medewerkers .medewerkers-wrap .medewerker .img-block {
    margin: 0 0 25px 0;
    height: 300px;
  }
  .medewerkers .medewerkers-wrap .medewerker .contact-wrap {
    margin-bottom: 25px;
  }
  .medewerkers .medewerkers-wrap .medewerker .medewerker-content p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .medewerkers .medewerkers-wrap {
    padding: 25px 0;
  }
  .medewerkers .medewerkers-wrap .medewerker .img-block {
    margin: 0 0 15px 0;
    height: 250px;
  }
  .medewerkers .medewerkers-wrap .medewerker .contact-wrap {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .medewerkers .medewerker-wrap .medewerker {
    padding: 25px 0;
  }
  .medewerkers .medewerker-wrap .medewerker .img-block {
    height: 200px;
  }
}
.home .over-ons {
  padding: 173px 0 181px 0;
}
.home .over-ons .content-wrap .content-header .title {
  margin-bottom: 2px;
}
.home .over-ons .content-wrap .content-header .subtitle {
  margin-bottom: 32px;
}
.home .over-ons .content-wrap p {
  margin-bottom: 50px;
  line-height: 1.875rem;
}
.home .over-ons .position-absolute {
  z-index: -1;
  padding: 0;
  top: -6px;
  right: 0;
}
.home .over-ons .position-absolute .img-link {
  padding: 6px 0 0 98px;
}
.home .over-ons .position-absolute .img-link .img-block {
  max-width: 1140px;
  height: 644px;
}
.home .review {
  position: relative;
  padding: 180px 0 90px 0;
  background-color: #f5f5f5;
}
.home .review:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background-color: #fff;
}
.home .review .review-wrap {
  display: block;
  position: relative;
  z-index: 1;
  padding: 68px 0;
}
.home .review .review-wrap:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/contact.jpg");
  background-size: cover;
  background-position: 100% 47%;
}
.home .review .review-wrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 42, 92, 0.9);
}
.home .review .review-wrap .review-content {
  position: relative;
  z-index: 1;
}
.home .review .review-wrap .review-content .title {
  margin-bottom: 14px;
}
.home .review .review-wrap .review-content p {
  margin-bottom: 0;
  line-height: 1.625rem;
  color: rgba(255, 255, 255, 0.5);
}
.home .review .review-wrap .score {
  position: relative;
  z-index: 1;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "como", sans-serif;
  font-size: 1.875rem;
  color: #1d1d1d;
  font-weight: 700;
  text-align: center;
}
.home .review .review-wrap .score:before {
  position: absolute;
  z-index: -1;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 7.8125rem;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .review .review-wrap:hover p {
  color: #ffffff;
}
.home .uitgelichte-woningen {
  padding: 83px 0 150px 0;
}
.home .uitgelichte-woningen .content-wrap .content-header .title {
  margin-bottom: 2px;
}
.home .uitgelichte-woningen .recent_aanbod {
  margin-top: 74px;
}
.home .uitgelichte-woningen a.btns.primary {
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  .home .uitgelichte-woningen a.btns.primary {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .home .over-ons {
    padding: 120px 0;
  }
  .home .review {
    padding-top: 120px;
  }
  .home .uitgelichte-woningen {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .home .over-ons {
    padding: 90px 0;
  }
  .home .over-ons .content-wrap .content-header {
    margin-bottom: 25px;
  }
  .home .over-ons .content-wrap .content-header .subtitle {
    margin-bottom: 20px;
  }
  .home .over-ons .content-wrap p {
    margin-bottom: 25px;
  }
  .home .over-ons .position-absolute {
    position: relative !important;
    z-index: 0;
    padding: 0 15px;
    top: 0;
    max-width: 720px;
  }
  .home .over-ons .position-absolute .img-link {
    padding: 0;
    margin-bottom: 25px;
  }
  .home .over-ons .position-absolute .img-link .img-block {
    height: 300px;
  }
  .home .review {
    padding-top: 90px;
  }
  .home .review .review-wrap .review-content .score {
    padding: 40px 0;
    margin-top: 15px;
    height: 125px;
  }
  .home .uitgelichte-woningen {
    padding-bottom: 90px;
  }
  .home .uitgelichte-woningen .recent_aanbod {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home .over-ons {
    padding: 60px 0;
  }
  .home .over-ons .content-wrap .content-header {
    margin-bottom: 15px;
  }
  .home .over-ons .content-wrap .content-header .subtitle {
    margin-bottom: 10px;
  }
  .home .over-ons .content-wrap p {
    margin-bottom: 15px;
  }
  .home .over-ons .position-absolute {
    max-width: 540px;
  }
  .home .over-ons .position-absolute .img-link {
    margin-bottom: 15px;
  }
  .home .review {
    padding: 60px 0;
  }
  .home .review .review-wrap {
    padding: 60px 0;
  }
  .home .review .review-wrap .review-content .score {
    padding: 25px 0;
    height: 100px;
  }
  .home .review .review-wrap .review-content .score:before {
    font-size: 6.25rem;
  }
  .home .uitgelichte-woningen {
    padding: 60px;
  }
  .home .uitgelichte-woningen .recent_aanbod {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .home .over-ons {
    padding: 45px 0;
  }
  .home .over-ons .content-wrap p {
    display: none;
  }
  .home .review {
    padding: 45px 0;
    background-color: transparent;
  }
  .home .review:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/contact.jpg");
    background-size: cover;
    background-position: 100% 47%;
  }
  .home .review:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 42, 92, 0.9);
  }
  .home .review .review-wrap {
    padding: 0;
  }
  .home .review .review-wrap:before, .home .review .review-wrap:after {
    display: none;
  }
  .home .review .review-wrap p {
    display: none;
  }
  .home .uitgelichte-woningen {
    padding: 45px 0;
  }
  .home .review .review-wrap .review-content {
    text-align: center;
  }
  .home .review .review-wrap .review-content .score {
    margin-top: 0;
    text-align: center;
  }
}
.page-standaard {
  position: relative;
  padding: 174px 0 137px 0;
  min-height: 967px;
}
.page-standaard .waardebepaling_from {
  padding-top: 45px;
}
.page-standaard .content-wrap .content-header {
  margin-bottom: 34px;
}
.page-standaard .content-wrap .content-header .title {
  margin-bottom: 1px;
}
.page-standaard .content-wrap .content-header .subtitle {
  margin-bottom: 30px;
}
.page-standaard .content-wrap .content-editor p {
  margin-bottom: 34px;
}
.page-standaard .position-absolute {
  z-index: -1;
  padding: 0;
  top: 174px;
  right: 0;
}
.page-standaard .position-absolute .img-link {
  padding: 6px 0 0 98px;
}
.page-standaard .position-absolute .img-link .img-block {
  max-width: 1140px;
  height: 644px;
}
@media only screen and (max-width: 1199px) {
  .page-standaard {
    padding: 120px 0;
    min-height: 896px;
  }
  .page-standaard .position-absolute {
    top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .page-standaard {
    padding: 90px 0;
    min-height: inherit;
  }
  .page-standaard .content-wrap .content-header {
    margin-bottom: 25px;
  }
  .page-standaard .content-wrap .content-header .subtitle {
    margin-bottom: 20px;
  }
  .page-standaard .content-wrap .content-editor {
    margin-bottom: 25px;
  }
  .page-standaard .content-wrap .content-editor p {
    margin-bottom: 25px;
  }
  .page-standaard .position-absolute {
    position: relative !important;
    z-index: 0;
    padding: 0 15px;
    top: 0;
    max-width: 720px;
  }
  .page-standaard .position-absolute .img-link {
    padding: 0;
    margin-top: 25px;
  }
  .page-standaard .position-absolute .img-link .img-block {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .page-standaard {
    padding: 60px 0;
  }
  .page-standaard .content-wrap .content-header {
    margin-bottom: 15px;
  }
  .page-standaard .content-wrap .content-header .subtitle {
    margin-bottom: 10px;
  }
  .page-standaard .content-wrap .content-editor {
    margin-bottom: 15px;
  }
  .page-standaard .content-wrap .content-editor p {
    margin-bottom: 15px;
  }
  .page-standaard .position-absolute {
    max-width: 540px;
  }
  .page-standaard .position-absolute .img-link {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .page-standaard {
    padding: 45px 0;
  }
  .page-standaard .position-absolute .img-link .img-block {
    height: 200px;
  }
}
.nieuwbouw-archive {
  padding: 175px 0 6px 0;
}
.nieuwbouw-archive .content-wrap {
  margin-bottom: 77px;
}
.nieuwbouw-archive .content-wrap .content-header {
  padding: 0 79px;
}
.nieuwbouw-archive .content-wrap .content-header .title {
  margin-bottom: 0;
}
.nieuwbouw-archive .content-wrap .content-header .subtitle {
  margin-bottom: 30px;
}
.nieuwbouw-archive .nieuwbouw {
  position: relative;
  display: block;
  padding-bottom: 90px;
  margin-bottom: 85px;
}
.nieuwbouw-archive .nieuwbouw:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ebebeb;
}
.nieuwbouw-archive .nieuwbouw .img-block {
  margin-top: 5px;
  width: 472px;
  height: 354px;
  background-size: cover;
  background-position: center;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-header {
  margin-bottom: 19px;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-header .title {
  margin-bottom: 0;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-header .location {
  font-family: "como", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #808080;
  font-weight: 700;
  text-transform: uppercase;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-kenmerken {
  margin-bottom: 34px;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-kenmerken .kenmerk {
  display: block;
  font-family: "como", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #808080;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-kenmerken .kenmerk .nieuwbouw-icon {
  color: #002a5c;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-kenmerken .kenmerk.bouwsoort {
  margin-bottom: 7px;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-kenmerken .kenmerk.bouwsoort .nieuwbouw-icon {
  margin-right: 8px;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-kenmerken .kenmerk.prijsklasse .nieuwbouw-icon {
  margin-right: 16px;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-content {
  margin-bottom: 52px;
}
.nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-content p {
  font-family: "como", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #808080;
}
@media only screen and (max-width: 1199px) {
  .nieuwbouw-archive {
    padding-top: 120px;
  }
  .nieuwbouw-archive .nieuwbouw .img-block {
    width: 100%;
    height: 379px;
  }
}
@media only screen and (max-width: 991px) {
  .nieuwbouw-archive .content-wrap {
    margin-bottom: 45px;
  }
  .nieuwbouw-archive .content-wrap .content-header {
    padding: 0;
  }
  .nieuwbouw-archive .content-wrap .content-header .subtitle {
    margin-bottom: 20px;
  }
  .nieuwbouw-archive .nieuwbouw {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
  .nieuwbouw-archive .nieuwbouw .img-block {
    margin: 0 0 25px 0;
    height: 300px;
  }
  .nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-kenmerken {
    margin-bottom: 25px;
  }
  .nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-content {
    margin-bottom: 45px;
  }
  .nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-content p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nieuwbouw-archive {
    padding-top: 60px;
  }
  .nieuwbouw-archive .content-wrap {
    margin-bottom: 25px;
  }
  .nieuwbouw-archive .content-wrap .content-header .subtitle {
    margin-bottom: 10px;
  }
  .nieuwbouw-archive .nieuwbouw {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .nieuwbouw-archive .nieuwbouw .img-block {
    margin: 0 0 15px 0;
    height: 250px;
  }
  .nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-header {
    margin-bottom: 15px;
  }
  .nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-kenmerken {
    margin-bottom: 15px;
  }
  .nieuwbouw-archive .nieuwbouw .nieuwbouw-wrap .nieuwbouw-content {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .nieuwbouw-archive {
    padding-top: 45px;
  }
  .nieuwbouw-archive .nieuwbouw .img-block {
    height: 200px;
  }
}
.nieuwbouw-single {
  padding: 174px 0 179px 0;
}
.nieuwbouw-single .content-wrap .content-header {
  margin-bottom: 34px;
}
.nieuwbouw-single .content-wrap .content-header .title {
  margin-bottom: 1px;
}
.nieuwbouw-single .content-wrap .content-header .subtitle {
  margin-bottom: 30px;
}
.nieuwbouw-single .content-wrap .content-editor p {
  margin-bottom: 34px;
}
.nieuwbouw-single .img-link {
  display: block;
  margin: 6px 0 0 68px;
}
.nieuwbouw-single .img-link .img-block {
  width: 100%;
  height: 365px;
  background-size: cover;
  background-position: center;
}
.nieuwbouw-single .kenmerken {
  list-style-type: none;
  padding: 60px 60px 60px 60px;
  margin: -30px 0 0 82px;
  width: 459px;
  background-color: #002a5c;
}
.nieuwbouw-single .kenmerken.link {
  padding: 60px 60px 38px 60px;
}
.nieuwbouw-single .kenmerken .kenmerk {
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 31px;
}
.nieuwbouw-single .kenmerken .kenmerk:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nieuwbouw-single .kenmerken .kenmerk:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nieuwbouw-single .kenmerken .kenmerk:last-of-type:after {
  display: none;
}
.nieuwbouw-single .kenmerken .kenmerk .kenmerk-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.5rem;
  color: #1d1d1d;
  text-align: center;
  background-color: #fff;
}
.nieuwbouw-single .kenmerken .kenmerk .kenmerk-content {
  display: inline-block;
  vertical-align: middle;
}
.nieuwbouw-single .kenmerken .kenmerk .kenmerk-content .object {
  display: block;
  font-family: "como", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nieuwbouw-single .kenmerken .kenmerk .kenmerk-content .type {
  position: relative;
  display: block;
  top: -3px;
  font-family: "como", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #fff;
  font-weight: 400;
}
.nieuwbouw-single .gallery {
  display: block;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 90px;
}
.nieuwbouw-single .gallery .gallery-link {
  position: relative;
  display: block;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.nieuwbouw-single .gallery .gallery-link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.nieuwbouw-single .gallery .gallery-link:hover:after {
  background-color: rgba(255, 255, 255, 0.25);
}
.nieuwbouw-single .gallery .gallery-link .img-gallery {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .nieuwbouw-single {
    padding: 120px 0;
  }
  .nieuwbouw-single .img-link {
    margin-left: 0;
  }
  .nieuwbouw-single .kenmerken {
    margin: -30px auto 0 auto;
    width: calc(100% - 25px);
  }
  .nieuwbouw-single .kenmerken .kenmerk .kenmerk-icon {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .nieuwbouw-single {
    padding: 90px 0;
  }
  .nieuwbouw-single .content-wrap .content-header {
    margin-bottom: 25px;
  }
  .nieuwbouw-single .content-wrap .content-header .subtitle {
    margin-bottom: 20px;
  }
  .nieuwbouw-single .content-wrap .content-editor {
    margin-bottom: 25px;
  }
  .nieuwbouw-single .content-wrap .content-editor p {
    margin-bottom: 25px;
  }
  .nieuwbouw-single .img-link {
    margin-top: 10px;
  }
  .nieuwbouw-single .img-link .img-block {
    height: 300px;
  }
  .nieuwbouw-single .kenmerken {
    padding: 45px;
    margin: 0;
    width: 100%;
  }
  .nieuwbouw-single .kenmerken.link {
    padding: 45px;
  }
  .nieuwbouw-single .kenmerken .kenmerk {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .nieuwbouw-single .gallery {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .nieuwbouw-single .gallery .gallery-link .img-gallery {
    height: 196px;
  }
}
@media only screen and (max-width: 767px) {
  .nieuwbouw-single {
    padding: 60px 0;
  }
  .nieuwbouw-single .content-wrap .content-header {
    margin-bottom: 15px;
  }
  .nieuwbouw-single .content-wrap .content-header .subtitle {
    margin-bottom: 10px;
  }
  .nieuwbouw-single .content-wrap .content-editor {
    margin-bottom: 15px;
  }
  .nieuwbouw-single .content-wrap .content-editor p {
    margin-bottom: 15px;
  }
  .nieuwbouw-single .img-link .img-block {
    height: 250px;
  }
  .nieuwbouw-single .kenmerken {
    padding: 25px;
  }
  .nieuwbouw-single .kenmerken.link {
    padding: 25px;
  }
  .nieuwbouw-single .kenmerken .kenmerk {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .nieuwbouw-single .kenmerken .kenmerk .kenmerk-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
  }
  .nieuwbouw-single .gallery {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .nieuwbouw-single .gallery .gallery-link .img-gallery {
    height: 140px;
  }
}
@media only screen and (max-width: 576px) {
  .nieuwbouw-single {
    padding: 45px 0 30px 0;
  }
  .nieuwbouw-single .img-link .img-block {
    height: 200px;
  }
  .nieuwbouw-single .kenmerken .kenmerk .kenmerk-icon {
    display: block;
    margin: 0 auto 15px auto;
  }
  .nieuwbouw-single .kenmerken .kenmerk .kenmerk-content {
    display: block;
    text-align: center;
  }
  .nieuwbouw-single .gallery .gallery-link {
    margin-bottom: 15px;
  }
  .nieuwbouw-single .gallery .gallery-link .img-gallery {
    height: 200px;
  }
}
.page-aanbod {
  padding: 175px 0 75px 0;
}
.page-aanbod .content-wrap {
  margin-bottom: 82px;
}
.page-aanbod .content-wrap .content-header {
  padding: 0 79px;
}
.page-aanbod .content-wrap .content-header .title {
  margin-bottom: 0;
}
.page-aanbod .content-wrap .content-header .subtitle {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .page-aanbod {
    padding-top: 120px;
  }
  .page-aanbod .content-wrap .content-header {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-aanbod {
    padding-top: 90px;
  }
  .page-aanbod .content-wrap {
    margin-bottom: 45px;
  }
  .page-aanbod .content-wrap .content-header {
    padding: 0;
  }
  .page-aanbod .content-wrap .content-header .subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-aanbod {
    padding: 60px 0;
  }
  .page-aanbod .content-wrap {
    margin-bottom: 25px;
  }
  .page-aanbod .content-wrap .content-header .subtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .page-aanbod {
    padding: 45px 0;
  }
}
.detail-aanbod {
  padding: 175px 0 75px 0;
}
.detail-aanbod .content-wrap {
  margin-bottom: 51px;
}
@media only screen and (max-width: 1199px) {
  .detail-aanbod {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .detail-aanbod {
    padding-top: 90px;
  }
  .detail-aanbod .content-wrap {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-aanbod {
    padding: 60px 0;
  }
  .detail-aanbod .content-wrap {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .detail-aanbod {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-faq a div.content-img {
    margin-top: 15px;
  }
}
.page-faq #faq .faqItem {
  padding: 15px 0 15px 0;
}
.page-faq #faq .faqVraag {
  position: relative;
  display: block;
  border-bottom: 3px solid #002a5c;
  font-family: "como", sans-serif;
  color: #1d1d1d;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.page-faq #faq .faqVraag:hover {
  color: #002a5c;
}
.page-faq #faq .faqVraag:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  color: #e8a713;
  font-weight: 400;
  text-align: center;
  content: "";
  top: 50%;
  right: 0;
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: top left;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.page-faq #faq .faqVraag.collapsed:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  color: #e8a713;
  font-weight: 400;
  text-align: center;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transform-origin: center;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.page-faq #faq .faqAntwoord {
  position: relative;
  border-bottom: 3px solid #e8a713;
}
.page-faq #faq .faqAntwoord p {
  padding: 15px 0px;
  margin-bottom: 0;
  font-family: "como", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #808080;
}
.page-zoekopdracht {
  min-height: 0;
}
.page-contact {
  padding: 174px 0 137px 0;
}
@media only screen and (max-width: 1199px) {
  .page-contact {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-contact {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  .page-contact {
    padding: 45px 0;
  }
}
.page-404 {
  padding: 174px 0 137px 0;
}
.page-404 .content-wrap {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1199px) {
  .page-404 {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-404 {
    padding: 90px 0;
  }
  .page-404 .content-wrap {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page-404 {
    padding: 60px 0;
  }
  .page-404 .content-wrap {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .page-404 {
    padding: 45px 0;
  }
}
body .gform_wrapper {
  margin: 0;
}
body .gform_wrapper .gform_body > ul > li {
  margin-bottom: 19px;
}
body .gform_wrapper ul {
  padding: 0px;
}
body .gform_wrapper ul #field_1_1:before {
  content: "";
  top: 11px;
  left: 11px;
}
body .gform_wrapper ul #field_1_3 {
  display: inline-block;
  padding-right: 0;
  margin-right: 14px;
  width: 49%;
}
body .gform_wrapper ul #field_1_3:before {
  content: "";
  top: 19px;
  left: 11px;
  transform: rotate(90deg);
}
body .gform_wrapper ul #field_1_5 {
  display: inline-block;
  width: 47%;
}
body .gform_wrapper ul #field_1_5:before {
  content: "";
  top: 19px;
  left: 8px;
}
body .gform_wrapper ul #field_1_4:before {
  content: "";
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 1199px) {
  body .gform_wrapper ul #field_1_3, body .gform_wrapper ul #field_1_5 {
    width: 100%;
  }
}
body .gform_wrapper ul li {
  position: relative;
}
body .gform_wrapper ul li:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  color: #e8a713;
}
body .gform_wrapper ul li.gfield {
  list-style: none;
  position: relative;
}
body .gform_wrapper ul li.gfield:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body .gform_wrapper ul li.gfield.hidden_label {
  margin-top: 0px;
}
body .gform_wrapper ul li.gfield.hidden_label input {
  margin-top: 0px;
}
body .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper ul li.gfield.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8px;
}
body .gform_wrapper ul li.gfield ul li label {
  font-weight: 400;
}
body .gform_wrapper ul li.gfield .gfield_label {
  font-size: 13px;
}
body .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper ul li.gfield textarea, body .gform_wrapper ul li.gfield select {
  padding: 12px 12px 6px 32px;
  width: 100% !important;
  max-width: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
}
body .gform_wrapper ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, body .gform_wrapper ul li.gfield textarea::placeholder, body .gform_wrapper ul li.gfield select::placeholder {
  color: #fff;
}
body .gform_wrapper ul li.gfield input[type=radio] {
  margin-right: 5px;
}
body .gform_wrapper ul li.gfield textarea {
  height: 122px;
  min-height: 122px !important;
}
body .gform_wrapper input[type="submit"], body .gform_wrapper button.btns {
  cursor: pointer;
}
body .gform_wrapper div.validation_error {
  padding: 5px 15px;
  width: calc(100% - 15px);
  background: #dc3545;
  color: #fff;
  font-weight: 700;
  border: 0px;
  text-align: center;
}
body .gform_wrapper .gform_footer {
  padding: 11px 0 0 0;
  margin-top: 0px;
}
body .gform_wrapper.gform_validation_error ul li:not(.gfield_error) input, body .gform_wrapper.gform_validation_error ul li:not(.gfield_error) textarea, body .gform_wrapper.gform_validation_error ul li:not(.gfield_error) select {
  padding-bottom: 16px;
  padding-top: 16px;
}
body .gform_wrapper.gform_validation_error ul li.gfield_error {
  border: 0px;
  padding-top: 0px;
  background: transparent;
}
body .gform_wrapper.gform_validation_error ul li.gfield_error input, body .gform_wrapper.gform_validation_error ul li.gfield_error textarea, body .gform_wrapper.gform_validation_error ul li.gfield_error select {
  padding-bottom: 20px;
}
body .gform_wrapper.gform_validation_error ul li.custom_validation {
  margin-bottom: 30px;
}
body .gform_wrapper.gform_validation_error ul li.custom_validation .validation_message {
  bottom: -16px;
}
body .gform_wrapper.gform_validation_error ul li .validation_message {
  color: #dc3545;
  position: absolute;
  bottom: 0px;
  padding: 2px 12px;
  line-height: 1;
  font-size: 11px;
  background: #dc3545;
  color: #fff;
}
.gform_confirmation_wrapper {
  background: #002a5c;
  padding: 30px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 640px) {
  body .gform_wrapper div.validation_error {
    width: 100%;
  }
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield:after, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield:after {
  border-color: #808080;
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon {
  position: relative;
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon:before, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  color: #e8a713;
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon.name:before, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon.name:before {
  content: "";
  transform: translate(0, -50%);
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon.telephone:before, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon.telephone:before {
  content: "";
  transform: rotate(90deg) translate(-30%, 0);
  transform-origin: center;
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon.mobile:before, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon.mobile:before {
  content: "";
  transform: translate(0, -30%);
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon.email:before, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon.email:before {
  content: "";
  transform: translate(0, -50%);
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon.house:before, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon.house:before {
  content: "";
  transform: translate(0, -30%);
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon.city:before, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon.city:before {
  content: "";
  transform: translate(0, -30%);
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon.choice:before, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon.choice:before {
  content: "";
  transform: translate(0, -50%);
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.icon.comment:before, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.icon.comment:before {
  top: 10px;
  content: "";
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half, .page-contact .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
  width: 49%;
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half {
  margin-right: 22px;
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .page-contact .gform_wrapper .gform_body .gform_fields .gfield textarea, .page-contact .gform_wrapper .gform_body .gform_fields .gfield select, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield textarea, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield select {
  color: #808080;
}
.page-contact .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .page-contact .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .page-contact .gform_wrapper .gform_body .gform_fields .gfield select::placeholder, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .waardebepaling_from .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  color: #808080;
}
.page-contact .gform_wrapper .gform_body .gform_fields #field_7_12:after, .waardebepaling_from .gform_wrapper .gform_body .gform_fields #field_7_12:after {
  display: none;
}
.page-contact .gform_wrapper .gform_body .gform_fields #field_7_12 .gfield_consent_label, .waardebepaling_from .gform_wrapper .gform_body .gform_fields #field_7_12 .gfield_consent_label {
  display: initial;
}
.wp-pagenavi {
  margin-top: 30px;
}
.wp-pagenavi span.current {
  background: #002a5c;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #e8a713;
  color: #fff;
  padding: 10px 15px;
  margin-right: 3px;
}
.wp-pagenavi a:hover {
  background: #002a5c;
  color: #fff;
}
