/*
*	Project	: {Project}
*	Date 	: {Date}
*	Company	: Mixfinity
*	Author	: {Name}
*
*   USE THIS PLEASE!!!!!!!
*   BEM documentation : https://en.bem.info/methodology/css/
*/
/*
*	Here are all the global project variables defined
*	The are all required!!!w
*/
/*
*	Plugins
*	Uncomment if you need to use them
*/
.m-cookie-popup {
  display: block;
  position: fixed;
  z-index: 999999;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #333;
  opacity: 0;
  pointer-events: none;
  transition: .7s all; }
  .m-cookie-popup * {
    font-family: sans-serif; }
  .m-cookie-popup.show {
    opacity: 1;
    pointer-events: auto;
    bottom: 0;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
  .m-cookie-popup .m-cookie-popup-inner {
    max-width: 800px;
    margin: 10px auto 0;
    position: relative;
    padding: 10px; }
    .m-cookie-popup .m-cookie-popup-inner .m-cookie-close {
      width: 40px;
      height: 25px;
      color: #fff;
      font-size: 12px;
      position: absolute;
      right: 15px;
      border-radius: 5px;
      text-align: center;
      line-height: 25px;
      transition: .3s all;
      cursor: pointer;
      background: #41b334; }
      .m-cookie-popup .m-cookie-popup-inner .m-cookie-close:hover {
        background: rgba(255, 255, 255, 0.3); }
    .m-cookie-popup .m-cookie-popup-inner h4 {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      margin-bottom: 20px;
      margin-top: 0; }
    .m-cookie-popup .m-cookie-popup-inner p {
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      margin-bottom: 8px;
      margin-top: 0; }
      .m-cookie-popup .m-cookie-popup-inner p a {
        color: #fff !important;
        text-decoration: underline; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-checkwrap {
      position: relative;
      padding-right: 70px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-check {
      width: 120px;
      color: #fff;
      font-size: 12px;
      cursor: pointer; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-check.disabled {
        pointer-events: none;
        opacity: 0.8; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"] {
        background: none !important;
        border: 2px solid #999 !important;
        border-radius: 3px !important;
        cursor: pointer;
        height: 14px !important;
        margin: 3px 5px 0 !important;
        width: 14px !important;
        transition: .3s all;
        outline: none;
        position: relative;
        top: 3px;
        -webkit-appearance: none; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:after {
          content: "" !important;
          position: absolute !important;
          top: -6px !important;
          left: 5px !important;
          display: block;
          background: none !important;
          width: 6px;
          height: 14px;
          border-right: 2px solid #41b334;
          border-bottom: 2px solid #41b334;
          transform: rotate(45deg);
          opacity: 0;
          transition: .3s all; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:checked {
          background: #ffffff !important;
          border: 2px solid #41b334 !important; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:checked:after {
            opacity: 1; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-button {
      width: 100px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton {
      width: 120px;
      width: 62px;
      text-align: right;
      color: #fff;
      font-size: 12px;
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 0;
      line-height: 32px;
      padding-right: 25px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton:before {
        content: '';
        display: block;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 8px;
        transform: rotate(45deg); }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton.active:before {
        transform: rotate(225deg);
        top: 12px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox {
      height: 0;
      overflow: hidden;
      transition: .4s all;
      background: #424242; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox.active {
        height: 150px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable {
        width: calc(100% - 100px);
        display: none;
        vertical-align: top;
        height: 100%;
        padding: 10px 5px;
        overflow-y: scroll; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable.active {
          display: inline-block; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table {
          border-collapse: collapse;
          width: 100%; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table * {
            color: #fff; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table tr th {
            padding: 2px 4px;
            vertical-align: top; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table tr td {
            padding: 2px 4px;
            vertical-align: top;
            border: 1px solid #666;
            line-height: 20px;
            max-width: 350px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap {
        width: 80px;
        height: 100%;
        border-right: 1px solid #666;
        display: inline-block; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch {
          border-bottom: 1px solid #666;
          text-align: center;
          transition: .3s all;
          cursor: pointer;
          line-height: 30px; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch:hover, .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch.active {
            background: #41b334; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox > * {
        color: #fff;
        font-size: 12px; }

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;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 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;
  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);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 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;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  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;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-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-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  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; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.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; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 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; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.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: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.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: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0 0 0; }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
/* Share */
.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 0; }

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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__list {
  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 .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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__list a::before {
  border: 6px solid #ff5268;
  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__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*
*	Toolbox with some neat scss functions
*/
/*
*	Can be usefull for disabling the animations on page load
*   Make sure to remove the class with javascript
*/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/*
* 	Global styling for headers and text are defined here
* 	The base layout for the header and foot are here as well
*/
* {
  padding: 0;
  margin: 0; }

body {
  font-family: "Arial";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 500; }

h1,
.like-h1 {
  font: 900 60px/60px "Arial";
  text-transform: uppercase; }

h2,
.like-h2 {
  font: 600 20px/28px "Arial"; }

h3,
.like-h3 {
  font: 18px/22px "Arial"; }

a {
  color: #000; }

p a {
  color: #004899;
  text-decoration: underline; }

p {
  font-family: "Arial";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px; }

hr {
  border-color: #c1c1c1;
  margin-top: 45px;
  margin-bottom: 45px; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: .3s all; }

::-webkit-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999;
  opacity: 1; }

::-moz-placeholder {
  color: #999999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999999; }

.padding {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .padding {
      padding-top: 25px;
      padding-bottom: 25px; } }

.form-error {
  border-color: #f00 !important;
  box-shadow: inset 0 0 3px 1px #f00; }

.button {
  display: flex;
  align-items: center;
  transition: .3s all ease;
  outline: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 10px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  text-align: left;
  color: #000000;
  cursor: pointer;
  position: relative;
  background-color: #fbba00; }
  .button p {
    color: #000000;
    flex: 1 0 calc(100% - 105px); }
  @media (max-width: 576px) {
    .button {
      width: 100%; } }
  .button.active {
    background-color: #004899;
    color: #fff;
    text-decoration: none; }
    .button.active p {
      color: #fff; }
    .button.active svg .line,
    .button.active svg .circle {
      stroke: #FFFFFF; }
  .button:focus {
    outline: none; }
  .button span {
    display: inline-block;
    text-align: center;
    padding: 7px 0px 0px 0px;
    height: 35px;
    width: 35px;
    flex: 1 0 35px;
    color: #000000;
    font-weight: 600;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 15px; }
  .button svg {
    float: right;
    height: 50px;
    flex: 1 0 50px; }
    .button svg .line {
      fill: none;
      stroke: transparent;
      stroke-width: 4;
      stroke-miterlimit: 10; }
    .button svg .circle {
      fill: transparent;
      stroke: #FFFFFF;
      stroke-width: 2;
      stroke-miterlimit: 10; }

.button--shadow-hover {
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24); }
  .button--shadow-hover:hover {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12), 0 3px 9px 0 rgba(0, 0, 0, 0.24); }

.button--shadow-only-hover:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12), 0 3px 9px 0 rgba(0, 0, 0, 0.24); }

.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.custom-bullet {
  margin-left: 0;
  list-style: none;
  counter-reset: counter; }
  .custom-bullet > li:before {
    counter-increment: counter;
    content: counter(counter); }

.round-corners-3 {
  border-radius: 3px; }

.round-corners-5 {
  border-radius: 5px; }

ul.normal {
  list-style: none; }
  @media (min-width: 768px) {
    ul.normal {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    ul.normal {
      margin-left: 15px; } }
  ul.normal li {
    position: relative;
    font-size: 16px; }
    ul.normal li:before {
      content: '\00b7';
      display: block;
      position: absolute;
      left: -20px;
      font-size: 45px; }
    @media (max-width: 359px) {
      ul.normal li {
        font-size: 16px;
        line-height: 28px; } }

input[type="checkbox"] {
  width: 20px !important;
  border: 2px solid #999;
  height: 20px !important;
  border-radius: 3px !important;
  transition: .3s all;
  cursor: pointer; }
  input[type="checkbox"]:after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 5px !important;
    display: block;
    background: none !important;
    width: 6px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: .3s all; }
  input[type="checkbox"]:checked {
    background: #fbba00 !important;
    border-color: #fbba00 !important; }
    input[type="checkbox"]:checked:after {
      opacity: 1; }

.form-group {
  margin-bottom: 40px;
  width: 100%; }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group select,
  .form-group textarea {
    width: 100%;
    background: #fff;
    border: none;
    border-left: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
    border-bottom-left-radius: 5px;
    outline: none !important;
    padding: 10px 20px;
    resize: vertical;
    transition: .3s all; }
    .form-group input[type="text"]:active, .form-group input[type="text"]:focus,
    .form-group input[type="email"]:active,
    .form-group input[type="email"]:focus,
    .form-group select:active,
    .form-group select:focus,
    .form-group textarea:active,
    .form-group textarea:focus {
      border-color: #00AC14; }
    .form-group input[type="text"].form-error,
    .form-group input[type="email"].form-error,
    .form-group select.form-error,
    .form-group textarea.form-error {
      border-color: #FF0000; }
  .form-group.form-error > {
    border-color: #FF0000; }

.fullscreen-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  @media (max-width: 767px) {
    .fullscreen-image.fullscreen-container {
      height: 0;
      padding-bottom: 56.8%; } }

.fullscreen-container {
  height: 100vh; }
  .fullscreen-container.only-min {
    height: auto;
    min-height: 100vh; }
  .fullscreen-container.no-xs {
    height: auto; }
    @media (min-width: 768px) {
      .fullscreen-container.no-xs {
        height: 100vh; } }

.grecaptcha-badge {
  width: 1px !important;
  height: 1px !important;
  transition: none !important;
  top: 0 !important;
  right: 0 !important;
  box-shadow: none !important; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 768px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 1024px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 568px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 480px; } }
.ipad .fullscreen-container.only-min,
.iphone .fullscreen-container.only-min {
  height: auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 768px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 1024px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 568px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 480px; } }
@media (max-width: 767px) {
  .ipad .fullscreen-container.no-xs,
  .iphone .fullscreen-container.no-xs {
    height: auto; } }

/**************
* Base
**************/
header {
  margin-bottom: 90px; }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fbba00;
    height: 90px; }
    header nav .header-container {
      position: relative;
      z-index: 3; }
    header nav .header-img-wrap, header nav .header-title-wrap {
      text-align: center; }
      header nav .header-img-wrap .header-img, header nav .header-title-wrap .header-img {
        height: 40px;
        margin: 10px 5px; }
      header nav .header-img-wrap .header-title, header nav .header-title-wrap .header-title {
        width: 100%;
        max-height: 16px; }
    header nav #menu-button {
      position: absolute;
      z-index: 3;
      width: 40px;
      height: 40px;
      display: inline-block;
      transition: .2s all;
      border-radius: 0;
      cursor: pointer;
      padding: 0px 5px;
      float: right;
      border-radius: 2px;
      top: 15px;
      right: 15px;
      font-size: 10px;
      line-height: 24px;
      text-transform: uppercase;
      text-align: center; }
      header nav #menu-button span {
        width: 30px;
        height: 2px;
        background-color: #000000;
        margin-top: 4px;
        display: block;
        transition: .3s margin 0s, .3s transform .3s; }
      header nav #menu-button.active {
        padding-top: 25px;
        font-size: 0px;
        line-height: 0px; }
        header nav #menu-button.active span {
          margin-top: -2px; }
          header nav #menu-button.active span:nth-child(1), header nav #menu-button.active span:nth-child(2) {
            transform: rotate(45deg); }
          header nav #menu-button.active span:nth-child(3) {
            transform: rotate(-45deg); }
      header nav #menu-button:not(.active) {
        transition: .3s all .3s; }
        header nav #menu-button:not(.active) span {
          transition: .3s margin .3s, .3s transform 0s; }
    header nav #navbar {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100vh;
      transform: translateY(-100%);
      transition: .3s all;
      transition-delay: .3s;
      background: #fbba00;
      padding-top: 130px; }
      header nav #navbar.active {
        transform: translateY(0);
        transition-delay: .0s; }
        header nav #navbar.active .grow {
          transition-delay: .3s;
          max-height: 2000px; }
      header nav #navbar ul {
        transition-delay: .3s;
        transition: .3s all;
        margin: 0;
        list-style-type: none; }
        header nav #navbar ul:nth-child(1) {
          border-top: 1px solid black; }
        header nav #navbar ul li {
          background-image: url("grfx/arrow.svg");
          background-size: 25px 25px;
          background-position: right center;
          background-repeat: no-repeat; }
          header nav #navbar ul li a {
            display: block;
            font-size: 16px;
            line-height: 16px;
            font-weight: 600;
            padding: 20px 0;
            text-transform: uppercase;
            border-bottom: 1px solid black; }
            header nav #navbar ul li a:hover {
              text-decoration: none;
              color: #000000; }
      header nav #navbar span {
        background-image: url("grfx/arrow.svg");
        background-size: 30px 30px;
        background-position: right center;
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        padding: 20px 0;
        text-transform: uppercase;
        border-bottom: 1px solid black; }
      header nav #navbar .grow {
        transition: .3s all;
        transition-delay: .0s;
        max-height: 0;
        overflow: hidden; }

/******************
* Home 
*******************/
/***************************
* Pages
***************************/
/***************************
* Objects
****************************/
.video-section, .gif-section {
  width: 100%;
  height: 46vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }
  .video-section .play-button, .gif-section .play-button {
    position: relative;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    height: 80px;
    width: 80px; }
    .video-section .play-button:before, .gif-section .play-button:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 55%;
      transform: translateX(-50%) translateY(-50%);
      box-sizing: border-box;
      width: 32px;
      height: 40px;
      border: 1px solid #575756;
      border-width: 20px 0px 20px 32px;
      border-color: transparent transparent transparent #575756; }
  .video-section img, .gif-section img {
    width: 100%; }

.question-section {
  padding: 20px 0 0; }
  .question-section .col-12 {
    padding: 0 30px; }
  .question-section .aanhef {
    margin: 0; }
  .question-section .vraag {
    font-weight: 600; }

.answer-section {
  padding-bottom: 30px; }
  .answer-section .buttons:last-child {
    margin-bottom: 0; }
  .answer-section button * {
    pointer-events: none; }
  .answer-section button p {
    display: inline-block;
    margin: 0;
    max-width: calc(100% - 100px); }
    @media (max-width: 340px) {
      .answer-section button p {
        font-size: 4.3vw;
        line-height: 6vw; } }

.thank-you-section {
  min-height: calc(100vh - 90px); }
  .thank-you-section .resultaat-wrap {
    background-color: #004899;
    margin: 15px 0;
    padding: 15px; }
    .thank-you-section .resultaat-wrap h2, .thank-you-section .resultaat-wrap p {
      color: #fff;
      margin-bottom: 15px; }
    .thank-you-section .resultaat-wrap .link-button {
      width: 80vw;
      max-width: 280px; }

.are-you-sure {
  display: flex;
  align-items: center;
  height: 180px;
  width: 100%;
  background-color: #004899;
  border-radius: 10px; }
  .are-you-sure .send-answer-wrap {
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .are-you-sure .send-answer-wrap .send-answer {
      color: #fff;
      margin-bottom: 20px;
      font-weight: 600; }
    .are-you-sure .send-answer-wrap .buttons-wrap {
      display: flex;
      justify-content: center;
      flex: 1 0 100%; }
      .are-you-sure .send-answer-wrap .buttons-wrap .link-button {
        display: inline-flex;
        width: 30vw;
        max-width: 125px;
        margin: 10px 15px; }

.quiz-button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all ease;
  outline: none;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 12px 40px;
  margin: 40px auto;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content; }
  .quiz-button:hover {
    text-decoration: none;
    color: #000000; }

.link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all ease;
  outline: none;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }
  .link-button:hover, .link-button.active {
    color: #004899;
    background: #fff; }

.info-section {
  padding: 30px 0;
  background-color: #fbba00;
  min-height: calc(100vh - 90px); }
  .info-section .col-12 {
    padding: 0 30px; }
  .info-section h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px; }
  .info-section h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .info-section ul {
    margin-left: 20px; }
    .info-section ul li {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 15px; }
  .info-section a:not(.quiz-button) {
    text-decoration: underline; }
  .info-section .winnaar-bouwhelm-wrap, .info-section .winnaar-dagen-wrap {
    position: relative;
    padding: 10px 10px 10px 60px;
    border: 1px solid #000000;
    border-radius: 10px;
    margin: 20px 0; }
    .info-section .winnaar-bouwhelm-wrap span, .info-section .winnaar-dagen-wrap span {
      position: absolute;
      display: inline-block;
      text-align: center;
      padding: 7px 0px 0px 0px;
      height: 35px;
      width: 35px;
      flex: 1 0 35px;
      color: 16px;
      font-weight: 600;
      background-color: #fff;
      border-radius: 100%;
      top: 10px;
      left: 10px; }
    .info-section .winnaar-bouwhelm-wrap p, .info-section .winnaar-dagen-wrap p {
      font-weight: 600;
      margin-bottom: 10px; }
    .info-section .winnaar-bouwhelm-wrap ul, .info-section .winnaar-dagen-wrap ul {
      margin-bottom: 0; }
  .info-section .winnaar-bouwhelm-wrap {
    background: #c69c6d;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #c69c6d 25%, #8e643a 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #c69c6d 25%, #8e643a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #c69c6d 25%, #8e643a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69c6d', endColorstr='#8e643a',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .info-section .winnaar-bouwhelm-wrap p {
      color: #ffffff; }
    .info-section .winnaar-bouwhelm-wrap li {
      color: #ffffff; }

.page-7 .info-section ul li {
  margin: 0; }

.page-5 .info-section ul li {
  margin: 0;
  font-style: italic; }

.page-5 .nav, .page-6 .nav, .page-7 .nav {
  box-shadow: 0 0 20px 0px #00000033; }

/*# sourceMappingURL=style.css.map */
