/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

:root {
  --primaryColor: #21579f;
  --secondaryColor: #ab3766;
  --typographyColor: #000;
  --primaryLightColor: #ecf4f9;
  --white: #fff;
  --storyImageSize: 9rem;
  --storyImageShadow: 0 0 12px rgba(0, 0, 0, 0.4);
  --primaryFont: "Montserrat", sans-serif;
  --secondaryFont: "Bevan", serif;
  --fontWeight: 300;
  --fontTitle: 400;
  --fontHeader: 500;
  --buttonRadius: 0.5rem;
  --imageRadius: 1rem;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-flow: column;
  font-family: var(--primaryFont);
  line-height: 1.5;
  font-weight: 500;
  font-size: 1rem;
}

main {
  flex: 1 0 auto;
}

h1,
.title-large {
  margin: 0 0 0.5em;
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1,
  .title-large {
    font-size: 2.75rem;
  }
}

h2 {
  margin-bottom: 0.5em;
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}

.title-small {
  margin: 0 0 0.5em;
  font-family: var(--secondaryFont);
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.summary {
  font-size: 1.375rem;
}

figure.image-wrapper {
  padding: 0;
  margin: 0 0 1em;
}
figure.image-wrapper img {
  max-width: 100%;
  height: auto;
}
figure.image-wrapper figcaption {
  font-size: 0.875em;
}
figure.image-wrapper.mediaclass-body-media-medium, figure.image-wrapper.mediaclass-body-media-small {
  width: -moz-min-content;
  width: min-content;
}
figure.image-wrapper.mediaclass-body-media-medium img, figure.image-wrapper.mediaclass-body-media-small img {
  max-width: none;
}
figure.image-wrapper.pull-left {
  float: left;
  margin-right: 1.5em;
}
figure.image-wrapper.pull-right {
  float: right;
  margin-right: 1.5em;
}

.body-text {
  max-width: 70ch;
}
.body-text p {
  margin: 0 0 1em;
}
.body-text blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--primaryColor);
}
.body-text .c-btn {
  margin: 1em 0;
}
.body-text a:not(.c-btn) {
  color: var(--primaryColor);
}

.page-error {
  padding: 4rem 0;
}

main:not(:has(.c-block)) {
  margin-bottom: 6rem;
}

.o-main-container {
  width: 92%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.o-min-container {
  width: 92%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.c-block {
  position: relative;
  padding: 4rem 0;
}
.c-block h2, .c-block h3 {
  color: inherit;
}
.c-block .c-list {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-block {
    padding: 2rem 0;
  }
}

.c-block-title {
  margin-top: 0;
}

.c-block.-bg-blue .c-btn-arrow {
  color: white;
}

.c-block-text-media__container {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .c-block-text-media__container {
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    align-items: flex-start;
    gap: 2rem;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .c-block-text-media__container.-align-left {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .c-block-text-media__container.-align-right {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .c-block__media {
    flex-shrink: 0;
    width: 48%;
  }
}

@media (min-width: 768px) {
  .c-block__text {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .c-block-text-media__container .c-block__text {
    width: 48%;
  }
}

.c-block__title {
  margin: 0;
  font-family: var(--secondaryFont);
}

.c-block__large-text p {
  margin-bottom: 0rem;
}

.c-block__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13rem;
  overflow: hidden;
}
.c-block__media video {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--imageRadius);
}
.c-block__media img {
  width: 100%;
  height: 100%;
  border-radius: var(--imageRadius);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block__media.-maintain-aspect-ratio img {
  -o-object-fit: none;
     object-fit: none;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .c-block__media {
    height: 20rem;
  }
}

.c-block-text-media-large__container {
  display: grid;
  row-gap: 0;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media (min-width: 1024px) {
  .c-block-text-media-large__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-block-text-media-large__meta {
  position: relative;
  z-index: 3;
}

.c-block-text-media-large__title {
  font-size: 2.75rem;
}

.c-block__meta {
  margin-top: 1.25rem;
}

.c-block__meta audio {
  height: revert !important;
}

.c-block__meta .c-pdf-viewer {
  margin-top: 0;
  min-height: 0;
  height: 380px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--imageRadius);
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.c-block-new-story {
  display: flex;
  justify-content: center;
  margin-block: 0 7rem;
  padding: 0;
}
@media (min-width: 768px) {
  .c-block-new-story {
    margin-bottom: unset;
    padding-top: 4rem;
  }
}

.c-block-new-story__container {
  background-image: url("/lib/images/story_background.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 22rem;
  width: 100%;
}
@media (min-width: 768px) {
  .c-block-new-story__container {
    width: 92%;
    border-radius: var(--imageRadius);
  }
}

.c-block-new-story__image {
  position: absolute;
  right: 2rem;
  bottom: 0;
  height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}
@media (min-width: 768px) {
  .c-block-new-story__image {
    right: 5rem;
    height: 17rem;
  }
}

.c-block-new-story__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  background: var(--white);
  border-radius: 1rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
  text-align: left;
  z-index: 11;
  position: absolute;
  bottom: -7rem;
  width: 70%;
}
.c-block-new-story__content p {
  margin: 0;
}
@media (min-width: 768px) {
  .c-block-new-story__content {
    width: 40%;
    font-size: 1.125rem;
    position: unset;
  }
}

.c-block-title--small {
  font-family: var(--secondaryFont);
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .c-block-title--small {
    font-size: 1.5rem;
  }
}

.c-block-double-media__container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .c-block-double-media__container {
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    align-items: flex-start;
    gap: 2rem;
    justify-content: space-between;
  }
}

.c-block-double-media__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-block-double-media__item .c-block__media {
  width: unset;
}
@media (min-width: 768px) {
  .c-block-double-media__item {
    width: 48%;
    gap: 1rem;
  }
}

.u-small-padding .c-block {
  padding-top: 4rem;
}

main .c-block:last-child.u-wave:after {
  display: none;
}

.c-block:not(.u-wave) + .c-block {
  padding-top: 0;
}

@media (min-width: 768px) {
  .c-block.u-wave + .c-block {
    padding: 7rem 0 2rem;
  }
}

.c-block:not(.u-wave) + .c-block.-bg-blue,
.c-block:not(.u-wave) + .c-block.-bg-blue-light,
.c-block:not(.u-wave) + .c-block.-bg-pink {
  padding-top: 4rem;
}

.c-block.-bg-white:not(.u-wave):has(+ .c-block.-bg-white:not(.u-wave)) {
  padding-bottom: 2rem;
}

.c-stories-overview {
  padding: 2rem 0;
}
.c-stories-overview .title-large {
  margin-bottom: 3rem;
}
.c-stories-overview .c-list {
  margin-bottom: 3rem;
}
.c-stories-overview .c-btn {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .c-stories-overview {
    padding: 4rem 0 5rem;
  }
  .c-stories-overview .title-large {
    margin-bottom: 5rem;
  }
}

.c-btn-cover:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: transparent;
}
.c-btn-cover:hover, .c-btn-cover:active, .c-btn-cover:focus, .c-btn-cover:focus:active {
  text-decoration: none;
}

.btn,
.c-btn {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background: var(--primaryColor);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 5px 0 -1px #000;
  font-size: 1.125rem;
  color: var(--white);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:hover,
.c-btn:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.c-btn-external:after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.5rem;
  background-size: contain;
  background-image: url("/lib/images/external-link-white.svg");
}

.c-btn-download:after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.5rem;
  background-size: contain;
  background-image: url("/lib/images/icon-download-white.svg");
}

.c-btn-primary {
  background-color: var(--primaryColor);
  color: var(--white);
}

.c-btn-arrow {
  display: inline-flex;
  align-items: center;
  color: var(--primaryColor);
  text-decoration: none;
  font-size: inherit;
  font-weight: 700;
}
.c-btn-arrow.-before:after {
  order: -1;
  margin-left: 0;
  margin-right: 0.7rem;
}
.c-btn-arrow.-back:after {
  transform: rotate(180deg);
}
.c-btn-arrow:after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  margin: 0 0 0 0.7rem;
  position: relative;
  left: 0;
  background: url("/lib/images/arrow-circle.svg") center no-repeat;
  background-size: contain;
  transition: left 0.3s;
}
.c-btn-arrow:hover {
  text-decoration: underline;
}
.c-btn-arrow:hover:after {
  left: 0.4rem;
}

.c-btn-admin-edit {
  padding: 1rem 2rem;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 900;
  background: #FFBF00;
  text-decoration: none;
  color: var(--typographyColor);
}

.c-btn-menu {
  background-color: var(--white);
  color: var(--secondaryColor);
  box-shadow: none;
  padding: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .c-btn-menu {
    padding: 0.5rem;
    font-size: 1rem;
  }
}

.c-btn-teachers {
  display: flex;
  gap: 0.5rem;
}
.c-btn-teachers svg {
  width: 16px;
  height: 16px;
}

.c-card-story {
  display: grid;
  grid-template-areas: "image title" "image summary";
  grid-template-columns: 9rem auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: flex-start;
  max-width: 27rem;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
}
.c-card-story img {
  grid-area: image;
  display: block;
  width: var(--storyImageSize);
  height: var(--storyImageSize);
  background: var(--primaryLightColor);
  border-radius: 50%;
  box-shadow: var(--storyImageShadow);
  transition: transform 0.2s;
}
.c-card-story h3 {
  grid-area: title;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.c-card-story p {
  margin: 0;
  grid-area: summary;
}
.c-card-story:hover img {
  transform: scale(1.1) rotate(-5deg);
}

.c-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  margin-inline: auto;
}
.c-card p {
  margin: 0;
  font-size: 1.15rem;
  flex: 1;
}
@media (min-width: 768px) {
  .c-card {
    gap: 1rem;
    margin-inline: unset;
  }
}
.c-card h4 {
  margin: 0;
}

.c-card__image {
  height: 13rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--imageRadius);
  align-self: center;
}
@media (min-width: 768px) {
  .c-card__image {
    height: 15rem;
  }
}

.c-card__theme-amount {
  position: absolute;
  border-radius: var(--imageRadius) 0;
  background-color: var(--primaryColor);
  padding: 0.5rem 1rem;
  color: var(--white);
}

.u-wave .c-card {
  z-index: 3;
}

.c-footer {
  flex-shrink: 0;
  padding: 7rem 0 2rem;
}
.c-footer a {
  text-decoration: none;
  color: var(--primaryColor);
  font-weight: 700;
}
.c-footer p + ul {
  margin-tpop: 2rem;
}
@media (min-width: 1024px) {
  .c-footer p + ul {
    margin-top: 3rem;
  }
}

.c-footer__nav {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.c-footer__nav li {
  margin-bottom: 0.4rem;
}
@media (min-width: 1024px) {
  .c-footer__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1rem;
    margin: 0 0 3rem;
  }
}

.c-footer__bottom {
  font-size: 0.8em;
}
.c-footer__bottom p a {
  margin-left: 1.5rem;
}

main:not(:has(.c-block)) + .c-footer {
  padding-top: 2rem;
}

.c-header {
  padding: 3.5rem 0 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-header {
    padding: 3rem 0 3rem;
    margin-bottom: 6rem;
  }
}

.c-header-small {
  padding: 3.5rem 0 2rem;
  margin-bottom: 0rem;
}

.c-header-small__title {
  font-size: 2rem;
}

.c-header__content {
  max-width: 70ch;
}

.c-header:has(+ .o-main-container) {
  margin-bottom: 5rem;
}

.c-header-home {
  background-size: cover;
  background-position: center center;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .c-header-home {
    overflow-x: initial;
    overflow-y: initial;
  }
}

.c-header-home__container {
  --headerHomeGap: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--headerHomeGap);
  width: max(95%, var(--total) * (var(--storyImageSize) + var(--headerHomeGap)));
  height: 50vh;
  max-height: 31rem;
  padding: 3rem;
  margin: 0 auto;
  position: relative;
}
.c-header-home__container button:nth-child(1) {
  justify-content: flex-start;
}
.c-header-home__container button:nth-child(2) {
  align-self: center;
}
.c-header-home__container button:nth-child(2) img {
  animation-delay: 12s;
}
.c-header-home__container button:nth-child(3) img {
  animation-delay: 7s;
}
.c-header-home__container button:nth-child(4) {
  align-self: center;
}
.c-header-home__container button:nth-child(4) img {
  animation-delay: 3s;
}
.c-header-home__container button:nth-child(6) {
  align-self: center;
}
.c-header-home__container button:nth-child(6) img {
  animation-delay: 5s;
}
.c-header-home__container button:nth-child(7) img {
  animation-delay: 9s;
}
.c-header-home__container button:nth-child(8) {
  align-self: center;
}
.c-header-home__container button:last-of-type {
  justify-content: end;
}
@media (min-width: 768px) {
  .c-header-home__container {
    height: 50vh;
    max-height: 31rem;
    padding-top: 5rem;
  }
  .c-header-home__container button:nth-child(1) {
    transform: translate(0, 30%);
  }
  .c-header-home__container button:nth-child(2) {
    transform: translate(10%, 20%);
  }
  .c-header-home__container button:nth-child(3) {
    transform: translate(20%, -20%);
  }
  .c-header-home__container button:nth-child(4) {
    transform: translate(-70%, 50%);
  }
  .c-header-home__container button:nth-child(5) {
    transform: translate(-40%, 30%);
  }
}
@media (min-width: 1024px) {
  .c-header-home__container {
    width: 95%;
    max-width: 75rem;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
  }
}
@media (min-width: 1300px) {
  .c-header-home__container button:nth-child(1) {
    transform: translate(-20%, 30%);
  }
}

@keyframes wiggle {
  0% {
    rotate: -3deg;
  }
  20% {
    rotate: 20deg;
  }
  40% {
    rotate: -15deg;
  }
  60% {
    rotate: 5deg;
  }
  90% {
    rotate: -1deg;
  }
  100% {
    rotate: 0;
  }
}
.c-header-home__story {
  display: flex;
  justify-content: center;
  background: none;
  position: relative;
  z-index: 10;
  border: none;
  cursor: pointer;
}
.c-header-home__story img {
  display: block;
  width: var(--storyImageSize);
  height: var(--storyImageSize);
  position: relative;
  z-index: 100;
  background: var(--primaryLightColor);
  box-shadow: var(--storyImageShadow);
  border-radius: 50%;
  transition: all 0.3s;
  animation: 0.8s 2 wiggle ease-out;
}
.c-header-home__story.-is-active {
  z-index: 100;
}
.c-header-home__story.-is-active img {
  box-shadow: none;
}
.c-header-home__story.-is-active .c-header-home__story__content {
  display: block;
}
@media (min-width: 1024px) {
  .c-header-home__story {
    width: calc(100% / var(--total));
  }
  .c-header-home__story:hover img {
    transform: scale(1.1) rotate(-5deg);
  }
}

.c-header-home__story__content {
  display: none;
  width: 18.75rem;
  padding: 2.5em 1em 1em;
  position: absolute;
  top: calc(100% - 2rem);
  background: white;
  border-radius: 1rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
  text-align: left;
}
.c-header-home__story__content a {
  margin-bottom: 1em;
}
.c-header-home__story__content p {
  margin: 0;
}
@media (min-width: 768px) {
  .c-header-home__story__content {
    width: 22.5rem;
    font-size: 1.125rem;
  }
}

@keyframes swipe {
  0% {
    left: 5%;
  }
  100% {
    left: calc(100% - 4rem);
  }
}
@keyframes hide {
  100% {
    opacity: 0;
  }
}
.c-header-home__indicator {
  width: 80vw;
  position: absolute;
  bottom: 2rem;
  left: 10vw;
  z-index: 120;
  animation: 1s hide forwards;
  animation-delay: 3s;
}
.c-header-home__indicator div {
  width: 4rem;
  position: relative;
  left: 5%;
  animation: 1s infinite alternate swipe ease-in-out;
}
.c-header-home__indicator div:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -0.5rem;
  left: 0.8rem;
  z-index: 0;
  background: var(--secondaryColor);
  border-radius: 50%;
}
.c-header-home__indicator svg {
  width: 4rem;
  height: 4rem;
  fill: white;
  position: relative;
  z-index: 10;
}
.c-header-home__indicator:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.8rem;
  position: absolute;
  border-radius: 1rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: var(--primaryColor);
}
@media (min-width: 768px) {
  .c-header-home__indicator {
    display: none;
  }
}

.c-list {
  display: grid;
  gap: 2rem;
  row-gap: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .c-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
    margin-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .c-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

#signup_logon_box {
  border-radius: var(--buttonRadius);
  background-color: var(--primaryLightColor);
  padding: 2rem;
  font-family: var(--primaryFont);
}
#signup_logon_box .form-group + .form-group {
  margin-top: 1rem;
}

.z-logon-box {
  max-width: 400px;
  width: 100%;
}

.z-logon-box .control-label {
  width: 100%;
  display: block;
}

.z-logon-box .btn-primary {
  border: none;
  background-color: var(--primaryColor);
  color: var(--white);
  margin-top: 1rem;
  padding: 0.85rem 2rem;
  border-radius: var(--buttonRadius);
  box-shadow: 0 0.25rem 0 0 #000;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.form-control {
  height: 1.75rem;
  border: 2px solid var(--primaryColor);
  border-radius: var(--buttonRadius);
  width: calc(100% - 1.25rem);
  padding: 0.5rem;
}

.z-logon-title {
  font-family: var(--secondaryFont);
}

.err403 {
  background-color: var(--white) !important;
}

.z-logon-support a,
#go_to_signup {
  text-decoration: none;
  color: var(--primaryColor);
}

.z-logon-support a:hover,
.z-logon-support a:focus,
#go_to_signup:hover,
#go_to_signup:focus {
  text-decoration: underline;
}

.text-muted {
  color: transparent;
}

.navbar,
.navbar__header {
  display: flex;
}
@media (min-width: 1024px) {
  .navbar,
  .navbar__header {
    justify-content: center;
    align-items: center;
  }
}

.navbar__header {
  display: flex;
  height: 5rem;
}
@media (min-width: 1024px) {
  .navbar__header {
    height: 8.5rem;
    margin: 0 auto;
    background-color: var(--white);
    border-bottom-left-radius: 60% 70%;
    border-bottom-right-radius: 60% 70%;
  }
}

.header__container {
  width: 100vw;
  background-color: var(--secondaryColor);
}
@media (min-width: 1024px) {
  .header__container:has(.is-sticky) {
    margin-bottom: 3rem;
  }
}

.navbar__brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  padding: 0 1rem 0 1.5rem;
  margin: 0;
  background-color: var(--white);
  border-top-left-radius: 3% 50%;
  border-bottom-left-radius: 3% 50%;
  color: var(--typographyColor);
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5rem;
}
.navbar__brand h1 {
  color: inherit;
  font-size: inherit;
  margin: 0;
}
@media (min-width: 1024px) {
  .navbar__brand {
    display: flex;
    justify-content: center;
    padding: 0 0.5rem;
    margin: 0;
    text-wrap: balance;
    font-size: 2.75rem;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  height: calc(100dvh - 5rem);
  padding: 2rem;
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 1000;
  background-color: var(--secondaryColor);
  transform: translateX(-100%);
  list-style: none;
  transition: transform 0.3s;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  .navbar-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    row-gap: 0.5rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: static;
    transform: translateX(0);
    padding: 1rem 0;
    font-size: 1em;
  }
  .navbar-nav.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.navbar.-is-open .navbar-nav {
  transform: translateX(0);
}
.navbar.-is-open .navbar__toggle-icon {
  background-image: url("/lib/images/close-icon.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-nav li a {
  display: inline-flex;
  align-items: baseline;
  color: var(--white);
  text-shadow: none;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: var(--buttonRadius);
  padding: 0.1rem 0.5rem;
  transition: 0.3s;
  text-decoration: none;
}
.navbar-nav li a img {
  width: 1.1rem;
  margin-left: 0.5rem;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
  background-color: var(--secondaryColor);
  color: var(--white);
  border: 2px solid var(--white);
  transition: 0.5s;
}

@media (min-width: 1024px) {
  .navbar-nav li .active {
    background-color: var(--white);
    color: var(--secondaryColor);
    border: 2px solid var(--white);
    transition: 0.5s;
  }
}

.navbar__toggle {
  margin: 0 1rem;
  border: none;
  width: 15%;
  height: auto;
  padding: 0;
  background-color: var(--secondaryColor);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .navbar__toggle {
    display: none;
  }
}

.navbar__toggle-icon {
  display: block;
  width: 1.5rem;
  height: 1rem;
  background: var(--secondaryColor) url("/lib/images/burger-menu-icon.svg");
  margin-bottom: 0.5rem;
}

.navbar__toggle-title {
  margin: 0;
  color: var(--white);
  font-size: 0.8rem;
}

.c-story-intro {
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .c-story-intro {
    padding: 3rem 0;
  }
}

.c-story-intro__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .c-story-intro__container {
    grid-template-columns: 1fr 2fr 1fr;
    grid-column-gap: 4rem;
  }
}

.c-story-intro__image {
  grid-row: span 2;
  grid-column: 1;
  display: block;
  width: 100%;
  max-width: 15rem;
  height: auto;
  border-radius: 50%;
  box-shadow: var(--storyImageShadow);
}
@media (min-width: 1024px) {
  .c-story-intro__image {
    grid-row: 2;
    grid-column: 1;
    margin: 0 auto;
  }
}

.c-story-intro__title {
  grid-row: 2;
  grid-column: 2;
}
@media (min-width: 1024px) {
  .c-story-intro__title {
    grid-row: 1;
    grid-column: 2;
  }
}

.c-story-intro__summary {
  grid-row: 4;
  grid-column: span 2;
  margin: 0;
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .c-story-intro__summary {
    grid-row: 2;
    grid-column: 3;
  }
}

.c-story-intro__body {
  grid-row: 3;
  grid-column: span 2;
}
@media (min-width: 1024px) {
  .c-story-intro__body {
    grid-row: 2;
    grid-column: 2;
  }
}

.c-story-intro__back {
  grid-row: 1;
  grid-column: 2;
}
@media (min-width: 1024px) {
  .c-story-intro__back {
    grid-column: 1;
    margin: 0 auto;
  }
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 70ch;
}

.c-pdf-viewer {
  display: none;
  max-width: 60rem;
  width: 100%;
  height: 100vw;
  max-height: 85rem;
  min-height: 47rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .c-pdf-viewer {
    display: initial;
  }
}

.c-pdf-viewer--mobile {
  display: initial;
}
@media (min-width: 768px) {
  .c-pdf-viewer--mobile {
    display: none;
  }
}

.u-background {
  --bgColor: var(--white);
  --textColor: var(--typographyColor);
  --titleColor: var(--textColor);
  --linkExternalColor: var(--white);
  --linkExternalBg: var(--primaryColor);
  --readMoreColor: var(--primaryColor);
  background: var(--bgColor);
  color: var(--textColor);
}
.u-background .c-btn-external:after,
.u-background .link-external:after {
  background-image: url("/lib/images/external-link-white.svg");
}
.u-background .c-btn,
.u-background .link-internal,
.u-background .link-external {
  color: var(--linkExternalColor);
  background-color: var(--linkExternalBg);
}
.u-background .title-large {
  color: var(--titleColor);
}
.u-background .read-more-link {
  color: var(--readMoreColor);
}

.u-background.-bg-blue-light {
  --bgColor: var(--primaryLightColor);
  --textColor: var(--typographyColor);
  --titleColor: var(--primaryColor);
  --linkExternalColor: var(--white);
  --linkExternalBg: var(--primaryColor);
  --readMoreColor: var(--primaryColor);
}

.u-background.-bg-blue {
  --bgColor: var(--primaryColor);
  --textColor: var(--white);
  --linkExternalColor: var(--primaryColor);
  --linkExternalBg: var(--white);
  --readMoreColor: var(--primaryLightColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.u-background.-bg-blue .c-btn-external:after,
.u-background.-bg-blue .link-external::after {
  background-image: url("/lib/images/external-link-blue.svg");
}

.u-background.-bg-pink {
  --bgColor: var(--secondaryColor);
  --textColor: var(--white);
  --linkExternalColor: var(--secondaryColor);
  --linkExternalBg: var(--white);
  --readMoreColor: var(--primaryLightColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.u-background.-bg-pink .c-btn-external:after,
.u-background.-bg-pink .link-external::after {
  background-image: url("/lib/images/external-link-pink.svg");
}

.u-wave {
  --bgColor: var(--white);
  position: relative;
}
.u-wave:after {
  content: "";
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(60%);
  clip-path: polygon(100% 0%, 0% 0%, 0% 66.67%, 2% 65.41%, 4% 64.18%, 6% 62.99%, 8% 61.85%, 10% 60.79%, 12% 59.82%, 14% 58.96%, 16% 58.22%, 18% 57.62%, 20% 57.16%, 22% 56.84%, 24% 56.69%, 26% 56.69%, 28% 56.84%, 30% 57.16%, 32% 57.62%, 34% 58.22%, 36% 58.96%, 38% 59.82%, 40% 60.79%, 42% 61.85%, 44% 62.99%, 46% 64.18%, 48% 65.41%, 50% 66.67%, 52% 67.92%, 54% 69.15%, 56% 70.35%, 58% 71.48%, 60% 72.54%, 62% 73.51%, 64% 74.37%, 66% 75.11%, 68% 75.71%, 70% 76.18%, 72% 76.49%, 74% 76.65%, 76% 76.65%, 78% 76.49%, 80% 76.18%, 82% 75.71%, 84% 75.11%, 86% 74.37%, 88% 73.51%, 90% 72.54%, 92% 71.48%, 94% 70.35%, 96% 69.15%, 98% 67.92%, 100% 66.67%);
  background-color: var(--bgColor);
}

.u-wave.-bg-blue-light {
  --bgColor: var(--primaryLightColor);
}

.u-wave.-bg-blue {
  --bgColor: var(--primaryColor);
}

.u-wave.-bg-pink {
  --bgColor: var(--secondaryColor);
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.visually-hidden:hover, .visually-hidden:active, .visually-hidden:focus, .visually-hidden:focus:active {
  position: fixed !important;
  width: 100% !important;
  clip: auto;
  overflow: visible;
  height: auto;
  z-index: 2000;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.skip-link {
  display: block;
  position: relative;
  z-index: 1002;
  background-color: white;
  font-size: 2rem;
  line-height: 2.6rem;
  color: var(--primaryColor);
  text-align: center;
}

.u-c-black {
  color: var(--typographyColor) !important;
}
