#fincPopup.v {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 32px;
  background-color: #0d0d0c99;
  z-index: 9999;
}

#fincPopup .tarieven {
  display: flex;
  flex-direction: column;
  width: 580px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 40px 8px #0d0d0c24;
}

#fincPopup .header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

#fincPopup .icon-button {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  overflow: hidden;
    cursor: pointer;
}

#fincPopup .lucide-x {
  position: relative;
  width: 20px;
  height: 20px;
}

#fincPopup .vector {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
}

#fincPopup .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#fincPopup .img {
  position: relative;
  width: 180px;
  height: 180px;
  aspect-ratio: 1;
}

#fincPopup .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
}

#fincPopup .title {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--desktop-heading-6-font-family);
  font-weight: var(--desktop-heading-6-font-weight);
  color: var(--textdefault);
  font-size: var(--desktop-heading-6-font-size);
  letter-spacing: var(--desktop-heading-6-letter-spacing);
  line-height: var(--desktop-heading-6-line-height);
  white-space: nowrap;
  font-style: var(--desktop-heading-6-font-style);
}

#fincPopup .text-wrapper {
  font-family: var(--desktop-paragraph-m-font-family);
  font-weight: var(--desktop-paragraph-m-font-weight);
  color: var(--textsubtle);
  font-size: var(--desktop-paragraph-m-font-size);
  text-align: center;
  letter-spacing: var(--desktop-paragraph-m-letter-spacing);
  line-height: var(--desktop-paragraph-m-line-height);
  position: relative;
  align-self: stretch;
  font-style: var(--desktop-paragraph-m-font-style);
}

#fincPopup .footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f7f8fa;
}

#fincPopup .button-m {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #163074;
  border-radius: 8px;
  overflow: hidden;
    cursor: pointer;
}

#fincPopup .label {
  position: relative;
  width: fit-content;
  font-family: "Volte-Semibold", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

#fincPopup .lucide-arrow-right {
  position: relative;
  width: 16px;
  height: 16px;
}

#fincPopup .vector-2 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 3px;
  left: 3px;
}