:root {
  --ziekenhuisplanners-—-dark-grey: #4d4d4f;
  --ziekenhuisplanners-—-blue: #0595bc;
  --white: white;
  --ziekenhuisplanners-—-red-hover: #a71028;
  --ziekenhuisplanners-—-red: #bd0926;
  --ziekenhuisplanners-—-blue-hover: #0086a5;
  --ziekenhuisplanners-—-orange: #f5a700;
  --ziekenhuisplanners-—-grey: #99999a;
  --ziekenhuisplanners-—-blue-10: rgba(5, 149, 188, .1);
  --ziekenhuisplanners-—-orange-10: rgba(245, 167, 0, .1);
  --ziekenhuisplanners-—-red-10: rgba(189, 9, 38, .1);
  --ghzplanners-green-5: rgba(49, 166, 90, .05);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: var(--ziekenhuisplanners-—-dark-grey);
  background-color: #fdfdfd;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

h1 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: soleil, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--ziekenhuisplanners-—-dark-grey);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: soleil, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: soleil, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: soleil, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: soleil, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: soleil, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: rgba(77, 77, 79, .8);
  margin-bottom: 32px;
  line-height: 2;
}

a {
  color: var(--ziekenhuisplanners-—-blue);
  cursor: pointer;
  text-decoration: none;
  transition: all .25s;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: none;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-family: soleil, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.site-wrapper {
  overflow: hidden;
}

.navigation {
  z-index: 9999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  top: 0;
}

.container {
  max-width: 1200px;
}

.container.z2 {
  z-index: 2;
  flex: 1;
  position: relative;
}

.container.container--narrow {
  max-width: 896px;
}

.navigation-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-left: 0;
  display: flex;
}

.section {
  padding: 64px 40px;
  position: relative;
}

.section.side-border {
  min-height: 40vw;
  margin-left: 24px;
  margin-right: 24px;
}

.section.subhero {
  min-height: 640px;
  align-items: flex-end;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 240px;
  display: flex;
}

.section._404-section {
  height: 97.5vh;
  min-height: 640px;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 160px;
  display: flex;
}

.section.no-image-section {
  align-items: flex-end;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 224px;
}

.section.begrippenlijst-header {
  align-items: flex-end;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 352px;
}

.image-fill {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-fill.z-2 {
  z-index: -2;
}

.image-fill.z-2.top {
  object-position: 50% 0%;
}

.image-fill.z--0 {
  z-index: 0;
}

.navigation-wrapper {
  max-width: 1200px;
  background-color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.logo-wrapper {
  width: 22%;
  max-width: 280px;
  margin-top: 0;
  padding-left: 0;
}

.navigation-link {
  color: rgba(77, 77, 79, .8);
  margin-left: 12px;
  margin-right: 12px;
  padding: 40px 0;
  font-family: soleil, sans-serif;
  font-weight: 300;
  position: relative;
}

.navigation-link:hover {
  color: var(--ziekenhuisplanners-—-red-hover);
}

.navigation-link.w--current {
  color: var(--ziekenhuisplanners-—-red);
  font-weight: 700;
}

.navigation-link.w--current:hover {
  color: var(--ziekenhuisplanners-—-red-hover);
}

.navigation-link.navigation-button {
  background-color: var(--ziekenhuisplanners-—-blue);
  color: var(--white);
  background-image: url('../images/arrow-right.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 200px;
  margin-right: 0;
  padding: 12px 48px 12px 24px;
}

.navigation-link.navigation-button:hover {
  background-color: var(--ziekenhuisplanners-—-blue-hover);
  background-position: 84%;
}

.navigation-link.navigation-button.w--current:hover {
  color: var(--white);
}

.logo {
  width: 100%;
}

.current-border-top {
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link {
  height: 100%;
  color: rgba(77, 77, 79, .8);
  padding-top: 40px;
  padding-bottom: 40px;
}

.dropdown-link:hover {
  color: var(--ziekenhuisplanners-—-red);
}

.dropdown-link.w--current {
  color: var(--ziekenhuisplanners-—-red);
  font-weight: 700;
}

.header-fill-container {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.yellow-gradient {
  z-index: -1;
  width: 120%;
  height: 120%;
  background-image: linear-gradient(130deg, rgba(189, 9, 38, .5), rgba(245, 167, 0, .3) 25%, rgba(245, 167, 0, 0) 67%, rgba(245, 167, 0, .13) 88%, rgba(245, 167, 0, 0));
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: -10%;
  right: 0%;
}

.yellow-gradient.subhero {
  background-image: linear-gradient(60deg, rgba(245, 167, 0, .4), rgba(245, 167, 0, 0) 68%, rgba(245, 167, 0, 0));
}

.yellow-gradient.no-image {
  background-image: linear-gradient(118deg, #a2d6e4 1%, #d0eaf1);
}

.header-overlay {
  z-index: -1;
  width: auto;
  height: 130%;
  min-width: 300px;
  opacity: .17;
  position: absolute;
  left: -200px;
}

.header-overlay._404-overlay {
  left: -480px;
}

.label {
  color: var(--ziekenhuisplanners-—-orange);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.label.white {
  color: var(--white);
  font-weight: 700;
}

.header-wrapper {
  max-width: 580px;
  padding-top: 240px;
  padding-bottom: 240px;
}

.button {
  background-color: var(--ziekenhuisplanners-—-red);
  color: var(--white);
  background-image: url('../images/arrow-right.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 200px;
  padding: 12px 48px 12px 24px;
  font-family: soleil, sans-serif;
  font-weight: 300;
}

.button:hover {
  background-color: var(--ziekenhuisplanners-—-red-hover);
  background-position: 88%;
}

.button.button-blue {
  background-color: var(--ziekenhuisplanners-—-blue);
  margin-top: auto;
}

.button.button-blue:hover {
  background-color: var(--ziekenhuisplanners-—-blue-hover);
}

.button.reverse-button {
  background-image: url('../images/arrow_left.svg');
  background-position: 20px;
  background-size: 10px;
  padding-left: 48px;
  padding-right: 24px;
}

.button.reverse-button:hover {
  background-position: 16px;
}

.white {
  color: var(--white);
}

.blocks-section {
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

._2-blocks-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-bottom: -80px;
  transform: translate(0, -50%);
}

.block {
  background-color: var(--white);
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.border-top {
  width: 100%;
  height: 4px;
  background-color: var(--ziekenhuisplanners-—-blue);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.border-top.bg-groen {
  background-color: var(--ziekenhuisplanners-—-blue);
}

.border-top.bg-orange, .border-top.bg-red {
  background-color: var(--ziekenhuisplanners-—-red);
}

.border-top-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.border-top-wrapper.opsomming-top {
  padding-left: 24px;
  padding-right: 24px;
}

.block-heading {
  color: var(--ziekenhuisplanners-—-red);
  font-size: 32px;
}

.block-heading.blue {
  color: var(--ziekenhuisplanners-—-blue);
}

.section.pb-more {
  padding-bottom: 112px;
}

.center-wrapper {
  text-align: center;
}

.center-wrapper.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tab-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.tab-link {
  color: var(--ziekenhuisplanners-—-dark-grey);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px;
  display: flex;
}

.tab-link.first-tab-link {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tab-number {
  background-color: var(--white);
  width: 56px;
  height: 56px;
  max-height: 56px;
  max-width: 56px;
  min-height: 56px;
  min-width: 56px;
  border: 2px solid var(--ziekenhuisplanners-—-red);
  color: var(--ziekenhuisplanners-—-red);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-family: soleil, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.tab-link-heading {
  margin-bottom: 0;
  font-size: 24px;
}

.tab-wrapper-right {
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 72px;
  padding-bottom: 56px;
  padding-left: 56px;
  padding-right: 56px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.tab-grid-heading-wrapper {
  padding-bottom: 24px;
  padding-right: 72px;
}

.tab-grid-image-wrapper {
  z-index: 1;
  height: 296px;
  border-radius: 20px;
  margin: -72px -20px 40px;
  position: relative;
  overflow: hidden;
}

.image-gradient-overlay {
  width: 120%;
  height: 120%;
  background-image: linear-gradient(18deg, rgba(245, 167, 0, .3), rgba(245, 167, 0, 0) 70%, rgba(245, 167, 0, 0));
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: -10%;
  right: 0%;
}

.small-overlay {
  width: 320px;
  opacity: .24;
  position: absolute;
  top: auto;
  bottom: -80px;
  left: -80px;
  right: auto;
}

.small-overlay.larger {
  width: 420px;
  height: 80%;
  min-height: 320px;
}

.mb-0 {
  margin-bottom: 0;
}

.tab-grid-block-heading {
  font-size: 28px;
}

.usp-block {
  height: 100%;
  background-color: var(--white);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 3px 10px rgba(77, 77, 79, .05);
}

.usp-heading {
  color: var(--ziekenhuisplanners-—-blue);
  margin-bottom: 12px;
  font-size: 29px;
}

.usp-description {
  color: rgba(77, 77, 79, .6);
  margin-bottom: 0;
  font-size: 13px;
}

.text-block {
  display: block;
}

.footer {
  background-color: var(--white);
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  position: relative;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: soleil, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-link {
  color: rgba(77, 77, 79, .8);
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--ziekenhuisplanners-—-red);
}

.footer-link.bold-blue {
  color: var(--ziekenhuisplanners-—-blue);
  font-weight: 700;
}

.footer-link.bold-blue:hover {
  color: var(--ziekenhuisplanners-—-red);
}

.footer-logo-column {
  max-width: 288px;
}

.subfooter {
  background-color: var(--ziekenhuisplanners-—-blue);
  color: var(--white);
  margin-left: -40px;
  margin-right: -40px;
  padding: 16px 40px;
  font-family: soleil, sans-serif;
  font-size: 12px;
}

.subfooter-inline {
  display: inline-block;
}

.subfooter-inline.px-24 {
  padding-left: 16px;
  padding-right: 16px;
}

.subfooter-inline.subfooter-link {
  color: var(--white);
}

.subfooter-inline.subfooter-link:hover {
  transform: translate(0, -2px);
}

.subfooter-flex {
  justify-content: space-between;
  display: flex;
}

.built-by {
  color: var(--white);
  display: flex;
}

.afix-logo {
  margin-left: 6px;
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 48px;
  display: grid;
}

.social-media-wrapper {
  margin-top: 24px;
  display: flex;
}

.social-media-link {
  width: 32px;
  height: 32px;
  background-color: var(--ziekenhuisplanners-—-blue);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.social-media-link:hover {
  background-color: var(--ziekenhuisplanners-—-blue-hover);
}

.footer-cta {
  z-index: 1;
  border-radius: 20px;
  display: flex;
  position: relative;
}

.footer-cta-block {
  max-width: 560px;
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 72px;
  margin-bottom: 72px;
  margin-left: auto;
  padding: 48px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.footer-image-wrapper {
  z-index: -1;
  width: auto;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 72px;
  overflow: hidden;
}

.footer-cta-heading {
  margin-bottom: 24px;
  font-family: soleil, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-cta-contact-flex {
  margin-bottom: 40px;
  display: flex;
}

.footer-cta-contact-link {
  color: var(--ziekenhuisplanners-—-dark-grey);
  font-family: soleil, sans-serif;
  display: flex;
}

.footer-cta-contact-link:hover {
  color: var(--ziekenhuisplanners-—-orange);
}

.footer-cta-contact-link.ml-32 {
  margin-left: 48px;
}

.small-footer-text {
  color: rgba(77, 77, 79, .8);
  font-size: 12px;
  line-height: 1.4;
}

.footer-cta-icon {
  margin-right: 12px;
}

.bold {
  font-weight: 700;
}

.button-inline {
  margin-right: 12px;
  display: inline;
}

.footer-white-wrapper {
  background-color: var(--white);
}

.white-half {
  width: 100%;
  height: 50%;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-cta-section {
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.kenniscentrum-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
}

.featured-article {
  min-height: 440px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.kenniscentrum-right-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.kenniscentrum-article {
  width: 100%;
}

.kenniscentrum-date {
  color: var(--ziekenhuisplanners-—-grey);
  font-size: 12px;
}

.kenniscentrum-title {
  margin-bottom: 0;
  font-size: 22px;
}

.featured-grid {
  z-index: 0;
  max-width: 75%;
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 12.5%;
  margin-bottom: -48px;
  margin-left: 48px;
  padding: 40px;
  position: relative;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.featured-article-title {
  margin-bottom: 24px;
  font-size: 28px;
}

.featured-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  overflow: hidden;
}

.featured-overlay {
  width: 610px;
  opacity: .24;
  position: absolute;
  bottom: -40px;
  right: -80px;
}

.testimonial-block-wrapper {
  width: 100%;
  height: 100%;
}

.testimonial-block {
  height: 100%;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
  box-shadow: -4px 20px 20px -10px rgba(0, 0, 0, .05);
}

.testimonial-title {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 20px;
}

.testimonial-paragraph {
  font-size: 13.5px;
}

.testimonial-bottom-wrapper {
  margin-top: auto;
  padding: 24px 32px 32px 168px;
  font-family: soleil, sans-serif;
  position: relative;
}

.testimonial-title {
  font-family: soleil, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-name {
  color: var(--ziekenhuisplanners-—-red);
  font-size: 18px;
  font-weight: 700;
}

.testimonial-image-wrapper {
  z-index: 0;
  width: 128px;
  height: 100%;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.testimonial-inner {
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

.border-top-wrapper-px48 {
  padding-left: 48px;
  padding-right: 48px;
}

.white-rounded-bg-wrapper {
  z-index: 0;
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 200px;
  margin-left: 24px;
  position: relative;
  box-shadow: 0 0 32px rgba(77, 77, 79, .05);
}

.white-rounded-bg-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.white-rounded-bg-section.mt-0, .white-rounded-bg-section.pt-0 {
  padding-top: 0;
}

.over-ons-heading-wrapper {
  width: 100%;
  max-width: 600px;
  padding-right: 12%;
}

.over-ons-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-left: -24px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 48px;
}

.over-ons-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 56px;
  overflow: hidden;
}

.over-ons-mask {
  width: 360px;
  overflow: visible;
}

.slide {
  margin-bottom: 24px;
  margin-right: 40px;
}

.slide-nav {
  display: none;
}

.over-ons-image {
  width: 100%;
  position: relative;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.slider-arrow {
  width: 48px;
  height: 48px;
  border: 2px solid var(--white);
  background-color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4px;
  transition: all .2s;
  display: flex;
  bottom: 4px;
  left: 4px;
  box-shadow: 0 0 10px rgba(77, 77, 79, .05);
}

.slider-arrow:hover {
  background-color: rgba(189, 9, 38, .1);
}

.slider-arrow.slider-right {
  left: 60px;
}

.arrow-left {
  transform: rotate(180deg);
}

.over-ons-block {
  width: 100%;
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: -32px;
  padding: 32px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.over-ons-block-wrapper {
  z-index: 2;
  width: auto;
  position: absolute;
  left: 32px;
  right: 32px;
}

.over-ons-functie {
  color: rgba(189, 9, 38, .6);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}

.over-ons-name {
  color: var(--ziekenhuisplanners-—-red);
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.usp-grid-wrapper {
  margin-top: 40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.usp-background-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--ziekenhuisplanners-—-blue-10);
  border-radius: 20px;
  position: absolute;
  top: 40px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.usp-background-wrapper.with-elements {
  opacity: .05;
  background-color: rgba(5, 149, 188, 0);
  background-image: url('../images/asset_overlay-small-blue.svg'), url('../images/asset_blue-overlay.svg');
  background-position: 95% 70%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 200%, 50%;
}

.first-image-tab, .second-image-tab, .third-image-tab {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subpage-header-wrapper {
  max-width: 800px;
}

.dark-gradient {
  z-index: -1;
  width: 120%;
  height: 120%;
  background-image: linear-gradient(130deg, rgba(77, 77, 79, .37), rgba(245, 167, 0, 0) 68%, rgba(245, 167, 0, 0));
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: -10%;
  right: 0%;
}

.contact-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.65fr minmax(340px, 1fr);
}

.contact-subheading {
  margin-bottom: 8px;
  font-family: soleil, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.contactgegevens-grid {
  grid-template-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
}

.contactgegevens-icon-wrapper {
  width: 48px;
  height: 48px;
  border: 2px solid var(--ziekenhuisplanners-—-orange);
  background-color: var(--ziekenhuisplanners-—-orange-10);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contactgegevens-link {
  background-color: var(--white);
  color: var(--ziekenhuisplanners-—-dark-grey);
  border-radius: 200px;
  align-items: center;
  padding: 8px;
  font-family: soleil, sans-serif;
  transition-timing-function: ease-out;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .03);
}

.contactgegevens-link:hover {
  color: var(--ziekenhuisplanners-—-orange);
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}

.contactgegevens-grid-wrapper {
  margin-bottom: 48px;
  position: relative;
}

.contactgegevens-grid-wrapper.mb-24 {
  margin-bottom: 24px;
}

.contactgegevens-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--ziekenhuisplanners-—-blue-10);
  border-radius: 20px;
  position: absolute;
  top: 24px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contactgegevens-background.with-elements {
  opacity: .05;
  background-color: rgba(245, 167, 0, 0);
  background-image: url('../images/asset_blue-overlay.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 180%;
}

.form-block {
  background-color: var(--white);
  border-radius: 40px;
  padding: 48px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.contact-heading {
  margin-bottom: 16px;
  font-size: 32px;
}

.mw-intro {
  max-width: 720px;
}

._w-100 {
  width: 100%;
}

.mw-720 {
  max-width: 720px;
}

.logo-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.logo-slider-arrow {
  width: 48px;
  height: 48px;
  background-color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4px;
  left: -32px;
  box-shadow: 0 0 8px rgba(255, 255, 255, .1);
}

.logo-slider-arrow.logo-slider-right {
  left: auto;
  right: -32px;
  box-shadow: 0 0 8px rgba(0, 4, 5, .1);
}

.inner-arrow {
  width: 100%;
  height: 100%;
  border: 2px solid var(--ziekenhuisplanners-—-red);
  background-color: var(--ziekenhuisplanners-—-red-10);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-slider-mask {
  width: auto;
  padding: 24px 12px;
}

.logo-slide {
  width: 33.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.slider-nav {
  display: none;
}

.red-gradient-footer {
  z-index: -1;
  width: 120%;
  height: 120%;
  background-image: linear-gradient(238deg, rgba(245, 167, 0, .4), rgba(245, 167, 0, 0) 56%, rgba(245, 167, 0, 0));
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: -10%;
  right: 0%;
}

.footer-overlay {
  z-index: -1;
  width: auto;
  height: 150%;
  opacity: .17;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -120px;
}

.news-article {
  height: 100%;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.news-image-wrapper {
  width: 100%;
  height: 180px;
  border-radius: 20px;
  margin-top: -32px;
  position: relative;
  overflow: hidden;
}

.news-date {
  color: var(--ziekenhuisplanners-—-red);
  margin-top: 24px;
  font-size: 12px;
}

.news-title {
  margin-bottom: 0;
  font-size: 24px;
}

.news-title-wrapper {
  flex-direction: column;
  flex: 1;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.news-title-link {
  color: var(--ziekenhuisplanners-—-dark-grey);
}

.news-title-link:hover {
  color: rgba(77, 77, 79, .8);
}

.kenniscentrum-wrapper {
  padding: 80px 20px 120px;
}

.kenniscentrum-wrapper.mt-less {
  padding: 0 0 10px;
}

.news-border {
  width: 100%;
  height: 1px;
  background-color: var(--ziekenhuisplanners-—-blue-10);
  margin-top: 32px;
  margin-bottom: 32px;
}

.kenniscentrum-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: -32px;
  margin-right: -32px;
  padding-bottom: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.kenniscentrum-mask {
  width: 33.3333%;
  margin-bottom: 32px;
  overflow: visible;
}

.kenniscentrum-arrow {
  width: 48px;
  height: 48px;
  background-color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4px;
  left: 32px;
  box-shadow: 0 0 8px rgba(0, 43, 54, .07);
}

.kenniscentrum-arrow:hover {
  box-shadow: 0 0 8px rgba(0, 43, 54, .1);
}

.kenniscentrum-arrow.arrow-right {
  left: 88px;
  box-shadow: 0 0 8px rgba(77, 77, 79, .05);
}

.kenniscentrum-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.kenniscentrum-slide {
  padding-left: 16px;
  padding-right: 16px;
}

._2-3-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: start;
}

.small-heading {
  font-size: 24px;
}

.large-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 48px;
}

.large-grid-image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.small-paragraph {
  color: rgba(77, 77, 79, .8);
  margin-bottom: 32px;
  font-size: 13px;
  line-height: 2;
}

.large-grid-heading {
  color: var(--ziekenhuisplanners-—-red);
  margin-bottom: 16px;
  font-size: 26px;
}

.large-grid-text-wrapper {
  margin-bottom: 32px;
}

.large-overlay {
  width: 75%;
  opacity: .24;
  position: absolute;
  top: -160px;
  bottom: auto;
  left: auto;
  right: -200px;
}

.large-grid-container {
  padding: 80px 24px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.large-testimonial-wrapper {
  z-index: 1;
  border-radius: 20px;
  display: flex;
  position: relative;
}

.large-testimonial-image-wrapper {
  z-index: -1;
  width: auto;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 40px;
  overflow: hidden;
}

.testimonial-overlay {
  z-index: -1;
  width: auto;
  height: 1000px;
  opacity: .17;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -288px;
}

.large-testimonial-block {
  max-width: 424px;
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 48px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.large-testimonial-text {
  margin-top: 16px;
  margin-bottom: 40px;
  font-family: soleil, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
}

.large-testimonial-name {
  color: var(--ziekenhuisplanners-—-red);
  font-family: soleil, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.large-testimonial-company {
  font-family: soleil, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.day-in-the-life-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 32px rgba(0, 0, 0, .03);
}

.day-in-the-life-grid {
  z-index: 1;
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
  padding: 48px;
  position: relative;
}

.video-wrapper {
  height: 100%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper.margin-article {
  margin-top: 32px;
  margin-bottom: 32px;
}

.play-button-wrapper {
  z-index: 2;
  width: 80px;
  height: 80px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.play-button-wrapper:hover {
  transform: scale(1.1);
}

.inner-play-button {
  width: 72px;
  height: 72px;
  border: 2px solid var(--ziekenhuisplanners-—-orange);
  background-color: var(--ziekenhuisplanners-—-orange-10);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-icon {
  margin-left: 4px;
}

.day-in-the-life-overlay {
  z-index: 0;
  width: 75%;
  min-height: 120%;
  opacity: .02;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -25%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

._2-image-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.left-image-grid {
  min-height: 360px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

._1-3-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.checkmark-icon {
  width: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  background-color: var(--white);
  border-radius: 200px;
  margin-right: 12px;
  padding: 4px;
  box-shadow: 0 2px 4px rgba(77, 77, 79, .05);
}

.waarom-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .05);
}

.checkmark-inner {
  width: 100%;
  height: 100%;
  border: 2px solid var(--ziekenhuisplanners-—-red);
  background-color: var(--ziekenhuisplanners-—-red-10);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vacature-grid-wrapper {
  max-width: 1088px;
  background-color: var(--ziekenhuisplanners-—-blue-10);
  border-radius: 20px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.vacature-wrapper {
  background-color: var(--white);
  border-radius: 200px;
  padding: 8px;
  transition: all .2s;
}

.vacature-wrapper:hover {
  box-shadow: 0 0 20px rgba(255, 162, 0, .1);
}

.vacature-wrapper.margin-bottom {
  margin-bottom: 16px;
}

.vacature-wrapper.margin-bottom:hover {
  box-shadow: 0 0 20px rgba(77, 77, 79, .05);
}

.inner-vacature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr 1fr minmax(48px, 48px);
  justify-content: space-between;
  display: flex;
}

.vacature-button {
  width: 48px;
  height: 48px;
  border: 2px solid var(--ziekenhuisplanners-—-red);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  display: flex;
}

.vacature-location {
  display: flex;
}

.vacature-location-icon {
  margin-right: 12px;
}

.vacature-text {
  color: rgba(77, 77, 79, .8);
  font-family: soleil, sans-serif;
}

.vacature-name {
  max-width: 40%;
  min-width: 33%;
  background-color: var(--ziekenhuisplanners-—-blue);
  text-align: center;
  border-radius: 200px;
  padding: 20px 24px;
}

.vacature-title {
  color: var(--white);
  font-family: soleil, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.vacature-background-overlay {
  z-index: -1;
  width: 80%;
  opacity: .05;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.gray-filter {
  opacity: .8;
  filter: grayscale();
  transition: all .2s;
}

.gray-filter:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.upcoming-events-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.webinar-date {
  width: 88px;
  height: 88px;
  max-height: 88px;
  max-width: 88px;
  min-height: 88px;
  min-width: 88px;
  background-color: var(--ziekenhuisplanners-—-blue-10);
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.webinar-number {
  color: var(--ziekenhuisplanners-—-blue);
  text-align: center;
  font-size: 36px;
  line-height: 1;
}

.webinar-month {
  color: var(--ziekenhuisplanners-—-blue);
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.upcoming-webinar {
  background-color: var(--white);
  color: var(--ziekenhuisplanners-—-dark-grey);
  border-radius: 20px;
  align-items: center;
  margin-bottom: 24px;
  padding: 6px;
  display: flex;
}

.upcoming-webinar-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 18px;
}

.dropdown {
  margin-left: 12px;
  margin-right: 12px;
  font-family: soleil, sans-serif;
}

.dropdown-toggle-2 {
  width: 100%;
  padding: 0;
  transition: all .2s;
}

.dropdown-list {
  width: auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(152, 162, 172, .21);
}

.dropdown-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-link-submenu {
  padding: 12px 24px;
  transition: all .2s;
}

.dropdown-link-submenu:hover {
  box-shadow: inset 4px 0 0 0 var(--ziekenhuisplanners-—-blue);
  color: var(--ziekenhuisplanners-—-blue);
}

.dropdown-link-submenu.w--current {
  color: var(--ziekenhuisplanners-—-blue);
  font-weight: 700;
}

.paragraph {
  color: rgba(77, 77, 79, .8);
  margin-bottom: 32px;
  line-height: 2;
}

.tabs-rich-text h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.tabs-rich-text h3 {
  margin-bottom: 16px;
  font-size: 26px;
}

.tabs-rich-text h4 {
  margin-bottom: 6px;
  font-size: 24px;
}

.tabs-rich-text h6 {
  margin-bottom: 6px;
}

.category-list {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.random-testimonial-clw {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.testimonial-paragraph {
  color: rgba(77, 77, 79, .8);
  margin-bottom: 32px;
  line-height: 2;
}

.vacature-link {
  width: 100%;
}

.content-rich-text h1 {
  margin-bottom: 12px;
  font-size: 28px;
}

.content-rich-text p {
  margin-bottom: 24px;
}

.content-rich-text h2 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 26px;
}

.content-rich-text h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 24px;
}

.content-rich-text h4 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 22px;
}

.content-rich-text h5 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 20px;
}

.content-rich-text h6 {
  margin-bottom: 8px;
}

.content-rich-text a {
  font-weight: 700;
}

.content-rich-text a:hover {
  color: var(--ziekenhuisplanners-—-dark-grey);
}

.content-rich-text blockquote {
  border-left-color: var(--ziekenhuisplanners-—-red);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px 24px;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.content-rich-text.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.content-rich-text ul {
  color: rgba(77, 77, 79, .8);
  line-height: 2;
}

.margin-y {
  margin-top: 32px;
  margin-bottom: 32px;
}

.artikel-wrapper {
  max-width: 896px;
  margin-bottom: 104px;
}

.two-col-images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.two-col-image-wrapper {
  min-height: 264px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.artikel-quote-wrapper {
  flex-direction: row;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 4px;
  position: relative;
}

.border-left-wrapper {
  width: 4px;
  height: 100%;
  align-self: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  left: 0;
}

.quote-block {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.border-left {
  width: 4px;
  height: 100%;
  background-color: var(--ziekenhuisplanners-—-red);
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.border-left.background-blue {
  background-color: var(--ziekenhuisplanners-—-blue);
}

.two-col-image-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.two-column-left-image-wrapper {
  height: 100%;
  max-height: 480px;
  min-height: 264px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.recente-artikelen-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 160px;
  margin-bottom: 80px;
  display: flex;
}

.author-block {
  border-top: 2px solid rgba(77, 77, 79, .2);
  margin-top: 64px;
  padding-top: 16px;
  display: none;
}

.inline-text {
  margin-right: 6px;
  display: inline-block;
}

.author-name {
  color: var(--ziekenhuisplanners-—-red);
  font-weight: 700;
  display: inline-block;
}

.empty {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.related-articles-cl {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-heading {
  font-size: 32px;
}

.tabs-menu-wrapper {
  margin-top: auto;
}

.video-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-embed {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.navigation-inner {
  max-width: 1120px;
  flex: 1;
  align-self: center;
  align-items: center;
  display: flex;
}

.category-clw {
  margin-top: 124px;
}

.pagination-next {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-width: 0;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: flex;
  box-shadow: 0 0 8px rgba(0, 49, 63, .04);
}

.text-indent {
  text-indent: -10000000px;
}

.inner-pagination {
  width: 36px;
  height: 36px;
  border: 2px solid var(--ziekenhuisplanners-—-red);
  background-color: var(--ziekenhuisplanners-—-red-10);
  background-image: url('../images/arrow-right_red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 200px;
}

.inner-pagination.flipped {
  transform: rotate(180deg);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.mw-240 {
  max-width: 608px;
}

._404-heading {
  color: var(--white);
  font-family: soleil, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

.fixed-contact {
  z-index: 99;
  background-color: var(--white);
  color: var(--ziekenhuisplanners-—-dark-grey);
  border-radius: 200px 200px 0;
  align-items: center;
  padding: 8px;
  font-family: soleil, sans-serif;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .03);
}

.fixed-contact-text {
  color: var(--ziekenhuisplanners-—-dark-grey);
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.fixed-contact-icon-wrapper {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: rgba(113, 209, 113, .1);
  border: 2px solid #71d171;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fixed-contact-wrapper {
  align-self: center;
}

.fixed-contact-block {
  display: block;
}

.uitgelicht-clw {
  width: 100%;
}

.featured-image-wrapper {
  z-index: 0;
}

.featured-article-link {
  color: var(--ziekenhuisplanners-—-dark-grey);
  display: block;
}

.featured-article-link:hover {
  color: rgba(77, 77, 79, .8);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.newsletter-heading {
  margin-bottom: 20px;
  font-family: soleil, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.pagination {
  margin-top: 32px;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.icon_firefox {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin-bottom: 5px;
  padding: 6px;
}

.browser-block {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 56px;
  box-shadow: 0 0 40px rgba(189, 9, 38, .05);
}

.browser_icon {
  width: 40px;
  height: 40px;
}

.browser_link {
  width: 33.3333%;
  color: var(--ziekenhuisplanners-—-dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: soleil, sans-serif;
  text-decoration: none;
  display: flex;
}

.browser_link:hover {
  color: var(--ziekenhuisplanners-—-blue);
}

.browser-warning {
  height: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
  display: flex;
}

.browser-detect {
  z-index: 2147483647;
  background-image: linear-gradient(to bottom, var(--ziekenhuisplanners-—-blue-10), var(--ziekenhuisplanners-—-blue-10)), linear-gradient(to bottom, var(--white), var(--white));
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.browser-heading {
  color: var(--ziekenhuisplanners-—-red);
  margin-bottom: 16px;
  font-family: soleil, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.ie_logo {
  width: 48px;
  height: 48px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser-warning-block {
  max-width: 480px;
  position: relative;
}

.over-ons-description {
  color: rgba(77, 77, 79, .8);
  border-top: 1px solid rgba(189, 9, 38, .1);
  margin-top: 16px;
  padding-top: 16px;
  font-size: 12px;
}

.single-medewerker-wrapper {
  width: 33.3333%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.planner-cl {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}

.planner-clw {
  margin-left: -12px;
  padding-left: 32px;
  padding-right: 32px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ziekenhuisplanners-logo-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ziekenhuisplanners-link-logo-wrapper {
  padding: 16px;
}

.cta-block-wrapper {
  background-color: var(--ziekenhuisplanners-—-blue-10);
  text-align: center;
  border-radius: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.cta-block-wrapper.max-cta-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta-background {
  z-index: -1;
  width: 75%;
  min-height: 120%;
  opacity: .03;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -25%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cta-block-inner {
  z-index: 1;
  position: relative;
}

.two-column-image-grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.two-column-image-grid.two-column-image-grid--narrow {
  max-width: 896px;
  grid-column-gap: 32px;
  margin-left: auto;
  margin-right: auto;
}

.two-column-image-wrapper {
  width: 100%;
  max-height: 480px;
  min-height: 300px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.contactgegevens-flex {
  width: 100%;
  flex-direction: column;
  grid-template-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.contactgegevens-flex-link {
  width: 100%;
  background-color: var(--white);
  color: var(--ziekenhuisplanners-—-dark-grey);
  border-radius: 200px;
  align-items: center;
  padding: 8px;
  font-family: soleil, sans-serif;
  transition-timing-function: ease-out;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .03);
}

.contactgegevens-flex-link:hover {
  color: var(--ziekenhuisplanners-—-orange);
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}

.usp-flex {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.usp-block-flex-wrapper {
  width: 33.3333%;
  padding-left: 16px;
  padding-right: 16px;
}

.content-twee-blokken {
  column-count: 2;
  column-gap: 48px;
}

.content-twee-blokken h1 {
  margin-bottom: 12px;
  font-size: 28px;
}

.content-twee-blokken p {
  margin-bottom: 24px;
}

.content-twee-blokken h2 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 26px;
}

.content-twee-blokken h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 24px;
}

.content-twee-blokken h4 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 22px;
}

.content-twee-blokken h5 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 20px;
}

.content-twee-blokken h6 {
  margin-bottom: 8px;
}

.content-twee-blokken a {
  font-weight: 700;
}

.content-twee-blokken a:hover {
  color: var(--ziekenhuisplanners-—-dark-grey);
}

.content-twee-blokken blockquote {
  border-left-color: var(--ziekenhuisplanners-—-red);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px 24px;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.content-twee-blokken ul {
  color: rgba(77, 77, 79, .8);
  line-height: 2;
}

.max-heading-wrapper {
  max-width: 800px;
}

.header-small-paragraph {
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 32px;
}

.soft-conversion-cta {
  z-index: 1;
  border-radius: 20px;
  display: flex;
  position: relative;
}

.soft-conversion-image-wrapper {
  z-index: -1;
  width: auto;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 72px;
  overflow: hidden;
}

.soft-conversion-cta-block {
  width: 100%;
  max-width: 576px;
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 72px;
  margin-bottom: 72px;
  margin-left: auto;
  padding: 48px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.rich-text-wrapper h1 {
  margin-bottom: 12px;
  font-size: 28px;
}

.rich-text-wrapper p {
  margin-bottom: 24px;
}

.rich-text-wrapper h2 {
  margin-bottom: 12px;
  font-size: 32px;
}

.rich-text-wrapper h3 {
  margin-bottom: 8px;
  font-size: 26px;
}

.rich-text-wrapper h4 {
  margin-bottom: 8px;
  font-size: 22px;
}

.rich-text-wrapper h5 {
  margin-bottom: 8px;
  font-size: 20px;
}

.rich-text-wrapper h6 {
  margin-top: 0;
  margin-bottom: 4px;
}

.rich-text-wrapper a {
  font-weight: 700;
}

.rich-text-wrapper a:hover {
  color: var(--ziekenhuisplanners-—-dark-grey);
}

.rich-text-wrapper blockquote {
  border-left-color: var(--ziekenhuisplanners-—-red);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px 24px;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.rich-text-wrapper ul {
  color: rgba(77, 77, 79, .8);
  line-height: 2;
}

.header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
}

.header-rich-text, .header-rich-text p, .header-rich-text a:hover {
  color: var(--white);
}

.header-rich-text h1 {
  font-size: 24px;
}

.header-rich-text h2 {
  color: var(--white);
  font-size: 24px;
}

.header-rich-text h3, .header-rich-text h4, .header-rich-text h5, .header-rich-text h6 {
  font-size: 24px;
}

.header-rich-text ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.header-rich-text li {
  border: 5px solid var(--white);
  background-image: linear-gradient(to bottom, rgba(255, 162, 0, .09), rgba(255, 162, 0, .09)), url('../images/arrow-right-orange.svg'), linear-gradient(to bottom, var(--white), var(--white));
  color: var(--ziekenhuisplanners-—-orange);
  background-position: 0 0, 24px 27px, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 16px, auto;
  border-radius: 100px;
  margin-bottom: 8px;
  padding: 16px 30px 16px 64px;
  font-family: soleil, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.header-rich-text ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.tab-number-red {
  width: 56px;
  height: 56px;
  max-height: 56px;
  max-width: 56px;
  min-height: 56px;
  min-width: 56px;
  border: 2px solid var(--ziekenhuisplanners-—-red);
  background-color: var(--white);
  color: var(--ziekenhuisplanners-—-red);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-family: soleil, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.home-header-overlay {
  z-index: -1;
  width: auto;
  height: 50%;
  min-width: 300px;
  opacity: .17;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, 24%);
}

.blue-rounded-bg-wrapper {
  z-index: 0;
  background-color: rgba(5, 149, 188, .05);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 200px;
  margin-left: 24px;
  position: relative;
}

.over-ons-background {
  z-index: -1;
  width: 100%;
  height: 60%;
  background-color: var(--ziekenhuisplanners-—-blue-10);
  border-radius: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.over-ons-background.onze-planners-pagina {
  width: auto;
  left: 12px;
  right: 12px;
}

.slider-inner {
  border: 2px solid var(--ziekenhuisplanners-—-red);
  background-color: var(--ziekenhuisplanners-—-red-10);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}

.rich-text-block h1 {
  margin-bottom: 12px;
  font-size: 28px;
}

.rich-text-block p {
  margin-bottom: 24px;
}

.rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 42px;
}

.rich-text-block h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
}

.rich-text-block h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
}

.rich-text-block h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
}

.rich-text-block h6 {
  margin-top: 0;
  margin-bottom: 4px;
}

.rich-text-block a {
  font-weight: 700;
}

.rich-text-block a:hover {
  color: var(--ziekenhuisplanners-—-dark-grey);
}

.rich-text-block blockquote {
  border-left-color: var(--ziekenhuisplanners-—-red);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px 24px;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.rich-text-block ul {
  color: rgba(77, 77, 79, .8);
  line-height: 2;
}

.waarom-flex-wrapper {
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.waarom-outer-wrapper {
  width: 50%;
  min-width: 50%;
  padding: 12px;
}

.checkmark-wrapper {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.opsomming-heading {
  color: var(--ziekenhuisplanners-—-red);
  font-family: soleil, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.opsomming-small {
  color: rgba(77, 77, 79, .7);
  font-size: 14px;
}

.full-width-image-wrapper {
  width: 100%;
  height: 24rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.large-heading {
  margin-bottom: 24px;
  font-family: soleil, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.margin-top {
  padding-top: 32px;
}

.white-background {
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-slider-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.full-block-link {
  width: 100%;
  opacity: .6;
  filter: grayscale();
  padding: 48px;
}

.full-block-link:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.letter_wrapper {
  border-bottom: 1px solid rgba(5, 149, 188, .1);
  padding-top: 72px;
  padding-bottom: 72px;
}

.dictionary-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.dictionary-heading {
  margin-bottom: 16px;
  font-family: soleil, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.dictionary_list {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dictionary-link {
  width: 25%;
  color: var(--ziekenhuisplanners-—-dark-grey);
  margin-bottom: 8px;
}

.dictionary-link:hover {
  color: var(--ziekenhuisplanners-—-red);
}

.letter_link {
  width: 48px;
  height: 48px;
  border-right: 1px solid var(--ziekenhuisplanners-—-red-10);
  color: var(--ziekenhuisplanners-—-red);
  background-color: rgba(189, 9, 38, 0);
  justify-content: center;
  align-items: center;
  font-family: soleil, sans-serif;
  font-weight: 700;
  display: flex;
}

.letter_link:hover {
  background-color: var(--ziekenhuisplanners-—-red-10);
}

.all_letter_wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.begrippenlijst_wrapper {
  max-width: 780px;
}

.begrippenlijst_rich-text {
  margin-bottom: 24px;
}

.begrippenlijst_rich-text h1 {
  margin-bottom: 12px;
  font-size: 28px;
}

.begrippenlijst_rich-text p {
  margin-bottom: 24px;
}

.begrippenlijst_rich-text h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 26px;
}

.begrippenlijst_rich-text h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 24px;
}

.begrippenlijst_rich-text h4 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 22px;
}

.begrippenlijst_rich-text h5 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
}

.begrippenlijst_rich-text h6 {
  margin-top: 0;
  margin-bottom: 4px;
}

.begrippenlijst_rich-text a {
  font-weight: 700;
}

.begrippenlijst_rich-text a:hover {
  color: var(--ziekenhuisplanners-—-dark-grey);
}

.begrippenlijst_rich-text blockquote {
  border-left-color: var(--ziekenhuisplanners-—-red);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px 24px;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.begrippenlijst_rich-text ul {
  color: rgba(77, 77, 79, .8);
  line-height: 2;
}

.cta-block-smaller-inner {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: left;
  display: flex;
  position: relative;
}

.cta-block-button-wrapper {
  width: 35%;
  text-align: right;
}

.cta-blok-content-wrapper {
  width: 65%;
}

.smaller-rich-text-block h1 {
  margin-bottom: 12px;
  font-size: 28px;
}

.smaller-rich-text-block p {
  margin-bottom: 24px;
}

.smaller-rich-text-block h2, .smaller-rich-text-block h3, .smaller-rich-text-block h4, .smaller-rich-text-block h5, .smaller-rich-text-block h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 30px;
}

.smaller-rich-text-block a {
  font-weight: 700;
}

.smaller-rich-text-block a:hover {
  color: var(--ziekenhuisplanners-—-dark-grey);
}

.smaller-rich-text-block blockquote {
  border-left-color: var(--ziekenhuisplanners-—-red);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px 24px;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.smaller-rich-text-block ul {
  color: rgba(77, 77, 79, .8);
  line-height: 2;
}

.large-home-header-overlay {
  z-index: -1;
  width: auto;
  height: 130%;
  min-width: 300px;
  opacity: .17;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -200px;
  right: auto;
  transform: translate(0, 15%);
}

.dropdown-toggle-wrapper {
  display: none;
}

.article_heading-wrapper {
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.article_news-date {
  color: #ffa200;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 10px;
}

.category-wrapper {
  z-index: 2;
  letter-spacing: 2px;
  margin-top: auto;
  padding-top: 1.5rem;
  line-height: 1.2;
  position: relative;
}

.category-wrapper.single {
  width: 100%;
  text-align: right;
  padding-bottom: 1.5rem;
}

.hide_embed {
  font-size: 0;
  display: none;
}

.news-category {
  text-transform: uppercase;
  font-size: 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  .navigation {
    margin-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navigation-menu {
    z-index: 0;
    background-color: var(--white);
    text-align: left;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 48px;
    padding-bottom: 48px;
    display: block;
    overflow: visible;
  }

  .section {
    padding: 48px 32px;
  }

  .section.side-border {
    margin-left: 0;
    margin-right: 0;
  }

  .section.subhero {
    min-height: 480px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 160px;
  }

  .section._404-section {
    min-height: 480px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section.py-less {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.no-image-section, .section.begrippenlijst-header {
    margin-left: 0;
    margin-right: 0;
    padding-top: 192px;
  }

  .navigation-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo-wrapper {
    width: 30%;
    max-width: 240px;
    margin-top: -4px;
  }

  .navigation-link {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 32px;
    display: block;
  }

  .navigation-link.navigation-button {
    margin-top: 16px;
    margin-left: 32px;
    margin-right: 32px;
    display: inline-block;
  }

  .current-border-top {
    width: 4px;
    height: 100%;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .dropdown-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-fill-container {
    border-radius: 0;
  }

  .header-fill-container._404-container {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .label {
    margin-bottom: 8px;
  }

  .header-wrapper {
    max-width: 50%;
    padding-top: 120px;
    padding-bottom: 200px;
  }

  .blocks-section {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-blocks-grid {
    grid-template-columns: 1fr;
    transform: translate(0, -25%);
  }

  .block {
    padding: 40px;
  }

  .center-wrapper.mw-800 {
    max-width: none;
  }

  .tab-link-heading {
    padding-right: 32px;
    font-size: 22px;
  }

  .usp-heading {
    font-size: 27px;
  }

  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-logo-column {
    max-width: 50%;
  }

  .subfooter {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-cta {
    width: 100%;
  }

  .footer-cta-block {
    max-width: 540px;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 40px;
  }

  .footer-image-wrapper {
    right: 48px;
  }

  .footer-cta-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kenniscentrum-grid {
    grid-column-gap: 32px;
    grid-template-columns: 2fr 1fr;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .testimonial-inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .border-top-wrapper-px48 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-rounded-bg-wrapper {
    border-radius: 0;
    margin-left: 0;
  }

  .white-rounded-bg-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .over-ons-heading-wrapper {
    max-width: none;
    padding-right: 32px;
  }

  .over-ons-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .over-ons-slider {
    margin-left: 0;
  }

  .over-ons-mask {
    width: 45%;
  }

  .slide {
    margin-right: 32px;
  }

  .slider-arrow {
    padding: 4px;
  }

  .arrow-left {
    transform: rotate(180deg);
  }

  .usp-background-wrapper.with-elements {
    background-image: url('../images/asset_blue-overlay.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .contact-grid {
    grid-column-gap: 64px;
    grid-template-columns: 1.5fr;
  }

  .contactgegevens-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-block {
    padding: 40px;
  }

  .menu-icon {
    width: 32px;
    height: 32px;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-slider-arrow {
    padding: 4px;
  }

  .logo-slide {
    width: 50%;
  }

  .kenniscentrum-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kenniscentrum-mask {
    width: 50%;
  }

  .kenniscentrum-arrow {
    padding: 4px;
  }

  ._2-3-grid {
    grid-template-columns: 1.4fr;
  }

  .large-grid {
    grid-column-gap: 32px;
  }

  .large-overlay {
    width: 352px;
  }

  .large-grid-container {
    padding: 48px 32px;
  }

  .large-testimonial-wrapper {
    width: 100%;
  }

  .large-testimonial-image-wrapper {
    right: 48px;
  }

  .large-testimonial-block {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 40px;
  }

  .day-in-the-life-grid {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .day-in-the-life-overlay {
    min-height: auto;
    top: auto;
    bottom: -12%;
  }

  .left-image-grid {
    height: 17rem;
    min-height: auto;
  }

  ._1-3-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .vacature-grid-wrapper {
    padding: 32px;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle-2, .dropdown-link-submenu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .category-list {
    grid-template-columns: 1fr 1fr;
  }

  .quote-block {
    padding: 40px;
  }

  .browser-block {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .browser-warning-block {
    max-width: 560px;
  }

  .single-medewerker-wrapper {
    width: 50%;
  }

  .planner-clw {
    margin-left: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-block-wrapper.max-cta-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-background {
    min-height: auto;
    top: auto;
    bottom: -12%;
  }

  .two-column-image-grid {
    grid-template-columns: 1fr;
  }

  .two-column-image-wrapper {
    height: 33vh;
  }

  .contactgegevens-flex {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .usp-block-flex-wrapper {
    width: 50%;
    margin-bottom: 32px;
  }

  .usp-block-flex-wrapper.mb-0 {
    margin-bottom: 0;
  }

  .content-twee-blokken {
    column-count: 1;
  }

  .soft-conversion-cta {
    width: 100%;
  }

  .soft-conversion-image-wrapper {
    right: 48px;
  }

  .soft-conversion-cta-block {
    max-width: 540px;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 40px;
  }

  .header-rich-text li {
    border-radius: 20px;
  }

  .tab-number-red {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
    margin-right: 20px;
  }

  .blue-rounded-bg-wrapper {
    border-radius: 0;
    margin-left: 0;
  }

  .large-heading {
    font-size: 38px;
  }

  .dictionary-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .dictionary-link {
    width: 33.3333%;
  }

  .dropdown-toggle-wrapper {
    width: 36px;
    height: 36px;
    background-color: var(--ziekenhuisplanners-—-blue-10);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 32px;
  }

  .dropdown-toggle-line {
    width: 16px;
    height: 2px;
    background-color: var(--ziekenhuisplanners-—-blue);
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-toggle-line-rotater {
    width: 16px;
    height: 2px;
    background-color: var(--ziekenhuisplanners-—-blue);
    border-radius: 2px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 34px;
  }

  .navigation {
    margin-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation-menu {
    max-height: 95vh;
    margin-left: 24px;
    margin-right: 24px;
    overflow: auto;
  }

  .section {
    padding: 64px 24px;
  }

  .section.subhero {
    min-height: 400px;
    padding-top: 128px;
    padding-bottom: 48px;
  }

  .section._404-section {
    margin-left: 12px;
    margin-right: 12px;
  }

  .section.no-image-section, .section.begrippenlijst-header {
    padding-top: 160px;
  }

  .navigation-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-wrapper {
    width: 45%;
    max-width: 184px;
  }

  .label {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .header-wrapper {
    max-width: 75%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button {
    padding-top: 11px;
    padding-bottom: 13px;
  }

  .blocks-section {
    margin-left: 24px;
    margin-right: 24px;
  }

  ._2-blocks-grid {
    margin-bottom: -48px;
    transform: translate(0, -12%);
  }

  .block-heading {
    font-size: 28px;
  }

  .tab-grid {
    grid-template-columns: 1fr;
  }

  .tab-link {
    text-align: center;
    border-radius: 20px;
    flex-direction: column;
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 16px;
  }

  .tab-link.first-tab-link {
    border-radius: 20px;
  }

  .tab-number {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
    margin-bottom: 12px;
    margin-right: 0;
    font-size: 17px;
  }

  .tab-link-heading {
    margin-bottom: 12px;
    padding-right: 0;
    font-size: 17px;
  }

  .tab-wrapper-right {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer {
    padding: 40px 24px;
  }

  .footer-logo-column {
    max-width: none;
  }

  .subfooter {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .subfooter-inline.subfooter-link {
    text-align: left;
  }

  .subfooter-flex {
    text-align: center;
    flex-direction: column;
  }

  .built-by {
    justify-content: center;
    margin-top: 16px;
  }

  .footer-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .footer-cta {
    display: block;
  }

  .footer-cta-block {
    max-width: none;
    margin: -25% 24px 0;
  }

  .footer-image-wrapper {
    width: 100%;
    min-height: 60vw;
    position: relative;
  }

  .footer-cta-heading {
    font-size: 26px;
  }

  .footer-cta-contact-flex {
    flex-direction: column;
  }

  .footer-cta-contact-link.ml-32 {
    margin-top: 32px;
    margin-left: 0;
  }

  .button-inline {
    display: inline-block;
  }

  .white-half {
    height: 75%;
  }

  .footer-cta-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .kenniscentrum-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .kenniscentrum-article {
    width: 100%;
  }

  .featured-grid {
    max-width: none;
    margin: -25% 24px 0;
  }

  .featured-article-title {
    font-size: 24px;
  }

  .featured-image-wrapper {
    min-height: 320px;
    position: relative;
  }

  .over-ons-grid {
    padding-left: 24px;
    padding-right: 0;
  }

  .over-ons-mask {
    width: 65%;
  }

  .slide {
    margin-right: 24px;
  }

  .over-ons-block {
    padding: 24px;
  }

  .over-ons-block-wrapper {
    left: 24px;
    right: 24px;
  }

  .over-ons-name {
    font-size: 15px;
  }

  .usp-background-wrapper {
    top: 32px;
  }

  .contactgegevens-grid {
    grid-template-columns: 1fr;
    margin-left: -2px;
  }

  .contactgegevens-grid-wrapper {
    margin-left: -24px;
    margin-right: -24px;
  }

  .contactgegevens-background.with-elements {
    border-radius: 0;
  }

  .logo-slider-arrow {
    left: -20px;
  }

  .logo-slider-arrow.logo-slider-right {
    right: -20px;
  }

  .kenniscentrum-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .kenniscentrum-mask {
    width: 100%;
  }

  .kenniscentrum-flex {
    flex-wrap: wrap;
  }

  .large-grid {
    grid-template-columns: 1fr;
  }

  .large-grid-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .large-testimonial-wrapper {
    display: block;
  }

  .large-testimonial-image-wrapper {
    width: 100%;
    min-height: 60vw;
    position: relative;
  }

  .large-testimonial-block {
    max-width: none;
    margin: -12.5% 24px 0;
  }

  .left-image-grid {
    height: 13rem;
  }

  .vacature-grid-wrapper {
    padding: 24px;
  }

  .vacature-wrapper {
    border-radius: 20px;
    padding-bottom: 20px;
  }

  .inner-vacature-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .vacature-button {
    display: none;
  }

  .vacature-name {
    min-width: 100%;
    border-radius: 10px;
  }

  .vacature-background-overlay {
    width: auto;
    height: 150%;
  }

  .category-list {
    grid-template-columns: 1fr;
  }

  .two-col-images, .two-col-image-left {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .recente-artikelen-flex {
    flex-wrap: wrap;
  }

  .related-articles-cl {
    grid-template-columns: 1fr;
  }

  .tabs-menu-wrapper {
    display: flex;
  }

  .fixed-contact {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }

  .fixed-contact-icon-wrapper {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .fixed-contact-wrapper {
    display: none;
  }

  .fixed-contact-icon {
    width: 20px;
  }

  .browser-block {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .browser-detect {
    text-align: center;
  }

  .over-ons-description {
    font-size: 12px;
  }

  .single-medewerker-wrapper {
    min-width: 320px;
  }

  .cta-block-wrapper {
    padding: 32px;
  }

  .medium-heading {
    font-size: 28px;
  }

  .two-column-image-wrapper {
    max-height: 400px;
    min-height: 240px;
  }

  .contactgegevens-flex {
    grid-template-columns: 1fr;
    margin-left: -2px;
  }

  .usp-flex {
    grid-template-columns: 1fr;
  }

  .soft-conversion-cta {
    display: block;
  }

  .soft-conversion-image-wrapper {
    width: 100%;
    min-height: 60vw;
    position: relative;
  }

  .soft-conversion-cta-block {
    width: auto;
    max-width: none;
    margin: -25% 12px 0;
  }

  .rich-text-wrapper h2 {
    font-size: 26px;
  }

  .rich-text-wrapper h3 {
    font-size: 24px;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .tab-number-red {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .rich-text-block h2 {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .rich-text-block h3 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .rich-text-block h4 {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .waarom-outer-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .full-width-image-wrapper {
    height: 15rem;
  }

  .large-heading {
    font-size: 34px;
  }

  .full-block-link {
    padding: 24px;
  }

  .dictionary-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dictionary-link {
    width: 50%;
  }

  .begrippenlijst_rich-text h2 {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .begrippenlijst_rich-text h3 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .begrippenlijst_rich-text h4 {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .cta-block-smaller-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .cta-block-button-wrapper, .cta-blok-content-wrapper {
    width: 100%;
    text-align: center;
  }

  .smaller-rich-text-block h2, .smaller-rich-text-block h3, .smaller-rich-text-block h4 {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .smaller-rich-text-block h5, .smaller-rich-text-block h6 {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 28px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-menu {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section {
    padding: 56px 20px;
  }

  .section._404-section {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-wrapper {
    width: 70%;
  }

  .header-overlay {
    left: -320px;
  }

  .button.button-blue.mt-32 {
    margin-top: 32px;
  }

  .blocks-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._2-blocks-grid {
    transform: translate(0, -72px);
  }

  .block {
    padding: 32px;
  }

  .block-heading {
    font-size: 24px;
  }

  .tab-link {
    text-align: left;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
  }

  .tab-link.third-tab-link {
    padding-top: 12px;
  }

  .tab-number {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .tab-link-heading {
    margin-bottom: 0;
  }

  .tab-wrapper-right {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tab-grid-image-wrapper {
    height: 176px;
  }

  .small-overlay.larger {
    width: 240px;
    min-height: 240px;
  }

  .tab-grid-block-heading {
    font-size: 22px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .subfooter {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subfooter-inline.px-24 {
    display: none;
  }

  .subfooter-inline.subfooter-link {
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
  }

  .subfooter-flex {
    text-align: left;
  }

  .built-by {
    justify-content: flex-start;
  }

  .footer-cta-block {
    margin-left: 20px;
    margin-right: 20px;
    padding: 32px;
  }

  .footer-image-wrapper {
    border-radius: 0;
  }

  .footer-cta-heading {
    font-size: 22px;
  }

  .footer-cta-contact-flex {
    margin-bottom: 24px;
  }

  .footer-cta-contact-link {
    font-size: 14px;
  }

  .footer-cta-section {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-article {
    margin-left: -20px;
    margin-right: -20px;
  }

  .featured-grid {
    margin-left: 20px;
    margin-right: 20px;
    padding: 32px;
  }

  .featured-image-wrapper {
    border-radius: 0;
  }

  .testimonial-bottom-wrapper {
    padding-left: 128px;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .testimonial-image-wrapper {
    width: 104px;
  }

  .testimonial-inner {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .border-top-wrapper-px48 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .over-ons-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .over-ons-mask {
    width: 100%;
  }

  .slide {
    margin-right: 20px;
  }

  .over-ons-block {
    padding: 20px;
  }

  .over-ons-block-wrapper {
    left: 20px;
    right: 20px;
  }

  .over-ons-name {
    font-size: 16px;
  }

  .usp-background-wrapper {
    top: 24px;
  }

  .contact-subheading {
    margin-top: 20px;
  }

  .contactgegevens-icon-wrapper {
    margin-right: 12px;
  }

  .contactgegevens-link {
    font-size: 14px;
  }

  .form-block {
    padding: 32px;
  }

  .menu-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .logo-slider-arrow {
    left: -16px;
  }

  .logo-slider-arrow.logo-slider-right {
    right: -16px;
  }

  .logo-slide {
    width: 100%;
  }

  .logo-slide.more-padding {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kenniscentrum-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mr-40 {
    margin-right: 40px;
  }

  .large-grid {
    grid-row-gap: 0px;
  }

  .large-grid-image-wrapper {
    min-height: 240px;
  }

  .large-grid-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-testimonial-image-wrapper {
    width: auto;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  .testimonial-overlay {
    height: 720px;
    right: -320px;
  }

  .large-testimonial-block {
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .large-testimonial-name {
    font-size: 16px;
  }

  .day-in-the-life-grid {
    padding: 32px;
  }

  .video-wrapper {
    min-height: 240px;
  }

  .day-in-the-life-overlay {
    width: 150%;
  }

  ._2-image-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .left-image-grid {
    height: 10rem;
  }

  .vacature-grid-wrapper {
    padding: 20px;
  }

  .margin-y {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .two-col-image-wrapper {
    min-height: 224px;
  }

  .quote-block {
    padding: 32px;
  }

  .two-column-left-image-wrapper {
    min-height: 224px;
  }

  .tabs-menu-wrapper {
    display: block;
  }

  .fixed-contact {
    font-size: 14px;
  }

  .newsletter-heading {
    margin-top: 20px;
  }

  .browser-detect {
    padding: 0;
  }

  .browser-warning-block {
    margin-top: 20vh;
  }

  .single-medewerker-wrapper {
    width: 100%;
    min-width: auto;
  }

  .cta-block-wrapper {
    padding: 24px;
  }

  .cta-background {
    width: 150%;
  }

  .medium-heading {
    font-size: 24px;
  }

  .two-column-image-wrapper {
    height: 25vh;
    max-height: 240px;
    min-height: 180px;
  }

  .contactgegevens-flex-link {
    font-size: 14px;
  }

  .usp-block-flex-wrapper {
    width: 100%;
  }

  .soft-conversion-image-wrapper {
    border-radius: 0;
  }

  .soft-conversion-cta-block {
    padding: 32px;
  }

  .header-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .header-rich-text li {
    padding-left: 54px;
  }

  .tab-number-red {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 16px;
  }

  .home-header-overlay {
    left: -320px;
  }

  .rich-text-block h2 {
    font-size: 26px;
  }

  .rich-text-block h3 {
    font-size: 24px;
  }

  .rich-text-block h4 {
    font-size: 22px;
  }

  .rich-text-block h5 {
    font-size: 20px;
  }

  .full-width-image-wrapper {
    height: 10rem;
  }

  .large-heading {
    font-size: 28px;
  }

  .dictionary-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dictionary-link {
    width: 100%;
  }

  .begrippenlijst_rich-text h2 {
    font-size: 26px;
  }

  .begrippenlijst_rich-text h3 {
    font-size: 24px;
  }

  .begrippenlijst_rich-text h4 {
    font-size: 22px;
  }

  .begrippenlijst_rich-text h5 {
    font-size: 20px;
  }

  .smaller-rich-text-block h2, .smaller-rich-text-block h3, .smaller-rich-text-block h4, .smaller-rich-text-block h5, .smaller-rich-text-block h6 {
    font-size: 22px;
  }

  .large-home-header-overlay {
    left: -320px;
  }
}

#w-node-_12ecca83-5083-45e5-3d27-62d895df7414-95df7369 {
  justify-self: center;
}

#w-node-_12ecca83-5083-45e5-3d27-62d895df746d-95df7369, #w-node-_12ecca83-5083-45e5-3d27-62d895df74ce-95df7369, #w-node-_12ecca83-5083-45e5-3d27-62d895df74d1-95df7369 {
  align-self: center;
}

#w-node-_12ecca83-5083-45e5-3d27-62d895df74d5-95df7369 {
  align-self: center;
  justify-self: end;
}

#w-node-_12ecca83-5083-45e5-3d27-62d895df74dc-95df7369 {
  justify-self: end;
}

#w-node-_12ecca83-5083-45e5-3d27-62d895df74e5-95df7369 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dac74fea-caed-9c94-f878-d495681099ab-da5f734b, #w-node-_4c40c38c-067d-a315-4aa7-7e00d32eb000-da5f734b {
  align-self: center;
}

#w-node-dc0d0350-5ae9-79a5-f0c6-91250cf6df8e-5c5f7356, #w-node-ad72dd46-a3b2-c0d3-d86f-dac113328526-5c5f7356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_31ac1151-6d2b-3c73-ba3d-7b8949634575-49634571 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_12ecca83-5083-45e5-3d27-62d895df7379-95df7369, #w-node-cdca7dba-d12f-9a6e-e4cd-7c7ac0ddd28f-95df7369 {
    order: -9999;
  }

  #w-node-_12ecca83-5083-45e5-3d27-62d895df7414-95df7369 {
    justify-self: stretch;
  }

  #w-node-_12ecca83-5083-45e5-3d27-62d895df74dc-95df7369 {
    justify-self: start;
  }

  #w-node-_5980b1e5-e92e-83fb-3d6a-491d465ed78d-665f7345 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_31ac1151-6d2b-3c73-ba3d-7b8949634575-49634571 {
    grid-column: span 1 / span 1;
  }
}


