:root {
  --color-green: #607371;
  --color-purple: #944b96;
  --color-grey: #5f5f5f;
  --marigin-m: 1rem;
  --color-blue: #526f87;
  --color-blue-light: #b4cbde;
  --color-green-light: #c0c6c5;
  --color-purple-light: #d2c5c8;
  --color: white;
  --color-black: #000;
  --white: white;
  --black: black;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

ul {
  clear: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.page-padding {
  float: left;
  clear: left;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 6rem 3rem;
  display: block;
  position: relative;
}

.container {
  clear: left;
  width: 100%;
  max-width: 64rem;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.flex-middle {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
}

.section.is--first {
  margin-top: 120px;
}

.section.is--hide {
  display: none;
}

.section-header {
  width: 100%;
  margin-top: 120px;
}

.section-header.is--home {
  clear: left;
  background-image: url('../images/header-home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  width: 100%;
  height: 50vh;
  min-height: 540px;
  display: flex;
  position: relative;
}

.section-header.is--systemic {
  clear: left;
  background-image: url('../images/header-systemic.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  height: 50vh;
  min-height: 540px;
  display: flex;
  position: relative;
}

.section-header.is--voet {
  clear: left;
  background-image: url('../images/header-voetreflex.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  height: 50vh;
  min-height: 540px;
  display: flex;
  position: relative;
}

.section-header.is--zwanger {
  clear: left;
  background-image: url('../images/header-zwanger.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  height: 50vh;
  min-height: 540px;
  display: flex;
  position: relative;
}

.section-header.is--baby {
  clear: left;
  background-image: url('../images/header-baby.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  height: 50vh;
  min-height: 540px;
  display: flex;
  position: relative;
}

.section-header.is--overgang {
  clear: left;
  background-image: url('../images/header-overgang.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  height: 50vh;
  min-height: 540px;
  display: flex;
  position: relative;
}

.section-header.is--tarieven {
  clear: left;
  background-image: url('../images/header-tarieven.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  height: 50vh;
  min-height: 540px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px dashed #000;
  width: 100%;
  height: 120px;
  padding: 1rem 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  float: left;
  clear: left;
  background-color: #000;
  width: 100%;
  position: relative;
}

.nav-link {
  float: left;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  display: block;
  position: relative;
}

.nav-link:hover {
  color: var(--color-green);
}

.nav-link.w--current {
  color: var(--color-purple);
  margin-right: 1rem;
}

.nav-link.is--last {
  margin-right: 0;
}

.wrap-content-header {
  float: right;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  object-fit: contain;
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  margin-top: 0;
  font-size: 260%;
  font-weight: 500;
  line-height: 1.25;
}

.h1.margin-bottom {
  margin-bottom: 2rem;
}

.nav-menu {
  float: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: auto;
  display: flex;
}

.wrap-navbar {
  float: left;
  clear: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1.25fr 1fr;
}

.grid-2col {
  float: left;
  clear: left;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.text-subtitle {
  color: var(--color-grey);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 21px;
  font-weight: 500;
}

.h2 {
  margin-top: 0;
  margin-bottom: var(--marigin-m);
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.25;
}

.h2.align-left {
  line-height: 1.25;
}

.h2.margin-bottom {
  margin-bottom: 4rem;
}

.wrap-content-grid {
  float: left;
  clear: left;
  width: 100%;
  padding: 4rem;
  position: relative;
}

.wrap-content-grid.bg-color-green {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
}

.wrap-content-grid.is--last {
  padding-bottom: 0;
}

.wrap-content-grid.is--no-bg-color {
  padding-top: 0;
  padding-bottom: 0;
}

.text-footer {
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
}

.wrap-brand {
  float: left;
  height: 100%;
  display: flex;
  position: relative;
}

.wrap-grid-item {
  position: relative;
}

.wrap-grid-item.flex-centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.par {
  float: left;
  clear: left;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}

.par.text-color-white.marign-bottom {
  margin-bottom: 3rem;
}

.par.text-color-white.margin-bottom {
  margin-bottom: .5rem;
}

.par.maring-bottom-m {
  margin-bottom: 2rem;
}

.img-circle {
  border-radius: 100%;
  margin-bottom: 3rem;
}

.bg-color-green {
  background-color: var(--color-green);
}

.bg-color-purple {
  background-color: var(--color-purple);
}

.bg-color-blue {
  background-color: var(--color-blue);
}

.bg-color-blue-light {
  background-color: var(--color-blue-light);
}

.bg-color-green-light {
  background-color: var(--color-green-light);
}

.bg-color-purple-light {
  background-color: var(--color-purple-light);
}

.h3 {
  float: left;
  clear: left;
  text-align: left;
  margin-top: 0;
  position: relative;
}

.h3.margin-top {
  margin-top: 1rem;
}

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

.wrap-button-icon {
  padding: var(--marigin-m) 1rem;
  float: left;
  clear: left;
  border: 2px solid var(--color);
  text-transform: uppercase;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-arrow-right {
  position: relative;
}

.text-block {
  flex: 1;
  margin-right: 1rem;
  position: relative;
}

.button-icon {
  color: var(--color);
  width: 100%;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.button-icon:hover {
  background-color: #ffffff26;
}

.subtitle-large {
  color: var(--color);
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

.dropdown-list {
  background-color: #a27474;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  border-width: 1px;
  border-color: #000;
  border-bottom-style: dashed;
  border-right-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dropdown-link:hover {
  color: var(--color-green);
  background-color: #f5f5f5;
}

.section-quote {
  float: left;
  clear: left;
  background-color: var(--color-black);
  width: 100%;
  position: relative;
}

.text-quote {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}

.grid-content__3col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-nav {
  float: left;
}

.dropdown-toggle {
  height: 100%;
  margin-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--color-green);
}

.link-footer {
  color: var(--color);
  text-decoration: none;
  transition: left .2s;
  position: relative;
  left: 0;
}

.link-footer:hover {
  color: var(--color-purple);
  position: relative;
  left: 3px;
}

.link-footer.w--current {
  text-decoration: none;
}

.footer-bottom {
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-bottom-footer {
  color: #777;
  font-size: 12px;
}

.grid-footer-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  width: 100%;
}

.link-inline__footer {
  color: #777676;
}

.maring-bottom-m {
  margin-bottom: 1rem;
}

.form-block {
  float: left;
  clear: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button {
  background-color: var(--color-purple);
  padding: 1rem 2rem;
}

.textfield {
  border: 1px dashed #000;
  height: 3.5rem;
}

.field-label {
  font-weight: 600;
}

.textarea {
  border: 1px dashed #000;
  width: 50%;
  min-height: 150px;
  margin-bottom: 1rem;
  padding: 12px;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr .25fr;
}

.grid-2col-left {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 33fr 66fr;
  width: 100%;
  margin-top: 4rem;
}

.text-rich {
  float: left;
  clear: left;
  margin-bottom: -2rem;
  position: relative;
}

.text-rich h3 {
  float: left;
  clear: left;
  margin-top: 0;
  position: relative;
}

.text-rich p {
  float: left;
  clear: left;
  margin-bottom: 1rem;
  position: relative;
}

.text-rich h1 {
  float: left;
  clear: left;
  color: var(--color-black);
  margin-top: 0;
  font-weight: 600;
  position: relative;
}

.text-rich h2 {
  float: left;
  clear: left;
  position: relative;
}

.section-duin {
  float: left;
  clear: left;
  background-image: url('../images/img-duinen-korte.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 520px;
  position: relative;
}

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

.wrap-div-sq {
  background-color: var(--color-green);
  color: var(--color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 2rem;
  display: flex;
  position: relative;
}

.grid-wrap-logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
}

.grid-logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.rich-text {
  float: left;
  clear: left;
}

.rich-text h1 {
  color: var(--color-black);
}

.rich-text h3 {
  margin-top: 0;
}

.rich-text p {
  margin-bottom: 1.5rem;
}

.button-icon__purple {
  color: var(--color-purple);
  -webkit-text-stroke-color: var(--color-purple);
  width: 100%;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.button-icon__purple:hover {
  background-color: #ffffff26;
}

.wrap-button-icon__purple {
  padding: var(--marigin-m) 1rem;
  float: left;
  clear: left;
  border: 2px solid var(--color-purple);
  text-transform: uppercase;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-2col__img-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-bottom: 3rem;
}

.grid-2col__img-right.margin-bottom-l {
  margin-bottom: 6rem;
}

.grid-2col__img-right.is--last {
  margin-bottom: 0;
}

.grid-2col-__img-left {
  float: left;
  clear: left;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  position: relative;
}

.grid-2col-__img-left.margin-bottom-l {
  margin-bottom: 5rem;
}

.section-cta {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
}

.section-cta.is--first {
  margin-top: 120px;
}

.link-icon {
  float: left;
  clear: left;
  margin-top: 1rem;
  position: relative;
}

.link-cta {
  float: left;
  clear: left;
  margin-bottom: .5rem;
  position: relative;
}

.link-footer-c {
  float: left;
  clear: left;
  text-decoration: none;
  position: relative;
}

.img-logo-footer {
  margin-bottom: 1rem;
}

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

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

.image-3 {
  color: var(--color-purple);
}

.text-block-2 {
  margin-bottom: 25px;
}

.recaptcha {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1280px) {
  ul, li {
    clear: left;
    position: relative;
  }

  .text-rich p {
    margin-bottom: 1rem;
  }

  .text-rich h2 {
    margin-bottom: 20px;
  }

  .list {
    clear: left;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    clear: left;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .nav-link.is--last {
    clear: left;
    display: flex;
    position: relative;
  }

  .wrap-content-header {
    width: 70%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-menu {
    float: left;
    clear: left;
    background-color: #e6e6e6;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    display: block;
    position: absolute;
    inset: 104px 0% auto;
  }

  .grid-footer {
    grid-template-columns: .75fr 1fr .5fr 1fr;
  }

  .grid-2col {
    grid-template-columns: 1fr;
  }

  .h2 {
    line-height: 1.25;
  }

  .wrap-content-grid.is--no-bg-color {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-brand {
    margin-left: 2rem;
  }

  .img-circle {
    margin-bottom: 1rem;
  }

  .img-circle.is--mobile {
    display: none;
  }

  .dropdown-link {
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: relative;
  }

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

  .dropdown-nav {
    float: left;
    clear: left;
    text-align: center;
    width: 100%;
  }

  .dropdown-toggle {
    clear: left;
    justify-content: center;
    margin-right: 0;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 1rem;
    padding-top: 2.1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1;
    display: flex;
  }

  .menu-button.w--open {
    aspect-ratio: 1;
    background-color: var(--color);
    border: 1px dashed #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-right: 2rem;
    padding: 1.6rem 1rem 1rem;
    display: flex;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .icon {
    color: var(--color-black);
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 2.5rem;
    line-height: .5;
    display: flex;
    position: relative;
  }

  .textarea {
    width: 80%;
  }

  .text-rich h2 {
    font-weight: 600;
  }

  .grid-2col__img-right {
    margin-bottom: 2.4rem;
  }

  .grid-2col__img-right.is--last {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .wrap-content-header {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-footer, .grid-2col {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 2rem;
    line-height: 1.25;
  }

  .h2.margin-bottom {
    margin-bottom: 3rem;
  }

  .wrap-content-grid {
    padding: 1rem 0 2rem;
  }

  .wrap-content-grid.bg-color-green {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrap-content-grid.bg-color-green.padding-top {
    padding-top: 2rem;
  }

  .wrap-content-grid.bg-color-purple-light, .wrap-content-grid.bg-color-green-light {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrap-content-grid.bg-color-blue {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .par.is-small {
    font-size: .8rem;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .text-quote {
    font-size: 1.75rem;
  }

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

  .img-sq {
    width: 100%;
    margin-bottom: 16px;
  }

  .footer-bottom {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .grid-footer-bottom {
    grid-template-columns: 1fr;
  }

  .textarea {
    width: 100%;
  }

  .grid-2col-left {
    grid-template-columns: 33fr;
  }

  .text-rich {
    width: 100%;
  }

  .text-rich h2 {
    font-weight: 600;
  }

  .grid-wrap-logos {
    grid-template-columns: 1fr;
  }

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

  .grid-2col__img-right {
    grid-template-columns: 1fr;
  }

  .img-logo-footer {
    float: left;
    clear: left;
  }
}

@media screen and (max-width: 479px) {
  .page-padding {
    padding: 3rem 1.5rem;
  }

  .page-padding.footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wrap-content-header {
    padding: 2rem 2rem 2rem 1.5rem;
  }

  .h1 {
    font-size: 226%;
  }

  .h1.margin-bottom {
    font-size: 142%;
  }

  .nav-menu {
    justify-content: center;
    display: flex;
  }

  .wrap-navbar {
    align-items: center;
    display: block;
  }

  .grid-2col {
    grid-template-columns: 1fr;
  }

  .text-subtitle {
    font-size: 1rem;
    line-height: 1.1;
  }

  .h2 {
    font-size: 1.7rem;
    line-height: 1.25;
  }

  .h2.margin-bottom {
    word-break: normal;
    margin-bottom: 3rem;
    font-size: 181%;
  }

  .wrap-content-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-content-grid.bg-color-green {
    padding-top: 2.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrap-content-grid.bg-color-purple-light {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wrap-content-grid.bg-color-green-light {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wrap-brand {
    margin-left: .5rem;
  }

  .par.is-small {
    font-size: .9rem;
  }

  .img-circle {
    clear: left;
    position: relative;
  }

  .h3, .h3.text-color-white {
    word-break: normal;
  }

  .icon-arrow-right {
    width: 16px;
  }

  .text-block {
    margin-right: .2rem;
    font-size: .8rem;
  }

  .dropdown-list.w--open {
    float: left;
    clear: left;
    width: 100%;
    position: relative;
  }

  .text-quote {
    font-size: 1.5rem;
  }

  .menu-button.w--open {
    aspect-ratio: 1;
    background-color: #fff;
    border: 1px dashed #000;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    height: auto;
    margin-top: 7px;
    margin-right: 1rem;
    padding: 1.3rem 1rem .5rem;
    display: flex;
    position: relative;
  }

  .icon {
    color: #000;
    flex: none;
    font-size: 2.25rem;
    line-height: .7;
    display: block;
  }

  .footer-bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .textarea {
    width: 100%;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-rich {
    width: 100%;
    max-width: 100%;
  }

  .text-rich h3 {
    font-size: 18px;
    line-height: 1.25;
  }

  .text-rich p {
    font-size: 15px;
  }

  .text-rich h1 {
    font-size: 186%;
    line-height: 1.25;
  }

  .text-rich h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
  }

  .grid-logos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2col__img-right, .grid-2col-__img-left.margin-bottom-l {
    grid-template-columns: 1fr;
  }
}

#w-node-d6d692f0-916e-10ac-3ebe-afa1243685c5-1cd4b364, #w-node-d6d692f0-916e-10ac-3ebe-afa1243685c8-1cd4b364, #w-node-_9691c821-739c-bec1-577a-f491e5b873b4-1cd4b364, #w-node-_9691c821-739c-bec1-577a-f491e5b873b2-1cd4b364, #w-node-_9a7a0131-b264-4edb-74ab-9bfb2329ad22-1cd4b364, #w-node-_9a7a0131-b264-4edb-74ab-9bfb2329ad24-1cd4b364, #w-node-_76791c75-de45-e7d0-7d68-0cc5d7c7a650-d7c7a64c, #w-node-_76791c75-de45-e7d0-7d68-0cc5d7c7a665-d7c7a64c, #w-node-_76791c75-de45-e7d0-7d68-0cc5d7c7a67e-d7c7a64c, #w-node-_76791c75-de45-e7d0-7d68-0cc5d7c7a67f-d7c7a64c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76791c75-de45-e7d0-7d68-0cc5d7c7a68d-d7c7a64c {
  justify-self: end;
}

#w-node-f514d056-c72f-6d01-b231-e87bd2013090-d2013087, #w-node-f514d056-c72f-6d01-b231-e87bd20130a4-d2013087, #w-node-f514d056-c72f-6d01-b231-e87bd20130ad-d2013087, #w-node-d9a8008c-2158-f469-9227-344f7238a562-af884cee, #w-node-e67b3a7f-ad23-2ad1-60fd-3dbffd72dfb2-af884cee, #w-node-_3b3b82c7-d3c7-5a8b-8b39-7688a8c5daf9-af884cee, #w-node-a219d16e-5e98-4b61-df96-9946e16e1c79-af884cee, #w-node-_6f4ccb1f-cece-63d5-c065-177f0a6e0e25-af884cee, #w-node-b4854345-6eac-f715-20a6-36cece796724-af884cee, #w-node-a9076706-3241-3ecb-4d94-2b480300baac-af884cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995a83ef-fd8f-6872-3284-f5ba14ffbeb4-af884cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c76b1413-9fe5-0b0e-2263-ed35986b7639-af884cee, #w-node-_35d907fa-1884-5b9b-2315-1f68e0c5e179-af884cee, #w-node-ecbc2c23-9844-b7c0-bb60-bd53e7231629-af884cee, #w-node-c1589202-2c74-3cc9-1090-672976841f40-af884cee, #w-node-cb93d733-1d37-657d-72a3-39a9fa68310c-af884cee, #w-node-b4f14308-c18f-8dd6-e9f7-c1ca2ad1c8f4-af884cee, #w-node-_1a31a814-992e-dffc-1056-406d4b2a92bf-af884cee, #w-node-a73ce8b2-ea59-b081-55bf-b9f5a9d2c781-af884cee, #w-node-c5d6e779-d654-450f-2847-f6b516518036-af884cee, #w-node-_9e95c9e8-b7e7-99ae-0a46-709c37b3fe30-af884cee, #w-node-_29e28d92-8354-45dc-250b-bb6fe5e9ab19-af884cee, #w-node-_3356eb1b-d8a4-4f7a-385e-0ac0492efe71-af884cee, #w-node-_1a73085f-723c-ab87-9998-89c4180c765d-af884cee, #w-node-b078a308-ad5e-f6f1-4c92-ae83b96cde87-64553475, #w-node-b078a308-ad5e-f6f1-4c92-ae83b96cde9b-64553475, #w-node-b078a308-ad5e-f6f1-4c92-ae83b96cdea4-64553475, #w-node-_4f564baf-03ee-cc64-0b8e-899d5c546f75-0a61004e, #w-node-_4f564baf-03ee-cc64-0b8e-899d5c546f78-0a61004e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6089d567-2d6f-7725-658a-da400be2a408-0a61004e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6089d567-2d6f-7725-658a-da400be2a406-0a61004e, #w-node-d551913f-9f86-afdc-7c08-efdb4b8ef1c4-0a61004e, #w-node-d551913f-9f86-afdc-7c08-efdb4b8ef1c6-0a61004e, #w-node-_47d80077-9438-cd26-55ad-1a91261f8e11-73dded60, #w-node-_47d80077-9438-cd26-55ad-1a91261f8e13-73dded60, #w-node-_09d3033a-59cb-0b33-93d0-cdc3dfc95636-73dded60, #w-node-_09d3033a-59cb-0b33-93d0-cdc3dfc9563d-73dded60, #w-node-_675d55b3-9f4e-d482-5c52-d42ba801bb64-73dded60, #w-node-_675d55b3-9f4e-d482-5c52-d42ba801bb66-73dded60, #w-node-ad2a9593-258a-3cdb-ca80-471f99c86f75-ff3c06b4, #w-node-_2fd17192-86f8-bb9a-c2c1-f23c8f3c6c68-ff3c06b4, #w-node-edfc5283-e09c-fd72-f865-d4f56ee67747-ff3c06b4, #w-node-edfc5283-e09c-fd72-f865-d4f56ee67749-ff3c06b4, #w-node-a24c3435-78e8-cc8e-36af-b0341cb4a261-dd446c73, #w-node-a24c3435-78e8-cc8e-36af-b0341cb4a268-dd446c73, #w-node-a24c3435-78e8-cc8e-36af-b0341cb4a26b-dd446c73, #w-node-a24c3435-78e8-cc8e-36af-b0341cb4a26e-dd446c73, #w-node-_6ea58d4e-67da-3b85-334c-0437f9095423-c98468b4, #w-node-_6ea58d4e-67da-3b85-334c-0437f9095437-c98468b4, #w-node-d0362b90-264a-4175-c3c4-655286e369f1-c98468b4, #w-node-d0362b90-264a-4175-c3c4-655286e369ea-c98468b4, #w-node-_6ea58d4e-67da-3b85-334c-0437f909543c-c98468b4, #w-node-_6ea58d4e-67da-3b85-334c-0437f909543a-c98468b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_76791c75-de45-e7d0-7d68-0cc5d7c7a68d-d7c7a64c {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}