#root,
body,
html {
  height: 100vh;
}
body {
  font-feature-settings: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.4;
  scroll-behavior: smooth;
  text-align: center;
}
body,
button,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato;
  font-size: 100%;
  font-weight: 400;
}
table {
  font-size: inherit;
}
input,
select {
  font-feature-settings: normal;
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 100%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: normal;
}
button {
  overflow: visible;
}
address,
b,
cite,
em,
strong,
th {
  font-style: normal;
  font-weight: 400;
}
li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
fieldset,
img {
  border: 0;
}
ins {
  text-decoration: none;
}
body {
  background: #1f0b3a;
  color: #ada4c9;
  font-family: Lato;
  font-size: 16px;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
a {
  text-decoration: none;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
}
@font-face {
  font-family: Karla;
  font-weight: 400;
  src: url(/static/media/Karla-Regular-S52ZIU5L.3ac28a6ac03a9f7f3d82.woff)
    format("woff");
}
.dotlottie-container {
  --lottie-player-theme-color: #00ddb3;
  --lottie-player-seeker-thumb-color: #00c1a2;
  --lottie-player-seeker-thumb-hover-color: #019d91;
  --lottie-player-button-hover-color: #f3f6f8;
  --lottie-player-toolbar-track-color: #d9e0e6;
  --lottie-player-button-text-color: #20272c;
  --lottie-player-toolbar-background-color: #fff;
  --lottie-player-button-border-radius: 4px;
  --lottie-player-toolbar-height: 35px;
  --lottie-player-popover-border-radius: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-family: Karla, sans-serif;
  font-style: normal;
  height: 100%;
  width: 100%;
}
.dotlottie-container * {
  box-sizing: border-box;
}
.main {
  flex-direction: column;
}
.animation,
.main {
  display: flex;
  height: 100%;
  width: 100%;
}
.animation.controls {
  height: calc(100% - var(--lottie-player-toolbar-height));
}
.toolbar {
  background-color: var(--lottie-player-toolbar-background-color);
  gap: 4px;
  height: var(--lottie-player-toolbar-height);
  justify-items: center;
  padding: 0 8px;
}
.toolbar,
.toolbar button {
  align-items: center;
  display: flex;
}
.toolbar button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: 0;
  border-radius: var(--lottie-player-button-border-radius);
  color: var(--lottie-player-button-text-color);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  height: 100%;
  max-height: 24px;
  outline: none;
  padding: 4px;
}
.toolbar .popover button {
  max-height: none;
}
.toolbar button:hover {
  background-color: var(--lottie-player-button-hover-color);
}
.toolbar button.active {
  color: var(--lottie-player-theme-color);
}
.toolbar button.popover-active {
  background-color: var(--lottie-player-button-hover-color);
}
.toolbar button > svg {
  color: inherit;
}
.toolbar button:focus-visible {
  outline: none;
  outline: 2px solid var(--lottie-player-theme-color);
}
.seeker {
  --seeker: 0;
  -moz-apperance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(
    to right,
    var(--lottie-player-theme-color) calc(var(--seeker) * 1%),
    var(--lottie-player-toolbar-track-color) calc(var(--seeker) * 1%)
  );
  border-radius: 9999px;
  cursor: pointer;
  height: 4px;
  margin: 0 4px;
  outline: none;
  width: 95%;
}
.seeker.to-left {
  background-image: linear-gradient(
    to right,
    var(--lottie-player-toolbar-track-color) calc(var(--seeker) * 1%),
    var(--lottie-player-theme-color) calc(var(--seeker) * 1%)
  );
}
.seeker::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--lottie-player-theme-color);
  border-color: #0000;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  margin-top: -5px;
  width: 16px;
}
.seeker::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--lottie-player-seeker-thumb-color);
  border-color: #0000;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.seeker:focus-visible::-webkit-slider-thumb {
  border: 1.5px solid #fff;
  outline: 2px solid var(--lottie-player-theme-color);
}
.seeker::-webkit-slider-thumb:hover {
  background: var(--lottie-player-seeker-thumb-hover-color);
}
.seeker:focus-visible::-moz-range-thumb {
  border: 1.5px solid #fff;
  outline: 2px solid var(--lottie-player-theme-color);
}
.error {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: auto;
}
.popover {
  background-color: #fff;
  border: none;
  border-radius: var(--lottie-player-popover-border-radius);
  bottom: 40px;
  box-shadow: 0 8px 48px #f3f6f826, 0 8px 16px #3d485329, 0 0 1px #3d48535c;
  font-size: 14px;
  left: auto;
  letter-spacing: -0.28px;
  line-height: 150%;
  min-width: 224px;
  padding: 0;
  position: absolute;
  right: 8px;
}
.popover ul {
  list-style: none;
  margin: initial;
  padding: initial;
}
.popover .popover-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.popover .popover-header {
  align-items: center;
  border-bottom: 1px solid #d9e0e6;
  color: #20272c;
  display: flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: -0.32px;
  line-height: 150%;
  padding: 8px;
}
.popover .popover-header button {
  padding: 4px;
}
.popover .popover-header .popover-header-title {
  align-items: center;
  display: flex;
  gap: 8px;
}
.popover .popover-header .reset-theme {
  color: #63727e;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}
.popover .popover-header .reset-theme:hover {
  background-color: initial;
  color: #20272c;
}
.popover .popover-items {
  -ms-overflow-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 300px;
  overflow-y: auto;
  padding: 8px;
  scrollbar-width: none;
}
.popover .popover-subnav {
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.popover .popover-items::-webkit-scrollbar {
  display: none;
}
.popover .popover-item {
  border-radius: var(--lottie-player-button-border-radius);
  display: flex;
  gap: 8px;
  padding: 4px 8px;
  text-align: left;
  width: 100%;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -ms-flex-negative: 0;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid #0000;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*# sourceMappingURL=main.326c6aef.css.map*/
