.elementor-2771 .elementor-element.elementor-element-489af59{--display:flex;}/* Start custom CSS for html, class: .elementor-element-66bec17 *//* =========================================================
   REVIEWS PAGINA
========================================================= */

.kw-reviews-page {
  width: 100%;
  padding: 70px 24px 80px;

  background:
    linear-gradient(
      180deg,
      #f8fbfd 0%,
      #ffffff 42%,
      #f8fbfd 100%
    );

  font-family: 'Montserrat', sans-serif;
}


.kw-reviews-wrap {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.kw-reviews-header {
  max-width: 820px;

  margin: 0 auto 42px;

  text-align: center;
}


.kw-reviews-label {
  display: inline-block;

  margin-bottom: 10px;

  color: #09b4d8;

  font-size: 12px;
  line-height: 1.3;

  font-weight: 800;

  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.kw-reviews-header h1 {
  margin: 0 0 16px;

  color: #1b2f75;

  font-size: 42px;
  line-height: 1.08;

  font-weight: 800;
}


.kw-reviews-header p {
  max-width: 680px;

  margin: 0 auto;

  color: #667085;

  font-size: 17px;
  line-height: 1.65;

  font-weight: 400;
}


/* =========================================================
   TRUST BLOK
========================================================= */

.kw-reviews-trust {
  display: flex;

  max-width: 850px;

  margin: 0 auto 40px;

  padding: 26px 30px;

  align-items: center;

  gap: 28px;

  background: #ffffff;

  border:
    1px solid rgba(27, 47, 117, 0.08);

  border-radius: 24px;

  box-shadow:
    0 14px 40px rgba(25, 49, 102, 0.08);
}


/* SCORE */

.kw-reviews-trust-score {
  flex: 0 0 auto;

  text-align: center;
}


.kw-reviews-trust-number {
  width: 105px;
  height: 105px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin: 0 auto 9px;

  color: #ffffff;

  background:
    linear-gradient(
      145deg,
      #168fd6 0%,
      #4aaee8 100%
    );

  border-radius: 27px;

  border-bottom:
    5px solid #0872b9;

  font-size: 52px;
  line-height: 1;

  font-weight: 800;

  text-shadow:
    0 3px 3px rgba(0, 0, 0, 0.16);

  box-shadow:
    0 8px 18px rgba(0, 86, 155, 0.19);
}


.kw-reviews-trust-stars {
  color: #ffd000;

  font-family: Arial, sans-serif;

  font-size: 23px;
  line-height: 1;

  letter-spacing: 1px;
}


/* TRUST CONTENT */

.kw-reviews-trust-content {
  flex: 1;
}


.kw-reviews-logo {
  display: block;

  width: 155px;
  max-width: 100%;

  height: auto;

  margin: 0 0 12px;
}


.kw-reviews-trust-content strong {
  display: block;

  margin-bottom: 7px;

  color: #1b2f75;

  font-size: 18px;
  line-height: 1.4;

  font-weight: 800;
}


.kw-reviews-trust-content p {
  margin: 0;

  color: #6b7280;

  font-size: 13px;
  line-height: 1.6;
}


/* =========================================================
   ADVIESKEUZE WIDGET
========================================================= */

.kw-reviews-widget {
  position: relative;

  width: 100%;

  margin: 0 auto 48px;

  padding: 28px;

  background: #ffffff;

  border:
    1px solid rgba(27, 47, 117, 0.08);

  border-radius: 26px;

  box-shadow:
    0 18px 55px rgba(25, 49, 102, 0.09);

  overflow: hidden;
}


/* Zorgt dat externe widget niet buiten kaart loopt */

.kw-reviews-widget > * {
  max-width: 100%;
}


/* =========================================================
   CTA ONDERAAN
========================================================= */

.kw-reviews-cta {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 35px;

  padding: 34px 38px;

  background:
    linear-gradient(
      135deg,
      #1b2f75 0%,
      #243f91 100%
    );

  border-radius: 26px;

  color: #ffffff;

  box-shadow:
    0 18px 45px rgba(27, 47, 117, 0.18);
}


.kw-reviews-cta-text {
  max-width: 650px;
}


.kw-reviews-cta .kw-reviews-label {
  margin-bottom: 9px;

  color: #4cc9d7;
}


.kw-reviews-cta h2 {
  margin: 0 0 10px;

  color: #ffffff;

  font-size: 30px;
  line-height: 1.15;

  font-weight: 800;
}


.kw-reviews-cta p {
  margin: 0;

  color:
    rgba(255, 255, 255, 0.82);

  font-size: 14px;
  line-height: 1.55;
}


/* CTA BUTTONS */

.kw-reviews-cta-actions {
  flex: 0 0 auto;

  display: flex;

  gap: 10px;
}


.kw-reviews-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 46px;

  padding: 0 18px;

  border-radius: 13px;

  font-size: 13px;
  line-height: 1;

  font-weight: 800;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}


.kw-reviews-btn:hover {
  transform: translateY(-1px);
}


.kw-reviews-btn-primary {
  background: #09b4d8;

  color: #ffffff;
}


.kw-reviews-btn-primary:hover {
  background: #08a5c6;

  color: #ffffff;
}


.kw-reviews-btn-secondary {
  background:
    rgba(255, 255, 255, 0.09);

  border:
    1px solid rgba(255, 255, 255, 0.18);

  color: #ffffff;
}


.kw-reviews-btn-secondary:hover {
  background:
    rgba(255, 255, 255, 0.14);

  color: #ffffff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .kw-reviews-page {
    padding:
      55px 20px 65px;
  }


  .kw-reviews-header h1 {
    font-size: 35px;
  }


  .kw-reviews-trust {
    max-width: 720px;

    padding: 23px 24px;
  }


  .kw-reviews-cta {
    flex-direction: column;

    align-items: flex-start;
  }

}


/* =========================================================
   MOBIEL
========================================================= */

@media (max-width: 600px) {

  .kw-reviews-page {
    padding:
      38px 15px 50px;
  }


  /* HEADER */

  .kw-reviews-header {
    margin-bottom: 28px;
  }


  .kw-reviews-header h1 {
    font-size: 29px;
  }


  .kw-reviews-header p {
    font-size: 15px;
  }


  /* TRUST */

  .kw-reviews-trust {
    flex-direction: column;

    padding: 22px 18px;

    gap: 18px;

    text-align: center;

    border-radius: 20px;
  }


  .kw-reviews-trust-number {
    width: 90px;
    height: 90px;

    font-size: 44px;

    border-radius: 23px;
  }


  .kw-reviews-logo {
    width: 140px;

    margin:
      0 auto 11px;
  }


  .kw-reviews-trust-content strong {
    font-size: 16px;
  }


  /* WIDGET */

  .kw-reviews-widget {
    margin-bottom: 32px;

    padding: 14px;

    border-radius: 19px;
  }


  /* CTA */

  .kw-reviews-cta {
    padding: 25px 20px;

    border-radius: 21px;
  }


  .kw-reviews-cta h2 {
    font-size: 24px;
  }


  .kw-reviews-cta-actions {
    width: 100%;

    flex-direction: column;
  }


  .kw-reviews-btn {
    width: 100%;
  }

}/* =========================================
   ADVIESKEUZE REVIEW WIDGET HOGER MAKEN
========================================= */

.kw-reviews-widget {
  width: 100%;
  margin: 0 auto 48px;
  padding: 0;

  background: #ffffff;
  border: 1px solid rgba(27, 47, 117, 0.08);
  border-radius: 26px;

  box-shadow:
    0 18px 55px rgba(25, 49, 102, 0.09);

  overflow: hidden;
}


/* Advieskeuze iframe */
.kw-reviews-widget iframe {
  display: block !important;

  width: 100% !important;
  height: 800px !important;
  min-height: 800px !important;

  border: 0 !important;
}


/* TABLET */
@media (max-width: 900px) {

  .kw-reviews-widget iframe {
    height: 750px !important;
    min-height: 750px !important;
  }

}


/* MOBIEL */
@media (max-width: 600px) {

  .kw-reviews-widget {
    border-radius: 20px;
  }

  .kw-reviews-widget iframe {
    height: 900px !important;
    min-height: 900px !important;
  }

}/* =========================================================
   700+ REVIEWS IN TRUST BLOK
========================================================= */

.kw-reviews-count {
  display: inline-flex;
  align-items: baseline;

  gap: 6px;

  margin: 2px 0 10px;

  padding: 6px 11px;

  border-radius: 10px;

  background: rgba(9, 180, 216, 0.08);
}

.kw-reviews-count-number {
  color: #1b2f75;

  font-family: 'Montserrat', sans-serif;

  font-size: 20px;
  line-height: 1;

  font-weight: 800;
}

.kw-reviews-count-text {
  color: #09b4d8;

  font-family: 'Montserrat', sans-serif;

  font-size: 12px;
  line-height: 1;

  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 0.04em;
}/* End custom CSS */