/* Grid
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 61rem) {
  .wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
.wrapper .wrapper {
  padding: 0;
}

.row {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 61rem) {
  .row {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 12;
}

.col-xs-1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 1;
}

.col-xs-2 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 2;
}

.col-xs-3 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 3;
}

.col-xs-4 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 4;
}

.col-xs-5 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 5;
}

.col-xs-6 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 6;
}

.col-xs-7 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 7;
}

.col-xs-8 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 8;
}

.col-xs-9 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 9;
}

.col-xs-10 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 10;
}

.col-xs-11 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 11;
}

.col-xs-12 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-end: span 12;
}

.col-xs-start-0 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 1;
}

.col-xs-start-1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 2;
}

.col-xs-start-2 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 3;
}

.col-xs-start-3 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 4;
}

.col-xs-start-4 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 5;
}

.col-xs-start-5 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 6;
}

.col-xs-start-6 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 7;
}

.col-xs-start-7 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 8;
}

.col-xs-start-8 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 9;
}

.col-xs-start-9 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 10;
}

.col-xs-start-10 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 11;
}

.col-xs-start-11 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 12;
}

.col-xs-start-12 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  grid-column-start: 13;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  justify-self: start;
  text-align: left;
}

.center-xs {
  justify-self: center;
  text-align: center;
}

.end-xs {
  justify-self: end;
  text-align: right;
}

.top-xs {
  align-items: start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: end;
}

.around-xs {
  justify-items: space-around;
}

.between-xs {
  justify-items: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 32em) {
  .container {
    width: 32rem;
  }
  .col-xs {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xs-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xs-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xs-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xs-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xs-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xs-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xs-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xs-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xs-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xs-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xs-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xs-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xs-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xs-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xs {
    justify-self: start;
    text-align: left;
  }
  .center-xs {
    justify-self: center;
    text-align: center;
  }
  .end-xs {
    justify-self: end;
    text-align: right;
  }
  .top-xs {
    align-self: start;
  }
  .middle-xs {
    align-self: center;
  }
  .bottom-xs {
    align-self: end;
  }
  .around-xs {
    justify-items: space-around;
  }
  .between-xs {
    justify-items: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
@media only screen and (min-width: 46em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-sm-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-sm-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-sm-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-sm-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-sm-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-sm-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-sm-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-sm-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-sm-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-sm-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-sm-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-sm-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-sm-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-sm-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    justify-self: start;
    text-align: left;
  }
  .center-sm {
    justify-self: center;
    text-align: center;
  }
  .end-sm {
    justify-self: end;
    text-align: right;
  }
  .top-sm {
    align-self: start;
  }
  .middle-sm {
    align-self: center;
  }
  .bottom-sm {
    align-self: end;
  }
  .around-sm {
    justify-items: space-around;
  }
  .between-sm {
    justify-items: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 61em) {
  .container {
    width: 61rem;
  }
  .col-md {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-md-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-md-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-md-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-md-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-md-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-md-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-md-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-md-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-md-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-md-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-md-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-md-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-md-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-md-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-md-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-md-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-md-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-md-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-md-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-md-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-md-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-md-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-md-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-md-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-md-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    justify-self: start;
    text-align: left;
  }
  .center-md {
    justify-self: center;
    text-align: center;
  }
  .end-md {
    justify-self: end;
    text-align: right;
  }
  .top-md {
    align-self: start;
  }
  .middle-md {
    align-self: center;
  }
  .bottom-md {
    align-self: end;
  }
  .around-md {
    justify-items: space-around;
  }
  .between-md {
    justify-items: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 73em) {
  .container {
    width: 73rem;
  }
  .col-lg {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-lg-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-lg-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-lg-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-lg-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-lg-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-lg-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-lg-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-lg-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-lg-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-lg-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-lg-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-lg-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-lg-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-lg-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    justify-self: start;
    text-align: left;
  }
  .center-lg {
    justify-self: center;
    text-align: center;
  }
  .end-lg {
    justify-self: end;
    text-align: right;
  }
  .top-lg {
    align-self: start;
  }
  .middle-lg {
    align-self: center;
  }
  .bottom-lg {
    align-self: end;
  }
  .around-lg {
    justify-items: space-around;
  }
  .between-lg {
    justify-items: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 87.5em) {
  .container {
    width: 87.5rem;
  }
  .col-xl {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xl-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xl-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xl-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xl-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xl-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xl-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xl-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xl-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xl-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xl-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xl-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xl-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xl-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xl-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xl-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xl-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xl-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xl-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xl-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xl-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xl-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xl-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xl-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xl-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xl-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xl {
    justify-self: start;
    text-align: left;
  }
  .center-xl {
    justify-self: center;
    text-align: center;
  }
  .end-xl {
    justify-self: end;
    text-align: right;
  }
  .top-xl {
    align-self: start;
  }
  .middle-xl {
    align-self: center;
  }
  .bottom-xl {
    align-self: end;
  }
  .around-xl {
    justify-items: space-around;
  }
  .between-xl {
    justify-items: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
@media only screen and (min-width: 106em) {
  .container {
    width: 106rem;
  }
  .col-xxl {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xxl-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xxl-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xxl-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xxl-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xxl-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xxl-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xxl-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xxl-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xxl-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xxl-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xxl-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xxl-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xxl-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xxl-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xxl-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xxl-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xxl-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xxl-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xxl-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xxl-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xxl-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xxl-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xxl-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xxl-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xxl-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xxl {
    justify-self: start;
    text-align: left;
  }
  .center-xxl {
    justify-self: center;
    text-align: center;
  }
  .end-xxl {
    justify-self: end;
    text-align: right;
  }
  .top-xxl {
    align-self: start;
  }
  .middle-xxl {
    align-self: center;
  }
  .bottom-xxl {
    align-self: end;
  }
  .around-xxl {
    justify-items: space-around;
  }
  .between-xxl {
    justify-items: space-between;
  }
  .first-xxl {
    order: -1;
  }
  .last-xxl {
    order: 1;
  }
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] div[data-title=Column] {
  display: contents;
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] div[data-title=Column] div[data-is-drop-zone=true] {
  display: contents;
}

/* Variables
--------------------------------------------- */
.bg-purple-dark {
  background-color: #4B1F68;
}

.text-purple-dark, .site-footer .footer-menu a, .site-footer .contact-detail a {
  color: #4B1F68;
}
.text-purple-dark a.secondary-link, .site-footer .footer-menu a a.secondary-link, .site-footer .contact-detail a a.secondary-link {
  color: #4B1F68;
}
.text-purple-dark a.secondary-link:before, .site-footer .footer-menu a a.secondary-link:before, .site-footer .contact-detail a a.secondary-link:before {
  background-color: #4B1F68;
}
.text-purple-dark hr, .site-footer .footer-menu a hr, .site-footer .contact-detail a hr {
  border-top: 1px solid #4B1F68;
}

.bg-purple-soft {
  background-color: #B50E7D;
}

.text-purple-soft {
  color: #B50E7D;
}
.text-purple-soft a.secondary-link {
  color: #B50E7D;
}
.text-purple-soft a.secondary-link:before {
  background-color: #B50E7D;
}
.text-purple-soft hr {
  border-top: 1px solid #B50E7D;
}

.bg-blue-dark {
  background-color: #9290C6;
}

.text-blue-dark {
  color: #9290C6;
}
.text-blue-dark a.secondary-link {
  color: #9290C6;
}
.text-blue-dark a.secondary-link:before {
  background-color: #9290C6;
}
.text-blue-dark hr {
  border-top: 1px solid #9290C6;
}

.bg-blue-soft {
  background-color: #36BCEE;
}

.text-blue-soft {
  color: #36BCEE;
}
.text-blue-soft a.secondary-link {
  color: #36BCEE;
}
.text-blue-soft a.secondary-link:before {
  background-color: #36BCEE;
}
.text-blue-soft hr {
  border-top: 1px solid #36BCEE;
}

.bg-white {
  background-color: #FFFFFF;
}

.text-white {
  color: #FFFFFF;
}
.text-white a.secondary-link {
  color: #FFFFFF;
}
.text-white a.secondary-link:before {
  background-color: #FFFFFF;
}
.text-white hr {
  border-top: 1px solid #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}
.text-black a.secondary-link {
  color: #000000;
}
.text-black a.secondary-link:before {
  background-color: #000000;
}
.text-black hr {
  border-top: 1px solid #000000;
}

.bg-warm-grey-1 {
  background-color: #ECEAE6;
}

.text-warm-grey-1 {
  color: #ECEAE6;
}
.text-warm-grey-1 a.secondary-link {
  color: #ECEAE6;
}
.text-warm-grey-1 a.secondary-link:before {
  background-color: #ECEAE6;
}
.text-warm-grey-1 hr {
  border-top: 1px solid #ECEAE6;
}

.bg-cool-white {
  background-color: #F4EFF6;
}

.text-cool-white {
  color: #F4EFF6;
}
.text-cool-white a.secondary-link {
  color: #F4EFF6;
}
.text-cool-white a.secondary-link:before {
  background-color: #F4EFF6;
}
.text-cool-white hr {
  border-top: 1px solid #F4EFF6;
}

.bg-mid-white {
  background-color: #EDF4F5;
}

.text-mid-white {
  color: #EDF4F5;
}
.text-mid-white a.secondary-link {
  color: #EDF4F5;
}
.text-mid-white a.secondary-link:before {
  background-color: #EDF4F5;
}
.text-mid-white hr {
  border-top: 1px solid #EDF4F5;
}

.bg-purple-heartroot {
  background-color: #4B1F68;
}

.text-purple-heartroot, .modal-button {
  color: #4B1F68;
}
.text-purple-heartroot a.secondary-link, .modal-button a.secondary-link {
  color: #4B1F68;
}
.text-purple-heartroot a.secondary-link:before, .modal-button a.secondary-link:before {
  background-color: #4B1F68;
}
.text-purple-heartroot hr, .modal-button hr {
  border-top: 1px solid #4B1F68;
}

/* Base
--------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0.8s ease;
  width: 100vw;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  width: 100vw;
  background-color: #F4EFF6;
}

.excerpt_thumbnail figure img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.excerpt_thumbnail figcaption {
  margin-left: 0px;
  margin-top: 10px;
}
@media (min-width: 73rem) {
  .excerpt_thumbnail figcaption {
    margin-left: 4rem;
  }
}

.category-wrap {
  margin-top: 24px;
}

.column-content img {
  width: 100%;
  height: auto;
}
.column-content .text-block p, .column-content .text-block .ol-map-container .ol-map-popup__inner h3, .ol-map-container .ol-map-popup__inner .column-content .text-block h3, .column-content .text-block .ol-map-container .ol-map-popup__inner .introduction, .ol-map-container .ol-map-popup__inner .column-content .text-block .introduction, .column-content .text-block .ol-map-container .ol-map-popup__inner .card-title, .ol-map-container .ol-map-popup__inner .column-content .text-block .card-title {
  margin-bottom: 2rem;
}
.column-content .text-block p:last-of-type, .column-content .text-block .ol-map-container .ol-map-popup__inner h3:last-of-type, .ol-map-container .ol-map-popup__inner .column-content .text-block h3:last-of-type, .column-content .text-block .ol-map-container .ol-map-popup__inner .introduction:last-of-type, .ol-map-container .ol-map-popup__inner .column-content .text-block .introduction:last-of-type, .column-content .text-block .ol-map-container .ol-map-popup__inner .card-title:last-of-type, .ol-map-container .ol-map-popup__inner .column-content .text-block .card-title:last-of-type {
  margin-bottom: 0px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.button, .gdpr-banner .gdpr-btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: inline-flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding: 12px 18px 12px 24px;
  border-radius: 100vw;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 700;
  background: #4B1F68;
  color: white;
}
.button.primary:after, .gdpr-banner .button.gdpr-btn--primary:after, .gdpr-banner .primary.gdpr-btn:after, .gdpr-banner .gdpr-btn.gdpr-btn--primary:after,
button.primary:after,
.gdpr-banner button.gdpr-btn--primary:after,
input[type=button].primary:after,
.gdpr-banner input[type=button].gdpr-btn--primary:after,
input[type=reset].primary:after,
.gdpr-banner input[type=reset].gdpr-btn--primary:after,
input[type=submit].primary:after,
.gdpr-banner input[type=submit].gdpr-btn--primary:after {
  content: "arrow_right_alt";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  padding-left: 12px;
  line-height: 1;
  transition: all 0.3s ease;
}
.button:hover, .gdpr-banner .gdpr-btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #B50E7D;
  color: white;
}
.button.outlined, .gdpr-banner .button.gdpr-btn--secondary, .gdpr-banner .outlined.gdpr-btn, .gdpr-banner .gdpr-btn.gdpr-btn--secondary,
button.outlined,
.gdpr-banner button.gdpr-btn--secondary,
input[type=button].outlined,
.gdpr-banner input[type=button].gdpr-btn--secondary,
input[type=reset].outlined,
.gdpr-banner input[type=reset].gdpr-btn--secondary,
input[type=submit].outlined,
.gdpr-banner input[type=submit].gdpr-btn--secondary {
  border: 1px solid #4B1F68;
  color: #4B1F68;
  background: transparent;
}
.button.outlined:hover, .gdpr-banner .button.gdpr-btn--secondary:hover, .gdpr-banner .outlined.gdpr-btn:hover, .gdpr-banner .gdpr-btn.gdpr-btn--secondary:hover,
button.outlined:hover,
.gdpr-banner button.gdpr-btn--secondary:hover,
input[type=button].outlined:hover,
.gdpr-banner input[type=button].gdpr-btn--secondary:hover,
input[type=reset].outlined:hover,
.gdpr-banner input[type=reset].gdpr-btn--secondary:hover,
input[type=submit].outlined:hover,
.gdpr-banner input[type=submit].gdpr-btn--secondary:hover {
  background: #B50E7D !important;
  color: white !important;
}
.button.outlined:after, .gdpr-banner .button.gdpr-btn--secondary:after, .gdpr-banner .outlined.gdpr-btn:after, .gdpr-banner .gdpr-btn.gdpr-btn--secondary:after,
button.outlined:after,
.gdpr-banner button.gdpr-btn--secondary:after,
input[type=button].outlined:after,
.gdpr-banner input[type=button].gdpr-btn--secondary:after,
input[type=reset].outlined:after,
.gdpr-banner input[type=reset].gdpr-btn--secondary:after,
input[type=submit].outlined:after,
.gdpr-banner input[type=submit].gdpr-btn--secondary:after {
  content: "arrow_right_alt";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  padding-left: 12px;
  line-height: 1;
  transition: all 0.3s ease;
}

.back-link {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 12px;
  line-height: 1;
  align-items: center;
  color: #4B1F68;
  font-weight: 700;
  margin-bottom: 32px;
}
.back-link:before {
  content: " ";
  background-image: url("/wp-content/themes/carelink/dist/img/prev-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
}

.secondary-link {
  transition: all 0.4s ease;
  color: #4B1F68;
  font-weight: 700;
}
.secondary-link:after {
  content: " ";
  margin-left: 8px;
  width: 22px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 4H21.5' stroke='%23D96A57'/%3E%3Cpath d='M19 1L22 4L19 7' stroke='%23D96A57'/%3E%3C/svg%3E%0A");
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.5s ease;
}

.tertiary-link, .gdpr-banner .gdpr-btn--ghost {
  color: #4B1F68;
  text-decoration: underline;
}
.category-tag {
  color: white;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 6px;
  margin-bottom: 8px;
  display: inline-block;
  margin-right: 8px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-radius: 5px;
  padding: 20px 26px;
  display: block;
  width: 100%;
  margin-top: 10px;
  background-color: transparent;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  background-color: white;
}

@media (max-width: 61rem) {
  .scrolled .site-header .wrapper {
    padding: 1rem;
  }
}
.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  transition: all 0.8s ease-in-out;
  z-index: 99;
}
.site-header .wrapper {
  display: flex;
  transition: padding-left 0.8s ease, padding-right 0.8s ease;
  padding: 2rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: rgba(255, 248, 241, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 61rem) {
  .site-header .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 73rem) {
  .site-header .wrapper {
    padding: 10px 24px;
  }
}
@media (max-width: 61rem) {
  .site-header .header-buttons {
    margin: 2rem;
  }
}
.site-header .logo {
  position: relative;
  z-index: 2;
  max-width: 200px;
  transition: max-width 0.5s ease;
}
@media (min-widht: 73rem) {
  .site-header .logo {
    max-width: 200px;
  }
}
@media (min-width: 87.5rem) {
  .site-header .logo {
    max-width: 300px;
  }
}
.site-header .hamburger {
  position: relative;
  z-index: 2;
}

.logged-in .site-header {
  top: 32px;
}
.logged-in.scrolled .site-header {
  top: 0px;
}

.site-footer {
  background-position: bottom left;
  background-size: 40%;
  background-repeat: no-repeat;
  padding: 45px 0px 45px 0px;
}
@media (min-width: 73rem) {
  .site-footer {
    padding: 90px 0px;
    background-size: 20%;
  }
}
@media (max-width: 46rem) {
  .site-footer .footer-icon img {
    max-width: 32px;
  }
}
.site-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}
.site-footer ul li {
  margin: 0px;
  padding: 0px;
}
.site-footer p, .site-footer .ol-map-container .ol-map-popup__inner h3, .ol-map-container .ol-map-popup__inner .site-footer h3, .site-footer .ol-map-container .ol-map-popup__inner .introduction, .ol-map-container .ol-map-popup__inner .site-footer .introduction, .site-footer .ol-map-container .ol-map-popup__inner .card-title, .ol-map-container .ol-map-popup__inner .site-footer .card-title {
  margin-bottom: 16px;
}
.site-footer a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.site-footer a:hover {
  opacity: 0.8;
}
.site-footer .address {
  margin-bottom: 32px;
}
@media (max-width: 46rem) {
  .site-footer .contact-detail:first-of-type {
    margin-top: 0px;
  }
}
.site-footer .contact-detail a {
  text-decoration: none;
}
.site-footer .connect-with-us {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer .social-media {
  margin-bottom: 20px;
}
@media (max-width: 46rem) {
  .site-footer .social-media {
    margin-top: 32px;
  }
}
.site-footer .social-media a {
  text-decoration: none;
}
.site-footer .lower-footer-wrap {
  margin-top: 2rem;
}
@media (min-width: 61rem) {
  .site-footer .lower-footer-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 0px;
  }
}
.site-footer .footer-menu ul {
  margin: 0px;
  padding: 0px;
}
.site-footer .footer-menu ul li {
  margin: 5px 0px 0px;
  padding: 0px;
}
.site-footer .footer-menu a {
  text-decoration: none;
}
.site-footer .footer-menu a:hover {
  opacity: 0.8;
}

.site-header.open-nav .navigation-wrapper {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
}
.site-header.open-nav .main-navigation {
  visibility: visible;
  pointer-events: auto;
}
.site-header.open-nav button.hamburger .line {
  background: #36BCEE;
}
.site-header.reversed .main-navigation > ul > li.current_page_item > a {
  color: #36BCEE;
}

.navigation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  display: contents;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 61rem) {
  .navigation-wrapper {
    max-height: 100%;
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
  }
}
.navigation-wrapper .footer-menu ul {
  margin-top: 0px;
  padding-top: 2rem;
  margin-left: 0px;
  padding-left: 0px;
}
.navigation-wrapper .footer-menu ul li {
  padding: 0;
  margin: 0px;
}
.navigation-wrapper .footer-menu ul li a {
  font-size: 14px;
  padding-left: 0px;
}

.main-navigation .footer-nav-in-mobile-nav {
  display: none;
}

@media (max-width: 61rem) {
  .main-navigation .footer-nav-in-mobile-nav {
    display: flex;
    flex-direction: column-reverse;
    margin-top: auto;
    padding: 2rem;
  }
  .main-navigation .footer-nav-in-mobile-nav .social-wrap {
    margin-top: 2rem;
  }
  .main-navigation .footer-nav-in-mobile-nav .social-wrap a {
    margin-right: 0.75rem;
  }
}
@media (max-width: 61rem) {
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    max-height: 100svh;
    overflow: scroll;
    transition: none;
    visibility: hidden;
    pointer-events: none;
    background: #FFFFFF;
  }
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 15svh 2rem 0rem 2rem;
  list-style: none;
  margin: 0;
  margin-left: 0px;
}
.main-navigation ul > li a {
  color: #4B1F68;
}
@media (max-width: 61rem) {
  .main-navigation ul > li {
    border-bottom: 1px solid #B50E7D;
  }
  .main-navigation ul > li a {
    color: #4B1F68;
  }
}
.main-navigation ul > li {
  width: 100%;
  padding: 8px 0;
  position: relative;
}
.main-navigation ul > li > .nav-toggle {
  position: absolute;
  right: 0rem;
  top: 8px;
  left: unset;
}
.main-navigation ul li {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 16px;
}
.main-navigation ul li a {
  padding: 0;
}
.main-navigation ul li.open .nav-arrow {
  transform: rotate(180deg);
}
.main-navigation ul li .nav-arrow {
  position: absolute;
  top: 12px;
  right: 0px;
  max-width: 20px;
  transition: all 0.5s ease;
}
.main-navigation ul li .nav-toggle {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.41113 3L7.37711 9.74614L13.3431 3" stroke="%23091730" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
}
.main-navigation ul li .nav-toggle[aria-expanded=true] {
  transform: rotate(180deg);
  background-color: #36BCEE;
  background-image: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3438 7.74609L7.37777 0.99995L1.41179 7.74609" stroke="%23091730" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
}
.main-navigation ul li > ul {
  margin-top: 0px;
}
@media (max-width: 61rem) {
  .main-navigation ul li ul.sub-menu {
    display: block;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    margin-top: 0;
  }
  .main-navigation ul li ul.sub-menu ul.sub-menu {
    height: auto;
  }
  .main-navigation ul li ul.sub-menu > li {
    border-bottom: 0px solid #B50E7D;
    padding: 0px;
    margin: 0px;
  }
  .main-navigation ul li ul.sub-menu > li a {
    font-size: 18px;
  }
  .main-navigation ul li ul.sub-menu > li:first-of-type {
    margin-bottom: -1px;
  }
  .main-navigation ul li ul.sub-menu li {
    margin-bottom: 0px;
    font-family: "Lato", sans-serif;
  }
  .main-navigation ul li ul.sub-menu li ul li {
    background-color: white;
  }
  .main-navigation ul li ul.sub-menu li ul li a {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 0 2rem;
    margin-bottom: 0px;
  }
  .main-navigation ul li ul.sub-menu li ul li:last-of-type {
    padding-bottom: 1rem;
  }
  .main-navigation ul li ul.sub-menu li:last-of-type {
    padding-bottom: 0px;
  }
  .main-navigation ul li ul.sub-menu li a {
    text-transform: none;
    letter-spacing: 0px;
    color: #4B1F68;
  }
  .main-navigation ul li ul.sub-menu.open {
    margin: 0px 0px 24px;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu {
    overflow: visible;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu > li {
    background: white;
    padding: 8px 0px;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu > li a {
    font-size: 16px;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu > li:last-of-type {
    padding-bottom: 16px;
  }
  .main-navigation ul li ul.sub-menu.open ul.sub-menu > li:first-of-type {
    padding-top: 16px;
  }
}
@media (min-width: 61rem) {
  .main-navigation {
    position: relative;
    width: auto;
    display: flex;
    padding: 0;
    border-radius: 0px !important;
  }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
  }
  .main-navigation ul > li {
    white-space: nowrap;
  }
  .main-navigation ul li {
    display: flex;
    align-items: center;
    margin-left: 2rem;
    position: relative;
    font-family: "Lato", sans-serif;
    padding: 0;
    margin-bottom: 0;
    z-index: 1;
    cursor: pointer;
  }
  .main-navigation ul li:first-of-type {
    margin-left: 0 !important;
  }
  .main-navigation ul li.current_page_item > a {
    border-bottom: 1px solid;
    color: #4B1F68;
  }
  .main-navigation ul li .nav-toggle {
    display: none;
  }
  .main-navigation ul li.menu-item-has-children:after {
    content: "keyboard_arrow_down";
    font-family: "Material Symbols Outlined";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    transition: all 0.3s ease;
  }
  .main-navigation ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid white;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .main-navigation ul li.menu-item-has-children:hover:before {
    opacity: 1;
  }
  .main-navigation ul li a {
    transition: all 0.4s ease;
    color: #4B1F68;
    opacity: 1;
    display: inline-block;
    position: relative;
    padding: 0;
  }
  .main-navigation ul li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #4B1F68;
    display: block;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .main-navigation ul li a:hover:after {
    transform: scaleX(1);
  }
  .main-navigation ul li a:not(:hover):after {
    transform-origin: right;
  }
  .main-navigation ul li .nav-toggle {
    display: none;
  }
  .main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    margin-top: 16px;
    padding: 1rem 1.25rem 1.25rem;
    max-height: none;
    overflow: visible;
    height: auto;
    z-index: 990009;
    background: white;
    border-radius: 16px;
    min-width: 100%;
  }
}
@media (min-width: 61rem) and (min-width: 61rem) {
  .main-navigation ul li ul.sub-menu {
    min-width: 230px;
  }
}
@media (min-width: 61rem) and (min-width: 106rem) {
  .main-navigation ul li ul.sub-menu {
    min-width: 280px;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li ul.sub-menu li {
    padding: 0 0 8px 0;
    margin-left: 0;
    display: block;
  }
  .main-navigation ul li ul.sub-menu li:last-of-type {
    padding-bottom: 0px;
  }
  .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
    display: none;
  }
  .main-navigation ul li ul.sub-menu li.sub-nav-title > a {
    cursor: default;
  }
  .main-navigation ul li ul.sub-menu li.sub-nav-title > a:after {
    opacity: 0;
  }
  .main-navigation ul li ul.sub-menu li.sub-nav-title > a:hover:after {
    opacity: 0;
  }
  .main-navigation ul li ul.sub-menu li a {
    text-transform: none;
    letter-spacing: 0;
    color: #4B1F68;
  }
  .main-navigation ul li ul.sub-menu li ul {
    border: 0;
    padding: 0;
    margin: 8px 0 0;
    position: relative;
    box-shadow: none;
    top: 0px;
    left: 0px;
    min-width: auto;
    transform: none;
  }
  .main-navigation ul li ul.sub-menu li ul:before, .main-navigation ul li ul.sub-menu li ul:after {
    display: none;
  }
  .main-navigation ul li ul.sub-menu li ul li {
    width: auto;
  }
  .main-navigation ul li ul.sub-menu li ul li a {
    font-size: 13px;
  }
}
@media (min-width: 61rem) and (min-width: 106rem) {
  .main-navigation ul li ul.sub-menu li ul li a {
    font-size: 16px;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li ul.sub-menu li ul li ul {
    position: relative;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li.menu-2-cols > ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 2rem;
    min-width: 100%;
  }
}
@media (min-width: 61rem) and (min-width: 61rem) {
  .main-navigation ul li.menu-2-cols > ul.sub-menu {
    min-width: 460px;
    height: auto !important;
  }
}
@media (min-width: 61rem) and (min-width: 106rem) {
  .main-navigation ul li.menu-2-cols > ul.sub-menu {
    min-width: 560px;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li.menu-1-cols > ul.sub-menu {
    display: block;
  }
}
@media (min-width: 61rem) {
  .main-navigation ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: unset;
  }
  .main-navigation ul li:hover:after {
    transform: rotate(180deg);
  }
}

button.hamburger {
  display: block;
  width: 24px;
  height: 10px;
  padding: 0;
  position: relabative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 !important;
  background: transparent !important;
}
@media (min-width: 61rem) {
  button.hamburger {
    display: none;
  }
}
button.hamburger .line {
  width: 100%;
  height: 1px;
  background: #4B1F68;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease;
}
button.hamburger .line:nth-of-type(2) {
  top: 5px;
}
button.hamburger .line:nth-of-type(3) {
  top: 10px;
}
button.hamburger.open .line {
  transform: rotate(45deg) translate(0px, 7px);
}
button.hamburger.open .line:nth-of-type(2) {
  opacity: 0;
}
button.hamburger.open .line:nth-of-type(3) {
  transform: rotate(-45deg) translate(0px, -7px);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 61rem) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
  }
}
.accent {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
}

small, .breadcrumbs, .tag, .site-footer ul li {
  font-size: 10px;
  line-height: 16px;
}
@media (min-width: 61rem) {
  small, .breadcrumbs, .tag, .site-footer ul li {
    font-size: 12px;
    line-height: 18px;
  }
}

.bio-introduction {
  font-size: 1.2rem;
}
@media (min-width: 61rem) {
  .bio-introduction {
    font-size: 1.3rem;
  }
}
@media (min-width: 73rem) {
  .bio-introduction {
    font-size: 1.5rem;
  }
}
@media (min-width: 106rem) {
  .bio-introduction {
    font-size: 1.625rem;
  }
}

h1,
h2,
.stat,
h3,
.introduction,
.card-title,
h4,
.gdpr-banner__title,
.small-introduction,
h5,
.modal-button {
  clear: both;
  margin: 0px;
  font-family: "DM Serif Display", serif;
  font-weight: 300;
}

.main-nav-item, .main-navigation ul li {
  font-size: 28px;
  font-family: "DM Serif Display", serif;
}
@media (min-width: 61rem) {
  .main-nav-item, .main-navigation ul li {
    font-size: 14px;
    font-family: "Lato", sans-serif;
  }
}
@media (min-width: 87.5rem) {
  .main-nav-item, .main-navigation ul li {
    font-size: 16px;
  }
}
@media (min-width: 106rem) {
  .main-nav-item, .main-navigation ul li {
    font-size: 18px;
  }
}

.block-text h1, .block-text h2, .block-text .stat, .block-text h3, .block-text .introduction, .block-text .card-title {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.block-text h1:first-of-type, .block-text h2:first-of-type, .block-text .stat:first-of-type, .block-text h3:first-of-type, .block-text .introduction:first-of-type, .block-text .card-title:first-of-type {
  margin-top: 0;
}
.block-text table {
  margin-bottom: 2rem;
}

.sub-heading {
  font-size: 1.2rem;
  font-weight: 700;
}
@media (min-width: 61rem) {
  .sub-heading {
    font-size: 1.4rem;
  }
}
@media (min-width: 73rem) {
  .sub-heading {
    font-size: 1.6rem;
  }
}
@media (min-width: 106rem) {
  .sub-heading {
    font-size: 2rem;
  }
}

.call-to-action p:first-of-type, .call-to-action .ol-map-container .ol-map-popup__inner h3:first-of-type, .ol-map-container .ol-map-popup__inner .call-to-action h3:first-of-type, .call-to-action .ol-map-container .ol-map-popup__inner .introduction:first-of-type, .ol-map-container .ol-map-popup__inner .call-to-action .introduction:first-of-type, .call-to-action .ol-map-container .ol-map-popup__inner .card-title:first-of-type, .ol-map-container .ol-map-popup__inner .call-to-action .card-title:first-of-type {
  margin-top: 0;
}

.shoulder-nav-item {
  font-size: 20px;
  font-family: "Lato", sans-serif;
}
@media (min-width: 61rem) {
  .shoulder-nav-item {
    font-size: 12px;
    font-family: "Lato", sans-serif;
  }
}
@media (min-width: 87.5rem) {
  .shoulder-nav-item {
    font-size: 14px;
  }
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

h1 {
  font-size: 2.1rem;
  line-height: 1;
}
@media (min-width: 61rem) {
  h1 {
    font-size: 2.9rem;
  }
}
@media (min-width: 73rem) {
  h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 106rem) {
  h1 {
    font-size: 4.5rem;
  }
}

h2, .stat {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (min-width: 61rem) {
  h2, .stat {
    font-size: 2.8rem;
  }
}
@media (min-width: 73rem) {
  h2, .stat {
    font-size: 3.4rem;
  }
}
@media (min-width: 106rem) {
  h2, .stat {
    font-size: 4.25rem;
  }
}

h3, .introduction, .card-title {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (min-width: 61rem) {
  h3, .introduction, .card-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 73rem) {
  h3, .introduction, .card-title {
    font-size: 2rem;
  }
}
@media (min-width: 106rem) {
  h3, .introduction, .card-title {
    font-size: 2.625rem;
  }
}

h4, .gdpr-banner__title, .small-introduction {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (min-width: 61rem) {
  h4, .gdpr-banner__title, .small-introduction {
    font-size: 1.3rem;
  }
}
@media (min-width: 73rem) {
  h4, .gdpr-banner__title, .small-introduction {
    font-size: 1.5rem;
  }
}
@media (min-width: 106rem) {
  h4, .gdpr-banner__title, .small-introduction {
    font-size: 1.625rem;
  }
}

h5, .modal-button {
  font-size: 1rem;
  line-height: 1.2;
}

.tag {
  background: white;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 8px;
  align-self: flex-start;
  margin-bottom: 1rem;
  font-weight: 700;
}

.stat {
  font-weight: 300;
}

b, strong, .ol-map-container .ol-map-popup__inner h3, .ol-map-container .ol-map-popup__inner .introduction, .ol-map-container .ol-map-popup__inner .card-title {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #fff;
  line-height: 1;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

del {
  text-decoration: none;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

.breadcrumbs {
  margin-bottom: 24px;
  background: white;
  padding: 0.25rem 1rem;
  display: inline-block;
}
.breadcrumbs a {
  color: #4B1F68;
}
.breadcrumbs span.breadcrumb_last {
  font-weight: 700;
  color: #4B1F68;
}
.breadcrumbs p, .breadcrumbs .ol-map-container .ol-map-popup__inner h3, .ol-map-container .ol-map-popup__inner .breadcrumbs h3, .breadcrumbs .ol-map-container .ol-map-popup__inner .introduction, .ol-map-container .ol-map-popup__inner .breadcrumbs .introduction, .breadcrumbs .ol-map-container .ol-map-popup__inner .card-title, .ol-map-container .ol-map-popup__inner .breadcrumbs .card-title {
  display: inline-block;
  margin: 0;
  color: #4B1F68;
}

.post-hero .categories {
  margin-bottom: 32px;
}
.post-hero .categories a.category-tag {
  margin-right: 8px;
}
@media (max-width: 46rem) {
  .post-hero.pt-large {
    padding-top: 128px;
  }
}
.post-hero .event-meta {
  display: flex;
  margin-left: 2px;
}
@media (min-width: 61rem) {
  .post-hero .event-meta {
    margin-left: 8px;
  }
}
.post-hero .event-meta img {
  align-self: center;
  margin-right: 4px;
}
.post-hero .event-meta .event-meta_date {
  display: flex;
  margin-right: 8px;
}
.post-hero .event-meta .event-meta_time {
  display: flex;
}

.post-content img {
  max-width: 100%;
}
.post-content figure {
  max-width: 100%;
}
.post-content figure figcaption {
  font-size: 12px;
}
.post-content a {
  text-decoration: underline;
  transition: all 0.4s ease;
}
.post-content .featured-image img {
  width: 100%;
}

.more-news {
  background-size: 80% !important;
  background-position: bottom left;
  background-repeat: no-repeat;
}

@media (max-width: 61rem) {
  .bio-consultants .pt-medium {
    padding-top: 15vh;
  }
}
.bio-consultants .bio-consultants__media {
  margin-bottom: 32px;
}
.bio-consultants .bio-consultants__media img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.bio-consultants .bio-sidebar span.accent {
  display: block;
}
.bio-consultants .bio-sidebar__content {
  padding: 1rem;
}
@media (min-width: 61rem) {
  .bio-consultants .bio-sidebar__content {
    padding: 2rem;
  }
}
.bio-consultants .bio-sidebar__item {
  margin-bottom: 1rem;
}
@media (min-width: 61rem) {
  .bio-consultants .bio-sidebar__item {
    margin-bottom: 2rem;
  }
}
.bio-consultants .bio-sidebar__item:last-of-type {
  margin-bottom: 0;
}
.bio-consultants .bio-sidebar__item a {
  display: block;
  color: #4B1F68;
  font-weight: 700;
}
.bio-consultants .bio-sidebar .bio-sidebar__email a {
  color: #4B1F68;
}
.bio-consultants .bio-sidebar .bio-sidebar__phone a {
  color: #4B1F68;
}
.bio-consultants .bio-sidebar__health-link-referrals {
  background-color: #F4EFF6;
  padding: 1rem;
}
@media (min-width: 61rem) {
  .bio-consultants .bio-sidebar__health-link-referrals {
    padding: 2rem;
  }
}
.bio-consultants .bio-overview {
  margin-top: 2rem;
}
@media (min-width: 61rem) {
  .bio-consultants .bio-overview {
    margin-top: 3rem;
  }
}

/* Utilities
--------------------------------------------- */
.ol-map-container .ol-map-popup {
  color: #4B1F68 !important;
}
.ol-map-container .ol-map-popup__inner h1, .ol-map-container .ol-map-popup__inner h2, .ol-map-container .ol-map-popup__inner .stat, .ol-map-container .ol-map-popup__inner h3, .ol-map-container .ol-map-popup__inner .introduction, .ol-map-container .ol-map-popup__inner .card-title, .ol-map-container .ol-map-popup__inner h4, .ol-map-container .ol-map-popup__inner .gdpr-banner__title, .ol-map-container .ol-map-popup__inner .small-introduction, .ol-map-container .ol-map-popup__inner h5, .ol-map-container .ol-map-popup__inner .modal-button, .ol-map-container .ol-map-popup__inner h6, .ol-map-container .ol-map-popup__inner p, .ol-map-container .ol-map-popup__inner span {
  color: #4B1F68 !important;
}
.ol-map-container .ol-map-popup__inner h3, .ol-map-container .ol-map-popup__inner .introduction, .ol-map-container .ol-map-popup__inner .card-title {
  font-family: "Lato", sans-serif;
  margin-bottom: 0.2rem;
}
.ol-map-container .ol-map-popup__inner .ol-map-popup__icon {
  color: #B50E7D !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fade_in {
  opacity: 0;
}

.pt-none {
  padding-top: 0px;
}

.pt-small {
  padding-top: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}
@media (max-width: 32rem) {
  .pt-small {
    padding-top: 28px;
  }
}

.pt-medium {
  padding-top: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}
@media (max-width: 32rem) {
  .pt-medium {
    padding-top: 32px;
  }
}

.pt-large {
  padding-top: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}
@media (max-width: 32rem) {
  .pt-large {
    padding-top: 72px;
  }
}

.pt-xlarge {
  padding-top: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}
@media (max-width: 32rem) {
  .pt-xlarge {
    padding-top: 72px;
  }
}

.pt-xxlarge {
  padding-top: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.pb-none {
  padding-bottom: 0px;
}

.pb-small {
  padding-bottom: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}
@media (max-width: 32rem) {
  .pb-small {
    padding-bottom: 28px;
  }
}

.pb-medium {
  padding-bottom: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}
@media (max-width: 32rem) {
  .pb-medium {
    padding-bottom: 32px;
  }
}

.pb-large {
  padding-bottom: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}
@media (max-width: 32rem) {
  .pb-large {
    padding-bottom: 72px;
  }
}

.pb-xlarge {
  padding-bottom: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}
@media (max-width: 32rem) {
  .pb-xlarge {
    padding-bottom: 72px;
  }
}

.pb-xxlarge {
  padding-bottom: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.pl-none {
  padding-left: 0px;
}

.pl-small {
  padding-left: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}

.pl-medium {
  padding-left: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pl-large {
  padding-left: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}

.pl-xlarge {
  padding-left: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pl-xxlarge {
  padding-left: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.pr-none {
  padding-right: 0px;
}

.pr-small {
  padding-right: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}

.pr-medium {
  padding-right: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pr-large {
  padding-right: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}

.pr-xlarge {
  padding-right: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pr-xxlarge {
  padding-right: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.mt-medium {
  margin-top: 2rem;
}
@media (min-width: 61rem) {
  .mt-medium {
    margin-top: 3rem;
  }
}

.mb-medium {
  margin-bottom: 2rem;
}
@media (min-width: 61rem) {
  .mb-medium {
    margin-bottom: 3rem;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  z-index: 1000;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  max-height: 100vh;
  border-radius: 16px;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 95vw;
  width: 100%;
}
@media (min-width: 106rem) {
  .modal__container {
    max-width: 1080px;
  }
}

.modal-button {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 8px;
  border: 0;
  z-index: 2;
  position: absolute;
  flex-direction: column;
}
.modal-button:hover {
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  color: #4B1F68;
}

.play-video-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-close-button {
  top: 16px;
  right: 16px;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

:root {
  --gdpr-accent: #4B1F68;
  --gdpr-bg: white;
  --gdpr-text: #4B1F68;
  --gdpr-accent-text: #ffffff;
  --gdpr-secondary-bg: #ECEAE6;
  --gdpr-radius: 1rem;
}

.gdpr-reopen-btn {
  padding: 0.25rem;
}
.gdpr-reopen-btn img {
  min-width: 2rem;
  min-height: 2rem;
}

.gdpr-accordion__trigger[aria-expanded=true] {
  padding: 0.5rem 1rem !important;
}
.gdpr-accordion__trigger[aria-expanded=false] {
  background: transparent !important;
  color: var(--gdpr-text) !important;
}

.gdpr-banner {
  max-width: 560px;
}
@media (max-width: 61rem) {
  .gdpr-banner {
    max-width: 100%;
  }
}
.gdpr-banner__inner {
  flex-direction: column;
}
@media (min-width: 61rem) {
  .gdpr-banner__inner {
    flex-direction: row;
  }
}
.gdpr-banner__content {
  flex: 1;
}
.gdpr-banner__title {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}
.gdpr-banner__desc a {
  text-decoration: underline;
}
.gdpr-banner__desc a:after {
  display: none;
}
.gdpr-banner__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 61rem) {
  .gdpr-banner__actions {
    flex-wrap: nowrap;
  }
}
.gdpr-banner .gdpr-btn--secondary {
  color: var(--gdpr-text) !important;
  border-color: 1px solid var(--gdpr-text) !important;
}
.gdpr-banner .gdpr-btn--ghost {
  padding: 0;
  background: transparent;
}
@media (max-width: 61rem) {
  .gdpr-banner .gdpr-btn--ghost {
    display: inline !important;
    width: auto !important;
  }
}
.gdpr-banner .gdpr-btn--ghost:hover {
  background: transparent;
  color: #B50E7D;
}

.wcc-btn {
  text-transform: uppercase !important;
  border-width: 1px !important;
  font-size: 13px !important;
}

.credit {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 10px;
  color: white;
  opacity: 0.5;
  margin: 0px !important;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.credit a {
  color: white;
  text-decoration: none;
}
.credit:hover {
  opacity: 1;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.5s ease;
}
.play-button svg {
  width: 40%;
  height: 40%;
  margin-left: 5px;
}

/* Block alignment - Gutenberg align toolbar */
.wp-block-acf-image.alignleft {
  float: left;
  margin-right: 1.5em;
}

.wp-block-acf-image.alignright {
  float: right;
  margin-left: 1.5em;
}

.wp-block-acf-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-acf-image.alignwide {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-acf-image.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-bottom {
  background-position: bottom;
}

.sticky {
  position: sticky;
  top: 64px;
}
@media (min-width: 73rem) {
  .sticky {
    top: 128px;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z-1 {
  z-index: 1;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.nav-hide-on-mobile {
  display: none !important;
}
@media (min-width: 769px) {
  .nav-hide-on-mobile {
    display: block !important;
  }
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 61rem) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-mobile-flex {
  display: none !important;
}
@media (min-width: 61rem) {
  .hide-on-mobile-flex {
    display: flex !important;
  }
}

.hide-on-desktop {
  display: inline-block !important;
}
@media (min-width: 61rem) {
  .hide-on-desktop {
    display: none !important;
  }
}

.hide-on-tablet {
  display: none;
}
@media (min-width: 73rem) {
  .hide-on-tablet {
    display: block;
  }
}

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

.flex {
  display: flex;
}

.align-center {
  align-content: center;
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 73rem) {
  .reverse {
    flex-direction: row-reverse;
  }
}

.auto-margin {
  margin: 0px auto;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.rounded, .breadcrumbs {
  border-radius: 8px;
}

.rounded-bottom-left {
  border-bottom-left-radius: 8px;
}

.rounded-bottom-right {
  border-bottom-right-radius: 8px;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}