@font-face {
  font-family: Outfit;
  src: url(../fonts/Outfit-Regular.ttf) format(truetype);
  font-weight: 400;
}
@font-face {
  font-family: Outfit;
  src: url(../fonts/Outfit-Bold.ttf) format(truetype);
  font-weight: 700;
}
::-moz-selection {
  background: rgba(2, 123, 206, 0.45);
}

::selection {
  background: rgba(2, 123, 206, 0.45);
}

body {
  margin-top: 100px;
  font-family: Outfit, Helvetica, "Trebuchet MS", sans-serif;
  color: #191f25;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    margin-top: 92px;
  }
}
@media only screen and (max-width: 450px) {
  body {
    margin-top: 79px;
  }
}

p:last-of-type {
  margin-bottom: 0;
}

.btn {
  border-radius: 8px;
  border: none;
  padding: 10px 15px;
}
.btn-primary {
  background-color: #027bce;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.2s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible {
  background-color: #006bb4 !important;
}
.btn-primary:focus-visible {
  box-shadow: none;
}
.btn-primary[disabled] {
  background-color: #027bce;
  opacity: 0.3;
}
.btn-primary .spinner-border {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
  border-width: 2px;
  border-color: #fff;
  border-right-color: transparent;
}
.btn-light {
  background-color: #e1e1e1;
  color: #191f25;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light:focus-visible {
  background-color: #cfcece !important;
}
.btn-light:focus-visible {
  box-shadow: none;
}

.alert {
  text-align: center;
  border-radius: 15px;
}
.alert-secondary {
  background-color: #9fc8e6;
  border: 2px solid #8eb3cd;
  color: #191f25;
}

.form-control {
  border-color: #b5b5b5;
  border-radius: 8px;
  color: #191f25;
}
.form-control:focus {
  border-color: #027bce;
  box-shadow: none;
}

.table-grid {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1199px) {
  .table-grid {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 991px) {
  .table-grid {
    margin-bottom: 0.5rem;
    overflow-x: auto;
  }
}
.table-grid__row {
  display: flex;
  flex-direction: row;
  padding-block: 0.5rem;
  padding-left: 0.75rem;
}
.table-grid__row:nth-child(odd) {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 991px) {
  .table-grid__row {
    width: 940px;
  }
}
.table-grid__row.heading {
  background-color: #e5e5e5;
  font-weight: 700;
}
.table-grid__row .cell {
  flex: 1;
  padding-right: 0.75rem;
}
.table-grid__row .cell:nth-child(1) {
  flex: 2;
}
.table-grid__row .cell:nth-child(2) {
  flex: 3;
}
.table-grid-note-responsive {
  display: none;
  margin-bottom: 1.75rem !important;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .table-grid-note-responsive {
    display: block;
  }
}

#moove_gdpr_cookie_info_bar {
  border: none !important;
  border-radius: 15px !important;
  box-shadow: 0 0 15px rgba(25, 31, 37, 0.2);
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar {
    width: 100% !important;
    max-width: calc(100% - 24px) !important;
    max-height: inherit !important;
    right: 12px !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 2rem !important;
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 1.5rem !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  flex-direction: column;
  padding: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    padding-left: 0 !important;
    margin-bottom: 1rem !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a {
  font-size: 1rem;
  line-height: inherit;
  color: #191f25 !important;
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p,
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a {
    font-size: 0.9rem;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a {
  color: #027bce !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a:focus {
  text-decoration: none;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:first-child {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:first-child {
    margin-bottom: 0.5rem;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:last-child {
  margin-top: 0.5rem;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  flex-wrap: inherit !important;
  gap: 0.75rem;
  width: 100%;
  padding: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
  margin: 0;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: inherit;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.2s ease-in-out;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all:active, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all:focus, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all:focus-visible {
  background-color: #006bb4;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-reject-btn {
  background-color: #e1e1e1;
  color: #191f25;
  box-shadow: none;
  opacity: 1;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-reject-btn:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-reject-btn:active, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-reject-btn:focus, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-reject-btn:focus-visible {
  background-color: #cfcece;
  color: #191f25;
}

.wpcf7 form .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .wpcf7-list-item input[type=checkbox] {
  margin-right: 4px;
}
.wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-size: 0.9rem;
}
.wpcf7 form .wpcf7-captchac {
  margin-bottom: 0.6rem;
}
.wpcf7 form .wpcf7-spinner {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0 !important;
  padding: 1rem !important;
  border-color: #027bce !important;
  color: #027bce;
}

.modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.modal-body {
  padding: 1.5rem;
}
.modal-body .btn-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  transition: opacity 0.15s;
}
.modal-body .btn-close:focus {
  box-shadow: none;
}

#contact-form-modal textarea {
  height: 183px;
  resize: none;
}

.product-modal .modal-body {
  padding-block: 3.5rem;
}
.product-modal .modal-body .product-image-slider {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .product-modal .modal-body .product-image-slider {
    flex-direction: column;
  }
}
.product-modal .modal-body .product-image-slider .slick-arrow {
  width: 25px;
  height: 25px;
  background: none;
  background-image: url(../images/icons/black/icoon-pijl-omlaag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 1;
}
.product-modal .modal-body .product-image-slider .slick-prev {
  left: 21%;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 991px) {
  .product-modal .modal-body .product-image-slider .slick-prev {
    left: 0;
    transform: translateY(-70px) rotate(90deg);
  }
}
@media only screen and (max-width: 429px) {
  .product-modal .modal-body .product-image-slider .slick-prev {
    transform: translateY(-110px) rotate(90deg);
  }
}
.product-modal .modal-body .product-image-slider .slick-next {
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 991px) {
  .product-modal .modal-body .product-image-slider .slick-next {
    right: 0;
    transform: translateY(-70px) rotate(-90deg);
  }
}
@media only screen and (max-width: 429px) {
  .product-modal .modal-body .product-image-slider .slick-next {
    transform: translateY(-110px) rotate(-90deg);
  }
}
.product-modal .modal-body .product-image-slider .slick-list {
  width: 80%;
}
@media only screen and (min-width: 1400px) {
  .product-modal .modal-body .product-image-slider .slick-list .slick-slide {
    cursor: zoom-in;
  }
  .product-modal .modal-body .product-image-slider .slick-list .slick-slide.zoom-active {
    cursor: zoom-out;
  }
}
@media only screen and (max-width: 1399px) {
  .product-modal .modal-body .product-image-slider .slick-list .slick-slide {
    cursor: grab;
  }
}
@media only screen and (max-width: 1399px) {
  .product-modal .modal-body .product-image-slider .slick-list.one-slide .slick-slide {
    cursor: default;
  }
}
@media only screen and (max-width: 991px) {
  .product-modal .modal-body .product-image-slider .slick-list {
    width: 100%;
  }
}
.product-modal .modal-body .product-image-slider .slick-list img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .product-modal .modal-body .product-image-slider .slick-list img {
    height: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .product-modal .modal-body .product-image-slider .slick-list img {
    height: 280px;
  }
}
.product-modal .modal-body .product-image-slider .slick-dots {
  width: 17%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .product-modal .modal-body .product-image-slider .slick-dots {
    width: 100%;
    margin-top: 2rem;
  }
}
.product-modal .modal-body .product-image-slider .slick-dots li {
  margin-bottom: 0.2rem;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 991px) {
  .product-modal .modal-body .product-image-slider .slick-dots li {
    width: 70px;
    margin-right: 0.2rem;
    float: left;
  }
}
.product-modal .modal-body .product-image-slider .slick-dots li.slick-active {
  opacity: 1;
}
.product-modal .modal-body .product-image-slider .slick-dots li button {
  width: 100%;
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  padding: 0;
  border: none;
}
.product-modal .modal-body .product-name {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1199px) {
  .product-modal .modal-body .product-name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .product-modal .modal-body .product-name {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.product-modal .modal-body .product-specs {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1199px) {
  .product-modal .modal-body .product-specs {
    flex-direction: column;
  }
}
.product-modal .modal-body .product-specs ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.product-modal .modal-body .product-specs ul li {
  font-weight: 700;
}
.product-modal .modal-body .product-specs ul li span {
  font-weight: 400;
}
.product-modal .modal-body .product-more-info {
  display: inline-block;
  margin-bottom: 2rem;
  color: #027bce;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .product-modal .modal-body .product-more-info {
    margin-bottom: 1rem;
  }
}
.product-modal .modal-body .product-more-info:hover, .product-modal .modal-body .product-more-info:focus {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .product-modal__content {
    margin-top: 1rem;
  }
}

.pagination {
  user-select: none;
}
.pagination .page-item .page-link {
  border-color: #e5e5e5;
  color: #191f25;
}
@media only screen and (max-width: 767px) {
  .pagination .page-item .page-link {
    padding-inline: 10px;
    font-size: 0.9rem;
    line-height: 22px;
  }
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
  background-color: #f3f3f3;
  box-shadow: none;
}
.pagination .page-item.disabled .page-link {
  background-color: #f3f3f3;
}
.pagination .page-item.active {
  pointer-events: none;
}
.pagination .page-item.active .page-link {
  background-color: #027bce;
  color: #fff;
}

.navbar {
  background-color: #f3f3f3;
  padding-block: 1rem;
  box-shadow: 0 0 20px rgba(25, 31, 37, 0.2);
}
@media only screen and (max-width: 767px) {
  .navbar {
    padding-block: 0.75rem;
  }
  .navbar .container {
    padding-inline: 1rem;
  }
}
.navbar-brand img {
  pointer-events: none;
}
@media only screen and (max-width: 450px) {
  .navbar-brand img {
    width: 190px;
  }
}
.navbar-toggler {
  padding-right: 0;
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}
@media only screen and (max-width: 450px) {
  .navbar-toggler-icon {
    width: 1.7em;
    height: 1.7em;
  }
}
.navbar-collapse ul {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  padding: 0;
  padding-top: 2px;
  margin: 0;
  margin-left: auto;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .navbar-collapse ul {
    gap: 1rem;
  }
}
.navbar-collapse ul li a {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
  color: #027bce;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .navbar-collapse ul li a {
    padding-block: 0.5rem;
    padding-inline: 0;
  }
}
@media only screen and (max-width: 450px) {
  .navbar-collapse ul li a {
    font-size: 1rem;
  }
}
.navbar-collapse ul li a::after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #027bce;
  transition: width 0.3s;
}
@media only screen and (max-width: 767px) {
  .navbar-collapse ul li a::after {
    display: none;
  }
}
.navbar-collapse ul li a:hover::after, .navbar-collapse ul li a:focus::after {
  width: 100%;
}
.navbar-collapse ul li:last-of-type a {
  padding-right: 0;
}
.navbar-collapse ul li.current-menu-item a {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .navbar-collapse > ul {
    flex-direction: column;
    gap: 0;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }
}

.reading-progress-bar {
  position: fixed;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  z-index: 1040;
}
.reading-progress-bar__progress {
  width: 0;
  height: 100%;
  background-color: #027bce;
  border-radius: 4px;
}

.page-header {
  position: relative;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.page-header--size-small {
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .page-header--size-small {
    height: 260px;
  }
}
.page-header--size-medium {
  height: 450px;
}
@media only screen and (max-width: 1399px) {
  .page-header--size-medium {
    height: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header--size-medium {
    height: 370px;
  }
}
.page-header--size-large {
  height: 600px;
}
@media only screen and (max-width: 1399px) {
  .page-header--size-large {
    height: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header--size-large {
    height: 410px;
  }
}
.page-header__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
}
.home .page-header__image {
  object-position: 75%;
}
.blog .page-header__image {
  object-position: 29%;
}
.single-post.postid-544 .page-header__image {
  object-position: 26%;
}
.single-post.postid-472 .page-header__image {
  object-position: 45%;
}
.single-post.postid-779 .page-header__image {
  object-position: 60%;
}
.single-post.postid-1094 .page-header__image {
  object-position: 75%;
}
.single-post.postid-1124 .page-header__image {
  object-position: 72%;
}
.single-post.postid-1300 .page-header__image {
  object-position: 15%;
}
.page-header__overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.48), rgba(2, 123, 206, 0.59));
  position: absolute;
  top: 0;
  left: 0;
}
.blog .page-header__overlay, .single-post .page-header__overlay {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6), rgba(2, 123, 206, 0.59));
}
.page-header--page-suitcase-overview .page-header__overlay {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65), rgba(2, 123, 206, 0.59));
}
@media only screen and (max-width: 767px) {
  .page-header__overlay {
    background: rgba(255, 255, 255, 0.65) !important;
  }
}
.page-header__content {
  position: relative;
  z-index: 1;
}
.page-header__content h1 {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1399px) {
  .page-header__content h1 {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 991px) {
  .page-header__content h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-header__content h1 {
    font-size: 1.6rem;
  }
}
.page-header__content h2 {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
}
@media only screen and (max-width: 1399px) {
  .page-header__content h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-header__content h2 {
    margin-top: 0.4rem;
    font-size: 1.3rem;
  }
}
.page-header__content .average-reading-time {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1399px) {
  .page-header__content .average-reading-time {
    font-size: 1rem;
  }
}
.page-header__content p {
  margin-top: 0.9rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 991px) {
  .page-header__content p {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-header__content p {
    font-size: 1rem;
  }
}
.page-header__content p.additional {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 5px;
  column-gap: 13px;
  margin-top: 0.4rem;
  font-size: inherit;
}
@media only screen and (max-width: 1399px) {
  .page-header__content p.additional {
    font-size: 0.9rem;
  }
}
.page-header__content p.additional .additional__category, .page-header__content p.additional .additional__date {
  display: flex;
  align-items: center;
}
.page-header__content p.additional .additional__category::before, .page-header__content p.additional .additional__date::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/icons/black/icoon-categorie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
}
.page-header__content p.additional .additional__category a {
  color: inherit;
  text-decoration: none;
}
.page-header__content p.additional .additional__date::before {
  background-image: url(../images/icons/black/icoon-kalender.svg);
}
.page-header__content .btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.benefits {
  margin-top: -3rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .benefits {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.benefits__content {
  height: 100%;
  background-color: #9fc8e6;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(25, 31, 37, 0.2);
}
@media only screen and (max-width: 767px) {
  .benefits__content {
    padding: 2rem;
  }
}
.benefits__content h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .benefits__content h2 {
    font-size: 1.3rem;
  }
}

.blog-item,
.product-item {
  height: 100%;
  border: 2px solid #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(25, 31, 37, 0.1);
}
.blog-item .card-img-top,
.product-item .card-img-top {
  height: 180px;
  object-fit: cover;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .blog-item .card-img-top,
  .product-item .card-img-top {
    height: 130px;
  }
}
.blog-item .card-body,
.product-item .card-body {
  padding: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .blog-item .card-body,
  .product-item .card-body {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-item .card-body,
  .product-item .card-body {
    padding: 1.5rem;
  }
}
.blog-item .card-body .card-title,
.product-item .card-body .card-title {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  min-height: 68px;
}
@media only screen and (max-width: 1399px) {
  .blog-item .card-body .card-title,
  .product-item .card-body .card-title {
    min-height: 102px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-item .card-body .card-title,
  .product-item .card-body .card-title {
    min-height: 134px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-item .card-body .card-title,
  .product-item .card-body .card-title {
    min-height: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-item .card-body .card-title,
  .product-item .card-body .card-title {
    min-height: inherit;
  }
}
.blog-item .card-body .card-title a,
.product-item .card-body .card-title a {
  font-size: 1.5rem;
  color: #191f25;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .blog-item .card-body .card-title a,
  .product-item .card-body .card-title a {
    font-size: 1.3rem;
  }
}

.blog-item .card-body .card-additional {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 10px;
  font-size: 0.8rem;
  color: #555555;
}
@media only screen and (max-width: 1199px) {
  .blog-item .card-body .card-additional {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .blog-item .card-body .card-additional {
    flex-direction: row;
  }
}
@media only screen and (max-width: 399px) {
  .blog-item .card-body .card-additional {
    flex-direction: column;
  }
}
.blog-item .card-body .card-additional__category, .blog-item .card-body .card-additional__date, .blog-item .card-body .card-additional__author {
  display: flex;
  align-items: center;
}
.blog-item .card-body .card-additional__category::before, .blog-item .card-body .card-additional__date::before, .blog-item .card-body .card-additional__author::before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/icons/gray/icoon-categorie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.blog-item .card-body .card-additional__category a {
  color: inherit;
  text-decoration: none;
}
.blog-item .card-body .card-additional__date::before {
  background-image: url(../images/icons/gray/icoon-kalender.svg);
}
.blog-item .card-body .card-additional__author::before {
  background-image: url(../images/icons/gray/icoon-auteur.svg);
}

.product-item .card-img-top {
  margin-block: 1rem;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .product-item .card-img-top {
    height: 165px;
  }
}
.product-item .card-body {
  padding-top: 0.8rem;
}
@media only screen and (max-width: 991px) {
  .product-item .card-body {
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-item .card-body {
    padding-top: 0.8rem;
  }
}
.product-item .card-body .card-title {
  margin-top: 0;
  min-height: 85px;
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .product-item .card-body .card-title {
    min-height: inherit;
  }
}
.product-item .card-body .card-title a {
  font-size: 1.3rem;
  line-height: 1.35;
}
.product-item .card-body .btn-primary {
  font-size: 0.85rem;
}

.general-text h1,
.general-text h2,
.general-text h3 {
  font-weight: 700;
}
.general-text h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .general-text h1 {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 991px) {
  .general-text h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .general-text h1 {
    font-size: 1.7rem;
  }
}
.general-text h2 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1399px) {
  .general-text h2 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 991px) {
  .general-text h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .general-text h2 {
    font-size: 1.25rem;
  }
}
.general-text h3 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1399px) {
  .general-text h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .general-text h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .general-text h3 {
    font-size: 1.15rem;
  }
}
.general-text a {
  color: #027bce;
  text-decoration: underline;
}
.general-text a:hover, .general-text a:focus {
  text-decoration: none;
}
.general-text p,
.general-text ul,
.general-text ol,
.general-text dl {
  margin-bottom: 1rem;
}
.general-text p:last-child,
.general-text ul:last-child,
.general-text ol:last-child,
.general-text dl:last-child {
  margin-bottom: 0;
}

.table-of-contents,
.cta {
  background-color: #9fc8e6;
  padding: 2.5rem;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .table-of-contents,
  .cta {
    padding: 2rem;
  }
}
.table-of-contents h3,
.cta h3 {
  margin-bottom: 1rem;
}
.table-of-contents ol,
.cta ol {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .table-of-contents ol,
  .cta ol {
    padding-left: 1.1rem;
  }
}
.table-of-contents ol li,
.cta ol li {
  margin-bottom: 0.3rem;
}
.table-of-contents ol li a,
.cta ol li a {
  color: inherit;
}
.table-of-contents ol li a:hover, .table-of-contents ol li a:focus,
.cta ol li a:hover,
.cta ol li a:focus {
  text-decoration: none;
}

.cta--type-choice-aid {
  background-color: #f9f9f9;
  padding-right: 440px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e5e5e5;
}
@media only screen and (max-width: 1399px) {
  .cta--type-choice-aid {
    padding-right: 390px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta--type-choice-aid {
    padding-right: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .cta--type-choice-aid {
    padding-right: 172px;
  }
}
@media only screen and (max-width: 550px) {
  .cta--type-choice-aid {
    padding-right: 2rem;
  }
}
.cta--type-choice-aid .image {
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.85;
}
@media only screen and (max-width: 1399px) {
  .cta--type-choice-aid .image {
    width: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta--type-choice-aid .image {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .cta--type-choice-aid .image {
    width: 140px;
  }
}
@media only screen and (max-width: 550px) {
  .cta--type-choice-aid .image {
    display: none;
  }
}

.text h2 {
  margin-bottom: 0.8rem;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1rem;
}
.text h2:last-child,
.text p:last-child,
.text ul:last-child,
.text ol:last-child {
  margin-bottom: 0;
}
.text a {
  color: #027bce;
  text-decoration: underline;
}
.text a:hover, .text a:focus {
  text-decoration: none;
}

a.affiliate-link {
  color: #fff;
  text-decoration: none;
}
a.affiliate-link--type-bol {
  background-color: #0000ff;
}
a.affiliate-link--type-bol:hover, a.affiliate-link--type-bol:active, a.affiliate-link--type-bol:focus, a.affiliate-link--type-bol:focus-visible {
  background-color: #0000ff !important;
}
a.affiliate-link--type-coolblue {
  background-color: #ff6600;
}
a.affiliate-link--type-coolblue:hover, a.affiliate-link--type-coolblue:active, a.affiliate-link--type-coolblue:focus, a.affiliate-link--type-coolblue:focus-visible {
  background-color: #ff6600 !important;
}
a.affiliate-link:hover, a.affiliate-link:active, a.affiliate-link:focus, a.affiliate-link:focus-visible {
  box-shadow: 0 3px 10px rgba(25, 31, 37, 0.2);
}

.product-filters-toggler {
  display: none;
  background: none;
  padding: 0;
  border: none;
  font-weight: 700;
  color: #191f25;
}
@media only screen and (max-width: 991px) {
  .product-filters-toggler {
    display: block;
  }
}
.product-filters-toggler::after {
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  margin-top: 5px;
  margin-left: 0.4rem;
  float: right;
  background-image: url(../images/icons/black/icoon-pijl-omlaag.svg);
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
.product-filters-toggler.opened.no-transition::after {
  transition: none;
}
.product-filters-toggler.opened::after {
  transform: rotate(180deg);
}
.product-filters-toggler .count {
  display: inline-block;
  background-color: #9fc8e6;
  width: 24px;
  height: 24px;
  margin-left: 0.2rem;
  font-size: 0.85rem;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}

.product-filters {
  display: block;
}
@media only screen and (max-width: 991px) {
  .product-filters {
    display: none;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-filters {
    padding-top: 2rem;
  }
}
.product-filters .reset-link,
.product-filters .show-all-link {
  padding: 0;
  margin-bottom: 1.25rem;
  background: none;
  border: none;
  color: #027bce;
  text-decoration: underline;
}
.product-filters .reset-link:hover, .product-filters .reset-link:focus,
.product-filters .show-all-link:hover,
.product-filters .show-all-link:focus {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .product-filters .reset-link,
  .product-filters .show-all-link {
    margin-bottom: 1rem;
  }
}
.product-filters .show-all-link {
  margin-top: 0.1rem;
  margin-bottom: 0 !important;
}
.product-filters__item {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .product-filters__item {
    margin-bottom: 1rem;
  }
}
.product-filters__item:last-child {
  margin-bottom: 0;
}
.product-filters__item .heading {
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.product-filters__item .filters {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.product-filters__item .filters.hidden {
  display: none;
}
.product-filters__item .filters li {
  margin-bottom: 0.2rem;
}
.product-filters__item .filters li label {
  padding-left: 1.5rem;
  position: relative;
  cursor: pointer;
}
.product-filters__item .filters li label input {
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
}

.choice-aid__progress {
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}
.choice-aid__steps .step {
  display: none;
}
.choice-aid__steps .step.active {
  display: block;
}
.choice-aid__steps .step__title, .choice-aid__steps .step__explanation {
  text-align: center;
}
.choice-aid__steps .step__title {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 1399px) {
  .choice-aid__steps .step__title {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 991px) {
  .choice-aid__steps .step__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .choice-aid__steps .step__title {
    font-size: 1.25rem;
  }
}
.choice-aid__steps .step__explanation {
  margin-top: 0.4rem;
  font-size: 0.9rem;
}
.choice-aid__steps .step__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  margin-inline: -1rem;
}
@media only screen and (max-width: 767px) {
  .choice-aid__steps .step__options {
    flex-direction: column;
    gap: 0.75rem;
    margin-inline: 0;
  }
}
.choice-aid__steps .step__options .option {
  flex: 1 1 calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
  border: 2px solid #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(25, 31, 37, 0.1);
  user-select: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
@media only screen and (max-width: 767px) {
  .choice-aid__steps .step__options .option {
    display: flex;
    flex-direction: row;
    max-width: 100%;
  }
}
.choice-aid__steps .step__options .option.active {
  border-color: #027bce;
}
.choice-aid__steps .step__options .option .card-img-top {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .choice-aid__steps .step__options .option .card-img-top {
    width: 27%;
    border-top-right-radius: 0;
    object-fit: cover;
  }
}
.choice-aid__steps .step__options .option .card-body {
  padding: 1.5rem;
  color: #191f25;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .choice-aid__steps .step__options .option .card-body {
    padding: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .choice-aid__steps .step__options .option .card-body {
    padding: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .choice-aid__steps .step__options .option .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
}
.choice-aid__steps .step__options .option .card-body .card-title {
  margin-bottom: 0;
  font-size: 1.35rem;
}
@media only screen and (max-width: 1199px) {
  .choice-aid__steps .step__options .option .card-body .card-title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .choice-aid__steps .step__options .option .card-body .card-title {
    font-size: 1rem;
  }
}
.choice-aid__steps .step__options .option .card-body .explanation {
  margin-top: 0.75rem;
  font-size: 0.85rem;
}
@media only screen and (max-width: 1199px) {
  .choice-aid__steps .step__options .option .card-body .explanation {
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .choice-aid__steps .step__options .option .card-body .explanation {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
}
.choice-aid__navigation {
  margin-top: 2rem;
  overflow: hidden;
}
.choice-aid__navigation .previous {
  display: none;
}
.choice-aid__loading {
  display: none;
  text-align: center;
}
.choice-aid__loading .spinner-border {
  width: 4rem;
  height: 4rem;
  border-width: 6px;
  border-color: #027bce;
  border-right-color: transparent;
}

.footer {
  position: relative;
}
.footer__top {
  background-color: #9fc8e6;
  padding-block: 3rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.footer__top .col {
  padding-right: 4rem;
}
@media only screen and (max-width: 991px) {
  .footer__top .col {
    padding-right: 0.75rem;
  }
}
.footer__top .col:last-of-type {
  padding-right: 0;
}
.footer__top .col .heading {
  margin-bottom: 1rem;
}
.footer__top .col ul {
  margin-bottom: 0;
  list-style-type: disc;
}
.footer__top .col ul li {
  margin-bottom: 0.4rem;
}
.footer__top .col ul li:last-of-type {
  margin-bottom: 0;
}
.footer__top .col ul li a {
  color: #191f25;
  text-decoration: none;
}
.footer__top .col ul li a:hover, .footer__top .col ul li a:focus {
  text-decoration: underline;
}
.footer__bottom {
  background-color: #f3f3f3;
  padding-block: 0.75rem;
}
.footer__bottom p {
  margin-bottom: 0.25rem;
  text-align: center;
}
.footer__bottom p:last-of-type {
  margin-bottom: 0;
}
.footer__bottom p a {
  color: inherit;
  text-decoration: none;
}
.footer__bottom p a:hover, .footer__bottom p a:focus {
  text-decoration: underline;
}
.footer__bottom p.additional-info {
  padding-top: 0.2rem;
  font-size: 0.7rem;
}