@charset "UTF-8";
.text-h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}

.text-body {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
}
.text-body a {
  text-decoration: underline;
}

.text-body-bold {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  font-weight: 500;
}
.text-body-bold a {
  text-decoration: underline;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 41.875em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=41.875em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #FCF7F0;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 1.2rem;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 1.2rem;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 1.2rem;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 41.875em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 41.875em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 41.875em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 41.875em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 41.875em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 41.875em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 41.875em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 41.875em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 41.875em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 41.875em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 41.875em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 41.875em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 41.875em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 41.875em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 41.875em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 41.875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 41.875em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 41.875em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 41.875em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 41.875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 41.875em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 41.875em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 41.875em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 41.875em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 41.875em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 41.875em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 41.875em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 41.875em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 41.875em) and (min-width: 41.875em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 41.875em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 41.875em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 41.875em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 41.875em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

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

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

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

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

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

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 41.875em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

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

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

.flex-dir-column {
  flex-direction: column;
}

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

@media print, screen and (min-width: 41.875em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 41.875em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #404040;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 1.2rem;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 41.875em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 1.2rem;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 1.2rem 0 0 1.2rem;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 1.2rem 1.2rem 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #DC384A;
  background-color: #fcebed;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #DC384A;
}

.is-invalid-label {
  color: #DC384A;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #DC384A;
}
.form-error.is-visible {
  display: block;
}

.accordion, .oog-accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none;
}
.accordion[disabled] .accordion-title, .accordion[disabled] .oog-accordion__item-header, [disabled].oog-accordion .accordion-title, [disabled].oog-accordion .oog-accordion__item-header {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child, .oog-accordion__item:first-child > :first-child {
  border-radius: 1.2rem 1.2rem 0 0;
}
.accordion-item:last-child > :last-child, .oog-accordion__item:last-child > :last-child {
  border-radius: 0 0 1.2rem 1.2rem;
}

.accordion-title, .oog-accordion__item-header {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #7E64AB;
}
:last-child:not(.is-active) > .accordion-title, :last-child:not(.is-active) > .oog-accordion__item-header {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 1.2rem 1.2rem;
}
.accordion-title:hover, .oog-accordion__item-header:hover, .accordion-title:focus, .oog-accordion__item-header:focus {
  background-color: #e6e6e6;
}
.accordion-title::before, .oog-accordion__item-header::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before, .is-active > .oog-accordion__item-header::before {
  content: "–";
}

.accordion-content, .oog-accordion__item-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #404040;
}
:last-child > .accordion-content:last-child, :last-child > .oog-accordion__item-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #7E64AB transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #7E64AB transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #7E64AB;
  color: #FFFFFF;
}
.badge.primary {
  background: #7E64AB;
  color: #FFFFFF;
}
.badge.secondary {
  background: #EF6596;
  color: #000000;
}
.badge.success {
  background: #3adb76;
  color: #000000;
}
.badge.warning {
  background: #ffae00;
  color: #000000;
}
.badge.alert {
  background: #DC384A;
  color: #000000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #7E64AB;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #7E64AB;
  color: #FFFFFF;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #644c8d;
  color: #FFFFFF;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #EF6596;
  color: #000000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #e9276c;
  color: #000000;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000000;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000000;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #DC384A;
  color: #000000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #bc2132;
  color: #000000;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #7E64AB;
  color: #7E64AB;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #3e3058;
  color: #3e3058;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #7E64AB;
  color: #7E64AB;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #3e3058;
  color: #3e3058;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #EF6596;
  color: #EF6596;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #9a1041;
  color: #9a1041;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #DC384A;
  color: #DC384A;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #75151f;
  color: #75151f;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #7E64AB;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #3e3058;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #7E64AB;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #3e3058;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #EF6596;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #9a1041;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #DC384A;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #75151f;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 41.875em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 41.87375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 1.2rem;
  background-color: white;
  color: #404040;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #ece8f2;
  color: #404040;
}
.callout.secondary {
  background-color: #fde8ef;
  color: #404040;
}
.callout.success {
  background-color: #e1faea;
  color: #404040;
}
.callout.warning {
  background-color: #fff3d9;
  color: #404040;
}
.callout.alert {
  background-color: #fae1e4;
  color: #404040;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: none;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: none;
  overflow: hidden;
  color: #404040;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 41.875em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #7E64AB;
  color: #FFFFFF;
}
.menu .active > a {
  background: #7E64AB;
  color: #FFFFFF;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #7E64AB;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #404040;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #404040 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #7E64AB transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 1.2rem;
  background-color: #FCF7F0;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #404040 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #7E64AB;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #404040 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #404040;
}
@media print, screen and (min-width: 41.875em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #404040 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #404040 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #404040;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #404040 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #404040 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #404040;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: none;
  background: #FFFFFF;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #404040 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #404040;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 1.2rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #7E64AB;
  color: #FFFFFF;
}
.label.primary {
  background: #7E64AB;
  color: #FFFFFF;
}
.label.secondary {
  background: #EF6596;
  color: #000000;
}
.label.success {
  background: #3adb76;
  color: #000000;
}
.label.warning {
  background: #ffae00;
  color: #000000;
}
.label.alert {
  background: #DC384A;
  color: #000000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 41.87375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 41.87375em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 41.875em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 1.2rem;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 41.875em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 1.2rem;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #7E64AB;
  color: #FFFFFF;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 1.2rem;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #7E64AB;
}
.progress.secondary .progress-meter {
  background-color: #EF6596;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #DC384A;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #7E64AB;
  border-radius: 1.2rem;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
  border-radius: 1.2rem;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 1.2rem;
  background-color: #7E64AB;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #6a5195;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 41.875em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 41.875em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 41.875em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 41.875em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 41.875em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 41.87375em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 1.2rem;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 1.2rem;
  background: #FFFFFF;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #7E64AB;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 1.2rem;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #404040;
}

tfoot {
  background: #f2f2f2;
  color: #404040;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #FFFFFF;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #7E64AB;
}
.tabs.primary > li > a {
  color: #FFFFFF;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #775ba6;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #7E64AB;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #FFFFFF;
  color: #6b5297;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #7E64AB;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #FFFFFF;
  color: #404040;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #FFFFFF;
  border-radius: 1.2rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(126, 100, 171, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 1.2rem;
  background-color: #000000;
  font-size: 80%;
  color: #FFFFFF;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #FFFFFF;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 41.875em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 41.87375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 41.875em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 41.875em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 41.87375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 41.875em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 41.87375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.flash.error {
  color: #DC384A;
}
.flash.alert {
  color: #FFCB05;
}
.flash.notice {
  color: #1A8DC8;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.oog-input input, .oog-button {
  cursor: pointer;
  border: 1px solid transparent;
}
.oog-input input:hover, .oog-button:hover {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.oog-input input:focus, .oog-button:focus {
  box-shadow: 0px 0px 7px 1px #259ADF;
}
.oog-input input:focus-visible, .oog-button:focus-visible {
  outline: 1px dotted #259ADF;
}
.oog-input input:active, .oog-button:active {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.oog-input input:disabled, .oog-button:disabled {
  opacity: 0.38;
}

body {
  background-color: #c6eafb;
  padding-bottom: 2.5rem;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #2CABEC 0%, #E7FBFF 127.66%);
  background-image: url("/assets/oog/svg/bg-clouds-98b661b8fc0aab9a2a94dc84371c1ab580a74e75.svg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

body.pages {
  background-color: #FFFFFF;
  padding-bottom: 0;
}
body.pages::after {
  display: none;
}

html.dashboard {
  min-width: fit-content;
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 75em) {
  .desktop-only {
    display: block;
  }
}

.header-1 {
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0em;
}

.header-3, .oog-accordion__item-header__player-count, .oog-accordion__item-header__title, .oog-accordion__item-header::before {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.25rem;
  letter-spacing: 0em;
}

.body-1 {
  font-size: 1.25;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0em;
}

@keyframes slidein {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.oog-alert {
  border-radius: 10px;
  margin: auto;
  text-align: center;
  padding: 1rem;
}
.oog-alert--orange {
  background-color: #F17121;
  color: #FFFFFF;
}

dialog {
  border: none;
}

.oog-button {
  position: relative;
  padding: 0.5rem 2.5rem;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1.2em;
  border-radius: 5.7rem;
}
.oog-button:disabled, .oog-button--disabled, .oog-button--disabled-empty, .oog-button--disabled-invalid {
  cursor: initial;
  pointer-events: none;
  opacity: 0.4;
  user-select: none;
}
.oog-button-icon {
  padding-left: 3rem;
}
.oog-button svg.oog-icon {
  position: absolute;
  height: 2.4rem;
  width: 2.4rem;
  top: 3px;
  left: 4px;
}
.oog-button svg.oog-icon-right {
  margin-left: 1rem;
}
.oog-button svg.oog-icon-left {
  margin-right: 1rem;
}
.oog-button:hover {
  color: #FFFFFF;
}
.oog-button--error {
  box-shadow: 0px 0px 7px 1px #FF0000;
}
.oog-button--white {
  background-color: #FFFFFF;
  color: #404040;
}
.oog-button--white:hover {
  color: #404040;
}
.oog-button--purple {
  background-color: #7E64AB;
}
.oog-button--green {
  background-color: #009B00;
}
.oog-button--ears-green {
  background-color: #094D31;
}
.oog-button--blue {
  background-color: #1A8DC8;
}
.oog-button--outline {
  background-color: #FFFFFF;
  color: #1A8DC8;
  border: solid 2px #1A8DC8;
}
.oog-button--outline:hover {
  box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.25);
  border: solid 2px #1A8DC8 !important;
  color: #1A8DC8;
}
.oog-button--outline:active {
  box-sizing: border-box;
  border: solid 2px #1A8DC8 !important;
  color: #1A8DC8;
  box-shadow: inset 0px 0px 0px 2px rgba(199, 199, 199, 0.76);
}
.oog-button--pink {
  background-color: #EF6596;
}
.oog-button--orange {
  background-color: #F17121;
}
.oog-button--red {
  background-color: #DC384A;
}
.oog-button--transparent {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.oog-button--transparent:hover, .oog-button--transparent:focus, .oog-button--transparent:active {
  border-color: transparent;
  box-shadow: none;
}
.oog-button--transparent:focus-visible {
  outline: none;
}
.oog-button--no_txt {
  padding: 0 !important;
}
.oog-button--no_txt.oog-button--small {
  min-height: 2.4rem;
  min-width: 2.4rem;
}
.oog-button--no_txt svg.oog-icon {
  top: -1px;
  left: -1px;
}
.oog-button--xsmall {
  border-radius: 1.875rem;
  font-size: 1.125rem;
  min-height: 1.8125rem;
  line-height: 0.5rem;
}
.oog-button--small {
  border-radius: 1.875rem;
  font-size: 1.5rem;
  min-height: 2.25rem;
}
.oog-button--medium {
  font-size: 2rem;
  min-height: 4.69rem;
  padding: 0.8rem 2.5rem;
}
.oog-button--large {
  font-size: 3rem;
  min-height: 6.25rem;
  padding: 0.875rem 3.75rem;
}
.oog-button--xlarge {
  font-size: 3rem;
  line-height: 3.5rem;
  min-height: 7.5rem;
  padding: 1.5rem 3.75rem;
}
.oog-button.block {
  width: 100%;
}
.oog-button__with_caret {
  padding-right: 1.5rem;
}
.oog-button__with_caret .txt {
  margin-right: 1rem;
}
.oog-button__with_caret .oog-caret {
  width: 1rem;
}

.oog-button-group {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
}
.oog-button-group--right {
  justify-content: flex-end;
}

.oog-checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: calc(30px + 1rem);
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 41.875em) {
  .oog-checkbox-label {
    font-size: 1.25rem;
  }
}
.oog-checkbox-label input[type=checkbox] {
  display: none;
}
.oog-checkbox-label input[type=checkbox]:checked ~ .oog-checkmark::after {
  display: block;
}

/* the custom checkbox */
.oog-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.875rem;
  width: 1.875rem;
  background-color: #FFFFFF;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 4px;
}
.oog-checkmark::after {
  content: "";
  display: none;
  width: 80%;
  height: 80%;
  margin: 10%;
  background: center/contain no-repeat url("/assets/oog/svg/icon/tick-box-c3ff4b557fcfbb044c6d351486b05f81298bcd4e.svg");
}

.oog-checkbox.minus input[type=checkbox]:not(:checked) ~ .oog-checkmark::after {
  display: block;
  background-image: url("/assets/oog/svg/icon/tick-minus-c47d8e0ea5580714c61514ba81c6edbb8e27b479.svg");
}

.import_results__table {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 1.2rem;
}
.import_results__table__row {
  text-align: left;
}
.import_results__table__row__status {
  display: flex;
  align-items: center;
}
.import_results__table__row__status > p {
  margin: 0 0 0 1rem;
}
.import_results__table__row__status > div, .import_results__table__row__status__icon {
  height: 1.875rem;
  width: 1.875rem;
}
.import_results__table tr, .import_results__table tbody tr {
  background-color: transparent;
  margin: 1em;
  border-bottom: 1px solid #C5C5C5;
}
.import_results__table tbody tr:last-child {
  border-bottom: none;
}
.import_results__table tbody, .import_results__table thead {
  border: none;
  background-color: transparent;
}
.import_results__table thead {
  border-bottom: 2px solid #C5C5C5;
}

.game_card {
  border-radius: 20px;
  background-color: #1A8DC8;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  overflow: hidden;
  box-sizing: border-box;
}
.game_card__logo {
  width: 210px;
  height: 105px;
}
.game_card__play {
  transition: transform 0.2s ease-in;
}
.game_card__play:hover {
  transform: scale(1.2);
}
.game_card--tm123 {
  background-image: url("/assets/oog/games/tm123/scene-5355e1fb37f510d12ac9b7ae6d2f9ffcf56b59c1.svg");
}
.game_card--tm123 .game_card__play {
  color: #1A8DC8;
}
.game_card--rff {
  background-image: url("/assets/oog/games/rff/scene-8e3cf9c5be715e190b0dcee46ec23be2b281e7bd.svg");
}
.game_card--rff .game_card__play {
  color: #F7971D;
}
.game_card--maths {
  background-image: url("/assets/oog/games/maths/scene-8f9d76d44fc2adf0a86e1a68ff2f2e49843d3343.svg");
}
.game_card--maths .game_card__play {
  color: #7E64AB;
}
.game_card--ae {
  background-image: url("/assets/oog/games/ae/scene-9b9bc58822c537c33934049a4b2e71b9fe345329.svg");
}
.game_card--ae .game_card__play {
  color: #EF6596;
}

.no-app .game_card__app-store, .no-app .game_card__google-play {
  display: none;
}

.is-android .game_card__app-store, .is-android .game_card__computer {
  display: none;
}

.is-ios .game_card__google-play, .is-ios .game_card__computer {
  display: none;
}

.card__oog-no-players {
  background: #FFFFFF;
  border-color: #FFFFFF;
  margin: 2.5rem auto;
  padding: 2.5rem 2.8rem 3rem;
  max-width: 32.7rem;
  text-align: center;
}
.card__oog-no-players .body-1 {
  margin: 1.5rem 0;
}
.card__oog-no-players .body-1:last-child {
  margin-bottom: 0;
}
.card__oog-no-players .body-1:first-child {
  margin-top: 0;
}
.card__oog-no-players__secondary {
  padding: 1.25rem;
}
.card__oog-no-players__secondary a {
  text-decoration: underline;
}

.oog-input {
  position: relative;
  margin-bottom: 1.25rem;
}
.oog-input__with-icon input {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 2.5em;
}
.oog-input__with-errors {
  margin-bottom: 0.25rem;
}
.oog-input input {
  position: relative;
  height: auto;
  background: #FFFFFF;
  border-radius: 2rem;
  color: #000000;
  font-size: 1.5rem;
  cursor: text;
  margin-bottom: 0;
}
.oog-input input::placeholder {
  color: #404040;
  font-size: 1.5rem;
}
.oog-input .oog-input-icon {
  aspect-ratio: 1/1;
  height: 65%;
  width: 37px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25em;
  z-index: 1;
}
.oog-input .oog-input-eye {
  aspect-ratio: 1/1;
  height: 65%;
  width: 37px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25em;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.oog-input .oog-input-eye.hidden {
  display: none;
}

.oog-icon__shared_player {
  width: 1.5rem;
  height: 1.5rem;
}

.oog-topbar {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 60px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-topbar {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .oog-topbar .menu {
    border-radius: 10px 0 10px 10px;
  }
  .oog-topbar .dropdown.menu > li > .submenu.is-dropdown-submenu {
    top: 40px;
  }
}
.oog-topbar__getting-started-button {
  font-size: 0.8rem;
  font-weight: bold;
}
.oog-topbar__getting-started-button:hover, .oog-topbar__getting-started-button:focus {
  color: white;
  box-shadow: none;
}
@media print, screen and (min-width: 41.875em) {
  .oog-topbar__getting-started-button {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 41.87375em) {
  .oog-topbar__getting-started-button {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 75em) {
  .oog-topbar__logo-wrapper--fade-in {
    visibility: hidden;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    opacity: 0;
  }
}
.oog-topbar__logo {
  position: absolute;
  top: -12px;
  width: 140px;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-topbar__logo {
    width: 120px;
    top: -28px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .oog-topbar__logo {
    width: 150px;
  }
}
@media screen and (min-width: 75em) {
  .oog-topbar__logo {
    width: 160px;
  }
}
.oog-topbar__logo-home {
  position: absolute;
  top: 0;
  width: 150px;
}
.oog-topbar .usbourne-logo {
  display: none;
}
@media screen and (min-width: 75em) {
  .oog-topbar .usbourne-logo {
    display: inline;
    position: absolute;
    top: -25px;
    left: 5px;
    width: 150px;
    visibility: visible;
  }
}
.oog-topbar__list > li {
  margin: 0 4px;
}
.oog-topbar__account-menu > ul {
  width: 230px;
  padding: 10px;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-topbar__account-menu > ul {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.oog-topbar__account-menu .menu li.is-dropdown-submenu-item .oog-topbar__link {
  color: #000000;
}
.oog-topbar__account-menu .menu li.is-dropdown-submenu-item .oog-topbar__link:hover {
  background-color: #E7FBFF;
  border-radius: 10px;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-topbar__account-menu .menu li.is-dropdown-submenu-item .oog-topbar__link {
    padding: 36px 30px;
    text-align: center;
    background: white;
    margin: 20px 0;
  }
}
.dropdown.menu > li > .oog-topbar__link {
  color: #1A8DC8;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: "Literata", serif;
}
@media print, screen and (max-width: 41.87375em) {
  .dropdown.menu > li > .oog-topbar__link {
    font-size: 0.8rem;
    padding: 0.7rem 0.8rem;
  }
}
.oog-topbar .menu > li.is-active > a {
  background: transparent;
  color: #1A8DC8;
}
.submenu .oog-topbar__link {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
.oog-topbar .menu li.is-dropdown-submenu-parent > .oog-topbar__link {
  background-color: #FFFFFF;
  padding-right: 1rem;
  border-radius: 10px;
}
.oog-topbar .menu li.is-dropdown-submenu-parent > .oog-topbar__link svg {
  margin-left: 1ex;
}
.oog-topbar .menu li.is-dropdown-submenu-parent > .oog-topbar__link::after {
  content: none;
}
@media print, screen and (min-width: 64em) {
  .oog-topbar .menu li.is-dropdown-submenu-parent > .oog-topbar__link {
    border-radius: 10px 10px 0 0;
  }
}
.oog-topbar .menu .is-dropdown-submenu-parent {
  height: 40px;
}
.oog-topbar .menu .is-dropdown-submenu-parent.is-active {
  z-index: 2001;
}
.oog-topbar .menu .is-dropdown-submenu-parent.is-active .oog-caret {
  transition: transform 0.1s;
  transform: rotate(180deg);
}
.oog-topbar__overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 2000;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.oog-topbar__sticky {
  z-index: 550;
  position: sticky;
  top: 0px;
}
.oog-topbar__sticky.is-stuck {
  z-index: 1000;
}
.oog-topbar__sticky.is-stuck .usbourne-logo {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.oog-topbar__sticky.is-stuck .oog-topbar__logo-wrapper--fade-in {
  visibility: visible;
  opacity: 1;
}
.oog-topbar__sticky.has-active-menu:not(.is-stuck) {
  z-index: 1000;
}

.banner {
  background-color: #1A8DC8;
  display: flex;
  flex-wrap: nowrap;
}
.banner p {
  font-family: "Literata", serif;
  color: #FFFFFF;
  font-size: 1.1rem;
  margin: 0 8px;
}
.banner .donate-button {
  font-size: 1.1rem;
  color: #1A8DC8;
  padding: 0.6rem 1rem;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  flex: 0 0 auto;
}

@media print, screen and (max-width: 41.87375em) {
  .top-bar .top-bar-right .menu.vertical {
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1;
    padding-top: 50px;
    background-color: #FCF7F0;
  }
}

.oog-hero {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--custom-background-color);
  background-image: var(--custom-background-image-mobile);
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero {
    min-height: 550px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero {
    background-image: var(--custom-background-image);
  }
}
.oog-hero {
  position: relative;
}
.oog-hero--orange {
  background-color: #F7971D;
}
.oog-hero--purple {
  background-color: #7E64AB;
}
.oog-hero--yellow {
  background-color: #F2D534;
}
.oog-hero--yellow .oog-hero__title {
  color: #052616;
}
.oog-hero--pink {
  background-color: #E981B0;
}
.oog-hero__logo {
  display: block;
  position: relative;
  margin: 30px auto -20px;
  width: 200px;
  z-index: 600;
}
@media screen and (min-width: 75em) {
  .oog-hero__logo {
    margin: 0;
    position: absolute;
    top: -40px;
    width: 340px;
    left: calc(50% - 170px);
    max-height: 166px;
  }
}
.oog-hero__logo--desktop-only {
  display: none;
}
@media screen and (min-width: 75em) {
  .oog-hero__logo--desktop-only {
    display: block;
  }
}
.oog-hero__title {
  font-family: "Literata", serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: var(--custom-heading-color, white);
  width: 100%;
  max-width: 400px;
  z-index: 500;
  position: relative;
  margin: 30px auto 20px;
  padding: 0 20px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__title {
    font-size: 1.9rem;
    max-width: 570px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__title {
    font-size: 2.1rem;
    max-width: 740px;
    margin-top: 32px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 75em) {
  .oog-hero__title {
    font-size: 2.1rem;
    max-width: 740px;
    margin-top: 130px;
  }
}
.oog-hero__title:only-child {
  margin-top: 200px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__title:only-child {
    margin-top: 225px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__title:only-child {
    font-size: 2.75rem;
    line-height: 1.4;
    margin-top: 200px;
  }
}
.oog-hero__clouds {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 100;
  width: 100%;
  margin-bottom: -1px;
}
.oog-hero__clouds path {
  fill: white;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__clouds {
    max-height: 120px;
  }
}
.oog-hero__illustrations img {
  position: absolute;
  z-index: 0;
}
.oog-hero__illustration-tree-1 {
  bottom: 0;
  left: 0;
  height: 97%;
  z-index: 90;
}
.oog-hero__illustration-tree-3 {
  bottom: 0;
  left: 0;
  height: 50%;
  z-index: 90;
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-tree-3 {
    height: 60%;
  }
}
.oog-hero__illustration-tree-5 {
  bottom: 0;
  left: -10px;
  height: 50%;
  z-index: 90;
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-tree-5 {
    height: 70%;
  }
}
.oog-hero__illustration-cloud-1 {
  top: 160px;
  left: 30px;
  width: 100px;
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-cloud-1 {
    top: 300px;
    left: 200px;
    width: auto;
  }
}
.oog-hero__illustration-ghosts-1 {
  top: 90px;
  right: 50px;
  width: 100px;
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-ghosts-1 {
    top: 150px;
    right: 100px;
    width: 140px;
  }
}
.oog-hero__illustration-tree-2 {
  bottom: 0;
  right: 0;
  width: 90px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-tree-2 {
    width: 180px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-tree-2 {
    width: auto;
    width: 250px;
  }
}
.oog-hero__illustration-tree-4 {
  bottom: 0;
  right: 0;
  width: 130px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-tree-4 {
    width: 200px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-tree-4 {
    width: auto;
    width: 250px;
  }
}
.oog-hero__illustration-mush-1 {
  bottom: 0;
  right: 0;
  width: 130px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-mush-1 {
    width: 200px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-mush-1 {
    width: auto;
    width: 250px;
  }
}
.oog-hero__illustration-balloon-1 {
  bottom: 150px;
  right: 0;
  width: 130px;
  z-index: 600;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-hero__illustration-balloon-1 {
    width: 60px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-balloon-1 {
    width: 150px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-balloon-1 {
    width: auto;
    width: 200px;
  }
}
.oog-hero__illustration-banana {
  top: 50px;
  left: 15px;
  width: 85px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-banana {
    width: 283px;
    top: 50px;
    left: 50px;
  }
}
@media screen and (min-width: 75em) {
  .oog-hero__illustration-banana {
    width: unset;
    top: 50px;
    left: 50px;
  }
}
.oog-hero__illustration-broccoli {
  width: 85px;
  top: 60px;
  right: 0px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-broccoli {
    width: 204px;
    top: 160px;
    right: 50px;
  }
}
@media screen and (min-width: 75em) {
  .oog-hero__illustration-broccoli {
    width: unset;
    top: 160px;
    right: 80px;
  }
}
.oog-hero__illustration-orange-tree {
  width: 200px;
  bottom: -100px;
  left: -80px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-orange-tree {
    width: unset;
    bottom: -200px;
    left: -165px;
  }
}
@media screen and (min-width: 75em) {
  .oog-hero__illustration-orange-tree {
    width: unset;
    bottom: -170px;
    left: -60px;
  }
}
.oog-hero__illustration-apple {
  width: 70px;
  bottom: 30px;
  right: 0px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-apple {
    width: 95px;
    bottom: 80px;
    right: 25px;
  }
}
@media screen and (min-width: 75em) {
  .oog-hero__illustration-apple {
    width: unset;
    bottom: 80px;
    right: 25px;
  }
}
.oog-hero__illustration-about-cloud-1 {
  display: none;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-about-cloud-1 {
    display: block;
    top: 10%;
    left: 10vw;
    width: 140px;
  }
}
.oog-hero__illustration-about-cloud-2 {
  width: 80px;
  top: 40%;
  left: 0;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-about-cloud-2 {
    width: 136px;
  }
}
.oog-hero__illustration-about-green-monster {
  height: 45%;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-about-green-monster {
    height: 50%;
  }
}
.oog-hero__illustration-about-queenie-b {
  top: 5%;
  left: 10vw;
  height: 40%;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-about-queenie-b {
    left: 25vw;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-about-queenie-b {
    left: 20vw;
    height: 60%;
  }
}
.oog-hero__illustration-about-cloud-3 {
  width: 130px;
  top: 10%;
  right: 10vw;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-about-cloud-3 {
    top: 20%;
    width: 260px;
  }
}
.oog-hero__illustration-about-cloud-4 {
  right: 0;
  top: 30%;
  width: 80px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-about-cloud-4 {
    top: 40%;
    width: 180px;
  }
}
.oog-hero__illustration-about-bub {
  bottom: 0;
  right: 0;
  height: 70%;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-about-bub {
    max-height: 560px;
    height: 88%;
  }
}
.oog-hero__illustration-about-orange-monster {
  bottom: 0;
  right: 15vw;
  height: 35%;
  z-index: 2;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__illustration-about-orange-monster {
    right: 13vw;
    height: 45%;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__illustration-about-orange-monster {
    right: 10vw;
    height: 54%;
  }
}
.oog-hero__preview {
  width: 100%;
  margin-top: -66px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__preview {
    margin-top: -100px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__preview {
    margin-top: -130px;
  }
}
.oog-hero__preview img {
  display: block;
  width: 400px;
  margin: 0 auto;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__preview img {
    width: 630px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__preview img {
    width: 900px;
  }
}
.oog-hero__button-wrapper {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 40px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__button-wrapper {
    bottom: 86px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__button-wrapper {
    bottom: 130px;
  }
}
.oog-hero__button-wrapper a {
  padding: 8px 22px;
  border-radius: 36px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  color: white;
  z-index: 200;
}
@media print, screen and (min-width: 41.875em) {
  .oog-hero__button-wrapper a {
    padding: 10px 36px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-hero__button-wrapper a {
    padding: 12px 42px;
  }
}

.oog-hero__button {
  background-color: var(--custom-button-color);
}

.is-ios .oog-hero__download-android,
.is-ios .oog-hero__play-now {
  display: none;
}

.is-android .oog-hero__download-ios,
.is-android .oog-hero__play-now {
  display: none;
}

.no-app .oog-hero__download-android,
.no-app .oog-hero__download-ios {
  display: none;
}

.oog-players-dataset {
  margin: auto;
  min-width: 800px;
}
.oog-players-dataset .card__players-list {
  border-color: rgba(255, 255, 255, 0.8);
  overflow: visible;
}
.oog-players-dataset .card__players-list .small-cell {
  width: 3.5rem;
  justify-content: center;
}
.oog-players-dataset__row {
  border-bottom: 1px solid #C5C5C5;
  padding: 0 0.2rem;
  align-items: center;
}
@media print, screen and (min-width: 41.875em) {
  .oog-players-dataset__row {
    padding: 0 1.65rem;
  }
}
.oog-players-dataset__row .cell {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 2.25rem;
}
@media print, screen and (min-width: 41.875em) {
  .oog-players-dataset__row .cell {
    font-size: 1.5rem;
  }
}
.oog-players-dataset__row:last-child {
  border-bottom: none;
}
.oog-players-dataset__row__buttons {
  border-bottom-color: transparent;
  margin-top: 1.25rem;
}
.oog-players-dataset__row .oog-password-wrapper {
  padding-left: 3rem;
  display: flex;
  align-items: center;
}
.oog-players-dataset__row .oog-password-wrapper .oog-icon__password {
  height: 2.3rem;
  width: 2.3rem;
}
.oog-players-dataset__row .oog-password-wrapper .oog-players-dataset__data__password {
  display: inline-block;
  padding-left: 1rem;
}
.oog-players-dataset__row .oog-icon__action {
  height: 1.8rem;
  width: 1.8rem;
}
@media print, screen and (min-width: 41.875em) {
  .oog-players-dataset__row .oog-icon__action {
    height: 2.3rem;
    width: 2.3rem;
  }
}
.oog-players-dataset__row .oog-icon__shared_player {
  height: 2.3rem;
  width: 2.3rem;
}
.oog-players-dataset__data__name {
  min-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem;
}
.oog-players-dataset__data__name.disabled {
  color: rgba(64, 64, 64, 0.6);
}
.oog-players-dataset__pdf-generation-modal {
  font-family: "Work Sans", sans-serif;
  border-radius: 20px;
  overflow: hidden;
}
.oog-players-dataset__pdf-generation-modal svg {
  width: 59.25px;
  height: 63.59px;
}
.oog-players-dataset__rename-group-modal {
  padding: 2.5rem;
  text-align: left;
}
.oog-players-dataset__rename-group-modal button {
  margin-top: 1rem;
  width: 100%;
}
.oog-players-dataset__rename-group-modal .oog-input {
  margin-bottom: 0;
}
.oog-players-dataset__form, .oog-players-dataset__form-password {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.oog-players-dataset__form__error, .oog-players-dataset__form-password__error {
  color: #DC384A;
  font-size: 1rem;
}
.oog-players-dataset__form__name, .oog-players-dataset__form-password__name {
  width: 100%;
}
.oog-players-dataset__form input, .oog-players-dataset__form-password input {
  border: none;
  display: inline;
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: 1.5rem;
  margin: 0.7rem 0;
  border-radius: 0;
}
.oog-players-dataset__form input:focus, .oog-players-dataset__form-password input:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.oog-players-dataset__form-password {
  padding-left: 1rem;
  width: 100%;
}
.oog-players-dataset__form-password input {
  font-size: 80%;
}
.oog-players-dataset--hidden {
  display: none;
}
.oog-players-dataset__data > .small-cell > a, .oog-players-dataset__data > .small-cell > ul > li > span {
  display: flex;
}

.oog-players-checklist__select-all, .oog-players-checklist__heading h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  line-height: 1.875rem;
  margin: 0;
}
.oog-players-checklist__select-all {
  display: inline-block;
  margin-bottom: 1rem;
}
.oog-players-checklist__list {
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  padding: 1rem 2rem;
  margin-top: 1rem;
}
.oog-players-checklist__heading {
  margin-bottom: 1.5rem;
}
.oog-players-checklist__item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #C5C5C5;
}
.oog-players-checklist__item .oog-checkbox-label {
  line-height: 1.875rem;
}
.oog-players-checklist__item:last-child {
  border-bottom: none;
}

.game_levels {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  overflow: visible;
  padding: 2rem;
  margin-top: 2rem;
}
.game_levels__list {
  display: grid;
  gap: 2rem;
  grid-auto-rows: 22rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
}
.game_levels__card {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 4px solid transparent;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem;
  cursor: pointer;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.game_levels__card:hover {
  text-decoration: none;
}
.game_levels__card--active {
  border-color: #7E64AB;
}
.game_levels__logo {
  height: 7.5rem;
}
.game_levels__logo--with-title {
  height: auto;
}
.game_levels__tagline {
  text-align: center;
}
.game_levels__title {
  text-align: center;
  height: 4rem;
  padding: 1rem 0;
}
.game_levels__separator {
  padding: 0.5px 50%;
  background-color: #C5C5C5;
}
.game_levels__buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}
.game_levels__buttons > * {
  margin-left: 1.25rem;
}
.game_levels a {
  display: flex;
  align-items: center;
}

.oog-section-title {
  font-family: "Literata", serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: white;
  line-height: 2.6rem;
}
.oog-section-title--center {
  text-align: center;
}
.oog-section-title--blue {
  color: #259ADF;
}
@media print, screen and (min-width: 41.875em) {
  .oog-section-title {
    font-size: 2rem;
  }
}
.oog-section-title.oog-page-title {
  width: calc(100% - 48px);
  max-width: 1052px;
  margin: 4rem auto 0;
  line-height: 1.25;
}
@media print, screen and (min-width: 41.875em) {
  .oog-section-title.oog-page-title {
    font-size: 2.5rem;
  }
}

.oog-dashboard-nav {
  margin: 3rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
}
.oog-dashboard-nav__item {
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
}
.oog-dashboard-nav__item:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.oog-dashboard-nav__item:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.oog-dashboard-nav__item-link {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0em;
  text-align: center;
  padding: 0.5rem 1.5rem;
  color: #1A8DC8;
}
.oog-dashboard-nav__item-link:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 41.875em) {
  .oog-dashboard-nav__item-link {
    padding: 0.5rem 2.2rem;
    font-size: 1.5rem;
  }
}
.oog-dashboard-nav__item.active .oog-dashboard-nav__item-link {
  background-color: #FFFFFF;
  border-radius: 2rem;
  color: #404040;
}
.oog-dashboard-nav__item:nth-child(2) .oog-dashboard-nav__item-link::before, .oog-dashboard-nav__item:nth-child(2) .oog-dashboard-nav__item-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.9rem;
  bottom: 0.9rem;
  border-right: 1px solid transparent;
  width: 0;
}
.oog-dashboard-nav__item:nth-child(2) .oog-dashboard-nav__item-link::before {
  left: 0;
}
.oog-dashboard-nav__item:nth-child(2) .oog-dashboard-nav__item-link::after {
  right: 0;
}
.oog-dashboard-nav__item:nth-child(2) .oog-dashboard-nav__item-link::before {
  border-color: #1A8DC8;
}
.oog-dashboard-nav__item:nth-child(2).active .oog-dashboard-nav__item-link::before {
  border-color: transparent;
}
.oog-dashboard-nav__item:nth-child(1).active + .oog-dashboard-nav__item .oog-dashboard-nav__item-link::before {
  border-color: transparent;
}
.oog-dashboard-nav__item:nth-child(1).active + .oog-dashboard-nav__item .oog-dashboard-nav__item-link::after {
  border-color: #1A8DC8;
}

.oog-download-links {
  display: grid;
  padding: 40px 0 20px;
  list-style: none;
  margin: 0 auto;
  grid-template-columns: 1fr;
  text-align: center;
  max-width: fit-content;
}
.oog-download-links img {
  min-width: 246px;
  width: 328px;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-download-links img {
    min-width: 200px;
    width: 250px;
  }
}
.oog-download-links li {
  margin: 0 10px 20px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-download-links {
    padding: 80px 0 60px;
    grid-template-columns: repeat(2, min-content);
  }
}
@media print, screen and (min-width: 64em) {
  .oog-download-links {
    grid-template-columns: repeat(4, min-content);
  }
}

.oog-download-links__computer {
  pointer-events: none;
  opacity: 0.7;
}

.no-app .oog-download-links__computer {
  pointer-events: initial;
  opacity: 1;
}

.oog-games-grid {
  margin: 0 0 40px;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-games-grid {
    display: flex;
    overflow: auto;
  }
}
.oog-games-grid__wrapper {
  list-style: none;
  display: flex;
  padding: 60px 20px 0;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-games-grid__wrapper {
    align-items: baseline;
    margin: 0;
    padding: 40px 20px 0;
    max-width: none;
  }
}
.oog-games-grid__item {
  width: 100%;
  margin: 10px 20px;
  max-width: 518px;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-games-grid__item {
    margin: 10px 0;
  }
}
.oog-games-grid__card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 256px;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-games-grid__card {
    height: 200px;
  }
}
.oog-games-grid__card--yellow {
  background-color: #FFCB05;
}
.oog-games-grid__card--pink {
  background-color: #E981B0;
}
.oog-games-grid__card--orange {
  background-color: #F7971D;
}
.oog-games-grid__card--mint {
  background-color: #62C79C;
}
.oog-games-grid__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-basis: 50%;
  flex-direction: column;
  height: 100%;
}
.oog-games-grid__logo {
  width: 120px;
  height: 100px;
  margin-top: -24px;
  z-index: 10;
}
@media print, screen and (min-width: 41.875em) {
  .oog-games-grid__logo {
    width: 220px;
    height: 160px;
  }
}
.oog-games-grid__text {
  color: #1A8DC8;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 16px 50px;
}
.oog-games-grid .oog-button {
  padding: 0.5rem 0.8rem;
  font-size: 1.1rem;
  margin-left: 10px;
  text-wrap: nowrap;
}
@media print, screen and (min-width: 41.875em) {
  .oog-games-grid .oog-button {
    padding: 0.5rem 1.2rem;
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.oog-games-grid__monster {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.oog-games-menu {
  width: 620px;
  padding: 12px 12px 0;
  z-index: 200;
  position: absolute;
  left: -999em;
}

.oog-games-menu-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  margin: 0 0 12px 0;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.oog-games-menu-item--tm123 {
  background-color: #F2D534;
  background-image: url("/assets/oog/games/tm123/monster4-15d8a76927f8655faa885974644f704098ac4b50.svg");
}
.oog-games-menu-item--tm123 svg {
  color: #F2D534;
}
.oog-games-menu-item--maths {
  background-color: #62C79C;
  background-image: url("/assets/oog/games/maths/monster4-2c2b9f1d3e0eaa178918d335e801c290f84b77c2.svg");
}
.oog-games-menu-item--maths svg {
  color: #62C79C;
}
.oog-games-menu-item--ae {
  background-color: #E981B0;
  background-image: url("/assets/oog/games/ae/monster4-a3a421242a624abf236bb2fade98b344ec62798f.svg");
}
.oog-games-menu-item--ae svg {
  color: #E981B0;
}
.oog-games-menu-item--rff {
  background-color: #F7971D;
  background-image: url("/assets/oog/games/rff/monster4-ec88dc43bb7989a017c91c52161e86eb93767eaf.svg");
}
.oog-games-menu-item--rff svg {
  color: #F7971D;
}
.oog-games-menu-item__link {
  display: flex !important;
  flex-direction: row-reverse;
  height: 100%;
  padding: 0 !important;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.oog-games-menu-item__logo {
  display: flex;
  justify-content: center;
  flex: 1;
  margin-left: -20%;
}
.oog-games-menu-item__logo img {
  height: 100%;
  max-width: 150px;
}
.oog-games-menu-item__availability {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin: 1rem;
  font-size: 0.85rem;
  color: #094D31;
  gap: 4px;
}
.oog-games-menu-item__availability svg {
  width: 85px;
  height: 51px;
}
.oog-games-menu-item__actions {
  display: none;
}

.no-app .oog-games-menu-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 120px;
  margin: 0 0 12px 0;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.no-app .oog-games-menu-item__learn-more {
  margin-top: 0.75rem;
  padding: 0 !important;
  height: auto;
  justify-content: center;
}
.no-app .oog-games-menu-item__actions {
  grid-column: 3/4;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.no-app .oog-games-menu-item__actions .oog-button {
  width: 100%;
  max-width: 120px;
}
.no-app .oog-games-menu-item__link {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.no-app .oog-games-menu-item__link img {
  height: 80px;
}
.no-app .oog-games-menu-item__availability {
  display: none;
}
.no-app .oog-games-menu-item--tm123 {
  background-color: #F2D534;
  background-position: left;
  background-image: url("/assets/oog/games/tm123/monster2-5b401209ec6be731d1d9333c83466d5b15d67196.svg");
}
.no-app .oog-games-menu-item--maths {
  background-color: #62C79C;
  background-position: left;
  background-image: url("/assets/oog/games/maths/monster2-dcb25e5be91ea857ab5ce4d367083cce08d062e5.svg");
}
.no-app .oog-games-menu-item--ae {
  background-color: #E981B0;
  background-position: right;
  background-image: url("/assets/oog/games/ae/monster2-f1b3cf6f92671b66bf21a3e3e16bf4eabf9cb2b2.svg");
}
.no-app .oog-games-menu-item--ae .oog-games-menu-item__actions {
  grid-column: 1/2;
}
.no-app .oog-games-menu-item--rff {
  background-position: right;
  background-color: #F7971D;
  background-image: url("/assets/oog/games/rff/monster2-54b2f4f01c5399bfe019d776f21b2a86483f95d9.svg");
}
.no-app .oog-games-menu-item--rff .oog-games-menu-item__actions {
  grid-column: 1/2;
}

.oog-phone-carousel {
  padding: 70px 0 0;
}
@media print, screen and (min-width: 41.875em) {
  .oog-phone-carousel {
    padding: 90px 0 0;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-phone-carousel {
    padding: 120px 0 20px;
  }
}
.oog-phone-carousel__slide {
  text-align: center;
  margin: 0 0 20px;
}
.oog-phone-carousel__slide img {
  width: 100%;
  max-width: 730px;
  aspect-ratio: 51/25;
}
.oog-phone-carousel__slide p {
  display: block;
  margin: 22px auto 0;
  max-width: 800px;
  font-size: 0.8rem;
  color: inherit;
}
@media print, screen and (min-width: 41.875em) {
  .oog-phone-carousel__slide p {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-phone-carousel__slide p {
    font-size: 1.2rem;
  }
}
.oog-phone-carousel .splide__arrow {
  opacity: 0.9;
  background-color: white;
  top: 30%;
}

.oog-text-carousel {
  padding: 70px 0;
}
@media print, screen and (min-width: 41.875em) {
  .oog-text-carousel {
    padding: 90px 0;
  }
}
.oog-text-carousel .container {
  max-width: 800px;
  margin: 0 auto;
}
.oog-text-carousel__slide {
  text-align: center;
  margin: 0 0 20px;
}
.oog-text-carousel__slide h1, .oog-text-carousel__slide h2, .oog-text-carousel__slide h3, .oog-text-carousel__slide h4 {
  font-family: "Literata", serif;
  font-weight: bold;
}
.oog-text-carousel__slide p {
  display: block;
  margin: 22px auto 0;
  font-size: 0.8rem;
  color: inherit;
}
@media print, screen and (min-width: 41.875em) {
  .oog-text-carousel__slide p {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-text-carousel__slide p {
    font-size: 1.2rem;
  }
}
.oog-text-carousel .splide__arrow {
  opacity: 0.9;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-signup {
  padding: 0 0 4rem 0;
  background-color: #F2D534;
  position: relative;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 568px) {
  .newsletter-signup {
    padding: 0 0 2rem 0;
  }
}
.newsletter-signup .centered {
  justify-content: center;
}
.newsletter-signup > svg {
  background-color: #F2D534;
  margin-bottom: 1rem;
}
.newsletter-signup > svg path {
  fill: #FFFFFF;
}
.newsletter-signup h2 {
  color: inherit;
}
@media screen and (max-width: 568px) {
  .newsletter-signup h2 {
    max-width: 75vw;
    margin: 0 auto;
  }
}
.newsletter-signup .form-container {
  max-width: 896px;
  width: calc(100% - 48px);
  margin: 0 auto;
}
.newsletter-signup p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 24px auto;
  font-weight: 400;
}
.newsletter-signup p a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 568px) {
  .newsletter-signup p {
    font-size: 1rem;
  }
}
.newsletter-signup form {
  margin: 0 auto;
  max-width: 700px;
}
.newsletter-signup form .flex {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  width: 100%;
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (max-width: 568px) {
  .newsletter-signup form .flex {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter-signup form .flex > div:first-child {
  flex-grow: 1;
}
.newsletter-signup form label {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #404040;
}
@media screen and (max-width: 400px) {
  .newsletter-signup form label {
    font-size: 1.125rem;
  }
}
.newsletter-signup form button,
.newsletter-signup form .oog-input {
  margin-bottom: 0;
}
.newsletter-signup form .oog-input input {
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  height: 50px;
  font-size: 1.5rem;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2509803922);
}
.newsletter-signup form .oog-input input::placeholder {
  color: #7e7e7e;
}
.newsletter-signup form button,
.newsletter-signup form input {
  height: 50px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2509803922);
}

.oog-footer {
  display: flex;
  background-color: #E7FBFF;
  justify-content: space-around;
  padding: 60px 20px;
}
.oog-footer__links {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 41.875em) {
  .oog-footer__links {
    padding: 20px;
    gap: 4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-footer__links {
    gap: 6rem;
  }
}
.oog-footer__links ul {
  margin: 0 40px 40px 0;
  list-style: none;
  min-width: 80px;
}
.oog-footer__links a {
  color: #1A8DC8;
  font-weight: 500;
  line-height: 30px;
}
.oog-footer__logo {
  min-width: 112px;
  margin-right: 16px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-footer__logo {
    padding: 0 20px;
  }
}

.oog-progress-bar__steps {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.oog-progress-bar__steps__step {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  z-index: 1;
}
.oog-progress-bar__steps__step--complete {
  background: url("/assets/oog/svg/icon/progress-bar-tick-c3fe6b070095d3addee62e3c749fa7ba95a4e123.svg") no-repeat center #1A8DC8;
}
.oog-progress-bar__steps__step--active {
  background-color: #FFFFFF;
}
.oog-progress-bar__steps__step--active::before {
  content: "";
  display: inline-block;
  background-color: #1A8DC8;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 1rem;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}
.oog-progress-bar__steps__step--future {
  background-color: #D0EDF9;
}
.oog-progress-bar__steps__bar {
  margin: -1px;
  background-color: hsl(198, 77%, 90%);
  height: 0.4rem;
  width: 10rem;
}
.oog-progress-bar__steps__bar--complete {
  background-color: #1A8DC8;
}
.oog-progress-bar__steps__name {
  padding-top: 1rem;
  transform: translateX(calc(1rem - 50%));
  font-size: 18px;
  width: max-content;
}

.oog-accordion {
  background: transparent;
}
.oog-accordion__item {
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.8);
}
.oog-accordion__item:first-child > :first-child, .oog-accordion__item:last-child > .oog-accordion__item-title, .oog-accordion__item:last-child:not(.is-active) > .oog-accordion__item-title {
  border-radius: 0.625rem;
}
.oog-accordion__item:last-child:not(.is-active) > .oog-accordion__item-header {
  border-bottom: none;
}
.oog-accordion__item-header {
  border: none;
  border-radius: 0;
  color: #404040;
  padding: 1.25rem;
}
.oog-accordion__item-header:hover, .oog-accordion__item-header:focus {
  text-decoration: none;
  background: none;
}
.oog-accordion__item-header::before {
  right: 1.25rem;
  line-height: 1rem;
}
.oog-accordion__item-header__title {
  display: inline-block;
  min-width: 12rem;
  padding-right: 1rem;
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
  line-height: 1.75rem;
}
.oog-accordion__item-header__player-count {
  display: inline-block;
  text-align: left;
  padding-left: 3rem;
  border-left: 1px solid #C5C5C5;
}
.oog-accordion__item-content {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 1rem 1.25rem;
}
.oog-accordion :last-child > .oog-accordion__item-content:last-child {
  border-bottom: none;
}

.oog-video-modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
}
.oog-video-modal--open {
  display: flex;
}
.oog-video-modal iframe {
  width: 420px;
  height: 246px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-video-modal iframe {
    width: 640px;
    height: 360px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-video-modal iframe {
    width: 700px;
    height: 402px;
  }
}

.oog-confirmation-modal {
  font-family: "Work Sans", sans-serif;
}
.oog-confirmation-modal .modal-title {
  font-weight: 600;
  font-size: 2rem;
}
.oog-confirmation-modal .modal-button-group {
  display: flex;
  justify-content: space-evenly;
}

.monster-separator {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  background-color: var(--middle-color);
}
.monster-separator svg {
  margin-bottom: -1px;
  margin-top: -1px;
  display: block;
}
.monster-separator svg path {
  fill: var(--middle-color);
}
.monster-separator svg.top-svg {
  background-color: var(--middle-color);
  margin: 0;
}
.monster-separator svg.top-svg path {
  fill: var(--top-color);
}
.monster-separator svg.bottom-svg {
  margin-bottom: -1px;
  margin-top: -9vw;
}
.monster-separator svg.bottom-svg path {
  fill: var(--bottom-color);
}
.monster-separator .monsters {
  margin: 0 auto;
}
.monster-separator .monsters img {
  margin-top: -6vw;
}

.page-separator {
  width: 100%;
  background-color: var(--top-color);
  display: block;
}
.page-separator svg {
  margin-bottom: -1px;
  margin-top: -1px;
  display: block;
}
.page-separator svg path {
  fill: var(--bottom-color);
}

.select_stage {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  overflow: visible;
  padding: 2rem;
  margin-top: 4rem;
}

.stage_card__more {
  margin-top: 4em;
  padding: 40px;
}
.stage_card__more strong {
  font-weight: 600;
}
.stage_card__more h1 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 16px;
}
.stage_card__more img {
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}
.stage_card__more p,
.stage_card__more li {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
}
.stage_card__more .game_levels__buttons {
  margin-top: 6px;
}

.stage_card__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 46px;
  user-select: none;
}
.stage_card__list .stage_card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 11px;
  width: 256px;
  height: 347px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.stage_card__list .stage_card--coming-soon {
  width: 322px;
  max-width: 322px;
}
.stage_card__list .stage_card h4 {
  background-color: #FFFFFF;
  border-radius: 11px 11px 0 0;
  font-size: 21px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.stage_card__list .stage_card > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 24px;
  height: calc(100% - 50px);
}
.stage_card__list .stage_card > div > p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  color: #404040;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
.stage_card__list .stage_card a {
  width: 100%;
}
.stage_card__list .stage_card.resource_active {
  width: 291px;
  height: 395px;
  box-shadow: 0px 0px 7px 1px #259adf;
}
.stage_card__list .stage_card.resource_active h4 {
  font-size: 24px;
}
.stage_card__list .stage_card.resource_active > div {
  padding: 28px;
}
.stage_card__list .stage_card.resource_active > div > img {
  transform: scale(1.2);
}
.stage_card__list .stage_card.resource_active > div > p {
  font-size: 20px;
}
.stage_card__list .product_card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 11px;
  width: 263px;
  height: 243px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.stage_card__list .product_card img {
  width: 221px;
  height: 128px;
}
.stage_card__list .product_card.resource_active {
  width: 307px;
  height: 284px;
  box-shadow: 0px 0px 7px 1px #259adf;
}
.stage_card__list .product_card.resource_active img {
  width: 251px;
  height: 136px;
}

.text-and-image-block {
  padding: 0;
  margin-top: -1px;
}
.text-and-image-block .container {
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  width: calc(100% - 3rem);
  max-width: 1120px;
  align-items: center;
  flex-direction: column;
  padding: 3rem 0;
}
@media print, screen and (min-width: 41.875em) {
  .text-and-image-block .container {
    gap: 2rem;
    flex-direction: row;
  }
  .text-and-image-block .container--align-top {
    padding: 0;
    align-items: flex-start;
  }
  .text-and-image-block .container--align-center {
    align-items: center;
  }
}
.text-and-image-block .container--align-bottom {
  padding: 0;
}
@media print, screen and (min-width: 41.875em) {
  .text-and-image-block .container--align-bottom {
    align-items: flex-end;
  }
}
.text-and-image-block .container--align-bottom .text {
  padding: 3rem 0;
}
.text-and-image-block .container.hide-image-on-mobile .image {
  display: none;
}
@media print, screen and (min-width: 41.875em) {
  .text-and-image-block .container.hide-image-on-mobile .image {
    display: block;
  }
}
.text-and-image-block .container .text {
  flex-grow: 1;
}
.text-and-image-block .container .text h2 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 41.875em) {
  .text-and-image-block .container .text h2 {
    font-size: 2rem;
    text-align: left;
  }
}
.text-and-image-block .container .text h2, .text-and-image-block .container .text h3, .text-and-image-block .container .text h4 {
  font-family: "Literata", serif;
  font-weight: bold;
}
.text-and-image-block .container .text p {
  font-size: 1.3rem;
}
.text-and-image-block .container .text p + h2,
.text-and-image-block .container .text p + h3,
.text-and-image-block .container .text p + h4 {
  margin-top: 2rem;
}
@media print, screen and (min-width: 41.875em) {
  .text-and-image-block .container .text {
    flex-basis: 50%;
  }
  .text-and-image-block .container .text:has(ul) {
    flex-basis: auto;
  }
  .text-and-image-block .container .text:has(ul) ~ .image {
    flex-basis: auto;
  }
  .text-and-image-block .container .text:has(ul) ~ .image img {
    max-width: 100%;
  }
}
.text-and-image-block .container ul li {
  font-size: 1.5rem;
  margin: 0 0 24px;
}
.text-and-image-block .container .image {
  text-align: center;
}
.text-and-image-block .container .image img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
@media print, screen and (min-width: 41.875em) {
  .text-and-image-block .container .image {
    flex-basis: 50%;
  }
  .text-and-image-block .container .image img {
    max-width: 80%;
  }
}
@media print, screen and (max-width: 41.87375em) {
  .text-and-image-block .container--text-to-image .text {
    padding-bottom: 0;
  }
}
.text-and-image-block .container--image-to-text {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 41.875em) {
  .text-and-image-block .container--image-to-text {
    flex-direction: row-reverse;
  }
}
@media print, screen and (max-width: 41.87375em) {
  .text-and-image-block .container--image-to-text.hide-image-on-mobile {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 41.875em) {
  .text-and-image-block .container-desktop--text-to-image {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 41.875em) {
  .text-and-image-block .container-desktop--image-to-text {
    flex-direction: row-reverse;
  }
}

.heading-block {
  padding: 60px 20px;
  padding-top: var(--custom-padding-top, 1rem);
  padding-bottom: var(--custom-padding-bottom, 1rem);
  background-color: var(--custom-background-color);
}
.heading-block .oog-section-title {
  margin-bottom: 0;
  color: var(--custom-title-color);
}
.heading-block + .image-block {
  padding-top: 0;
}

.oog-slice {
  max-width: none;
  margin: 0 auto;
  padding: 0 26px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-slice {
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.oog-slice > * {
  margin-top: 50px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-slice > * {
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-slice {
    max-width: 800px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .oog-slice__item {
    flex: 1;
  }
}
.oog-slice__title {
  text-align: center;
  max-width: none;
  margin: 40px auto 60px;
  padding: 0 26px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-slice__title {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-slice__title {
    max-width: 700px;
  }
}

.oog-at-home-and-school > .content-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem 4rem 2rem;
}
@media print, screen and (min-width: 41.875em) {
  .oog-at-home-and-school > .content-container {
    display: flex;
    flex-direction: row;
    padding-bottom: 3rem;
  }
}
.oog-at-home-and-school > .content-container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-weight: 400;
  text-align: center;
}
@media print, screen and (min-width: 41.875em) {
  .oog-at-home-and-school > .content-container .content {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-at-home-and-school > .content-container .content {
    max-width: 800px;
    font-size: 1.3rem;
  }
}
.oog-at-home-and-school > .content-container .image-container {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 41.875em) {
  .oog-at-home-and-school > .content-container .image-container {
    display: unset;
  }
}
.oog-at-home-and-school > .content-container .image-container img {
  width: 100%;
  max-width: 350px;
  max-height: 350px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-at-home-and-school > .content-container .image-container img {
    width: auto;
  }
}
.oog-at-home-and-school .clouds-and-monsters {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.oog-at-home-and-school .clouds-and-monsters .cloud-container {
  width: calc(100% + 30px);
}
.oog-at-home-and-school .clouds-and-monsters .cloud {
  height: 100%;
  width: 100%;
  margin: 0 -15px;
}
.oog-at-home-and-school .clouds-and-monsters .middle-clouds {
  position: absolute;
  bottom: 0;
}
.oog-at-home-and-school .clouds-and-monsters .bottom-clouds {
  position: absolute;
  bottom: -5%;
}
.oog-at-home-and-school .clouds-and-monsters .wavy-text {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
.oog-at-home-and-school .clouds-and-monsters .monsters {
  position: absolute;
  bottom: -5%;
}

.image-block {
  padding: 3rem 0;
  text-align: center;
}
.image-block img {
  margin: 0 auto;
  max-width: var(--max-width, 90%);
}
.image-block img.image-block-image--desktop {
  display: none;
}
@media print, screen and (min-width: 41.875em) {
  .image-block img.image-block-image--desktop {
    display: block;
  }
}
.image-block img.image-block-image--mobile {
  display: block;
}
@media print, screen and (min-width: 41.875em) {
  .image-block img.image-block-image--mobile {
    display: none;
  }
}
.image-block img.image-block-image--only_desktop {
  display: block;
}
.image-block.full-width {
  padding: 0;
}
.image-block.full-width img {
  width: 100%;
  max-width: 100%;
}

.oog-section-text {
  display: flex;
  background-color: var(--custom-background-color);
  color: var(--custom-text-color);
}
.oog-section-text .oog-section-text__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--custom-margin-top);
  margin-bottom: var(--custom-margin-bottom);
  max-width: var(--custom-max-width);
  text-align: var(--custom-text-alignment);
}
.oog-section-text .oog-section-text__content h3 {
  margin-bottom: 1rem;
}

.oog-section-button {
  display: flex;
  background-color: var(--custom-background-color);
}
.oog-section-button .oog-button-wrapper {
  margin-left: var(--custom-wrapper-margin-left);
  margin-right: var(--custom-wrapper-margin-right);
}
.oog-section-button .oog-button {
  background-color: var(--custom-button-color);
  color: var(--custom-text-color);
  margin-left: var(--custom-button-margin-left);
  margin-right: var(--custom-button-margin-right);
}

.impersonation {
  background-color: #F7971D;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0;
  padding: 0.5rem;
}

.game_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  padding-bottom: 30px;
}
.game_list .game_card {
  max-width: 518px;
  min-width: 380px;
  width: 100%;
  height: 256px;
}

.global-actions {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.global-actions:last-child {
  margin-right: 0;
}

.global-actions-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 800px;
}
.global-actions-container__content {
  display: flex;
  flex-wrap: wrap;
}
.global-actions-container__content:last-child {
  justify-content: right;
}
.global-actions-container .top-banner {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.2rem;
  height: 3rem;
  width: fit-content;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
}
.global-actions-container .top-banner .oog-icon {
  height: 40px;
  width: 40px;
  margin-right: 0.5rem;
}
.global-actions-container .top-banner #oog-copy-icon {
  height: 24px;
  cursor: pointer;
  margin-left: 0.5rem;
}
.global-actions-container .top-banner a {
  text-decoration: underline;
}

.oog-players-dataset {
  position: relative;
}

.group-actions-dropdown {
  position: absolute;
  top: 1rem;
  right: 4rem;
}

.card__add-player-primary,
.card__add-player-secondary {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  max-width: 28.8rem;
  margin: auto;
}

.card__add-player-primary {
  padding: 2.5rem 2.8rem 3rem;
}

.card__add-player-secondary {
  padding: 1.25rem;
  text-align: center;
  margin: 2rem auto;
}
.card__add-player-secondary a {
  text-decoration: underline;
}

#new_oog_player .card__add-player-primary,
#new_oog_player .oog-input input {
  text-align: center;
}

.card__oog-no-stats {
  background: #FFFFFF;
  border-color: #FFFFFF;
  margin: 6rem auto;
  padding: 2.5rem 2.8rem 3rem;
  max-width: 32.7rem;
  text-align: center;
}
.card__oog-no-stats .body-1 {
  margin: 1.5rem 0;
}
.card__oog-no-stats .body-1:last-child {
  margin-bottom: 0;
}
.card__oog-no-stats .body-1:first-child {
  margin-top: 0;
}

.oog-stats {
  /** HEADLINES **/
  /** CHART **/
  /** TABLE **/
}
.oog-stats__filters {
  display: flex;
  margin-bottom: 1.5rem;
}
.oog-stats__filters .menu {
  margin-right: 1rem;
}
.oog-stats__game-name {
  padding-left: 0.5rem;
  display: inline-flex;
  align-items: center;
}
.oog-stats__game-name .txt {
  display: flex;
  align-items: center;
}
.oog-stats__game-name img {
  margin-right: 1ex;
}
.oog-stats__headlines {
  display: flex;
  gap: 1rem;
}
.oog-stats__headline {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.2rem;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  margin-bottom: 1rem;
  flex: 1;
  padding: 1rem 1rem;
}
.oog-stats__headline h2 {
  font: inherit;
  font-size: inherit;
  font-weight: normal;
}
.oog-stats__goblin {
  background-image: url("/assets/oog/games/tm123/goblin-463f073bf62c6632c1a9f87e3cb95a76190ad88b.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.oog-stats__monster {
  background-image: url("/assets/oog/games/tm123/monster5-f795ca06f5939cf05cce7b1d032c09cfb4c25ccd.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.oog-stats__grapheme {
  font-weight: 600;
  font-size: 5.75rem;
  line-height: 1;
}
.oog-stats__score {
  font-weight: 600;
  font-size: 2.25rem;
}
.oog-stats__score i {
  opacity: 0.75;
  font-size: 1.25rem;
  font-style: normal;
}
.oog-stats__chart {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.2rem;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
  padding: 1rem 2rem 3rem 1rem;
}
.oog-stats__chart__wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}
.oog-stats__chart header {
  display: flex;
  gap: 1ex;
  margin-bottom: 0.5rem;
}
.oog-stats__chart header h2 {
  font: inherit;
  font-size: inherit;
  font-weight: normal;
}
.oog-stats__chart__bar {
  fill: #009B00;
}
.oog-stats__chart__legend {
  position: absolute;
  top: 1rem;
  right: 2rem;
  display: flex;
  list-style: none;
  padding: 0;
}
.oog-stats__chart__legend svg {
  margin-right: 1rem;
}
.oog-stats__chart__legend li {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.oog-stats__chart__tooltip {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border: 0.5px solid #009B00;
  border-radius: 5px;
  font-size: 0.875rem;
  padding: 0.5rem;
  opacity: 0;
  pointer-events: none;
}
.oog-stats__chart__tooltip.visible {
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
.oog-stats__chart__scroller {
  scrollbar-color: #404040 rgba(64, 64, 64, 0.1);
}
.oog-stats__chart__scroller::-webkit-scrollbar {
  background-color: rgba(64, 64, 64, 0.1);
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.oog-stats__chart__scroller::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #404040;
}
.oog-stats__chart .tick line {
  color: #FFFFFF;
}
.oog-stats__strong-cell {
  font-size: 1.25rem;
}
.oog-stats__bold-cell {
  font-weight: bold;
}
.oog-stats__centered-cell {
  text-align: center;
}
.oog-stats__tm1 {
  color: #F17121;
}
.oog-stats__tm2 {
  color: #1A8DC8;
}
.oog-stats__tm3 {
  color: #EF6596;
}
.oog-stats__stage {
  min-width: 120px;
  max-height: 30px;
}
.oog-stats__table {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.2rem;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  margin-bottom: 1rem;
}
.oog-stats__table table, .oog-stats__table thead, .oog-stats__table tbody, .oog-stats__table tr:nth-child(even) {
  background: none;
  border: none;
  margin-bottom: 0;
}
.oog-stats__table th {
  font-weight: 500;
  font-size: 0.875rem;
  border-bottom: 2px solid #FFFFFF;
  text-transform: uppercase;
  color: #404040;
  opacity: 0.75;
  padding: 1.5rem 1rem;
}
.oog-stats__table th:first-child {
  padding-left: 3rem;
}
.oog-stats__table th:last-child {
  padding-right: 3rem;
}
.oog-stats__table td {
  padding: 1.5rem 1rem;
}
.oog-stats__table td:first-child {
  padding-left: 3rem;
}
.oog-stats__table td:last-child {
  padding-right: 3rem;
}
.oog-stats__table tr:not(:last-child) td {
  border-bottom: 1px solid #FFFFFF;
}
.oog-stats__download {
  padding: 1rem 2rem;
}

.oog-dropdown span[role=menu],
.oog-dropdown span[role=menuitem] {
  cursor: pointer;
}
.oog-dropdown__align-right {
  justify-content: flex-end;
}
.oog-dropdown .oog-dropdown__btn--icon {
  display: flex;
  padding-right: 1rem !important;
}
.oog-dropdown .oog-dropdown__btn--icon::after {
  display: none !important;
}
.oog-dropdown .oog-dropdown__menu {
  border: none;
  background: #FFFFFF;
  border-radius: 0.625rem;
  width: 23rem;
  padding: 0.5rem;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.oog-dropdown .oog-dropdown__menu-item {
  position: relative;
  font-size: 1.125rem;
  line-height: 1rem;
  border-radius: 0.3rem;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  color: #404040;
}
.oog-dropdown .oog-dropdown__menu-item:hover:not(.oog-dropdown__menu-item--selected) {
  background-color: rgba(26, 141, 200, 0.1);
}
.oog-dropdown .oog-dropdown__menu-item .oog-icon {
  position: absolute;
  left: 1.25rem;
  fill: currentColor;
  margin-right: 1rem;
  width: 1rem;
}
.oog-dropdown .oog-dropdown__menu-item.disabled {
  padding-left: 3.25rem;
  color: rgba(64, 64, 64, 0.6);
}
.oog-dropdown .oog-dropdown__menu-item--selected {
  background-color: rgba(197, 197, 197, 0.1);
  cursor: default;
  font-weight: 600;
}
.oog-dropdown .oog-dropdown__menu-item.downloadable {
  padding-left: 3.25rem;
  font-weight: 500;
}

.oog-button__with_caret {
  border-radius: 0.625rem;
}

.oog-button__with_caret + .oog-dropdown__menu {
  margin-top: 0.625rem;
}

.oog-home__clouds {
  display: block;
  margin-bottom: -1px;
}
.oog-home__clouds path {
  fill: #6DCDF3;
}
.oog-home__adventures {
  padding: 40px 0 0;
  background-color: #6DCDF3;
  position: relative;
}
.oog-home__adventures__sun {
  position: absolute;
  right: 80px;
  top: -180px;
  width: 150px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-home__adventures__sun {
    width: 300px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-home__adventures__sun {
    width: auto;
    max-width: 670px;
  }
}
.oog-home__adventures__clouds {
  position: absolute;
  left: 0;
  top: -126px;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .oog-home__adventures__clouds {
    top: 100px;
  }
}
.oog-home__adventures__title {
  margin: 60px auto;
  display: block;
  width: 90%;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .oog-home__adventures__title {
    width: auto;
  }
}
.oog-home__adventures__bullets {
  margin: -40px auto 0;
  width: 100%;
  padding: 0 2rem 3rem;
  font-weight: 400;
  text-align: center;
}
@media print, screen and (min-width: 41.875em) {
  .oog-home__adventures__bullets {
    max-width: 700px;
    text-align: left;
    padding-bottom: 6rem;
  }
}
.oog-home__adventures__bullets ul {
  display: block;
  margin: 1rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-wrap: balance;
}
@media print, screen and (min-width: 41.875em) {
  .oog-home__adventures__bullets ul {
    font-size: 1.2rem;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-home__adventures__bullets ul {
    font-size: 1.3rem;
  }
}
.oog-home__adventures__bullets li {
  color: white;
  margin: 8px 0;
  list-style-position: inside;
}
.oog-home__flag {
  display: block;
  margin-top: -1px;
}
.oog-home__flag path {
  fill: #7E64AB;
}
.oog-home__flag-2 {
  display: block;
}
.oog-home__flag-2 path {
  fill: #62C79C;
}
.oog-home__who-we-are {
  padding: 40px;
  text-align: center;
  margin-bottom: -90px;
}
.oog-home__who-we-are__image {
  margin: 30px auto;
  display: block;
}
.oog-home__who-we-are p {
  width: 100%;
  margin: 20px auto;
  font-weight: 400;
}
@media print, screen and (min-width: 41.875em) {
  .oog-home__who-we-are p {
    max-width: 700px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-home__who-we-are p {
    max-width: 800px;
    font-size: 1.3rem;
  }
}
.oog-home__monsters {
  width: 100%;
  aspect-ratio: 1440/859;
}
.oog-home__lights {
  margin: -50px 0 -20px;
  width: 100%;
  aspect-ratio: 180/41;
}
.oog-home__awards {
  padding: 40px 40px;
}
.oog-home__awards__logos {
  margin: 100px auto;
  display: none;
}
@media print, screen and (min-width: 41.875em) {
  .oog-home__awards__logos {
    display: block;
  }
}
.oog-home__awards__logos-mobile {
  margin: 80px auto 20px;
  display: block;
}
@media print, screen and (min-width: 41.875em) {
  .oog-home__awards__logos-mobile {
    display: none;
  }
}

.oog-group-creation__container {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 7rem auto auto;
  padding: 2rem;
  border-radius: 1.2rem;
  max-width: 35rem;
  text-align: center;
}
.oog-group-creation__container .body-1 {
  margin-bottom: 1rem;
}
.oog-group-creation__container--selection > * {
  width: calc(100% - 2rem);
  margin: auto;
}
.oog-group-creation__container--selection > :last-child {
  margin-top: 2rem;
}
.oog-group-creation__container--players-creation, .oog-group-creation__container--existing-players, .oog-group-creation__container--parent-letters, .oog-group-creation__container--share {
  max-width: 52rem;
}
.oog-group-creation__container--players-creation, .oog-group-creation__container--existing-players, .oog-group-creation__container--parent-letters, .oog-group-creation__container--import-results {
  text-align: start;
}
.oog-group-creation__container--import-results {
  max-width: 85rem;
}
.oog-group-creation__selection__add_player_form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 2rem;
  align-items: stretch;
  text-align: center;
  margin: 0 auto;
}
.oog-group-creation__selection__add_player_form__error {
  color: #DC384A;
  text-align: left;
}
.oog-group-creation__selection__add_player_form .oog-input, .oog-group-creation__selection__add_player_form input {
  margin: 0;
}
.oog-group-creation__selection__add_player_form button {
  padding: 0.5rem 2rem;
}
.oog-group-creation__selection__create_players_list__remove_player_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}
.oog-group-creation__selection__create_players_list__remove_player_form__name {
  height: 3.125rem;
  background: #FFFFFF;
  border-radius: 2rem;
  font-size: 1.5rem;
  opacity: 0.6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 0 1rem;
  line-height: 3.125rem;
}
.oog-group-creation__selection__create_players_list__remove_player_form svg {
  height: 1.5rem;
  width: 1.5rem;
}
.oog-group-creation__buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}
.oog-group-creation__buttons > * {
  margin-left: 1.25rem;
}
.oog-group-creation__text-divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.oog-group-creation__text-divider__divider {
  width: 100%;
  height: 0.67px;
  margin: 0 2rem;
  background-color: #404040;
}
.oog-group-creation__share {
  padding: 2rem 6rem;
  display: grid;
  gap: 2rem;
  grid-auto-rows: 22rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
}
.oog-group-creation--hidden {
  display: none;
}

.oog-rff__clouds {
  display: block;
}
.oog-rff__clouds path {
  fill: #E7FBFF;
}
.oog-rff .oog-trailer-section__flag {
  display: block;
}
.oog-rff .oog-trailer-section__flag path {
  fill: #1A8DC8;
}
.oog-rff__flag {
  display: block;
}
.oog-rff__flag path {
  fill: #1A8DC8;
}
.oog-rff__flag-bottom {
  display: block;
}
.oog-rff__flag-bottom path {
  fill: #F7971D;
}
.oog-rff__monsters {
  display: block;
  z-index: 1000;
  background-color: #1A8DC8;
  width: 100%;
  aspect-ratio: 1440/809;
}
.oog-rff__clouds-1 {
  display: block;
  margin-top: 60px;
  margin-bottom: -1px;
}
.oog-rff__clouds-1 path {
  fill: #F7971D;
}

.oog-maths__clouds {
  display: block;
}
.oog-maths__clouds path {
  fill: #E7FBFF;
}
.oog-maths .oog-trailer-section__flag {
  display: block;
}
.oog-maths .oog-trailer-section__flag path {
  fill: #7E64AB;
}
.oog-maths__flag-top {
  display: block;
}
.oog-maths__flag-top path {
  fill: #7E64AB;
}
.oog-maths__flag {
  display: block;
}
.oog-maths__flag path {
  fill: #6DCDF3;
}
.oog-maths__flag-bottom {
  display: block;
}
.oog-maths__flag-bottom path {
  fill: #E981B0;
}
.oog-maths__monsters {
  display: block;
  z-index: 1000;
  width: 100%;
  aspect-ratio: 125/78;
}
.oog-maths__clouds-1 {
  display: block;
  margin-top: 60px;
  margin-bottom: -1px;
}
.oog-maths__clouds-1 path {
  fill: #E981B0;
}

.oog-tymtr__clouds {
  display: block;
}
.oog-tymtr__clouds path {
  fill: #E7FBFF;
}
.oog-tymtr .oog-trailer-section__flag {
  display: block;
}
.oog-tymtr .oog-trailer-section__flag path {
  fill: #1A8DC8;
}
.oog-tymtr__flag {
  display: block;
}
.oog-tymtr__flag path {
  fill: #EEB4CD;
}
.oog-tymtr__flag-bottom {
  display: block;
}
.oog-tymtr__flag-bottom path {
  fill: #F2D534;
}
.oog-tymtr__monsters {
  display: block;
  z-index: 1000;
  width: 100%;
  aspect-ratio: 480/301;
}
.oog-tymtr__clouds-1 {
  display: block;
  margin-top: 60px;
  margin-bottom: -1px;
}
.oog-tymtr__clouds-1 path {
  fill: #F2D534;
}

.oog-about__hero {
  height: 260px;
  background-color: #EEB4CD;
  position: relative;
}
@media print, screen and (min-width: 41.875em) {
  .oog-about__hero {
    height: 400px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-about__hero {
    height: 500px;
  }
}
.oog-about__hero__monsters {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-height: 400px;
}
.oog-about .oog-section-title {
  max-width: none;
  margin: 40px auto 60px;
  padding: 0 26px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-about .oog-section-title {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-about .oog-section-title {
    max-width: 700px;
  }
}
.oog-about__content {
  max-width: none;
  margin: 0 auto;
  padding: 0 26px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-about__content {
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.oog-about__content > * {
  margin-top: 50px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-about__content > * {
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-about__content {
    max-width: 800px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .oog-about__content__item {
    flex: 1;
  }
}
.oog-about__block-1 {
  padding: 20px 0 70px;
}
.oog-about__flag-1 {
  display: block;
}
.oog-about__flag-1 path {
  fill: #f8ecf4;
}
.oog-about__block-2 {
  background-color: #f8ecf4;
  padding: 30px 0 0;
}
.oog-about__flag-2 {
  display: block;
  margin-top: 80px;
}
.oog-about__flag-2 path {
  fill: #FFFFFF;
}
.oog-about__block-3 {
  background-color: #7E64AB;
  padding: 60px 0;
  color: white;
}
.oog-about__awards {
  width: 90%;
  margin: 30px auto 0;
  display: block;
}
.oog-about__monsters {
  width: 100%;
  display: block;
  margin-bottom: -50px;
}
.oog-about__block-4 {
  padding: 40px 0 60px;
  background-color: #EF6596;
  color: white;
}
.oog-about__block-4 ul {
  list-style: none;
  margin-top: 40px;
}
.oog-about__block-4 li {
  padding: 6px;
  text-align: center;
}
.oog-about__block-4 .oog-section-title {
  margin: 60px 0 30px;
  padding: 0;
}
.oog-about__block-4 a {
  color: white;
  text-decoration: underline;
}
.oog-about__flag-4 {
  display: block;
  background-color: #EF6596;
}
.oog-about__flag-4 path {
  fill: #7E64AB;
}
.oog-about__monster-1 {
  display: block;
  margin: 60px auto 20px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-about__monster-1 {
    margin-left: 60px;
    max-width: 230px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .oog-about__monster-2 {
    margin-left: 60px;
    max-width: 220px;
    align-self: end;
  }
}
.oog-about__bird {
  display: none;
}
@media print, screen and (min-width: 41.875em) {
  .oog-about__bird {
    display: block;
    margin-right: 60px;
    max-width: 230px;
    align-self: end;
  }
}

.oog-social {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 100px 0 50px;
  background-color: #FFFFFF;
}
.oog-social h3 {
  color: #1A8DC8;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.oog-social__links ul {
  list-style: none;
  display: flex;
  margin: 0;
}
.oog-social__links li {
  margin: 0 8px;
}
.oog-social__links img {
  width: 62px;
}

.oog-error__hero {
  height: 300px;
  background-color: #EF6596;
  position: relative;
}
@media print, screen and (min-width: 41.875em) {
  .oog-error__hero {
    height: 400px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-error__hero {
    height: 500px;
  }
}
.oog-error__hero__monsters {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 400px;
}
.oog-error__hero h1 {
  font-family: "Literata", serif;
  font-weight: bold;
  font-size: 3rem;
}
.oog-error__hero__clouds {
  max-height: none;
}
.oog-error .oog-section-title {
  max-width: none;
  margin: 40px auto;
  padding: 0 26px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-error .oog-section-title {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-error .oog-section-title {
    max-width: 700px;
  }
}
.oog-error__content {
  max-width: none;
  margin: 0 auto;
  padding: 0 26px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-error__content {
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.oog-error__content > * {
  margin-top: 50px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-error__content > * {
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-error__content {
    max-width: 800px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .oog-error__content__item {
    flex: 1;
  }
}
.oog-error__block {
  padding: 20px 0 120px;
}
.oog-error__block p {
  text-align: center;
}

.oog-content-page iframe[src*="www.youtube.com"] {
  width: 880px !important;
  height: 500px !important;
}
.oog-content-page {
  background-color: white;
}
.oog-content-page__hero {
  height: 280px;
  background-color: #7E64AB;
  position: relative;
}
@media print, screen and (min-width: 41.875em) {
  .oog-content-page__hero {
    height: 390px;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-content-page__hero {
    height: 600px;
  }
}
.oog-content-page__hero h1 {
  font-family: "Literata", serif;
  font-weight: bold;
  font-size: 3rem;
}
.oog-content-page__hero h1 a {
  color: white;
}
.oog-content-page__hero__monsters {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-height: 400px;
}
.oog-content-page__hero__clouds {
  max-height: none;
}
.oog-content-page__block {
  padding: 60px 30px;
  max-width: 760px;
  text-align: left;
  margin: 0 auto;
}
@media print, screen and (min-width: 41.875em) {
  .oog-content-page__block {
    padding: 100px 30px;
  }
}
.oog-content-page__block .header__is-back-button {
  display: none;
}
.oog-content-page__block article {
  margin-bottom: 100px;
}
.oog-content-page__block h1 {
  font-family: "Literata", serif;
  margin: 1rem 0;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: bold;
}
.oog-content-page__block h2 {
  margin: 2rem 0 1rem;
  font-size: 2rem;
  line-height: 2.4rem;
}
.oog-content-page__block h3 {
  margin: 2rem 0 1rem;
  font-size: 1.6rem;
}
.oog-content-page__block a {
  color: #1A8DC8;
}
.oog-content-page__item {
  display: flex;
  margin: 50px 0;
}
.oog-content-page__item__image {
  flex: 1;
}
.oog-content-page__item__image img {
  width: 100%;
}
.oog-content-page__item section {
  flex: 1;
  padding-left: 40px;
}
.oog-content-page__item section h3 {
  margin-top: 0;
  font-family: "Literata", serif;
  font-weight: bold;
}
.oog-content-page footer .pagination {
  display: flex;
}

.user_confirmation {
  height: 84vh;
}
.user_confirmation__text {
  margin-top: 5rem;
  text-align: center;
}
.user_confirmation__text a {
  text-decoration: underline;
}

.oog-download-section {
  padding: 60px 20px;
}
.oog-download-section--green {
  background-color: #66C69E;
}
.oog-download-section--blue {
  background-color: #1A8DC8;
}
.oog-download-section--lightblue {
  background-color: #6DCDF3;
}
.oog-download-section--pink {
  background-color: #EEB4CD;
}
.oog-download-section__mouth {
  display: block;
  margin: 40px auto;
}
.oog-download-section__gloopy {
  width: 100%;
  display: block;
  margin-top: -1px;
}
.oog-download-section__gloopy--green path {
  fill: #66C69E;
}
.oog-download-section__gloopy--blue path {
  fill: #1A8DC8;
}
.oog-download-section__gloopy--pink path {
  fill: #EEB4CD;
}
.oog-download-section__gloopy--lightblue path {
  fill: #6DCDF3;
}

.oog-review-section {
  text-align: center;
  padding: 30px;
}
.oog-review-section ul {
  list-style: none;
  margin: 30px auto;
  max-width: 500px;
}
.oog-review-section li {
  margin: 60px 0;
}
.oog-review-section li p {
  font-size: 1.4rem;
  color: inherit;
  font-family: "Literata", serif;
  font-weight: bold;
}
.oog-review-section li p.oog-review-section__review-author {
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  font-size: 0.8rem;
}
.oog-review-section__review-author {
  font-size: 0.8rem;
}
.oog-review-section__image {
  max-width: 400px;
  width: 100%;
}

.oog-teacher-section {
  position: relative;
  text-align: center;
  padding: 0 30px;
}
.oog-teacher-section--purple {
  background-color: #7E64AB;
}
.oog-teacher-section--blue {
  background-color: #1A8DC8;
}
@media print, screen and (min-width: 41.875em) {
  .oog-teacher-section {
    display: flex;
    justify-content: center;
    padding: 20px 60px;
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-teacher-section {
    padding: 20px 100px;
  }
}
.oog-teacher-section__image {
  width: 100%;
}
@media print, screen and (min-width: 41.875em) {
  .oog-teacher-section__image {
    width: auto;
    flex: 1;
  }
}
.oog-teacher-section__content {
  color: white;
  font-size: 1.4rem;
  padding: 20px 0 60px;
  max-width: 600px;
  font-weight: 400;
}
@media print, screen and (min-width: 41.875em) {
  .oog-teacher-section__content {
    padding: 90px 0;
    flex: 1;
  }
}
.oog-teacher-section__content p {
  margin: 24px 0;
}

.oog-bullets-section {
  padding: 80px 40px 20px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-bullets-section {
    padding: 90px 90px 20px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .oog-bullets-section__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 41.875em) and (max-width: 63.99875em) {
  .oog-bullets-section__wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media print, screen and (max-width: 41.87375em) {
  .oog-bullets-section__wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.oog-bullets-section__badge {
  text-align: center;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-bullets-section__badge {
    max-width: 65%;
  }
}
@media print, screen and (min-width: 64em) {
  .oog-bullets-section__badge {
    display: flex;
    align-items: center;
  }
}
.oog-bullets-section__list {
  position: relative;
  padding: 40px 10px;
}
.oog-bullets-section__list--green li {
  color: #009B00;
}
.oog-bullets-section__list--pink li {
  color: #EF6596;
}
.oog-bullets-section__list--blue li {
  color: #1A8DC8;
}
@media print, screen and (min-width: 41.875em) {
  .oog-bullets-section__list {
    padding: 40px;
  }
}
.oog-bullets-section__list li {
  margin: 0 0 20px;
  font-size: 24px;
}
.oog-bullets-section__little-monster {
  position: absolute;
  right: 0;
  bottom: 0;
}

.oog-play-now-section {
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.oog-play-now-section--orange {
  background-color: #F7971D;
}
.oog-play-now-section--yellow {
  background-color: #F2D534;
}
.oog-play-now-section--pink {
  background-color: #E981B0;
}
.oog-play-now-section__wrapper {
  position: relative;
}
.oog-play-now-section__hand {
  position: absolute;
  left: 0;
  top: 0;
  width: 44%;
}
@media print, screen and (min-width: 64em) {
  .oog-play-now-section__hand {
    top: -140px;
    width: 45%;
  }
}
.oog-play-now-section__play {
  margin: 40px auto;
}
.oog-play-now-section__play svg {
  width: 200px;
}
@media print, screen and (min-width: 41.875em) {
  .oog-play-now-section__play svg {
    width: auto;
    width: 350px;
  }
}
.oog-play-now-section__play svg:hover {
  opacity: 0.8;
}

.oog-trailer-section {
  background-color: #E7FBFF;
  display: flex;
}
.oog-trailer-section__image {
  margin-left: auto;
  margin-right: auto;
}
.oog-trailer-section__image {
  padding: 60px;
}
@media print, screen and (max-width: 41.87375em) {
  .oog-trailer-section__image {
    padding: 20px;
  }
}
@media print, screen and (min-width: 41.875em) {
  .oog-trailer-section__image {
    padding: 100px;
  }
}
.oog-trailer-section__image img {
  cursor: pointer;
}
.oog-trailer-section__image img:hover {
  opacity: 0.8;
}
.oog-trailer-section__image img {
  width: 100%;
}
.oog-trailer-section h3 {
  color: #1A8DC8;
  text-align: center;
  font-size: 1.3rem;
  margin: 20px 0;
}
.oog-trailer-section__flag {
  margin-bottom: -1px;
  width: 100%;
}

.oog-page-card {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 7rem auto auto;
  padding: 2rem;
  border-radius: 1.2rem;
  max-width: 52rem;
}
.oog-page-card--narrow {
  max-width: 35rem;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

.flash {
  display: flex;
  height: 4.25rem;
  border-radius: 10px;
  align-items: center;
}
.flash p {
  margin: 0;
}
.flash svg {
  height: 1.85rem;
  width: 1.85rem;
  margin-right: 1rem;
}
.flash__close-button {
  font-size: 2rem;
  margin-left: auto;
  position: initial;
}
.flash--error {
  border-left: 10px solid #DC384A;
}
.flash--notice {
  border-left: 10px solid #1A8DC8;
}
.flash--success {
  border-left: 10px solid #009B00;
}
.flash a {
  color: #1A8DC8;
}

h2 {
  font-family: "Literata", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.error-messages {
  color: #DC384A;
}
