@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/**
utilities
 */
html, body {
  font-family: "Montserrat", sans-serif;
}

input:not([type=checkbox]):not([type=radio]).form-control, textarea.form-control {
  border: 1px solid #D4DCEB;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #348AFF;
  font-size: 14px;
}

input:not([type=checkbox]):not([type=radio]).form-control {
  height: 34px;
  padding: 0 6px;
  line-height: 34px;
}

body {
  color: #1E202B;
}

P {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
}

ol.breadcrumb {
  font-size: 10px;
  font-weight: bold;
  color: #000;
}
ol.breadcrumb * {
  color: #000;
}

.fade-in {
  opacity: 0;
  transition: opacity 5000ms ease;
}

.faded-in {
  opacity: 1;
}

.kom-btn-outline {
  border: solid 2px #FFF;
  background: transparent;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.kom-btn-outline:hover {
  transition: all 300ms ease-in-out;
  background: #FFF;
  color: #000;
}
.kom-btn-outline.kom-btn-blue {
  border: solid 2px #348AFF;
  color: #348AFF;
}
.kom-btn-outline.kom-btn-blue:hover {
  background: #348AFF;
  color: #FFF;
}

.kom-btn-outline-black {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #1E202B;
  background: transparent;
  color: #1E202B;
  transition: all 300ms ease-in-out;
}
.kom-btn-outline-black:hover {
  background: #1E202B;
  color: #FFF;
}

.kom-btn-fill-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #1E202B;
}
.kom-btn-fill-white:hover {
  transition: all 300ms ease-in-out;
  background: #1E202B;
  color: #FFF;
}

.btn-text-blue {
  color: #348AFF !important;
}

.kom-btn-fill-blue {
  background: #348AFF;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.kom-btn-fill-blue:hover {
  transition: all 300ms ease-in-out;
  background: #FFF;
  color: #348AFF;
}

.kom-btn-big {
  border-radius: 8px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
}

.fixed-180-width {
  padding: 0;
  text-align: center;
  width: 180px;
}

.btn-min-width-220 {
  min-width: 220px;
}

.btn-min-width-245 {
  min-width: 245px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn-min-width-270 {
  min-width: 270px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.min-width-180 {
  padding: 0 20px;
  text-align: center;
  min-width: 180px;
}

.btn-outline-big {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  line-height: 50px;
  color: #FFF;
  padding: 0 40px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
.btn-outline-big.fixed-205-width {
  padding: 0;
  text-align: center;
  width: 205px;
}
.btn-outline-big.fixed-height-50 {
  padding: 0;
  line-height: 50px;
  height: 50px;
}
.btn-outline-big:hover {
  transition: all 300ms ease;
  background: #FFF;
  color: #1E202B;
}

.btn-submit {
  height: 50px;
  border-radius: 8px;
  background-color: #348AFF;
  border-color: #348AFF;
}

.btn-circle-arrow {
  background-color: transparent;
  border-radius: 999px;
  width: 80px;
  height: 80px;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.btn-circle-arrow.btn-silver.arrow-left {
  background-image: url("/assets/svg/arrow-black-left.svg");
}
.btn-circle-arrow.btn-silver.arrow-right {
  background-image: url("/assets/svg/arrow-black-right.svg");
}
.btn-circle-arrow.btn-silver.arrow-up {
  background-image: url("/assets/svg/carousel-button-up.svg");
}
.btn-circle-arrow.btn-silver.arrow-down {
  background-image: url("/assets/svg/carousel-button-down.svg");
}
.btn-circle-arrow.btn-silver:hover {
  background-color: linear-gradient(45deg, #E1002D 0%, #03E590 100%);
}
.btn-circle-arrow.arrow-left {
  background-image: url("/assets/svg/carousel-button-left.svg");
}
.btn-circle-arrow.arrow-right {
  background-image: url("/assets/svg/carousel-button-right.svg");
}
.carousel-side-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  padding: 0;
  height: 134px;
  width: 61px;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-side-arrow.carousel-side-arrow-left {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: transparent;
  background-image: url("/assets/svg/carousel-side-arrow-left.svg");
}
.carousel-side-arrow.carousel-side-arrow-left.carousel-side-arrow-black {
  background-color: #FFF;
  background-image: url("/assets/svg/carousel-side-arrow-left-black.svg");
}
@media (min-width: 1200px) {
  .carousel-side-arrow.carousel-side-arrow-left {
    background-image: url("/assets/svg/carousel-side-arrow-left.svg"), linear-gradient(225deg, #333745 0%, #0F1824 100%);
  }
  .carousel-side-arrow.carousel-side-arrow-left.carousel-side-arrow-black {
    background-image: url("/assets/svg/carousel-side-arrow-left-black.svg");
    background-color: #FFF;
  }
}
.carousel-side-arrow.carousel-side-arrow-right {
  right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: transparent;
  background-image: url("/assets/svg/carousel-side-arrow-right.svg");
}
.carousel-side-arrow.carousel-side-arrow-right.carousel-side-arrow-black {
  background-color: #FFF;
  background-image: url("/assets/svg/carousel-side-arrow-right-black.svg");
}
@media (min-width: 1200px) {
  .carousel-side-arrow.carousel-side-arrow-right {
    background-image: url("/assets/svg/carousel-side-arrow-right.svg"), linear-gradient(225deg, #333745 0%, #0F1824 100%);
  }
  .carousel-side-arrow.carousel-side-arrow-right.carousel-side-arrow-black {
    background-color: #FFF;
    background-image: url("/assets/svg/carousel-side-arrow-right-black.svg");
  }
}

div.line {
  width: 100%;
  height: 1px;
  background-color: #000;
}

div.line-light {
  width: 100%;
  height: 1px;
  background-color: #D3DAE9;
}

div.spacer-small {
  height: 75px;
}

div.spacer-big {
  height: 100px;
}

div.spacer-xl {
  height: 140px;
}

.kom-h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .kom-h2 {
    font-size: 50px;
  }
}

.dots-5 {
  background: #FFF;
  padding: 5px;
}
.dots-5 img {
  width: 100%;
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.under-construction {
  position: relative;
}
.under-construction:before, .under-construction:after {
  animation: 3s linear infinite condemned_blink_effect;
  text-align: center;
  width: 100%;
  background: red;
  color: #FFF;
  display: block;
  position: absolute;
}
.under-construction:before {
  content: "↓ " attr(class) " ↓";
  top: -24px;
}
.under-construction:after {
  content: "↑ " attr(class) " ↑";
  bottom: -24px;
}

.pullup-1 {
  margin-top: -10px;
}

.form-select {
  background-image: url("/assets/svg/select-arrow.svg"), linear-gradient(to right, transparent calc(100% - 20px), #D4DCEB calc(100% - 20px));
  background-position: right;
  background-size: 38px;
  border: 0;
}

.menu-site-overlay {
  display: none;
  z-index: 480;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #000000;
  top: 50px;
}
@media (min-width: 1200px) {
  .menu-site-overlay {
    top: 70px;
  }
}

div.menu-bar-filler {
  height: 50px;
}
@media (min-width: 1200px) {
  div.menu-bar-filler {
    height: 70px;
  }
}

section.menu-bar {
  z-index: 600;
  position: fixed;
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  height: 50px;
  width: 100%;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  section.menu-bar {
    height: 70px;
  }
}
section.menu-bar > div {
  flex: 1;
  display: flex;
  align-items: center;
}
section.menu-bar.is-export .menu-bar-rest {
  flex-direction: row;
}
section.menu-bar.is-export .menu-bar-rest .container-logo {
  flex: inherit;
  padding-left: 13px;
  text-align: left;
}
section.menu-bar.is-export .menu-bar-rest .container-social {
  flex-basis: initial;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
section.menu-bar .menu-bar-rest {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  section.menu-bar .menu-bar-rest {
    flex-direction: row;
  }
}
section.menu-bar .menu-bar-rest > div {
  flex: 1;
}
section.menu-bar .menu-bar-rest .container-menu {
  display: none;
  height: 100%;
}
@media (min-width: 1200px) {
  section.menu-bar .menu-bar-rest .container-menu {
    display: block;
  }
}
section.menu-bar .menu-bar-rest .container-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
}
section.menu-bar .menu-bar-rest .container-menu ul li {
  display: flex;
  align-items: center;
}
section.menu-bar .menu-bar-rest .container-menu ul li.active a {
  background: #DFE4EE;
  color: #1E202B;
}
section.menu-bar .menu-bar-rest .container-menu ul li a {
  color: #1E202B;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
}
@media (min-width: 768px) {
  section.menu-bar .menu-bar-rest .container-menu ul li a {
    line-height: 70px;
  }
}
section.menu-bar .menu-bar-rest .container-menu ul li a:hover, section.menu-bar .menu-bar-rest .container-menu ul li a.selected {
  background: #DFE4EE;
}
section.menu-bar .menu-bar-rest .container-logo {
  padding: 10px;
  text-align: right;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  section.menu-bar .menu-bar-rest .container-logo {
    margin-right: 0;
    text-align: center;
  }
}
section.menu-bar .menu-bar-rest .container-langs {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.menu-bar .menu-bar-rest .container-social {
  padding: 10px;
  padding-right: 13px;
}
@media (min-width: 1200px) {
  section.menu-bar .menu-bar-rest .container-social {
    display: flex;
    justify-content: flex-end;
  }
}
section.menu-bar .menu-bar-rest .container-social img {
  height: 34px;
}
@media (min-width: 1200px) {
  section.menu-bar .menu-bar-rest .container-social {
    text-align: right;
  }
  section.menu-bar .menu-bar-rest .container-social img {
    height: 42px;
  }
}
@media (min-width: 1200px) {
  section.menu-bar.is-export .container-logo {
    text-align: left;
  }
}
section.menu-bar #website-menu-toggler {
  display: flex;
  background: linear-gradient(225deg, #333745, #0F1824);
  transition: background-color 300ms ease;
  border: 0;
  justify-content: center;
  height: 50px;
  width: 50px;
}
@media (min-width: 1200px) {
  section.menu-bar #website-menu-toggler {
    background: #EEF1F8;
    height: 70px;
    width: 70px;
  }
}
section.menu-bar #website-menu-toggler > span {
  display: block;
  margin: auto;
}
section.menu-bar #website-menu-toggler .line-1, section.menu-bar #website-menu-toggler .line-2, section.menu-bar #website-menu-toggler .line-3 {
  display: block;
  height: 2px;
  width: 24px;
  margin-bottom: 5px;
  background: #FFF;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1200px) {
  section.menu-bar #website-menu-toggler .line-1, section.menu-bar #website-menu-toggler .line-2, section.menu-bar #website-menu-toggler .line-3 {
    background: #000;
  }
}
section.menu-bar #website-menu-toggler .line-3 {
  margin-bottom: 0;
}
section.menu-bar #website-menu-toggler[aria-expanded=true] .line-1, section.menu-bar #website-menu-toggler[aria-expanded=true] .line-2, section.menu-bar #website-menu-toggler[aria-expanded=true] .line-3 {
  height: 2px;
  width: 24px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  section.menu-bar #website-menu-toggler[aria-expanded=true] .line-1, section.menu-bar #website-menu-toggler[aria-expanded=true] .line-2, section.menu-bar #website-menu-toggler[aria-expanded=true] .line-3 {
    background: #348AFF;
  }
}
section.menu-bar #website-menu-toggler[aria-expanded=true] .line-1 {
  transform: translateY(8px) rotate(45deg);
}
section.menu-bar #website-menu-toggler[aria-expanded=true] .line-3 {
  transform: translateY(-6px) rotate(-45deg);
}
section.menu-bar #website-menu-toggler[aria-expanded=true] .line-2 {
  opacity: 0;
}
@media (max-width: 1199.98px) {
  section.menu-bar #website-menu-toggler.some-menu-open .line-1, section.menu-bar #website-menu-toggler.some-menu-open .line-2, section.menu-bar #website-menu-toggler.some-menu-open .line-3 {
    height: 2px;
    width: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  section.menu-bar #website-menu-toggler.some-menu-open .line-1, section.menu-bar #website-menu-toggler.some-menu-open .line-2, section.menu-bar #website-menu-toggler.some-menu-open .line-3 {
    background: #348AFF;
  }
}
@media (max-width: 1199.98px) {
  section.menu-bar #website-menu-toggler.some-menu-open .line-1 {
    transform: translateY(8px) rotate(45deg);
  }
}
@media (max-width: 1199.98px) {
  section.menu-bar #website-menu-toggler.some-menu-open .line-3 {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@media (max-width: 1199.98px) {
  section.menu-bar #website-menu-toggler.some-menu-open .line-2 {
    opacity: 0;
  }
}

.side-menu-mobile-go-back-bar {
  background: linear-gradient(225deg, #2d303d 0%, #0f1824 100%);
  height: 80px;
  color: #FFF;
  margin-top: -25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .side-menu-mobile-go-back-bar {
    display: none;
  }
}
.side-menu-mobile-go-back-bar a {
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 25px;
  padding-left: 62px;
  padding-bottom: 5px;
  position: relative;
}
.side-menu-mobile-go-back-bar a:before {
  content: "";
  background-image: url("/assets/svg/arrow-white-menu-back.svg");
  width: 22px;
  height: 16px;
  left: 24px;
  top: 37px;
  position: absolute;
}

.side-menu {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-top: 25px;
  top: 50px;
  transition: margin-left 300ms ease;
  z-index: 520;
  background: #EEF1F8;
  width: 250px;
  left: -250px;
  transition: left 300ms ease, background 300ms ease;
}
@media (max-width: 1199.98px) {
  .side-menu .menu-main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #EEF1F8;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .side-menu {
    top: 70px;
  }
}
.side-menu .menu-content {
  margin-bottom: auto;
}
.side-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.side-menu ul li {
  position: relative;
}
.side-menu ul li:hover a, .side-menu ul li.selected a {
  color: #348AFF;
}
.side-menu ul li:hover.with-arrow:after, .side-menu ul li.selected.with-arrow:after {
  background-image: url("/assets/svg/menu-arrow-blue.svg");
}
.side-menu ul li.with-arrow:after {
  content: "";
  background-image: url("/assets/svg/menu-arrow.svg");
  width: 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 14px;
  height: 40px;
}
.side-menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 25px;
}
.side-menu .menu-main-mobile {
  margin-top: -25px;
  background: linear-gradient(225deg, #2d303d 0%, #0f1824 100%);
}
.side-menu .menu-main-mobile ul {
  padding: 16px 0;
}
.side-menu .menu-main-mobile ul li {
  position: relative;
}
.side-menu .menu-main-mobile ul li:after {
  content: "";
  width: 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 17px;
  height: 40px;
  background-image: url("/assets/svg/menu-arrow-white.svg");
}
.side-menu .menu-main-mobile ul li a {
  font-size: 16px;
  color: #FFF;
  padding: 4px 16px;
  text-transform: uppercase;
}
.side-menu .menu-main-mobile ul li.active:after {
  background-image: url("/assets/svg/menu-arrow-blue.svg");
}
.side-menu .menu-main-mobile ul li.active a {
  color: #348AFF;
}
.side-menu .menu-other {
  background: #EEF1F8;
  padding: 0;
  margin-bottom: auto;
}
@media (max-width: 1199.98px) {
  .side-menu .menu-other {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.side-menu .menu-other li {
  margin: 0;
}
.side-menu .menu-other li a {
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .side-menu .menu-other li a {
    padding: 0 25px;
  }
}
.side-menu .menu-bottom-mobile {
  background: #FFF;
  padding: 25px 16px;
  line-height: 26px;
  font-size: 12px;
  font-weight: 600;
}
.side-menu .menu-bottom-mobile a {
  text-decoration: none;
}
.side-menu .menu-bottom-mobile div.social-icons {
  margin-top: 20px;
}
.side-menu[data-type=verkoop] {
  background: #DFE4EE;
}
.side-menu[data-type=main] {
  background: #EEF1F8;
}
@media (max-width: 575.98px) {
  .side-menu {
    width: 90vw;
    left: -90vw;
  }
}
.side-menu.expanded {
  left: 0;
}

.side-menu-verkoop-subcats .menu-footer, .side-menu-verkoop-products .menu-footer {
  padding: 25px 25px 15px 25px;
  text-align: center;
}
.side-menu-verkoop-subcats .menu-footer a, .side-menu-verkoop-products .menu-footer a {
  color: #000;
  text-decoration: none;
}

.side-menu-verkoop-subcats {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-top: 25px;
  top: 50px;
  transition: margin-left 300ms ease;
  z-index: 530;
  background: #D4DCEB;
  width: 330px;
  margin-left: -330px;
}
@media (min-width: 1200px) {
  .side-menu-verkoop-subcats {
    top: 70px;
  }
}
.side-menu-verkoop-subcats .menu-content {
  margin-bottom: auto;
}
.side-menu-verkoop-subcats ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.side-menu-verkoop-subcats ul li {
  position: relative;
}
.side-menu-verkoop-subcats ul li:hover a, .side-menu-verkoop-subcats ul li.selected a {
  color: #348AFF;
}
.side-menu-verkoop-subcats ul li:hover.with-arrow:after, .side-menu-verkoop-subcats ul li.selected.with-arrow:after {
  background-image: url("/assets/svg/menu-arrow-blue.svg");
}
.side-menu-verkoop-subcats ul li.with-arrow:after {
  content: "";
  background-image: url("/assets/svg/menu-arrow.svg");
  width: 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 14px;
  height: 40px;
}
.side-menu-verkoop-subcats ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .side-menu-verkoop-subcats {
    z-index: 510;
  }
}
@media (max-width: 575.98px) {
  .side-menu-verkoop-subcats {
    width: 90vw;
    left: -90vw;
  }
}
.side-menu-verkoop-subcats.expanded {
  left: 0;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .side-menu-verkoop-subcats.expanded {
    left: 250px;
  }
}

.side-menu-verkoop-products {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-top: 25px;
  top: 50px;
  transition: margin-left 300ms ease;
  z-index: 530;
  background: #C8D2E4;
  width: 345px;
  margin-left: -345px;
}
@media (min-width: 1200px) {
  .side-menu-verkoop-products {
    top: 70px;
  }
}
.side-menu-verkoop-products .menu-content {
  margin-bottom: auto;
}
.side-menu-verkoop-products ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.side-menu-verkoop-products ul li {
  position: relative;
}
.side-menu-verkoop-products ul li:hover a, .side-menu-verkoop-products ul li.selected a {
  color: #348AFF;
}
.side-menu-verkoop-products ul li:hover.with-arrow:after, .side-menu-verkoop-products ul li.selected.with-arrow:after {
  background-image: url("/assets/svg/menu-arrow-blue.svg");
}
.side-menu-verkoop-products ul li.with-arrow:after {
  content: "";
  background-image: url("/assets/svg/menu-arrow.svg");
  width: 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 14px;
  height: 40px;
}
.side-menu-verkoop-products ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .side-menu-verkoop-products {
    z-index: 500;
  }
}
@media (max-width: 575.98px) {
  .side-menu-verkoop-products {
    width: 90vw;
    left: -90vw;
  }
}
.side-menu-verkoop-products.expanded {
  left: 0;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .side-menu-verkoop-products.expanded {
    left: 580px;
  }
}
.side-menu-verkoop-products li {
  padding: 18px;
  padding-top: 0;
}
.side-menu-verkoop-products li:last-of-type {
  padding-bottom: 0;
}
.side-menu-verkoop-products li .menu-product-tile {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(30, 32, 43, 0.3);
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  position: relative;
}
.side-menu-verkoop-products li .menu-product-tile .menu-product-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.side-menu-verkoop-products li .menu-product-tile.has-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.side-menu-verkoop-products li .menu-product-tile.has-image .menu-product-content {
  flex: 1;
  background: rgba(223, 228, 238, 0.48);
  padding: 8px;
}
.side-menu-verkoop-products li .menu-product-tile.has-image .menu-product-image-right-side {
  background: #FFF;
  height: 82px;
  width: 8px;
  transform: translateX(-7px);
}
.side-menu-verkoop-products li .menu-product-tile.has-image .menu-product-image-left-side {
  background: #FFF;
  height: 82px;
  width: 8px;
  position: absolute;
}
.side-menu-verkoop-products li .menu-product-tile.has-image .menu-product-image img {
  height: 80px;
  margin-right: 15px;
}
.side-menu-verkoop-products li .menu-product-tile:before {
  content: "";
  width: 24px;
  height: 19px;
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-image: url("/assets/svg/menu-tile-arrow.svg");
}
.side-menu-verkoop-products li .menu-product-tile.has-image:hover:before {
  background-image: url("/assets/svg/menu-tile-arrow.svg");
}
.side-menu-verkoop-products li .menu-product-tile.has-image:before {
  display: none;
}
.side-menu-verkoop-products li .menu-product-tile .title {
  display: block;
  text-transform: uppercase;
  overflow-wrap: break-word;
  overflow: hidden;
}
.side-menu-verkoop-products li .menu-product-tile .summary {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.hideme {
  opacity: 0;
}

section.footer div.big-picture {
  display: flex;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.73) 100%), url("/assets/img/kompactor-team.jpg?v2");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 15px;
}
@media (min-width: 768px) {
  section.footer div.big-picture {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  section.footer div.big-picture {
    padding: 250px 15px;
  }
}
section.footer div.big-picture h1 {
  color: #FFF;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1200px) {
  section.footer div.big-picture h1 {
    text-align: left;
    font-size: 42px;
    line-height: 52px;
    max-width: 65%;
  }
}
section.footer div.branding-and-ctas {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  section.footer div.branding-and-ctas {
    flex-direction: row;
  }
}
section.footer div.branding-and-ctas > div {
  flex: 1;
}
section.footer div.branding-and-ctas div.branding {
  display: flex;
  background: linear-gradient(45deg, #E1002D 0%, #03E590 100%);
  min-height: 300px;
}
section.footer div.branding-and-ctas div.branding img {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
section.footer div.branding-and-ctas div.ctas a.tile {
  text-decoration: none;
  background: linear-gradient(225deg, #333745 1.8%, #0F1824 100%);
  min-height: 180px;
  overflow: hidden;
  color: #FFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1400px) {
  section.footer div.branding-and-ctas div.ctas a.tile {
    min-height: 250px;
  }
}
@media (min-width: 1400px) {
  section.footer div.branding-and-ctas div.ctas a.tile {
    flex-direction: row;
    justify-content: flex-start;
  }
}
section.footer div.branding-and-ctas div.ctas a.tile:hover .icon {
  transform: scale(1.2);
}
section.footer div.branding-and-ctas div.ctas a.tile .icon {
  transition: transform 300ms ease;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: linear-gradient(48.16deg, #333745 0%, #0C1521 100%);
  flex-shrink: 0;
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  section.footer div.branding-and-ctas div.ctas a.tile .icon {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 40px;
  }
}
section.footer div.branding-and-ctas div.ctas a.tile .icon img {
  margin: auto;
  width: 60%;
}
section.footer div.branding-and-ctas div.ctas a.tile h4 {
  margin: 0;
  letter-spacing: 0;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  padding: 0 15px;
}
@media (min-width: 1400px) {
  section.footer div.branding-and-ctas div.ctas a.tile h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
    padding-right: 40px;
  }
}
section.footer div.footer-contact {
  background: linear-gradient(0deg, #CDD2DD 0%, #F3F7FF 100%);
  min-height: 310px;
  color: #000;
}
section.footer div.footer-contact .part-slogan {
  min-width: 30vw;
}
@media (min-width: 1600px) {
  section.footer div.footer-contact .part-slogan {
    min-width: 40vw;
  }
}
section.footer div.footer-contact .part-slogan h1 {
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}
@media (min-width: 1600px) {
  section.footer div.footer-contact .part-slogan h1 {
    font-size: 34px;
  }
}
section.footer div.footer-contact .part-contact {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin-right: -18px;
}
section.footer div.footer-contact .part-contact > div {
  margin: 0 18px;
}
@media (max-width: 767.98px) {
  section.footer div.footer-contact .part-contact > div {
    text-align: center;
    margin: 15px 0;
  }
}
section.footer div.footer-contact .part-contact a {
  color: #000;
  text-decoration: none;
}
section.footer div.footer-contact .part-contact a:hover {
  color: #EB1049;
  text-decoration: underline;
}
section.footer div.footer-contact .part-contact .contact-delen {
  width: 100%;
}
@media (min-width: 768px) {
  section.footer div.footer-contact .part-contact .contact-delen {
    width: auto;
  }
}

section.sticky-footer {
  z-index: 20;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background: lime;
}
section.sticky-footer div.sticky-footer-inner {
  cursor: pointer;
  flex: 1;
  background-color: #348AFF;
  padding: 15px 0;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
section.sticky-footer div.sticky-footer-inner h1 {
  margin: 0;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  section.sticky-footer div.sticky-footer-inner h1 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  section.sticky-footer div.sticky-footer-inner h1 {
    margin-right: 80px;
    font-size: 22px;
  }
}
section.sticky-footer div.sticky-footer-inner h2 {
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}
@media (min-width: 992px) {
  section.sticky-footer div.sticky-footer-inner h2 {
    margin-right: 80px;
  }
}
section.sticky-footer div.sticky-footer-inner .frame {
  width: 100%;
  overflow: hidden;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.sticky-footer div.sticky-footer-inner .carousel {
  position: relative;
  width: 100%;
  padding-left: 18px;
  font-size: 14px;
  line-height: 21px;
  height: 21px;
}
section.sticky-footer div.sticky-footer-inner .carousel .change_outer {
  height: 21px;
  overflow: hidden;
}
section.sticky-footer div.sticky-footer-inner .carousel .change_outer .change_inner {
  position: relative;
  animation: rotate 8s ease-in-out infinite;
}
section.sticky-footer div.sticky-footer-inner .carousel .change_outer .element {
  display: block;
}
@keyframes rotate {
  0%, 30% {
    transform: translateY(0);
  }
  33%, 63% {
    transform: translateY(-21px);
  }
  66%, 97% {
    transform: translateY(-42px);
  }
  100% {
    transform: translateY(-63px);
  }
}
section.sticky-footer div.sticky-footer-inner a {
  border-radius: 8px;
  border: solid 2px #FFF;
  white-space: nowrap !important;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 30px;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767.98px) {
  section.sticky-footer div.sticky-footer-inner a {
    font-size: 12px;
    margin-right: 18px;
    padding: 0 15px !important;
  }
}
section.sticky-footer div.sticky-footer-inner a:not(.display-always) {
  display: none;
}
section.sticky-footer div.sticky-footer-inner a.display-always {
  display: inline-flex;
}
@media (min-width: 992px) {
  section.sticky-footer div.sticky-footer-inner a {
    display: inline-flex;
  }
}
section.sticky-footer div.sticky-footer-inner a:hover {
  background: #FFF;
  color: #348AFF;
}

.sticky-footer-filler {
  height: 70px;
}
@media (max-width: 991.98px) {
  .sticky-footer-filler {
    height: 51px;
  }
}

section.verkoop-product .col-top-gallery {
  padding: 40px 15px;
}
section.verkoop-product .col-top-gallery .btn-container {
  position: absolute;
  z-index: 10;
  right: -50px;
  width: 100px;
  top: 35%;
  display: flex;
  flex-direction: column;
}
section.verkoop-product .col-top-gallery .btn-container button {
  background: none;
  border: none;
}
section.verkoop-product .col-top-gallery .slide-counter {
  z-index: 420;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  color: #1e202b;
  padding-left: 15px;
}
section.verkoop-product .col-top-gallery .image-container img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  section.verkoop-product .col-top-gallery {
    padding-top: 15px;
  }
}
section.verkoop-product .col-top-gallery .image-carousel .carousel .carousel-indicators {
  display: none;
}
section.verkoop-product .col-top-gallery .image-carousel .arrows-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  section.verkoop-product .col-top-gallery .image-carousel .slide-counter {
    display: none;
  }
  section.verkoop-product .col-top-gallery .image-carousel .carousel .arrows-mobile {
    transform: translateY(15px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section.verkoop-product .col-top-gallery .image-carousel .carousel .arrows-mobile button {
    background: none;
    border: none;
  }
  section.verkoop-product .col-top-gallery .image-carousel .carousel .carousel-indicators {
    display: flex;
    bottom: -30px;
  }
  section.verkoop-product .col-top-gallery .image-carousel .carousel .carousel-indicators button {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: solid 2px #1E202B;
    border-radius: 999px;
  }
  section.verkoop-product .col-top-gallery .image-carousel .carousel .carousel-indicators button.active {
    background-color: #1E202B;
  }
}
@media (min-width: 1200px) {
  section.verkoop-product .col-top-gallery {
    padding: 0;
  }
  section.verkoop-product .col-top-gallery .image-carousel {
    cursor: zoom-in;
  }
  section.verkoop-product .col-top-gallery .image-carousel .carousel .carousel-inner .carousel-item .image-container {
    display: flex;
    height: 70vh;
  }
  section.verkoop-product .col-top-gallery .image-carousel .carousel .carousel-inner .carousel-item .image-container img {
    margin: auto;
    max-height: 95%;
    max-width: 80%;
  }
}
section.verkoop-product .price-circles {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  section.verkoop-product .price-circles {
    position: absolute;
    top: 70px;
    right: 10px;
    flex-direction: column;
  }
}
section.verkoop-product .price-circles > div {
  margin-right: 15px;
  text-align: center;
}
section.verkoop-product .price-circles .price-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 999px;
  width: 88px;
  height: 88px;
  background-color: #348AFF;
  color: #FFF;
  margin-bottom: 15px;
  font-weight: normal;
}
section.verkoop-product .price-circles .price-circle span:first-child {
  font-size: 18px;
}
section.verkoop-product .price-circles .price-circle span:not(:first-child) {
  font-size: 24px;
}
section.verkoop-product .col-top-details {
  background-color: #EEF1F8;
  padding: 40px 15px;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  section.verkoop-product .col-top-details {
    padding: 200px 0;
  }
}
section.verkoop-product .col-top-details h2.payoff {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1200px) {
  section.verkoop-product .col-top-details h2.payoff {
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
  }
}
section.verkoop-product .col-top-details h1.product-name {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #EB1049;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  section.verkoop-product .col-top-details h1.product-name {
    text-align: left;
    font-size: 42px;
    line-height: 42px;
  }
}
section.verkoop-product .col-top-details h4.summary {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  section.verkoop-product .col-top-details h4.summary {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: bold;
  }
}
section.verkoop-product section.product-tabs-section {
  background: linear-gradient(225deg, #333745 0%, #0F1824 100%);
}
@media (min-width: 992px) {
  section.verkoop-product section.product-tabs-section {
    position: sticky;
    top: 70px;
  }
}
section.verkoop-product section.product-tabs-section .product-tabs-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 992px) {
  section.verkoop-product section.product-tabs-section .product-tabs-container {
    height: 70px;
  }
}
section.verkoop-product section.product-tabs-section .product-tabs-container h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
  color: #FFF;
}
@media (min-width: 992px) {
  section.verkoop-product section.product-tabs-section .product-tabs-container h2 {
    font-size: 50px;
  }
}
section.verkoop-product section.product-tabs-section .product-tabs-container #product-tabs-nav ul li a {
  color: #FFF;
  height: 33px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
  padding: 0 13px;
  margin-right: 8px;
}
section.verkoop-product section.product-tabs-section .product-tabs-container #product-tabs-nav ul li a.active {
  background: #FFF;
  color: #348aff;
}
section.verkoop-product .product-tabs-content-container {
  padding: 120px 0;
}
section.verkoop-product .product-tabs-content-container h1 {
  color: #1e202b;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 40px;
}
section.verkoop-product .product-tabs-content-container h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 40px;
  color: #1e202b;
}
@media (min-width: 992px) {
  section.verkoop-product .product-tabs-content-container h2 {
    text-align: left;
  }
}
section.verkoop-product .product-tabs-content-container p {
  text-align: center;
}
@media (min-width: 992px) {
  section.verkoop-product .product-tabs-content-container p {
    text-align: left;
  }
}
section.verkoop-product .product-tabs-content-container section.verkoop-overzicht {
  padding: 100px 0;
}
section.verkoop-product .product-tabs-content-container section.verkoop-media {
  padding: 100px 0;
}
section.verkoop-product .product-tabs-content-container section.verkoop-brochures-specs {
  padding: 100px 0;
}
section.verkoop-product .product-tabs-content-container section.verkoop-kenmerken {
  background-color: #eef1f8;
  padding: 100px 0;
}
section.verkoop-product .product-tabs-content-container section.verkoop-kenmerken .grid-tile {
  border-radius: 6px;
  background-color: #FFF;
  padding: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  section.verkoop-product .product-tabs-content-container section.verkoop-kenmerken .grid-tile {
    text-align: left;
  }
}
section.verkoop-product .product-tabs-content-container section.verkoop-kenmerken .grid-tile img {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  section.verkoop-product .product-tabs-content-container section.verkoop-kenmerken .grid-tile img {
    margin-bottom: 0;
    width: inherit;
    height: 190px;
    margin-right: 20px;
  }
}
section.verkoop-product .product-tabs-content-container section.verkoop-kenmerken .grid-tile h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}
@media (min-width: 992px) {
  section.verkoop-product .product-tabs-content-container section.verkoop-kenmerken .grid-tile h4 {
    text-align: left;
  }
}
section.verkoop-product .product-tabs-content-container section.verkoop-kenmerken .grid-tile p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}
@media (min-width: 992px) {
  section.verkoop-product .product-tabs-content-container section.verkoop-kenmerken .grid-tile p {
    text-align: left;
  }
}
section.verkoop-product .product-tabs-content-container .grid-tile-media img {
  width: 100%;
}
section.verkoop-product .product-tabs-content-container .col-overzicht-image {
  text-align: center;
}
section.verkoop-product .product-tabs-content-container .col-overzicht-image img {
  max-width: 70%;
}

section.form-offerte div.inner {
  margin: auto;
  padding: 63px 15px;
  width: 100%;
  max-width: 580px;
}
@media (min-width: 1400px) {
  section.form-offerte div.inner {
    padding: 150px 0;
  }
}
section.form-offerte div.inner h2 {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0;
}
section.form-offerte div.formulier {
  display: flex;
  height: 100%;
  background-color: #E8ECF6;
  color: #1E202B;
}
section.form-offerte div.formulier h2 {
  margin: 0;
}
section.form-offerte div.formulier span.product-title {
  color: #EB1049;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
section.form-offerte div.contact {
  display: flex;
  text-align: center;
  height: 100%;
  background: linear-gradient(45deg, #E1002D 0%, #03E590 100%);
  color: #FFF;
}
section.form-offerte div.contact div.inner {
  padding: 100px 15px;
}
@media (min-width: 1400px) {
  section.form-offerte div.contact {
    text-align: left;
  }
}
section.form-offerte div.contact h3 {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1400px) {
  section.form-offerte div.contact h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
  }
}

section.occasion-product .col-top-gallery {
  padding: 40px 15px;
}
section.occasion-product .col-top-gallery .btn-container {
  position: absolute;
  z-index: 10;
  right: -50px;
  width: 100px;
  top: 35%;
  display: flex;
  flex-direction: column;
}
section.occasion-product .col-top-gallery .btn-container button {
  background: none;
  border: none;
}
section.occasion-product .col-top-gallery .slide-counter {
  z-index: 420;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  color: #1e202b;
  padding-left: 15px;
}
section.occasion-product .col-top-gallery .image-container img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  section.occasion-product .col-top-gallery {
    padding-top: 15px;
  }
}
section.occasion-product .col-top-gallery .image-carousel .carousel .carousel-indicators {
  display: none;
}
section.occasion-product .col-top-gallery .image-carousel .arrows-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  section.occasion-product .col-top-gallery .image-carousel .slide-counter {
    display: none;
  }
  section.occasion-product .col-top-gallery .image-carousel .carousel .arrows-mobile {
    transform: translateY(15px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section.occasion-product .col-top-gallery .image-carousel .carousel .arrows-mobile button {
    background: none;
    border: none;
  }
  section.occasion-product .col-top-gallery .image-carousel .carousel .carousel-indicators {
    display: flex;
    bottom: -30px;
  }
  section.occasion-product .col-top-gallery .image-carousel .carousel .carousel-indicators button {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: solid 2px #1E202B;
    border-radius: 999px;
  }
  section.occasion-product .col-top-gallery .image-carousel .carousel .carousel-indicators button.active {
    background-color: #1E202B;
  }
}
@media (min-width: 1200px) {
  section.occasion-product .col-top-gallery {
    padding: 0;
  }
  section.occasion-product .col-top-gallery .image-carousel {
    cursor: zoom-in;
  }
  section.occasion-product .col-top-gallery .image-carousel .carousel .carousel-inner .carousel-item .image-container {
    display: flex;
    height: 70vh;
  }
  section.occasion-product .col-top-gallery .image-carousel .carousel .carousel-inner .carousel-item .image-container img {
    margin: auto;
    max-height: 95%;
    max-width: 80%;
  }
}
section.occasion-product .col-top-gallery .carousel-item.occasion-just-sold {
  position: relative;
}
section.occasion-product .col-top-gallery .carousel-item.occasion-just-sold:before {
  content: "Helaas! Net verkocht";
  color: #EB1049;
  font-size: 30px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  font-style: italic;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px 8px 0 0;
}
section.occasion-product .col-top-details {
  background-color: #EEF1F8;
  padding: 40px 15px;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  section.occasion-product .col-top-details {
    padding: 200px 0;
  }
}
section.occasion-product .col-top-details h2.machine-nr {
  text-align: center;
  color: #B4B9C4;
  font-weight: bold;
  font-size: 28px;
}
@media (min-width: 992px) {
  section.occasion-product .col-top-details h2.machine-nr {
    text-align: left;
  }
}
section.occasion-product .col-top-details h1.title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #EB1049;
}
@media (min-width: 992px) {
  section.occasion-product .col-top-details h1.title {
    text-align: left;
  }
}
section.occasion-product .col-top-details h3.summary {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
@media (min-width: 992px) {
  section.occasion-product .col-top-details h3.summary {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  section.occasion-product .col-top-details a.btn {
    font-size: 12px;
  }
}
section.occasion-product .occasion-specs {
  background: linear-gradient(225deg, #333745 0%, #0F1824 100%);
  padding: 120px 0;
  color: #FFF;
}
section.occasion-product .occasion-specs h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
section.occasion-product .occasion-specs h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
section.occasion-product .occasion-specs p {
  font-size: 17px;
  line-height: 27px;
}
section.occasion-product .occasion-specs p:first-of-type {
  margin-bottom: 50px;
}
section.occasion-product .occasion-specs table.specs-table {
  overflow: hidden;
  background-color: #262B37;
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 580px;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  section.occasion-product .occasion-specs table.specs-table {
    display: block;
  }
  section.occasion-product .occasion-specs table.specs-table tbody {
    display: block;
    width: 100%;
  }
  section.occasion-product .occasion-specs table.specs-table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.occasion-product .occasion-specs table.specs-table tr td {
    width: 100%;
  }
  section.occasion-product .occasion-specs table.specs-table tr td:first-of-type {
    text-transform: uppercase;
    color: #EEE;
    font-size: 11px;
    letter-spacing: 1px;
  }
  section.occasion-product .occasion-specs table.specs-table tr td:last-of-type {
    line-height: 25px;
    padding-bottom: 15px;
  }
}
section.occasion-product .occasion-specs table.specs-table td {
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
}
section.occasion-product .occasion-specs table.specs-table tr:nth-child(even) {
  background-color: #2D3442;
}

section.text {
  padding: 50px 0;
}
section.text h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}
section.text h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 40px;
}
section.text p {
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 767.98px) {
  section.text p {
    font-size: 12px;
    line-height: 22px;
  }
}

section.text-text {
  padding: 85px 0;
}
section.text-text h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  section.text-text h2 {
    font-size: 50px;
  }
}
section.text-text p {
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 767.98px) {
  section.text-text p {
    font-size: 12px;
    line-height: 22px;
  }
}

section.downloads {
  margin: 85px 0;
}
section.downloads a {
  display: block;
  font-size: 12px;
  line-height: 28px;
}

section.video-embed {
  padding: 85px 0;
}

section.text-circle-image {
  padding: 40px 0;
}
@media (min-width: 992px) {
  section.text-circle-image {
    padding: 85px 0;
  }
}
section.text-circle-image .content {
  font-size: 17px;
  line-height: 27px;
}
section.text-circle-image .col-image, section.text-circle-image .col-text {
  text-align: center;
}
@media (min-width: 992px) {
  section.text-circle-image .col-image, section.text-circle-image .col-text {
    text-align: left;
  }
}
section.text-circle-image img.circle-image {
  border-radius: 999px;
  width: 100%;
  max-width: 325px;
  padding: 20px;
  background-image: url("/assets/svg/silver-ring.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.image-full-width {
  padding: 40px 0;
}
section.image-full-width img {
  width: 100%;
}

@media (min-width: 992px) {
  section.header-news {
    padding: 50px 0;
  }
}
section.header-news h1 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  section.header-news h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
section.header-news h3 {
  color: #BDBDBD;
  text-transform: uppercase;
  font-size: 18px;
}
section.header-news .box {
  border-radius: 8px;
  background-color: #E3ECFC;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  section.header-news .box {
    text-align: left;
    padding: 25px 38px;
    font-size: 22px;
    line-height: 34px;
  }
}

div.popup-thanks-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: flex;
}
div.popup-thanks-container .popup {
  position: relative;
  border-radius: 12px;
  margin: auto;
  box-shadow: 0 14px 23px 0 rgba(0, 0, 0, 0.4);
  width: 680px;
  max-width: 90%;
}
div.popup-thanks-container .popup .popup-cross {
  position: absolute;
  right: 10px;
  top: 10px;
}
div.popup-thanks-container .popup .popup-top {
  border-radius: 12px 12px 0 0;
  padding: 44px;
  background: linear-gradient(45deg, #e1002d 0%, #03e590 100%);
}
div.popup-thanks-container .popup .popup-top h3 {
  color: #FFF;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 992px) {
  div.popup-thanks-container .popup .popup-top h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
div.popup-thanks-container .popup .popup-main {
  border-radius: 0 0 12px 12px;
  background: #FFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 25px;
}
div.popup-thanks-container .popup .popup-main p {
  text-align: center;
  font-size: 17px;
  line-height: 27px;
  margin: 0;
}

section.welkomst-schermpje {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 9999;
  border-radius: 19px;
  background: rgba(0, 0, 0, 0.596);
  color: #FFFFFF;
  font-weight: 700;
  line-height: 23px;
  width: 450px;
  max-width: 100%;
  letter-spacing: 0;
  bottom: 34px;
  right: 34px;
  padding: 27px;
}
@media (max-width: 767.98px) {
  section.welkomst-schermpje {
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: inherit;
    padding: 19px;
  }
}
section.welkomst-schermpje h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  section.welkomst-schermpje h3 {
    font-size: 15px;
  }
}
section.welkomst-schermpje a {
  color: #51d99e;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  section.welkomst-schermpje a {
    font-size: 10px;
  }
}
section.welkomst-schermpje a:hover {
  text-decoration: underline;
}
section.welkomst-schermpje img {
  transition: transform 180ms ease-in-out;
  margin-left: 10px;
  height: 70px;
  width: 70px;
}
@media (max-width: 767.98px) {
  section.welkomst-schermpje img {
    margin-left: 5px;
    height: 45px;
    width: 45px;
  }
}
section.welkomst-schermpje img:hover {
  transform: scale(1.05);
}

.verhuur-grid {
  padding-bottom: 100px;
}
.verhuur-grid .grid-filter {
  top: 100px;
  position: sticky;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .verhuur-grid .grid-filter {
    padding-bottom: 250px;
  }
}
.verhuur-grid .grid-filter > div {
  padding: 15px;
}
.verhuur-grid .grid-filter .grid-filter-title {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: linear-gradient(45deg, #2d303d 0%, #0f1824 100%);
  height: 50px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.verhuur-grid .grid-filter .grid-filter-items {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #eef1f8;
}
.verhuur-grid .grid-filter .grid-filter-items label:not(.form-check-label) {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 13px;
}
.verhuur-grid .reset-filters {
  font-size: 12px;
  font-weight: bold;
  color: #eb1049;
  text-decoration: none;
}

section.media-gallery-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
section.media-gallery-popup-container div.media-gallery-popup {
  position: relative;
  background: #FFF;
  width: 660px;
  max-width: 92%;
  border-radius: 8px;
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.5);
  padding: 8px;
}
section.media-gallery-popup-container div.media-gallery-popup img {
  width: 100%;
}
section.media-gallery-popup-container div.media-gallery-popup .media-gallery-popup-footer {
  padding: 20px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
section.media-gallery-popup-container div.media-gallery-popup .media-gallery-popup-footer button {
  border: 0;
  padding: 0;
  margin: 0;
  background: #FFF;
}
section.media-gallery-popup-container div.media-gallery-popup .close-cross-button {
  position: absolute;
  width: 47px;
  height: 47px;
  top: -55px;
  right: 5px;
  border: 0;
  background: transparent;
}

section.page-header-bar .header-content-bar {
  height: 145px;
  background-repeat: no-repeat;
  background-position: right;
  color: #FFF;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.page-header-bar .header-content-bar {
    height: 230px;
  }
}
section.page-header-bar .header-content-bar h1 {
  margin: 0;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  section.page-header-bar .header-content-bar h1 {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  section.page-header-bar .header-content-bar h1 {
    font-size: 32px;
    line-height: 39px;
  }
}
section.page-header-bar .header-content-bar .row .box {
  padding: 17px;
  font-size: 14px;
  line-height: 24px;
  min-height: 180px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  section.page-header-bar .header-content-bar .row .box {
    padding: 30px;
    font-size: 22px;
    line-height: 34px;
  }
}
section.page-header-bar .header-intro-container {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
}
section.page-header-bar .header-intro-container h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  section.page-header-bar .header-intro-container h3 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  section.page-header-bar .header-intro-container h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
section.page-header-bar .header-intro-container p {
  text-align: center;
  font-size: 17px;
  line-height: 27px;
}
@media (min-width: 992px) {
  section.page-header-bar .header-intro-container p {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  section.page-header-bar .header-intro-container p {
    font-size: 12px;
    line-height: 22px;
  }
}
section.page-header-bar .header-filler-bar {
  height: 150px;
}

div.popup-image-fullsize-container {
  cursor: zoom-out;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  display: flex;
}
div.popup-image-fullsize-container a.popup-image-prev-link, div.popup-image-fullsize-container a.popup-image-next-link {
  position: fixed;
  top: 50%;
  margin-top: -43.5px;
}
@media (max-width: 575.98px) {
  div.popup-image-fullsize-container a.popup-image-prev-link, div.popup-image-fullsize-container a.popup-image-next-link {
    top: unset;
    bottom: 0;
    margin-top: 0;
  }
}
div.popup-image-fullsize-container a.popup-image-prev-link {
  left: 30px;
}
div.popup-image-fullsize-container a.popup-image-next-link {
  right: 30px;
}
div.popup-image-fullsize-container .popup-image-fullsize {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.popup-image-fullsize-container .popup-image-fullsize img {
  transition: opacity 0.5s ease;
  opacity: 1;
  margin: auto;
  object-fit: contain;
  width: 90%;
  max-width: 90%;
  max-height: 90%;
}
div.popup-image-fullsize-container .popup-image-fullsize img.fade-out {
  opacity: 0;
}

#popup-out-of-office-container {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999995;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#popup-out-of-office-container #popup-out-of-office {
  position: relative;
  z-index: 999996;
  width: 800px;
  max-width: 95%;
  max-height: 95%;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  #popup-out-of-office-container #popup-out-of-office {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  #popup-out-of-office-container #popup-out-of-office img {
    width: 100%;
  }
}
#popup-out-of-office-container #popup-out-of-office h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #popup-out-of-office-container #popup-out-of-office h1 {
    font-size: 32px;
  }
}
#popup-out-of-office-container #popup-out-of-office #popup-out-of-office-btn-close {
  position: absolute;
  right: 0;
  top: -56px;
  width: 47px;
  height: 47px;
}
@media (min-width: 768px) {
  #popup-out-of-office-container #popup-out-of-office #popup-out-of-office-btn-close {
    width: 72px;
    height: 72px;
    right: -72px;
    top: -72px;
  }
}

section.popup-bel-ons {
  z-index: 9999999999999999;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 19px;
  position: fixed;
  right: 42px;
  bottom: 42px;
  width: 492px;
  max-width: calc(93% - 42px);
  color: #FFF;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  section.popup-bel-ons {
    padding: 26px;
  }
}
section.popup-bel-ons .popup-bel-ons-close-cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
section.popup-bel-ons h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  section.popup-bel-ons h5 {
    font-size: 24px;
    line-height: 27px;
  }
}
section.popup-bel-ons .avatar {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  border: solid 5px #FFF;
  margin-right: 30px;
}
@media (min-width: 992px) {
  section.popup-bel-ons .avatar {
    width: 106px;
    height: 106px;
  }
}
section.popup-bel-ons .btn-telefoonnummer {
  background-color: #348AFF;
  color: #FFF;
  display: inline-block;
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  transition: opacity 180ms ease-in-out;
}
section.popup-bel-ons .btn-telefoonnummer:hover {
  opacity: 0.8;
}
section.popup-bel-ons .btn-whatsapp {
  margin-right: 8px;
  transition: opacity 180ms ease-in-out;
}
section.popup-bel-ons .btn-whatsapp:hover {
  opacity: 0.8;
}

section.kort-verhuur-carousel {
  padding: 185px 0;
  position: relative;
  background: linear-gradient(225deg, #2d303d 0%, #0f1824 100%);
}
section.kort-verhuur-carousel h2 {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  section.kort-verhuur-carousel h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  section.kort-verhuur-carousel h2 {
    font-size: 50px;
  }
}
section.kort-verhuur-carousel .carousel-side-arrow {
  background-color: #FFF;
  z-index: 100;
}
@media (max-width: 991.98px) {
  section.kort-verhuur-carousel .carousel-side-arrow {
    top: inherit;
    bottom: 40px;
  }
}

.kortverhuur-product-tile {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  text-decoration: none;
}
.kortverhuur-product-tile > * {
  text-decoration: none;
}
.kortverhuur-product-tile:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.kortverhuur-product-tile img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.kortverhuur-product-tile div.description {
  padding: 14px;
  background: #FFF;
  color: black;
}
.kortverhuur-product-tile div.description h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kortverhuur-product-tile div.description p {
  font-size: 13px;
  font-weight: 500;
  min-height: 130px;
  margin-bottom: 0;
}
.kortverhuur-product-tile div.footer {
  padding: 14px;
  background-color: #eef1f8;
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: space-between;
}
.kortverhuur-product-tile div.footer .weekprice-circle {
  background: #348AFF;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  color: #FFF;
  margin-top: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kortverhuur-product-tile div.footer .weekprice-circle .euro {
  font-size: 14px;
}
.kortverhuur-product-tile div.footer .weekprice-circle .price {
  font-size: 23px;
  line-height: 20px;
}
.kortverhuur-product-tile div.footer .weekprice-circle .per-week {
  font-size: 12px;
  line-height: 14px;
}
.kortverhuur-product-tile div.footer .prices-other {
  font-size: 12px;
  font-weight: 600;
  color: #1e202b;
}

.bedankt-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bedankt-body img {
  margin-right: 50px;
  border-radius: 999px;
  height: 144px;
  width: 144px;
}
.bedankt-body p {
  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 33px;
  margin: 0;
  padding: 0;
}

section.occasions-grid {
  background: #FFF;
}
section.occasions-grid .grid-filter {
  top: 100px;
  position: sticky;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  section.occasions-grid .grid-filter {
    padding-bottom: 250px;
  }
}
section.occasions-grid .grid-filter > div {
  padding: 15px;
}
section.occasions-grid .grid-filter .grid-filter-title {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: linear-gradient(45deg, #2d303d 0%, #0f1824 100%);
  height: 50px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
section.occasions-grid .grid-filter .grid-filter-items {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #eef1f8;
}
section.occasions-grid .grid-filter .grid-filter-items label:not(.form-check-label) {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 13px;
}
section.occasions-grid .reset-filters {
  font-size: 12px;
  font-weight: bold;
  color: #eb1049;
  text-decoration: none;
}
section.occasions-grid a.occasion-tile {
  height: 100%;
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms ease-in-out;
}
section.occasions-grid a.occasion-tile.occasion-just-sold .ocassion-image {
  position: relative;
}
section.occasions-grid a.occasion-tile.occasion-just-sold .ocassion-image:before {
  content: "Helaas! Net verkocht";
  color: #EB1049;
  font-size: 30px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  font-style: italic;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px 8px 0 0;
}
section.occasions-grid a.occasion-tile:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}
section.occasions-grid a.occasion-tile .ocassion-image {
  background: silver;
  border-radius: 8px 8px 0 0;
  position: relative;
}
section.occasions-grid a.occasion-tile .ocassion-image img.picture {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
section.occasions-grid a.occasion-tile .ocassion-body {
  padding: 11px;
}
section.occasions-grid a.occasion-tile .ocassion-body h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
section.occasions-grid a.occasion-tile .ocassion-body h3 span.accented {
  color: #EB1049;
}
section.occasions-grid a.occasion-tile .ocassion-body p {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}

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