/*!bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma*/
.button,
.input,
.select select,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.5em - 1px) calc(0.75em - 1px);
  position: relative;
  vertical-align: top;
}
.button:active,
.button:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.input,
.is-active.textarea,
.select select.is-active,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  outline: none;
}
.select select[disabled],
[disabled].button,
[disabled].input,
[disabled].textarea {
  cursor: not-allowed;
}
.button,
.file,
.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select:not(.is-multiple):not(.is-loading):after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}
.block:not(:last-child),
.content:not(:last-child),
.level:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.pagination:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: hsla(0, 0%, 4%, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.delete:after,
.delete:before {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.delete:before {
  height: 2px;
  width: 50%;
}
.delete:after {
  height: 50%;
  width: 2px;
}
.delete:focus,
.delete:hover {
  background-color: hsla(0, 0%, 4%, 0.3);
}
.delete:active {
  background-color: hsla(0, 0%, 4%, 0.4);
}
.button.is-loading:after,
.loader,
.select.is-loading:after {
  -webkit-animation: spinAround 0.5s linear infinite;
  animation: spinAround 0.5s linear infinite;
  border-radius: 9999px;
  border-color: transparent transparent #dbdbdb #dbdbdb;
  border-style: solid;
  border-width: 2px;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
} /*!minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css*/
blockquote,
body,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: unset;
  overflow-y: unset;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
figure,
header {
  display: block;
}
body,
button,
input,
select,
textarea {
  font-family: Inter, Helvetica, Apple Color Emoji, Segoe UI Emoji,
    NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji,
    EmojiSymbols, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Noto Sans, sans-serif;
}
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
body {
  color: inherit;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
}
a {
  color: #6e79d6;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
}
code {
  color: #da1039;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0.25em 0.5em;
}
code,
hr {
  background-color: #f5f5f5;
}
hr {
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}
img {
  height: auto;
  max-width: 100%;
}
input[type="checkbox"] {
  vertical-align: baseline;
}
small {
  font-size: 0.875em;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
  font-weight: 700;
}
pre,
strong {
  color: inherit;
}
pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}
@-webkit-keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  padding: calc(0.5em - 1px) 1em;
  text-align: center;
  white-space: nowrap;
}
.button,
.button strong {
  color: inherit;
}
.button .icon {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover {
  border-color: #b5b5b5;
  color: #363636;
}
.button:focus {
  border-color: #485fc7;
  color: #363636;
}
.button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(110, 121, 214, 0.25);
}
.button.is-active,
.button:active {
  border-color: #4a4a4a;
  color: #363636;
}
.button.is-light {
  background-color: #f5f5f5;
}
.button.is-light,
.button.is-light:hover {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover {
  background-color: #efefef;
}
.button.is-light:focus {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active) {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 96%, 0.25);
}
.button.is-light.is-active,
.button.is-light:active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled] {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-loading:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-primary {
  background-color: #6e79d6;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover {
  background-color: #6470d3;
}
.button.is-primary:focus,
.button.is-primary:hover {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(110, 121, 214, 0.25);
}
.button.is-primary.is-active,
.button.is-primary:active {
  background-color: #5a67d0;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled] {
  background-color: #6e79d6;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-light {
  background-color: #eff0fb;
  color: #2f3ca7;
}
.button.is-primary.is-light:hover {
  background-color: #e5e7f8;
  border-color: transparent;
  color: #2f3ca7;
}
.button.is-primary.is-light.is-active,
.button.is-primary.is-light:active {
  background-color: #dbdef5;
  border-color: transparent;
  color: #2f3ca7;
}
.button.is-success {
  background-color: #21ce99;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover {
  background-color: #1fc391;
}
.button.is-success:focus,
.button.is-success:hover {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(33, 206, 153, 0.25);
}
.button.is-success.is-active,
.button.is-success:active {
  background-color: #1db889;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled] {
  background-color: #21ce99;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-light {
  background-color: #edfcf8;
  color: #158462;
}
.button.is-success.is-light:hover {
  background-color: #e2faf3;
  border-color: transparent;
  color: #158462;
}
.button.is-success.is-light.is-active,
.button.is-success.is-light:active {
  background-color: #d7f9ee;
  border-color: transparent;
  color: #158462;
}
.button[disabled] {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading:after {
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
.content li + li {
  margin-top: 0.25em;
}
.content blockquote:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: inherit;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: inherit;
  border-left: 5px solid #dbdbdb;
  padding: 0.25em 1em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content .tabs li + li {
  margin-top: 0;
}
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.notification {
  background-color: #f5f5f5;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: #fff;
}
.notification pre code {
  background: 0 0;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .content,
.notification .subtitle,
.notification .title {
  color: currentColor;
}
.notification.is-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-primary {
  background-color: #6e79d6;
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: #eff0fb;
  color: #2f3ca7;
}
.notification.is-success {
  background-color: #21ce99;
  color: #fff;
}
.notification.is-success.is-light {
  background-color: #edfcf8;
  color: #158462;
}
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #ededed;
}
.progress::-webkit-progress-value {
  background-color: inherit;
}
.progress::-moz-progress-bar {
  background-color: inherit;
}
.progress::-ms-fill {
  background-color: inherit;
  border: none;
}
.progress.is-light::-webkit-progress-value {
  background-color: #f5f5f5;
}
.progress.is-light::-moz-progress-bar {
  background-color: #f5f5f5;
}
.progress.is-light::-ms-fill {
  background-color: #f5f5f5;
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(90deg, #f5f5f5 30%, #ededed 0);
}
.progress.is-primary::-webkit-progress-value {
  background-color: #6e79d6;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #6e79d6;
}
.progress.is-primary::-ms-fill {
  background-color: #6e79d6;
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(90deg, #6e79d6 30%, #ededed 0);
}
.progress.is-success::-webkit-progress-value {
  background-color: #21ce99;
}
.progress.is-success::-moz-progress-bar {
  background-color: #21ce99;
}
.progress.is-success::-ms-fill {
  background-color: #21ce99;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(90deg, #21ce99 30%, #ededed 0);
}
.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
  animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(90deg, inherit 30%, #ededed 0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
@-webkit-keyframes moveIndeterminate {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes moveIndeterminate {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: #fff;
  color: inherit;
}
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tag:not(body) {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: inherit;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-primary {
  background-color: #6e79d6;
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #eff0fb;
  color: #2f3ca7;
}
.tag:not(body).is-success {
  background-color: #21ce99;
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #edfcf8;
  color: #158462;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
a.tag:hover {
  text-decoration: underline;
}
.subtitle,
.title {
  word-break: break-word;
}
.subtitle em,
.subtitle span,
.title em,
.title span {
  font-weight: inherit;
}
.subtitle sub,
.title sub {
  font-size: 0.75em;
}
.subtitle .tag,
.title .tag {
  vertical-align: middle;
}
.title {
  color: #282a30;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.subtitle {
  color: #4a4574;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: inherit;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.number {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}
.input,
.select select,
.textarea {
  background-color: #fff;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: inherit;
}
.input::-moz-placeholder,
.select select::-moz-placeholder,
.textarea::-moz-placeholder {
  color: inherit;
}
.input::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: inherit;
}
.input:-moz-placeholder,
.select select:-moz-placeholder,
.textarea:-moz-placeholder {
  color: inherit;
}
.input:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: inherit;
}
.input:hover,
.select select:hover,
.textarea:hover {
  border-color: #b5b5b5;
}
.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.select select.is-active,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
  border-color: #6e79d6;
  box-shadow: 0 0 0 0.125em rgba(110, 121, 214, 0.25);
}
.select select[disabled],
[disabled].input,
[disabled].textarea {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder,
[disabled].input::-moz-placeholder,
[disabled].textarea::-moz-placeholder {
  color: hsla(0, 0%, 48%, 0.3);
}
.select select[disabled]::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 48%, 0.3);
}
.select select[disabled]:-moz-placeholder,
[disabled].input:-moz-placeholder,
[disabled].textarea:-moz-placeholder {
  color: hsla(0, 0%, 48%, 0.3);
}
.select select[disabled]:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 48%, 0.3);
}
.input,
.textarea {
  box-shadow: inset 0 0.0625em 0.125em hsla(0, 0%, 4%, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].input,
[readonly].textarea {
  box-shadow: none;
}
.is-light.input,
.is-light.textarea {
  border-color: #f5f5f5;
}
.is-light.input:active,
.is-light.input:focus,
.is-light.is-active.input,
.is-light.is-active.textarea,
.is-light.textarea:active,
.is-light.textarea:focus {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 96%, 0.25);
}
.is-primary.input,
.is-primary.textarea {
  border-color: #6e79d6;
}
.is-primary.input:active,
.is-primary.input:focus,
.is-primary.is-active.input,
.is-primary.is-active.textarea,
.is-primary.textarea:active,
.is-primary.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(110, 121, 214, 0.25);
}
.is-success.input,
.is-success.textarea {
  border-color: #21ce99;
}
.is-success.input:active,
.is-success.input:focus,
.is-success.is-active.input,
.is-success.is-active.textarea,
.is-success.textarea:active,
.is-success.textarea:focus {
  box-shadow: 0 0 0 0.125em rgba(33, 206, 153, 0.25);
}
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: auto;
}
.checkbox {
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox,
.checkbox input {
  cursor: pointer;
}
.checkbox:hover {
  color: inherit;
}
.checkbox input[disabled],
[disabled].checkbox {
  color: #7a7a7a;
  cursor: not-allowed;
}
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading):after {
  border-color: #6e79d6;
  right: 1.125em;
  z-index: 4;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover {
  border-color: #f5f5f5;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover:after {
  border-color: inherit;
}
.select.is-light select,
.select.is-light:not(:hover):after {
  border-color: #f5f5f5;
}
.select.is-light select:hover {
  border-color: #e8e8e8;
}
.select.is-light select.is-active,
.select.is-light select:active,
.select.is-light select:focus {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 96%, 0.25);
}
.select.is-primary select,
.select.is-primary:not(:hover):after {
  border-color: #6e79d6;
}
.select.is-primary select:hover {
  border-color: #5a67d0;
}
.select.is-primary select.is-active,
.select.is-primary select:active,
.select.is-primary select:focus {
  box-shadow: 0 0 0 0.125em rgba(110, 121, 214, 0.25);
}
.select.is-success select,
.select.is-success:not(:hover):after {
  border-color: #21ce99;
}
.select.is-success select:hover {
  border-color: #1db889;
}
.select.is-success select.is-active,
.select.is-success select:active,
.select.is-success select:focus {
  box-shadow: 0 0 0 0.125em rgba(33, 206, 153, 0.25);
}
.select.is-loading:after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.label {
  color: inherit;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-light {
  color: #f5f5f5;
}
.help.is-primary {
  color: #6e79d6;
}
.help.is-success {
  color: #21ce99;
}
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.card {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em hsla(0, 0%, 4%, 0.1),
    0 0 0 1px hsla(0, 0%, 4%, 0.02);
  color: inherit;
  max-width: 100%;
  position: relative;
}
.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  .level {
    display: flex;
  }
}
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid hsla(0, 0%, 86%, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid hsla(0, 0%, 86%, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.menu,
.message {
  font-size: 1rem;
}
.message {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-primary {
  background-color: #eff0fb;
}
.message.is-success {
  background-color: #edfcf8;
}
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}
.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-primary {
  background-color: #6e79d6;
  color: #fff;
}
.navbar.is-success {
  background-color: #21ce99;
  color: #fff;
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar-item {
  color: inherit;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
a.navbar-item {
  cursor: pointer;
}
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
  background-color: #fafafa;
  color: #6e79d6;
}
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 3rem;
}
@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .navbar {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
  }
  .navbar-item {
    align-items: center;
    display: flex;
  }
  a.navbar-item.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
}
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  color: inherit;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: inherit;
  color: inherit;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #6e79d6;
  color: #6e79d6;
}
.tabs ul {
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
@media print, screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
.has-text-danger {
  color: #ff3860 !important;
}
a.has-text-danger:focus,
a.has-text-danger:hover {
  color: #ff0537 !important;
}
.has-text-grey {
  color: #7a7a7a !important;
}
.is-flex-direction-column {
  flex-direction: column !important;
}
.is-justify-content-center {
  justify-content: center !important;
}
.is-align-items-flex-start {
  align-items: flex-start !important;
}
.is-align-items-center {
  align-items: center !important;
}
.is-flex-grow-1 {
  flex-grow: 1 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.5rem !important;
}
.ml-5 {
  margin-left: 1.5rem !important;
}
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mt-6 {
  margin-top: 3rem !important;
}
.is-size-6 {
  font-size: 1rem !important;
}
.has-text-centered {
  text-align: center !important;
}
.is-flex {
  display: flex !important;
}
:root {
  --background: #fff;
  --background-opaque: hsla(0, 0%, 100%, 0.7);
  --background-highlight: #f0f3f9;
  --background-highlight-highlight: #e5eaf5;
  --background-highlight-transparent: hsla(0, 0%, 100%, 0.7);
  --background-button: #fff;
  --text: #000;
  --border-modal: #eff1f4;
  --shadow-modal: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  --shadow-watermark: 3px 3px 10px 3px rgba(56, 28, 100, 0.1);
  --shadow-navbar: 0 0 20px rgba(0, 0, 0, 0.04);
  --shadow-preview: 0px 4px 25px 3px rgba(0, 0, 0, 0.15);
  --accent: #5e5df0;
  --text-sharp: #282a30;
  --text-light: #6b6f76;
  --text-lighter: #929cad;
  --shadow-color-unicorn: #f18099;
  --shadow-color-nebula: #b664b0;
  --shadow-color-water: #67b7e5;
  --shadow-color-candy: #9d8eee;
  --shadow-color-melon: #5cd4ac;
  --shadow-color-orange: #fa9e34;
  --shadow-color-yellow: #f7cc5c;
  --shadow-color-green: #23cfa4;
  --shadow-color-blue: #06c1ff;
  --shadow-color-indigo: #6968f7;
  --shadow-color-purple: #8a24ff;
  --shadow-color-pink: #f54b94;
  --shadow-color-red: #f32e60;
  --shadow-color-black: #000;
  --shadow-color-white: rgba(0, 0, 0, 0.2);
  --shadow-color-accent: #6e79d6;
  --background-invert: #131415;
  --background-invert-highlight: #2d2f36;
  --text-invert: #d7d8db;
  --text-invert-sharp: #fff;
  --text-invert-light: #8a8f98;
}
[data-theme="dark"] {
  --background: #131415;
  --background-opaque: rgba(19, 20, 21, 0.7);
  --background-highlight: #2c2c30;
  --background-highlight-highlight: #393941;
  --background-highlight-transparent: rgba(66, 66, 66, 0.7);
  --background-button: #1f2124;
  --text: #fff;
  --border-modal: #303236;
  --shadow-modal: rgba(0, 0, 0, 0.35) 0px 7px 32px 0px;
  --shadow-watermark: 3px 3px 10px 3px rgba(0, 0, 0, 0.4);
  --shadow-navbar: 0 0 20px rgba(0, 0, 0, 0.4);
  --shadow-preview: 0px 4px 25px 3px hsla(0, 0%, 100%, 0.15);
  --accent: #8383ff;
  --text-sharp: #fff;
  --text-light: #8a8f98;
  --text-lighter: #757783;
  --shadow-color-unicorn: #000;
  --shadow-color-nebula: #000;
  --shadow-color-water: #000;
  --shadow-color-candy: #000;
  --shadow-color-melon: #000;
  --shadow-color-orange: #000;
  --shadow-color-yellow: #000;
  --shadow-color-green: #000;
  --shadow-color-blue: #000;
  --shadow-color-indigo: #000;
  --shadow-color-purple: #000;
  --shadow-color-pink: #000;
  --shadow-color-red: #000;
  --shadow-color-black: #000;
  --shadow-color-white: #000;
  --shadow-color-accent: #000;
  --background-invert: #fff;
  --background-invert-highlight: #f0f3f9;
  --text-invert: #3c4149;
  --text-invert-sharp: #000;
  --text-invert-light: #6b6f76;
}
body,
html {
  margin: 0;
  padding: 0;
  background-color: var(--background);
  font-family: Inter, Helvetica, Apple Color Emoji, Segoe UI Emoji,
    NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji,
    EmojiSymbols, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Noto Sans, sans-serif;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
:after,
:before {
  box-sizing: inherit;
}
div::-webkit-scrollbar-thumb {
  background-color: var(--background-highlight-highlight);
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}
div::-webkit-scrollbar {
  width: 16px;
}
img.darken,
video.darken {
  background-color: rgba(0, 0, 0, 0.6);
  filter: brightness(0.4);
}
a.td-navbar-item.is-active,
a.td-navbar-item:focus,
a.td-navbar-item:focus-within,
a.td-navbar-item:hover {
  color: inherit;
  background-color: unset;
}
.td-navbar {
  position: relative;
  color: var(--text);
  background-color: var(--background);
  z-index: 30;
}
.td-navbar-item {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  color: var(--text, inherit);
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.td-navbar-brand {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-shrink: 0;
  height: 100%;
  font-size: 20px;
}
.td-navbar-brand .td-navbar-item {
  display: flex;
  font-weight: 700;
}
.td-navbar-brand-logo {
  padding: 2px 5px;
  min-width: 40px;
  min-height: 44px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.td-navbar-burger {
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  width: 3.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.td-navbar-burger:hover {
  background-color: transparent;
}
.td-navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.td-navbar-burger span:first-child {
  top: calc(50% - 6px);
}
.td-navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.td-navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.td-navbar-burger.is-active span:first-child {
  transform: translateY(5px) rotate(45deg);
}
.td-navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.td-navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.td-navbar-end,
.td-navbar-middle,
.td-navbar-mobile {
  background-color: inherit;
}
.td-navbar-mobile {
  padding: 10px;
}
.td-navbar-item svg {
  position: absolute;
  right: 25px;
  margin-top: 3px;
}
.td-navbar-container-border {
  border-bottom: 1px solid var(--border-modal);
}
.td-navbar-container-shadow {
  box-shadow: var(--shadow-navbar);
}
.td-navbar-container-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: var(--background-opaque);
}
.td-navbar-item-color-gradient span:not(.slate-navbar_dropdown_menu span) {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
}
.td-navbar-item-button {
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 700;
}
.td-navbar-item-button,
.td-navbar-item-dropdown,
.td-navbar-item-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.td-navbar-item-link:hover {
  color: var(--text);
}
.td-navbar-item-dropdown {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.td-navbar-item-dropdown + .icon-chevron-down {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 1rem;
  transition: transform 0.3s;
}
.td-navbar-item-dropdown > div {
  display: inline;
}
.typedream.content.td-navbar-item-dropdown-menu {
  background-color: transparent;
  cursor: default;
}
@media only screen and (max-width: 1023px) {
  .typedream.content.td-navbar-item-dropdown-menu {
    height: 0;
    overflow-y: hidden;
  }
  .td-navbar-end,
  .td-navbar-middle {
    display: none;
  }
  .td-navbar-mobile {
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: auto;
    box-shadow: 0 8px 16px hsla(0, 0%, 4%, 0.1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .td-navbar-brand > .td-navbar-item {
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
  }
  .td-navbar-item[data-state="open"] .icon-chevron-down {
    transform: rotate(-180deg);
  }
  .td-navbar-item[data-state="open"]
    .typedream.content.td-navbar-item-dropdown-menu {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .td-navbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .td-navbar.align-end,
  .td-navbar.align-start {
    grid-template-columns: auto 1fr auto;
  }
  .td-navbar-mobile {
    display: none;
  }
  .td-navbar.align-end .td-navbar-middle {
    justify-content: end;
  }
  .td-navbar-end,
  .td-navbar-item,
  .td-navbar-middle {
    display: flex;
  }
  .td-navbar-item svg {
    position: static;
    margin-top: 0;
  }
  .td-navbar-end {
    justify-content: end;
  }
  .td-navbar-burger {
    display: none;
  }
  .td-navbar-end,
  .td-navbar-middle {
    margin-left: calc(1.5em - 15px);
    margin-right: calc(1.5em - 15px);
    background-color: unset;
  }
  .td-navbar-end .td-navbar-item,
  .td-navbar-middle .td-navbar-item {
    margin: 0 0.75em;
    padding: 0 5px;
    cursor: pointer;
  }
  .typedream.content.td-navbar-item-dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    display: none;
    overflow: visible;
  }
  .td-navbar-item:hover .icon-chevron-down {
    transform: rotate(-180deg);
  }
  .td-navbar-item:hover .typedream.content.td-navbar-item-dropdown-menu {
    display: flex;
  }
}
@media (max-device-width: 1024px) and (min-device-height: 768px) and (orientation: landscape) {
  .td-navbar-item .td-navbar-item-dropdown {
    pointer-events: none;
    cursor: default;
  }
  .td-navbar-item[data-state="open"] .td-navbar-item-dropdown {
    pointer-events: auto;
  }
}
.typedream.content {
  --background: #fff;
  --background-highlight: #f0f3f9;
  --background-highlight-highlight: #e5eaf5;
  --background-button: #fff;
  --background-modal: linear-gradient(136.61deg, #fff 13.72%, #fff 74.3%);
  --background-modal-highlight: #f8f9fb;
  --background-popup-overlay: hsla(217, 6%, 59%, 0.4);
  --shadow-modal-color: rgba(0, 0, 0, 0.09);
  --shadow-modal: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  --shadow-modal-highlight: rgba(0, 0, 0, 0.6) 0px 3px 20px;
  --shadow-card: rgba(0, 0, 0, 0.12) 0px 10px 40px -10px;
  --shadow-card-highlight: rgba(0, 0, 0, 0.3) 0px 10px 40px -10px;
  --shadow-navbar: 0 0 20px rgba(0, 0, 0, 0.04);
  --highlight: rgba(0, 0, 0, 0.05);
  --highlight-highlight: rgba(0, 0, 0, 0.1);
  --highlight-3: rgba(0, 0, 0, 0.3);
  --border-modal: #eff1f4;
  --border-highlight: #e7eaee;
  --text: #000;
  --side-background: #fff;
  --side-text: #3c4149;
  --text-sharp: #282a30;
  --text-light: #6b6f76;
  --text-lighter: #929cad;
  --accent: #6e79d6;
  --accent-light: #efeffe;
  --accent-transparent: rgba(113, 124, 225, 0.2);
  --accent-semi-transparent: rgba(113, 124, 225, 0.5);
  --accent-highlight: #717ce1;
  --text-on-accent: #fff;
  --background-input: #fff;
  --border-input: #dfe1e4;
  --border-input-focused: #2161dc;
  --background-invert: #131415;
  --background-invert-highlight: #2d2f36;
  --text-invert: #d7d8db;
  --text-invert-light: #8a8f98;
  --danger: var(--error-500);
  --danger-transparent: rgba(254, 236, 240, 0.3);
  --danger-background: var(--error-25);
  --green: #48c774;
  --dark-transparent: rgba(39, 40, 43, 0.6);
  --light-transparent: hsla(225, 5%, 85%, 0.6);
  --background-input-dark: #1f2023;
  --border-input-dark: #3c3f44;
  --border-input-focused-dark: #6499ff;
  --text-white: #d7d8db;
  --box-transition: opacity 0.3s,
    width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --background-light-theme: #fff;
  --text-light-theme: #000;
  --background-dark-theme: #131415;
  --text-dark-theme: #d7d8db;
  --shadow-color-unicorn: #f18099;
  --shadow-color-nebula: #b664b0;
  --shadow-color-water: #67b7e5;
  --shadow-color-candy: #9d8eee;
  --shadow-color-melon: #5cd4ac;
  --shadow-color-orange: #fa9e34;
  --shadow-color-yellow: #f7cc5c;
  --shadow-color-green: #23cfa4;
  --shadow-color-blue: #06c1ff;
  --shadow-color-indigo: #6968f7;
  --shadow-color-purple: #8a24ff;
  --shadow-color-pink: #f54b94;
  --shadow-color-red: #f32e60;
  --shadow-color-black: #000;
  --shadow-color-white: rgba(0, 0, 0, 0.2);
  --shadow-color-accent: #6e79d6;
  --neutral-25: #fff;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #ebebeb;
  --neutral-300: #e0e0e0;
  --neutral-400: #ccc;
  --neutral-500: #aaa;
  --neutral-600: grey;
  --neutral-700: #555;
  --neutral-800: #2a2a2a;
  --neutral-900: #000;
  --primary-25: #dfdffc;
  --primary-50: #c9c9fa;
  --primary-100: #aeaef7;
  --primary-200: #9493f4;
  --primary-300: #7978f2;
  --primary-400: #5e5def;
  --primary-500: #4e4ec7;
  --primary-600: #3f3e9f;
  --primary-700: #2f2f78;
  --primary-800: #1f1f50;
  --primary-900: #131330;
  --error-25: #fed5d5;
  --error-50: #fdbaba;
  --error-100: #fc9797;
  --error-200: #fb7474;
  --error-300: #fa5252;
  --error-400: #f92f2f;
  --error-500: #d02727;
  --error-600: #a61f1f;
  --error-700: #7d1818;
  --error-800: #531010;
  --error-900: #320909;
  --warning-25: #ffefd3;
  --warning-50: #fee5b5;
  --warning-100: #fed790;
  --warning-200: #feca6c;
  --warning-300: #fdbd47;
  --warning-400: #fdb022;
  --warning-500: #d3931c;
  --warning-600: #a97517;
  --warning-700: #7f5811;
  --warning-800: #543b0b;
  --warning-900: #332307;
  --success-25: #d0f1e1;
  --success-50: #d0f1e1;
  --success-100: #88dbb5;
  --success-200: #61cf9c;
  --success-300: #39c383;
  --success-400: #12b76a;
  --success-500: #0f9858;
  --success-600: #0c7a47;
  --success-700: #095c35;
  --success-800: #063d23;
  --success-900: #042515;
  --red-25: #fdd5df;
  --red-50: #fbb9ca;
  --red-100: #f997b0;
  --red-200: #f77495;
  --red-300: #f5517b;
  --red-400: #f32e60;
  --red-500: #ca2650;
  --red-600: #a21f40;
  --red-700: #7a1730;
  --red-800: #510f20;
  --red-900: #310913;
  --orange-25: #feecd6;
  --orange-50: #fddfbb;
  --orange-100: #fdce9a;
  --orange-200: #fcbe78;
  --orange-300: #fbae56;
  --orange-400: #fa9e34;
  --orange-500: #d0842b;
  --orange-600: #a76923;
  --orange-700: #7d4f1a;
  --orange-800: #533511;
  --orange-900: #32200a;
  --green-25: #d3f5ed;
  --green-50: #b6efe0;
  --green-100: #91e7d1;
  --green-200: #6cdfc2;
  --green-300: #48d7b2;
  --green-400: #23cfa3;
  --green-500: #1dac88;
  --green-600: #178a6d;
  --green-700: #116751;
  --green-800: #0c4536;
  --green-900: #042515;
  --blue-25: #ccf3ff;
  --blue-50: #abeaff;
  --blue-100: #80e0ff;
  --blue-200: #56d5ff;
  --blue-300: #2ccbff;
  --blue-300: #02c1ff;
  --blue-400: #02c1ff;
  --blue-500: #02a1d5;
  --blue-600: #0181aa;
  --blue-700: #016080;
  --blue-800: #014055;
  --blue-900: #002733;
  --indigo-25: #dfdffc;
  --indigo-50: #c9c9fa;
  --indigo-100: #aeaef7;
  --indigo-200: #9493f4;
  --indigo-300: #7978f2;
  --indigo-400: #5e5def;
  --indigo-500: #4e4ec7;
  --indigo-600: #3f3e9f;
  --indigo-700: #2f2f78;
  --indigo-800: #1f1f50;
  --indigo-900: #131330;
  --purple-25: #e8d3ff;
  --purple-50: #d8b6ff;
  --purple-100: #c492ff;
  --purple-200: #b16dfe;
  --purple-300: #9d49fe;
  --purple-400: #8a24fe;
  --purple-500: #731ed4;
  --purple-600: #5c18a9;
  --purple-700: #45127f;
  --purple-800: #2e0c55;
  --purple-900: #1c0733;
  --pink-25: #fddbea;
  --pink-50: #fbc3db;
  --pink-100: #faa4c9;
  --pink-200: #f886b8;
  --pink-300: #f66ba6;
  --pink-400: #f44a94;
  --pink-500: #cb3e7b;
  --pink-600: #a33163;
  --pink-700: #7a254a;
  --pink-800: #511931;
  --pink-900: #310f1e;
  --color-border: var(--neutral-400);
  --color-border-light: var(--neutral-300);
  --color-text-light: var(--neutral-800);
  --color-surface-raised: var(--neutral-25);
  --color-background-input: var(--neutral-25);
  --elevation-surface-raised: 0px 0px 0px transparent,
    0px 1px 1px rgba(3, 4, 4, 0.5), 0px 0px 1px rgba(3, 4, 4, 0.5);
  color: var(--text);
  font-family: Inter, Helvetica, Apple Color Emoji, Segoe UI Emoji,
    NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji,
    EmojiSymbols, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
[data-theme="dark"] .typedream.content {
  --background: #131415;
  --background-highlight: #2c2c30;
  --background-highlight-highlight: #393941;
  --background-button: #1f2124;
  --background-modal: linear-gradient(136.61deg, #27282b 13.72%, #2d2e31 74.3%);
  --background-modal-highlight: #37373c;
  --background-popup-overlay: rgba(28, 29, 31, 0.5);
  --shadow-modal-color: rgba(0, 0, 0, 0.2);
  --shadow-modal: rgba(0, 0, 0, 0.35) 0px 7px 32px 0px;
  --shadow-modal-highlight: rgba(0, 0, 0, 0.6) 0px 7px 32px 0px;
  --shadow-navbar: 0 0 20px rgba(0, 0, 0, 0.4);
  --highlight: hsla(0, 0%, 100%, 0.05);
  --highlight-highlight: hsla(0, 0%, 100%, 0.1);
  --highlight-3: hsla(0, 0%, 100%, 0.3);
  --border-modal: #303236;
  --text: #fff;
  --side-background: #131415;
  --side-text: #d7d8db;
  --text-light: #8a8f98;
  --text-lighter: #757783;
  --text-sharp: #fff;
  --accent: #7381ff;
  --accent-light: #1d1e33;
  --accent-transparent: rgba(115, 129, 255, 0.2);
  --accent-semi-transparent: rgba(115, 129, 255, 0.5);
  --accent-highlight: #8995ff;
  --text-on-accent: #fff;
  --background-input: #1f2023;
  --border-input: #3c3f44;
  --border-input-focused: #6499ff;
  --background-invert: #fff;
  --background-invert-highlight: #f0f3f9;
  --text-invert: #3c4149;
  --text-invert-light: #6b6f76;
  --danger: var(--error-300);
  --danger-transparent: rgba(204, 15, 53, 0.3);
  --danger-background: var(--error-800);
  --shadow-color-unicorn: #000;
  --shadow-color-nebula: #000;
  --shadow-color-water: #000;
  --shadow-color-candy: #000;
  --shadow-color-melon: #000;
  --shadow-color-orange: #000;
  --shadow-color-yellow: #000;
  --shadow-color-green: #000;
  --shadow-color-blue: #000;
  --shadow-color-indigo: #000;
  --shadow-color-purple: #000;
  --shadow-color-pink: #000;
  --shadow-color-red: #000;
  --shadow-color-black: #000;
  --shadow-color-white: #000;
  --shadow-color-accent: #000;
  --neutral-900: #fff;
  --neutral-800: #ccc;
  --neutral-700: #646668;
  --neutral-600: #43474b;
  --neutral-500: #3e4246;
  --neutral-400: #35383b;
  --neutral-300: #35383b;
  --neutral-200: #303335;
  --neutral-100: #26282b;
  --neutral-50: #1d1e20;
  --neutral-25: #131415;
  --color-border: var(--neutral-600);
  --color-border-light: var(--neutral-500);
  --color-text-light: var(--neutral-800);
  --color-surface-raised: var(--neutral-400);
  --color-background-input: var(--neutral-200);
  --elevation-surface-raised: 0px 0px 0px transparent,
    0px 1px 1px rgba(3, 4, 4, 0.5), 0px 0px 1px rgba(3, 4, 4, 0.5);
}
.typedream.content h1,
.typedream.content h2,
.typedream.content h3,
.typedream.content h4,
.typedream.content h5,
.typedream.content h6,
.typedream.content ol,
.typedream.content p,
.typedream.content pre,
.typedream.content ul {
  margin: unset;
}
.typedream.content *,
.typedream.content :after,
.typedream.content :before {
  box-sizing: inherit;
}
.typedream.content a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .typedream.content .mobile\:hidden:not([data-slate-editor] .mobile\:hidden) {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .typedream.content
    .desktop\:hidden:not([data-slate-editor] .desktop\:hidden) {
    display: none !important;
  }
}
.typedream.content
  .animated-block-initial:not([data-slate-editor] .animated-block-initial) {
  opacity: 0;
}
.typedream.content .animated-block-visible {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.typedream.content .animated-block-visible.slide-in-up {
  -webkit-animation-name: slide-in-up;
  animation-name: slide-in-up;
}
.typedream.content .animated-block-visible.slide-in-down {
  -webkit-animation-name: slide-in-down;
  animation-name: slide-in-down;
}
.typedream.content .animated-block-visible.slide-in-left {
  -webkit-animation-name: slide-in-left;
  animation-name: slide-in-left;
}
.typedream.content .animated-block-visible.slide-in-right {
  -webkit-animation-name: slide-in-right;
  animation-name: slide-in-right;
}
.typedream.content .animated-block-visible.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.typedream.content .animated-block-visible.scale-in-grow {
  -webkit-animation-name: scale-in-grow;
  animation-name: scale-in-grow;
}
.typedream.content .animated-block-visible.scale-in-shrink {
  -webkit-animation-name: scale-in-shrink;
  animation-name: scale-in-shrink;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: translateY(-3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: translateY(-3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-in-down {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in-down {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: translate(-3px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: translate(-3px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translate(-100px);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: translate(3px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translate(-100px);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: translate(3px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes scale-in-grow {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: scale(103%);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale-in-grow {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: scale(103%);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scale-in-shrink {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: scale(97%);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale-in-shrink {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  20% {
    opacity: 15%;
  }
  40% {
    opacity: 1;
    transform: scale(97%);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
._1h3aayo0 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  white-space: normal;
}
._1h3aayo0 > * {
  width: 100%;
  flex: 1 1;
}
._1h3aayo0 > iframe {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
}
._1h3aayo0 iframe {
  width: 100%;
  height: 100%;
}
.typedream.content .yk4y7v0,
.yk4y7v0 {
  text-decoration: none;
  color: var(--accent);
}
._107wm5h0 {
  display: block;
  height: 1.18em;
}
.mt1x150 {
  position: relative;
}
.mt1x150::marker {
  color: var(--marker-color);
}
._1buablx0 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  white-space: normal;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
._1buablx1 {
  align-items: flex-start;
}
._1buablx2 {
  align-items: center;
}
._1buablx3 {
  align-items: flex-end;
}
._1buablx4 {
  justify-content: flex-start;
}
._1buablx5 {
  justify-content: center;
}
._1buablx6 {
  justify-content: flex-end;
}
._1buablx7 {
  position: absolute;
  inset: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._1buablx7 ~ * {
  z-index: 1;
}
._1buablx7 img,
._1buablx7 video {
  pointer-events: none;
}
._1buablx8 {
  position: fixed;
  top: 0;
  min-width: 100vw;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0 !important;
  margin: 0 !important;
}
.r2ud8k0 {
  position: relative;
}
.vvqwo70 {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.vvqwo71 {
  background-color: var(--background-highlight);
  padding: 16px 20px;
}
.vvqwo72 {
  width: 100%;
}
.vvqwo73 {
  padding: 16px;
  border-radius: 0;
}
.vvqwo74 {
  border-radius: 99px;
}
.vvqwo75 {
  border-radius: 10px;
}
.vvqwo77 {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 99px;
  min-width: 142px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  color: var(--text-lighter);
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.vvqwo77,
.vvqwo78 {
  transition: all 0.1s ease;
}
.vvqwo78 {
  font-weight: 700;
  background-color: var(--accent);
  color: var(--text-invert-sharp);
}
.vvqwo7b {
  border-radius: 10px;
}
.vvqwo7c {
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
}
.vvqwo7d {
  background-color: var(--accent);
  color: var(--text-invert-sharp);
}
.vvqwo7e {
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
.vvqwo7e:focus,
.vvqwo7e:hover {
  transition: all 0.1s ease;
  color: var(--accent);
}
.vvqwo7h {
  border-radius: 10px;
}
.vvqwo7h:focus:not(.vvqwo7b),
.vvqwo7h:hover:not(.vvqwo7b) {
  transition: all 0.1s ease;
  background-color: var(--background-highlight-highlight);
}
.vvqwo7j {
  display: flex;
  gap: 4px;
  overflow: visible;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.vvqwo7k {
  padding: 16px;
  margin: -16px;
}
.vvqwo7k::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: 0 0;
}
.vvqwo7l {
  padding: 16px;
  margin: -16px;
  border-radius: 99px;
}
.vvqwo7l::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: 0 0;
}
.vvqwo7m {
  padding: 16px;
  margin: -16px;
}
.vvqwo7m::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: 0 0;
}
.vvqwo7p,
.vvqwo7q {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.vvqwo7v {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  height: 100%;
  width: 10%;
  min-width: 50px;
  transform: translateY(-50%);
}
.vvqwo7w {
  left: auto;
  right: 8px;
  justify-content: flex-end;
}
:is(.vvqwo7s, .vvqwo7t, .vvqwo7p) .vvqwo7w {
  right: 16px;
}
.vvqwo7x {
  left: 8px;
  justify-content: flex-start;
}
:is(.vvqwo7s, .vvqwo7t, .vvqwo7p) .vvqwo7x {
  left: 16px;
}
.vvqwo7w button,
.vvqwo7x button {
  border: 0;
  padding: 0;
  border-radius: 50%;
  background-color: var(--background);
  width: 36px;
  height: 36px;
  color: var(--text-lighter);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 20px -10px var(--shadow-color-white);
}
:is(.vvqwo7s, .vvqwo7t, .vvqwo7p) :is(.vvqwo7x, .vvqwo7w) button {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .vvqwo7i {
    padding: 8px 20px;
    width: 100%;
    border: 0;
    border-radius: 8px;
    background-color: transparent;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--text-lighter);
    cursor: pointer;
  }
  .vvqwo7i:focus:not(.vvqwo7d),
  .vvqwo7i:hover:not(.vvqwo7d) {
    transition: all 0.1s ease;
    background-color: var(--background-highlight-highlight);
  }
  .vvqwo7i.vvqwo7d {
    background-color: var(--accent);
  }
  .vvqwo7o {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .vvqwo72 {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: var(--background-highlight);
    padding: 16px 20px;
    border-radius: 10px;
  }
  .vvqwo7d {
    font-weight: 700;
  }
  .vvqwo7d,
  .vvqwo7i {
    transition: all 0.1s ease;
    border-radius: 10px;
  }
  .vvqwo7i {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.5em;
    min-width: 142px;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 600;
    color: var(--text-lighter);
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }
  .vvqwo7i:focus:not(.vvqwo7d),
  .vvqwo7i:hover:not(.vvqwo7d) {
    transition: all 0.1s ease;
    background-color: var(--background-highlight-highlight);
  }
  .vvqwo7i.vvqwo7d {
    background-color: var(--accent);
  }
  .vvqwo7o {
    display: flex;
    gap: 4px;
    overflow: visible;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding: 16px;
    margin: -16px;
  }
  .vvqwo7o::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0;
  }
}
.bm0wyz0 {
  overflow: hidden;
  background-color: var(--background);
  border-radius: 8px;
  border: 2px solid var(--border-input);
}
.bm0wyz2 {
  all: unset;
  height: 35px;
  padding: 0 35px 0 25px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bm0wyz2:hover {
  background-color: var(--border-input);
}
.bm0wyz3 {
  position: absolute;
  left: 0;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bm0wyz4 {
  all: unset;
  width: 100%;
  border: 1px solid var(--color-border);
  background: var(--color-background-input);
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 0 15px;
  height: 40px;
  gap: 5px;
  font-size: 16px;
  position: relative;
  color: var(--text);
}
.bm0wyz4[data-placeholder] {
  color: var(--text-lighter);
}
.bm0wyz5 {
  border: 2px solid var(--danger);
}
.bm0wyz6 {
  color: var(--danger);
  font-size: 14px;
}
.bm0wyz8 {
  height: 25px;
  cursor: default;
}
.bm0wyz8,
.bm0wyz9 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bm0wyz9 {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background-color: var(--danger-background);
  color: var(--danger);
}
.bm0wyz9 span {
  position: relative;
  top: 2px;
}
.l4d89p0 {
  position: relative;
  all: unset;
  display: flex;
}
[data-accordion-style="button"] .l4d89p1 {
  display: inline;
  display: initial;
  transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
[data-accordion-style="button"] [data-state="open"] .l4d89p1 {
  transform: rotate(-180deg);
}
.l4d89p2 {
  font-size: 24px;
  color: #b1b5dc;
  display: none;
}
[data-accordion-style="button"] .l4d89p2,
[data-accordion-style="card"] .l4d89p2 {
  margin-left: 1rem;
}
[data-accordion-style="plain"] .l4d89p2 {
  margin-right: 1rem;
}
[data-accordion-style="card"] .l4d89p4,
[data-accordion-style="card"] [data-state="open"] .l4d89p3,
[data-accordion-style="plain"] .l4d89p4,
[data-accordion-style="plain"] [data-state="open"] .l4d89p3 {
  display: inline;
  display: initial;
}
[data-accordion-style="card"] [data-state="open"] .l4d89p4,
[data-accordion-style="plain"] [data-state="open"] .l4d89p4 {
  display: none;
}
.l4d89p5 {
  all: unset;
  background-color: transparent;
  padding: 15px 30px;
  flex: 1 1;
  display: flex;
  align-items: center;
}
[data-accordion-style="button"] .l4d89p5,
[data-accordion-style="card"] .l4d89p5 {
  justify-content: space-between;
}
[data-accordion-style="plain"] .l4d89p5 {
  flex-direction: row-reverse;
  justify-content: left;
}
._16lmqj10 {
  border: 2px solid var(--color-border);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
  cursor: pointer;
}
._16lmqj11 {
  color: var(--background);
}
._16lmqj12 {
  margin: 2px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--color-border);
  background: var(--color-background-input);
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
._16lmqj13 {
  background-color: var(--accent);
  border: 2px solid var(--accent);
}
._16lmqj12 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
@-webkit-keyframes num1mw0 {
  0% {
    height: 0;
  }
  to {
    height: var(--radix-accordion-content-height);
  }
}
@keyframes num1mw0 {
  0% {
    height: 0;
  }
  to {
    height: var(--radix-accordion-content-height);
  }
}
@-webkit-keyframes num1mw1 {
  0% {
    height: var(--radix-accordion-content-height);
  }
  to {
    height: 0;
  }
}
@keyframes num1mw1 {
  0% {
    height: var(--radix-accordion-content-height);
  }
  to {
    height: 0;
  }
}
.num1mw2 {
  position: relative;
  overflow: hidden;
}
.num1mw2[data-state="closed"] {
  -webkit-animation: num1mw1 0.3s cubic-bezier(0.87, 0, 0.13, 1) forwards;
  animation: num1mw1 0.3s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.num1mw2[data-state="open"] {
  -webkit-animation: num1mw0 0.3s cubic-bezier(0.87, 0, 0.13, 1) forwards;
  animation: num1mw0 0.3s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.num1mw3 {
  padding: 0 30px 30px;
}
[data-accordion-style="plain"] .num1mw3 {
  padding-left: 70px;
}
.gbm3cz0 {
  position: relative;
  all: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.gbm3cz0 input[type="text"],
input[type="number"] {
  all: unset;
  width: 100%;
  font-size: 16px;
}
.gbm3cz2 {
  position: relative;
  padding: 10px 15px;
  border-radius: 8px;
  height: 40px;
  border: 1px solid var(--color-border);
  background: var(--color-background-input);
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.gbm3cz2:focus-within {
  outline: unset;
  border: 1px solid var(--accent);
}
.gbm3cz2::-moz-placeholder {
  color: var(--neutral-600);
}
.gbm3cz2:-ms-input-placeholder {
  color: var(--neutral-600);
}
.gbm3cz2::placeholder {
  color: var(--neutral-600);
}
.gbm3cz3 {
  opacity: 0;
}
.gbm3cz2:focus-within .gbm3cz3 {
  opacity: 1;
}
.gbm3cz4 {
  color: var(--danger);
  border: 1px solid var(--danger);
}
.gbm3cz4:focus-within {
  outline: unset;
  border: 1px solid var(--danger);
}
.gbm3cz5 {
  line-height: 200%;
  color: var(--danger);
  font-size: 14px;
}
.gbm3cz6 {
  font-size: 0.8rem;
  margin-bottom: 4px;
}
.gbm3cz7 {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background-color: var(--danger-background);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--danger);
}
.gbm3cz7 span {
  position: relative;
  top: 2px;
}
.kpid2t0 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--width);
  max-width: var(--max-width);
  min-height: var(--min-height);
  padding: 20px 25px;
}
.kpid2t1 {
  justify-content: flex-end;
}
.kpid2t2 {
  align-items: center;
}
.kpid2t3 {
  align-items: flex-start;
}
.kpid2t4 {
  justify-content: center;
}
.kpid2t5 {
  align-items: flex-end;
}
.kpid2t6 {
  justify-content: flex-start;
}
.kpid2t7 {
  all: unset;
  background: var(--color-surface-raised);
  border: 1px solid var(--color-border-light);
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 12px;
  gap: 8px;
  color: var(--color-text-light);
  margin-top: 24px;
  cursor: pointer;
}
.kpid2t8 {
  height: 77px;
  width: 77px;
  margin-bottom: 24px;
}
.kpid2t9 {
  height: 28px;
  width: 28px;
}
.kpid2ta {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 20px;
  background: var(--error-200);
  color: #fff;
  gap: 16px;
}
.kpid2tb {
  margin-bottom: 4px;
}
.kpid2tc {
  font-size: 0.75rem;
}
._11cr6ec0 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
._11cr6ec0:not(:last-of-type) {
  margin-bottom: 1rem;
}
[data-accordion-style="button"] ._11cr6ec0 {
  border-radius: 43px;
  box-shadow: 0 8px 38px #0000001a;
}
[data-accordion-style="card"] ._11cr6ec0 {
  border-radius: 10px;
  box-shadow: 0 8px 38px #0000001a;
}
[data-accordion-style="plain"] ._11cr6ec0 {
  border-radius: 10px;
}
._11cr6ec1 {
  position: absolute;
  inset: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}
._11cr6ec1 img {
  pointer-events: none;
}
._11cr6ec1 ~ * {
  z-index: 1;
}
[data-accordion-style="button"] ._11cr6ec1 img {
  border-radius: 43px;
}
[data-accordion-style="card"] ._11cr6ec1 img,
[data-accordion-style="plain"] ._11cr6ec1 img {
  border-radius: 10px;
}
.x1sja70 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
._1j76um0 {
  position: relative;
  isolation: isolate;
}
._1buablx0 > ._1j76um0,
.x1sja70 > ._1j76um0 {
  padding-left: 30px;
  padding-right: 30px;
}
._1j76um4 {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
._1j76umd {
  min-height: var(--min-height);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
._1j76umd._1j76um8 {
  justify-content: center;
}
._1j76umd._1j76um9 {
  justify-content: flex-end;
}
._1j76ume {
  position: absolute;
  inset: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._1j76ume img {
  pointer-events: none;
}
._1j76ume ~ * {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  ._1j76um4._1j76um3 {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  ._1j76umd {
    min-height: unset;
    height: auto;
  }
  ._1j76um3 ._1j76umd {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  ._1j76um3._1j76um2 ._1j76umd {
    flex-direction: row-reverse;
  }
  ._1j76um3:first-child ._1j76umd {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  ._1j76um1 ._1j76umd {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: unset;
  }
  ._1j76um1._1j76um2 ._1j76umd {
    flex-direction: column-reverse;
  }
  ._1j76um3 ._1j76umd._1j76um6,
  ._1j76um3 ._1j76umd._1j76um8:not(._1j76um5),
  ._1j76um3 ._1j76umd._1j76um9:not(._1j76um5) {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
  }
}
._10w3u1b0 {
  width: 100%;
  display: flex;
}
._1buablx0 > ._10w3u1b0,
.x1sja70 > ._10w3u1b0 {
  max-width: var(--max-width);
}
._10w3u1b1 {
  position: relative;
  width: var(--width);
  aspect-ratio: var(--aspect-ratio);
  max-width: 100%;
}
._10w3u1b2 {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
._10w3u1b3 {
  -o-object-fit: cover;
  object-fit: cover;
}
._10w3u1b4 {
  transition: all 0.3s;
  max-width: 100%;
}
._10w3u1b4:hover {
  margin-top: -10px;
  margin-bottom: 10px;
}
.c7sewk0 {
  position: relative;
  box-sizing: border-box;
}
._1buablx0 > .c7sewk0,
.x1sja70 > .c7sewk0 {
  padding-left: 30px;
  padding-right: 30px;
}
.c7sewk1 {
  border: none;
  margin: 13px 0;
  background-color: var(--text-lighter) !important;
  height: 1px !important;
  opacity: 0.3;
  width: 100%;
}
._161hv3m0 {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
._161hv3m3 {
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(100%);
  white-space: nowrap;
  height: 100%;
}
._161hv3m3._161hv3m1 {
  transform: translateY(0);
  opacity: 1;
}
._161hv3m3._161hv3m2 {
  transform: translateY(-100%);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  ._161hv3m0 {
    vertical-align: middle;
  }
}
._154h9rv0 {
  position: relative;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  width: var(--width);
  max-width: var(--max-width);
}
._1buablx0 > ._154h9rv0,
.x1sja70 > ._154h9rv0 {
  padding-left: 30px;
  padding-right: 30px;
}
._154h9rv0 > div:first-child {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._154h9rv0 input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  margin: 0;
  position: relative;
  cursor: pointer;
  accent-color: var(--accent);
}
._1iqelwt0,
.k5xziq0 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.k5xziq0 {
  padding: 1rem;
}
[data-navbar-dropdown-item-type="short"] .k5xziq0 {
  row-gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .k5xziq0 {
    padding: 0;
  }
}
.fti94b0 {
  border-radius: 0.25rem;
}
.fti94b2 {
  position: relative;
  box-shadow: none;
  background-color: transparent;
  padding-top: 16px;
  width: 100%;
}
.fti94b4 {
  background: var(--background);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  justify-content: safe center;
  margin: 0 auto;
}
.fti94b4[data-navbar-dropdown-item-type="simple"],
.fti94b4[data-navbar-dropdown-item-type="title_only"] {
  row-gap: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .fti94b2 {
    position: var(--position);
    left: var(--left);
    box-shadow: 0 22px 40px #0000000f;
  }
  .fti94b2.fti94b1 {
    padding-top: 0;
  }
  .fti94b2.fti94b0 {
    width: unset;
    max-width: unset;
  }
  .fti94b3 {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid var(--background);
  }
  .fti94b4 {
    display: grid;
    grid-template-columns: repeat(var(--columns), 350px);
    padding-bottom: 0.5rem;
  }
  .fti94b1 .fti94b4 {
    overflow-x: auto;
    padding: 3rem;
  }
  .fti94b0 .fti94b4 {
    padding: 2rem 3rem;
    border-radius: 6px;
  }
}
.vdg96m1 {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 0.75rem 2rem;
  line-height: 1.21;
  border-radius: 16px;
}
[data-navbar-dropdown-item-type="short"] .vdg96m1 {
  gap: 1.5rem;
  padding: 2rem;
}
[data-navbar-dropdown-item-type="simple"] .vdg96m1,
[data-navbar-dropdown-item-type="title_only"] .vdg96m1 {
  border-radius: 8px;
}
.vdg96m1.vdg96m0 {
  background: linear-gradient(270deg, #8000ff, #5e5de7);
  padding: 32px;
  margin: 0 1rem;
  grid-column: 1/-1;
}
.vdg96m1:not([data-slate-editor] .vdg96m1):hover {
  background: var(--background-highlight);
}
.vdg96m2 {
  border-radius: 14px;
  flex-shrink: 0;
  overflow: hidden;
}
.vdg96m2 > img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vdg96m3 {
  height: 1.21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vdg96m1:not([data-slate-editor] .vdg96m1):hover .vdg96m3:after {
  content: "->";
  position: absolute;
  right: 22px;
}
.vdg96m0:not([data-slate-editor] .vdg96m0):hover .vdg96m3 span {
  color: #323232 !important;
}
.vdg96m4 {
  height: 2.42em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vdg96m0 .vdg96m4 {
  height: auto;
  -webkit-line-clamp: unset;
}
.vdg96m5 {
  display: inherit;
  gap: inherit;
  width: 100%;
}
.vdg96m0:not([data-slate-editor] .vdg96m0):hover .vdg96m4 span {
  color: #999 !important;
}
@media only screen and (max-width: 768px) {
  .vdg96m1.vdg96m0 {
    margin: 0;
  }
}
.yk4y7v0:hover ._1untytp0 {
  text-decoration: underline;
}
._1untytp0 span:not(:empty),
._1untytp0:not(:empty) {
  font-size: var(--font-size);
  line-height: var(--line-height);
}
._1untytp0 span:empty:after,
._1untytp0:empty:after {
  content: "\feff";
}
._1untytp0 code {
  background-color: var(--background-highlight);
  color: var(--text-light);
  padding: 0.25em 0.5em;
  font-size: 0.875em;
}
@media only screen and (max-width: 768px) {
  ._1untytp0 span:not(:empty),
  ._1untytp0:not(:empty) {
    font-size: var(--mobile-font-size);
    line-height: var(--mobile-line-height);
  }
}
._122mapi0 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: var(--width);
  padding: 20px 15px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
._1j76uma ._122mapi0 {
  justify-content: flex-start;
}
._1j76umb ._122mapi0 {
  justify-content: center;
}
._1j76umc ._122mapi0 {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  ._1j76um1 ._122mapi0 {
    width: 100%;
    max-width: 100%;
    padding: 5px 15px;
  }
  ._1j76um3 ._122mapi0 {
    padding: 5px 8px;
  }
  ._1j76um3 ._1j76um6 ._122mapi0,
  ._1j76um3 ._1j76um8:not(._1j76um5) ._122mapi0,
  ._1j76um3 ._1j76um9:not(._1j76um5) ._122mapi0 {
    max-width: calc(var(--width-float) * var(--column-width));
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
}
.ohgk4r0 {
  position: relative;
  color: inherit;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.125;
  width: var(--width);
  max-width: var(--max-width);
}
._1buablx0 > .ohgk4r0,
.x1sja70 > .ohgk4r0 {
  padding-left: 30px;
  padding-right: 30px;
}
._122mapi0 > .ohgk4r0,
.l4d89p0 > button > .ohgk4r0 {
  width: 100%;
  max-width: 100%;
}
h1.ohgk4r1 {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -2.5px;
}
h2.ohgk4r2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
}
h3.ohgk4r3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 768px) {
  h1.ohgk4r1 {
    font-size: 40px;
  }
  h2.ohgk4r2 {
    font-size: 30px;
  }
  h3.ohgk4r3 {
    font-size: 23px;
  }
}
._56g1z10 {
  position: relative;
  width: var(--width);
  max-width: var(--max-width);
}
._1buablx0 > ._56g1z10,
.x1sja70 > ._56g1z10 {
  padding-left: 30px;
  padding-right: 30px;
}
._122mapi0 > ._56g1z10 {
  width: 100%;
  max-width: 100%;
}
._56g1z11 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0.5rem 0;
  padding: 0.25em 1em 0.25em 30px;
  border-left: 1px solid var(--accent);
  font-size: large;
  letter-spacing: -0.4px;
  line-height: 2;
}
._2w3c4y0 {
  position: relative;
  width: var(--width);
  max-width: var(--max-width);
}
._1buablx0 > ._2w3c4y0,
.x1sja70 > ._2w3c4y0 {
  padding-left: 30px;
  padding-right: 30px;
}
._122mapi0 > ._2w3c4y0 {
  width: 100%;
  max-width: 100%;
}
._2w3c4y1,
._2w3c4y2 {
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
._2w3c4y2 {
  margin: 0;
  line-height: normal;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
  background-color: var(--background-button);
  box-shadow: var(--shadow-modal);
  border-radius: 10px;
}
.uay4480 {
  position: relative;
  margin: 0;
  -webkit-padding-start: 24px;
  padding-inline-start: 24px;
  text-align: left;
  width: var(--width);
  max-width: var(--max-width);
}
._122mapi0 > .uay4480 {
  width: 100%;
  max-width: 100%;
}
._1buablx0 > .uay4480,
.x1sja70 > .uay4480 {
  -webkit-padding-start: 54px;
  padding-inline-start: 54px;
}
._1vo7q450 {
  position: relative;
  color: inherit;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  width: var(--width);
  max-width: var(--max-width);
}
._1buablx0 > ._1vo7q450,
.x1sja70 > ._1vo7q450 {
  padding-left: 30px;
  padding-right: 30px;
}
._122mapi0 > ._1vo7q450,
.l4d89p0 > button > ._1vo7q450,
.num1mw3 ._1vo7q450 {
  width: 100%;
  max-width: 100%;
}
._1paom1l0 {
  position: relative;
  display: flex;
  justify-content: var(--horizontal-alignment);
  width: var(--width);
  max-width: var(--max-width);
}
._1buablx0 > ._1paom1l0,
.x1sja70 > ._1paom1l0 {
  padding-left: 30px;
  padding-right: 30px;
}
._122mapi0 > ._1paom1l0 {
  width: 100%;
  max-width: 100%;
}
._1paom1l1 {
  position: relative;
  padding: 12px 20px;
  border-radius: 999px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: inherit;
  font-size: unset;
  line-height: unset;
  background-color: unset;
}
._1paom1l1,
._1paom1l2 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
}
._1paom1l2 {
  display: grid;
  place-items: center;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  height: 30px;
  padding: 5px;
  margin: -5px -10px;
}
[data-slate-editor] ._1paom1l2 {
  pointer-events: auto;
}
[data-slate-editor] ._1paom1l2:hover {
  border-radius: 999px;
  background-color: #0000001a;
}
._1paom1l2 + :not(:empty) {
  margin-left: 15px;
}
._1paom1l2 img {
  height: 20px;
  width: auto;
}
._1bgwy4x0 {
  position: relative;
  width: var(--width);
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
._1bgwy4x1 {
  align-items: flex-start;
}
._1bgwy4x2 {
  align-items: center;
}
._1bgwy4x3 {
  align-items: flex-end;
}
._1bgwy4x4 {
  justify-content: flex-start;
}
._1bgwy4x5 {
  justify-content: center;
}
._1bgwy4x6 {
  justify-content: flex-end;
}
._1bgwy4x7 {
  transition: all 0.3s;
}
._1bgwy4x7:hover {
  margin-top: -10px;
  margin-bottom: 10px;
}
._122mapi0 > ._1bgwy4x7,
._122mapi0 > ._1bgwy4x7 > ._1bgwy4x8,
._1iqelwt0 > ._1bgwy4x7,
._1iqelwt0 > ._1bgwy4x7 > ._1bgwy4x8 {
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
}
._1bgwy4x9 {
  min-height: var(--min-height);
  padding: 20px 25px;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: var(--aspect-ratio);
}
._1bgwy4x9.card {
  border-radius: 10px;
  box-shadow: var(--shadow-modal);
  background-color: unset;
  overflow: hidden;
}
._122mapi0 > ._1bgwy4x7 > ._1bgwy4x8 > ._1bgwy4x9,
._122mapi0 > ._1bgwy4x9 {
  min-height: unset;
}
._122mapi0 > ._1bgwy4x7 > ._1bgwy4x8 > ._1bgwy4x9,
._122mapi0 > ._1bgwy4x9,
._1iqelwt0 > ._1bgwy4x7 > ._1bgwy4x8 > ._1bgwy4x9,
._1iqelwt0 > ._1bgwy4x9 {
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
}
._1bgwy4xa {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: var(--aspect-ratio);
}
._1bgwy4xb {
  position: absolute;
  inset: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._1bgwy4x9.card ._1bgwy4xb {
  border-radius: 10px;
  overflow: hidden;
}
._1bgwy4xb img {
  pointer-events: none;
}
._1bgwy4xb ~ * {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  ._1bgwy4x9:not(._1iqelwt0 ._1bgwy4x9) {
    min-height: unset;
    height: auto;
  }
}
._13oolbf0 {
  position: relative;
  width: var(--width);
  max-width: var(--max-width);
  border-radius: 6px;
}
._1buablx0 > ._13oolbf0,
.x1sja70 > ._13oolbf0 {
  padding-left: 30px;
  padding-right: 30px;
}
._122mapi0 > ._13oolbf0 {
  width: 100%;
  max-width: 100%;
}
[data-slate-editor] ._13oolbf0 > div:not(:last-child) {
  margin-bottom: 1rem;
}
._1wmk2020 {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
._1buablx0 > ._1wmk2020,
.x1sja70 > ._1wmk2020 {
  padding-left: 30px;
  padding-right: 30px;
}
._1bgwy4x9 > ._1wmk2020,
._1j76um0 > ._1wmk2020 {
  padding-left: unset;
  padding-right: unset;
}
._1wmk2022 {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 0.5rem;
}
._1wmk2023 {
  margin-left: 1rem;
  cursor: pointer;
}
._1wmk2023,
._1wmk2024 {
  color: var(--text-lighter);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
._1wmk2024 {
  margin-right: 1rem;
}
._1wmk2025 {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-lighter);
  text-align: left;
  width: 100%;
}
._1wmk2026 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  cursor: pointer;
  color: var(--accent);
}
._1wmk2026 .loader.is-loading {
  margin-right: 0.25rem;
  border-bottom-color: var(--accent);
  border-left-color: var(--accent);
}
._1wmk2027 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(var(--grid-repeat), minmax(200px, 1fr));
  align-content: center;
}
._1wmk2027,
._1wmk2028 {
  width: 100%;
  justify-content: flex-start;
}
._1wmk2028 {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 10px;
  background-color: var(--background);
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
._1wmk2028:focus-within {
  box-shadow: var(--shadow-card-highlight);
}
._1wmk2028 input {
  border: 0;
  outline: none;
  background: 0 0;
  font-size: 15px;
  flex-grow: 1;
  color: var(--text);
}
._1wmk2028 input::-moz-placeholder {
  color: var(--text-lighter);
}
._1wmk2028 input:-ms-input-placeholder {
  color: var(--text-lighter);
}
._1wmk2028 input::placeholder {
  color: var(--text-lighter);
}
@media screen and (min-width: 768px) {
  ._1wmk2021 {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-gap: 16px;
    gap: 16px;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  ._1wmk2027 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
