* {
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
main {
  display: block;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
button {
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
}
button,
input,
select {
  border: none;
  margin: 0;
  padding: 0;
}
input,
select {
  -webkit-appearance: none;
}
a,
a:focus,
button,
button:focus {
  outline: none;
  box-shadow: none;
}
:after {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #0f172a;
}
body.menu-open {
  overflow: hidden;
}
[class*="__container"] {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.page {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

.link {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 18px 24px;
  background-color: #2563eb;
  border-radius: 8px;
  display: inline-block;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 115%;
  letter-spacing: 0%;
}
.title span {
  color: #2563eb;
}

@media (max-width: 767px) {
  .title {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

.text16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}

.text20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
}

@media (max-width: 767px) {
  .text20 {
    font-size: 16px;
  }
}

:root {
  --header-bg: #d0defa;
  --header-accent: #ff7e00;
  --header-text: #0f172a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid #2563eb;
  /* background: var(--header-bg); */
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 0;
  transition: padding 0.3s ease;
}

.header-inner.is-scrolled {
  padding-top: 22px;
  padding-bottom: 22px;
}

.header-inner a {
  color: var(--header-text);
  text-decoration: none;
}

.header-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-logo {
  display: block;
  width: 16%;
  text-align: center;
}

.site-logo img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.nav-wrap {
  width: 84%;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-menu-wrap {
  /* width: 65%; */
  margin-left: auto;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-menu > li {
  /* margin: 0 13px; */
}

.header-menu li a {
  font-weight: 400;

  line-height: 100%;
  letter-spacing: 0%;

  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.header-menu li.current-menu-item > a {
  /* color: var(--header-accent); */
}

.header-menu .menu-item-has-children {
  position: relative;
}

.header-menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -15px;
  display: none;
  width: 358px;
  padding: 12px;
  background: var(--header-bg);
}

.header-menu .sub-menu li {
  margin: 8px 0;
}

.header-menu .sub-menu li a {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}

/* .header-menu .sub-menu li a::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--header-accent);
} */

.header-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}

.header-lang li {
  margin: 0 4px;
}

.header-lang a,
.header-lang span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 31px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
}

.header-lang .current-lang span {
  color: #fff;
  background: var(--header-accent);
}

.header-lang a {
  border: 1px solid #fff;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.header-phones {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15%;
}

.header-phones a {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.header-messengers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}

.header-messengers a {
  display: inline-flex;
  margin: 0 8px;
}

.header-messengers svg {
  display: block;
}

.mobile-only {
  display: none;
}

@media (min-width: 992px) {
  .header-menu > .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
  }

  .header-menu > .menu-item-has-children > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.3s ease;
  }

  .header-menu > .menu-item-has-children:hover > a::after,
  .header-menu > .menu-item-has-children:focus-within > a::after {
    transform: translateY(2px) rotate(225deg);
  }

  .header-menu li a:hover {
    /* color: var(--header-accent); */
    text-decoration: underline;
  }

  .header-lang a:hover {
    /* color: var(--header-bg);
    background: var(--header-accent); */
  }

  /* .header-menu .sub-menu li a:hover {
    color: #fff;
    background: var(--header-accent);
  } */

  .header-menu .menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
  }

  .header-menu .menu-item-has-children:hover > .sub-menu,
  .header-menu .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1320px) {
  .header-lang a,
  .header-lang span,
  .header-phones a,
  .header-menu li a {
    font-size: 14px;
  }

  .header-lang a,
  .header-lang span {
    width: 36px;
    height: 24px;
  }

  .header-menu > li {
    margin: 0 10px;
  }

  .site-logo {
    width: 13%;
  }

  /* .site-logo img {
    width: 100%;
    height: auto;
    max-width: 156px;
  } */
}

@media (max-width: 991px) {
  .mobile-only {
    display: block;
  }

  .header-inner,
  .header-inner.is-scrolled {
    position: relative;
    padding: 18px 0;
  }

  .site-logo {
    width: 50%;
    text-align: left;
  }

  .site-logo img {
    /* width: 127px;
    height: 29px; */
  }

  .nav-wrap {
    position: fixed;
    top: 91px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    overflow: hidden;
    background: var(--header-bg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 0.3s ease,
      transform 0.3s ease,
      visibility 0s linear 0.3s;
    will-change: opacity, transform;
  }

  .header-inner.is-open .nav-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .header-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header-menu-wrap {
    width: 100%;
    padding: 15px;
  }

  .header-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 7px 0;
  }

  .header-menu > li {
    width: 100%;
    margin: 0;
  }

  .header-menu li a {
    display: block;
    padding: 8px 40px 8px 0;
    font-size: 16px;
  }

  .header-menu .sub-menu {
    position: static;
    display: none;
    width: 100%;
    padding: 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .header-menu .menu-item.is-open > .sub-menu {
    display: block;
  }

  .header-menu .sub-menu li a {
    padding: 10px;
  }

  .submenu-toggle {
    position: absolute;
    top: 0;
    right: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }

  .submenu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0f172a;
    border-bottom: 2px solid #0f172a;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: transform 0.3s ease;
  }

  .menu-item.is-open > .submenu-toggle::after {
    transform: translate(-50%, -35%) rotate(225deg);
  }

  .header-lang {
    justify-content: flex-start;
    width: 100%;
    padding: 15px;
  }

  .header-lang a {
    color: #fff;
    background: var(--header-bg);
  }

  .header-phones {
    align-items: flex-start;
    width: 100%;
    padding: 15px 20px;
  }

  .header-phones a {
    font-size: 16px;
  }

  .header-messengers {
    justify-content: flex-start;
    width: 100%;
    padding: 15px 10px 30px;
  }

  .header-messengers a {
    margin: 0 15px;
  }

  .burger {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }

  .burger-icon {
    display: block;
    overflow: visible;
  }

  .burger .line {
    fill: #2563eb;
    transform-box: fill-box;
    transform-origin: center;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }

  .header-inner.is-open .burger .line-1 {
    transform: translateY(10px) rotate(45deg);
  }

  .header-inner.is-open .burger .line-2 {
    opacity: 0;
  }

  .header-inner.is-open .burger .line-3 {
    transform: translateY(-10px) rotate(-45deg);
  }
}

/*-----------------------------------hero----------------------------------*/

.hero {
  padding-top: 40px;
}
.hero__container {
  display: flex;
  position: relative;
  align-items: center;
}
.hero__container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 32px);
  height: 457px;
  background-color: #2563eb30;
  border-radius: 24px;
  transform: translate(-50%, -50%);
}
.hero__content {
  position: relative;
  padding-left: 24px;
}
.hero__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 126%;
  letter-spacing: 0%;
  margin-bottom: 34px;
}
.hero__link {
}
.hero__image {
  position: relative;
  margin-right: 24px;
}

.hero__container.verzekeringen:before {
  height: 91%;
}
.hero__container.onze:before {
  height: 91%;
}

@media (max-width: 991px) {
  .hero__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hero__container:before {
    display: none;
  }
  .hero {
    padding: 0;
  }
  .hero__container {
    background-image: linear-gradient(rgba(0, 9, 30, 0.56), rgba(0, 9, 30, 0.56)), url("../images/hero-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .hero__image {
    display: none;
  }
  .hero__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .hero__content {
    padding: 144px 0;
  }

  .hero__title {
    color: #fff;
  }

  .hero__link {
    width: 100%;
    text-align: center;
  }
}

/*----------------------------------service---------------------------------*/

.service {
  padding-top: 70px;
  /* background-color: #f5f7fb; */
}

.service__heading {
  margin-bottom: 28px;
}
.service__heading .decorative-stroke--end {
  display: none;
}
.service__title {
}

.feature-card__title {
  color: #2563eb;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.decorative-stroke {
  display: block;
  width: 170px;
  height: 23px;
  margin-bottom: 16px;
  background: center / contain no-repeat url("../images/decor1.svg");
}

.decorative-stroke--end {
  align-self: flex-end;
  width: 180px;
  height: 40px;
  margin: -8px 8px 0 0;
  background-image: url("../images/decor2.svg");
}

.service__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.service__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  height: 402px;
}

.service__photo {
  overflow: hidden;
  border-radius: 4px;
}

.service__photo--large {
  grid-row: 1 / 3;
}

.service__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service__photo:nth-child(2) img {
  object-position: 38% center;
}

.service__photo:nth-child(3) img {
  object-position: 70% center;
}

.service__features {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
  margin-top: 6px;
}
.service__features {
}

.feature-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
}

.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  color: #2563eb;
  background-color: #dbe7ff;
}

.feature-card__icon img {
  width: 32px;
  height: 32px;
}

.feature-card:nth-child(2) .feature-card__icon svg,
.feature-card:nth-child(3) .feature-card__icon svg {
  fill: none;
}

/* .feature-card__title {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
} */

.feature-card p {
}

@media (max-width: 991px) {
  .service {
    padding: 72px 0;
  }

  .service__body {
    grid-template-columns: 1fr;
  }

  .service__heading {
    position: relative;
  }

  .service__heading > span {
    display: none;
  }
  .service__features .decorative-stroke {
    display: none;
  }

  .service__gallery {
    display: none;
  }
}

@media (max-width: 767px) {
  .service {
    padding: 40px 0 44px;
  }
  .service__title br {
    display: none;
  }
  .service__title {
    font-size: 30px;
  }
  .service__heading {
    margin-bottom: 16px;
  }
  .service__heading .decorative-stroke--end {
    display: block;
    position: absolute;
    top: 70%;
    right: -44px;
    width: 269px;
    height: 34px;
  }

  .feature-card {
    grid-template-columns: 52px 1fr;
    gap: 4px;
  }

  .feature-card__icon {
    width: 40px;
    height: 40px;
  }
}

/*----------------------uvm---------------------------------------*/

.uvm {
  padding-top: 80px;
}
.uvm__container {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.uvm__container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 32px);
  height: 100%;
  background-color: #2563eb30;
  border-radius: 24px;
  transform: translate(-50%, -50%);
}
.uvm__content {
  position: relative;
  padding-left: 24px;
  padding-right: 20px;
}
.uvm__title {
  margin-bottom: 24px;
}
.uvm__text {
  margin-bottom: 24px;
}
.uvm__link {
  width: 100%;
  text-align: center;
}
.uvm__image {
  position: relative;
  margin-right: 24px;
}

.uvm__image picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .uvm__container {
    flex-direction: column;
  }
  .uvm__content {
    margin-bottom: 0px;
  }

  .onze.uvm .uvm__container {
    grid-template-columns: 1fr;
  }

  .onze.uvm .uvm__image {
    order: 1;
  }

  .onze.uvm .uvm__content {
    order: 2;
  }

  .onze.uvm .uvm__image {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  
  .uvm__container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .uvm__container::before {

    padding: 40px 0;
    width: calc(100%);
    border-radius: 0;
  }

  .uvm__image {
    width: 100%;
    height: 267px;
    margin-right: 0px;
  }
  .uvm__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .uvm__title {
    font-size: 32px;
    letter-spacing: 0px;
    margin-bottom: 26px;
  }

  .uvm__title br {
    display: none;
  }
  .uvm__title {
    font-size: 24px;
  }
  .uvm__text:not(:last-child) {
    margin-bottom: 20px;
  }
  .uvm__text:last-of-type {
    margin-bottom: 24px;
  }
  .uvm__content {
    padding: 0;
  }
  .uvm__link {
    width: 100%;
    text-align: center;
  }
}

/*--------------------------wij-----------------------------*/

.wij {
  padding-top: 84px;
  padding-bottom: 150px;
}

.wij__heading {
  margin-bottom: 19px;
  position: relative;
}
.wij__heading .decorative-stroke--end {
  position: absolute;
  top: 22px;
  right: 0;
}
.wij__title {
}

.feature-card__title {
  color: #2563eb;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

/* .decorative-stroke--end {
  align-self: flex-end;
  width: 180px;
  height: 40px;
  margin: -8px 8px 0 0;
  background-image: url("../images/decor2.svg");
} */

.wij__body {
  display: grid;
  grid-template-columns: 534px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.wij__image {
  display: block;
  width: 534px;
}

.wij__image img {
  display: block;
  width: 100%;
  height: auto;
}

.wij__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  height: 402px;
}

.wij__features {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 26px;
  min-width: 0;
}

@media (max-width: 1093px) {
  .wij__body {
    grid-template-columns: 1fr;
  }

  .wij__image {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .wij {
    padding: 72px 0;
  }

  .wij__body {
    grid-template-columns: 1fr;
  }

  .wij__heading {
    position: relative;
  }
  .wij__features .decorative-stroke {
    display: none;
  }

  .wij__gallery {
    display: none;
  }
}

@media (max-width: 767px) {
  .wij {
    padding: 90px 0 77px;
  }
  .wij__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .wij__image {
    position: static;
    order: -1;
    width: 100%;
    max-height: none;
    overflow: hidden;
  }
  .wij__features {
    order: 1;
  }
  .wij__title br {
    display: none;
  }
  .wij__title {
    font-size: 24px;
    letter-spacing: 0;
  }
  .wij__features {
    gap: 20px;
  }
  .wij__heading {
    margin-bottom: 19px;
  }
  .wij__heading .decorative-stroke--end {
    top: 11px;
  }
  .wij__image img {
    object-fit: cover;
    height: 100%;
  }
}

/*------------------------verzekeringen--------------------------*/

.verzekeringen__text {
  margin-bottom: 24px;
}
.verzekeringen__text:last-of-type {
  margin-bottom: 40px;
}

.verzekeringen .hero__content {
  padding: 40px 20px 40px 24px;
}

.verzekeringen .hero__title {
  margin-bottom: 24px;
}
.verzekeringen .hero__link {
  padding: 18px 67px;
}

.verzekeringen.wij {
  padding-top: 33px;
  padding-bottom: 140px;
}

.verzekeringen .wij__heading {
  margin-bottom: 29px;
}
.verzekeringen .wij__features {
  /* gap: 25px; */
}

.verzekeringen .decorative-stroke--end {
  width: 293px;
  margin-top: -20px;
}

.verzekeringen .wij__body {
  grid-template-columns: 530px minmax(0, 1fr);
}
@media (max-width: 991px) {
  .hero__container:before {
    display: none;
  }
  .verzekeringen.hero {
    padding-top: 0;
  }
  .verzekeringen__text {
    margin-bottom: 20px;
  }
.verzekeringen .wij__image {
  display: flex;
}
  .verzekeringen.hero__container {
    background-image: linear-gradient(rgba(0, 9, 30, 0.56), rgba(0, 9, 30, 0.56)), url("../images/img7-mob.jpg");
  }
  .verzekeringen__text {
    color: #fff;
  }
  .hero__title.verzekeringen {
    color: #fff;
  }
  .verzekeringen .hero__content {
    padding: 60px 0;
  }
.verzekeringen .hero__image {
  display: none;
}
  .verzekeringen .wij__body {
    grid-template-columns: none;
  }
  .verzekeringen .wij__title {
    font-size: 28px;
  }
  .verzekeringen .decorative-stroke {
    display: block;
    /* margin-top: -8px; */
    background-image: url("../images/decor1-mob.svg");
  }
  .verzekeringen.wij {
    padding-bottom: 70px;
    padding-top: 28px;
  }

  .verzekeringen .decorative-stroke.decorative-stroke--end {
    width: 270px;
    height: 26px;
    background: center / contain no-repeat url(../images/decor2-mob.svg);
    margin-top: 4px;
  }
  .verzekeringen .wij__heading {
    margin-bottom: 24px;
}
.verzekeringen .wij__body {
  gap: 25px;
}
}
/*------------------onze-------------------------------------*/

.onze__text {
  margin-bottom: 24px;
}
.onze__text:last-of-type {
  margin-bottom: 40px;
}

.onze .hero__content {
  padding: 20px 20px 77px 24px;
}

.onze .hero__title {
  margin-bottom: 24px;
}
.onze.uvm {
  padding-top: 70px;
  padding-bottom: 150px;
}

.onze.wij {
  padding-top: 60px;
  padding-bottom: 0px;
}
.onze-revers.onze.wij {
  padding-top: 69px;
}

.onze-revers .wij__image {
  width: 530px;
}
.onze .wij__heading {
  margin-bottom: 29px;
}
.onze-revers.onze .wij__features {
  gap: 29px;
}

.onze .decorative-stroke--end {
  width: 293px;
  margin-top: -20px;
}

.onze .wij__body {
  grid-template-columns: minmax(0, 1fr) 530px;
}
.onze-revers.onze .wij__body {
  grid-template-columns: 530px minmax(0, 1fr);
}

.onze-revers.onze .wij__image {
  order: 1;
}

.onze-revers.onze .wij__image img {
  height: 100%;
  object-fit: cover;
}

.onze-revers.onze .wij__features {
  order: 2;
}
.onze .wij__features {
  order: 1;
}
.onze .uvm__text span {
  color: #2563eb;
  font-weight: 700;
}
.onze .uvm__title {
  margin-bottom: 32px;
}
.onze .wij__image {
  order: 2;
}
.wij__title-mob {
  display: none;
}

@media (max-width: 991px) {
  .hero__container:before {
    display: none;
  }
  .onze .hero {
    padding-top: 0;
  }
  .onze .uvm__image {
height: 218px;
        margin-bottom: 20px;
  }
  .onze .uvm__title {
font-size: 28px;

  }
  .onze.uvm {
  padding-top: 40px;
  padding-bottom: 113px;
}
  .onze__text {
    margin-bottom: 20px;
  }
  .onze-revers.onze .wij__title.wij__title-mob {
  display: block;
  font-size: 24px;
}
.onze-revers.onze .wij__features {
  gap: 20px;
}
.onze-revers.onze.wij {
  padding-top: 41px;
  padding-bottom: 40px;
}
.onze-revers.onze .wij__title {
  display: none; 
}
.onze-revers .wij__image {
  width: 100%;
}
.onze .wij__image {
  display: flex;
}
 .onze.hero__container {
    background-image:  url("../images/img9-mob.png");
            background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
  }
  .onze__text {
    color: #fff;
  }
  .hero__title.onze {
    color: #fff;
  }
  .onze .hero__content {
    padding: 92px 0;
  }
.onze .hero__image {
  display: none;
}
.onze-revers.onze .wij__body {
  grid-template-columns: 1fr;
}
  .onze .wij__body {
    grid-template-columns: 1fr;
  }

  .onze .wij__image {
    order: 1;
  }

  .onze .wij__features {
    order: 2;
  }
  .onze .wij__title {
    font-size: 28px;
  }
  .onze .decorative-stroke {
    display: block;
    /* margin-top: -8px; */
    background-image: url("../images/decor1-mob.svg");
  }
  .onze.wij {
    padding-top: 27px;
  }

.onze-revers.onze .wij__image {
  aspect-ratio: 513 / 385;
  height: auto;
  max-height: none;
  overflow: hidden;
}

  .onze .decorative-stroke.decorative-stroke--end {
    width: 270px;
    height: 26px;
    background: center / contain no-repeat url(../images/decor2-mob.svg);
    margin-top: 4px;
  }
  .onze .wij__heading {
    margin-bottom: 42px;
}
.onze .wij__body {
  gap: 45px;
}
.onze-revers.onze .wij__body {
  gap: 25px;
}



}



@media (max-width: 991px) {
  .onze-hero {
    padding-top: 0;
  }
}

/*-----------------------------------over---------------------------------*/

.over .hero__container:before {
  height: 436px;
}



/* .over .hero__content {
    position: relative;

    padding: 30px 20px 0px 24px;
} */
.over.hero .hero__title {
  margin-bottom: 24px;
}
.over .onze__text:last-of-type {
  margin-bottom: 0px;
}

.over .hero__image {
  height: 496px;
  min-width: 414px;
}

.over .hero__image img{
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .over .onze__text {
    color: #0F172A;
  }
}
@media (max-width: 767px) {
  .over .onze__text {
    color: #fff;
  }
  .over .hero__content {
    padding: 98px 0;
}
}

/*--------------------------service-over-----------------------------------*/

.service-over {
  padding-top: 59px;
}
.service-over__container {
  display: flex;
  gap: 20px;
}
.service-over__heading {
  flex: 0 0 530px;
}
.decorative-stroke {
}
.service-over__title {
  margin-bottom: 24px;
}
.title {
}
.service-over__heading p {
  margin-bottom: 24px;
}
.service-over__image {
  display: block;
  width: 100%;
  height: 362px;
  overflow: hidden;
}
.service-over__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-over__features {
  flex: 1 1 0;
  min-width: 0;
padding: 46px 24px 0px;
border-radius: 16px;
background-color: #2563EB30;
margin-top: 11px;
}
.service-over__card-title-h2 {
  color: #0F172A;
font-weight: 700;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;
margin-bottom: 24px;
}
.service-over__card {
  display: flex;
  gap: 16px;
}
.service-over__card:not(:last-child) {
  margin-bottom: 16px;
}
.service-over__icon {
      display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-width: 64px;
    flex: 0 0 64px;
    height: 64px;
    border-radius: 4px;
    color: #2563eb;
    background-color: #2563EB;
}
.service-over__icon img{
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.service-over__card-content {
}
.service-over__card-title {
font-weight: 700;
font-size: 24px;
line-height: 126%;
letter-spacing: 0%;
color: #2563EB;
margin-bottom: 16px;
}

@media (max-width: 991px) {
  .service-over {
    padding-top: 28px;
}
  .service-over__container {
    flex-direction: column;
  }
.service-over__features {
  padding: 46px 24px;
}
.service-over__title {
  font-size: 24px;
}
.service-over__features {
  margin-top: 0px;
  padding: 46px 16px 40px;
  border-radius: 8px;
}
.service-over__card-title-h2 {
  font-size: 24px;
  margin-bottom: 27px;
}
.service-over__image {
  
  height: 234px;
 
}
.service-over__image {
  flex: 1 1 100%;
}
  .service-over__heading {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
    }
}

/*----------stats----------*/

.stats {
    padding-top: 74px;
}

.stats__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stats__row {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.stats__title {
    width: 340px;
    flex-shrink: 0;

    display: flex;
    align-items: self-start;
}

.stats__heading {
    margin: 0;

    font-size: 64px;
    line-height: 0.95;
    font-weight: 700;
    color: #111827;
}

.stats__heading span {
    color: #2F63E7;
}

.stats__card {
    width: 346px;
    min-height: 152px;

    border: 2px solid #2563EB;
    border-radius: 16px;

    padding: 24px 27px;

    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;

    text-align: center;

    box-sizing: border-box;
}

.stats__number {
    margin-bottom: 4px;
font-weight: 700;
font-size: 48px;
line-height: 126%;
letter-spacing: 0%;
text-align: center;
    color: #2563EB;
}

.stats__text {
    margin: 0;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: -1%;
text-align: center;
color: #7F7F7F;
}

@media (max-width:1200px) {

    .stats__title,
    .stats__card {
        width: 300px;
    }

    .stats__heading {
        font-size: 54px;
    }

    .stats__number {
        font-size: 56px;
    }
}

@media (max-width:991px) {

    .stats {
        padding: 80px 0;
    }

    .stats__row {
        flex-wrap: wrap;
    }

    .stats__title,
    .stats__card {
        width: calc(50% - 12px);
    }

    .stats__title {
        justify-content: center;
        text-align: center;
        min-height: 220px;
    }

    .stats__heading {
        font-size: 48px;
    }
}

@media (max-width:767px) {

    .stats {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .stats__row {
        flex-direction: column;
        gap: 25px;
    }

    .stats__title,
    .stats__card {
        width: 100%;
        min-height: auto;
    }
 .stats__title .title {
        font-size: 24px;

    }
    .stats__title {
        justify-content: flex-start;
        text-align: left;
    }

    .stats__heading {
        font-size: 34px;
    }

    /* .stats__card {
        min-height: 180px;
        padding: 28px 24px;
    } */

    .stats__number {
        font-size: 48px;
        margin-bottom: 5px;
    }

    .stats__text {
        font-size: 16px;
    }
}

/*---------------------advantages------------------------------*/



.advantages {
    padding-top: 73px;
    padding-bottom: 150px;
}

.advantages__container {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.advantages__item {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 20px;

    padding: 40px 24px;
    border-radius: 24px;

    background: #2563EB30;
}


.advantages__title {
font-weight: 700;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;

}
.advantages__item--dark {
    background: #2F63E7;
    color: #fff;
}

.advantages__item--dark .title,
.advantages__item--dark .text20,
.advantages__item--dark .advantages__number {
    color: #fff;
}

.advantages__item--reverse {
    flex-direction: row-reverse;
}

.advantages__content {
    flex: 1;
}

.advantages__heading {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.advantages__number {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #2F63E7;
    flex-shrink: 0;
}

.advantages__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.advantages__image {
    flex: 0 0 51.3%;
}

.advantages__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}



@media (max-width: 767px) {

    .advantages {
        padding-top: 39px;
        padding-bottom: 100px;
    }

    .advantages__container {
        gap: 24px;
    }
.advantages__title {
font-size: 24px;

}
    .advantages__item,
    .advantages__item--reverse {
        flex-direction: column;
        gap: 20px;
border-radius: 24px;
        padding: 40px 16px;

    }

    .advantages__image {
        order: -1;
        flex: none;
        width: 100%;
    }
/* Для обычных блоков картинка сверху */
    .advantages__item:not(.advantages__item--reverse) .advantages__image {
        order: -1;
    }

    /* Для второго блока оставляем как на макете */
    .advantages__item--reverse {
        flex-direction: column;
    }

    .advantages__item--reverse .advantages__image {
        order: 1;
    }

    .advantages__item--reverse .advantages__content {
        order: 0;
    }

    .advantages__image img {
        border-radius: 12px;
        aspect-ratio: 17/9;
    }

    .advantages__heading {
        gap: 25px;
        margin-bottom: 32px;
    }
.advantages__text.text20 {
  font-size: 20px;
}
    .advantages__number {
        font-size: 40px;
    }

    .advantages__text {
        gap: 27px;
    }
}


/*-------------------------------------------------------------*/




.kies .hero__content {
  padding-top: 46px;
}
 
.kies .hero__container:before {
  height: 400px;
}

.kies .hero__title {
  margin-bottom: 20px;
}





@media (max-width: 991px) {
.kies.hero__container {
  background-image: linear-gradient(rgba(0, 9, 30, 0.56), rgba(0, 9, 30, 0.56)), url(../images/img16.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
}
.kies .hero__title {
  color: #fff;
}
.kies .onze__text:last-of-type {
  margin-bottom: 0;
}
.kies .hero__image {
  display: none;
}
.kies .hero__content {
  padding: 82px 0;
}
}

/*-----------------------------------------------------------------*/
.basisverzekering.wij {
      padding-top: 58px;
      padding-bottom: 0;
}
.basisverzekering.onze .advantages__heading h2 {
  color: #fff;
}
.basisverzekering .wij__features {
  gap: 0;
}
.basisverzekering.onze p {
  color: #fff;
}
.basisverzekering .wij__text {
  margin-bottom: 24px;
}
.basisverzekering .wij__text:nth-child(3) {
margin-bottom: 0px;
}
.basisverzekering .wij__text:nth-child(3) {
font-weight: 800;
}
.basisverzekering ul {
  padding-left: 30px;
  margin-bottom: 24px;
}

.basisverzekering li {
  list-style: disc;
  list-style-position: outside;
}



.basisverzekering .wij__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .basisverzekering.wij {
    padding-top: 33px;
    padding-bottom: 0;
  }
  .basisverzekering .wij__body {
    gap: 28px;
  }
  .basisverzekering .wij__title {
    font-size: 24px;
  }
  .basisverzekering .wij__image {
    order: 1;
  }
  .basisverzekering .wij__features {
    order: 2;
  }
  .basisverzekering .wij__image {
     
        max-height: 335px;
    }
    .basisverzekering .wij__text {
    margin-bottom: 17px;
}
}

/*------------------basis-compare-------------------------------------*/

.basis-compare {
  padding-top: 70px;
}

.basis-compare__heading {
  max-width: 475px;
  margin-bottom: 28px;
  position: relative;
}

.basis-compare__title {
  margin-bottom: 28px;
}

.basis-compare__intro {
  color: #0f172a;
}
.basis-compare__heading .decorative-stroke--end {
  position: absolute;
  content: "";
     bottom: -13px;
    right: -55px;
    width: 192px;
    height: 32px;
}

.basis-compare__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.basis-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 32px 24px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.0392);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.basis-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #005fb8;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.985);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.basis-plan:hover {
  border-color: transparent;
}

.basis-plan:hover::before {
  opacity: 1;
  transform: scale(1);
}

.basis-plan__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.basis-plan__tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 4px 12px;
  border-radius: 100px;
  color: #005FB8;
  background-color: #EBF5FF;
font-weight: 700;
font-size: 12px;
line-height: 100%;
text-transform: uppercase;

}

.basis-plan__top .basis-plan__tag {
  margin-bottom: 0;
}

.basis-plan__popular {
  position: relative;
  padding-left: 18px;
  color: #005fb8;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

.basis-plan__popular::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: center / contain no-repeat url("../images/star2.svg");
  transform: translateY(-50%);
}

.basis-plan__name {
  margin-bottom: 14px;
  color: #1E293B;
font-weight: 800;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;

}

.basis-plan__price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-bottom: 36px;
  color: #64748B;
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;

}

.basis-plan__price strong {
  color: #1E293B;
font-weight: 800;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;

}

.basis-plan__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
  color: #1E293B;
  font-size: 14px;
  line-height: 140%;
}

.basis-plan__list li {
  position: relative;
  padding-left: 31px;
}

.basis-plan__list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: center / contain no-repeat url("../images/check.svg");
}

.basis-plan__note {
  margin-top: auto;
  margin-bottom: 40px;
  color: #64748B;
font-weight: 400;
font-size: 12px;
line-height: 140%;
letter-spacing: 0%;

}

.basis-plan__link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  border: 1px solid #005fb8;
  border-radius: 12px;
  color: #005fb8;
  background-color: #fff;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

  text-align: center;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.basis-plan__link:hover {
  color: #fff;
  background-color: #005fb8;
}

@media (max-width: 991px) {
  .basis-compare__cards {
    gap: 14px;
  }
.basis-plan__note {
  margin-bottom: 26px;
}
  .basis-plan {
    padding: 30px 16px;
  }
.basis-plan__list {
  margin-bottom: 45px;
}
  /* .basis-plan__name {
    font-size: 18px;
  } */

  /* .basis-plan__price strong {
    font-size: 24px;
  } */
}

@media (max-width: 767px) {
  .basis-compare {
    padding-top: 43px;
  }

  .basis-compare__heading {
    max-width: none;
    margin-bottom: 24px;
  }

  .basis-compare__title {
    font-size: 24px;
  }

  .basis-compare__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .basis-plan {
    min-height: auto;
  }
  .basis-compare .decorative-stroke--end {
    display: none;
  }
}

/*--------------------------------------------------------*/

.basisverzekering {
  padding-top: 68px;
}
.basisverzekering__container {
}


.basisverzekering .advantages__text span{
  font-weight: 700;
  
}

.basisverzekering .advantages__text {
  gap: 23px;
}

@media (max-width: 767px) {
  .basisverzekering .advantages__item {
    flex-direction: column-reverse;
    background: none;
    padding: 40px 0;
  }
  .basisverzekering {
    padding-top: 42px;
    
}
.basisverzekering .advantages__image {
  height: 299px;
}
  .basisverzekering .advantages__heading {
margin-bottom: 27px;
}
.basisverzekering__container {
  background: #2563EB30;
}
.basisverzekering .advantages__text {
    gap: 20px;
}
.basisverzekering h2 {
  font-size: 24px;
}
.basisverzekering .advantages__text {
font-size: 16px;
}
}

/*------------------basis-faq-------------------------------------*/

.basis-faq {
  padding-top: 58px;
  padding-bottom: 70px;
}

.basis-faq__title {
  margin-bottom: 24px;
}

.basis-faq__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.basis-faq__item {
  border: 1px solid #2563EB;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.basis-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 56px;
  padding: 16px 24px;
  color: #2563eb;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  text-align: left;
}

.basis-faq__icon {
  position: relative;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.basis-faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #2563eb;
  border-bottom: 1.5px solid #2563eb;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform 0.3s ease;
}

.basis-faq__item.is-open .basis-faq__icon::before {
  transform: translate(-50%, -35%) rotate(225deg);
}

.basis-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.basis-faq__answer-inner {
  padding: 0 24px 16px;
  color: #0F172A;
  font-size: 18px;
  line-height: 128%;
}

.basis-faq__answer ul {
  padding-left: 28px;
}

.basis-faq__answer li {
  list-style: disc;
}

@media (max-width: 767px) {
  .basis-faq {
    padding-top: 28px;
    padding-bottom: 100px;
  }

  .basis-faq__title {
    font-size: 24px;
    letter-spacing: 0;
  }

  .basis-faq__items {
    gap: 15px;
  }

  .basis-faq__question {
    min-height: 50px;
    /* padding: 13px 14px; */
    font-size: 20px;
  }

  .basis-faq__answer-inner {
    /* padding: 0 14px 14px; */
    font-size: 16px;
    line-height: 126%;
  }
}

/*-------------------------------------------------*/

.hero.bescherming .voordelen-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* margin-top: 48px; */
  margin-bottom: 10px;
}

.bescherming.collectieve .hero__content {
  padding-top: 0;
}
.bescherming .hero__link {
  width: 323px;
  
  text-align: center;
}

.hero.bescherming .voordelen-list li {
  position: relative;
  padding-left: 32px;
  color: #0f172a;
  list-style: none;
}
.bescherming .onze__text {
  margin-bottom: 16px;
}
.bescherming .hero__container:before {
height: 618px;
}

.hero.bescherming .voordelen-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-8px);
  background: center / contain no-repeat url("../images/plus.svg");
}

@media (max-width: 991px) {
  .hero.bescherming {
    padding-top: 0;
  }
  .hero.bescherming .hero__container {
            background-image: linear-gradient(rgba(0, 9, 30, 0.56), rgba(0, 9, 30, 0.56)), url(../images/img27.png);
      
  }
  .bescherming.hero .hero__content{
    padding: 80px 0;
  }
  .hero.bescherming .voordelen-list li {
    color: #fff;
  }
  .hero.bescherming .voordelen-list {
    margin-bottom: 16px;
    gap: 7px;
  }
  .hero.bescherming .hero__title {
    color: #fff;
  }
  .hero.bescherming .onze__text:last-of-type {
    margin-bottom: 40px;
  }
  .bescherming .hero__link {
  width: 100%;
  
  text-align: center;
}
}
/*--------------------------------------------------*/
.wij.voordelen.waarom .decorative-stroke {
  margin-bottom: 0;
}

.wij.voordelen.waarom .wij__title {
  line-height: 125%;
}

.wij.voordelen.waarom .wij__text {
  font-size: 18px;
}
.wij.voordelen.waarom .wij__text:not(:last-child) {
  margin-bottom: 26px;
}

.wij.voordelen.waarom .wij__image {
  aspect-ratio: 0;
}

@media (max-width: 991px) {
  .wij.voordelen.waarom .wij__body {
    flex-direction: column;
    align-items: stretch;
  }

  .wij.voordelen.waarom .wij__image {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 513 / 250;
    max-height: none;
    overflow: hidden;
  }

  .wij.voordelen.waarom .wij__features {
    order: 2;
  }

  .wij.voordelen.waarom .wij__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wij.voordelen.waarom .wij__text {
    font-size: 16px;
  }

  .wij.voordelen.waarom .wij__text:not(:last-child) {
    margin-bottom: 21px;
  }
}
/*----------------------*/
.life-protection {
  padding-top: 69px;
  background-color: #f8fafc;
}



.life-protection__title {
  max-width: 740px;
  margin-bottom: 24px;
  /* color: #0f172a; */
  line-height: 125%;
}

.life-protection__intro {
  max-width: 540px;
  margin-bottom: 29px;
  font-size: 18px;
  color: #0f172a;
}

.life-protection__items {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 19px;
}

.life-protection__item {
  display: flex;
  flex: 1 1 calc(50% - 36px);
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.life-protection__icon {
  display: flex;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  background-color: #d0defa;
}

.life-protection__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.life-protection__content h3 {
  margin-bottom: 17px;
  color: #2563eb;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.life-protection__content p {
  color: #0f172a;
  font-size: 16px;
  line-height: 125%;
}

@media (max-width: 991px) {
  .life-protection {
    padding-top: 34px;
  }

  .life-protection__items {
    gap: 22px;
  }

  .life-protection__item {
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  .life-protection {
    padding-top: 34px;
  }

  .life-protection__title {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .life-protection__intro {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .life-protection__item {
    gap: 16px;
  }

 
}

/*------------------------------------------------*/



.extra.collective-fit .voordelen-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 20px 0 24px;
}

.extra.collective-fit .voordelen-list li {
  position: relative;
  padding-left: 32px;
  color: #0f172a;
  list-style: none;
  font-size: 18px;
}
.extra .collective-fit__top {
  margin-bottom: 0;
}
.extra .collective-fit__decor {
  width: 100%;
  height: 100%;
}
.extra h3 {
font-weight: 700;
font-size: 24px;
line-height: 114%;
letter-spacing: 0%;
color: #2563EB;
}
.extra p {
  font-size: 18px;
  margin-bottom: 29px;
   
}
.extra p:last-of-type {
  margin-bottom: 0;
}
.extra .collective-fit__title {
  margin-bottom: 28px;
}
.extra.collective-fit .voordelen-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-8px);
  background: center / contain no-repeat url("../images/plus.svg");
}
.extra .collective-fit__title-mob {
  display: none;
}
@media (max-width: 991px) {
  .extra .collective-fit__top {
    flex-direction: column-reverse;
  }
  .extra .collective-fit__title-mob {
  display: block;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 125%;
  margin-bottom: 24px;
}
.extra .collective-fit__decor {
    flex: 0 0 auto;
    width: 100%;
    height: 267px;
    aspect-ratio: auto;
  }
.extra .collective-fit__shell {
  padding: 0;
}
  .extra .collective-fit__decor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.extra .collective-fit__title {
  display: none;
}
.extra .collective-fit__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.extra p {
  font-size: 16px;
}
.extra .collective-fit__top {
  gap: 23px;
}
.extra h3 {
  font-size: 18px;
}
.extra.collective-fit .voordelen-list li {
  font-size: 16px;
}
.extra.collective-fit .voordelen-list {
  margin: 17px 0 24px;
  gap: 8px;
}
/* .extra .collective-fit__decor {
  aspect-ratio: 0;
  height: 300px;
} */
}



/*-------------------------------------------*/

.opbouwen.basis-compare {
  padding-top: 60px;
}

.opbouwen .decorative-stroke{
  margin-bottom: 4px;
}
.opbouwen .basis-compare__intro {
  font-size: 18px;
}

.opbouwen .basis-compare__heading {
  max-width: 622px;
  margin-bottom: 24px;
}
.opbouwen .basis-compare__title {
  line-height: 124%;
  margin-bottom: 25px;
}
.opbouwen .basis-plan {
  border: 1px solid #2563EB;
  border-radius: 16px;
  padding: 24px 16px;
}
.opbouwen .basis-plan__name {
font-weight: 700;
font-size: 20px;
line-height: 122%;
letter-spacing: 0%;
color: #2563EB;
margin-bottom: 27px;
}
 
.opbouwen p {
  font-size: 16px;
  line-height: 124%;
}
.opbouwen p:not(:last-child) {
  margin-bottom: 24px;
}
.opbouwen .basis-plan__link {
  background-color: #2563EB;
  color: #fff;
}



/*------------------------------------------------*/


.collectieve .hero__content {
  padding-top: 40px;
  padding-right: 20px;
}
.collectieve .hero__title {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .collectieve .hero__container {
    background-image: linear-gradient(rgba(0, 9, 30, 0.56), rgba(0, 9, 30, 0.56)), url(../images/img19.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
  }
  .collectieve .hero__image {
    display: none;
  }
  .collectieve .hero__title br {
  display: none;
}
 .collectieve .hero__content {
  padding: 64px 0;
 }
 .collectieve .hero__title {
  margin-bottom: 25px;
 }
 .collectieve .onze__text:last-of-type {
      margin-bottom: 0px;
 }
}
/*--------------------------------------------------------------*/
.wij.voordelen {
  padding-top: 59px;
  padding-bottom: 0;
 
  background-color: #f8fafc;
}

.wij.voordelen .wij__heading {
  margin-bottom: 24px;
}

.wij.voordelen .wij__body {
  display: flex;
  gap: 20px;
  align-items: center;
}

.wij.voordelen .wij__features {
  flex: 1 1 0;
  min-width: 0;
  gap: 0;
}

.wij.voordelen .wij__image {
  display: block;
  flex: 0 0 530px;
  width: 530px;
  max-width: 100%;
  aspect-ratio: 530 / 405;
}

.wij.voordelen .wij__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wij.voordelen .voordelen-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 18px;
}

.wij.voordelen .voordelen-list li {
  position: relative;
  padding-left: 32px;
  color: #0f172a;
  list-style: none;
}

.wij.voordelen .voordelen-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-8px);
  background: center / contain no-repeat url("../images/plus.svg");
}

.wij.voordelen .wij__text {
  color: #0f172a;
}

@media (max-width: 991px) {
  .wij.voordelen {
    padding-top: 28px;

  }

  .wij.voordelen .wij__body {
    flex-direction: column;
    gap: 26px;
  }

  .wij.voordelen .wij__image {
    order: 1;
    width: 100%;
    flex-basis: auto;
  }

  .wij.voordelen .wij__features {
    order: 2;
  }
}

@media (max-width: 767px) {
  .wij.voordelen .wij__heading {
    margin-bottom: 24px;
  }

  .wij.voordelen .voordelen-list {
    gap: 16px;
    margin-bottom: 8px;
  }
.wij.voordelen .wij__image {
  max-height: 298px;
}

  .wij.voordelen .voordelen-list li {
    padding-left: 32px;
  }

  .wij.voordelen .voordelen-list li::before {
    width: 16px;
    height: 16px;
    transform: translateY(-8.5px);
  }
}
 



.collective-fit {

  padding-top: 67px;
}

.collective-fit__shell {
  padding: 40px 24px;
  border-radius: 24px;
  background-color: #2563EB30;
}

.collective-fit__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.collective-fit__intro {
  flex: 0 1 482px;
}

.collective-fit__title {
 line-height: 125%;
  margin-bottom: 24px;
  
}

/* .collective-fit__title span {
  color: #2563eb;
} */

/* .collective-fit__intro p {
  max-width: 385px;
  color: #0f172a;
  font-size: 14px;
  line-height: 125%;
} */

.collective-fit__decor {
  flex: 0 0 530px;
  width: 530px;
  height: 324px;
}

.collective-fit__decor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.collective-fit__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.collective-fit__card {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(50% - 10px);
  min-width: 0;
  padding: 24px 16px;
  border-radius: 8px;
  background-color: #fff;
}

.collective-fit__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 474 / 239;
  margin-bottom: 26px;
  border-radius: 8px;
  object-fit: cover;
}

.collective-fit__card h3 {
  margin-bottom: 17px;
  color: #1E293B;
  font-weight: 800;
  font-size: 23px;
  line-height: 115%;
}

.collective-fit__card p {
  margin-bottom: 14px;
  color: #0f172a;
  font-size: 16px;
  line-height: 128%;
}

.collective-fit__card h4 {
  margin-top: auto;
  margin-bottom: 8px;
  color: #2563eb;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}

.collective-fit__card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.collective-fit__card li {
  position: relative;
  padding-left: 32px;
  color: #0f172a;
  font-size: 14px;
  line-height: 125%;
}

.collective-fit__card li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: center / contain no-repeat url("../images/plus.svg");
  transform: translateY(-6.5px);
}

@media (max-width: 991px) {
  .collective-fit {
    padding-bottom: 44px;
  }

  .collective-fit__top {
    gap: 24px;
  }

  .collective-fit__decor {
    flex: 0 1 420px;
    width: 420px;
    height: 257px;
  }

  .collective-fit__card {
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  .collective-fit {
    padding-top: 38px;
    padding-bottom: 0;
  }
  .collective-fit__shell {
    padding: 40px 0px;

    background: none;
  }
  .collective-fit__container {
    background-color: #2563EB30;
  }

  .collective-fit__top {
    flex-direction: column;
    gap: 18px;
  }

  .collective-fit__intro {
    flex-basis: auto;
  }

  .collective-fit__title {
    font-size: 26px;
    line-height: 121%;
  }

  .collective-fit__decor {
    flex-basis: auto;
    width: 100%;
    height: 324px;
    aspect-ratio: 530 / 324;
  }

  .collective-fit__card {
    padding: 24px 16px;
  }

  .collective-fit__card img {
    height: 240px;
  }
  .collective-fit__card h3 {
    font-size: 20px;
  }
  .collective-fit__card p {
    line-height: 124%;
  }
  .collective-fit__card h4 {
    margin-bottom: 11px;
  }
}
/*------------------------------------------------*/

.onze.basisverzekering {
  padding-top: 72px;
}
.onze .advantages__heading {
margin-bottom: 25px;
}
.onze .advantages__item {
  background-color: #2563EB;
}
.onze.basisverzekering .advantages__heading h2 {
  color: #fff;
  line-height: 125%;
}

.onze.basisverzekering .advantages__text p {
  color: #fff;
}

@media (max-width: 767px) {
  .onze.basisverzekering {
    padding-top: 43px;
  }
  .onze .advantages__image {
    height: 219px;
  }
  .onze .advantages__item {
    padding: 40px 16px;
  }
  .onze .basisverzekering__container {
    background: none;
  }
}









/*------------------insurance-tabs-------------------------------------*/

.insurance-tabs {
  padding-top: 70px;
}

.insurance-tabs__shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

.insurance-tabs__nav {
  display: grid;
  gap: 24px;
}

.insurance-tabs__button {
  position: relative;
  display: flex;
  min-height: 166px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 16px 10px;
  border-radius: 16px;
  color: #2563eb;
  background-color: #d0defa;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
  z-index: 1;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.insurance-tabs__button::after {
  content: "";
  position: absolute;
      top: 25px;
    right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #2563eb;
  background-color: transparent;
  opacity: 0;
  z-index: 1;
  transform: scale(0.7);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.insurance-tabs__button img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.insurance-tabs__button.is-active {
  color: #fff;
  background-color: #2563eb;
}

.insurance-tabs__button.is-active img {
  filter: brightness(0) invert(1);
}

.insurance-tabs__button.is-active::after {
  opacity: 1;
  transform: scale(1);
}

.insurance-tabs__content {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  z-index: 2;
  background-color: #fff;
}

.insurance-tabs__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 2px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.insurance-tabs__panel[hidden] {
  display: none;
}

.insurance-tabs__panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.insurance-tabs__panel h2 {
  margin-bottom: 26px;
  color: #2563eb;
  font-weight: 700;
  font-size: 32px;
  line-height: 115%;
}

.insurance-tabs__panel p {
  margin-bottom: 26px;

}

.insurance-tabs__panel h3 {
  margin-bottom: 16px;
  color: #2563eb;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.insurance-tabs__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 24px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 125%;
}

.insurance-tabs__list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insurance-tabs__list li {
  position: relative;
  padding-left: 18px;
}

.insurance-tabs__list li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2563eb;
}

.insurance-tabs__image {
  display: block;
  width: 100%;
  height: 270px;
  border-radius: 16px;
  overflow: hidden;
  margin-top: auto;
  object-fit: cover;
  object-position: center;
}

.insurance-tabs__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .insurance-tabs {
    padding-top: 39px;
  }

  .insurance-tabs__shell {
    grid-template-columns: 1fr;
    gap: 37px;
  }

  .insurance-tabs__nav {
    display: flex;
    gap: 8px;
    overflow-x: visible;
  }

  .insurance-tabs__button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 119px;
    gap: 10px;
    padding: 12px 8px;
    font-size: 20px;
  }

  .insurance-tabs__button[data-insurance-tab="mobility"] {
    order: 1;
  }

  .insurance-tabs__button[data-insurance-tab="home"] {
    order: 2;
  }

  .insurance-tabs__button[data-insurance-tab="travel"] {
    order: 3;
    flex-grow: 1.46;
  }

  .insurance-tabs__button::after {
    top: auto;
    right: auto;
    bottom: -8px;
    left: 50%;
    border-top: 15px solid #2563eb;
    border-right: 15px solid transparent;
    border-bottom: 0;
    border-left: 15px solid transparent;
    transform: translateX(-50%) scale(0.7);
  }

  .insurance-tabs__button.is-active::after {
    transform: translateX(-50%) scale(1);
  }

  .insurance-tabs__button img {
    width: 40px;
    height: 40px;
  }

  .insurance-tabs__content {
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .insurance-tabs__panel {
    position: static;
    inset: auto;
  }

  .insurance-tabs__panel h2 {
    order: 2;
    font-size: 26px;
  }

  .insurance-tabs__panel p {
    order: 3;
  }
.insurance-tabs__panel p br {
  display: none;
}
  .insurance-tabs__panel h3 {
    order: 4;
  }
.insurance-tabs__panel h3 {
  font-size: 18px;
}
  .insurance-tabs__list {
    order: 5;
    grid-template-columns: 1fr;
    gap: 9px;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .insurance-tabs__image {
    order: 1;
    height: 222px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .insurance-tabs__image img {
    height: calc(100% + 88px);
    transform: translateY(-20px);
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .insurance-tabs__nav {
    gap: 16px;
  }

  .insurance-tabs__button {
    flex: 0 0 120px;
  }

  .insurance-tabs__button[data-insurance-tab="travel"] {
    flex: 0 0 176px;
  }
}





/*------------------------------footer---------------------------*/

.quiz-popup[hidden],
.quiz-popup__step[hidden],
.quiz-popup__thanks[hidden] {
  display: none;
}

.quiz-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px 40px;
  overflow-y: auto;
}

.quiz-popup__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.72);
}

.quiz-popup__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 646px;
  padding: 36px 24px;
  border-radius: 24px;
  background-color: #d0defa;
  color: #0f172a;
}

.quiz-popup__step-label {
  margin-bottom: 9px;
  color: #7F7F7F;
  font-size: 16px;
  line-height: 120%;
}

.quiz-popup__progress {
  display: block;
  width: 100%;
  height: 8px;
  margin-bottom: 44px;
  border-radius: 999px;
  background-color: #fff;
  overflow: hidden;
}

.quiz-popup__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background-color: #2563eb;
}

.quiz-popup h2 {
  margin-bottom: 24px;
  color: #0f172a;
  font-weight: 800;
  font-size: 40px;
  line-height: 112%;
}

.quiz-popup__answers {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.quiz-popup__answers button,
.quiz-popup input,
.quiz-popup select {
  width: 100%;
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  color: #0f172a;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
}

.quiz-popup__answers button {
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.quiz-popup__answers button:hover {
  border-color: #2563eb;
}

.quiz-popup input:focus,
.quiz-popup select:focus {
  border-color: #2563eb;
}

.quiz-popup input::placeholder {
  color: #d4d4d4;
  opacity: 1;
}

.quiz-popup__phone {
  display: block;
}

.quiz-popup__phone .iti {
  width: 100%;
}

.quiz-popup__phone .iti__tel-input,
.quiz-popup__phone input {
  width: 100%;
}

.quiz-popup__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  border-radius: 6px;
  color: #fff;
  background-color: #2563eb;
  font-weight: 700;
  font-size: 14px;
}

.quiz-popup__step input + input,
.quiz-popup__step input + .quiz-popup__phone,
.quiz-popup__step input + .quiz-popup__submit,
.quiz-popup__step select + .quiz-popup__submit {
  margin-top: 12px;
}

.quiz-popup__thanks {
  text-align: center;
}

.quiz-popup__thanks img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 24px;
}

.quiz-popup__thanks h2 {
  margin-bottom: 20px;
}

.quiz-popup__thanks p {
  color: #0f172a;
  font-size: 18px;
  line-height: 130%;
}

body.quiz-popup-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .quiz-popup {
    align-items: flex-start;
    padding-top: 80px;
  }

  .quiz-popup__panel {
    padding: 36px 16px;
    border-radius: 14px;
  }
.quiz-popup__step-label {
  font-size: 14px;
}
  .quiz-popup h2 {
    font-size: 28px;
  }

}

.footer {
  padding: 40px 0;
  background: var(--header-text);
}
.footer__container {
}
.footer__items {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 28px;
}
.footer__item {
}
.footer__item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3a78ff;
}
.footer__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 16px;
}
.footer__text {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}
.footer__copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #8b8989;
}

/*------------------------------legal pages---------------------------*/

.legal-page {
  padding: 72px 0 90px;
}

.legal-page__container {
  max-width: 940px;
}

.legal-page__head {
  margin-bottom: 34px;
}

.legal-page__title {
  margin-bottom: 12px;
  color: #0f172a;
  font-weight: 800;
  font-size: 48px;
  line-height: 112%;
}

.legal-page__updated {
  color: #64748b;
  font-size: 16px;
  line-height: 140%;
}

.legal-page__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  color: #0f172a;
  font-size: 18px;
  line-height: 145%;
}

.legal-page__section {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.legal-page__section h2 {
  margin-bottom: 14px;
  color: #0f172a;
  font-weight: 800;
  font-size: 28px;
  line-height: 118%;
}

.legal-page__section p + p {
  margin-top: 12px;
}

.legal-page__section ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  padding-left: 22px;
}

.legal-page__section li {
  list-style: disc;
}

.legal-page__section a {
  color: #2563eb;
  text-decoration: underline;
}

@media (max-width: 767px) {
  

  .legal-page {
    padding: 44px 0 64px;
  }

  .legal-page__title {
    font-size: 34px;
  }

  .legal-page__content {
    font-size: 16px;
  }

  .legal-page__section {
    padding: 22px 16px;
  }

  .legal-page__section h2 {
    font-size: 24px;
  }
}

.basis-compare.opbouwen .basis-compare__cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.basis-compare.opbouwen .basis-plan {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
}

.basis-compare.opbouwen .basis-plan__name {
  min-height: 49px;
}

.basis-compare.opbouwen .basis-plan__link {
  margin-top: auto;
}

@media (max-width: 991px) {
  .basis-compare.opbouwen .basis-compare__cards {
    flex-direction: column;
    gap: 16px;
  }
.basis-compare.opbouwen .basis-plan {
  flex: 1 1 100%;
}
.opbouwen.basis-compare {
  padding-top: 29px;
}
.opbouwen .basis-compare__intro {
  font-size: 16px;
}
  .basis-compare.opbouwen .basis-plan__name {
    min-height: 0;
  }
}


/*-------------------------------------------*/

.hoogte.wij.voordelen {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .hoogte.wij.voordelen.waarom .wij__image {
    aspect-ratio: 513 / 340;
    border-radius: 8px;
  }
}

/*----------------------------*/
.landing-header.version-2 .header-menu-wrap {
  display: none;
}
