@charset "UTF-8";
.mdc-touch-target-wrapper {
  display: inline;
}

.mdc-elevation-overlay {
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  /* @alternate */
  opacity: var(--mdc-elevation-overlay-opacity, 0);
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-elevation-overlay-color, #fff);
}

.mdc-button {
  /* @alternate */
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  /* @alternate */
  line-height: inherit;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  background: transparent;
}
.mdc-button .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */
  /*rtl:ignore*/
  left: 0;
}
.mdc-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mdc-button:active {
  outline: none;
}
.mdc-button:hover {
  cursor: pointer;
}
.mdc-button:disabled {
  cursor: default;
  pointer-events: none;
}
.mdc-button .mdc-button__icon {
  /* @noflip */
  /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: 8px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
[dir=rtl] .mdc-button .mdc-button__icon, .mdc-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */
  /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-button .mdc-button__label {
  position: relative;
}
.mdc-button .mdc-button__focus-ring {
  display: none;
}
@media screen and (forced-colors: active) {
  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring {
    pointer-events: none;
    border: 2px solid transparent;
    border-radius: 6px;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    /* @noflip */
    /*rtl:ignore*/
    left: 50%;
    /* @noflip */
    /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: calc(
      100% + 4px
    );
    width: calc(
      100% + 4px
    );
    display: block;
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring {
    border-color: CanvasText;
  }
}
@media screen and (forced-colors: active) {
  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring::after, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring::after {
    content: "";
    border: 2px solid transparent;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 50%;
    /* @noflip */
    /*rtl:ignore*/
    left: 50%;
    /* @noflip */
    /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: calc(100% + 4px);
    width: calc(100% + 4px);
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring::after, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-button .mdc-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.mdc-button__label + .mdc-button__icon {
  /* @noflip */
  /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: 0;
}
[dir=rtl] .mdc-button__label + .mdc-button__icon, .mdc-button__label + .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */
  /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: 8px;
  /*rtl:end:ignore*/
}

svg.mdc-button__icon {
  fill: currentColor;
}

.mdc-button--touch {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  text-decoration: none;
  /* @alternate */
  text-decoration: var(--mdc-typography-button-text-decoration, none);
}

.mdc-button {
  padding: 0 8px 0 8px;
}

.mdc-button--unelevated {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 16px 0 16px;
}
.mdc-button--unelevated.mdc-button--icon-trailing {
  padding: 0 12px 0 16px;
}
.mdc-button--unelevated.mdc-button--icon-leading {
  padding: 0 16px 0 12px;
}

.mdc-button--raised {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 16px 0 16px;
}
.mdc-button--raised.mdc-button--icon-trailing {
  padding: 0 12px 0 16px;
}
.mdc-button--raised.mdc-button--icon-leading {
  padding: 0 16px 0 12px;
}

.mdc-button--outlined {
  border-style: solid;
  transition: border 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-button--outlined .mdc-button__ripple {
  border-style: solid;
  border-color: transparent;
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-button .mdc-button__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-button .mdc-button__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  top: 0;
  /* @noflip */
  /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}
.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}
.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-button__ripple {
  position: absolute;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mdc-button {
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-text-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-text-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-text-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-text-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-text-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
  height: 36px;
  /* @alternate */
  height: var(--mdc-text-button-container-height, 36px);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button:not(:disabled) {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-text-button-label-text-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-text-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}
.mdc-button .mdc-button__icon {
  font-size: 1.125rem;
  /* @alternate */
  font-size: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  /* @alternate */
  width: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  /* @alternate */
  height: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
}
.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-text-button-hover-state-layer-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button:hover .mdc-button__ripple::before, .mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-text-button-hover-state-layer-opacity, 0.04);
}
.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-text-button-focus-state-layer-opacity, 0.12);
}
.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.12);
}
.mdc-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.12);
}
.mdc-button .mdc-button__ripple {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button--unelevated {
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-filled-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-filled-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-filled-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-filled-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-filled-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
  height: 36px;
  /* @alternate */
  height: var(--mdc-filled-button-container-height, 36px);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button--unelevated:not(:disabled) {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-filled-button-container-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button--unelevated:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  /* @alternate */
  background-color: var(--mdc-filled-button-disabled-container-color, rgba(0, 0, 0, 0.12));
}
.mdc-button--unelevated:not(:disabled) {
  color: #fff;
  /* @alternate */
  color: var(--mdc-filled-button-label-text-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-button--unelevated:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-filled-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}
.mdc-button--unelevated .mdc-button__icon {
  font-size: 1.125rem;
  /* @alternate */
  font-size: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  /* @alternate */
  width: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  /* @alternate */
  height: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
}
.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-filled-button-hover-state-layer-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-button--unelevated:hover .mdc-button__ripple::before, .mdc-button--unelevated.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-filled-button-hover-state-layer-opacity, 0.08);
}
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-filled-button-focus-state-layer-opacity, 0.24);
}
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-filled-button-pressed-state-layer-opacity, 0.24);
}
.mdc-button--unelevated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-filled-button-pressed-state-layer-opacity, 0.24);
}
.mdc-button--unelevated .mdc-button__ripple {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button--raised {
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-protected-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-protected-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-protected-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-protected-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-protected-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
  height: 36px;
  /* @alternate */
  height: var(--mdc-protected-button-container-height, 36px);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));
  --mdc-elevation-box-shadow-for-gss: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}
.mdc-button--raised:not(:disabled) {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-protected-button-container-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button--raised:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  /* @alternate */
  background-color: var(--mdc-protected-button-disabled-container-color, rgba(0, 0, 0, 0.12));
}
.mdc-button--raised:not(:disabled) {
  color: #fff;
  /* @alternate */
  color: var(--mdc-protected-button-label-text-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-button--raised:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-protected-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}
.mdc-button--raised .mdc-button__icon {
  font-size: 1.125rem;
  /* @alternate */
  font-size: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  /* @alternate */
  width: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  /* @alternate */
  height: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
}
.mdc-button--raised .mdc-button__ripple::before,
.mdc-button--raised .mdc-button__ripple::after {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-protected-button-hover-state-layer-color, var(--mdc-theme-on-primary, #fff));
}
.mdc-button--raised:hover .mdc-button__ripple::before, .mdc-button--raised.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-protected-button-hover-state-layer-opacity, 0.08);
}
.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-protected-button-focus-state-layer-opacity, 0.24);
}
.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-protected-button-pressed-state-layer-opacity, 0.24);
}
.mdc-button--raised.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-protected-button-pressed-state-layer-opacity, 0.24);
}
.mdc-button--raised .mdc-button__ripple {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button--raised.mdc-ripple-upgraded--background-focused, .mdc-button--raised:not(.mdc-ripple-upgraded):focus {
  --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-focus-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}
.mdc-button--raised:hover {
  --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-hover-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}
.mdc-button--raised:not(:disabled):active {
  --mdc-elevation-box-shadow-for-gss: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-pressed-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}
.mdc-button--raised:disabled {
  --mdc-elevation-box-shadow-for-gss: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-disabled-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}
.mdc-button--outlined {
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-outlined-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-outlined-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-outlined-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-outlined-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-outlined-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
  height: 36px;
  /* @alternate */
  height: var(--mdc-outlined-button-container-height, 36px);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));
  padding: 0 15px 0 15px;
  border-width: 1px;
  /* @alternate */
  border-width: var(--mdc-outlined-button-outline-width, 1px);
}
.mdc-button--outlined:not(:disabled) {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-outlined-button-label-text-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button--outlined:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-outlined-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}
.mdc-button--outlined .mdc-button__icon {
  font-size: 1.125rem;
  /* @alternate */
  font-size: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  /* @alternate */
  width: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  /* @alternate */
  height: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
}
.mdc-button--outlined .mdc-button__ripple::before,
.mdc-button--outlined .mdc-button__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-outlined-button-hover-state-layer-color, var(--mdc-theme-primary, #6200ee));
}
.mdc-button--outlined:hover .mdc-button__ripple::before, .mdc-button--outlined.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-outlined-button-hover-state-layer-opacity, 0.04);
}
.mdc-button--outlined.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button--outlined:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-outlined-button-focus-state-layer-opacity, 0.12);
}
.mdc-button--outlined:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}
.mdc-button--outlined:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-outlined-button-pressed-state-layer-opacity, 0.12);
}
.mdc-button--outlined.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-outlined-button-pressed-state-layer-opacity, 0.12);
}
.mdc-button--outlined .mdc-button__ripple {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));
}
.mdc-button--outlined:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
  /* @alternate */
  border-color: var(--mdc-outlined-button-outline-color, rgba(0, 0, 0, 0.12));
}
.mdc-button--outlined:disabled {
  border-color: rgba(0, 0, 0, 0.12);
  /* @alternate */
  border-color: var(--mdc-outlined-button-disabled-outline-color, rgba(0, 0, 0, 0.12));
}
.mdc-button--outlined.mdc-button--icon-trailing {
  padding: 0 11px 0 15px;
}
.mdc-button--outlined.mdc-button--icon-leading {
  padding: 0 15px 0 11px;
}
.mdc-button--outlined .mdc-button__ripple {
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-width: 1px;
  /* @alternate */
  border-width: var(--mdc-outlined-button-outline-width, 1px);
}
.mdc-button--outlined .mdc-button__touch {
  left: calc(-1 * 1px);
  /* @alternate */
  left: calc(-1 * var(--mdc-outlined-button-outline-width, 1px));
  width: calc(100% + 2 * 1px);
  /* @alternate */
  width: calc(100% + 2 * var(--mdc-outlined-button-outline-width, 1px));
}

.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
  /* @noflip */
  /*rtl:ignore*/
  margin-left: -4px;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: 8px;
}
[dir=rtl] .mdc-button--raised .mdc-button__icon, [dir=rtl] .mdc-button--unelevated .mdc-button__icon, [dir=rtl] .mdc-button--outlined .mdc-button__icon, .mdc-button--raised .mdc-button__icon[dir=rtl], .mdc-button--unelevated .mdc-button__icon[dir=rtl], .mdc-button--outlined .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */
  /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: -4px;
  /*rtl:end:ignore*/
}

.mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
  /* @noflip */
  /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: -4px;
}
[dir=rtl] .mdc-button--raised .mdc-button__label + .mdc-button__icon, [dir=rtl] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon, [dir=rtl] .mdc-button--outlined .mdc-button__label + .mdc-button__icon, .mdc-button--raised .mdc-button__label + .mdc-button__icon[dir=rtl], .mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir=rtl], .mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */
  /*rtl:ignore*/
  margin-left: -4px;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: 8px;
  /*rtl:end:ignore*/
}

.mdc-circular-progress__determinate-circle,
.mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #6200ee;
  /* @alternate */
  stroke: var(--mdc-theme-primary, #6200ee);
}

.mdc-circular-progress__determinate-track {
  stroke: transparent;
}

@keyframes mdc-circular-progress-container-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes mdc-circular-progress-spinner-layer-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes mdc-circular-progress-color-1-fade-in-out {
  from {
    opacity: 0.99;
  }
  25% {
    opacity: 0.99;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 0.99;
  }
  to {
    opacity: 0.99;
  }
}
@keyframes mdc-circular-progress-color-2-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 0.99;
  }
  50% {
    opacity: 0.99;
  }
  51% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-circular-progress-color-3-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0.99;
  }
  75% {
    opacity: 0.99;
  }
  76% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-circular-progress-color-4-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 0.99;
  }
  90% {
    opacity: 0.99;
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-circular-progress-left-spin {
  from {
    transform: rotate(265deg);
  }
  50% {
    transform: rotate(130deg);
  }
  to {
    transform: rotate(265deg);
  }
}
@keyframes mdc-circular-progress-right-spin {
  from {
    transform: rotate(-265deg);
  }
  50% {
    transform: rotate(-130deg);
  }
  to {
    transform: rotate(-265deg);
  }
}
.mdc-circular-progress {
  display: inline-flex;
  position: relative;
  /* @noflip */
  /*rtl:ignore*/
  direction: ltr;
  line-height: 0;
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-circular-progress__determinate-container,
.mdc-circular-progress__indeterminate-circle-graphic,
.mdc-circular-progress__indeterminate-container,
.mdc-circular-progress__spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mdc-circular-progress__determinate-container {
  transform: rotate(-90deg);
}

.mdc-circular-progress__indeterminate-container {
  font-size: 0;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0;
}

.mdc-circular-progress__determinate-circle-graphic,
.mdc-circular-progress__indeterminate-circle-graphic {
  fill: transparent;
}

.mdc-circular-progress__determinate-circle {
  transition: stroke-dashoffset 500ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-circular-progress__gap-patch {
  position: absolute;
  top: 0;
  /* @noflip */
  /*rtl:ignore*/
  left: 47.5%;
  box-sizing: border-box;
  width: 5%;
  height: 100%;
  overflow: hidden;
}
.mdc-circular-progress__gap-patch .mdc-circular-progress__indeterminate-circle-graphic {
  /* @noflip */
  /*rtl:ignore*/
  left: -900%;
  width: 2000%;
  transform: rotate(180deg);
}

.mdc-circular-progress__circle-clipper {
  display: inline-flex;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.mdc-circular-progress__circle-clipper .mdc-circular-progress__indeterminate-circle-graphic {
  width: 200%;
}

.mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
  /* @noflip */
  /*rtl:ignore*/
  left: -100%;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__determinate-container {
  opacity: 0;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
  opacity: 1;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
  animation: mdc-circular-progress-container-rotate 1568.2352941176ms linear infinite;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__spinner-layer {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__color-1 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__color-2 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__color-3 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__color-4 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-left .mdc-circular-progress__indeterminate-circle-graphic {
  /* @noflip */
  /*rtl:ignore*/
  animation: mdc-circular-progress-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
  /* @noflip */
  /*rtl:ignore*/
  animation: mdc-circular-progress-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdc-circular-progress--closed {
  opacity: 0;
}

.centered {
  text-align: center;
}

.subText {
  font-size: 0.9em;
  color: var(--color-shade-black, rgba(0, 0, 0, 0.54));
}

@keyframes slideUp {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOutToRight {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(30px);
  }
}
@keyframes slideOutToLeft {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-30px);
  }
}
@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutToTop {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}
@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutToBottom {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
:root {
  --animation-time: 0.3s;
}

:root {
  /* Color Components */
  --color-primary-red-components: 255,88,32;
  --color-primary-purple-components: 101,67,237;
  --color-primary-yellow-components: 255,205,85;
  --color-primary-pink-components: 255,166,246;
  --color-primary-blue-components: 22, 115, 255;
  --color-primary-orange-components: 255,153,0;
  --color-primary-green-components: 26,235,150;
  --color-secondary-blue-components: 79, 153, 246;
  --color-background-red-components: 255,249,249;
  --color-background-purple-components: 239,233,253;
  --color-background-yellow-components: 255,230,0;
  --color-background-pink-components: 255,234,252;
  --color-background-blue-components: 228,240,255;
  --color-background-orange-components: 255,238,212;
  --color-background-green-components: 227,255,232;
  --color-gray-1-components: 51,51,51;
  --color-gray-2-components: 79,79,79;
  --color-gray-3-components: 130,130,130;
  --color-blue-2-components: 195,207,226;
  --color-blue-3-components: 79,153,246;
  --color-green-2-components: 111,200,133;
  --color-shade-grey-components: 39,33,55;
  --color-shade-black-components: 39,33,55;
  --color-shade-white-components: 255,255,255;
  /* Primary colors */
  --color-primary-red: rgb(var(--color-primary-red-components));
  --color-primary-purple: rgb(var(--color-primary-purple-components));
  --color-primary-yellow: rgb(var(--color-primary-yellow-components));
  --color-primary-pink: rgb(var(--color-primary-pink-components));
  --color-primary-blue: rgb(var(--color-primary-blue-components));
  --color-primary-orange: rgb(var(--color-primary-orange-components));
  --color-primary-green: rgb(var(--color-primary-green-components));
  --color-primary-clear-red: rgb(var(--color-primary-red-components), 0.3);
  --color-primary-clear-purple: rgb(var(--color-primary-purple-components), 0.3);
  --color-primary-clear-yellow: rgb(var(--color-primary-yellow-components), 0.3);
  --color-primary-clear-pink: rgb(var(--color-primary-pink-components), 0.3);
  --color-primary-clear-blue: rgb(var(--color-primary-blue-components), 0.3);
  --color-primary-clear-orange: rgb(var(--color-primary-orange-components), 0.3);
  --color-primary-clear-green: rgb(var(--color-primary-green-components), 0.3);
  /* Secondary colors */
  --color-secondary-blue: rgb(var(--color-secondary-blue-components));
  /* Background colors */
  --color-background-red: rgb(var(--color-background-red-components));
  --color-background-purple: rgb(var(--color-background-purple-components));
  --color-background-yellow: rgb(var(--color-background-yellow-components));
  --color-background-pink: rgb(var(--color-background-pink-components));
  --color-background-blue: rgb(var(--color-background-blue-components));
  --color-background-orange: rgb(var(--color-background-orange-components));
  --color-background-green: rgb(var(--color-background-green-components));
  /* Background Shades */
  --color-shade-grey: rgb(var(--color-shade-grey-components));
  --color-shade-black: rgb(var(--color-shade-black-components));
  --color-shade-white: rgb(var(--color-shade-white-components));
  --color-shade-clear-black: rgb(var(--color-shade-grey-components), 0.6);
  --color-shade-clear-grey: rgb(var(--color-shade-grey-components), 0.3);
  --color-shade-clear-white: rgb(var(--color-shade-white-components), 0.6);
  --color-shade-clear-background-red: rgb(var(--color-background-red), 0.6);
  --color-gray-1: rgba(var(--color-gray-1-components), 1);
  --color-gray-2: rgba(var(--color-gray-2-components), 1);
  --color-gray-3: rgba(var(--color-gray-3-components), 1);
  /* Theme colors */
  --color-primary-components: var(--color-primary-purple-components);
  --color-primary: rgb(var(--color-primary-components));
  --color-primary-clear: rgb(var(--color-primary-components), 0.3);
  --color-highlight: var(--color-primary-purple);
  --color-blue-2: rgba(var(--color-blue-2-components), 1);
  --color-blue-3: rgba(var(--color-blue-3-components), 1);
  --color-green-2: rgba(var(--color-green-2-components), 1);
}

@font-face {
  font-family: "basier_squareregular";
  src: url("fonts/basiersquare-regular-webfont.eot");
  src: url("fonts/basiersquare-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/basiersquare-regular-webfont.woff2") format("woff2"), url("fonts/basiersquare-regular-webfont.woff") format("woff"), url("fonts/basiersquare-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "basier_squareregular_italic";
  src: url("fonts/basiersquare-regularitalic-webfont.eot");
  src: url("fonts/basiersquare-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/basiersquare-regularitalic-webfont.woff2") format("woff2"), url("fonts/basiersquare-regularitalic-webfont.woff") format("woff"), url("fonts/basiersquare-regularitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "basier_squaremedium";
  src: url("fonts/basiersquare-medium-webfont.eot");
  src: url("fonts/basiersquare-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/basiersquare-medium-webfont.woff2") format("woff2"), url("fonts/basiersquare-medium-webfont.woff") format("woff"), url("fonts/basiersquare-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "basier_squaremedium_italic";
  src: url("fonts/basiersquare-mediumitalic-webfont.eot");
  src: url("fonts/basiersquare-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/basiersquare-mediumitalic-webfont.woff2") format("woff2"), url("fonts/basiersquare-mediumitalic-webfont.woff") format("woff"), url("fonts/basiersquare-mediumitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "basier_squarebold";
  src: url("fonts/basiersquare-bold-webfont.eot");
  src: url("fonts/basiersquare-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/basiersquare-bold-webfont.woff2") format("woff2"), url("fonts/basiersquare-bold-webfont.woff") format("woff"), url("fonts/basiersquare-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "basier_squarebold_italic";
  src: url("fonts/basiersquare-bolditalic-webfont.eot");
  src: url("fonts/basiersquare-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/basiersquare-bolditalic-webfont.woff2") format("woff2"), url("fonts/basiersquare-bolditalic-webfont.woff") format("woff"), url("fonts/basiersquare-bolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Permanent Marker";
  src: url("/fonts/permanentmarker-regular.woff2") format("woff2"), url("/fonts/permanentmarker-regular.ttf") format("truetype"), url("/fonts/permanentmarker-regular.woff") format("woff"), url("https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Cf5b6jlg.woff2") format("woff2");
  font-weight: normal;
}
:root {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-shade-black);
}

h1 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
  margin: 22px 0;
}

h2 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  margin: calc(4 * var(--gutter-size)) 0;
}

h3 {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  margin: calc(2 * var(--gutter-size)) 0;
}

h4 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin: calc(2 * var(--gutter-size)) 0;
}

label {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

body {
  font-size: 16px;
  font-weight: 400;
}

:where(strong) {
  font-family: "basier_squarebold", sans-serif;
  color: inherit;
}

p,
.body-1 {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}

.body-2 {
  font-size: 1em;
}

.subtitle-1 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9em;
  margin: 0;
}

.audioPlayer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.audioPlayer .audioButton {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
}
.audioPlayer .audioBorder {
  position: absolute;
  height: 124px;
  width: 124px;
  z-index: 1;
}
.audioPlayer .audioBorder g circle {
  transition: stroke-dashoffset 0.25s linear;
  transform: rotate(-90deg) translateX(-100px);
}
.audioPlayer audio {
  display: none;
}
.audioPlayer .icon {
  color: white;
  z-index: 2;
}
.audioPlayer .icon svg {
  height: 45px;
  width: 45px;
}
.audioPlayer .icon.filled svg {
  fill: white;
}

:root {
  --floating-button-size: 4em;
}

:where(.button) {
  position: relative;
  overflow: hidden;
  white-space: break-spaces;
  text-overflow: elipsis;
  max-width: 100%;
  display: flex;
  cursor: pointer;
  flex: none;
  transition: all 0.1s ease-out;
  border: none;
  gap: calc(2 * var(--gutter-size));
}
:where(.button) .icon {
  color: inherit;
}

:where(.button):hover:not([disabled]) {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
  transform: scale(0.99);
}

:where(.button):active:not([disabled]) {
  transform: scale(0.97);
  filter: invert(0.1) contrast(0.9) brightness(1.2);
}

:where(.button)[disabled]:not(.loading) {
  filter: invert(0.3) contrast(0.5) brightness(1.7);
}

@keyframes loadingGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
:where(.button):after {
  border-radius: inherit;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 600% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: radial-gradient(ellipse at 50% 100%, rgba(255, 255, 255, 0.8) 1.8%, rgba(255, 255, 255, 0.8) 2%, transparent 8%), radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.3) 0.1%, transparent 70%);
  animation: loadingGradient 1s linear infinite;
}

:where(.button.loading):after {
  opacity: 1;
}

:where(.unstyled) {
  animation: none;
  box-shadow: none;
  background: none;
}

:where(.button).primary {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  display: inline-flex;
  width: fit-content;
  padding: calc(4 * var(--gutter-size)) calc(12 * var(--gutter-size));
  align-items: center;
  min-height: 56px;
  border-radius: 2.5em;
  text-decoration: none;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  color: white;
  background: #272137;
  border-color: #272137;
  font-family: "basier_squaremedium", sans-serif;
}

:where(.button).secondary {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  display: inline-flex;
  width: fit-content;
  padding: calc(4 * var(--gutter-size)) calc(12 * var(--gutter-size));
  align-items: center;
  min-height: 56px;
  border-radius: 2.5em;
  text-decoration: none;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  color: #272137;
  background: white;
  border-color: #272137;
}
:where(.button).secondary:after {
  filter: invert(0.25);
}

:where(.button).inline {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  display: inline-flex;
  width: fit-content;
  padding: calc(4 * var(--gutter-size)) calc(12 * var(--gutter-size));
  align-items: center;
  min-height: 56px;
  border-radius: 2.5em;
  text-decoration: none;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  min-height: 40px;
  padding: calc(3 * var(--gutter-size)) calc(8 * var(--gutter-size));
}

:where(.button).small {
  width: auto;
  height: auto;
  padding: 10px calc(4 * var(--gutter-size));
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
:where(.button).small .icon {
  font-size: inherit;
}

:where(.button).floating {
  display: inline-flex;
  border-radius: 50%;
  width: var(--floating-button-size);
  height: var(--floating-button-size);
  min-width: var(--floating-button-size);
  min-height: var(--floating-button-size);
  text-decoration: none;
  background: white;
  color: var(--color-shade-black);
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
:where(.button).floating .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
:where(.button).floating.small {
  --floating-button-size: 32px;
}

:where(.button).cardButton {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  width: fit-content;
  height: fit-content;
  padding: calc(4 * var(--gutter-size));
  text-align: left;
  border-radius: 8px;
  text-decoration: none;
}
:where(.button).cardButton .subtext {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

:where(.button).destructive {
  color: var(--color-primary-red) !important;
}

:where(.button).destructiveInverted {
  background-color: var(--color-primary-red) !important;
}

:where(.button).callToAction {
  padding: calc(6 * var(--gutter-size));
  border-radius: calc(6 * var(--gutter-size));
  width: 100%;
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

a.button[disabled] {
  pointer-events: none;
  cursor: default;
}

.circularProgress {
  width: 48px;
  z-index: -3;
  --color-notStarted: rgba(174, 174, 174, 1);
  --color-inProgress: var(--color-blue-3);
  --color-inProgress-background: var(--color-blue-2);
  --color-complete: var(--color-green-2);
}
.circularProgress div {
  width: 48px;
  height: 48px;
  position: relative;
}
.circularProgress div svg {
  width: 48px;
  height: 48px;
}
.circularProgress div svg circle {
  fill: none;
  transform: rotate(-90deg) translateX(-48px);
  stroke-width: 5px;
  stroke-linecap: butt;
  transition: stroke-dashoffset 0.25s linear;
}
.circularProgress div svg .progressBackground {
  fill: white;
}
.circularProgress div .status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13.33px;
  line-height: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circularProgress div .status svg {
  width: 22px;
  height: 22px;
  stroke-width: 3px;
}
.circularProgress .lollipop {
  position: relative;
}
.circularProgress.notStarted circle {
  stroke: var(--color-notStarted);
}
.circularProgress.notStarted .lollipop {
  border-color: var(--color-notStarted);
}
.circularProgress.notStarted svg {
  stroke: var(--color-notStarted);
}
.circularProgress.inProgress circle {
  stroke: var(--color-inProgress);
}
.circularProgress.inProgress .progressBackground {
  stroke: var(--color-inProgress-background);
}
.circularProgress.inProgress svg {
  stroke: var(--color-inProgress);
}
.circularProgress.inProgress .status {
  color: var(--color-inProgress);
}
.circularProgress.inProgress .lollipop > svg {
  stroke: var(--color-inProgress-background);
}
.circularProgress.inProgress .lollipop.over50Percent > svg {
  stroke: var(--color-inProgress);
}
.circularProgress.complete circle {
  stroke: var(--color-complete);
}
.circularProgress.complete .lollipop {
  border-color: var(--color-complete);
}
.circularProgress.complete svg {
  stroke: var(--color-complete);
}

.icon {
  color: inherit;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  vertical-align: middle;
  align-items: center;
}
.icon-primary {
  color: var(--color-primary);
}

.gritIcon {
  height: var(--icon-size, 52px);
  width: var(--icon-size, 52px);
}

.gritIcon > img {
  height: var(--icon-size, 52px);
  width: var(--icon-size, 52px);
}

.gritIcon > svg {
  height: var(--icon-size, 52px);
  width: var(--icon-size, 52px);
}

.field {
  display: flex;
  flex-flow: column;
  margin: calc(2 * var(--gutter-size)) 0;
}
.field label {
  text-align: left;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: calc(2 * var(--gutter-size)) 0;
}
.field .validationMessage {
  font-size: 11px;
  align-self: flex-end;
}

.validationMessage {
  color: var(--color-primary-red, red);
}

.textField {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  background: white;
  border-radius: 8px;
  height: 48px;
  border: none;
  outline: none;
  padding: 0 calc(4 * var(--gutter-size));
}
.textField:focus {
  border: none;
  box-shadow: 0px 4px calc(4px * 4) rgba(0, 0, 0, 0.1);
}
.textField:not([valid]) {
  outline: 1px solid var(--color-primary-red, red);
}

[type=checkbox] {
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 4px;
  border: 4px solid;
  color: #272137;
  position: relative;
}
[type=checkbox]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
[type=checkbox]:checked:after {
  position: absolute;
  left: 15%;
  top: 22%;
  content: "";
  height: 30%;
  width: 60%;
  border-left: solid 2px white;
  border-bottom: solid 2px white;
  border-end-end-radius: 1px;
  border-end-start-radius: 1px;
  border-radius: 1px;
  transform-origin: center;
  transform: rotate(-45deg);
}

.selectField {
  background: white;
  border-radius: 8px;
  height: 48px;
  border: none;
  outline: none;
  padding: 0 calc(4 * var(--gutter-size));
}
.selectField:focus {
  border: none;
  box-shadow: 0px 4px calc(4px * 4) rgba(0, 0, 0, 0.1);
}
.selectField:not([valid]) {
  outline: 1px solid var(--color-primary-red, red);
}

:where(form) {
  flex: none;
  flex-flow: inherit;
  display: inherit;
  justify-content: inherit;
  align-content: inherit;
  align-items: inherit;
  align-self: inherit;
  justify-self: inherit;
}
:where(form) .error {
  color: var(--color-primary-red, #b00020);
}

.dialog {
  --elevation: 1;
  background-color: #FFFFFF;
  box-shadow: 0px calc(1px * var(--elevation) + 1px) calc(var(--elevation) * 1px) calc(var(--elevation) * -1px) rgba(0, 0, 0, 0.2), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 1px) 0 rgba(0, 0, 0, 0.14), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 3px) 0 rgba(0, 0, 0, 0.12);
  transform: translateX(0);
  background-color: var(--color-background-red);
  display: flex;
  flex-flow: column;
  align-items: stretch;
  text-align: center;
  bottom: 0;
  height: auto;
  border-radius: 32px 32px 0px 0px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  max-width: min(var(--max-app-width), 100%);
  margin: auto;
  margin-bottom: 0;
  left: 0;
  right: 0;
  animation: slideUp 0.3s ease-in-out;
  padding: calc(6 * var(--gutter-size));
  padding-bottom: calc(var(--safe-area-inset-bottom, 0) + calc(8 * var(--gutter-size)));
  gap: calc(3 * var(--gutter-size));
  transition: all 0.3s ease-out;
  transform-origin: 50% 100%;
}
.dialog.loading {
  pointer-events: none;
  filter: invert(0.1) contrast(0.9) brightness(1.2);
  transform: scale(0.97);
}
.dialog .dialogHeader {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.dialog .dialogHeader h1 {
  margin: auto 0;
  text-align: left;
}
.dialog .dialogHeader .close[hidden] {
  display: none;
}
.dialog .dialogHeader .close {
  height: 3em;
  width: 3em;
  min-height: 3em;
  min-width: 3em;
}
.dialog section {
  justify-content: space-evenly;
  text-align: center;
}
.dialog footer {
  display: flex;
  margin-top: calc(7 * var(--gutter-size));
}
.dialog footer .button {
  flex: auto;
  justify-content: center;
}
.dialog .standardContent, .dialog .looseContent, .dialog .tightContent {
  flex: none;
  flex-flow: inherit;
  display: inherit;
  justify-content: inherit;
  align-content: inherit;
  align-items: inherit;
  align-self: inherit;
  justify-self: inherit;
}
.dialog .standardContent {
  gap: calc(6 * var(--gutter-size));
}
.dialog .looseContent {
  gap: calc(10 * var(--gutter-size));
}
.dialog .tightContent {
  gap: calc(3 * var(--gutter-size));
}

.dialogMask {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 100px;
  animation: fadeIn 0.3s ease-out backwards;
}
.dialogMask.removed {
  animation: fadeOut 0.3s ease-out forwards;
}
.dialogMask.removed .dialog {
  animation: slideDown 0.3s ease-in-out forwards;
}
.dialogMask[hidden] {
  display: flex;
}

.confirmationDialog.destructive footer [role=button] {
  background-color: var(--color-primary-red);
}

.card {
  --card-gutter: 4;
  padding: calc(var(--card-gutter) * var(--gutter-size));
  margin: 0;
  position: relative;
  border-radius: 16px;
}
.card > header, .card .cardHeader {
  padding: calc(var(--card-gutter) * var(--gutter-size));
  margin: calc(calc(0 - var(--card-gutter)) * var(--gutter-size));
  display: flex;
  align-items: center;
}
.card > header h1,
.card > header h2,
.card > header h3,
.card > header h4, .card .cardHeader h1,
.card .cardHeader h2,
.card .cardHeader h3,
.card .cardHeader h4 {
  margin: 4px;
  font-weight: 600;
  text-align: inherit;
}
.card > header > .actions, .card .cardHeader > .actions {
  flex: auto;
  display: flex;
  justify-content: flex-end;
  margin: calc(calc(0 - var(--card-gutter)) * var(--gutter-size));
  margin-left: var(--card-gutter);
}
.card > .list .listItem {
  padding-left: calc(2 * var(--gutter-size));
  padding-right: calc(2 * var(--gutter-size));
}
.card > .list .listItem .listItemContent:last-child, .card > .list .listItem .listItemMeta:last-child {
  margin-right: calc(-2 * var(--gutter-size));
  padding-right: calc(2 * var(--gutter-size));
}
.card.listItem {
  --elevation: 8;
  background-color: #FFFFFF;
  box-shadow: 0px calc(1px * var(--elevation) + 1px) calc(var(--elevation) * 1px) calc(var(--elevation) * -1px) rgba(0, 0, 0, 0.2), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 1px) 0 rgba(0, 0, 0, 0.14), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 3px) 0 rgba(0, 0, 0, 0.12);
  transform: translateX(0);
}
.card.listItem .listItemContent:last-child, .card.listItem .listItemMeta:last-child {
  border-bottom: none;
}
.card label {
  width: var(--max-field-width);
}
.card > footer nav, .card .cardFooter nav {
  margin-top: calc(4 * var(--gutter-size));
}
.card > footer .actions button + button, .card .cardFooter .actions button + button {
  margin-left: calc(4 * var(--gutter-size));
}
.card.hero {
  border-radius: calc(4 * var(--gutter-size));
  grid-column: 1/-1;
  aspect-ratio: 3/2;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  overflow: hidden;
}
.card.hero h3 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: calc(2 * var(--gutter-size));
}
.card.hero p {
  margin: calc(2 * var(--gutter-size));
}
.card.hero .cardImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.card.hero .cardImage:after {
  content: "";
  background: linear-gradient(180deg, rgba(39, 33, 55, 0) 22.4%, rgba(39, 33, 55, 0.4) 66.67%, rgba(39, 33, 55, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.card.dark {
  color: white;
  background: var(--color-shade-black);
}
.card.dark [role=button] {
  background: var(--color-primary);
  color: white;
}

.page > .card {
  margin: 0 auto;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background: var(--color-card-background, white);
  margin-bottom: calc(6 * var(--gutter-size));
  width: min(var(--max-app-width), 100%);
}
.page > form.card {
  margin: 0;
  flex: auto;
  text-align: center;
}

.list {
  padding: 0;
}

.listItem {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: calc(3 * var(--gutter-size)) 0;
  justify-content: space-around;
  cursor: pointer;
}

a.listItem {
  text-decoration: inherit;
  color: inherit;
}

.listItemGraphic {
  margin: calc(2 * var(--gutter-size));
  margin-right: calc(3 * var(--gutter-size));
  align-self: flex-start;
}

.listItemContent {
  display: flex;
  flex-flow: column;
  flex: auto;
  justify-content: center;
  overflow: auto;
  text-align: left;
  gap: calc(2 * var(--gutter-size));
}
.listItemContent > p {
  margin: 0;
}
.listItemContent > p + p {
  margin-top: calc(2 * var(--gutter-size));
}
.listItemContent:first-child {
  padding-left: calc(3 * var(--gutter-size));
}
.listItemContent:lastChild {
  padding-right: calc(3 * var(--gutter-size));
}

.listItemMeta {
  margin-left: auto;
  align-self: center;
  display: flex;
  align-content: center;
  align-items: center;
}

.listItemContent, .listItemMeta {
  align-self: stretch;
  align-content: center;
}

.listItemLabel {
  font-weight: 600;
  margin: calc(1 * var(--gutter-size)) 0;
}

.listItem.multiline .listItemLabel {
  margin: 0;
  margin-top: calc(3 * var(--gutter-size));
  margin-bottom: calc(1 * var(--gutter-size));
}

.listItemSecondaryText {
  font-weight: 400;
  font-size: 0.7em;
  margin: calc(1 * var(--gutter-size)) 0;
  text-transform: uppercase;
  color: var(--color-shade-black, rgba(0, 0, 0, 0.54));
}

.listItem {
  padding-right: 0;
  border-top: none;
}

.listItem:not(:last-of-type) .listItemContent, .listItem:not(:last-of-type) .listItemMeta {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  margin-bottom: calc(-3 * var(--gutter-size));
  padding-bottom: calc(3 * var(--gutter-size));
}

.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5 {
  font-weight: 600;
  font-size: 1.3em;
}
.markdown h2 {
  font-size: 1.2em;
}
.markdown h3 {
  font-size: 1.1em;
}
.markdown h4, .markdown h5 {
  font-size: 1em;
}
.markdown p {
  margin: calc(4 * var(--gutter-size)) 0px;
}

.progress {
  pointer-events: none;
}
.progress.open {
  pointer-events: initial;
}
.progress .mdc-circular-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.progress:not(.inline) {
  position: fixed;
  height: auto;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: background 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.progress:not(.inline).open {
  background: rgba(255, 255, 255, 0.5);
}

.progress.inline {
  display: none;
  position: relative;
  vertical-align: middle;
  height: 48px;
  width: 48px;
}
.progress.inline.open {
  display: inline-block;
}

form .progress:not(.inline) {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.expandableContent {
  display: block;
  height: 0;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.expand.icon {
  transition: transform 0.2s ease-in-out;
}

.expand.icon.expanded {
  transform: rotate(180deg);
}

.preformatted {
  font: inherit;
  white-space: pre-wrap;
}

.pageContent > .preformatted {
  padding: 0 calc(4 * var(--gutter-size));
}

.workflowStepper {
  --step-icon-size: 24px;
  text-align: center;
  padding: calc(4 * var(--gutter-size));
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.workflowStepper .step {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
  background: grey;
  color: white;
  height: var(--step-icon-size);
  width: var(--step-icon-size);
  border-radius: var(--step-icon-size);
}
.workflowStepper .step.current {
  background: var(--primary-color);
  box-shadow: 0 0 10px var(--primary-color);
}
.workflowStepper .step.done {
  background: var(--primary-color-dark);
}
.workflowStepper .step.done + .divider {
  border-color: var(--primary-color-dark);
}
.workflowStepper .divider {
  content: "";
  border-top: solid 1px grey;
  max-width: 30%;
  flex: auto;
  margin: calc(4 * var(--gutter-size));
}

.tabs {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: visible;
  flex: auto;
}

.tabButtons {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: row;
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  height: calc(1em + calc(10 * var(--gutter-size)));
  color: var(--color-shade-black);
}
.tabButtons:after {
  content: "";
  position: absolute;
  bottom: calc(50% - (0.5em + (2 * var(--gutter-size))));
  left: 0;
  height: 4px;
  width: 56px;
  background: currentColor;
}
.tabButtons .tabButton {
  position: absolute;
  left: 0;
  white-space: nowrap;
  padding: calc(3 * var(--gutter-size));
}

.button.tabButton,
.button.tabButton:active .button.tabButton:hover {
  animation: none;
  will-change: transform, opacity, color;
  background: none;
  box-shadow: none;
  color: var(--color-shade-clear-grey);
  padding: calc(2 * var(--gutter-size));
  padding-right: calc(4 * var(--gutter-size));
  padding-left: 0;
  flex: none;
  font: inherit;
  outline: none;
  color: inherit;
}
.button.tabButton:not([aria-selected=true]),
.button.tabButton:active .button.tabButton:hover:not([aria-selected=true]) {
  color: var(--color-shade-clear-grey);
}

.button.tabButton,
.button.tabButton:active .button.tabButton:hover {
  transition: color var(--animation-time) ease-out, transform 0s linear;
  transform: translateX(var(--position));
}
.button.tabButton.last,
.button.tabButton:active .button.tabButton:hover.last {
  position: absolute;
  animation: switcharoo var(--animation-time) ease-out;
}

.tabs .tabPanel {
  will-change: transform, opacity;
  padding-top: calc(4 * var(--gutter-size));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(var(--position));
  transition: opacity var(--animation-time) ease-out;
}
.tabs .tabPanel[aria-hidden] {
  display: block;
  opacity: var(--opacity);
  pointer-events: none;
}

.carousel {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: visible;
  flex: auto;
}
.carousel .stepIndicator {
  display: flex;
  justify-content: center;
}
.carousel .panelNavigationButtons {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: calc(8 * var(--gutter-size));
  z-index: 1;
}
.carousel .nextPanel {
  left: 95%;
}
.carousel .previousPanel {
  right: 95%;
}

.carouselPanel {
  will-change: transform, opacity;
  padding: calc(8 * var(--gutter-size));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(0px - var(--safe-area-inset-bottom));
  padding-bottom: calc((8 * var(--gutter-size)) + var(--safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(var(--position));
  transition: opacity var(--animation-time) ease-out;
}
.carouselPanel[aria-hidden] {
  display: block;
  opacity: var(--opacity);
  pointer-events: none;
}

.carouselPanels {
  position: relative;
  flex: auto;
  margin-left: calc(-8 * var(--gutter-size));
  margin-right: calc(-8 * var(--gutter-size));
  margin-bottom: calc(-8 * var(--gutter-size));
  padding: calc(8 * var(--gutter-size));
}

.textArea {
  background: white;
  border-radius: 8px;
  height: 48px;
  border: none;
  outline: none;
  padding: 0 calc(4 * var(--gutter-size));
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  min-height: 200px;
  font: inherit;
}
.textArea:focus {
  border: none;
  box-shadow: 0px 4px calc(4px * 4) rgba(0, 0, 0, 0.1);
}
.textArea:not([valid]) {
  outline: 1px solid var(--color-primary-red, red);
}

.timeline {
  text-align: left;
}

ol.orderedList {
  counter-reset: quotes;
  padding-left: calc(8 * var(--gutter-size));
}
ol.orderedList li {
  --marker-size: 24px;
  position: relative;
  list-style: none;
}
ol.orderedList li:before {
  align-self: flex-start;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color-dark);
  border-radius: var(--marker-size);
  height: var(--marker-size);
  width: var(--marker-size);
  position: absolute;
  left: calc(-8 * var(--gutter-size));
  counter-increment: quotes;
  content: counter(quotes, lower-alpha);
  text-transform: capitalize;
}

.quoteSection {
  --quote-color: #219653;
  margin: calc(4 * var(--gutter-size)) 0;
  display: flex;
  align-items: flex-start;
}
.quoteSection > .icon {
  color: var(--quote-color);
  border: 2px solid var(--quote-color);
  border-radius: 24px;
  margin: calc(2 * var(--gutter-size));
  font-size: 18px;
}
.quoteSection .quote {
  border-radius: calc(2 * var(--gutter-size));
  background: #F9F9F9;
  border: 1px solid #ACBEC8;
  margin: 0;
  margin-bottom: calc(2 * var(--gutter-size));
  padding: calc(2 * var(--gutter-size));
  font-weight: bold;
  font-style: italic;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  line-height: 22px;
}

.carouselViewer {
  --thumb-size: 100px;
}
.carouselViewer header {
  justify-content: space-between;
  display: flex;
  align-items: baseline;
}
.carouselViewer .items {
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 -15px;
  padding: 0 15px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, black 15px, black calc(100% - 15px), rgba(0, 0, 0, 0) 100%);
}
.carouselViewer .tile {
  display: inline-block;
  height: var(--thumb-size);
  max-height: var(--thumb-size);
  width: var(--thumb-size);
  overflow: hidden;
}

.avatar {
  --avatar-size: 125px;
  display: inline-block;
  height: var(--avatar-size);
  width: var(--avatar-size);
  overflow: hidden;
  border-radius: calc(2 * var(--gutter-size));
  vertical-align: middle;
}
.avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.steps > ol {
  counter-reset: steps;
  padding-left: 0;
}
.steps > ol > li {
  counter-increment: steps;
  list-style: none;
}
.steps .step {
  --header-size: 24px;
}
.steps .step > header {
  top: calc(var(--header-content-height) + calc(2 * var(--gutter-size)));
  display: flex;
  font-weight: bold;
}
.steps .step > header:before {
  content: counter(steps);
  font-size: 1.1em;
  color: var(--color-shade-black);
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(4 * var(--gutter-size));
  background: #FFFFFF;
  border-radius: 8px;
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}
.steps .step > header h3 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-left: calc(4 * var(--gutter-size));
  margin-bottom: 0px;
  margin-right: 0px;
}

input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

input[type=range]::-webkit-slider-thumb {
  --thumbHeight: 16px;
  --thumbWidth: 16px;
  --thumbRadius: 16px;
  appearance: none;
  border: white;
  height: var(--thumbHeight);
  width: var(--thumbWidth);
  border-radius: var(--thumbRadius);
  background: var(--color-primary);
  cursor: pointer;
  box-shadow: 0 0 0 3px white;
  border: 3px solid rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}

input[type=range]::-moz-range-thumb {
  --thumbHeight: 16px;
  --thumbWidth: 16px;
  --thumbRadius: 16px;
  appearance: none;
  border: white;
  height: var(--thumbHeight);
  width: var(--thumbWidth);
  border-radius: var(--thumbRadius);
  background: var(--color-primary);
  cursor: pointer;
  box-shadow: 0 0 0 3px white;
  border: 3px solid rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--color-primary);
  background-image: linear-gradient(to right, var(--primary-color) var(--range-percent-value), gray var(--range-percent-value));
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--color-primary);
  background-image: linear-gradient(to right, var(--primary-color) var(--range-percent-value), gray var(--range-percent-value));
}

.rangeField {
  --inputHeight: 32px;
  --thumbSize: 46px;
  border-radius: var(--inputHeight);
}
.rangeField .rangeInput {
  display: inline-block;
  position: relative;
  height: var(--inputHeight);
}
.rangeField .rangeInput:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-secondary-blue);
  height: 10px;
  width: calc(var(--thumbSize) / 2 + (100% - var(--thumbSize)) / (var(--max) - var(--min)) * (var(--value) + var(--min)));
  display: block;
  height: 100%;
  pointer-events: none;
  border-top-left-radius: var(--inputHeight);
  border-bottom-left-radius: var(--inputHeight);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.rangeField input[type=range] {
  width: 233px;
  margin: 0;
}
.rangeField input[type=range]::-webkit-slider-runnable-track {
  height: 32px;
  border-radius: 16px;
  border: none;
  background: rgba(39, 33, 55, 0.3);
}
.rangeField input[type=range][disabled] {
  opacity: 0.5;
}
.rangeField input[type=range]::-webkit-slider-thumb {
  height: var(--thumbSize);
  width: var(--thumbSize);
  margin-top: -8px;
  border: none;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0px 5px 25px rgba(39, 33, 55, 0.15);
  -webkit-appearance: none;
  appearance: none;
}
.rangeField .valueGraphic {
  --leftScalar: 1 / (var(--max) - var(--min)) * (var(--value) + var(--min));
  position: absolute;
  bottom: calc((var(--inputHeight) - var(--thumbSize)) / 2);
  height: var(--thumbSize);
  width: var(--thumbSize);
  background: white;
  margin: 1px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-content: center;
  left: calc(100% * var(--leftScalar) - var(--thumbSize) * var(--leftScalar));
  pointer-events: none;
  padding: 10px;
  border-radius: 23px;
  box-shadow: 0px 5px 0 rgba(0, 0, 0, 0);
  align-items: center;
  transition: top 0.2s ease-out, height 0.2s ease-out, box-shadow 0.2s ease-out;
  z-index: 1;
}
.rangeField.touched input[type=range] + .valueGraphic {
  height: calc(var(--thumbSize) * (1 + 1 * var(--hasValueGraphic)));
  background: white;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
  justify-content: flex-start;
  padding-top: calc(4 * var(--gutter-size));
}

.fileField {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.fileField input {
  min-width: 100%;
  background: white;
  border-radius: 8px;
  height: 48px;
  border: none;
  outline: none;
  padding: 0 calc(4 * var(--gutter-size));
}
.fileField input:focus {
  border: none;
  box-shadow: 0px 4px calc(4px * 4) rgba(0, 0, 0, 0.1);
}
.fileField input:not([valid]) {
  outline: 1px solid var(--color-primary-red, red);
}
.fileField input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  margin: 0;
}

.revealer {
  position: relative;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-self: stretch;
  margin: auto 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.revealer .tapToReveal {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.revealer .content, .revealer .tapToReveal {
  transition: all 0.5s ease-out;
}
.revealer .content::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.revealer:not(.revealed) .content {
  transform: scale(0.8);
  filter: blur(12.5px);
  pointer-events: none;
}
.revealer:not(.revealed) .content::after {
  opacity: 1;
}
.revealer:not(.revealed) .tapToReveal {
  opacity: 1;
  pointer-events: initial;
  border-radius: 8px;
}

.imageExposure .revealer:not(.revealed) .content {
  transform: scale(1.2);
  filter: blur(35px);
}
.imageExposure .revealer:not(.revealed) .content::after {
  background: rgba(255, 240, 240, 0.6);
}

.stepIndicator {
  flex: none;
}
.stepIndicator .stepIndicatorItem {
  border-radius: 50%;
  background-color: rgba(39, 33, 55, 0.6);
  height: 8px;
  width: 8px;
  display: inline-block;
  margin: calc(2 * var(--gutter-size));
}
.stepIndicator .stepIndicatorItem.currentStep {
  background-color: var(--color-shade-black);
}
.stepIndicator .stepIndicatorItem.currentStep ~ .stepIndicatorItem {
  background-color: rgba(39, 33, 55, 0.3);
}

.inlineSvg {
  stroke: currentColor;
  fill: currentColor;
}

.titleImage {
  display: flex;
  flex: none;
  width: 100%;
  justify-content: center;
  margin: auto;
}
.titleImage img, .titleImage svg {
  width: auto;
  max-width: 80%;
  max-height: max(100px, min(65vh - 300px, 70vw));
}

.pill {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  display: inline-flex;
  width: fit-content;
  padding: calc(2 * var(--gutter-size)) calc(4 * var(--gutter-size));
  align-items: center;
  background: var(--color-background-green);
  border-color: #272137;
  border-radius: 2.5em;
  color: #1C682D;
  text-decoration: none;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  align-self: center;
}
.pill h4 {
  margin: 0;
}
.pill.small {
  max-height: 15px;
  padding: 0px 4px;
}
.pill.small h4 {
  font-size: 8px;
  font-weight: 400;
}
.pill.outline {
  background: none;
  border: 1px solid rgba(39, 33, 55, 0.2);
  box-shadow: none;
  border-radius: 16px;
}
.pill.outline h4 {
  color: var(--color-shade-black);
}

.mdc-snackbar {
  z-index: 8;
  margin: 8px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-snackbar__surface {
  background-color: #333333;
}

.mdc-snackbar__label {
  color: rgba(255, 255, 255, 0.87);
}

.mdc-snackbar__surface {
  min-width: 344px;
}
@media (max-width: 480px), (max-width: 344px) {
  .mdc-snackbar__surface {
    min-width: 100%;
  }
}

.mdc-snackbar__surface {
  max-width: 672px;
}

.mdc-snackbar__surface {
  /* @alternate */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mdc-snackbar__surface {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
}

.mdc-snackbar--opening,
.mdc-snackbar--open,
.mdc-snackbar--closing {
  display: flex;
}

.mdc-snackbar--open .mdc-snackbar__label,
.mdc-snackbar--open .mdc-snackbar__actions {
  visibility: visible;
}

.mdc-snackbar--leading {
  justify-content: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__label {
  /* @noflip */
  /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */
  /*rtl:ignore*/
  padding-right: 8px;
  padding-bottom: 12px;
}
[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label, .mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */
  /*rtl:ignore*/
  padding-left: 8px;
  /* @noflip */
  /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-snackbar--stacked .mdc-snackbar__surface {
  flex-direction: column;
  align-items: flex-start;
}
.mdc-snackbar--stacked .mdc-snackbar__actions {
  align-self: flex-end;
  margin-bottom: 8px;
}

.mdc-snackbar__surface {
  /* @noflip */
  /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */
  /*rtl:ignore*/
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  transform: scale(0.8);
  opacity: 0;
}
.mdc-snackbar__surface::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
@media screen and (forced-colors: active) {
  .mdc-snackbar__surface::before {
    border-color: CanvasText;
  }
}
[dir=rtl] .mdc-snackbar__surface, .mdc-snackbar__surface[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */
  /*rtl:ignore*/
  padding-left: 8px;
  /* @noflip */
  /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-snackbar--open .mdc-snackbar__surface {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-snackbar--closing .mdc-snackbar__surface {
  transform: scale(1);
  transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.mdc-snackbar__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  /* @noflip */
  /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */
  /*rtl:ignore*/
  padding-right: 8px;
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  visibility: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
}
[dir=rtl] .mdc-snackbar__label, .mdc-snackbar__label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */
  /*rtl:ignore*/
  padding-left: 8px;
  /* @noflip */
  /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-snackbar__label::before {
  display: inline;
  content: attr(data-mdc-snackbar-label-text);
}

.mdc-snackbar__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
  visibility: hidden;
}

.mdc-snackbar__action:not(:disabled) {
  color: #bb86fc;
}
.mdc-snackbar__action::before, .mdc-snackbar__action::after {
  background-color: #bb86fc;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #bb86fc);
}
.mdc-snackbar__action:hover::before, .mdc-snackbar__action.mdc-ripple-surface--hover::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-snackbar__action.mdc-ripple-upgraded--background-focused::before, .mdc-snackbar__action:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-snackbar__action:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.mdc-snackbar__action:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-snackbar__action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-snackbar__dismiss {
  color: rgba(255, 255, 255, 0.87);
}
.mdc-snackbar__dismiss::before, .mdc-snackbar__dismiss::after {
  background-color: rgba(255, 255, 255, 0.87);
  /* @alternate */
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.mdc-snackbar__dismiss:hover::before, .mdc-snackbar__dismiss.mdc-ripple-surface--hover::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused::before, .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}
.mdc-snackbar__dismiss.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss {
  width: 36px;
  height: 36px;
  padding: 9px;
  font-size: 18px;
}
.mdc-snackbar__dismiss.mdc-snackbar__dismiss svg,
.mdc-snackbar__dismiss.mdc-snackbar__dismiss img {
  width: 18px;
  height: 18px;
}

.mdc-snackbar__action + .mdc-snackbar__dismiss {
  /* @noflip */
  /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: 0;
}
[dir=rtl] .mdc-snackbar__action + .mdc-snackbar__dismiss, .mdc-snackbar__action + .mdc-snackbar__dismiss[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */
  /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */
  /*rtl:ignore*/
  margin-right: 8px;
  /*rtl:end:ignore*/
}

.mdc-snackbar {
  bottom: var(--safe-area-inset-bottom);
}

.selectChildAge {
  text-align: center;
  flex: auto;
  display: flex;
  flex-flow: column;
}
.selectChildAge .ageField {
  font-size: 3em;
  border: none;
  width: 3em;
  text-align: center;
  font-family: inherit;
  caret-color: var(--color-primary, #6200ee);
}
.selectChildAge .ageField:focus {
  outline: none;
}
.selectChildAge .ageField:invalid {
  border-bottom: solid 2px red;
}
.selectChildAge .ageField::placeholder {
  text-align: center;
  color: lightgrey;
}
.selectChildAge .ageField:placeholder-shown {
  text-align: left;
}
.selectChildAge footer {
  margin: 0;
  margin-top: auto;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  padding: calc(4 * var(--gutter-size));
}
.selectChildAge footer > button {
  width: 100%;
}

.article {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article > .noContent {
  padding: calc(3 * var(--gutter-size));
  text-align: center;
}

.article section > header {
  margin: calc(4 * var(--gutter-size)) 0 calc(2 * var(--gutter-size)) 0;
  text-align: center;
}
.article section > header h3 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin: 0;
}
.article p {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.article ul {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  list-style-position: outside;
  padding-left: 1.5em;
}

.articleComponent.article-section:first-child {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.categoryInfo {
  display: flex;
}
.categoryInfo .notStarted + .categoryText h3 {
  color: var(--color-gray-3);
}
.categoryInfo .notStarted + .categoryText p {
  color: var(--color-gray-3);
}
.categoryInfo .complete + .categoryText h3 {
  color: var(--color-gray-2);
}
.categoryInfo .complete + .categoryText p {
  color: var(--color-gray-3);
}
.categoryInfo .inProgress + .categoryText h3 {
  /* Black */
  color: #000000;
}
.categoryInfo .inProgress + .categoryText p {
  color: var(--color-gray-1);
}
.categoryInfo .categoryText {
  width: 100%;
  padding-left: 10px;
}
.categoryInfo .categoryText h3 {
  font-family: "basier_squarebold";
  font-style: normal;
  font-weight: 600;
  font-size: 19.2px;
  line-height: 23px;
  margin: 0;
  color: var(--color-gray-2);
}
.categoryInfo .categoryText p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  color: var(--color-gray-3);
}

.articleComponent.article-document > pre {
  margin: calc(2 * var(--gutter-size)) 0;
  padding: calc(2 * var(--gutter-size));
  font: inherit;
}
.articleComponent.article-document .markdown h1 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  margin: calc(2 * var(--gutter-size)) 0 calc(1 * var(--gutter-size)) 0;
}
.articleComponent.article-document header h3::first-letter {
  text-transform: uppercase;
}
.articleComponent.article-document footer {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.articleComponent.article-quoteList {
  margin: 0;
}
.articleComponent.article-quoteList > ol {
  margin: calc(4 * var(--gutter-size)) 0;
}
.articleComponent.article-quoteList li:before {
  top: calc(2 * var(--gutter-size));
}

.articleComponent.article-expandableList p {
  margin: 0;
  margin-bottom: calc(4 * var(--gutter-size));
}
.articleComponent.article-expandableList .listItemMeta {
  align-items: flex-start;
}

.articleComponent.article-instructions li {
  padding-top: calc(2 * var(--gutter-size));
  min-height: 2em;
}
.articleComponent.article-instructions p.instruction {
  margin: 0;
  margin-top: calc(-2 * var(--gutter-size));
  padding: calc(2 * var(--gutter-size)) 0;
  border-top: solid 1px var(--border-color-light);
}
.articleComponent.article-instructions p + .quote {
  border-bottom: solid 1px var(--border-color-light);
}

.articleComponent.learnMore {
  width: 100%;
  justify-content: center;
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  font-size: 16px;
}

.articleComponent.subContentLinkButton {
  display: flex;
  align-items: center;
  margin-bottom: calc(2 * var(--gutter-size));
}

.articleComponent.article-tabs {
  display: flex;
  align-self: stretch;
  flex: auto;
  margin-bottom: calc(-8 * var(--gutter-size));
}
.articleComponent.article-tabs .tabs {
  align-self: stretch;
  flex: auto;
}
.articleComponent.article-tabs .tabPanel > .shortDescription {
  color: var(--lighter-text-color);
  font-size: 1em;
}

.articleComponent.article-steps {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
}

.articleComponent.activity {
  min-height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  background: #E9EDF0;
}
.articleComponent.activity .fearTooHigh {
  background: #FDF6E0;
  padding: calc(4 * var(--gutter-size));
  border: 1px solid #FAE9B6;
}
.articleComponent.activity .fearTooHigh a {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
.articleComponent.activity .fearTooHigh a .icon {
  color: inherit;
}
.articleComponent.activity .fearTooHigh button {
  width: 100%;
}
.articleComponent.activity .activityProgress {
  height: 6px;
  border-radius: 3px;
  background: white;
  display: inline-block;
  position: relative;
  flex: auto;
  margin-left: calc(8 * var(--gutter-size));
}
.articleComponent.activity .activityProgress:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(var(--progress) * 100%);
  border-radius: 3px;
  background: var(--primary-color);
  transition: width 0.3s ease-in-out;
}
.articleComponent.activity .pageHeader {
  top: 0px;
  background: #E9EDF0;
  padding-top: calc(4 * var(--gutter-size));
}
.articleComponent.activity .pageHeader > div {
  display: flex;
  flex-flow: row;
  justify-content: stretch;
  align-items: center;
  margin-bottom: calc(3 * var(--gutter-size));
}
.articleComponent.activity .pageHeader button {
  position: static;
  float: initial;
  margin: 0;
}
.articleComponent.activity > header {
  padding: calc(6 * var(--gutter-size));
  padding-top: calc(18 * var(--gutter-size));
  padding-bottom: 0;
  margin: 0;
  border: none;
}
.articleComponent.activity > header h1 {
  margin: 0;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  color: var(--lighter-text-color);
}
.articleComponent.activity .stepTitle {
  margin: calc(6 * var(--gutter-size));
  margin-top: 0;
  font-weight: 700;
  font-size: 2em;
}
.articleComponent.activity .currentStep {
  min-height: 100%;
  flex: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.articleComponent.activity .currentStep.page {
  background: none;
}
.articleComponent.activity .currentStep.page .pageContent {
  height: 100%;
  flex: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.articleComponent.activity .activityDetail {
  width: min(100%, var(--max-app-width) - calc(4 * var(--gutter-size)));
  margin: auto;
  background: white;
  border-radius: 32px 32px 0px 0px;
  flex: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.articleComponent.activity .activityDetail > section {
  margin: 0 calc(4 * var(--gutter-size));
}
.articleComponent.activity .activityDetail > .page {
  background: none;
}
.articleComponent.activity .activityDetail > nav {
  --elevation: 4;
  background-color: #FFFFFF;
  box-shadow: 0px calc(1px * var(--elevation) + 1px) calc(var(--elevation) * 1px) calc(var(--elevation) * -1px) rgba(0, 0, 0, 0.2), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 1px) 0 rgba(0, 0, 0, 0.14), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 3px) 0 rgba(0, 0, 0, 0.12);
  transform: translateX(0);
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  padding: calc(4 * var(--gutter-size));
}
.articleComponent.activity .activityDetail > nav button {
  flex: auto;
}
.articleComponent.activity .activityDetail > nav .tryAgainLater {
  margin: calc(4 * var(--gutter-size)) 0;
}
.articleComponent.activity .information .listItemGraphic {
  color: #2D9CDB;
}
.articleComponent.activity .direction .listItemGraphic {
  color: #F2994A;
}
.articleComponent.activity .activityContent {
  position: relative;
  flex: 100%;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
}

.activityPage.fadeOut .articleComponent.activity {
  position: absolute;
  animation: slideOutLeft 1 0.3s backwards;
}
.activityPage.fadeOut[nav-source=popstate] .articleComponent.activity {
  animation: slideOutRight 1 0.3s backwards;
}
.activityPage .articleComponent.activity {
  animation: slideInRight 1 0.3s backwards;
}
.activityPage[nav-source=popstate] .articleComponent.activity {
  animation: slideInLeft 1 0.3s backwards;
}

.activityStep .page {
  height: auto;
  margin-bottom: 0;
  flex: 1;
  overflow-y: auto;
}
.activityStep .page .pageContent {
  padding-bottom: 0;
}

.article-program.articleComponent {
  gap: calc(4 * var(--gutter-size));
  display: flex;
  flex-flow: column;
}
.article-program.articleComponent h2 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
}
.article-program.articleComponent .startSession, .article-program.articleComponent .continueSession {
  gap: calc(6 * var(--gutter-size));
  margin: calc(2 * var(--gutter-size)) 0 calc(2 * var(--gutter-size)) 0;
  width: 100%;
  align-items: center;
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  border-radius: 24px;
  height: 80px;
  justify-content: space-between;
}

.articleComponent.article-articleReference.listItem .listItemLabel {
  margin: calc(2 * var(--gutter-size)) 0;
}
.articleComponent.article-articleReference.listItem .listItemLabel::first-letter {
  text-transform: uppercase;
}
.articleComponent.article-articleReference.listItem .listItemLabel strong:after {
  content: ":";
}
.articleComponent.article-articleReference .callToAction {
  color: var(--color-primary, #6200ee);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.articleComponent.article-articleReference .callToAction .icon {
  color: inherit;
}

.articleComponent.article-information .listItemGraphic {
  color: #2D9CDB;
}
.articleComponent.article-information .listItemLabel {
  margin: calc(2 * var(--gutter-size)) 0;
}
.articleComponent.article-information .listItemLabel::first-letter {
  text-transform: uppercase;
}
.articleComponent.article-information .listItemLabel strong:after {
  content: ":";
}

.article-howCommon.articleComponent {
  text-align: center;
}
.article-howCommon.articleComponent .commonness {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  padding: calc(4 * var(--gutter-size));
  border-radius: 16px;
  background: white;
  flex: none;
}

.article-ageExpectancy.articleComponent {
  --size: 32px;
  text-align: left;
}
.article-ageExpectancy.articleComponent .rangeBar {
  position: relative;
  border-radius: var(--size);
  height: var(--size);
  background: var(--color-primary-clear);
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-ageExpectancy.articleComponent .startBar {
  position: absolute;
  top: 0;
  display: inline-block;
  border-radius: var(--size);
  height: var(--size);
  background: white;
  left: 0;
  width: calc(5.5555555556% * (var(--rangeStart) + 2));
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-ageExpectancy.articleComponent .rangeBarIndicator {
  position: absolute;
  top: 0;
  display: inline-block;
  border-radius: var(--size);
  height: var(--size);
  background: var(--color-primary);
  left: min(100%/18 * var(--rangeStart), 100% - 60px);
  width: max(100%/18 * (var(--rangeEnd) + 1 - var(--rangeStart)), 60px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 1;
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
.article-ageExpectancy.articleComponent .rangeLabel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(4 * var(--gutter-size));
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
.article-ageExpectancy.articleComponent .startLabel {
  right: auto;
  text-align: left;
  color: var(--color-primary);
}
.article-ageExpectancy.articleComponent .endLabel {
  left: auto;
  text-align: right;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
  color: var(--color-shade-clear-black);
}
.article-ageExpectancy.articleComponent .edgeLabels {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  padding: calc(2 * var(--gutter-size)) 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  color: rgba(39, 33, 55, 0.6);
}
.article-ageExpectancy.articleComponent h3 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}

.article-media.articleComponent {
  margin: calc(4 * var(--gutter-size)) 0;
  overflow: visible;
  flex: none;
}

.article-wasThisHelpful.articleComponent {
  text-align: center;
}

.articleComponent.article-carousel {
  min-height: 100%;
}
.articleComponent.article-carousel .carousel {
  min-height: 120%;
  margin-bottom: 0;
}
.articleComponent.article-carousel .carouselPanel {
  opacity: var(--looped);
  padding: calc(2 * var(--gutter-size));
  left: calc(8 * var(--gutter-size));
  right: calc(8 * var(--gutter-size));
}
.articleComponent.article-carousel .carouselPanel > .shortDescription {
  color: var(--lighter-text-color);
  font-size: 1em;
}

@keyframes menuBounce {
  0% {
    transform: scale(1, 1) translate(0px, 0px);
  }
  30% {
    transform: scale(1, 0.8) translate(0px, 5px);
  }
  75% {
    transform: scale(1, 1) translate(0px, -5px);
  }
  100% {
    transform: scale(1, 0.8) translate(0px, 0px);
  }
}
.mainMenu {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  --elevation: 4;
  background-color: #FFFFFF;
  box-shadow: 0px calc(1px * var(--elevation) + 1px) calc(var(--elevation) * 1px) calc(var(--elevation) * -1px) rgba(0, 0, 0, 0.2), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 1px) 0 rgba(0, 0, 0, 0.14), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 3px) 0 rgba(0, 0, 0, 0.12);
  transform: translateX(0);
  z-index: 2;
  background: var(--color-background);
  height: calc(var(--app-footer-height) + var(--safe-area-inset-bottom, 0));
  position: fixed;
  background-color: white;
  box-shadow: 0px -5px 25px rgba(39, 33, 55, 0.15);
  border-radius: 32px 32px 0px 0px;
  bottom: 0;
  padding-bottom: var(--safe-area-inset-bottom, 0);
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  animation: slideInFromBottom 0.3s ease-in-out backwards;
}
.mainMenu[hidden] {
  display: initial;
}
.mainMenu.hidden {
  animation: slideOutToBottom 0.3s ease-in-out forwards;
  pointer-events: none;
}
.mainMenu [role=button] {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  text-transform: capitalize;
  padding: calc(4 * var(--gutter-size));
  font-size: min(min(var(--max-app-width), 100vw) / 30, 1em);
  color: var(--color-shade-clear-grey);
  flex: 20%;
  text-decoration: none;
  box-shadow: none;
}
.mainMenu [role=button].active {
  text-decoration-color: var(--primary-color);
  font-weight: bold;
  color: var(--color-shade-grey);
  animation: none;
}
.mainMenu [role=button].active .icon {
  animation: menuBounce 0.5s ease-in-out;
}
.mainMenu [role=button] .icon {
  text-decoration: none;
  padding: 0;
  margin: auto;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainMenu nav {
  position: absolute;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: var(--max-app-width);
  margin: auto;
  padding-bottom: var(--safe-area-inset-bottom);
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}

.gritlifeCms.show ~ .app .mainMenu a.button {
  font-size: 0.85em;
}

.background {
  /* variables specified in client/background.js */
  /*
    --background-blush-1-header: radial-gradient(
        circle at 100px 500px,
        var(--background-blush-1-color) 0%,
        transparent 60%
      )
    ;

    --background-blush-1-content: var(--background-blush-1-header);
    --background-blush-2-header: var(--background-blush-1-header);
    --background-blush-2-content: var(--background-blush-1-header);

    --background-blush-header: var(--background-blush-1-header), var(--background-blush-2-header);
    --background-blush-content: var(--background-blush-1-content), var(--background-blush-2-content);

    --background-blush-1-header: radial-gradient(
        circle at var(--background-blush-1-location-x) var(--background-blush-1-location-y),
        var(--background-blush-1-color) calc((1 - var(--background-blush-1-header-opacity)) * -100%),
        transparent 50%
      )
    ;

    --background-blush-1-content: radial-gradient(
        circle at var(--background-blush-1-location-x) var(--background-blush-1-location-y),
        var(--background-blush-1-color) calc((1 - var(--background-blush-1-content-opacity)) * -100%),
        transparent 50%
      )
    ;

    --background-blush-2-header: radial-gradient(
        circle at var(--background-blush-2-location-x) var(--background-blush-2-location-y),
        var(--background-blush-2-color) calc((1 - var(--background-blush-2-header-opacity)) * -100%),
        transparent 50%
      )
    ;
    --background-blush-2-content: radial-gradient(
        circle at var(--background-blush-2-location-x) var(--background-blush-2-location-y),
        var(--background-blush-2-color) calc((1 - var(--background-blush-2-content-opacity)) * -100%),
        transparent 50%
      )
    ;
  */
  --background-blush-header: var(--background-blush-1-header), var(--background-blush-2-header);
  --background-blush-content: var(--background-blush-1-content), var(--background-blush-2-content);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  transform: translateX(0);
}

@keyframes heroToPrimary {
  0% {
    top: 0px;
    padding-top: 100px;
  }
  100% {
    top: 100px;
    padding-top: 0px;
  }
}
@keyframes primaryToHero {
  0% {
    padding-top: 100px;
  }
  100% {
    padding-top: 300px;
  }
}
@keyframes primaryToIntegrated {
  0% {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  100% {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
@keyframes heroToIntegrated {
  0% {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    top: 0px;
    padding-top: 100px;
  }
  100% {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 100px;
    padding-top: 0px;
  }
}
@keyframes integratedToHero {
  0% {
    padding-top: 100px;
  }
  100% {
    padding-top: 300px;
  }
}
.page {
  /* Safari is still garbage */
  will-change: transform, opacity;
  --header-underlap: 50px;
  --max-scroll-offset: 270px;
  --min-header-content-height: 135px;
  --max-header-content-height: 200px;
  --min-header-height: calc(var(--min-header-content-height) + var(--safe-area-inset-top));
  --max-header-height: calc(var(--max-header-content-height) + var(--safe-area-inset-top));
  --scroll-offset: 0px;
  --max-scroll-distance: min(var(--max-scroll-offset), var(--max-header-height) - var(--min-header-height));
  --content-bottom-padding: min(var(--max-scroll-offset) / 4, var(--max-header-height) - var(--min-header-height));
  --header-height: calc(
    min(
      var(--max-header-height),
      max(
        var(--max-scroll-distance),
        var(--max-header-height) - min(
          var(--scroll-offset, 0px) / 4,
          var(--max-scroll-distance)
        )
      )
    )
    + var(--header-underlap)
  );
  --header-padding-y: calc(4 * var(--gutter-size));
  left: 0;
  right: 0;
  flex: none;
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
  display: flex;
  flex-flow: column;
  position: absolute;
  z-index: 1;
}
.page .pageContent {
  will-change: transform, opacity, top, height, scroll-position, padding-top;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  flex-grow: 1;
  width: min(var(--max-app-width), 100%);
  align-self: center;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 0;
  background: var(--color-background-red);
}
.page .pageContent .contentWrap {
  -webkit-overflow-scrolling: touch;
  --content-padding: calc(7 * var(--gutter-size));
  animation: fadeIn ease-out 0.3s both;
  padding: var(--content-padding);
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  margin: 0;
  align-self: auto;
}
.page .pageContent > section {
  animation: fadeIn ease-out 0.3s both;
}
.page :where(.contentWrap [role=button].secondary) {
  align-self: center;
}
.page.fadeOut, .page.fadeOut + :not(.page) {
  pointer-events: none;
}
.page.fadeOut .pageHeader, .page.fadeOut + :not(.page) .pageHeader {
  animation: fadeOut ease-out 0.3s both;
}
.page.fadeOut .pageContent, .page.fadeOut + :not(.page) .pageContent {
  animation: fadeOut ease-out 0.3s both;
}
.page.fadeOut > footer.floating, .page.fadeOut + :not(.page) > footer.floating {
  animation: fadeOut ease-out 0.3s 0.3s both;
}
.page.fadeOut + :not(.page), .page.fadeOut + :not(.page) + :not(.page) {
  animation: fadeOut ease-out 0.3s both;
}
.page .pageHeader {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  gap: calc(2 * var(--gutter-size));
  /* Safari is still garbage */
  height: calc(var(--header-height));
  will-change: height;
  margin-bottom: calc(0px - var(--header-underlap));
  padding-left: calc(4 * var(--gutter-size));
  padding-right: calc(4 * var(--gutter-size));
  padding-top: calc(var(--header-padding-y) + var(--safe-area-inset-top));
  padding-bottom: calc(var(--header-padding-y) + var(--header-underlap));
  animation: fadeIn ease-out 0.3s both;
  width: min(var(--max-app-width), 100%);
  color: var(--color-shade-black);
  align-self: center;
}
.page .pageHeader .titles {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-content: center;
  text-align: center;
  gap: calc(2 * var(--gutter-size));
  flex: 1;
}
.page .pageHeader .titles h1 {
  font-family: "Permanent Marker", "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33.2px;
  line-height: 48px;
  width: 100%;
  margin: 0px;
}
.page .pageHeader .titles h2 {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  margin: 0px;
}
.page .pageHeader .actions {
  flex: none;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-direction: row-reverse;
  min-height: 30px;
}
.page :where(footer) {
  flex: none;
  flex-flow: inherit;
  display: inherit;
  justify-content: inherit;
  align-content: inherit;
  align-items: inherit;
  align-self: inherit;
  justify-self: inherit;
  gap: inherit;
}
.page footer.floating {
  animation: fadeIn ease-out 0.3s both;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: calc(calc(4 * var(--gutter-size)) + var(--safe-area-inset-bottom));
  height: var(--button-height);
  gap: calc(4 * var(--gutter-size));
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-around;
}
.page footer.floating + .pageContent .contentWrap {
  padding-bottom: calc(var(--safe-area-inset-bottom, 0) + var(--footer-height, calc(8 * var(--gutter-size))64px) + var(--content-padding));
  min-height: calc(100vh - var(--header-height));
}
.page footer.floating nav {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0 calc(4 * var(--gutter-size));
  gap: calc(4 * var(--gutter-size));
}
.page footer.floating nav .button {
  width: 100%;
}
.page.primary {
  --primary-header-height: calc(var(--max-header-height) + var(--header-underlap));
  --header-padding-y: calc(4 * var(--gutter-size));
}
.page.primary .pageHeader {
  color: white;
  position: fixed;
  flex: none;
  /* variables specified in client/background.js */
  /*
    --background-blush-1-header: radial-gradient(
        circle at 100px 500px,
        var(--background-blush-1-color) 0%,
        transparent 60%
      )
    ;

    --background-blush-1-content: var(--background-blush-1-header);
    --background-blush-2-header: var(--background-blush-1-header);
    --background-blush-2-content: var(--background-blush-1-header);

    --background-blush-header: var(--background-blush-1-header), var(--background-blush-2-header);
    --background-blush-content: var(--background-blush-1-content), var(--background-blush-2-content);

    --background-blush-1-header: radial-gradient(
        circle at var(--background-blush-1-location-x) var(--background-blush-1-location-y),
        var(--background-blush-1-color) calc((1 - var(--background-blush-1-header-opacity)) * -100%),
        transparent 50%
      )
    ;

    --background-blush-1-content: radial-gradient(
        circle at var(--background-blush-1-location-x) var(--background-blush-1-location-y),
        var(--background-blush-1-color) calc((1 - var(--background-blush-1-content-opacity)) * -100%),
        transparent 50%
      )
    ;

    --background-blush-2-header: radial-gradient(
        circle at var(--background-blush-2-location-x) var(--background-blush-2-location-y),
        var(--background-blush-2-color) calc((1 - var(--background-blush-2-header-opacity)) * -100%),
        transparent 50%
      )
    ;
    --background-blush-2-content: radial-gradient(
        circle at var(--background-blush-2-location-x) var(--background-blush-2-location-y),
        var(--background-blush-2-color) calc((1 - var(--background-blush-2-content-opacity)) * -100%),
        transparent 50%
      )
    ;
  */
  --background-blush-header: var(--background-blush-1-header), var(--background-blush-2-header);
  --background-blush-content: var(--background-blush-1-content), var(--background-blush-2-content);
  background-size: cover;
  background-image: var(--background-blush-header);
  height: var(--primary-header-height);
  transition: height 0.1s linear;
}
.page.primary .pageContent {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  flex: none;
  position: absolute;
  top: calc(var(--primary-header-height) - var(--max-scroll-distance) - var(--header-underlap));
  height: calc(100vh - var(--primary-header-height) + var(--max-scroll-distance) + var(--safe-area-inset-bottom) + var(--header-underlap));
  bottom: calc(0px - var(--max-scroll-distance) - var(--safe-area-inset-bottom) - calc(16 * var(--gutter-size)));
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.1s linear, opacity 2s ease-out;
  transform: translateY(calc(0px - max(0px, min(var(--scroll-offset, 0px) / 4, var(--max-scroll-distance)))));
  overflow: hidden;
  box-shadow: 0 0 20px -10px black;
  border-top-left-radius: calc(4 * var(--gutter-size));
  border-top-right-radius: calc(4 * var(--gutter-size));
}
.page.primary .contentWrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.page.integrated {
  --header-underlap: 0px;
}
.page.integrated .pageHeader {
  background: none;
  padding: 0;
  height: auto;
  margin-top: 0;
}
.page.integrated .pageHeader .actions {
  margin: 0;
  margin-bottom: calc(3 * var(--gutter-size));
}
.page.integrated .pageHeader .titles {
  flex: 1 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.page.integrated .pageHeader .titles h1, .page.integrated .pageHeader .titles p {
  margin: 0;
}
.page.integrated .pageHeader .titles h2 {
  max-width: 240px;
}
.page.integrated > footer {
  margin-top: auto;
  margin-bottom: 0;
}
.page.integrated .pageContent {
  background: radial-gradient(circle at 90% 30%, var(--color-background-orange) 0%, rgb(var(--color-primary-red-components), 0) 60%), radial-gradient(circle at -10% 110%, var(--color-background-pink) 0%, rgb(var(--color-primary-red-components), 0) 60%), var(--color-background-red);
  background-attachment: fixed;
}
.page.integrated .pageContent .contentWrap {
  padding-top: calc(var(--safe-area-inset-top) + calc(4 * var(--gutter-size)));
  padding-bottom: calc(var(--safe-area-inset-bottom) + calc(4 * var(--gutter-size)));
  text-align: center;
  justify-content: space-between;
}
.page.integrated.topLayout .contentWrap {
  justify-content: flex-start;
}
.page.integrated.topLayout .contentWrap > footer {
  margin-top: auto;
}
.page.integrated.topLayout .titleImage {
  margin: 0;
}
.page.integrated.bottomLayout .contentWrap {
  justify-content: space-between;
}
.page.integrated.bottomLayout .contentWrap > :first-child:not(.pageHeader), .page.integrated.bottomLayout .contentWrap .pageHeader + * {
  margin-top: auto;
}
.page.integrated.centerLayout .pageHeader, .page.integrated.centerLayout .standardContent > :last-child:not(footer) {
  margin-bottom: auto;
}
.page.integrated.centerLayout .standardContent > footer {
  margin-top: auto;
  margin-bottom: 0;
}
.page.integrated.centerLayout .contentWrap {
  justify-content: center;
}
.page.integrated.spreadLayout .contentWrap {
  justify-content: space-between;
}
.page.integrated.stretchLayout .contentWrap {
  justify-content: stretch;
}
.page.integrated.stretchLayout .standardContent {
  flex: 100%;
}
.page.integrated h1 {
  font-family: "Permanent Marker", "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33.2px;
  line-height: 48px;
}
.page.hero {
  --max-header-content-height: 300px;
}
.page > .floating {
  z-index: 2;
  position: fixed;
  top: var(--safe-area-inset-top);
  bottom: var(--safe-area-inset-bottom);
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  width: min(var(--max-app-width), var(auto));
}
.page > .floating * {
  pointer-events: initial;
}
.page .pageHeader > .titles {
  animation: slideInFromRight ease-out 0.3s;
}
.page[nav-source=popState] > .pageHeader > .titles {
  animation: slideInFromLeft ease-out 0.3s;
}
.page.fadeOut > .pageHeader > .titles {
  animation: slideOutToLeft ease-out 0.3s backwards;
}
.page .pageBackground {
  animation: fadeIn ease-out 0.3s backwards;
  position: absolute;
  width: min(var(--max-app-width), 100%);
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--max-header-height) + var(--header-underlap));
  transform: translateY(min(0px, 0px - (var(--max-header-height) + var(--header-underlap) - var(--header-height))));
  transition: transform 0.1s linear;
  margin: auto;
  background: var(--backgroundUrl);
  background-size: cover;
  background-position: center;
  background-color: var(--background-color);
  background-image: var(--background-url);
  background-size: cover;
}
.page .pageBackground + .pageHeader {
  background: linear-gradient(180deg, rgba(39, 33, 55, 0) calc(22% - var(--header-underlap)), rgba(39, 33, 55, 0.4) calc(66% - var(--header-underlap)), rgba(39, 33, 55, 0.6) calc(100% - var(--header-underlap)));
}
.page .pageBackground + .pageHeader:before, .page .pageBackground + .pageHeader:after {
  content: none;
}
.page.fadeOut .pageBackground {
  display: initial;
  opacity: 0;
}
.page.noScroll .contentWrap {
  overflow: hidden;
  padding-bottom: 0;
}
.page:not(.noScroll) .contentWrap {
  padding-bottom: calc(max(calc(8 * var(--gutter-size)), (var(--max-header-height) - var(--min-header-height)) + calc(4 * var(--gutter-size))) + var(--safe-area-inset-bottom));
}
.page:not(.noScroll) footer.floating + .pageContent .contentWrap {
  padding-bottom: calc(max(calc(8 * var(--gutter-size)), (var(--max-header-height) - var(--min-header-height)) + calc(4 * var(--gutter-size))) + var(--safe-area-inset-bottom) + var(--footer-height, calc(8 * var(--gutter-size))64px));
}
.page .carouselPanel {
  padding-bottom: calc(8 * var(--gutter-size) + var(--safe-area-inset-bottom) + var(--max-header-height) - var(--min-header-height));
}

.app > .page {
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(0);
}

.mainMenu:not(.hidden) ~ .page:not(.integrated) .pageContent {
  bottom: calc(var(--app-footer-height) + var(--safe-area-inset-bottom, 0) - var(--content-bottom-padding) * 1.5);
  padding-bottom: calc(var(--app-footer-height) + var(--safe-area-inset-bottom, 0) - var(--content-bottom-padding) * 1.5);
}
.mainMenu:not(.hidden) ~ .page.integrated .pageContent {
  bottom: 0;
  padding-bottom: calc(var(--app-footer-height) + var(--safe-area-inset-bottom, 0));
}

:where(.mainMenu.hidden ~ .page:not(.noScroll)) .pageContent .contentWrap {
  padding-bottom: calc(var(--safe-area-inset-bottom, 0) + (calc(8 * var(--gutter-size))));
}
:where(.mainMenu.hidden ~ .page:not(.noScroll)).integrated .pageContent .contentWrap {
  padding-bottom: calc(var(--safe-area-inset-bottom, 0) + (calc(4 * var(--gutter-size))));
}

.pageContent .standardContent, .pageContent .looseContent, .pageContent .tightContent {
  flex: none;
  flex-flow: inherit;
  display: inherit;
  justify-content: inherit;
  align-content: inherit;
  align-items: inherit;
  align-self: inherit;
  justify-self: inherit;
}
.pageContent h1 {
  margin: 0;
}
.pageContent .standardContent {
  gap: calc(6 * var(--gutter-size));
}
.pageContent .looseContent {
  gap: calc(10 * var(--gutter-size));
}
.pageContent .tightContent {
  gap: calc(3 * var(--gutter-size));
}

.pageFooter {
  margin-top: auto;
  overflow: hidden;
  flex: auto;
  padding: var(--content-padding);
  margin-left: calc(0px - var(--content-padding));
  margin-right: calc(0px - var(--content-padding));
  margin-bottom: calc(3 * var(--gutter-size) - var(--content-padding) - var(--safe-area-inset-bottom));
  padding-bottom: calc(var(--content-padding) + var(--safe-area-inset-bottom));
}
.pageFooter.hero {
  --background-top-underlay: 90px;
  margin-top: -50px;
  padding-top: calc(var(--content-padding) + var(--background-top-underlay));
  pointer-events: none;
}
.pageFooter.hero > div {
  pointer-events: all;
  position: relative;
  flex: auto;
  list-style-type: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: var(--color-shade-white);
  justify-content: flex-start;
  gap: calc(7 * var(--gutter-size));
}
.pageFooter.hero > div::before {
  pointer-events: none;
  content: "";
  position: absolute;
  height: 100%;
  width: 250vw;
  left: 0;
  top: calc(0px - var(--background-top-underlay) * 0.75);
  z-index: -2;
  background: radial-gradient(circle at 0% 100%, rgba(84, 158, 255, 0.1) 10%, rgba(12, 109, 255, 0.2) 60%);
  background-color: rgba(84, 158, 255, 0.1);
  transform-origin: 100% 0;
  transform: translateX(-50%) rotate(4.94deg) translateY(calc(20px + 8vw));
}
.pageFooter.hero > div::after {
  pointer-events: none;
  content: "";
  position: absolute;
  height: 150%;
  width: 200vw;
  top: calc(0px - var(--background-top-underlay) * 0.75);
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-50%) rotate(-4.85deg) translateY(calc(50px + 8vw));
  background: radial-gradient(circle at 100% 100%, var(--color-primary-green) 10%, var(--color-primary-blue) 60%);
  background-attachment: initial;
}

.page .pageHeader.hero {
  color: white;
  position: relative;
  margin: 0;
  overflow: visible;
  --background-bottom-underlay: 90px;
  padding-bottom: 60px;
  min-height: 180px;
  pointer-events: none;
}
.page .pageHeader.hero .titleImage img, .page .pageHeader.hero .titleImage svg {
  width: 100%;
  max-width: 95%;
  max-height: max(100px, min(63vh - 300px, 70vw));
}
.page .pageHeader.hero .titleImage path {
  stroke: currentColor;
  fill: currentColor;
}

.page .pageHeader.hero::before {
  margin-top: calc(-20 * var(--gutter-size));
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 135%;
  width: 200%;
  z-index: -2;
  background: radial-gradient(circle at 100% 0%, rgba(84, 158, 255, 0.1) 10%, rgba(12, 109, 255, 0.2) 60%);
  background-color: rgba(84, 158, 255, 0.1);
  transform-origin: 50% 100%;
  transform: translateX(-25%) rotate(5deg) translateY(-20px);
}

.page .pageHeader.hero::after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 135%;
  width: 200%;
  z-index: -1;
  transform-origin: 50% 100%;
  transform: translateX(-25%) rotate(-5deg) translateY(-30px);
  background: radial-gradient(circle at 20% -5%, var(--color-primary-green) 10%, var(--color-primary-blue) 60%);
  background-attachment: initial;
}

.phobiaHeader {
  display: flex;
  gap: calc(4 * var(--gutter-size));
  align-items: center;
  transition: opacity 0.5s ease-out;
}
.phobiaHeader .phobiaHeaderText {
  display: flex;
  flex-flow: column;
  text-align: left;
}

.errorDisplay .overview .icon {
  vertical-align: middle;
}

.contentCard {
  display: flex;
  flex-flow: row;
  justify-items: stretch;
  margin: calc(4 * var(--gutter-size)) 0;
  text-decoration: inherit;
  color: inherit;
  border-radius: 16px;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2), 0 3px 5px -2px rgba(0, 0, 0, 0.1);
  padding: calc(2 * var(--gutter-size));
  align-items: center;
}
.contentCard.flat + .contentCard {
  box-shadow: none;
  margin: 0;
  border-top: solid 1px grey;
}

.contentCardContent {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-flow: column;
  flex: auto;
  padding: calc(1 * var(--gutter-size)) calc(2 * var(--gutter-size));
}
.contentCardContent h3, .contentCardContent p {
  margin: 0;
}
.contentCardContent h3::first-letter, .contentCardContent p::first-letter {
  text-transform: capitalize;
}
.contentCardContent p {
  font-size: 0.95em;
  color: var(--color-shade-black, rgba(0, 0, 0, 0.54));
}

.contentCardImage {
  width: 80px;
  height: 80px;
  flex: none;
  background-size: cover;
  background-position: center;
  border-radius: calc(1 * var(--gutter-size));
}

.articleCard {
  position: relative;
  display: inline-block;
  background: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: auto;
  max-width: 100%;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.articleCard h3, .articleCard p {
  margin: 0;
  word-wrap: break-word;
}
.articleCard h3:first-letter, .articleCard p:first-letter {
  text-transform: capitalize;
}
.articleCard p {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
.articleCard .articleImage {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: calc(2 * var(--gutter-size));
  border-radius: calc(4 * var(--gutter-size));
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.articleCard.hero {
  border-radius: calc(4 * var(--gutter-size));
  grid-column: 1/-1;
  aspect-ratio: 2/1;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  text-align: center;
  position: relative;
  color: white;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.articleCard.hero h3 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: calc(2 * var(--gutter-size));
  max-width: 100%;
  padding: 0 calc(4 * var(--gutter-size));
}
.articleCard.hero p {
  margin-bottom: calc(4 * var(--gutter-size));
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
.articleCard.hero .articleImage {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.articleCard.hero .articleImage:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(39, 33, 55, 0) 22.4%, rgba(39, 33, 55, 0.4) 66.67%, rgba(39, 33, 55, 0.6) 100%);
}

.imagePicker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  column-gap: 2px;
  row-gap: calc(2 * var(--gutter-size));
}
.imagePicker img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
}
.imagePicker .selected img {
  border: solid 3px var(--color-primary-green);
}

.orAddAChild {
  margin: calc(4 * var(--gutter-size));
  text-align: center;
}

.fearSelector {
  background-color: var(--color-gray-1);
  height: calc(var(--infoBarHeight) + var(--safe-area-inset-bottom));
  width: 100%;
  padding-bottom: calc((2 * var(--gutter-size)) + var(--safe-area-inset-bottom));
  display: flex;
  justify-content: center;
  z-index: 3;
}
.fearSelector .fearDescription {
  font-weight: 700;
  font-size: 1.5em;
}
.fearSelector .moodButtons {
  height: 100%;
}
.fearSelector .moodButtons .button {
  height: 64px;
  width: 64px;
}

.page footer.floating .fearSelector {
  margin-bottom: calc((-4 * var(--gutter-size)) - var(--safe-area-inset-bottom));
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.articleImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --elevation: 8;
  background-color: #FFFFFF;
  box-shadow: 0px calc(1px * var(--elevation) + 1px) calc(var(--elevation) * 1px) calc(var(--elevation) * -1px) rgba(0, 0, 0, 0.2), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 1px) 0 rgba(0, 0, 0, 0.14), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 3px) 0 rgba(0, 0, 0, 0.12);
  transform: translateX(0);
  border-radius: 16px;
}
.articleImage img {
  /* Needs to be double applied because safari will not clip this img while animating */
  border-radius: inherit;
  opacity: 0;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-delay: 0.05s;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.articleImage img:only-child {
  opacity: 1;
  animation-name: none;
  animation-delay: 0s;
}
.articleImage img:not(:only-child):first-child {
  opacity: 1;
  animation-delay: 0.2s;
  animation-name: fadeOut;
}
.articleImage img:last-child {
  position: static;
}

.feedbackDialog {
  text-align: left;
}
.feedbackDialog .tabs {
  margin: calc(-3 * var(--gutter-size)) 0;
}
.feedbackDialog .inputArea {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}
.feedbackDialog section {
  text-align: left;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  gap: calc(4 * var(--gutter-size));
}
.feedbackDialog .sentimentSelector {
  align-self: center;
}
.feedbackDialog .textArea {
  max-height: fit-content;
  min-height: 6.8em;
  box-shadow: 0px 6px calc(6px * 4) rgba(0, 0, 0, 0.1);
}
.feedbackDialog .feedback.active, .feedbackDialog .bugReport.active {
  background-color: var(--color-primary);
  color: white;
}
.feedbackDialog .valueGraphic {
  justify-content: center;
}

.cardList {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.cardList.grid {
  gap: calc(6 * var(--gutter-size));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.cardList.grid .card {
  margin-top: 0;
  width: -webkit-fill-available;
}

.childInfo {
  display: flex;
  gap: calc(2 * var(--gutter-size));
  align-items: center;
}
.childInfo img {
  border-radius: 25px;
  max-width: 32px;
  max-height: 32px;
}
.childInfo .childInfoText {
  display: flex;
  flex-flow: column;
  white-space: nowrap;
}

.confetti {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: opacity 0.2s ease-out;
  justify-content: center;
  background: var(--color-primary-red);
}
.splash:not(.show) {
  opacity: 0;
  pointer-events: none;
}
.splash .logo {
  position: fixed;
  top: calc(8 * var(--gutter-size));
  left: calc(8 * var(--gutter-size));
  right: calc(8 * var(--gutter-size));
  bottom: calc(8 * var(--gutter-size));
  width: 258px;
  max-width: min(var(--max-app-width), 100% - calc(16 * var(--gutter-size)));
  max-height: calc(100vh - calc(32 * var(--gutter-size)));
  margin: auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: white;
}
.splash .logo .loadingMessage {
  margin-top: 50px;
}
.splash .background {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 800 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch' result='noisy' /%3E%3C/filter%3E%3Cfilter id='blur' x='-50%25' y='-50%25' width='1000%25' height='1000%25'%3E%3CfeGaussianBlur stdDeviation='100' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='0.4' filter='url(%23noiseFilter)' /%3E%3C/svg%3E"), var(--background-blush-content);
}

.makeASuggestion.card {
  text-align: center;
  margin-top: calc(4 * var(--gutter-size));
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--gutter-size));
  align-items: center;
}
.makeASuggestion.card .cardHeader {
  justify-content: center;
}
.makeASuggestion.card [role=button] {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-shade-black);
  background: white;
}

:where(.moodSwitcher) {
  display: flex;
  justify-content: center;
  align-items: center;
  --floating-button-size: 80px;
}
:where(.moodSwitcher) :where(.button.floating) {
  margin-left: calc(2 * var(--gutter-size));
  margin-right: calc(2 * var(--gutter-size));
  height: 64px;
  width: 64px;
}
:where(.moodSwitcher) :where(.button.floating).sad.selected {
  background: var(--color-primary-red);
  color: var(--color-shade-white);
}
:where(.moodSwitcher) :where(.button.floating).sad:disabled {
  background-color: var(--color-shade-clear-white);
  color: var(--color-shade-black);
  opacity: 0.3;
  filter: none;
}
:where(.moodSwitcher) :where(.button.floating).sad:enabled {
  background-color: var(--color-shade-white);
  color: var(--color-primary-red);
}
:where(.moodSwitcher) :where(.button.floating).happy.selected {
  background: var(--color-primary-green);
  color: var(--color-shade-black);
}
:where(.moodSwitcher) :where(.button.floating).happy:disabled {
  background-color: var(--color-shade-clear-white);
  color: var(--color-shade-black);
  opacity: 0.3;
  filter: none;
}
:where(.moodSwitcher) :where(.button.floating).happy:enabled {
  background-color: var(--color-shade-white);
  color: var(--color-primary-green);
}
:where(.moodSwitcher):where(.moodButtons) :where(.button.floating) {
  height: 80px;
  width: 80px;
  margin-top: calc(2 * var(--gutter-size));
  margin-bottom: calc(2 * var(--gutter-size));
  margin-left: calc(3 * var(--gutter-size));
  margin-right: calc(3 * var(--gutter-size));
}
:where(.moodSwitcher):where(.moodButtons) :where(.button.floating).happy:enabled {
  color: var(--color-shade-black);
  background-color: var(--color-primary-green);
}
:where(.moodSwitcher):where(.moodButtons) :where(.button.floating).sad:enabled {
  color: var(--color-shade-black);
  background-color: var(--color-primary-red);
}

.suggestionDialog .inputArea {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  text-align: left;
}
.suggestionDialog :where(section) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: calc(4 * var(--gutter-size));
}
.suggestionDialog textArea {
  max-height: fit-content;
  min-height: 6.8em;
}
.suggestionDialog label {
  text-align: left;
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.suggestionDialog strong {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.starRatingSelector {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.starRatingSelector > .icon {
  margin: calc(2 * var(--gutter-size));
  font-size: 26px;
}
.starRatingSelector > .selected svg {
  fill: var(--color-primary-purple);
}

.toggleDeveloperPanel {
  z-index: 100;
  position: fixed;
  bottom: calc((4 * var(--gutter-size)) + var(--safe-area-inset-bottom));
  right: -20px;
  margin: 10px;
  transition: right 0.2s ease-out;
}
.toggleDeveloperPanel:hover {
  right: 0px;
}

.developerPanel + .toggleDeveloperPanel {
  right: 0px;
}

.developerPanel {
  z-index: 100;
  display: flex;
  flex-flow: column;
  gap: calc(2 * var(--gutter-size));
  box-shadow: 0 1px 20px -5px black;
  background: white;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  max-height: 100vh;
  padding: calc(8 * var(--gutter-size));
  padding-bottom: calc((8 * var(--gutter-size)) + var(--safe-area-inset-bottom));
}
.developerPanel .button {
  width: 100%;
  justify-content: space-between;
}
.developerPanel .field {
  flex-flow: row wrap;
  align-items: center;
  column-gap: calc(4 * var(--gutter-size));
}
.developerPanel .field label {
  flex: 100%;
  display: block;
}
.developerPanel .field input, .developerPanel .field select {
  width: auto;
  flex: auto;
  border: solid 1px black;
  box-shadow: 0 1px 3px -1px black;
}
.developerPanel .field input + .button, .developerPanel .field select + .button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.field.dateOfBirth > div {
  justify-content: stretch;
  flex-flow: row;
  display: flex;
  column-gap: calc(4 * var(--gutter-size));
}
.field.dateOfBirth .field {
  width: 100%;
}
.field.dateOfBirth select {
  background: white;
  border-radius: 8px;
  height: 48px;
  border: none;
  outline: none;
  padding: 0 calc(4 * var(--gutter-size));
  appearance: none;
  -webkit-appearance: none;
}
.field.dateOfBirth select:focus {
  border: none;
  box-shadow: 0px 4px calc(4px * 4) rgba(0, 0, 0, 0.1);
}
.field.dateOfBirth select:not([valid]) {
  outline: 1px solid var(--color-primary-red, red);
}
.field.dateOfBirth select::-webkit-inner-spin-button,
.field.dateOfBirth select::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.programCategoryProgressIndicator .labels {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: calc(2 * var(--gutter-size));
}
.programCategoryProgressIndicator .labels label {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
.programCategoryProgressIndicator .programCategoryProgressBar {
  --programCategoryBarHeight: 16px;
  display: flex;
  flex-flow: row;
  justify-content: stretch;
  position: relative;
  margin: calc(2 * var(--gutter-size));
}
.programCategoryProgressIndicator .programCategoryProgressBar .programCategory {
  display: inline-flex;
  justify-content: flex-end;
  flex-flow: column;
  flex: auto;
  position: relative;
}
.programCategoryProgressIndicator .programCategoryProgressBar .programCategory label {
  padding: calc(2 * var(--gutter-size));
  text-align: center;
}
.programCategoryProgressIndicator .programCategoryProgressBar .programCategory::before {
  content: "";
  display: block;
  background-color: var(--color-shade-clear-black);
  height: var(--programCategoryBarHeight);
}
.programCategoryProgressIndicator .programCategoryProgressBar .programCategory:first-of-type::before {
  border-top-left-radius: var(--programCategoryBarHeight);
  border-bottom-left-radius: var(--programCategoryBarHeight);
}
.programCategoryProgressIndicator .programCategoryProgressBar .programCategory:last-of-type::before {
  border-top-right-radius: var(--programCategoryBarHeight);
  border-bottom-right-radius: var(--programCategoryBarHeight);
}
.programCategoryProgressIndicator .programCategoryProgressBar .programCategory:not(:first-of-type):after {
  content: "";
  display: block;
  background-color: white;
  height: var(--programCategoryBarHeight);
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.programCategoryProgressIndicator .programCategoryProgressBar .currentProgress {
  position: absolute;
  left: 0;
  top: 0;
  height: var(--programCategoryBarHeight);
  width: 100%;
  border-radius: var(--programCategoryBarHeight);
  overflow: hidden;
  box-shadow: 0px 4px calc(4px * 4) rgba(0, 0, 0, 0.1);
}
.programCategoryProgressIndicator .programCategoryProgressBar .currentProgress .value {
  position: absolute;
  left: 0;
  top: 0;
  height: var(--programCategoryBarHeight);
  background-color: var(--color-primary-blue);
  width: calc(100% * var(--scalarComplete));
}

.journeyCard {
  margin: 0;
  box-shadow: 0px 10px 25px rgba(39, 33, 55, 0.15);
  min-height: 120px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  transform: translateX(0);
  --icon-size: 56px;
}
.journeyCard h4 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.6;
}
.journeyCard h3 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}
.journeyCard.continueJourney {
  background: linear-gradient(110deg, var(--color-primary-pink) 0%, var(--color-primary-yellow) 100%);
}
.journeyCard.newJourney {
  background: linear-gradient(110deg, var(--color-primary-orange) 0%, var(--color-background-yellow) 140%);
}
.journeyCard header, .journeyCard footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 16px;
}
.journeyCard .personInfo {
  flex: none;
}
.journeyCard .programProgressIndicator {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  gap: calc(2 * var(--gutter-size));
}
.journeyCard .programProgressIndicator svg {
  height: 25px;
  width: 25px;
  flex: none;
  transform: rotate(-85deg);
}
.journeyCard .programProgressIndicator label {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}
.journeyCard .programProgressIndicator .track {
  position: absolute;
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 4px;
}
.journeyCard .programProgressIndicator .currentProgress {
  position: absolute;
  fill: none;
  stroke: var(--color-shade-black);
  stroke-width: 4px;
  stroke-linecap: square;
  stroke-dasharray: var(--circumfrence);
  stroke-dashoffset: var(--progressOffSet);
}
.journeyCard .journeyText {
  margin-right: 25px;
}
.journeyCard .programTitle {
  margin: 0px;
  margin-bottom: calc(2 * var(--gutter-size));
}
.journeyCard .childName {
  padding-left: calc(2 * var(--gutter-size));
  margin-top: 0px;
  margin-bottom: 0px;
}
.journeyCard footer {
  margin-top: calc(4 * var(--gutter-size));
}
.journeyCard section, .journeyCard footer {
  animation: fadeIn ease-out 0.3s both;
  align-items: center !important;
}
.journeyCard .iconBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.expandableCard {
  --elevation: 10;
  background-color: #FFFFFF;
  box-shadow: 0px calc(1px * var(--elevation) + 1px) calc(var(--elevation) * 1px) calc(var(--elevation) * -1px) rgba(0, 0, 0, 0.2), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 1px) 0 rgba(0, 0, 0, 0.14), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 3px) 0 rgba(0, 0, 0, 0.12);
  transform: translateX(0);
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.expandableCard nav {
  align-self: center;
  margin-bottom: -2.8em;
}

.personInfo {
  display: inline-flex;
  flex: auto;
  flex-flow: row;
  justify-content: center;
  flex: 1 1 0;
  gap: calc(2 * var(--gutter-size));
  align-items: center;
}
.personInfo h4 {
  margin: 0;
}

.logInProviders {
  display: flex;
  flex-flow: column;
  gap: calc(4 * var(--gutter-size));
}
.logInProviders p {
  margin: 0;
}
.logInProviders [role=button] {
  margin: auto;
  width: 100%;
  height: 64px;
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.logInProviders img, .logInProviders .icon {
  height: 24px;
  width: 24px;
  justify-content: flex-end;
  margin-right: 19px;
}
.logInProviders .google {
  background: white;
  color: var(--color-shade-black);
}
.logInProviders .apple {
  background: white;
  color: var(--color-shade-black);
}
.logInProviders .email .icon {
  color: white;
}
.logInProviders footer {
  margin-top: auto;
}
.logInProviders .legals {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
.logInProviders .legals a {
  color: var(--color-shade-black);
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.video-js {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-js .vjs-big-play-button {
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  height: 4em;
  width: 4em;
  background-color: var(--color-shade-black) !important;
}
.video-js .vjs-icon-play:before, .video-js .vjs-icon-placeholder:before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-shade-white);
  font-size: 80px;
}
.video-js .vjs-control-bar {
  display: none;
}
.video-js video {
  border-radius: 250px;
  margin-left: 40%;
  margin-top: 95%;
  padding: 0px;
  width: 20% !important;
  height: 5% !important;
  transition: border-radius 0.5s, margin 0.5s, width 0.5s, height 0.5s;
}
.video-js .vjs-poster {
  --color-poster-grey: rgba(229,229,229,1);
  background-color: var(--color-poster-grey);
  transition: opacity 0.5s;
  opacity: 100;
  display: block;
}
.video-js.vjs-has-started {
  border-radius: 0px;
  z-index: 2 !important;
}
.video-js.vjs-has-started .vjs-poster {
  opacity: 0 !important;
  pointer-events: none;
}
.video-js.vjs-has-started video {
  border-radius: 0px;
  margin-left: 0%;
  margin-top: 0%;
  width: 100% !important;
  height: 100% !important;
}

.continue.button {
  justify-content: space-between;
  padding: calc(4 * var(--gutter-size)) calc(6 * var(--gutter-size));
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}

.entitlementDialog .inputArea {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  text-align: left;
}
.entitlementDialog :where(section) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: calc(4 * var(--gutter-size));
}
.entitlementDialog textArea {
  max-height: fit-content;
  min-height: 6.8em;
}
.entitlementDialog label {
  text-align: left;
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.entitlementDialog strong {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.page.admin .exportBar .button {
  margin-bottom: 5px;
}

.journeyHowItWorks.page p {
  text-align: left;
}

.tooYoung.page p {
  text-align: left;
}

.journeySuggestion.page form {
  flex: 100%;
  display: flex;
  flex-flow: column;
  gap: calc(4 * var(--gutter-size));
  justify-content: stretch;
}
.journeySuggestion.page .inputArea {
  flex: 100%;
  display: flex;
  flex-flow: column;
  gap: calc(4 * var(--gutter-size));
  justify-content: stretch;
}
.journeySuggestion.page .inputArea .field {
  flex: 100%;
}
.journeySuggestion.page textarea {
  flex: 100%;
  min-height: 80px;
}
.journeySuggestion.page .titleImage {
  margin: initial;
}

.activity.article .pageContent {
  padding: 0;
}
.activity.article .activityStep.page {
  position: absolute;
}
.activity.article .article > section {
  margin: 0;
  min-height: 100%;
}
.activity.article .article > .shortDescription {
  display: none;
}

.login.page span {
  white-space: nowrap;
}
.login.page .inlineSvg {
  height: 9em;
  width: 8em;
  display: flex;
  justify-content: center;
  width: 142px;
  max-width: min(var(--max-app-width), 100% - calc(16 * var(--gutter-size)));
  max-height: calc(100vh - calc(32 * var(--gutter-size)));
  margin: auto;
}
.login.page .introduction {
  max-width: min(80%, 240px);
  margin: auto;
}
.login.page section {
  text-align: center;
  padding: calc(4 * var(--gutter-size));
}

.page.product .pricingInfo {
  margin-top: calc(4 * var(--gutter-size));
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: calc(3 * var(--gutter-size));
}
.page.product .pricingInfo h2 {
  font-size: 40px;
  margin: 0;
}
.page.product .pricingInfo s {
  color: var(--color-gray-3);
  font-size: 65%;
  margin-left: 10px;
}
.page.product .sellingPoint {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page.product .button {
  align-self: center;
}
.page.product .productTitle {
  text-transform: capitalize;
}
.page.product .stepIndicator {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page.product.purchaseProgramToContinue .pageTitle {
  margin: 0;
}
.page.product.purchaseProgramToContinue .price {
  margin: 0;
  font-size: 50px;
  text-align: center;
}
.page.product.purchaseProgramToContinue .button.callToAction {
  width: auto;
  border-radius: 87px;
  padding-top: calc(4 * var(--gutter-size));
  padding-bottom: calc(4 * var(--gutter-size));
  padding-left: calc(12 * var(--gutter-size));
  padding-right: calc(12 * var(--gutter-size));
  height: 56px;
  min-height: 56px;
}
.page.product.purchaseProgramToContinue .pageContent {
  background: var(--color-background-red);
}
.page.product.purchaseProgramToContinue .standardContent > div {
  display: flex;
  flex-direction: column;
  gap: calc(6 * var(--gutter-size));
}
.page.product.purchaseProgramToContinue .marketingWrapper {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--gutter-size));
}
.page.product.purchaseProgramToContinue .marketingBlurb {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: rgba(39, 33, 55, 0.6);
}
.page.product.purchaseProgramToContinue .marketingBox {
  background: rgba(12, 109, 255, 0.9);
  /* Drop-shadow */
  box-shadow: 0px 10px 25px rgba(39, 33, 55, 0.15);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc(2 * var(--gutter-size)) calc(4 * var(--gutter-size));
  color: var(--color-shade-white);
  align-self: center;
  min-width: 175px;
}
.page.product.purchaseProgramToContinue .marketingBox .markdown {
  margin-top: calc(-2 * var(--gutter-size));
  margin-bottom: calc(-2 * var(--gutter-size));
}
.page.product.purchaseProgramToContinue .marketingBox .markdown h1 {
  margin: calc(2 * var(--gutter-size)) 0;
}
.page.product.purchaseProgramToContinue .marketingBox .downArrow {
  position: relative;
  width: 20px;
  height: 7px;
  margin-top: -7px;
  bottom: -15px;
}
.page.product.purchaseProgramToContinue .marketingBox .downArrow img {
  height: auto;
  width: auto;
}
.page.product.purchaseProgramToContinue .dotpoints {
  padding: 0;
  gap: calc(7 * var(--gutter-size));
  display: flex;
  flex-flow: column;
}
.page.product.purchaseProgramToContinue .dotpoints li {
  display: flex;
}
.page.product.purchaseProgramToContinue .dotpoints li::before {
  content: "✓";
  margin-right: calc(4 * var(--gutter-size));
}

.programOnboarding.page .childInfo {
  display: flex;
  flex-flow: row;
  gap: calc(2 * var(--gutter-size));
  align-items: baseline;
}

.page.programSession > .pageContent {
  background: var(--color-background-red);
  overflow: hidden;
}

.page.programSession .contentWrap {
  background: var(--color-shade-clear-white);
  gap: 0;
  height: 100%;
}
.page.programSession .contentWrap .exposureSection {
  height: 100%;
}
.page.programSession .contentWrap .exposureSection .content {
  justify-content: center;
  align-items: center;
  display: flex;
}
.page.programSession .contentWrap .exposureSection .bottomFade {
  position: relative;
  bottom: 4em;
  height: 4em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
.page.programSession .contentWrap .exposureSection h1 {
  font-family: "Permanent Marker", "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33.2px;
  line-height: 48px;
}
.page.programSession .contentWrap .instruction {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  padding: calc(4 * var(--gutter-size));
  border-radius: 16px;
  background: white;
  box-shadow: 0px 5px 25px rgba(39, 33, 55, 0.15);
  flex: none;
  position: absolute;
  width: calc(100% - var(--content-padding) * 2);
  z-index: 3;
  display: flex;
  align-self: flex-start;
}
.page.programSession .contentWrap .exposureStoryText {
  font-family: "basier_squareregular", sans-serif;
  font-size: 20px;
  width: fit-content;
  margin: auto;
  padding-bottom: calc(4 * var(--gutter-size));
}
.page.programSession .contentWrap .longStoryText {
  text-align: left;
  padding-bottom: calc(var(--safe-area-inset-bottom, 0) + var(--footer-height, calc(8 * var(--gutter-size))64px) + var(--content-padding));
}
.page.programSession .contentWrap .revealer:has(.longStoryText) {
  width: auto;
  margin-left: calc(-4 * var(--gutter-size));
  margin-right: calc(-4 * var(--gutter-size));
  padding-left: calc(4 * var(--gutter-size));
  padding-right: calc(4 * var(--gutter-size));
}
.page.programSession .contentWrap .revealer:has(.content[aria-hidden=true]):has(.longStoryText) {
  overflow: visible;
}
.page.programSession .contentWrap .shortStoryText {
  text-align: center;
}
.page.programSession footer.floating {
  animation: none !important;
}
.page.programSession.exerciseTypeCompleted .timelineContent {
  flex: auto;
}
.page.programSession.exerciseTypeCompleted .scrollingTimelineWrapper {
  margin-bottom: calc(0px - var(--footer-height));
  position: relative;
  flex: auto;
  display: flex;
  height: 0;
}
.page.programSession.exerciseTypeCompleted .scrollingTimelineWrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fffcfc 70%);
  width: 100%;
  height: calc(8 * var(--gutter-size));
}
.page.programSession.exerciseTypeCompleted .scrollingTimelineWrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fffcfc 70%);
  width: 100%;
  height: 180px;
}
.page.programSession.exerciseTypeCompleted .timeline {
  flex: auto;
  overflow-y: scroll;
  margin-left: -28px;
  padding-left: 28px;
  margin-right: -28px;
  padding-right: 28px;
  padding-top: calc(8 * var(--gutter-size));
  padding-bottom: calc(max(8 * var(--gutter-size), var(--max-header-height) - var(--min-header-height) + (4 * var(--gutter-size))) + var(--safe-area-inset-bottom) + var(--footer-height, calc(8 * var(--gutter-size))));
}
.page.programSession .fade-out-text {
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
.page.programSession.info .contentWrap {
  text-align: left;
}
.page.programSession.info .contentWrap h2 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  align-self: flex-start;
}
.page.programSession.info .contentWrap p {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.page.programSession.captureFearLevel h1 {
  margin-top: calc(4 * var(--gutter-size));
  margin-bottom: calc(4 * var(--gutter-size));
}
.page.programSession.storyExposure .content:has(.longStoryText) {
  height: 100%;
  align-items: flex-start;
}
.page.programSession.storyExposure .revealer:has(.longStoryText):after {
  content: "";
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-background-red) 90%);
  width: 100%;
  height: 4em;
}
.page.programSession.imageExposure:has(.revealed) .phobiaHeader {
  opacity: 0;
}
.page.programSession.imageExposure section .content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  padding-bottom: calc(var(--footer-height, calc(8 * var(--gutter-size))64px));
  z-index: 2;
  background-color: black;
}
.page.programSession.imageExposure section .content .articleImage {
  min-width: 100%;
  width: 100%;
  background-color: black;
  margin: 0;
  border-radius: 0;
}
.page.programSession.imageExposure .pageHeader, .page.programSession.imageExposure .instruction {
  z-index: 4;
}
.page.programSession.imageExposure .tapToReveal {
  z-index: 3;
  position: fixed;
  border-radius: 0px;
}
.page.programSession.soundExposure .exposureSection {
  justify-content: center;
  align-items: center;
  display: flex;
}
.page.programSession.videoExposure .videoLayer .video-js {
  position: fixed;
  height: auto;
  width: 100%;
  top: 0px;
  left: 0px;
  margin: 0;
  bottom: calc(var(--footer-height, calc(8 * var(--gutter-size))64px));
  padding: 0;
  z-index: 1;
}
.page.programSession.videoExposure .videoTimeRemaining {
  min-width: 65px;
  position: absolute;
  top: 0;
  bottom: calc(calc(2 * var(--gutter-size)) + var(--safe-area-inset-bottom));
  left: 0;
  z-index: 4;
  padding-left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-shade-white);
}
.page.programSession.videoExposure .instruction {
  z-index: 3;
}
.page.programSession.videoExposure .pageHeader {
  animation: none;
}
.page.programSession.videoExposure .phobiaHeader {
  position: fixed;
  z-index: 2;
  left: 34px;
}
.page.programSession.videoExposure .exitSessionButton {
  z-index: 3;
}
.page.programSession.videoExposure .feedbackButton {
  display: none;
}
.page.programSession .missionExposure .instruction {
  position: relative;
  width: 100%;
}
.page.programSession .contentWrap:has(.missionExposure) {
  overflow-y: scroll;
}
.page.programSession .missionExposure:after {
  content: "";
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-background-red) 90%);
  width: 100%;
  height: 4em;
}
.page.programSession pre {
  font: inherit;
  white-space: pre-wrap;
}
.page.programSession .videoPlayer {
  width: 100%;
}
.page.programSession .completionBadge {
  margin: 40px;
}

.feedbackButton {
  margin-right: 0;
}

.programComplete + .actions {
  margin-top: calc(8 * var(--gutter-size));
}

.page.infoPage .pageHeader .actions {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.page.infoPage .pageContent {
  overflow-y: auto;
}
.page.infoPage .pageContent .contentWrap {
  height: auto;
}

.breathVisualiser {
  --minSize: 0.4;
  --size: calc(min(var(--max-app-width), 100vw) * 0.8);
}
.breathVisualiser > div {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.breathVisualiser .introduction {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: calc(4 * var(--gutter-size));
}
.breathVisualiser .layer {
  opacity: 0;
  transition: opacity 1s ease-out;
  pointer-events: none;
}
.breathVisualiser .layer.show {
  opacity: 1;
  pointer-events: initial;
}
.breathVisualiser .countdown {
  margin: calc(2 * var(--gutter-size));
}
.breathVisualiser .breathing {
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.breathVisualiser .instructions {
  position: relative;
}
.breathVisualiser .instructions .layer:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.breathVisualiser .breath {
  position: relative;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}
.breathVisualiser .breath:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  --minSize: 0.4;
  --size: calc(var(--breathValue) * (1 - var(--minSize)) + 100% * var(--minSize));
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  background: #b8a4f7;
  box-shadow: 0px 0px 200px rgba(101, 67, 237, 0.6);
}
.breathVisualiser .breath .content {
  margin: auto;
  position: relative;
  font-size: calc(var(--size) * var(--minSize));
}
.breathVisualiser .introduction h1,
.breathVisualiser .instructions h1 {
  margin: 0;
  font-size: calc(var(--size) * var(--minSize) / 4);
  text-align: center;
}
.breathVisualiser h2 {
  font-family: "Permanent Marker", "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33.2px;
  line-height: 48px;
}

.relaxation.page .pageContent {
  height: 100%;
  justify-content: stretch;
}
.relaxation.page .pageContent > section {
  display: flex;
  flex-flow: column;
  margin: auto;
  height: 100%;
  justify-content: stretch;
  align-content: space-between;
}
.relaxation.page .pageContent > section .graphic {
  font-size: min(5em, 144px);
  padding-bottom: calc(2 * var(--gutter-size));
}
.relaxation.page nav.actions {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: calc(4 * var(--gutter-size));
}
.relaxation.page h2 {
  font-family: "Permanent Marker", "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33.2px;
  line-height: 48px;
  margin: 0px;
}
.relaxation.page ul {
  text-align: left;
}
.relaxation.page .breathVisualiser {
  height: 100%;
}
.relaxation.page .breathVisualiser > div {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
}
.relaxation.page .breathVisualiser > div > * {
  margin: auto;
}

.illustration {
  padding-left: calc(4 * var(--gutter-size));
  padding-right: calc(4 * var(--gutter-size));
}

.breathingExercise > .pageContent > section {
  width: 100%;
}

.page.phobiaOnboarding nav {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding: calc(4 * var(--gutter-size));
  margin-bottom: 0;
  gap: calc(4 * var(--gutter-size));
}
.page.phobiaOnboarding section {
  text-align: center;
  padding: calc(2 * var(--gutter-size));
  justify-content: space-between;
}
.page.phobiaOnboarding h1 {
  margin-bottom: calc(2 * var(--gutter-size));
}

.page.programSessionStatistics {
  --feedback-gutter-height: 200px;
}
.page.programSessionStatistics h3 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}
.page.programSessionStatistics .contentWrap {
  padding-bottom: var(--feedback-gutter-height);
}
.page.programSessionStatistics .list {
  display: flex;
  flex-flow: column;
  gap: calc(4 * var(--gutter-size));
}
.page.programSessionStatistics .listItem {
  padding: 0 calc(4 * var(--gutter-size));
}
.page.programSessionStatistics .listItem .listItemGraphic {
  flex: none;
  background: white;
  font-weight: 700;
  border-radius: calc(2 * var(--gutter-size));
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page.programSessionStatistics .listItem .listItemContent, .page.programSessionStatistics .listItem .listItemMeta {
  border: none;
  gap: 0;
}
.page.programSessionStatistics .listItem .listItemMeta {
  gap: calc(2 * var(--gutter-size));
}
.page.programSessionStatistics .minutesLabel {
  vertical-align: middle;
}

.page.onboarding .actions {
  height: 64px;
}
.page.onboarding .termsAndConditions {
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  opacity: 0.8;
  margin-top: 40px;
}
.page.onboarding .termsAndConditions a {
  color: var(--color-primary-blue);
}

.page.childOnboarding {
  --step-indicator-height: 50px;
}
.page.childOnboarding form {
  padding: 0;
  margin: 0;
}
.page.childOnboarding p {
  margin: auto;
}
.page.childOnboarding .imagePicker {
  margin-bottom: calc(6 * var(--gutter-size));
}
.page.childOnboarding .childImage {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.page.childOnboarding .childImage .avatar {
  border-radius: calc(4 * var(--gutter-size));
  overflow: hidden;
  width: 146px;
  height: 146px;
  position: relative;
  margin: auto;
}
.page.childOnboarding .childImage .avatar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(39, 33, 55, 0) 22.4%, rgba(39, 33, 55, 0.4) 66.67%, rgba(39, 33, 55, 0.6) 100%);
}
.page.childOnboarding .childImage img {
  border-radius: calc(4 * var(--gutter-size));
  width: 100%;
  height: 100%;
}
.page.childOnboarding .childImage h2 {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  align-self: center;
  color: white;
  position: absolute;
  bottom: calc(6 * var(--gutter-size));
  margin: 0;
  left: 0;
  right: 0;
}
.page.childOnboarding .field.dateOfBirth > label {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-left: calc(2 * var(--gutter-size));
}
.page.childOnboarding .fieldLabel {
  text-align: left;
}
.page.childOnboarding .nav {
  margin-top: calc(6 * var(--gutter-size));
}
.page.childOnboarding .navCards {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 16px;
}
.page.childOnboarding .navCards h3 {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  text-align: left;
}
.page.childOnboarding footer [role=button] {
  align-items: center;
}
.page.childOnboarding nav.actions {
  margin: calc(8 * var(--gutter-size)) 0;
}
.page.childOnboarding [role=button].inline {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.page.childOnboarding .dateComponentFields {
  display: flex;
}
.page.childOnboarding .dateComponentFields select {
  background: white;
  border-radius: 8px;
  height: 48px;
  border: none;
  outline: none;
  padding: 0 calc(4 * var(--gutter-size));
  -webkit-appearance: none;
}
.page.childOnboarding .dateComponentFields select:focus {
  border: none;
  box-shadow: 0px 4px calc(4px * 4) rgba(0, 0, 0, 0.1);
}
.page.childOnboarding .dateComponentFields select:not([valid]) {
  outline: 1px solid var(--color-primary-red, red);
}
.page.childOnboarding .dateComponentFields select::-webkit-inner-spin-button,
.page.childOnboarding .dateComponentFields select::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.page.childOnboarding .textField {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  padding: 0;
  text-indent: calc(4 * var(--gutter-size));
}
.page.childOnboarding .input {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.page.childOnboarding:not(.fadeOut) ~ .background:before, .page.childOnboarding:not(.fadeOut) ~ .background:after {
  opacity: 1;
  --size: 20vw;
}
.page.childOnboarding + .stepIndicator {
  position: absolute;
  bottom: calc(var(--safe-area-inset-bottom, 0));
  left: 0;
  right: 0;
  height: var(--step-indicator-height);
  text-align: center;
  z-index: 1;
  padding-bottom: calc(2 * var(--gutter-size));
}
.page.childOnboarding h1 {
  font-family: "Permanent Marker", "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 33.2px;
  line-height: 48px;
}

.page.child .pageContent .dateComponentFields {
  display: flex;
}
.page.child .pageContent .field {
  flex: 0 1 100%;
  max-width: 500;
}
.page.child .pageContent .field select {
  -webkit-appearance: none;
}
.page.child .pageContent .field > label {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.page.child .pageContent .aliasInput {
  margin: calc(9 * var(--gutter-size)) 0 calc(4 * var(--gutter-size)) 0;
}
.page.child .pageContent .imagePicker {
  text-align: center;
  row-gap: calc(4 * var(--gutter-size));
  column-gap: calc(2 * var(--gutter-size));
}

.legals.page section {
  text-align: left;
}
.legals.page p {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.legals.page .lettered {
  list-style: none;
}
.legals.page li {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.legals.page ul {
  list-style-type: disc;
}
.legals.page a {
  text-decoration: none;
}

.family .noChildren {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: calc(4 * var(--gutter-size));
  text-align: center;
}

.button.childButton {
  z-index: 1;
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  border-radius: 3em;
  box-shadow: 0px 5px 25px rgba(39, 33, 55, 0.15);
  background-color: var(--color-shade-black);
  display: flex;
  align-self: center;
  padding: calc(2.5 * var(--gutter-size)) calc(4 * var(--gutter-size));
  color: white;
  margin-bottom: -gutter(4);
}

.viewChild {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: calc(4 * var(--gutter-size));
}
.viewChild .selectedChild {
  border: 4px solid var(--primary-green, #7EEB96);
}
.viewChild .card {
  margin: 0 calc(8 * var(--gutter-size)) calc(4 * var(--gutter-size)) calc(8 * var(--gutter-size));
}
.viewChild .content {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewChild .content h2 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: white;
  text-align: center;
  margin: 0;
}
.viewChild .content p {
  font-family: "basier_squareregular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: white;
  margin: 0;
  text-align: center;
}

.page.profile [role=button] {
  margin: 0;
}
.page.profile .emailAddress {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.page.profile .providers {
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 calc(2 * var(--gutter-size));
}
.page.profile .oAuthProviders {
  display: flex;
  flex-flow: row wrap;
  gap: calc(4 * var(--gutter-size));
  align-items: center;
}
.page.profile article {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: calc(4 * var(--gutter-size));
  padding: calc(2 * var(--gutter-size));
  text-align: left;
}
.page.profile article h3 {
  flex: auto;
}
.page.profile .accountActions {
  display: flex;
  flex-flow: column;
  gap: calc(4 * var(--gutter-size));
}
.page.profile .accountActions [role=button] {
  flex-flow: row;
  align-items: center;
  justify-content: stretch;
  padding-left: calc(6 * var(--gutter-size));
  padding-right: calc(6 * var(--gutter-size));
  width: 100%;
  border-radius: 16px;
  gap: calc(4 * var(--gutter-size));
}
.page.profile .accountActions [role=button] h3 {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}
.page.profile .accountActions [role=button] .content {
  flex: auto;
}
.page.profile .accountActions [role=button] span {
  font-family: "basier_squarebold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  flex: none;
}
.page.profile .accountActions img, .page.profile .accountActions .icon {
  height: 38px;
  width: 38px;
}
.page.profile .power {
  color: var(--color-primary-red);
}
.page.profile .legals {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  gap: calc(4 * var(--gutter-size)) calc(2 * var(--gutter-size));
}
.page.profile .legals [role=button] {
  flex-flow: column;
  flex: 1 1 auto;
  min-width: calc(50% - 4 * var(--gutter-size));
  width: fit-content;
  color: var(--color-primary);
}
.page.profile .dialog .dialogHeader {
  display: flex;
  flex-flow: row;
  align-content: center;
}
.page.profile .dialog p {
  text-align: center;
}

:root {
  --icon-width: 36px;
  --icon-gutter: calc(-2 * var(--gutter-size));
  --icon-size: calc(var(--icon-gutter) + var(--icon-width));
}

button.showGritlifeCms {
  position: fixed;
  top: var(--icon-gutter);
  right: var(--icon-gutter);
  height: var(--icon-width);
  min-width: var(--icon-width);
  width: var(--icon-width);
  z-index: 3;
  background: white;
  order: 2;
  transform: translate(0);
}

.gritlifeCms {
  --min-cms-width: max(calc(100% - var(--max-app-width)), min(400px, 100vw));
  --header-height: 36px;
  display: none;
  order: 1;
  margin: 0;
  flex: auto;
  left: var(--max-app-width);
  width: var(--min-cms-width);
  height: 100vh;
  overflow-y: auto;
  flex-flow: column;
  align-items: center;
}
.gritlifeCms .addSection {
  position: relative;
  justify-self: flex-end;
  align-self: flex-end;
  overflow: visible;
}
.gritlifeCms .sectionActionButtons {
  --transition: all 0.1s ease-out;
  display: inline-flex;
  height: auto;
  overflow: visible;
  flex-flow: column;
  width: 200px;
  bottom: 0px;
  bottom: calc(calc(2 * var(--gutter-size)) + 100%);
  right: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: var(--transition);
}
.gritlifeCms .sectionActionButtons[hidden] {
  display: inline-flex;
}
.gritlifeCms .sectionActionButtons.show {
  opacity: 1;
}
.gritlifeCms .sectionActionButtons.show button {
  margin-bottom: calc(1 * var(--gutter-size));
  pointer-events: all;
}
.gritlifeCms .sectionActionButtons button {
  align-self: flex-end;
  justify-self: flex-end;
  transition: var(--transition);
  margin: calc(1 * var(--gutter-size));
  margin-bottom: -16px;
  --elevation: 4;
  background-color: #FFFFFF;
  box-shadow: 0px calc(1px * var(--elevation) + 1px) calc(var(--elevation) * 1px) calc(var(--elevation) * -1px) rgba(0, 0, 0, 0.2), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 1px) 0 rgba(0, 0, 0, 0.14), 0px calc(0.5px * var(--elevation) + 1px) calc(var(--elevation) * 3px) 0 rgba(0, 0, 0, 0.12);
  transform: translateX(0);
  border-radius: 50px;
  padding: calc(4 * var(--gutter-size));
}
.gritlifeCms .expandableListItem {
  display: flex;
}
.gritlifeCms .expandableListItem .expandableListItemContent {
  flex: 1 0;
}
.gritlifeCms .expandableContentCard {
  display: flex;
  flex-flow: column;
}
.gritlifeCms .expandableContentCard .addSection {
  align-self: flex-end;
}
.gritlifeCms .articleComponent.tabs .tabButtons {
  margin-bottom: calc(2 * var(--gutter-size));
}
.gritlifeCms .articleComponent.tabs .tabButtons button {
  align-self: center;
}
.gritlifeCms .articleComponent.tabs .tabButtons button:not(.tabButton) {
  margin-left: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-right: calc(2 * var(--gutter-size));
  min-width: var(--icon-width);
  text-align: center;
  z-index: 1;
  align-self: center;
}
.gritlifeCms .articleComponent.tabs .tabPanel {
  position: static;
}
.gritlifeCms .articleComponent.tabs .tabPanel[aria-hidden] {
  display: none;
}
.gritlifeCms .articleComponent.carousel .tabButtons {
  margin-bottom: calc(2 * var(--gutter-size));
}
.gritlifeCms .articleComponent.carousel .tabButtons button {
  align-self: center;
}
.gritlifeCms .articleComponent.carousel .tabButtons button:not(.tabButton) {
  margin-left: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-right: calc(2 * var(--gutter-size));
  min-width: var(--icon-width);
  text-align: center;
  align-self: center;
}
.gritlifeCms .articleComponent.carousel .carouselPanel {
  transform: none;
  height: auto;
  overflow: initial;
  display: block;
  position: static;
  padding: 0;
}
.gritlifeCms .articleComponent.carousel .carouselPanel[aria-hidden] {
  display: none;
}
.gritlifeCms .articleComponent.carousel .carouselPanels {
  height: auto;
}
.gritlifeCms .articleComponent.steps .step {
  margin-bottom: calc(8 * var(--gutter-size));
}
.gritlifeCms .articleComponent.steps .step > header {
  padding: 0;
  margin-top: calc(2 * var(--gutter-size));
  margin-bottom: calc(2 * var(--gutter-size));
  margin-left: calc(2 * var(--gutter-size));
  margin-right: calc(2 * var(--gutter-size));
}
.gritlifeCms .articleComponent.steps .step > header input {
  border: solid 1px white;
  border-radius: 3px;
  background: white;
  margin-left: calc(1 * var(--gutter-size));
  margin-right: calc(1 * var(--gutter-size));
  font: inherit;
  color: inherit;
  text-align: inherit;
  width: 100%;
}
.gritlifeCms .deprecationWarning {
  font-weight: 700;
  color: var(--color-primary-red, #b00020);
}
.gritlifeCms .deprecationWarning {
  font-weight: 700;
  color: var(--color-primary-red, #b00020);
}
.gritlifeCms section.programEdit .articleImage, .gritlifeCms section.programEdit .videoPlayer {
  --videoWidth: 500px;
  height: calc(var(--videoWidth) * 0.5625);
  width: var(--videoWidth);
  padding: 0 !important;
}
.gritlifeCms section.programEdit .paywallConfig {
  display: flex;
  flex-flow: row wrap;
  gap: calc(8 * var(--gutter-size));
  justify-content: stretch;
}
.gritlifeCms section.programEdit .paywallType {
  flex: auto;
  display: flex;
  flex-flow: row wrap;
  gap: calc(4 * var(--gutter-size));
}
.gritlifeCms section.programEdit .exercise > nav {
  flex: none;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: flex-start;
}
.gritlifeCms section.programEdit .navRow {
  flex: none;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: flex-start;
}
.gritlifeCms .articleComponent.media .listItemGraphic {
  --size: 150px;
  width: var(--size);
  height: calc(var(--size) * 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gritlifeCms .sectionEditForm {
  gap: calc(4 * var(--gutter-size));
}
.gritlifeCms .sectionEditForm.hasErrors > .card {
  box-shadow: inset 0 0 0px 2px red;
}
.gritlifeCms .sectionEditor.card {
  border-left: solid 4px transparent;
}
.gritlifeCms .sectionEditor.card > header h4 {
  text-transform: capitalize;
}
.gritlifeCms .sectionEditor.card:hover {
  border-left-color: var(--color-primary);
}
.gritlifeCms .sectionEditor.card button + button {
  margin-left: calc(2 * var(--gutter-size));
}
.gritlifeCms .sectionEditor.card .sectionEditForm {
  display: flex;
  flex-flow: column;
}
.gritlifeCms .sectionEditor.card .sectionEditForm > [role=button] {
  align-self: flex-end;
}
.gritlifeCms .sectionEditor.card .actions {
  padding: 0 calc(2 * var(--gutter-size));
}
.gritlifeCms .subSectionsEditor {
  display: flex;
  gap: calc(4 * var(--gutter-size));
  flex-flow: column;
}
.gritlifeCms .ageContentEditor > header .headerContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gritlifeCms .ageContentEditor pre {
  white-space: pre-wrap;
  font: inherit;
}
.gritlifeCms .ageContentEditor .minAge, .gritlifeCms .ageContentEditor .maxAge {
  max-width: 90px;
}
.gritlifeCms .contentError .errorDisplay {
  color: var(--color-primary-red, #b00020);
}
.gritlifeCms .articleList tbody tr {
  cursor: pointer;
}
.gritlifeCms .articleList table {
  border-collapse: collapse;
  display: table;
  border: thin solid rgba(0, 0, 0, 0.12);
}
.gritlifeCms .articleList thead tr {
  text-align: left;
}
.gritlifeCms .articleList th,
.gritlifeCms .articleList td {
  padding: 12px 15px;
  white-space: nowrap;
  font-size: 0.9em;
}
.gritlifeCms .articleList thead tr,
.gritlifeCms .articleList tbody tr {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.gritlifeCms .articleList tbody tr:nth-of-type(even) {
  background-color: #DDDDDD;
}
.gritlifeCms .articleList tbody tr:hover {
  color: var(--color-primary);
}
.gritlifeCms .linkedArticlePicker.suggestions {
  padding: 10px;
}
.gritlifeCms .imagePicker.suggestions {
  padding: 10px;
}
.gritlifeCms .imagePicker.suggestions .listItem {
  width: auto;
  display: inline-flex;
  padding: calc(1 * var(--gutter-size));
}
.gritlifeCms .imagePicker.suggestions .listItem .articleImage {
  width: 100px;
  height: 100px;
}
.gritlifeCms .sortableTableHeader {
  cursor: pointer;
}
.gritlifeCms .sortableTableHeader.ascending:after {
  content: " ▲";
  font-family: Arial, Helvetica, sans-serif;
}
.gritlifeCms .sortableTableHeader.descending:after {
  content: " ▼";
  font-family: Arial, Helvetica, sans-serif;
}
.gritlifeCms .cmsPages + .dialogMask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gritlifeCms .destructive footer [role=button] {
  background-color: var(--color-primary-red);
}
.gritlifeCms.show {
  display: flex;
}
.gritlifeCms.show ~ .app {
  margin: auto 10px;
  max-width: 400px;
  min-width: 400px;
  max-height: min(800px, 100vh - 80px);
  box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.5), 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  border: inset 20px #6e6277;
}
.gritlifeCms > * {
  width: 100%;
}
.gritlifeCms > .cmsHeader {
  margin: 0;
}
.gritlifeCms > .cmsHeader nav {
  flex: 100%;
  padding: calc(4 * var(--gutter-size));
}
.gritlifeCms > .cmsHeader a {
  display: inline-block;
  margin: calc(1 * var(--gutter-size));
}
.gritlifeCms .cmsPages {
  position: relative;
  flex: auto;
  height: calc(100vh - var(--header-height));
  overflow: auto;
}
.gritlifeCms .page {
  height: 100%;
  padding-bottom: calc(6 * var(--gutter-size));
  overflow: auto;
}
.gritlifeCms .page > .pageContent > * {
  max-width: 100%;
}
.gritlifeCms .page.fadeOut {
  opacity: 0;
}
.gritlifeCms .page .pageHeader {
  width: 100%;
  color: inherit;
}
.gritlifeCms .pageContent {
  width: 100%;
}
.gritlifeCms .card {
  box-shadow: 0px 4px calc(4px * 4) rgba(0, 0, 0, 0.1);
  background: var(--color-background-red, rgba(255, 200, 150, 0.2));
  border-radius: 8px;
}
.gritlifeCms .card .card {
  background: var(--color-background-purple, rgba(255, 200, 255, 0.5));
}
.gritlifeCms .card .card .card {
  background: var(--color-background-blue, rgba(200, 200, 255, 0.5));
}
.gritlifeCms .card .card .card .card {
  background: var(--color-background-green, rgba(200, 255, 200, 0.5));
}
.gritlifeCms .card .card .card .card .card {
  background: var(--color-background-yellow, rgba(230, 255, 200, 0.5));
}
.gritlifeCms .card .card .card .card .card .card {
  background: var(--color-background-orange, rgba(255, 230, 200, 0.5));
}
.gritlifeCms .pageContent > form.card {
  text-align: left;
}

.firebase-emulator-warning {
  bottom: 0px;
  font-size: 8px;
  background: none !important;
  border: none !important;
  pointer-events: none;
}

:root {
  --lighter-text-color: rgba(38, 38, 38, 0.6);
  --background-color: #FDFDFD;
  --primary-color: rgba(70, 173, 229);
  --primary-color-dark: #2D9CDB;
  --primary-color-light: #D7ECF2;
  --primary-color-faint: rgba(70, 173, 229, 0.1);
  --alternate-color: #1EC565;
  --monochrome-color: #BDBDBD;
  --monochrome-color-light: #E0E0E0;
  --monochrome-color-very-light: #F2F2F2;
  --border-color-light: rgba(33, 33, 33, 0.08);
  --gutter-size: 4px;
  --app-footer-height: 72px;
  --max-app-width: calc(250 * var(--gutter-size));
  --max-field-width: min(100%, calc(120 * var(--gutter-size)));
  --safe-area-inset-bottom: 0px;
  --safe-area-inset-bottom: constant(safe-area-inset-bottom);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --safe-area-inset-top: 0px;
  --safe-area-inset-top: constant(safe-area-inset-top);
  --safe-area-inset-top: env(safe-area-inset-top);
  color: var(--color-shade-black);
  position: fixed;
  overflow: hidden;
  overscroll-behavior-y: none;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
}

*:not(input, textarea, [role=textarea], [role=input], [role=select]) {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  margin: 0;
  width: 100vw;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: row wrap;
  overscroll-behavior-y: none;
}

.app {
  background: white;
  position: relative;
  margin: 0;
  transform: scale(1);
  width: 100vw;
  display: flex;
  flex: auto;
  overflow: hidden;
  height: 100vh;
  max-height: 100%;
  background-color: var(--background-color);
}

* {
  color: inherit;
}

p {
  margin: 0;
}

/*# sourceMappingURL=index.css.map */
