@charset "UTF-8";
a.read-more {
  display: none;
}

.blog-author {
  display: none;
}

html {
  position: relative;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 280px) {
  html {
    font-size: 80%;
  }
}
@media (min-width: 50em) {
  html {
    font-size: 85%;
  }
}
@media (min-width: 67.5em) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 85em) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Courier New", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.75;
  color: black;
  background: white;
  font-weight: 400;
  tap-highlight-color: rgba(0, 156, 155, 0.25);
}

::-moz-selection {
  background: rgba(0, 156, 155, 0.2);
}

::selection {
  background: rgba(0, 156, 155, 0.2);
}

a {
  color: #000;
  cursor: pointer;
  text-decoration-thickness: 0.1em;
}

a:hover, a:focus {
  color: black;
  text-decoration: underline !important;
}

a img {
  border: 0px;
}

a[href^=mailto], .url {
  word-break: break-word;
}

p a:not([class]) {
  color: #653279;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 0.15em solid #653279;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
  font-weight: 700;
}

h1 {
  margin: 0 0 calc(0.75rem + 5vmin);
}

h2, h3, h4, h5, h6 {
  margin: 4rem 0 1.5rem;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
.subheading {
  margin-top: 0;
}

h1 + .subheading {
  margin-top: -5vmin;
}

h1, .h1 {
  font-size: 1.2rem;
}

h2, .h2 {
  font-size: 1rem;
}

h3, .h3 {
  font-size: 1rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

@media (min-width: 60rem) and (min-height: 30rem) {
  h1, .h1 {
    font-size: 1rem;
  }
  h2, .h2 {
    font-size: 1rem;
  }
  h3, .h3 {
    font-size: 1rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
p {
  margin: 0 0 1.5em;
}
p:empty {
  margin: 0;
}

acronym, abbr {
  border-bottom: 1px dotted #333;
}

strong,
.strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

em {
  font-style: italic;
}

li {
  margin-bottom: 0.5rem;
}

ul {
  margin: 0 0 1.5rem;
  list-style-type: square;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}

ol {
  margin: 0 0 1.5rem;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}

nav ul {
  list-style: none;
  padding: 0;
}
nav a {
  text-decoration: none;
}

dl {
  margin: 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

hr {
  clear: both;
  height: 0.25rem;
  background: center center/cover no-repeat url("../img/hr--primary.svg");
  border: 0 !important;
  margin: 4rem auto;
}

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

iframe {
  max-width: 100%;
}

figure {
  position: relative;
  margin: 0 0 2rem;
}
figure img {
  width: 100%;
}

figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: black;
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
figcaption p:last-child {
  margin-bottom: 0;
}

pre {
  clear: both;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 1.5rem 0;
  padding: 1em;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  background: black;
  color: #fff;
  max-width: 100%;
  overflow: auto;
}
pre::-moz-selection {
  background: rgba(101, 50, 121, 0.75);
  color: white;
}
pre::selection {
  background: rgba(101, 50, 121, 0.75);
  color: white;
}

code {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.8em;
  background: rgba(101, 50, 121, 0.05);
  padding: 0 0.2em;
  color: #653279;
  border: 1px rgba(101, 50, 121, 0.25) solid;
  border-radius: 0.2em;
}

table {
  font-size: 0.9em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2rem;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5;
}
table p:last-child {
  margin-bottom: 0;
}

caption {
  text-align: start;
}

thead {
  border-bottom: 2px solid #1b1d1f;
}
thead td, thead th {
  background: #fff;
  vertical-align: bottom;
}

tfoot {
  border-top: 2px solid #1b1d1f;
}

tr {
  background: rgba(241, 241, 241, 0.5);
  border-bottom: 1px solid #f1f1f1;
}
tr:nth-child(even) {
  background: #fff;
}

td, th {
  padding: 1em;
}

th {
  color: #1b1d1f;
  font-weight: 700;
  text-align: start;
}

td {
  vertical-align: middle;
}

.accordion__title {
  margin: 0.75rem 0;
  padding: 0.5rem;
}

.accordion__toggle {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

address {
  font-style: normal;
}

.intro,
.is-style-intro {
  font-size: 1rem;
  line-height: 1.5;
}

.intro-xl,
.is-style-intro-xl {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 80rem;
}
@media (min-width: 40em) {
  .intro-xl,
.is-style-intro-xl {
    font-size: 1em;
  }
}

.stat {
  font-size: 1em;
  font-weight: 700;
  color: #653279;
  text-decoration: none;
}
.stat a {
  color: #653279;
  text-decoration: none;
}

.font-6xl {
  font-size: 1rem !important;
}

.font-5xl {
  font-size: 1rem !important;
}

.font-4xl {
  font-size: 1.2rem !important;
}

.font-3xl {
  font-size: 1rem !important;
}

.font-2xl {
  font-size: 1rem !important;
}

.font-xl {
  font-size: 1rem !important;
}

.font-lg {
  font-size: 1rem !important;
}

.font-md {
  font-size: 1rem !important;
}

.font-sm {
  font-size: 0.9rem !important;
}

.font-xs {
  font-size: 0.8rem !important;
}

.font-2xs {
  font-size: 0.75rem !important;
}

.font-3xs {
  font-size: 0.65rem !important;
}

.font-primary {
  font-family: "Courier New", "Arial", sans-serif;
  font-weight: bold;
}

main p:not([class]),
article p:not([class]) {
  max-width: 80rem;
}
main ul:not([class]),
main ol:not([class]),
article ul:not([class]),
article ol:not([class]) {
  max-width: calc(80rem - 1.5em);
}

hgroup,
.hgroup {
  margin: 0 0 2rem;
}
hgroup h1, hgroup .h1, hgroup h2, hgroup .h2, hgroup h3, hgroup .h3, hgroup h4, hgroup .h4, hgroup h5, hgroup .h5, hgroup h6, hgroup .h6,
.hgroup h1,
.hgroup .h1,
.hgroup h2,
.hgroup .h2,
.hgroup h3,
.hgroup .h3,
.hgroup h4,
.hgroup .h4,
.hgroup h5,
.hgroup .h5,
.hgroup h6,
.hgroup .h6 {
  margin: 0 0 0.5rem;
}

.caps {
  text-transform: uppercase;
}

.url {
  color: black;
}

.link-access,
.visually-hidden,
.screen-reader-text {
  display: block;
  position: absolute;
  left: -9999em;
  clip: rect(0 0 0 0);
}
.link-access:focus,
.visually-hidden:focus,
.screen-reader-text:focus {
  position: static;
  left: auto;
  clip: none;
}

[class^=grid] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.75rem;
}
[class^=grid] > * {
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 0.75rem;
}
[class^=grid]:before, [class^=grid]:after {
  display: none;
}

@media (min-width: 40rem) {
  .grid--spaced {
    margin: 0 -1.5rem;
  }
  .grid--spaced > * {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1em) {
  .grid--compact {
    margin: 0 -0.5rem;
  }
  .grid--compact > * {
    padding: 0 0.5rem;
  }
}

.grid--flush {
  margin: 0;
}
.grid--flush > * {
  padding: 0;
}

.grid--heightmatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid--heightmatch > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid--heightmatch:before, .grid--heightmatch:after {
  display: none;
}

.grid--stretch-items > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class^=col-] {
  display: block;
  float: left;
  clear: none;
}

[class^=grid] [class^=col-] {
  clear: none !important;
}

@media (min-width: 25rem) {
  .grid-2-cols > * {
    width: 50%;
  }
  .col-1\/2 {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-3-cols > * {
    width: 33.3323333333%;
  }
  .col-1\/3 {
    width: 33.3323333333%;
  }
  .col-2\/3 {
    width: 66.6656666667%;
  }
}
@media (min-width: 25rem) {
  .grid-4-cols > * {
    width: 50%;
  }
}
@media (min-width: 60rem) {
  .grid-4-cols > * {
    width: 25%;
  }
  .col-1\/4 {
    width: 25%;
  }
  .col-3\/4 {
    width: 75%;
  }
}
@media (min-width: 25rem) {
  .grid-5-cols > * {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-5-cols > * {
    width: 33.3323333333%;
  }
}
@media (min-width: 65rem) {
  .grid-5-cols > * {
    width: 20%;
  }
  .col-1\/5 {
    width: 20%;
  }
  .col-2\/5 {
    width: 40%;
  }
  .col-3\/5 {
    width: 60%;
  }
  .col-4\/5 {
    width: 80%;
  }
}
@media (min-width: 20rem) {
  .grid-2-cols\@mobile > * {
    width: 50%;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .grid-3-cols\@mobile > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile {
    width: 33.3323333333%;
  }
  .grid-4-cols\@mobile > * {
    width: 25%;
  }
  .col-1\/4\@mobile {
    width: 25%;
  }
  .col-full\@mobile {
    width: 100%;
  }
}
@media (min-width: 35rem) {
  .grid-2-cols\@mobile-wide > * {
    width: 50%;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .grid-3-cols\@mobile-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile-wide {
    width: 33.3323333333%;
  }
  .grid-4-cols\@mobile-wide > * {
    width: 25%;
  }
  .col-1\/4\@mobile-wide {
    width: 25%;
  }
  .col-full\@mobile-wide {
    width: 100%;
  }
}
@media (min-width: 47.5rem) {
  .grid-2-cols\@tablet > * {
    width: 50%;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .grid-3-cols\@tablet > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet {
    width: 33.3323333333%;
  }
  .grid-4-cols\@tablet > * {
    width: 25%;
  }
  .col-1\/4\@tablet {
    width: 25%;
  }
  .col-full\@tablet {
    width: 100%;
  }
}
@media (min-width: 55rem) {
  .grid-2-cols\@tablet-wide > * {
    width: 50%;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .grid-3-cols\@tablet-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet-wide {
    width: 33.3323333333%;
  }
  .grid-4-cols\@tablet-wide > * {
    width: 25%;
  }
  .col-1\/4\@tablet-wide {
    width: 25%;
  }
  .col-full\@tablet-wide {
    width: 100%;
  }
}
@media (min-width: 85rem) {
  .grid-2-cols\@desktop > * {
    width: 50%;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .grid-3-cols\@desktop > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@desktop {
    width: 33.3323333333%;
  }
  .grid-4-cols\@desktop > * {
    width: 25%;
  }
  .col-1\/4\@desktop {
    width: 25%;
  }
  .col-full\@desktop {
    width: 100%;
  }
}
.col-full {
  width: 100%;
}

html,
body {
  overflow-x: hidden;
  position: static;
}

body {
  --scrollbar: 20px; /* default if Javascript is disabled */
}

main {
  position: relative;
  z-index: 1;
}
main:after {
  content: "";
  display: table;
  clear: both;
}

section {
  margin: 0 0 4rem;
}
section:first-child {
  margin-top: 0;
}

.wrap {
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 80rem;
}
@media (min-width: 40rem) {
  .wrap {
    padding: 0 2.4rem;
  }
}
@media (min-width: 60rem) {
  .wrap {
    padding: 0 5%;
  }
}

.wrap-content-center {
  margin: 0 auto;
}
.wrap-content-center:after {
  content: "";
  display: table;
  clear: both;
}

.wrap-content-center > *:where(:not(.alignwide, .alignfull)),
.wp-block:where(:not(.alignwide, .alignfull)) {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.wrap-content-center > *[data-align=wide], .wrap-content-center > *.align-wide, .wrap-content-center > *.alignwide,
.wp-block[data-align=wide],
.wp-block.align-wide,
.wp-block.alignwide {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.wrap-content-center > *[data-align=full], .wrap-content-center > *.align-full, .wrap-content-center > *.alignfull,
.wp-block[data-align=full],
.wp-block.align-full,
.wp-block.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}

[class*=wp-block] {
  margin-bottom: 2rem;
}

.align-left,
.alignleft {
  float: none;
}
@media (min-width: 35rem) {
  .align-left,
.alignleft {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
.alignleft.size-xs,
.alignleft.size-sm,
.alignleft.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
.alignleft.size-xs,
.alignleft.size-sm,
.alignleft.size-small {
    float: left;
    clear: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}

.align-right,
.alignright {
  float: none;
}
@media (min-width: 35rem) {
  .align-right,
.alignright {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
.alignright.size-xs,
.alignright.size-sm,
.alignright.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
.alignright.size-xs,
.alignright.size-sm,
.alignright.size-small {
    float: right;
    clear: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}

.align-center,
.align-centre {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align-full,
.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}

.wrap-wysiwyg:after {
  content: "";
  display: table;
  clear: both;
}

.size-line-length-max {
  max-width: 80rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.size-xs,
.size-sm {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 20rem) {
  .size-xs,
.size-sm,
.size-small {
    max-width: calc(50% - 1.25rem);
  }
}
@media (min-width: 35rem) {
  .size-xs {
    max-width: calc(25% - 1.25rem);
  }
  .size-sm,
.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 105rem) {
  .size-sm,
.size-small {
    max-width: calc(20% - 1.25rem);
  }
  .size-md,
.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: min(56.25%, 90vh);
  height: 0;
  max-height: 80vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__header {
  margin: 0 0 calc(0.75rem + 5vmin);
}
.article__header h1 {
  margin-bottom: 0.5rem;
}

.article__meta {
  margin-bottom: 1.5rem;
}

.article__icon {
  display: inline-block;
  width: 20%;
  max-width: 3.5em;
  margin: 0.5rem 1rem 1rem -0.2rem;
  vertical-align: middle;
  border-radius: 50%;
  border: 0.2rem solid white;
}
.article__icon img {
  border-radius: 50%;
}
.article__icon + .article__icon {
  margin: 0.5rem 1rem 1rem -3em;
}

.article__footer .iconList__content > * {
  margin-bottom: 0.5rem;
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.85em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-transition: background 200ms ease-out, color 100ms ease-out, -webkit-box-shadow 200ms ease-out;
  transition: background 200ms ease-out, color 100ms ease-out, -webkit-box-shadow 200ms ease-out;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out, -webkit-box-shadow 200ms ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-color: #653279;
  color: white;
}
.button:hover, .button:focus, .button:active {
  color: white;
  -webkit-box-shadow: inset 0 0 0 2em black;
          box-shadow: inset 0 0 0 2em black;
}
.button--sm {
  font-size: 0.9em;
}
.button--lg {
  font-size: 1em;
}
.button--block {
  display: block;
  width: 100%;
  text-align: center;
}
.button--primary {
  background-color: #653279;
  color: white;
}
.button--primary:hover, .button--primary:focus {
  color: white;
}
.button--secondary {
  background-color: #009C9B;
  color: black;
}
.button--secondary:hover, .button--secondary:focus {
  color: white;
}
.button--red {
  background-color: #e52431;
  color: white;
}
.button--red:hover, .button--red:focus {
  color: white;
}
.button--pink {
  background-color: #e1195f;
  color: white;
}
.button--pink:hover, .button--pink:focus {
  color: white;
}
.button--green {
  background-color: #10892e;
  color: white;
}
.button--green:hover, .button--green:focus {
  color: white;
}
.button--blue {
  background-color: #117eb0;
  color: white;
}
.button--blue:hover, .button--blue:focus {
  color: white;
}
.button--white {
  background-color: white;
  color: black;
}
.button--white:hover, .button--white:focus {
  color: white;
}
.button--black {
  background-color: black;
  color: white;
}
.button--black:hover, .button--black:focus {
  -webkit-box-shadow: inset 0 0 0 2em #4d4d4d;
          box-shadow: inset 0 0 0 2em #4d4d4d;
}
.button--black:hover, .button--black:focus {
  color: white;
}
.button[disabled] {
  opacity: 0.75;
  border-color: #ccc;
  background: #ccc;
  background-position: 0% bottom;
  color: #aaa;
  cursor: not-allowed;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.85em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-transition: background 200ms ease-out, color 100ms ease-out, -webkit-box-shadow 200ms ease-out;
  transition: background 200ms ease-out, color 100ms ease-out, -webkit-box-shadow 200ms ease-out;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out, -webkit-box-shadow 200ms ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-color: #653279;
  color: white;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active {
  color: white;
  -webkit-box-shadow: inset 0 0 0 2em black;
          box-shadow: inset 0 0 0 2em black;
}
.wp-block-button.is-style-sm .wp-block-button__link {
  font-size: 0.9em;
}
.wp-block-button.is-style-lg .wp-block-button__link {
  font-size: 1em;
}
.wp-block-button.is-style-primary .wp-block-button__link {
  background-color: #653279;
  color: white;
}
.wp-block-button.is-style-primary .wp-block-button__link:hover, .wp-block-button.is-style-primary .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: #009C9B;
  color: black;
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover, .wp-block-button.is-style-secondary .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-red .wp-block-button__link {
  background-color: #e52431;
  color: white;
}
.wp-block-button.is-style-red .wp-block-button__link:hover, .wp-block-button.is-style-red .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-pink .wp-block-button__link {
  background-color: #e1195f;
  color: white;
}
.wp-block-button.is-style-pink .wp-block-button__link:hover, .wp-block-button.is-style-pink .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-green .wp-block-button__link {
  background-color: #10892e;
  color: white;
}
.wp-block-button.is-style-green .wp-block-button__link:hover, .wp-block-button.is-style-green .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-blue .wp-block-button__link {
  background-color: #117eb0;
  color: white;
}
.wp-block-button.is-style-blue .wp-block-button__link:hover, .wp-block-button.is-style-blue .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-white .wp-block-button__link {
  background-color: white;
  color: black;
}
.wp-block-button.is-style-white .wp-block-button__link:hover, .wp-block-button.is-style-white .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-black .wp-block-button__link {
  background-color: black;
  color: white;
}
.wp-block-button.is-style-black .wp-block-button__link:hover, .wp-block-button.is-style-black .wp-block-button__link:focus {
  -webkit-box-shadow: inset 0 0 0 2em #4d4d4d;
          box-shadow: inset 0 0 0 2em #4d4d4d;
}
.wp-block-button.is-style-black .wp-block-button__link:hover, .wp-block-button.is-style-black .wp-block-button__link:focus {
  color: white;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  justify-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 2rem;
  background: white;
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(120, 120, 120, 0.05), 0 0 0.5rem rgba(120, 120, 120, 0.05);
          box-shadow: 0 0.1rem 0.1rem rgba(120, 120, 120, 0.05), 0 0 0.5rem rgba(120, 120, 120, 0.05);
}
.card__figure {
  margin: -0.5rem -0.5rem -0.5rem -0.5rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 66;
      -ms-flex: 66 1 35%;
          flex: 66 1 35%;
  background: radial-gradient(#009C9B, #ccc);
  -webkit-mask-image: url("../img/strip-primary.svg");
          mask-image: url("../img/strip-primary.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.card__figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__figure--no-crop {
  background: radial-gradient(#e4e4e4, #f1f1f1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  -ms-flex-line-pack: center;
      align-content: center;
}
.card__figure--no-crop img {
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 50vh;
}
.card__figure--no-mask {
  margin: 0;
  -webkit-mask: none;
          mask: none;
}
.card__content {
  margin: 0;
  -webkit-box-flex: 99;
      -ms-flex: 99 1 13.5em;
          flex: 99 1 13.5em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  padding: calc(1rem + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 45rem) {
  .card__content {
    -webkit-box-flex: 99;
        -ms-flex: 99 1 25em;
            flex: 99 1 25em;
  }
}
.card__content > :first-child {
  margin-top: 0;
}
.card__content > :last-child {
  margin-bottom: 0;
}
.card__meta {
  color: #555;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.card__date {
  font-size: 0.8rem;
  margin: 0 0.25rem 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  color: #653279;
}
.card .price {
  color: black;
}
.card__footer {
  margin-top: 0.75rem;
  font-size: 0.8rem;
}
.card p, .card__description {
  color: black;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.card__description > :first-child {
  margin-top: 0;
}
.card__title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.card .line-clamp {
  position: relative;
  overflow: hidden;
  max-height: 4.5em;
  padding-bottom: 1.125em;
}
.card .line-clamp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.125em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

a.card {
  text-decoration: none;
}
a.card .card__title {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
a.card:hover figure, a.card:focus figure {
  background: #009C9B;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
a.card:hover figure img, a.card:focus figure img {
  opacity: 0.75;
}
@supports (mix-blend-mode: luminosity) {
  a.card:hover figure img, a.card:focus figure img {
    opacity: 1;
    mix-blend-mode: normal;
  }
}
a.card:hover .card__figure--no-crop, a.card:focus .card__figure--no-crop {
  background: radial-gradient(#e4e4e4, #f1f1f1);
}
@supports (mix-blend-mode: luminosity) {
  a.card:hover .card__figure--no-crop img, a.card:focus .card__figure--no-crop img {
    mix-blend-mode: none;
  }
}
a.card:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(120, 120, 120, 0.05), 0 0 0.5rem #009C9B;
          box-shadow: 0 0.1rem 0.1rem rgba(120, 120, 120, 0.05), 0 0 0.5rem #009C9B;
}

.hero {
  display: block;
  background-size: cover;
  background-attachment: fixed;
  height: 70vh;
  width: 100%;
}
.hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15em;
          flex: 1 1 15em;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  width: 80%;
  max-width: 80rem;
  padding: calc(0.75rem + 2.5vmin) calc(0.75rem + 2%);
  background: rgba(255, 255, 255, 0.6);
}
.hero__content h1 {
  margin: 0.25rem 0;
}

.icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: baseline;
  top: 0.1em;
}
.icon svg,
.icon img {
  display: inline-block;
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.icon svg {
  height: 100%;
}
.icon:before {
  font-size: 1em;
  display: inline-block;
}
.icon--facebook {
  background-image: url("../img/icon-facebook.svg");
}
.icon--instagram {
  background-image: url("../img/icon-instagram.svg");
}
.icon--twitter {
  background-image: url("../img/icon-twitter.svg");
}
.icon--linkedin {
  background-image: url("../img/icon-linkedin.svg");
}
.icon--youtube {
  background-image: url("../img/icon-youtube.svg");
}

.list--unstyled {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.list--inline {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.list--inline > li {
  display: inline-block;
}

.list--piped {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.list--piped > li {
  display: inline-block;
}
.list--piped > li::before {
  content: "|";
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
}
.list--piped > li:first-child::before {
  display: none;
}

.list--block {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 2rem;
}
.list--block > li,
.list--block .item {
  padding: 2rem 0 0.5rem;
  margin-bottom: 0;
  border-top: 1px solid #e4e4e4;
}
.list--block > li:first-child,
.list--block .item:first-child {
  border: 0;
}
.list--block > li > *:first-child,
.list--block .item > *:first-child {
  margin-top: 0;
}
.list--block > li:after,
.list--block .item:after {
  content: "";
  display: table;
  clear: both;
}
.list--block .item__title {
  margin-top: 0;
}

ul.is-style-primary-bullets {
  padding-left: 0;
  max-width: calc(80rem - 1.5em);
}
ul.is-style-primary-bullets > li {
  list-style-type: none;
  padding-left: 1.5em;
}
ul.is-style-primary-bullets > li::before {
  content: "";
  display: block;
  float: left;
  margin: 0.2em 0.5em 0 -1.5em;
  width: 1em;
  height: 1em;
  background: no-repeat left center/90% 90% url("../img/li--primary.png");
}
ul.is-style-secondary-bullets {
  padding-left: 0;
  max-width: calc(80rem - 1.5em);
}
ul.is-style-secondary-bullets > li {
  list-style-type: none;
  padding-left: 1.5em;
}
ul.is-style-secondary-bullets > li::before {
  content: "";
  display: block;
  float: left;
  margin: 0.2em 0.5em 0 -1.5em;
  width: 1em;
  height: 1em;
  background: no-repeat left center/90% 90% url("../img/li--secondary.png");
}

ol.is-style-pink-blob-counter {
  padding-left: 0;
  counter-reset: blob-counter;
  list-style: none;
  max-width: calc(80rem - 2.5em);
}
ol.is-style-pink-blob-counter > li {
  list-style-type: none;
  padding-left: 2.5em;
}
ol.is-style-pink-blob-counter > li::before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  counter-increment: blob-counter;
  content: counter(blob-counter);
  display: inline-block;
  float: left;
  margin: 0 0 0 -2.5em;
  width: 2em;
  height: 1em;
  padding: 0.5em 0;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: no-repeat center top/95% 95% url("../img/blob-simple--pink.svg");
}

.meta {
  line-height: 1.5;
}
.meta dt {
  margin-bottom: 0.25rem;
}
.meta__item {
  margin-bottom: 1rem;
}

.meta--inline-dd dd {
  display: inline;
  margin-right: 0.5rem;
}
.meta--inline-dd dd:before {
  content: "•";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #009C9B;
}
.meta--inline-dd dd:first-of-type:before {
  display: none;
}

.meta--inline .meta__item {
  margin-bottom: 0.5rem;
}
.meta--inline dt {
  display: inline-block;
  margin-right: 0.125rem;
}
.meta--inline dd {
  display: inline;
  margin-right: 0.25rem;
}
.meta--inline dd:before {
  content: "•";
  margin-right: 0.25rem;
  font-weight: bold;
  color: #009C9B;
}
.meta--inline dd:first-of-type:before {
  display: none;
}

.flex-container {
  height: 100vh; /* Full height of browser window */
}
@media (min-width: 800px) {
  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-item {
  padding: 2vw;
}
@media (min-width: 800px) {
  .nav-item {
    padding: 4vw;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; /* Fill 50% of horizontal width */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* Horizontally center the text */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* Vertically center the text */
  }
}

.nav-item:first-child {
  border-right: 1px solid #eee;
}

.nav-item a {
  text-decoration: none;
  text-align: center;
}

.pagination {
  margin: 4rem 0;
  font-size: 1rem;
  text-transform: lowercase;
  background: radial-gradient(50% 0.5em at center 0, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 1em;
}
@media (min-width: 35rem) {
  .pagination {
    font-size: 1rem;
  }
}
.pagination__items,
.pagination .facetwp-pager {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  border-radius: 0.25rem;
}
.pagination__item {
  margin: 0 0.125rem 0.25rem 0;
  display: none;
}
.pagination__item:last-child {
  border: 0;
}
@media (min-width: 35rem) {
  .pagination__item {
    display: block;
  }
}
.pagination .facetwp-page {
  margin: 0 0.125rem 0.25rem 0;
}
.pagination a,
.pagination span,
.pagination .facetwp-page, .pagination__item--ellipsis {
  display: block;
  line-height: 1.15;
  padding: 0.5rem 0.25rem;
  margin: 0 0.5rem;
  color: black;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1rem solid transparent;
}
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination .facetwp-page:hover,
.pagination .facetwp-page:focus, .pagination__item--ellipsis:hover, .pagination__item--ellipsis:focus {
  text-decoration: underline;
}
.pagination__item--ellipsis {
  color: #e4e4e4;
}
.pagination .is-active {
  display: block;
  background: center center/contain no-repeat url("../img/blob-simple--primary.svg");
}
.pagination .is-active a, .pagination .is-active span {
  display: block;
  color: white;
  font-weight: bold;
  cursor: default;
}
.pagination .is-active a:hover, .pagination .is-active a:focus, .pagination .is-active span:hover, .pagination .is-active span:focus {
  text-decoration: none;
}
.pagination .facetwp-page.active {
  display: block;
  width: 2em;
  background: center center/contain no-repeat url("../img/blob-simple--primary.svg");
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
.pagination .facetwp-page.active:hover, .pagination .facetwp-page.active:focus {
  text-decoration: none;
}
.pagination__item--first, .pagination__item--last, .pagination__item--next, .pagination__item--prev {
  display: block;
  font-weight: bold;
}
.pagination__item--first span[aria-hidden], .pagination__item--last span[aria-hidden], .pagination__item--next span[aria-hidden], .pagination__item--prev span[aria-hidden] {
  font-size: 2em;
  line-height: 0.5;
}
.pagination__item--first a, .pagination__item--last a, .pagination__item--next a, .pagination__item--prev a {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}
.pagination .is-disabled {
  display: none;
}

.facetwp-pager .next,
.facetwp-pager .prev {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}

blockquote,
.blockquote,
.wp-block-quote {
  position: relative;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
}
blockquote,
.blockquote,
.wp-block-quote {
  margin: 2rem 0;
}
@media (min-width: 60rem) {
  blockquote,
.blockquote,
.wp-block-quote {
    font-size: 1em;
    margin-bottom: 2.5rem;
  }
}
blockquote p,
.blockquote p,
.wp-block-quote p {
  font-size: 1em;
  margin: 0 0 1em;
}
blockquote p:last-child,
.blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
blockquote p:not([class]),
.blockquote p:not([class]),
.wp-block-quote p:not([class]) {
  max-width: 80em;
}
blockquote p a:not([class]),
.blockquote p a:not([class]),
.wp-block-quote p a:not([class]) {
  border: 0;
  text-decoration: underline;
}
blockquote footer,
.blockquote footer,
.wp-block-quote footer {
  font-family: "Courier New", "Arial", sans-serif;
  font-weight: bold;
}
figure blockquote,
figure .blockquote,
figure .wp-block-quote {
  margin: 0 auto;
}

blockquote footer,
.blockquote footer,
.wp-block-quote footer {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

cite,
.cite {
  display: block;
  font-family: "Courier New", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #653279;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}

.is-style-primary cite {
  color: white;
}

.blockquote--short {
  font-size: 1em;
}
@media (min-width: 60rem) {
  .blockquote--short {
    font-size: 1em;
  }
}

.blockquote--long {
  font-size: 1em;
}
@media (min-width: 60rem) {
  .blockquote--long {
    font-size: 1em;
  }
}

.blockquote--bordered {
  padding: 1.5em 0;
  border-top: 0.2rem solid #653279;
  border-bottom: 0.2rem solid #653279;
}

.blockquote__footer {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.wp-block-pullquote {
  padding: calc(0.75rem + 2%);
  text-align: inherit;
}
.wp-block-pullquote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
  display: block;
  font-family: "Courier New", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #653279;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}
.wp-block-pullquote[class*=align] p {
  margin: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wp-block-pullquote.align-left, .wp-block-pullquote.alignleft {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-pullquote.align-left, .wp-block-pullquote.alignleft {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
.wp-block-pullquote.align-right, .wp-block-pullquote.alignright {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-pullquote.align-right, .wp-block-pullquote.alignright {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: inherit;
  margin-right: inherit;
  max-width: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin: inherit;
  font-size: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: inherit;
  font-style: inherit;
}

hr,
.wp-block-separator {
  clear: both;
  height: 0.25rem;
  background: center center/cover no-repeat url("../img/hr--primary.svg");
  border: 0 !important;
  margin: 4rem auto;
}
hr.is-style-primary,
.wp-block-separator.is-style-primary {
  background: center center/contain no-repeat url("../img/hr--primary.svg");
}

.slab {
  padding: 2.5rem 0;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .slab {
    padding: 4rem 0;
  }
}
.slab__title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.slab > .wrap > :first-child {
  margin-top: 0;
}
.slab > .wrap > :last-child {
  margin-bottom: 0;
}
.slab:after {
  content: "";
  display: table;
  clear: both;
}

[class*=is-style-title-] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.is-style-title-primary {
  background: #653279;
  background-clip: padding-box;
  border-style: solid;
  border-color: #653279;
  -o-border-image: url("../img/strip-primary.svg");
     border-image: url("../img/strip-primary.svg");
  border-image-slice: 5% fill;
  border-width: 0.5rem;
  color: white;
}
.is-style-title-primary a:not([class]) {
  color: white;
  border-color: white;
}
.is-style-title-secondary {
  background: #009C9B;
  background-clip: padding-box;
  border-style: solid;
  border-color: #009C9B;
  -o-border-image: url("../img/strip-secondary.svg");
     border-image: url("../img/strip-secondary.svg");
  border-image-slice: 5% fill;
  border-width: 0.5rem;
}

.wp-block-buttons .wp-block-button {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: black;
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.debug * {
  -webkit-box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.75), inset 0 0 0.5em rgba(0, 255, 0, 0.75) !important;
          box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.75), inset 0 0 0.5em rgba(0, 255, 0, 0.75) !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.bg-purple {
  background: #653279 !important;
}

.bg-orange {
  background: #E57200 !important;
}

.bg-teal {
  background: #009C9B !important;
}

.text-color-primary {
  color: #653279 !important;
}

.text-color-secondary {
  color: #009C9B !important;
}

.text-color-white {
  color: white !important;
}

.text-color-black {
  color: black !important;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.text-left {
  margin-right: auto;
  text-align: left !important;
}

.text-right {
  margin-left: auto;
  text-align: right !important;
}

.text-columns {
  -webkit-columns: 25em;
     -moz-columns: 25em;
          columns: 25em;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.text-columns p {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.margin-y-4xs {
  margin-top: 0.0625rem !important;
  margin-bottom: 0.0625rem !important;
}

.margin-top-4xs {
  margin-top: 0.0625rem !important;
}

.margin-bottom-4xs {
  margin-bottom: 0.0625rem !important;
}

.margin-y-3xs {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.margin-top-3xs {
  margin-top: 0.125rem !important;
}

.margin-bottom-3xs {
  margin-bottom: 0.125rem !important;
}

.margin-y-2xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.margin-top-2xs {
  margin-top: 0.25rem !important;
}

.margin-bottom-2xs {
  margin-bottom: 0.25rem !important;
}

.margin-y-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.margin-top-xs {
  margin-top: 0.5rem !important;
}

.margin-bottom-xs {
  margin-bottom: 0.5rem !important;
}

.margin-y-sm {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.margin-top-sm {
  margin-top: 0.75rem !important;
}

.margin-bottom-sm {
  margin-bottom: 0.75rem !important;
}

.margin-y-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin-top-md {
  margin-top: 1rem !important;
}

.margin-bottom-md {
  margin-bottom: 1rem !important;
}

.margin-y-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.margin-top-lg {
  margin-top: 1.5rem !important;
}

.margin-bottom-lg {
  margin-bottom: 1.5rem !important;
}

.margin-y-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.margin-top-xl {
  margin-top: 2rem !important;
}

.margin-bottom-xl {
  margin-bottom: 2rem !important;
}

.margin-y-2xl {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.margin-top-2xl {
  margin-top: 2.5rem !important;
}

.margin-bottom-2xl {
  margin-bottom: 2.5rem !important;
}

.margin-y-3xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-top-3xl {
  margin-top: 3rem !important;
}

.margin-bottom-3xl {
  margin-bottom: 3rem !important;
}

.margin-y-4xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.margin-top-4xl {
  margin-top: 4rem !important;
}

.margin-bottom-4xl {
  margin-bottom: 4rem !important;
}

.margin-y-5xl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.margin-top-5xl {
  margin-top: 6rem !important;
}

.margin-bottom-5xl {
  margin-bottom: 6rem !important;
}

.margin-y-6xl {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.margin-top-6xl {
  margin-top: 8rem !important;
}

.margin-bottom-6xl {
  margin-bottom: 8rem !important;
}

.margin-top-none,
.margin-y-none {
  margin-top: 0 !important;
}

.margin-bottom-none,
.margin-y-none {
  margin-bottom: 0 !important;
}

.overflow-x {
  max-width: 100%;
  overflow: auto;
  overflow-scrolling: touch;
}

.js .js-hidden {
  display: none;
}

.no-js .no-js-hidden {
  display: none;
}

.link--stretched {
  position: static;
}
.link--stretched::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.link--stretched:hover .title__highlight {
  text-decoration: underline;
}

.comma-separate > *::after {
  content: ",";
}
.comma-separate > *:last-child::after {
  content: "";
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
/*# sourceMappingURL=main.css.map */