@charset "UTF-8";
/*!
 * Zusty v1.2.0
 * Copyright (c) Sarsa Murmu 2019-present
 * Repository https://github.com/sarsamurmu/zusty
 * Licensed under The MIT License
 */
.zust-btn.zust-full-width, .zust-btn.zust-fullwidth, .zust-btns-full-width > .zust-btn:not(.zust-ignored), .zust-btns-fullwidth > .zust-btn:not(.zust-ignored), .zust-fullwidth, .zust-fillup {
  width: -webkit-fill-available;
  width: fill-available;
}

.zust-fullheight {
  height: -webkit-fill-available;
  height: fill-available;
}

:root, [zust-theme="light"] {
  --primary-color: #00b881;
  --primary-text-color: #FFFFFF;
  --primary-hovered-color: #00a876;
  --primary-color-light: rgba(0, 184, 129, 0.3);
  --success-color: #70c51c;
  --success-text-color: #FFFFFF;
  --success-hovered-color: #68b81a;
  --success-color-light: rgba(112, 197, 28, 0.3);
  --warning-color: #ffc105;
  --warning-text-color: #404040;
  --warning-hovered-color: #f5b800;
  --warning-color-light: rgba(255, 193, 5, 0.3);
  --error-color: #FF6348;
  --error-text-color: #FFFFFF;
  --error-hovered-color: #ff4929;
  --error-color-light: rgba(255, 99, 72, 0.3);
  --link-color: #0080ff;
  --link-text-color: #FFFFFF;
  --link-hovered-color: #0075eb;
  --link-color-light: rgba(0, 128, 255, 0.3);
  --body-bg-color: white;
  --body-text-color: #595959;
  --text-color-primary: #404040;
  --text-color-secondary: #595959;
  --text-color-tertiary: #737373;
  --blockquote-line-color: #d9d9d9;
  --divider-color: #e6e6e6;
  --dimmer-bg-color: rgba(0, 0, 0, 0.6);
  --light-color: rgba(144, 144, 144, 0.1);
  --text-color-inverted: #FFFFFF;
  --bg-color-inverted: #212121;
  --item-disabled-bg-color: #ededed;
  --item-disabled-fg-color: #d1d1d1;
  --avatar-bg-color: #ebebeb;
  --avatar-text-color: #FFF;
  --button-bg-color: white;
  --button-border-color: #e6e6e6;
  --button-hovered-border-color: #d6d6d6;
  --button-text-color: #666666;
  --button-border-spread-color: rgba(155, 39, 176, 0.14);
  --button-shadow-color: rgba(214, 214, 214, 0.87);
  --chip-bg-color: #f7f7f7;
  --note-block-bg-color: rgba(144, 144, 144, 0.1);
  --note-block-line-color: #00b881;
  --table-border-color: #e6e6e6;
  --table-bg-color: #f7f7f7;
  --table-hovered-bg-color: #e6e6e6;
  --table-header-bg-color: white;
  --table-header-text-color: #595959;
  --table-footer-bg-color: white;
  --table-footer-text-color: #595959;
  --tooltip-bg-color: #FFF;
  --tooltip-text-color: #595959;
  --checkbox-border-color: #b3b3b3;
  --checkbox-checked-border-color: #00b881;
  --checkbox-checkmark-color: #FFFFFF;
  --checkbox-border-spread-color: rgba(0, 184, 129, 0.3);
  --input-bg-color: #f7f7f7;
  --input-hovered-bg-color: #ededed;
  --input-text-color: #595959;
  --input-border-spread-color: #66edff;
  --input-placeholder-text-color: #757575;
  --input-append-bg-color: #e0e0e0;
  --input-append-fg-color: gray;
  --radio-border-color: #b3b3b3;
  --radio-selected-color: #00b881;
  --radio-border-spread-color: rgba(0, 184, 129, 0.3);
  --range-bg-color: #ededed;
  --switch-bg-color: white;
  --switch-active-bg-color: #00b881;
  --switch-fg-color: #d9d9d9;
  --switch-active-fg-color: #FFF;
  --switch-border-color: #e6e6e6;
  --switch-active-border-color: rgba(0, 184, 129, 0.4);
  --switch-border-spread-color: rgba(0, 184, 129, 0.7);
  --select-bg-color: #f7f7f7;
  --select-hovered-bg-color: #ededed;
  --select-text-color: #595959;
  --select-border-spread-color: #66edff;
  --textarea-bg-color: #f7f7f7;
  --textarea-hovered-bg-color: #ededed;
  --textarea-text-color: #595959;
  --textarea-border-spread-color: #66edff;
  --badge-only-part-bg-color: #00b881;
  --badge-only-part-text-color: #FFFFFF;
  --badge-first-part-bg-color: rgba(144, 144, 144, 0.1);
  --badge-first-part-text-color: #404040;
  --badge-last-part-bg-color: #00b881;
  --badge-last-part-text-color: #FFFFFF;
  --breadcrumb-separator-color: #bfbfbf;
  --breadcrumb-item-color: #0080ff;
  --breadcrumb-item-hovered-color: #0075eb;
  --breadcrumb-item-active-color: #595959;
  --card-bg-color: white;
  --card-border-color: #e0e0e0;
  --progress-back-bg-color: #ededed;
  --progress-back-text-color: #595959;
  --progress-bar-bg-color: #00b881;
  --progress-bar-text-color: #FFFFFF;
  --progress-bar-stripe-color: rgba(255, 255, 255, 0.15);
  --modal-bg-color: white;
  --dropdown-bg-color: white;
  --dropdown-border-color: #e0e0e0;
  --dropdown-text-color: #424242;
  --dropdown-option-hovered-color: #ededed;
  --dropdown-active-item-bg-color: #00b881;
  --dropdown-active-item-text-color: #FFFFFF;
  --navbar-bg-color: #FFF;
  --navbar-shadow-color: rgba(0, 0, 0, 0.05);
  --navbar-item-hovered-color: #00b881;
  --navbar-selected-item-color: #00b881;
  --navbar-selected-item-bg-color: #00b881;
  --navbar-selected-item-text-color: #FFFFFF;
  --pagination-item-bg-color: white;
  --pagination-item-text-color: #666666;
  --pagination-item-border-color: #e6e6e6;
  --pagination-item-hovered-border-color: #d6d6d6;
  --pagination-item-active-bg-color: #00b881;
  --pagination-item-active-text-color: #FFFFFF;
  --pagination-item-active-border-color: rgba(255, 255, 255, 0);
  --placeholder-color: rgba(255, 255, 255, 0.5);
  --placeholder-holder-color: rgba(144, 144, 144, 0.2);
  --tab-selected-item-color: #00b881;
  --tab-selected-item-text-color: #FFFFFF;
  --tab-border-color: rgba(144, 144, 144, 0.2);
}

[zust-theme="dark"] {
  --primary-color: #00cc8f;
  --primary-text-color: #404040;
  --primary-hovered-color: #00bd84;
  --primary-color-light: rgba(0, 204, 143, 0.3);
  --success-color: #70c51c;
  --success-text-color: #404040;
  --success-hovered-color: #68b81a;
  --success-color-light: rgba(112, 197, 28, 0.3);
  --warning-color: #ffc61a;
  --warning-text-color: #404040;
  --warning-hovered-color: #f0b400;
  --warning-color-light: rgba(255, 198, 26, 0.3);
  --error-color: #ff7d67;
  --error-text-color: #404040;
  --error-hovered-color: #ff674d;
  --error-color-light: rgba(255, 125, 103, 0.3);
  --link-color: #5cadff;
  --link-text-color: #404040;
  --link-hovered-color: #42a1ff;
  --link-color-light: rgba(92, 173, 255, 0.3);
  --body-bg-color: #212121;
  --body-text-color: #d9d9d9;
  --text-color-primary: white;
  --text-color-secondary: #d9d9d9;
  --text-color-tertiary: #bfbfbf;
  --blockquote-line-color: #595959;
  --divider-color: #4d4d4d;
  --dimmer-bg-color: rgba(0, 0, 0, 0.6);
  --light-color: rgba(144, 144, 144, 0.1);
  --text-color-inverted: #484848;
  --bg-color-inverted: whitesmoke;
  --item-disabled-bg-color: #333333;
  --item-disabled-fg-color: #4d4d4d;
  --avatar-bg-color: #383838;
  --avatar-text-color: #FFF;
  --button-bg-color: #262626;
  --button-border-color: #474747;
  --button-hovered-border-color: #595959;
  --button-text-color: #d9d9d9;
  --button-border-spread-color: rgba(171, 71, 189, 0.45);
  --button-shadow-color: rgba(77, 77, 77, 0.87);
  --chip-bg-color: #2b2b2b;
  --note-block-bg-color: rgba(144, 144, 144, 0.1);
  --note-block-line-color: #00cc8f;
  --table-border-color: #404040;
  --table-bg-color: #2b2b2b;
  --table-hovered-bg-color: #404040;
  --table-header-bg-color: #212121;
  --table-header-text-color: #d9d9d9;
  --table-footer-bg-color: #212121;
  --table-footer-text-color: #d9d9d9;
  --tooltip-bg-color: #424242;
  --tooltip-text-color: #d9d9d9;
  --checkbox-border-color: gray;
  --checkbox-checked-border-color: #00cc8f;
  --checkbox-checkmark-color: #404040;
  --checkbox-border-spread-color: rgba(0, 204, 143, 0.3);
  --input-bg-color: #1a1a1a;
  --input-hovered-bg-color: #121212;
  --input-text-color: #d9d9d9;
  --input-border-spread-color: #00bdd6;
  --input-placeholder-text-color: #757575;
  --input-append-bg-color: #404040;
  --input-append-fg-color: #b3b3b3;
  --radio-border-color: gray;
  --radio-selected-color: #00b881;
  --radio-border-spread-color: rgba(0, 204, 143, 0.3);
  --range-bg-color: #2e2e2e;
  --switch-bg-color: #333333;
  --switch-active-bg-color: #00b881;
  --switch-fg-color: #b3b3b3;
  --switch-active-fg-color: #FFF;
  --switch-border-color: #4d4d4d;
  --switch-active-border-color: rgba(0, 184, 129, 0.4);
  --switch-border-spread-color: rgba(0, 184, 129, 0.7);
  --select-bg-color: #1a1a1a;
  --select-hovered-bg-color: #121212;
  --select-text-color: #d9d9d9;
  --select-border-spread-color: #00bdd6;
  --textarea-bg-color: #1a1a1a;
  --textarea-hovered-bg-color: #121212;
  --textarea-text-color: #d9d9d9;
  --textarea-border-spread-color: #00bdd6;
  --badge-only-part-bg-color: #00cc8f;
  --badge-only-part-text-color: #404040;
  --badge-first-part-bg-color: rgba(144, 144, 144, 0.1);
  --badge-first-part-text-color: white;
  --badge-last-part-bg-color: #00cc8f;
  --badge-last-part-text-color: #404040;
  --breadcrumb-separator-color: #8c8c8c;
  --breadcrumb-item-color: #5cadff;
  --breadcrumb-item-hovered-color: #42a1ff;
  --breadcrumb-item-active-color: #d9d9d9;
  --card-bg-color: #2b2b2b;
  --card-border-color: #6b6b6b;
  --progress-back-bg-color: #2e2e2e;
  --progress-back-text-color: #d9d9d9;
  --progress-bar-bg-color: #00cc8f;
  --progress-bar-text-color: #404040;
  --progress-bar-stripe-color: rgba(0, 0, 0, 0.08);
  --modal-bg-color: #424242;
  --dropdown-bg-color: #2b2b2b;
  --dropdown-border-color: #6b6b6b;
  --dropdown-text-color: #e0e0e0;
  --dropdown-option-hovered-color: #474747;
  --dropdown-active-item-bg-color: #00cc8f;
  --dropdown-active-item-text-color: #404040;
  --navbar-bg-color: #292929;
  --navbar-shadow-color: rgba(0, 0, 0, 0.12);
  --navbar-item-hovered-color: #00cc8f;
  --navbar-selected-item-color: #00cc8f;
  --navbar-selected-item-bg-color: #00cc8f;
  --navbar-selected-item-text-color: #404040;
  --pagination-item-bg-color: #262626;
  --pagination-item-text-color: #d9d9d9;
  --pagination-item-border-color: #474747;
  --pagination-item-hovered-border-color: #595959;
  --pagination-item-active-bg-color: #00cc8f;
  --pagination-item-active-text-color: #404040;
  --pagination-item-active-border-color: rgba(255, 255, 255, 0);
  --placeholder-color: rgba(33, 33, 33, 0.5);
  --placeholder-holder-color: rgba(144, 144, 144, 0.2);
  --tab-selected-item-color: #00cc8f;
  --tab-selected-item-text-color: #404040;
  --tab-border-color: rgba(144, 144, 144, 0.2);
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: var(--body-text-color);
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
  height: -webkit-min-content;
  height: min-content;
  padding: 20px;
  transition-property: background-color !important;
  margin: 0;
  transition: 0.2s;
}

text, p {
  color: var(--body-text-color);
}

a:not(.zust-btn) {
  color: var(--link-color);
  text-decoration: none;
  word-break: break-word;
  transition: 0.2s;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-width: 2px;
}

a:not(.zust-btn):hover, a:not(.zust-btn).zust-hovered, a:not(.zust-btn):focus, a:not(.zust-btn).zust-focused {
  color: var(--link-hovered-color);
  border-color: var(--link-hovered-color);
}

hr[divider] {
  width: 100%;
  border-style: solid;
  border-color: var(--divider-color);
  border-width: 2px;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.5;
  transition: 0.2s;
}

blockquote {
  position: relative;
  margin: 0 10px;
  padding: 4px 20px;
  color: var(--text-color-tertiary);
}

blockquote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: var(--blockquote-line-color);
  border-radius: 20px;
  transition: 0.2s;
}

blockquote.zust-primary:after {
  background-color: var(--primary-color);
}

blockquote.zust-success:after {
  background-color: var(--success-color);
}

blockquote.zust-warning:after {
  background-color: var(--warning-color);
}

blockquote.zust-error:after {
  background-color: var(--error-color);
}

blockquote.zust-link:after {
  background-color: var(--link-color);
}

h1, h2, h3, h4, h5, h6, .zust-h1, .zust-h2, .zust-h3, .zust-h4, .zust-h5, .zust-h6 {
  display: block;
  color: var(--text-color-primary);
  transition: 0.2s;
}

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

h2, .zust-h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3, .zust-h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4, .zust-h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5, .zust-h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6, .zust-h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

*, *:focus, *:hover, *:active, *:focus-within {
  outline: none !important;
  outline-width: 0 !important;
  outline-color: rgba(255, 255, 255, 0) !important;
}

@media screen and (min-width: 1024px) {
  .zust-btn, label {
    cursor: pointer;
  }
}

@media screen and (max-width: 1023px) {
  .zust-btn, label {
    cursor: default;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.zust-avatar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--avatar-bg-color);
  border-radius: 100px;
  font-size: 1em;
  overflow: hidden;
  margin: 2px;
  vertical-align: middle;
  transition: 0.2s;
  --avt-size: 45px;
  width: var(--avt-size);
  height: var(--avt-size);
  font-size: 1rem;
}

.zust-avatar > img {
  height: calc(var(--avt-size) + 2px);
  width: calc(var(--avt-size) + 2px);
}

.zust-avatar > .zust-icon {
  --icon-size: calc(var(--avt-size) - 14px);
}

.zust-avatar.zust-small {
  --avt-size: 30px;
  font-size: 0.8rem;
}

.zust-avatar.zust-large {
  --avt-size: 56px;
  font-size: calc(1.6rem - 4px);
}

.zust-avatar.zust-primary {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

.zust-avatar.zust-success {
  background-color: var(--success-color);
  color: var(--success-text-color);
}

.zust-avatar.zust-warning {
  background-color: var(--warning-color);
  color: var(--warning-text-color);
}

.zust-avatar.zust-error {
  background-color: var(--error-color);
  color: var(--error-text-color);
}

.zust-avatar.zust-link {
  background-color: var(--link-color);
  color: var(--link-text-color);
}

.zust-btn {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--button-bg-color);
  border-style: solid;
  border-color: var(--button-border-color);
  padding: 8px 12px;
  color: var(--button-text-color);
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  border-width: 2px;
  margin: 0px 8px 8px 0px;
  font-size: 1rem;
  transition: 0.2s;
}

.zust-btn > .zust-icon:only-child {
  margin: 0 -4px;
}

.zust-btn .zust-icon {
  margin: 0;
  --icon-size: 1rem;
}

.zust-btn .zust-icon:first-child:not(:last-child):not(:only-child) {
  margin-right: 0.3em;
  margin-left: -0.2em;
}

.zust-btn .zust-icon:last-child:not(:first-child):not(:only-child) {
  margin-right: -0.2em;
  margin-left: 0.3em;
}

.zust-btn.zust-floating {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 4px 0px var(--button-shadow-color);
}

.zust-btn.zust-floating:hover, .zust-btn.zust-floating.zust-hovered, .zust-btn.zust-floating:focus, .zust-btn.zust-floating.zust-focused {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0);
}

.zust-btn:hover, .zust-btn.zust-hovered, input:checked + .zust-btn {
  border-color: var(--button-hovered-border-color);
}

.zust-btn:focus, .zust-btn.zust-focused {
  border-color: var(--button-border-spread-color);
  box-shadow: 0 0 0 4px var(--button-border-spread-color);
}

.zust-btn[disabled] {
  pointer-events: none;
  cursor: default !important;
  opacity: 0.6;
}

.zust-btn.zust-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

.zust-btn.zust-transparent:hover, .zust-btn.zust-transparent.zust-hovered, input:checked + .zust-btn.zust-transparent {
  background-color: rgba(144, 144, 144, 0.1) !important;
  box-shadow: 0 0 0 0px rgba(144, 144, 144, 0.1) !important;
}

.zust-btn.zust-transparent:focus, .zust-btn.zust-transparent.zust-focused {
  background-color: rgba(255, 255, 255, 0);
}

.zust-btn.zust-custom, .zust-btns-custom > .zust-btn:not(.zust-ignored) {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
}

.zust-btn.zust-custom.zust-floating, .zust-btns-custom > .zust-btn:not(.zust-ignored).zust-floating {
  box-shadow: 0px 2px 3px 0px var(--button-shadow-color);
}

.zust-btn.zust-custom:focus, .zust-btn.zust-custom.zust-focused, .zust-btns-custom > .zust-btn:not(.zust-ignored):focus, .zust-btns-custom > .zust-btn:not(.zust-ignored).zust-focused {
  box-shadow: 0 0 0 4px rgba(144, 144, 144, 0.15);
}

.zust-btn.zust-primary {
  background-color: var(--primary-color) !important;
  color: var(--primary-text-color);
}

.zust-btn.zust-primary:not(.zust-outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.zust-btn.zust-primary:hover, .zust-btn.zust-primary.zust-hovered, input:checked + .zust-btn.zust-primary {
  background-color: var(--primary-hovered-color) !important;
}

.zust-btn.zust-primary:focus, .zust-btn.zust-primary.zust-focused {
  box-shadow: 0 0 0 4px var(--primary-color-light) !important;
}

.zust-btn.zust-floating.zust-primary {
  box-shadow: 0px 2px 3px 1px var(--primary-color-light);
}

.zust-btn.zust-success {
  background-color: var(--success-color) !important;
  color: var(--success-text-color);
}

.zust-btn.zust-success:not(.zust-outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.zust-btn.zust-success:hover, .zust-btn.zust-success.zust-hovered, input:checked + .zust-btn.zust-success {
  background-color: var(--success-hovered-color) !important;
}

.zust-btn.zust-success:focus, .zust-btn.zust-success.zust-focused {
  box-shadow: 0 0 0 4px var(--success-color-light) !important;
}

.zust-btn.zust-floating.zust-success {
  box-shadow: 0px 2px 3px 1px var(--success-color-light);
}

.zust-btn.zust-warning {
  background-color: var(--warning-color) !important;
  color: var(--warning-text-color);
}

.zust-btn.zust-warning:not(.zust-outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.zust-btn.zust-warning:hover, .zust-btn.zust-warning.zust-hovered, input:checked + .zust-btn.zust-warning {
  background-color: var(--warning-hovered-color) !important;
}

.zust-btn.zust-warning:focus, .zust-btn.zust-warning.zust-focused {
  box-shadow: 0 0 0 4px var(--warning-color-light) !important;
}

.zust-btn.zust-floating.zust-warning {
  box-shadow: 0px 2px 3px 1px var(--warning-color-light);
}

.zust-btn.zust-error {
  background-color: var(--error-color) !important;
  color: var(--error-text-color);
}

.zust-btn.zust-error:not(.zust-outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.zust-btn.zust-error:hover, .zust-btn.zust-error.zust-hovered, input:checked + .zust-btn.zust-error {
  background-color: var(--error-hovered-color) !important;
}

.zust-btn.zust-error:focus, .zust-btn.zust-error.zust-focused {
  box-shadow: 0 0 0 4px var(--error-color-light) !important;
}

.zust-btn.zust-floating.zust-error {
  box-shadow: 0px 2px 3px 1px var(--error-color-light);
}

.zust-btn.zust-link {
  background-color: var(--link-color) !important;
  color: var(--link-text-color);
}

.zust-btn.zust-link:not(.zust-outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.zust-btn.zust-link:hover, .zust-btn.zust-link.zust-hovered, input:checked + .zust-btn.zust-link {
  background-color: var(--link-hovered-color) !important;
}

.zust-btn.zust-link:focus, .zust-btn.zust-link.zust-focused {
  box-shadow: 0 0 0 4px var(--link-color-light) !important;
}

.zust-btn.zust-floating.zust-link {
  box-shadow: 0px 2px 3px 1px var(--link-color-light);
}

.zust-btn.zust-max-pad {
  padding: 12px 20px;
  border-radius: 2px;
}

.zust-btn.zust-xlarge, .zust-btns-xlarge > .zust-btn:not(.zust-ignored) {
  font-size: 2.2rem !important;
  padding: 18px 27px !important;
}

.zust-btn.zust-xlarge.zust-max-pad, .zust-btns-xlarge > .zust-btn:not(.zust-ignored).zust-max-pad {
  padding: 20px 40px !important;
}

.zust-btn.zust-xlarge > .zust-icon:only-child, .zust-btns-xlarge > .zust-btn:not(.zust-ignored) > .zust-icon:only-child {
  margin: 0 -9px;
}

.zust-btn.zust-xlarge .zust-icon, .zust-btns-xlarge > .zust-btn:not(.zust-ignored) .zust-icon {
  --icon-size: 1.9rem;
}

.zust-btn.zust-large, .zust-btns-large > .zust-btn:not(.zust-ignored) {
  font-size: 1.6rem !important;
  padding: 14px 21px !important;
}

.zust-btn.zust-large.zust-max-pad, .zust-btns-large > .zust-btn:not(.zust-ignored).zust-max-pad {
  padding: 18px 30px !important;
}

.zust-btn.zust-large > .zust-icon:only-child, .zust-btns-large > .zust-btn:not(.zust-ignored) > .zust-icon:only-child {
  margin: 0 -7px;
}

.zust-btn.zust-large .zust-icon, .zust-btns-large > .zust-btn:not(.zust-ignored) .zust-icon {
  --icon-size: 1.4rem;
}

.zust-btn.zust-default {
  width: -webkit-max-content !important;
  width: max-content !important;
  height: -webkit-max-content !important;
  height: max-content !important;
  font-size: 1rem !important;
  padding: 8px 12px !important;
}

.zust-btn.zust-small, .zust-small > .zust-btn:not(.zust-ignored) {
  font-size: 0.8rem !important;
  padding: 4px 12px !important;
}

.zust-btn.zust-small.zust-max-pad, .zust-small > .zust-btn:not(.zust-ignored).zust-max-pad {
  padding: 8px 16px !important;
}

.zust-btn.zust-small > .zust-icon:only-child, .zust-small > .zust-btn:not(.zust-ignored) > .zust-icon:only-child {
  margin: 0 -8px;
}

.zust-btn.zust-small .zust-icon, .zust-small > .zust-btn:not(.zust-ignored) .zust-icon {
  --icon-size: 0.8rem;
}

.zust-btn.zust-outlined, .zust-btn.zust-ghost, .zust-btns-outlined > .zust-btn:not(.zust-ignored), .zust-btns-ghost > .zust-btn:not(.zust-ignored) {
  background-color: rgba(255, 255, 255, 0) !important;
  border-width: 2px !important;
}

.zust-btn.zust-outlined:hover, .zust-btn.zust-outlined.zust-hovered, .zust-btns-outlined > .zust-btn:not(.zust-ignored):hover, .zust-btns-outlined > .zust-btn:not(.zust-ignored).zust-hovered {
  background-color: rgba(255, 255, 255, 0) !important;
}

.zust-btn.zust-outlined.zust-primary, .zust-btns-outlined > .zust-btn.zust-primary:not(.zust-ignored), .zust-btn.zust-ghost.zust-primary, .zust-btns-ghost > .zust-btn.zust-primary:not(.zust-ignored) {
  border-color: var(--primary-color) !important;
  color: var(--primary-color);
}

.zust-btn.zust-outlined.zust-primary:hover, .zust-btn.zust-outlined.zust-primary.zust-hovered, .zust-btns-outlined > .zust-btn.zust-primary:not(.zust-ignored):hover, .zust-btns-outlined > .zust-btn.zust-primary:not(.zust-ignored).zust-hovered, .zust-btn.zust-ghost.zust-primary:hover, .zust-btn.zust-ghost.zust-primary.zust-hovered, .zust-btns-ghost > .zust-btn.zust-primary:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-primary:not(.zust-ignored).zust-hovered {
  border-color: var(--primary-hovered-color) !important;
}

.zust-btn.zust-ghost.zust-primary:hover, .zust-btn.zust-ghost.zust-primary.zust-hovered, .zust-btn.zust-ghost.zust-primary:focus, .zust-btn.zust-ghost.zust-primary.zust-focused, .zust-btns-ghost > .zust-btn.zust-primary:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-primary:not(.zust-ignored).zust-hovered, .zust-btns-ghost > .zust-btn.zust-primary:not(.zust-ignored):focus, .zust-btns-ghost > .zust-btn.zust-primary:not(.zust-ignored).zust-focused {
  background-color: var(--primary-hovered-color) !important;
  color: var(--primary-text-color) !important;
  border-color: var(--primary-hovered-color) !important;
}

.zust-btn.zust-outlined.zust-success, .zust-btns-outlined > .zust-btn.zust-success:not(.zust-ignored), .zust-btn.zust-ghost.zust-success, .zust-btns-ghost > .zust-btn.zust-success:not(.zust-ignored) {
  border-color: var(--success-color) !important;
  color: var(--success-color);
}

.zust-btn.zust-outlined.zust-success:hover, .zust-btn.zust-outlined.zust-success.zust-hovered, .zust-btns-outlined > .zust-btn.zust-success:not(.zust-ignored):hover, .zust-btns-outlined > .zust-btn.zust-success:not(.zust-ignored).zust-hovered, .zust-btn.zust-ghost.zust-success:hover, .zust-btn.zust-ghost.zust-success.zust-hovered, .zust-btns-ghost > .zust-btn.zust-success:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-success:not(.zust-ignored).zust-hovered {
  border-color: var(--success-hovered-color) !important;
}

.zust-btn.zust-ghost.zust-success:hover, .zust-btn.zust-ghost.zust-success.zust-hovered, .zust-btn.zust-ghost.zust-success:focus, .zust-btn.zust-ghost.zust-success.zust-focused, .zust-btns-ghost > .zust-btn.zust-success:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-success:not(.zust-ignored).zust-hovered, .zust-btns-ghost > .zust-btn.zust-success:not(.zust-ignored):focus, .zust-btns-ghost > .zust-btn.zust-success:not(.zust-ignored).zust-focused {
  background-color: var(--success-hovered-color) !important;
  color: var(--success-text-color) !important;
  border-color: var(--success-hovered-color) !important;
}

.zust-btn.zust-outlined.zust-warning, .zust-btns-outlined > .zust-btn.zust-warning:not(.zust-ignored), .zust-btn.zust-ghost.zust-warning, .zust-btns-ghost > .zust-btn.zust-warning:not(.zust-ignored) {
  border-color: var(--warning-color) !important;
  color: var(--warning-color);
}

.zust-btn.zust-outlined.zust-warning:hover, .zust-btn.zust-outlined.zust-warning.zust-hovered, .zust-btns-outlined > .zust-btn.zust-warning:not(.zust-ignored):hover, .zust-btns-outlined > .zust-btn.zust-warning:not(.zust-ignored).zust-hovered, .zust-btn.zust-ghost.zust-warning:hover, .zust-btn.zust-ghost.zust-warning.zust-hovered, .zust-btns-ghost > .zust-btn.zust-warning:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-warning:not(.zust-ignored).zust-hovered {
  border-color: var(--warning-hovered-color) !important;
}

.zust-btn.zust-ghost.zust-warning:hover, .zust-btn.zust-ghost.zust-warning.zust-hovered, .zust-btn.zust-ghost.zust-warning:focus, .zust-btn.zust-ghost.zust-warning.zust-focused, .zust-btns-ghost > .zust-btn.zust-warning:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-warning:not(.zust-ignored).zust-hovered, .zust-btns-ghost > .zust-btn.zust-warning:not(.zust-ignored):focus, .zust-btns-ghost > .zust-btn.zust-warning:not(.zust-ignored).zust-focused {
  background-color: var(--warning-hovered-color) !important;
  color: var(--warning-text-color) !important;
  border-color: var(--warning-hovered-color) !important;
}

.zust-btn.zust-outlined.zust-error, .zust-btns-outlined > .zust-btn.zust-error:not(.zust-ignored), .zust-btn.zust-ghost.zust-error, .zust-btns-ghost > .zust-btn.zust-error:not(.zust-ignored) {
  border-color: var(--error-color) !important;
  color: var(--error-color);
}

.zust-btn.zust-outlined.zust-error:hover, .zust-btn.zust-outlined.zust-error.zust-hovered, .zust-btns-outlined > .zust-btn.zust-error:not(.zust-ignored):hover, .zust-btns-outlined > .zust-btn.zust-error:not(.zust-ignored).zust-hovered, .zust-btn.zust-ghost.zust-error:hover, .zust-btn.zust-ghost.zust-error.zust-hovered, .zust-btns-ghost > .zust-btn.zust-error:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-error:not(.zust-ignored).zust-hovered {
  border-color: var(--error-hovered-color) !important;
}

.zust-btn.zust-ghost.zust-error:hover, .zust-btn.zust-ghost.zust-error.zust-hovered, .zust-btn.zust-ghost.zust-error:focus, .zust-btn.zust-ghost.zust-error.zust-focused, .zust-btns-ghost > .zust-btn.zust-error:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-error:not(.zust-ignored).zust-hovered, .zust-btns-ghost > .zust-btn.zust-error:not(.zust-ignored):focus, .zust-btns-ghost > .zust-btn.zust-error:not(.zust-ignored).zust-focused {
  background-color: var(--error-hovered-color) !important;
  color: var(--error-text-color) !important;
  border-color: var(--error-hovered-color) !important;
}

.zust-btn.zust-outlined.zust-link, .zust-btns-outlined > .zust-btn.zust-link:not(.zust-ignored), .zust-btn.zust-ghost.zust-link, .zust-btns-ghost > .zust-btn.zust-link:not(.zust-ignored) {
  border-color: var(--link-color) !important;
  color: var(--link-color);
}

.zust-btn.zust-outlined.zust-link:hover, .zust-btn.zust-outlined.zust-link.zust-hovered, .zust-btns-outlined > .zust-btn.zust-link:not(.zust-ignored):hover, .zust-btns-outlined > .zust-btn.zust-link:not(.zust-ignored).zust-hovered, .zust-btn.zust-ghost.zust-link:hover, .zust-btn.zust-ghost.zust-link.zust-hovered, .zust-btns-ghost > .zust-btn.zust-link:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-link:not(.zust-ignored).zust-hovered {
  border-color: var(--link-hovered-color) !important;
}

.zust-btn.zust-ghost.zust-link:hover, .zust-btn.zust-ghost.zust-link.zust-hovered, .zust-btn.zust-ghost.zust-link:focus, .zust-btn.zust-ghost.zust-link.zust-focused, .zust-btns-ghost > .zust-btn.zust-link:not(.zust-ignored):hover, .zust-btns-ghost > .zust-btn.zust-link:not(.zust-ignored).zust-hovered, .zust-btns-ghost > .zust-btn.zust-link:not(.zust-ignored):focus, .zust-btns-ghost > .zust-btn.zust-link:not(.zust-ignored).zust-focused {
  background-color: var(--link-hovered-color) !important;
  color: var(--link-text-color) !important;
  border-color: var(--link-hovered-color) !important;
}

.zust-btn.zust-fullwidth, .zust-btn.zust-full-width {
  margin-left: 0;
  margin-right: 0;
}

.zust-toggle-btn input[type="checkbox"], .zust-toggle-btn input[type="radio"] {
  display: none;
}

.zust-toggle-btn input:checked + .zust-btn {
  filter: brightness(0.9);
}

.zust-el-group > .zust-toggle-btn > .zust-btn {
  margin: 0 !important;
}

.zust-chip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  background-color: var(--chip-bg-color);
  -ms-flex-align: center;
      align-items: center;
  vertical-align: bottom;
  border-radius: 1000px;
  margin: 0 8px 8px 0;
  transition: 0.2s;
}

.zust-chip > span {
  margin-right: 12px;
  margin-left: 8px;
}

.zust-chip span:only-child {
  margin-left: 12px;
  margin-right: 12px;
}

.zust-chip span:first-child {
  margin-left: 12px;
}

.zust-chip > .zust-icon {
  margin-right: 8px;
  margin-left: -4px;
  --icon-size: 1rem;
  border-radius: 1000px;
  padding: 10px;
}

.zust-chip > .zust-icon:hover, .zust-chip > .zust-icon.zust-hovered, .zust-chip > .zust-icon:focus {
  background-color: rgba(144, 144, 144, 0.1);
}

.zust-chip > img {
  height: 100%;
  border-radius: 1000px;
}

.zust-chip.zust-large {
  height: 40px;
}

.zust-chip.zust-small {
  height: 22px;
  font-size: 13px;
}

.zust-chip.zust-small > .zust-icon {
  --icon-size: 0.7rem;
  padding: 5px;
}

[divider]:not(hr), .zust-divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  white-space: nowrap;
  transition: 0.2s;
}

[divider]:not(hr):after, [divider]:not(hr):before, .zust-divider:after, .zust-divider:before {
  content: '';
  background-color: var(--divider-color);
  height: 4px;
  width: 100%;
  opacity: 0.5;
  border-radius: 100px;
  transition: 0.2s;
}

[divider]:not(hr):after, .zust-divider:after {
  margin-left: 10px;
}

[divider]:not(hr):before, .zust-divider:before {
  margin-right: 10px;
}

.zust-icon {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: var(--icon-size) !important;
  width: var(--icon-size) !important;
  margin: 1px;
  position: relative;
  --icon-size: 1.2rem;
}

.zust-icon i:not(.zust-close):not(.zust-menu),
.zust-icon span:not(.zust-close):not(.zust-menu) {
  font-size: var(--icon-size) !important;
  height: var(--icon-size) !important;
  width: var(--icon-size) !important;
  position: relative;
}

.zust-icon i:not(.zust-close):not(.zust-menu):after, .zust-icon i:not(.zust-close):not(.zust-menu):before,
.zust-icon span:not(.zust-close):not(.zust-menu):after,
.zust-icon span:not(.zust-close):not(.zust-menu):before {
  margin: 0 !important;
  height: var(--icon-size) !important;
  width: var(--icon-size) !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.zust-icon svg {
  height: var(--icon-size) !important;
  width: var(--icon-size) !important;
}

.zust-icon.zust-small {
  --icon-size: 0.8rem;
}

.zust-icon.zust-normal, .zust-icon.zust-default {
  --icon-size: 1.2rem;
}

.zust-icon.zust-large {
  --icon-size: 1.6rem;
}

.zust-icon.zust-xlarge {
  --icon-size: 2rem;
}

.zust-caret-down,
.zust-caret-left,
.zust-caret-up,
.zust-caret-right {
  border-style: solid;
  border-width: calc(var(--icon-size) / 2);
  border-color: currentColor rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.zust-caret-down {
  -ms-transform: scale(0.5) translateY(25%);
      transform: scale(0.5) translateY(25%);
}

.zust-caret-left {
  -ms-transform: scale(0.5) rotate(90deg) translateY(25%);
      transform: scale(0.5) rotate(90deg) translateY(25%);
}

.zust-caret-up {
  -ms-transform: scale(0.5) rotate(180deg) translateY(25%);
      transform: scale(0.5) rotate(180deg) translateY(25%);
}

.zust-caret-right {
  -ms-transform: scale(0.5) rotate(-90deg) translateY(25%);
      transform: scale(0.5) rotate(-90deg) translateY(25%);
}

.zust-angle-down,
.zust-angle-left,
.zust-angle-up,
.zust-angle-right {
  border-style: solid;
  border-width: calc(var(--icon-size) / 4);
  border-top-width: 0;
  border-top-left-radius: calc(var(--icon-size) / 4);
  border-right-width: 0;
  border-bottom-right-radius: calc(var(--icon-size) / 4);
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) currentColor currentColor;
}

.zust-angle-down {
  -ms-transform: scale(0.5) rotate(-45deg) translate(15%, -15%);
      transform: scale(0.5) rotate(-45deg) translate(15%, -15%);
}

.zust-angle-left {
  -ms-transform: scale(0.5) rotate(45deg) translate(15%, -15%);
      transform: scale(0.5) rotate(45deg) translate(15%, -15%);
}

.zust-angle-up {
  -ms-transform: scale(0.5) rotate(135deg) translate(15%, -15%);
      transform: scale(0.5) rotate(135deg) translate(15%, -15%);
}

.zust-angle-right {
  -ms-transform: scale(0.5) rotate(-135deg) translate(15%, -15%);
      transform: scale(0.5) rotate(-135deg) translate(15%, -15%);
}

.zust-close,
.zust-menu {
  background-color: currentColor;
  height: calc(var(--icon-size) / 10) !important;
  width: 100%;
  position: absolute;
  border-radius: 100000px;
  transition: background-color 0.2s;
}

.zust-close:after, .zust-close:before,
.zust-menu:after,
.zust-menu:before {
  content: '';
  background-color: currentColor;
  height: calc(var(--icon-size) / 10) !important;
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: 100000px;
  transition: transform 0.2s;
}

.zust-close:after,
.zust-menu:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.zust-close:before,
.zust-menu:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.zust-close {
  background-color: rgba(255, 255, 255, 0);
}

.zust-menu:after {
  -ms-transform: translateY(calc(var(--icon-size) / 3.2));
      transform: translateY(calc(var(--icon-size) / 3.2));
}

.zust-menu:before {
  -ms-transform: translateY(calc(0px - var(--icon-size) / 3.2));
      transform: translateY(calc(0px - var(--icon-size) / 3.2));
}

.zust-note {
  background-color: var(--note-block-bg-color);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin: 20px 0;
  padding: 3px 18px;
  transition: background-color 0.2s;
}

.zust-note:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--note-block-line-color);
  width: 4px;
}

.zust-note.zust-primary:after {
  background-color: var(--primary-color) !important;
}

.zust-note.zust-success:after {
  background-color: var(--success-color) !important;
}

.zust-note.zust-warning:after {
  background-color: var(--warning-color) !important;
}

.zust-note.zust-error:after {
  background-color: var(--error-color) !important;
}

.zust-note.zust-link:after {
  background-color: var(--link-color) !important;
}

progress.zust-progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 5px;
  width: 100%;
  height: 16px;
  color: var(--primary-color);
  background-color: var(--progress-back-bg-color);
  border-radius: 6px;
}

progress.zust-progress.zust-line {
  height: 3px;
}

progress.zust-progress.zust-thin, progress.zust-progress.zust-narrow {
  height: 5px;
}

progress.zust-progress.zust-small {
  height: 12px;
}

progress.zust-progress.zust-large {
  height: 28px;
}

progress.zust-progress.zust-xlarge {
  height: 36px;
}

progress.zust-progress::-webkit-progress-bar {
  background-color: var(--progress-back-bg-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

progress.zust-progress::-moz-progress-bar {
  background-color: var(--progress-bar-bg-color);
  border-radius: 6px;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

progress[value].zust-progress::-webkit-progress-value {
  background-color: var(--primary-color);
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

progress[value].zust-progress::-moz-progress-value {
  background-color: var(--primary-color);
  border-radius: 6px;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

progress[value].zust-progress::-ms-fill {
  border: none;
  background-color: var(--primary-color);
  border-radius: 6px;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

progress[value].zust-progress.zust-primary::-webkit-progress-value {
  background-color: var(--primary-color);
}

progress[value].zust-progress.zust-primary::-moz-progress-value {
  background-color: var(--primary-color);
}

progress[value].zust-progress.zust-primary::-moz-progress-bar {
  background-color: var(--primary-color);
}

progress[value].zust-progress.zust-success::-webkit-progress-value {
  background-color: var(--success-color);
}

progress[value].zust-progress.zust-success::-moz-progress-value {
  background-color: var(--success-color);
}

progress[value].zust-progress.zust-success::-moz-progress-bar {
  background-color: var(--success-color);
}

progress[value].zust-progress.zust-warning::-webkit-progress-value {
  background-color: var(--warning-color);
}

progress[value].zust-progress.zust-warning::-moz-progress-value {
  background-color: var(--warning-color);
}

progress[value].zust-progress.zust-warning::-moz-progress-bar {
  background-color: var(--warning-color);
}

progress[value].zust-progress.zust-error::-webkit-progress-value {
  background-color: var(--error-color);
}

progress[value].zust-progress.zust-error::-moz-progress-value {
  background-color: var(--error-color);
}

progress[value].zust-progress.zust-error::-moz-progress-bar {
  background-color: var(--error-color);
}

progress[value].zust-progress.zust-link::-webkit-progress-value {
  background-color: var(--link-color);
}

progress[value].zust-progress.zust-link::-moz-progress-value {
  background-color: var(--link-color);
}

progress[value].zust-progress.zust-link::-moz-progress-bar {
  background-color: var(--link-color);
}

.zust-spinner {
  background-color: currentColor;
  border-radius: 20%;
  animation: spin-spinner 0.8s linear infinite;
  animation-timing-function: ease-in-out;
}

@keyframes spin-spinner {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.6) rotate(360deg);
  }
}

.zust-spinner-2 {
  border-style: solid;
  border-radius: 100%;
  border-width: 2px;
  border-color: currentColor;
  border-left-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  animation: spinner-2 0.7s linear infinite;
}

@keyframes spinner-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.zust-spinner-3 {
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  animation: spinner-3 0.8s linear infinite;
}

@keyframes spinner-3 {
  0% {
    transform: scale(0);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.zust-spinner-4 {
  background-color: currentColor;
  border-radius: 100%;
  animation: spinner-4 0.8s linear infinite;
}

@keyframes spinner-4 {
  0% {
    transform: scale(0);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.zust-spinner-5 {
  background-color: currentColor;
  animation: spinner-5 1s infinite ease-in-out;
  border-radius: 15%;
}

@keyframes spinner-5 {
  0% {
    transform: perspective(calc(var(--icon-size) * 2)) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(calc(var(--icon-size) * 2)) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(calc(var(--icon-size) * 2)) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.zust-spinner-6 {
  background-color: currentColor;
  border-radius: 15%;
  animation: spinner-6 1.6s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}

@keyframes spinner-6 {
  50% {
    border-radius: 50%;
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(720deg);
  }
}

.zust-table {
  border-collapse: collapse;
}

.zust-table thead {
  background-color: var(--table-header-bg-color);
  color: var(--table-header-text-color);
}

.zust-table tfoot {
  background-color: var(--table-footer-bg-color);
  color: var(--table-footer-text-color);
}

.zust-table td, .zust-table th {
  padding: 5px 10px;
}

.zust-table tr, .zust-table td, .zust-table th, .zust-table thead, .zust-table tfoot {
  transition: border-color 0.2s, background-color 0.2s;
}

.zust-table.zust-striped tbody tr:nth-child(odd) {
  background-color: var(--table-bg-color);
}

.zust-table.zust-hoverable tbody tr:hover, .zust-table.zust-hoverable tbody tr.zust-hovered {
  background-color: var(--table-hovered-bg-color);
}

.zust-table.zust-bottom-bordered tr {
  border-style: solid;
  border-width: 0;
  border-color: var(--table-border-color);
  border-bottom-width: 2px;
}

.zust-table.zust-bordered td, .zust-table.zust-bordered th {
  border-style: solid;
  border-color: var(--table-border-color);
  border-width: 2px;
}

.zust-table-container {
  overflow-x: auto;
}

.zust-table-container .zust-table {
  display: block;
}

[zust-tooltip] {
  overflow: visible;
  position: relative;
}

[zust-tooltip]:before {
  content: attr(zust-tooltip);
  display: inline-block;
  width: -webkit-max-content;
  width: max-content;
  max-width: 500px;
  background-color: var(--tooltip-bg-color);
  color: var(--tooltip-text-color);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  transition: all 0.3s ease 0s, visibility 0s ease 0.2s;
  z-index: 1;
  font-size: 12px;
  border-radius: 8px;
  padding: 5px 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
  [zust-tooltip]:before {
    max-width: 250px;
  }
}

[zust-tooltip]:not([zust-tooltip-position="left"]):not([zust-tooltip-position="top"]):not([zust-tooltip-position="top-left"]):not([zust-tooltip-position="top-right"]):not([zust-tooltip-position="bottom"]):not([zust-tooltip-position="bottom-left"]):not([zust-tooltip-position="bottom-right"]):before {
  top: auto;
  left: 100%;
  right: auto;
  bottom: auto;
  margin-left: 10px;
}

[zust-tooltip]:hover:before, [zust-tooltip]:focus:before, [zust-tooltip].zust-tooltip-active:before {
  transition: all 0.3s ease 0.1s, visibility 0s ease 0s;
  visibility: visible;
  opacity: 1;
}

[zust-tooltip]:not([zust-tooltip-position="top"]):not([zust-tooltip-position="bottom"]):hover:before, [zust-tooltip]:not([zust-tooltip-position="top"]):not([zust-tooltip-position="bottom"]):focus:before, [zust-tooltip]:not([zust-tooltip-position="top"]):not([zust-tooltip-position="bottom"]).zust-tooltip-active:before {
  -ms-transform: none !important;
      transform: none !important;
}

[zust-tooltip][zust-tooltip-position="left"]:before {
  top: auto;
  left: auto !important;
  right: 100%;
  bottom: auto;
  margin-right: 10px;
  -ms-transform: translateX(20px);
      transform: translateX(20px);
}

[zust-tooltip][zust-tooltip-position="top"]:before {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 100%;
  margin-left: 0 !important;
  margin-bottom: 10px;
  -ms-transform: translateY(20px) translateX(-50%);
      transform: translateY(20px) translateX(-50%);
}

[zust-tooltip][zust-tooltip-position="top"]:hover:before, [zust-tooltip][zust-tooltip-position="top"]:focus:before, [zust-tooltip][zust-tooltip-position="top"].zust-tooltip-active:before {
  -ms-transform: translateY(0) translateX(-50%);
      transform: translateY(0) translateX(-50%);
}

[zust-tooltip][zust-tooltip-position="top-left"]:before {
  top: auto;
  left: 0;
  right: auto;
  bottom: 100%;
  margin-left: 0 !important;
  margin-bottom: 10px;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
}

[zust-tooltip][zust-tooltip-position="top-right"]:before {
  top: auto;
  left: auto !important;
  right: 0;
  bottom: 100%;
  margin-left: 0 !important;
  margin-bottom: 10px;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
}

[zust-tooltip][zust-tooltip-position="bottom"]:before {
  top: 100%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-left: 0 !important;
  margin-top: 10px;
  -ms-transform: translateY(-20px) translateX(-50%);
      transform: translateY(-20px) translateX(-50%);
}

[zust-tooltip][zust-tooltip-position="bottom"]:hover:before, [zust-tooltip][zust-tooltip-position="bottom"]:focus:before, [zust-tooltip][zust-tooltip-position="bottom"].zust-tooltip-active:before {
  -ms-transform: translateY(0) translateX(-50%);
      transform: translateY(0) translateX(-50%);
}

[zust-tooltip][zust-tooltip-position="bottom-left"]:before {
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  margin-left: 0 !important;
  margin-top: 10px;
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}

[zust-tooltip][zust-tooltip-position="bottom-right"]:before {
  top: 100%;
  left: auto !important;
  right: 0;
  bottom: auto;
  margin-left: 0 !important;
  margin-top: 10px;
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}

[zust-tooltip][zust-tooltip-visibility]:before {
  display: none;
}

@media screen and (max-width: 767px) {
  [zust-tooltip][zust-tooltip-visibility="small"]:before {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  [zust-tooltip][zust-tooltip-visibility="medium"]:before {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  [zust-tooltip][zust-tooltip-visibility="until-large"]:before {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  [zust-tooltip][zust-tooltip-visibility="large"]:before {
    display: inline-block;
  }
}

[zust-tooltip][zust-tooltip-type="primary"]:before {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

[zust-tooltip][zust-tooltip-type="success"]:before {
  background-color: var(--success-color);
  color: var(--success-text-color);
}

[zust-tooltip][zust-tooltip-type="warning"]:before {
  background-color: var(--warning-color);
  color: var(--warning-text-color);
}

[zust-tooltip][zust-tooltip-type="error"]:before {
  background-color: var(--error-color);
  color: var(--error-text-color);
}

[zust-tooltip][zust-tooltip-type="link"]:before {
  background-color: var(--link-color);
  color: var(--link-text-color);
}

.zust-checkbox {
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 6px 6px;
}

.zust-checkbox span {
  vertical-align: middle;
}

.zust-checkbox span ~ span {
  margin-left: 8px;
}

.zust-checkbox > input {
  display: inline-block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

.zust-checkbox > input + span {
  overflow: hidden;
  display: inline-block;
  border-style: solid;
  border-color: var(--checkbox-border-color);
  position: relative;
  border-radius: 8px;
  border-width: 2px;
  padding: 10px;
  transition: 0.2s;
}

.zust-checkbox > input + span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--checkbox-checkmark-color);
  width: 6px;
  height: 13px;
  -ms-transform: rotate(45deg) translate(10px, 10px);
      transform: rotate(45deg) translate(10px, 10px);
  transition: 0.2s;
}

.zust-checkbox > input:checked + span {
  background-color: var(--checkbox-checked-border-color);
  border-color: var(--checkbox-checked-border-color);
}

.zust-checkbox > input:checked + span:after {
  -ms-transform: rotate(45deg) translate(-8px, -4px);
      transform: rotate(45deg) translate(-8px, -4px);
}

.zust-checkbox > input:focus + span, .zust-checkbox > input.zust-focused + span {
  box-shadow: 0 0 0 2px var(--checkbox-border-spread-color);
}

.zust-checkbox > input:indeterminate + span:after {
  width: 0;
  border-color: var(--checkbox-checked-border-color);
  -ms-transform: rotate(90deg) translate(-6px, 1px);
      transform: rotate(90deg) translate(-6px, 1px);
}

.zust-checkbox.zust-outlined > input + span {
  background-color: rgba(255, 255, 255, 0) !important;
}

.zust-checkbox.zust-outlined > input + span:after {
  border-color: var(--checkbox-checked-border-color);
}

.zust-checkbox.zust-circle > input + span, .zust-checkbox.zust-circular > input + span {
  border-radius: 100px;
}

.zust-checkbox.zust-primary > input:checked + span {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.zust-checkbox.zust-primary > input:checked + span:after {
  border-color: var(--primary-text-color);
}

.zust-checkbox.zust-primary > input:focus + span,
.zust-checkbox.zust-primary > input.zust-focused + span {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px var(--primary-color-light);
}

.zust-checkbox.zust-outlined.zust-primary > input:checked + span:after,
.zust-checkbox.zust-primary > input:indeterminate + span:after {
  border-color: var(--primary-color);
}

.zust-checkbox.zust-success > input:checked + span {
  background-color: var(--success-color);
  border-color: var(--success-color);
}

.zust-checkbox.zust-success > input:checked + span:after {
  border-color: var(--success-text-color);
}

.zust-checkbox.zust-success > input:focus + span,
.zust-checkbox.zust-success > input.zust-focused + span {
  border-color: var(--success-color);
  box-shadow: 0 0 0 2px var(--success-color-light);
}

.zust-checkbox.zust-outlined.zust-success > input:checked + span:after,
.zust-checkbox.zust-success > input:indeterminate + span:after {
  border-color: var(--success-color);
}

.zust-checkbox.zust-warning > input:checked + span {
  background-color: var(--warning-color);
  border-color: var(--warning-color);
}

.zust-checkbox.zust-warning > input:checked + span:after {
  border-color: var(--warning-text-color);
}

.zust-checkbox.zust-warning > input:focus + span,
.zust-checkbox.zust-warning > input.zust-focused + span {
  border-color: var(--warning-color);
  box-shadow: 0 0 0 2px var(--warning-color-light);
}

.zust-checkbox.zust-outlined.zust-warning > input:checked + span:after,
.zust-checkbox.zust-warning > input:indeterminate + span:after {
  border-color: var(--warning-color);
}

.zust-checkbox.zust-error > input:checked + span {
  background-color: var(--error-color);
  border-color: var(--error-color);
}

.zust-checkbox.zust-error > input:checked + span:after {
  border-color: var(--error-text-color);
}

.zust-checkbox.zust-error > input:focus + span,
.zust-checkbox.zust-error > input.zust-focused + span {
  border-color: var(--error-color);
  box-shadow: 0 0 0 2px var(--error-color-light);
}

.zust-checkbox.zust-outlined.zust-error > input:checked + span:after,
.zust-checkbox.zust-error > input:indeterminate + span:after {
  border-color: var(--error-color);
}

.zust-checkbox.zust-link > input:checked + span {
  background-color: var(--link-color);
  border-color: var(--link-color);
}

.zust-checkbox.zust-link > input:checked + span:after {
  border-color: var(--link-text-color);
}

.zust-checkbox.zust-link > input:focus + span,
.zust-checkbox.zust-link > input.zust-focused + span {
  border-color: var(--link-color);
  box-shadow: 0 0 0 2px var(--link-color-light);
}

.zust-checkbox.zust-outlined.zust-link > input:checked + span:after,
.zust-checkbox.zust-link > input:indeterminate + span:after {
  border-color: var(--link-color);
}

.zust-checkbox[disabled] {
  pointer-events: none;
}

.zust-checkbox[disabled] span {
  color: var(--item-disabled-fg-color);
}

.zust-checkbox[disabled] > input + span {
  background-color: var(--item-disabled-bg-color);
  border-color: var(--item-disabled-bg-color);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.zust-checkbox[disabled] > input + span:after {
  border-color: var(--item-disabled-fg-color);
}

.zust-form-it {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .zust-form-it.zust-form-inline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .zust-form-it.zust-form-inline > .zust-label {
    display: inline-block;
    width: unset;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    text-align: right;
    margin: 0 30px 0 0;
    vertical-align: baseline;
  }
  .zust-form-it.zust-form-inline > .zust-form-body {
    -ms-flex-positive: 5;
        flex-grow: 5;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}

.zust-form-it > .zust-form-body {
  width: 100%;
}

.zust-form-it > .zust-form-body > .zust-form-el {
  width: 100%;
  margin: 0;
}

.zust-form-it > .zust-form-el, .zust-form-it > .zust-btn {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .zust-form-it > .zust-form-el, .zust-form-it > .zust-el-group {
    width: -webkit-fill-available;
    width: -moz-fill-avaialable;
    width: fill-available;
  }
}

.zust-form-it:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.zust-form-it.zust-fullwidth {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.zust-label {
  display: block;
  width: 100%;
  font-size: 1rem;
  margin: 5px;
}

.zust-help {
  margin: 5px;
  display: block;
  width: 100%;
  font-size: 0.8rem;
  margin: 5px;
  margin-top: 8px;
}

.zust-form-el {
  margin: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.zust-form-el:not(:last-child) {
  margin-bottom: 8px;
  margin-right: 8px;
}

.zust-form-el.zust-fillup {
  width: 100%;
}

.zust-form-el .zust-input {
  margin: 0;
}

.zust-el-group > .zust-form-el:not(:first-child):not(:last-child) > .zust-input, .zust-el-group > .zust-form-el:not(:first-child):not(:last-child) > .zust-select {
  border-radius: 0;
}

.zust-el-group > .zust-form-el:first-child > .zust-input, .zust-el-group > .zust-form-el:first-child > .zust-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.zust-el-group > .zust-form-el:last-child > .zust-input, .zust-el-group > .zust-form-el:last-child > .zust-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.zust-form-el.zust-responsive {
  display: -ms-flexbox;
  display: flex;
}

.zust-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-color: rgba(255, 255, 255, 0);
  color: var(--input-text-color);
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--input-bg-color);
  width: 100%;
  transition: 0.2s;
  border-radius: 8px;
  font-size: 1rem;
  margin: 4px;
  --in-pad: 35px;
}

.zust-input ~ .zust-icon {
  --icon-size: 18px;
  --ic-margin: 10px;
  position: absolute !important;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.zust-input ~ .zust-icon.zust-left {
  left: 0;
  margin-right: 0 !important;
  margin-left: var(--ic-margin);
}

.zust-input ~ .zust-icon.zust-right {
  right: 0;
  margin-left: 0 !important;
  margin-right: var(--ic-margin);
}

.zust-input.zust-with-icon-left {
  padding-left: var(--in-pad) !important;
}

.zust-input.zust-with-icon-right {
  padding-right: var(--in-pad) !important;
}

.zust-input.zust-with-icon-both {
  padding-right: var(--in-pad) !important;
  padding-left: var(--in-pad) !important;
}

.zust-input.zust-small {
  font-size: 0.8rem;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 14px;
  padding-right: 14px;
  --in-pad: 25px;
}

.zust-input.zust-small ~ .zust-icon {
  --icon-size: 12px;
  --ic-margin: 8px;
}

.zust-input.zust-large {
  font-size: 1.6rem;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  --in-pad: 45px;
}

.zust-input.zust-large ~ .zust-icon {
  --icon-size: 24px;
  --ic-margin: 14px;
}

.zust-input.zust-xlarge {
  font-size: 2.2rem;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-left: 28px;
  padding-right: 28px;
  --in-pad: 55px;
}

.zust-input.zust-xlarge ~ .zust-icon {
  --icon-size: 36px;
  --ic-margin: 13px;
}

.zust-input:-ms-input-placeholder {
  color: var(--input-placeholder-text-color);
}

.zust-input::-ms-input-placeholder {
  color: var(--input-placeholder-text-color);
}

.zust-input::placeholder {
  color: var(--input-placeholder-text-color);
}

.zust-input:hover, .zust-input.zust-hovered {
  background-color: var(--input-hovered-bg-color);
}

.zust-input:focus, .zust-input.zust-focused {
  background-color: var(--body-bg-color);
  box-shadow: 0 0 0 2px var(--input-border-spread-color);
}

.zust-input[disabled] {
  pointer-events: none;
  opacity: 0.4;
}

.zust-input[disabled] ~ .zust-icon {
  opacity: 0.4;
}

.zust-input.zust-readonly:hover, .zust-input.zust-readonly.zust-hovered, .zust-input[readonly]:hover, .zust-input[readonly].zust-hovered {
  background-color: var(--input-bg-color);
}

.zust-input.zust-readonly:focus, .zust-input.zust-readonly.zust-focused, .zust-input[readonly]:focus, .zust-input[readonly].zust-focused {
  background-color: var(--input-bg-color);
  box-shadow: 0 0 0 1px var(--input-border-spread-color);
}

.zust-input.zust-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.zust-input.zust-transparent:focus, .zust-input.zust-transparent.zust-focused {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 0 !important;
}

.zust-input.zust-check-validity ~ .zust-icon.zust-if-valid {
  opacity: 0;
}

.zust-input.zust-check-validity:valid {
  border-color: var(--success-color);
}

.zust-input.zust-check-validity:valid:focus, .zust-input.zust-check-validity:valid.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--success-color);
}

.zust-input.zust-check-validity:valid ~ .zust-icon.zust-if-valid {
  opacity: 1;
}

.zust-el-group .zust-input, .zust-el-group > .zust-form-el .zust-input {
  margin: 0 !important;
}

.zust-input.zust-primary {
  border-color: var(--primary-color);
}

.zust-input.zust-primary:focus, .zust-input.zust-primary.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--primary-hovered-color);
}

.zust-input.zust-primary.zust-readonly:focus, .zust-input.zust-primary.zust-readonly.zust-focused, .zust-input.zust-primary[readonly]:focus, .zust-input.zust-primary[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--primary-hovered-color);
}

.zust-input.zust-success {
  border-color: var(--success-color);
}

.zust-input.zust-success:focus, .zust-input.zust-success.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--success-hovered-color);
}

.zust-input.zust-success.zust-readonly:focus, .zust-input.zust-success.zust-readonly.zust-focused, .zust-input.zust-success[readonly]:focus, .zust-input.zust-success[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--success-hovered-color);
}

.zust-input.zust-warning {
  border-color: var(--warning-color);
}

.zust-input.zust-warning:focus, .zust-input.zust-warning.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--warning-hovered-color);
}

.zust-input.zust-warning.zust-readonly:focus, .zust-input.zust-warning.zust-readonly.zust-focused, .zust-input.zust-warning[readonly]:focus, .zust-input.zust-warning[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--warning-hovered-color);
}

.zust-input.zust-error {
  border-color: var(--error-color);
}

.zust-input.zust-error:focus, .zust-input.zust-error.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--error-hovered-color);
}

.zust-input.zust-error.zust-readonly:focus, .zust-input.zust-error.zust-readonly.zust-focused, .zust-input.zust-error[readonly]:focus, .zust-input.zust-error[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--error-hovered-color);
}

.zust-input.zust-link {
  border-color: var(--link-color);
}

.zust-input.zust-link:focus, .zust-input.zust-link.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--link-hovered-color);
}

.zust-input.zust-link.zust-readonly:focus, .zust-input.zust-link.zust-readonly.zust-focused, .zust-input.zust-link[readonly]:focus, .zust-input.zust-link[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--link-hovered-color);
}

.zust-input-append, .zust-input-prepend {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  background-color: var(--input-append-bg-color);
  color: var(--input-append-fg-color);
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 8px;
  transition: 0.2s;
}

.zust-radio {
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 6px 6px;
}

.zust-radio span {
  vertical-align: middle;
}

.zust-radio span ~ span {
  margin-left: 8px;
}

.zust-radio > input {
  display: inline-block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

.zust-radio > input + span {
  display: inline-block;
  border-style: solid;
  border-color: var(--radio-border-color);
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  border-width: 2px;
  padding: 10px;
  transition: 0.2s;
}

.zust-radio > input + span:after {
  content: '';
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.2s;
}

.zust-radio > input:checked + span {
  background-color: var(--radio-selected-color);
  border-color: rgba(255, 255, 255, 0);
}

.zust-radio > input:checked + span:after {
  -ms-transform: translate(-50%, -50%) scale(0.6);
      transform: translate(-50%, -50%) scale(0.6);
  background-color: #FFF;
}

.zust-radio > input:focus + span,
.zust-radio > input.zust-focused + span {
  box-shadow: 0 0 0 2px var(--radio-border-spread-color);
}

.zust-radio.zust-rect > input + span, .zust-radio.zust-rectangle > input + span, .zust-radio.zust-rectangular > input + span {
  border-radius: 7px;
}

.zust-radio.zust-rect > input + span:after, .zust-radio.zust-rectangle > input + span:after, .zust-radio.zust-rectangular > input + span:after {
  border-radius: 4px;
}

.zust-radio.zust-primary > input:checked + span {
  background-color: var(--primary-color);
}

.zust-radio.zust-primary > input:focus + span,
.zust-radio.zust-primary > input.zust-focused + span {
  box-shadow: 0 0 0 2px var(--primary-color-light);
}

.zust-radio.zust-success > input:checked + span {
  background-color: var(--success-color);
}

.zust-radio.zust-success > input:focus + span,
.zust-radio.zust-success > input.zust-focused + span {
  box-shadow: 0 0 0 2px var(--success-color-light);
}

.zust-radio.zust-warning > input:checked + span {
  background-color: var(--warning-color);
}

.zust-radio.zust-warning > input:focus + span,
.zust-radio.zust-warning > input.zust-focused + span {
  box-shadow: 0 0 0 2px var(--warning-color-light);
}

.zust-radio.zust-error > input:checked + span {
  background-color: var(--error-color);
}

.zust-radio.zust-error > input:focus + span,
.zust-radio.zust-error > input.zust-focused + span {
  box-shadow: 0 0 0 2px var(--error-color-light);
}

.zust-radio.zust-link > input:checked + span {
  background-color: var(--link-color);
}

.zust-radio.zust-link > input:focus + span,
.zust-radio.zust-link > input.zust-focused + span {
  box-shadow: 0 0 0 2px var(--link-color-light);
}

.zust-radio[disabled] {
  pointer-events: none;
}

.zust-radio[disabled] span {
  color: var(--item-disabled-fg-color);
}

.zust-radio[disabled] input + span {
  background-color: var(--item-disabled-bg-color);
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.zust-radio[disabled] input + span:after {
  background-color: var(--item-disabled-fg-color);
}

.zust-range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--range-bg-color);
  height: 5px;
  border-radius: 9999px;
  transition: 0.2s;
}

.zust-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background-color: var(--primary-color);
  cursor: pointer;
  border-style: none;
  border-radius: 6px;
  height: 18px;
  width: 18px;
  border-radius: 6px;
}

.zust-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  background-color: var(--primary-color);
  cursor: pointer;
  border-style: none;
  border-radius: 6px;
  height: 18px;
  width: 18px;
  border-radius: 6px;
}

.zust-range.zust-rounded::-webkit-slider-thumb {
  border-radius: 999999px;
}

.zust-range.zust-rounded::-moz-range-thumb {
  border-radius: 999999px;
}

.zust-range.zust-disabled, .zust-range[disabled] {
  background-color: var(--item-disabled-bg-color);
}

.zust-range.zust-disabled::-webkit-slider-thumb, .zust-range[disabled]::-webkit-slider-thumb {
  background-color: var(--item-disabled-fg-color);
  cursor: default;
}

.zust-range.zust-disabled::-moz-range-thumb, .zust-range[disabled]::-moz-range-thumb {
  background-color: var(--item-disabled-fg-color);
  cursor: default;
}

.zust-range.zust-primary::-webkit-slider-thumb {
  background-color: var(--primary-color);
}

.zust-range.zust-primary::-moz-range-thumb {
  background-color: var(--primary-color);
}

.zust-range.zust-success::-webkit-slider-thumb {
  background-color: var(--success-color);
}

.zust-range.zust-success::-moz-range-thumb {
  background-color: var(--success-color);
}

.zust-range.zust-warning::-webkit-slider-thumb {
  background-color: var(--warning-color);
}

.zust-range.zust-warning::-moz-range-thumb {
  background-color: var(--warning-color);
}

.zust-range.zust-error::-webkit-slider-thumb {
  background-color: var(--error-color);
}

.zust-range.zust-error::-moz-range-thumb {
  background-color: var(--error-color);
}

.zust-range.zust-link::-webkit-slider-thumb {
  background-color: var(--link-color);
}

.zust-range.zust-link::-moz-range-thumb {
  background-color: var(--link-color);
}

.zust-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: var(--select-bg-color);
  color: var(--select-text-color);
  border-width: 0;
  border-bottom-width: 2px;
  border-color: rgba(255, 255, 255, 0);
  box-sizing: content-box;
  width: 100%;
  border-radius: 8px;
  transition: 0.2s;
  font-size: 1rem;
  --in-pad: 35px;
}

.zust-select.zust-fixed {
  width: auto;
}

.zust-form-el.zust-fullwidth .zust-select, .zust-form-el.zust-full-width .zust-select {
  width: 100%;
}

.zust-select ~ .zust-icon {
  --icon-size: 18px;
  --ic-margin: 10px;
  position: absolute !important;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.zust-select ~ .zust-icon.zust-left {
  left: 0;
  margin-right: 0 !important;
  margin-left: var(--ic-margin);
}

.zust-select ~ .zust-icon.zust-right {
  right: 0;
  margin-left: 0 !important;
  margin-right: var(--ic-margin);
}

.zust-select.zust-with-icon-left {
  padding-left: var(--in-pad) !important;
}

.zust-select.zust-with-icon-right {
  padding-right: var(--in-pad) !important;
}

.zust-select.zust-with-icon-both {
  padding-right: var(--in-pad) !important;
  padding-left: var(--in-pad) !important;
}

.zust-select.zust-small {
  font-size: 0.8rem;
  padding-left: 9px;
  padding-right: 9px;
  --in-pad: 25px;
}

.zust-select.zust-small ~ .zust-icon {
  --icon-size: 12px;
  --ic-margin: 8px;
}

.zust-select.zust-large {
  font-size: 1.6rem;
  padding-left: 16px;
  padding-right: 16px;
  --in-pad: 45px;
}

.zust-select.zust-large ~ .zust-icon {
  --icon-size: 24px;
  --ic-margin: 14px;
}

.zust-select.zust-xlarge {
  font-size: 2.2rem;
  padding-left: 20px;
  padding-right: 20px;
  --in-pad: 55px;
}

.zust-select.zust-xlarge ~ .zust-icon {
  --icon-size: 36px;
  --ic-margin: 13px;
}

.zust-select[multiple] {
  padding: 0;
  border-bottom-width: 0px;
  box-sizing: content-box;
  width: -webkit-max-content;
  width: max-content;
}

.zust-select[multiple] option {
  padding: 5px 15px;
  text-align: center;
  background-color: var(--select-bg-color);
}

.zust-select:hover, .zust-select.zust-hovered {
  background-color: var(--select-hovered-bg-color);
}

.zust-select:focus, .zust-select.zust-focused {
  background-color: var(--body-bg-color);
  border-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 2px var(--select-border-spread-color);
}

.zust-select.zust-primary {
  border-color: var(--primary-color);
}

.zust-select.zust-primary:focus, .zust-select.zust-primary.zust-focused {
  box-shadow: 0 0 0 2px var(--primary-hovered-color);
}

.zust-select.zust-success {
  border-color: var(--success-color);
}

.zust-select.zust-success:focus, .zust-select.zust-success.zust-focused {
  box-shadow: 0 0 0 2px var(--success-hovered-color);
}

.zust-select.zust-warning {
  border-color: var(--warning-color);
}

.zust-select.zust-warning:focus, .zust-select.zust-warning.zust-focused {
  box-shadow: 0 0 0 2px var(--warning-hovered-color);
}

.zust-select.zust-error {
  border-color: var(--error-color);
}

.zust-select.zust-error:focus, .zust-select.zust-error.zust-focused {
  box-shadow: 0 0 0 2px var(--error-hovered-color);
}

.zust-select.zust-link {
  border-color: var(--link-color);
}

.zust-select.zust-link:focus, .zust-select.zust-link.zust-focused {
  box-shadow: 0 0 0 2px var(--link-hovered-color);
}

@media screen and (max-width: 767px) {
  .zust-select[multiple] {
    padding: 10px;
  }
  .zust-select[multiple] option:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .zust-select[multiple] option:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

.zust-select option {
  background-color: var(--body-bg-color);
  transition: 0.2s;
}

.zust-select[disabled] {
  pointer-events: none;
  background-color: var(--item-disabled-bg-color);
  color: var(--item-disabled-fg-color);
}

.zust-select[disabled] ~ .zust-icon {
  color: var(--item-disabled-fg-color);
}

.zust-select[disabled] option {
  background-color: var(--item-disabled-bg-color);
  color: var(--item-disabled-fg-color);
}

.zust-switch {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 8px 8px;
}

.zust-switch span {
  vertical-align: middle;
}

.zust-switch span ~ span {
  margin-left: 8px;
}

.zust-switch > input {
  display: inline-block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

.zust-switch > input + span {
  padding-left: 35px;
  background-color: var(--switch-bg-color);
  border-style: solid;
  border-color: var(--switch-border-color);
  height: 18px;
  position: relative;
  border-radius: 100px;
  border-width: 2px;
  transition: 0.2s;
}

.zust-switch > input + span:after {
  content: '';
  border-radius: 100px;
  width: 6px;
  height: 12px;
  background-color: var(--switch-fg-color);
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 7px;
  transition: 0.2s;
}

.zust-switch > input:checked + span {
  background-color: var(--switch-active-bg-color);
  border-color: var(--switch-active-border-color);
}

.zust-switch > input:checked + span:after {
  background-color: var(--switch-active-fg-color);
  left: 22px;
}

.zust-switch > input:focus + span,
.zust-switch > input.zust-focused + span {
  box-shadow: 0 0 0 2px var(--switch-border-spread-color);
  border-color: var(--switch-active-border-color);
}

.zust-switch.zust-primary > input:checked + span {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.zust-switch.zust-primary > input:focus + span,
.zust-switch.zust-primary > input.zust-focused + span {
  box-shadow: 0 0 0px 2px var(--primary-color-light);
  border-color: var(--primary-color);
}

.zust-switch.zust-success > input:checked + span {
  background-color: var(--success-color);
  border-color: var(--success-color);
}

.zust-switch.zust-success > input:focus + span,
.zust-switch.zust-success > input.zust-focused + span {
  box-shadow: 0 0 0px 2px var(--success-color-light);
  border-color: var(--success-color);
}

.zust-switch.zust-warning > input:checked + span {
  background-color: var(--warning-color);
  border-color: var(--warning-color);
}

.zust-switch.zust-warning > input:focus + span,
.zust-switch.zust-warning > input.zust-focused + span {
  box-shadow: 0 0 0px 2px var(--warning-color-light);
  border-color: var(--warning-color);
}

.zust-switch.zust-error > input:checked + span {
  background-color: var(--error-color);
  border-color: var(--error-color);
}

.zust-switch.zust-error > input:focus + span,
.zust-switch.zust-error > input.zust-focused + span {
  box-shadow: 0 0 0px 2px var(--error-color-light);
  border-color: var(--error-color);
}

.zust-switch.zust-link > input:checked + span {
  background-color: var(--link-color);
  border-color: var(--link-color);
}

.zust-switch.zust-link > input:focus + span,
.zust-switch.zust-link > input.zust-focused + span {
  box-shadow: 0 0 0px 2px var(--link-color-light);
  border-color: var(--link-color);
}

.zust-switch[disabled] {
  pointer-events: none;
}

.zust-switch[disabled] span {
  color: var(--item-disabled-fg-color);
}

.zust-switch[disabled] > input + span {
  background-color: var(--item-disabled-bg-color);
  border-color: var(--item-disabled-bg-color);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.zust-switch[disabled] > input + span:after {
  background-color: var(--item-disabled-fg-color);
}

.zust-switch[disabled] > input:checked + span {
  background-color: var(--item-disabled-bg-color);
  border-color: var(--item-disabled-bg-color);
}

.zust-switch[disabled] > input:checked + span:after {
  background-color: var(--item-disabled-fg-color);
}

.zust-switch.zust-gummy:active > input + span:after {
  width: 20px;
}

.zust-switch.zust-gummy:active > input:checked + span:after {
  width: 20px;
  -ms-transform: translate(-12px, -50%);
      transform: translate(-12px, -50%);
}

.zust-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 10px;
  background-color: var(--textarea-bg-color);
  color: var(--textarea-text-color);
  border-width: 0;
  border-bottom-width: 2px;
  border-color: rgba(255, 255, 255, 0);
  transition-property: background-color, box-shadow, border-color;
  display: block;
  min-height: 4em;
  transition: all 0.2s, width 0s, height 0s;
  border-radius: 8px;
  font-size: 1rem;
}

.zust-textarea:not([cols]) {
  min-width: 15em;
}

.zust-textarea:hover, .zust-textarea.zust-hovered {
  background-color: var(--textarea-hovered-bg-color);
}

.zust-textarea:focus, .zust-textarea.zust-focused {
  background-color: var(--body-bg-color);
  box-shadow: 0 0 0 2px var(--textarea-border-spread-color);
}

.zust-textarea:-ms-input-placeholder {
  color: var(--textarea-placeholder-text-color);
}

.zust-textarea::-ms-input-placeholder {
  color: var(--textarea-placeholder-text-color);
}

.zust-textarea::placeholder {
  color: var(--textarea-placeholder-text-color);
}

.zust-textarea[disabled] {
  background-color: var(--item-disabled-bg-color);
  color: var(--item-disabled-fg-color);
  pointer-events: none;
  resize: none;
}

.zust-textarea[disabled]:-ms-input-placeholder {
  color: var(--item-disabled-fg-color);
}

.zust-textarea[disabled]::-ms-input-placeholder {
  color: var(--item-disabled-fg-color);
}

.zust-textarea[disabled]::placeholder {
  color: var(--item-disabled-fg-color);
}

.zust-textarea.zust-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.zust-textarea.zust-transparent:focus, .zust-textarea.zust-transparent.zust-focused {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 0 !important;
}

.zust-textarea.zust-readonly:hover, .zust-textarea.zust-readonly.zust-hovered, .zust-textarea[readonly]:hover, .zust-textarea[readonly].zust-hovered {
  background-color: var(--textarea-bg-color);
}

.zust-textarea.zust-readonly:focus, .zust-textarea.zust-readonly.zust-focused, .zust-textarea[readonly]:focus, .zust-textarea[readonly].zust-focused {
  background-color: var(--textarea-bg-color);
  box-shadow: 0 0 0 1px var(--textarea-border-spread-color);
}

.zust-textarea.zust-primary {
  border-color: var(--primary-color);
}

.zust-textarea.zust-primary:focus, .zust-textarea.zust-primary.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--primary-hovered-color);
}

.zust-textarea.zust-primary.zust-readonly:focus, .zust-textarea.zust-primary.zust-readonly.zust-focused, .zust-textarea.zust-primary[readonly]:focus, .zust-textarea.zust-primary[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--primary-hovered-color);
}

.zust-textarea.zust-success {
  border-color: var(--success-color);
}

.zust-textarea.zust-success:focus, .zust-textarea.zust-success.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--success-hovered-color);
}

.zust-textarea.zust-success.zust-readonly:focus, .zust-textarea.zust-success.zust-readonly.zust-focused, .zust-textarea.zust-success[readonly]:focus, .zust-textarea.zust-success[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--success-hovered-color);
}

.zust-textarea.zust-warning {
  border-color: var(--warning-color);
}

.zust-textarea.zust-warning:focus, .zust-textarea.zust-warning.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--warning-hovered-color);
}

.zust-textarea.zust-warning.zust-readonly:focus, .zust-textarea.zust-warning.zust-readonly.zust-focused, .zust-textarea.zust-warning[readonly]:focus, .zust-textarea.zust-warning[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--warning-hovered-color);
}

.zust-textarea.zust-error {
  border-color: var(--error-color);
}

.zust-textarea.zust-error:focus, .zust-textarea.zust-error.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--error-hovered-color);
}

.zust-textarea.zust-error.zust-readonly:focus, .zust-textarea.zust-error.zust-readonly.zust-focused, .zust-textarea.zust-error[readonly]:focus, .zust-textarea.zust-error[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--error-hovered-color);
}

.zust-textarea.zust-link {
  border-color: var(--link-color);
}

.zust-textarea.zust-link:focus, .zust-textarea.zust-link.zust-focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--link-hovered-color);
}

.zust-textarea.zust-link.zust-readonly:focus, .zust-textarea.zust-link.zust-readonly.zust-focused, .zust-textarea.zust-link[readonly]:focus, .zust-textarea.zust-link[readonly].zust-focused {
  box-shadow: 0 0 0 1px var(--link-hovered-color);
}

.zust-textarea:not(:last-child) {
  margin-bottom: 8px;
}

.zust-textarea.zust-v-resize, .zust-textarea.zust-v-resizable {
  resize: vertical;
}

.zust-textarea.zust-h-resize, .zust-textarea.zust-h-resizable {
  resize: horizontal;
}

.zust-textarea.zust-unresizable {
  resize: none;
}

.zust-form-el .zust-textarea {
  max-width: calc(100% - 0.5px);
}

.zust-form-el.zust-fullwidth .zust-textarea {
  width: 100%;
  resize: vertical;
}

span.zust-badge {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  padding: 4px 8px 4px 8px;
  background-color: var(--badge-last-part-bg-color);
  color: var(--badge-only-part-text-color);
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 0.8em;
  border-radius: 6px;
  transition: 0.2s;
}

span.zust-badge.zust-outlined, .zust-badges-outlined span.zust-badge {
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 2px;
  border-color: rgba(144, 144, 144, 0.3);
  color: var(--text-color-secondary);
}

.zust-badges-rounded span.zust-badge {
  border-radius: 100000px;
}

div.zust-badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
}

div.zust-badge span {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 4px;
  margin: 0px;
  font-size: 0.8em;
  transition: 0.2s;
}

div.zust-badge span:only-of-type {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 4px 8px 4px 8px;
  background-color: var(--badge-only-part-bg-color);
  color: var(--badge-only-part-text-color);
  border-radius: 6px;
}

div.zust-badge span:first-child:not(:only-of-type) {
  padding-left: 10px;
  padding-right: 5px;
  background-color: var(--badge-first-part-bg-color);
  color: var(--badge-first-part-text-color);
  border-radius: 6px 0 0 6px;
}

div.zust-badge span:last-child:not(:only-of-type) {
  padding-right: 10px;
  padding-left: 5px;
  background-color: var(--badge-last-part-bg-color);
  color: var(--badge-last-part-text-color);
  border-radius: 0 6px 6px 0;
}

div.zust-badge.zust-rounded, .zust-badges-rounded div.zust-badge {
  overflow: hidden;
  border-radius: 100000px;
}

.zust-breadcrumb {
  display: block;
  cursor: default;
}

.zust-breadcrumb > ul {
  display: block;
  padding: 0;
}

.zust-breadcrumb > ul > li {
  display: inline-block;
  margin-left: 8px;
  color: var(--breadcrumb-item-color);
  cursor: pointer;
  font-size: 1rem;
}

.zust-breadcrumb > ul > li:not(:last-child):after {
  content: '/';
  margin-left: 8px;
  color: var(--breadcrumb-separator-color);
  cursor: default;
}

.zust-breadcrumb > ul > li > a {
  color: var(--breadcrumb-item-color);
  border-style: none;
  font-size: 1rem;
}

.zust-breadcrumb > ul > li[active], .zust-breadcrumb > ul > li.zust-active {
  color: var(--breadcrumb-item-active-color);
  cursor: default;
}

.zust-breadcrumb > ul > li[active] > a, .zust-breadcrumb > ul > li.zust-active > a {
  color: var(--breadcrumb-item-active-color);
  cursor: default;
}

.zust-breadcrumb > ul > li:hover:not(.zust-active):not([active]), .zust-breadcrumb > ul > li.zust-hovered:not(.zust-active):not([active]) {
  color: var(--breadcrumb-item-hovered-color);
}

.zust-breadcrumb > ul > li:hover:not(.zust-active):not([active]) > a, .zust-breadcrumb > ul > li.zust-hovered:not(.zust-active):not([active]) > a {
  color: var(--breadcrumb-item-hovered-color);
}

.zust-breadcrumb.zust-dot-separator > ul > li:not(:last-child):after {
  content: '•';
}

.zust-breadcrumb.zust-pipe-separator > ul > li:not(:last-child):after {
  content: '|';
}

.zust-breadcrumb.zust-angle-separator > ul > li:not(:last-child):after {
  content: '›';
}

.zust-breadcrumb.zust-dash-separator > ul > li:not(:last-child):after {
  content: '—';
}

.zust-card {
  background-color: var(--card-bg-color);
  border-color: var(--card-border-color);
  box-sizing: content-box;
  padding: 10px 20px;
  margin: 10px;
  max-width: 200px;
  min-width: 180px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: 0.2s;
}

.zust-card.zust-flat {
  border-style: solid;
  box-shadow: 0 0 rgba(255, 255, 255, 0);
  border-width: 2px;
}

.zust-card.zust-landscape {
  max-width: 350px;
  min-width: 260px;
}

.zust-card h1, .zust-card h2, .zust-card h3, .zust-card h4, .zust-card h5, .zust-card h6 {
  margin: 10px 0;
}

.zust-card footer {
  margin: 0 -10px 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.zust-card footer:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.zust-card.zust-hoverable:hover, .zust-card.zust-hoverable.zust-hovered, .zust-card.zust-hoverable:focus-within {
  border-color: rgba(255, 255, 255, 0);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.zust-card.zust-rtl {
  text-align: right;
}

.zust-card.zust-rtl footer:not(.zust-center):not(.zust-text-center) * {
  float: left;
}

.zust-dropdown {
  position: relative;
  display: inline-block;
}

.zust-dropdown:not(.zust-center-aligned):focus-within > .zust-items,
.zust-dropdown:not(.zust-center-aligned).zust-hover:hover > .zust-items,
.zust-dropdown:not(.zust-center-aligned).zust-active > .zust-items {
  transition: all 0.2s ease-in-out 0.1s, visibility 0s linear 0s;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-transform: none !important;
      transform: none !important;
}

.zust-dropdown.zust-left-aligned > .zust-items {
  left: 0 !important;
  right: auto !important;
}

.zust-dropdown.zust-right-aligned > .zust-items {
  left: auto !important;
  right: 0 !important;
}

.zust-dropdown.zust-center-aligned.zust-upside > .zust-items {
  left: 50%;
  -ms-transform: translate(-50%, -10px) !important;
      transform: translate(-50%, -10px) !important;
}

.zust-dropdown.zust-center-aligned.zust-upside:focus-within > .zust-items,
.zust-dropdown.zust-center-aligned.zust-upside.zust-hover:hover > .zust-items,
.zust-dropdown.zust-center-aligned.zust-upside.zust-active > .zust-items {
  transition: all 0.2s ease-in-out 0.1s, visibility 0s linear 0s;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-transform: translate(-50%, 0) !important;
      transform: translate(-50%, 0) !important;
}

.zust-dropdown.zust-center-aligned:not(.zust-upside) > .zust-items {
  left: 50%;
  -ms-transform: translate(-50%, 10px) !important;
      transform: translate(-50%, 10px) !important;
}

.zust-dropdown.zust-center-aligned:not(.zust-upside):focus-within > .zust-items,
.zust-dropdown.zust-center-aligned:not(.zust-upside).zust-hover:hover > .zust-items,
.zust-dropdown.zust-center-aligned:not(.zust-upside).zust-active > .zust-items {
  transition: all 0.2s ease-in-out 0.1s, visibility 0s linear 0s;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-transform: translate(-50%, 0) !important;
      transform: translate(-50%, 0) !important;
}

.zust-dropdown hr[divider] {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  opacity: 1;
}

.zust-dropdown .zust-items {
  top: 100%;
  left: 0;
  bottom: auto;
  margin: 0;
  margin-left: 5px;
  box-sizing: content-box;
  position: absolute;
  list-style: none;
  border-style: solid;
  border-width: 2px;
  border-color: var(--dropdown-border-color);
  visibility: hidden;
  opacity: 0;
  background-color: var(--dropdown-bg-color);
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 150px;
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  border-radius: 8px;
  z-index: 5;
  box-shadow: 0 3px 12px rgba(27, 31, 35, 0.04);
  padding: 4px;
  margin-top: 8px;
}

.zust-dropdown .zust-items > span {
  margin: 6px 10px;
  display: inline-block;
  color: var(--text-color-primary);
  font-size: calc(1rem + 2px);
}

.zust-center-aligned .zust-dropdown .zust-items {
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}

.zust-dropdown .zust-items.zust-narrow {
  width: 50px !important;
}

.zust-dropdown .zust-items.zust-small {
  width: 100px !important;
}

.zust-dropdown .zust-items.zust-large {
  width: 200px !important;
}

.zust-dropdown .zust-items.zust-xlarge {
  width: 300px !important;
}

.zust-dropdown .zust-items p {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.zust-dropdown .zust-items li {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--text-color-secondary);
  list-style: none;
  text-align: left;
  transition: background-color 0.5s;
  box-sizing: content-box;
  border-radius: 6px;
  padding: 10px;
  margin: 0px;
}

.zust-dropdown .zust-items li:hover, .zust-dropdown .zust-items li.zust-hovered {
  background-color: var(--dropdown-option-hovered-color);
}

.zust-dropdown .zust-items li:hover > ul, .zust-dropdown .zust-items li.zust-hovered > ul {
  transition: all 0.2s ease-in-out 0.1s, visibility 0s linear 0s;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-transform: none !important;
      transform: none !important;
}

.zust-dropdown .zust-items li[active], .zust-dropdown .zust-items li.zust-active {
  background-color: var(--dropdown-active-item-bg-color);
  color: var(--dropdown-active-item-text-color);
}

.zust-dropdown .zust-items li[active]:hover, .zust-dropdown .zust-items li[active].zust-hovered, .zust-dropdown .zust-items li.zust-active:hover, .zust-dropdown .zust-items li.zust-active.zust-hovered {
  background-color: var(--dropdown-active-item-bg-color);
}

.zust-dropdown .zust-items li ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  width: 150px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--dropdown-border-color);
  visibility: hidden;
  opacity: 0;
  background-color: var(--dropdown-bg-color);
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: content-box;
  margin-left: 12px;
  -ms-transform: translateX(10px);
      transform: translateX(10px);
  border-radius: 8px;
  z-index: 5;
  box-shadow: 0 3px 12px rgba(27, 31, 35, 0.04);
  padding: 4px;
}

.zust-dropdown .zust-items li ul > span {
  margin: 6px 10px;
  display: inline-block;
  color: var(--text-color-primary);
  font-size: calc(1rem + 2px);
}

.zust-dropdown .zust-items li.zust-narrow > ul {
  width: 50px !important;
  text-align: center;
}

.zust-dropdown .zust-items li.zust-narrow > ul > li {
  -ms-flex-pack: center;
      justify-content: center;
}

.zust-dropdown .zust-items li.zust-small > ul {
  width: 100px !important;
}

.zust-dropdown .zust-items li.zust-large > ul {
  width: 200px !important;
}

.zust-dropdown .zust-items li.zust-xlarge > ul {
  width: 300px !important;
}

.zust-dropdown.zust-upside > .zust-items {
  top: auto;
  bottom: 100%;
  margin: 0;
  margin-left: 5px;
  margin-bottom: 8px;
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

.zust-dropdown.zust-upside li ul {
  bottom: 0 !important;
  top: auto !important;
  margin-right: 12px;
}

.zust-dropdown .zust-upside > ul {
  bottom: 0 !important;
  top: auto !important;
}

.zust-dropdown .zust-nested-upside ul {
  bottom: 0 !important;
  top: auto !important;
}

.zust-dropdown .zust-downside > ul {
  top: 0 !important;
  bottom: auto !important;
}

.zust-dropdown .zust-nested-downside ul {
  top: 0 !important;
  bottom: auto !important;
}

.zust-dropdown.zust-rightside > .zust-items {
  top: 0 !important;
  left: 100% !important;
  right: auto !important;
  margin: 0;
  margin-top: 5px !important;
  margin-left: 8px;
  -ms-transform: translateX(10px) !important;
      transform: translateX(10px) !important;
}

.zust-dropdown .zust-rightside > ul {
  left: 100% !important;
  right: auto !important;
  margin: 0 !important;
  margin-top: 5px !important;
  margin-left: 12px !important;
  -ms-transform: translateX(10px) !important;
      transform: translateX(10px) !important;
}

.zust-dropdown .zust-nested-rightside ul {
  left: 100% !important;
  right: auto !important;
  margin: 0 !important;
  margin-top: 5px !important;
  margin-left: 12px !important;
  -ms-transform: translateX(10px) !important;
      transform: translateX(10px) !important;
}

.zust-dropdown.zust-leftside > .zust-items {
  top: 0;
  right: 100%;
  left: auto;
  margin: 0;
  margin-top: 5px;
  margin-right: 8px;
  -ms-transform: translateX(-10px);
      transform: translateX(-10px);
}

.zust-dropdown.zust-leftside > .zust-items li ul {
  left: auto !important;
  right: 100% !important;
  margin-right: 12px !important;
  -ms-transform: translateX(-10px) !important;
      transform: translateX(-10px) !important;
}

.zust-dropdown .zust-leftside > ul {
  left: auto !important;
  right: 100% !important;
  margin-right: 12px !important;
  -ms-transform: translateX(-10px) !important;
      transform: translateX(-10px) !important;
}

.zust-dropdown .zust-nested-leftside ul {
  left: auto !important;
  right: 100% !important;
  margin-right: 12px !important;
  -ms-transform: translateX(-10px) !important;
      transform: translateX(-10px) !important;
}

.zust-dropdown.zust-narrow > .zust-items {
  width: 50px !important;
  text-align: center;
}

.zust-dropdown.zust-narrow > .zust-items > li {
  -ms-flex-pack: center;
      justify-content: center;
}

.zust-dropdown.zust-small > .zust-items {
  width: 100px !important;
}

.zust-dropdown.zust-large > .zust-items {
  width: 200px !important;
}

.zust-dropdown.zust-xlarge > .zust-items {
  width: 300px !important;
}

.zust-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-color: var(--dimmer-bg-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 20;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
}

.zust-modal > .zust-content {
  background-color: var(--modal-bg-color);
  overflow: hidden;
  color: var(--text-color-secondary);
  -ms-transform: scale(1.04);
      transform: scale(1.04);
  opacity: 0;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: calc(100% - 20px * 2);
  max-width: calc(100% - 400px * 2);
  min-width: calc(100% - 400px * 2);
  position: relative;
  border-radius: 14px;
  transition: transform 0.3s, background-color 0.2s, opacity 0.3s;
}

@media screen and (max-width: 1023px) {
  .zust-modal > .zust-content {
    max-height: calc(100% - 20px * 2) !important;
    max-width: calc(100% - 20px * 2) !important;
    min-width: calc(100% - 20px * 2) !important;
  }
}

.zust-modal > .zust-content hr[divider] {
  margin: 0;
  border-color: grey;
  border-width: 1px;
  opacity: 0.2;
}

.zust-modal > .zust-content > header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px;
  margin-bottom: 10px;
  position: relative;
}

.zust-modal > .zust-content > header > img {
  height: 50px;
  width: 50px;
  margin-right: 15px;
}

.zust-modal > .zust-content > header > h1, .zust-modal > .zust-content > header h2, .zust-modal > .zust-content > header h3, .zust-modal > .zust-content > header h4, .zust-modal > .zust-content > header h5, .zust-modal > .zust-content > header h6 {
  display: inline-block;
  margin: 0;
}

.zust-modal > .zust-content > header > .zust-icon {
  margin-right: 15px;
  --icon-size: 50px;
}

.zust-modal > .zust-content > header > .zust-close-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  padding: 8px !important;
  margin: 0 !important;
}

.zust-modal > .zust-content > header > .zust-close-btn .zust-icon {
  margin: 0 !important;
  --icon-size: 1.1rem;
}

.zust-modal > .zust-content > div {
  padding: 10px 20px 20px 20px;
  overflow: auto;
}

.zust-modal > .zust-content > footer {
  padding: 10px;
  display: block;
  width: 100%;
}

.zust-modal > .zust-content > footer > .zust-btn {
  float: right;
}

.zust-modal.zust-active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out 0.1s, visibility 0s linear;
}

.zust-modal.zust-active > .zust-content {
  -ms-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
  opacity: 1;
  transition: transform 0.3s ease-in-out 0.1s, background-color 0.2s 0.1s, opacity 0.3s 0.1s;
}

.zust-modal.zust-large > .zust-content {
  max-width: calc(100% - 200px * 2);
  min-width: calc(100% - 200px * 2);
}

.zust-modal.zust-xlarge > .zust-content {
  max-width: calc(100% - 80px * 2);
  min-width: calc(100% - 80px * 2);
}

.zust-modal.zust-full > .zust-content {
  max-width: calc(100% - 20px * 2);
  min-width: calc(100% - 20px * 2);
  max-height: calc(100% - 20px * 2);
  min-height: calc(100% - 20px * 2);
}

.zust-modal.zust-full > .zust-content > div {
  margin-bottom: 66px;
}

.zust-modal.zust-full > .zust-content > footer {
  position: absolute;
  bottom: 0;
}

.zust-nav {
  padding: 0;
}

.zust-nav li {
  list-style: none;
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
  transition: padding 0.2s;
}

.zust-nav li:before, .zust-nav li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  transition-duration: 0.2s;
  transition-property: transform background-color;
}

.zust-nav li:before {
  width: 4px;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: left;
      transform-origin: left;
}

.zust-nav li:after {
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.zust-nav li:hover:before, .zust-nav li.zust-hovered:before {
  -ms-transform: scaleX(0.3);
      transform: scaleX(0.3);
}

.zust-nav li[selected], .zust-nav li.zust-selected {
  padding: 6px 14px;
}

.zust-nav li[selected]:before, .zust-nav li.zust-selected:before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.zust-nav li[selected]:after, .zust-nav li.zust-selected:after {
  opacity: 0.1;
}

.zust-nav li ul {
  padding-left: 10px;
  margin-top: 8px;
}

.zust-navbar {
  background-color: var(--navbar-bg-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0px;
  transition: 0.2s;
  z-index: 4;
  box-shadow: 0px 3px 3px var(--navbar-shadow-color);
}

@media screen and (min-width: 1024px) {
  .zust-navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.zust-navbar.zust-flat {
  box-shadow: 0 0 rgba(255, 255, 255, 0);
  border-width: 2px;
  border-color: var(--light-color);
}

.zust-navbar.zust-right-aligned .zust-content {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.zust-navbar .zust-header {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 24px;
  height: 100%;
  -ms-flex: none;
      flex: none;
  width: auto;
  padding: 10px;
}

.zust-navbar .zust-header > img {
  height: 40px;
  width: auto;
}

.zust-navbar .zust-header > span {
  margin-left: 10px;
}

@media screen and (max-width: 1023px) {
  .zust-navbar .zust-header {
    display: -ms-flexbox;
    display: flex;
  }
}

.zust-navbar .zust-header .zust-menu-btn {
  display: none;
}

@media screen and (max-width: 1023px) {
  .zust-navbar .zust-header .zust-menu-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 25px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    margin: 0 !important;
  }
}

.zust-navbar .zust-content {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .zust-navbar .zust-content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }
}

.zust-navbar .zust-content .zust-options {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 30px;
}

@media screen and (max-width: 1023px) {
  .zust-navbar .zust-content .zust-options {
    top: 0;
    bottom: 0;
  }
}

.zust-navbar .zust-content .zust-options > * {
  padding: 0 14px;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 1024px) {
  .zust-navbar .zust-content .zust-options > *:last-child {
    margin-right: 20px;
  }
}

.zust-navbar .zust-content .zust-options > a:not(.zust-btn) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  transform-style: preserve-3d;
  position: relative;
  color: var(--text-color-tertiary);
  border-style: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (min-width: 1024px) {
  .zust-navbar .zust-content .zust-options > a:not(.zust-btn):after, .zust-navbar .zust-content .zust-options > a:not(.zust-btn):before {
    content: '';
    width: 100%;
    left: 50%;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
    transform: translateX(-50%) translateZ(-1px);
  }
  .zust-navbar .zust-content .zust-options > a:not(.zust-btn):after {
    height: 100%;
    opacity: 0.1;
  }
  .zust-navbar .zust-content .zust-options > a:not(.zust-btn):before {
    height: 3px;
  }
}

.zust-navbar .zust-content .zust-options > a:not(.zust-btn):hover, .zust-navbar .zust-content .zust-options > a:not(.zust-btn).zust-hovered, .zust-navbar .zust-content .zust-options > a:not(.zust-btn):focus, .zust-navbar .zust-content .zust-options > a:not(.zust-btn).zust-focused {
  color: var(--navbar-item-hovered-color);
}

.zust-navbar .zust-content .zust-options > a:not(.zust-btn):hover:after, .zust-navbar .zust-content .zust-options > a:not(.zust-btn).zust-hovered:after, .zust-navbar .zust-content .zust-options > a:not(.zust-btn):focus:after, .zust-navbar .zust-content .zust-options > a:not(.zust-btn).zust-focused:after {
  opacity: 0.05;
  background-color: var(--navbar-selected-item-color);
}

.zust-navbar .zust-content .zust-options > a:not(.zust-btn).zust-selected, .zust-navbar .zust-content .zust-options > a:not(.zust-btn)[selected] {
  color: var(--navbar-selected-item-color);
  cursor: default;
}

.zust-navbar .zust-content .zust-options > a:not(.zust-btn).zust-selected:after, .zust-navbar .zust-content .zust-options > a:not(.zust-btn).zust-selected:before, .zust-navbar .zust-content .zust-options > a:not(.zust-btn)[selected]:after, .zust-navbar .zust-content .zust-options > a:not(.zust-btn)[selected]:before {
  background-color: var(--navbar-selected-item-color);
}

.zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn {
  height: 100%;
  margin: 0 !important;
  border-style: none;
  color: var(--text-color-tertiary);
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
}

@media screen and (min-width: 1024px) {
  .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn:after, .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn:before {
    content: '';
    width: 100%;
    left: 50%;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
    transform: translateX(-50%) translateZ(-1px);
  }
  .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn:after {
    height: 100%;
    opacity: 0.1;
  }
  .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn:before {
    height: 3px;
  }
}

.zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn:hover, .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn.zust-hovered, .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn:focus, .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn.zust-focused {
  color: var(--navbar-item-hovered-color);
  box-shadow: 0 0 black;
}

.zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn:hover:after, .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn.zust-hovered:after, .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn:focus:after, .zust-navbar .zust-content .zust-options > .zust-dropdown > .zust-btn.zust-focused:after {
  opacity: 0.05;
  background-color: var(--navbar-selected-item-color);
}

.zust-navbar .zust-content .zust-options > .zust-dropdown.zust-selected > .zust-btn, .zust-navbar .zust-content .zust-options > .zust-dropdown[selected] > .zust-btn {
  color: var(--navbar-selected-item-color);
}

.zust-navbar .zust-content .zust-options > .zust-dropdown.zust-selected > .zust-btn:after, .zust-navbar .zust-content .zust-options > .zust-dropdown.zust-selected > .zust-btn:before, .zust-navbar .zust-content .zust-options > .zust-dropdown[selected] > .zust-btn:after, .zust-navbar .zust-content .zust-options > .zust-dropdown[selected] > .zust-btn:before {
  background-color: var(--navbar-selected-item-color);
}

.zust-navbar .zust-content .zust-actions {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1023px) {
  .zust-navbar .zust-content .zust-actions {
    position: absolute;
    top: 50%;
    right: 30px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}

.zust-navbar .zust-content .zust-actions button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1023px) {
  .zust-navbar .zust-content {
    visibility: hidden;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: var(--navbar-bg-color);
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: var(--light-color);
    transition: 0.2s;
  }
  .zust-navbar .zust-content > .zust-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    position: static;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .zust-navbar .zust-content > .zust-options > * {
    margin-left: 0;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
  }
  .zust-navbar .zust-content > .zust-options > *.zust-selected, .zust-navbar .zust-content > .zust-options > *[selected] {
    background-color: var(--navbar-selected-item-bg-color);
    color: var(--navbar-selected-item-text-color) !important;
  }
  .zust-navbar .zust-content > .zust-options > *.zust-selected.zust-dropdown > .zust-btn, .zust-navbar .zust-content > .zust-options > *[selected].zust-dropdown > .zust-btn {
    color: var(--navbar-selected-item-text-color) !important;
  }
  .zust-navbar .zust-content > .zust-options > *.zust-dropdown {
    padding: 0;
  }
  .zust-navbar .zust-content > .zust-options > *.zust-dropdown > .zust-btn {
    padding: 10px !important;
    padding-left: 20px !important;
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .zust-navbar .zust-content > .zust-actions {
    position: static;
    -ms-transform: none;
        transform: none;
    margin-bottom: 10px;
    padding-left: 14px;
  }
}

.zust-navbar.zust-expanded {
  border-color: rgba(255, 255, 255, 0);
}

.zust-navbar.zust-expanded > .zust-content {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .zust-navbar.zust-expanded:not(.zust-flat) > .zust-content {
    box-shadow: 0px 3px 3px var(--navbar-shadow-color);
  }
}

.zust-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zust-pagination > a:nth-child(2) {
  -ms-flex-order: 3;
      order: 3;
}

@media screen and (max-width: 767px) {
  .zust-pagination {
    margin-bottom: 20px;
  }
  .zust-pagination > a:nth-child(1) {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .zust-pagination > a:nth-child(2) {
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}

.zust-pagination > .zust-items {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .zust-pagination > .zust-items {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.zust-pagination > .zust-items > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 5px 10px;
}

.zust-pagination > .zust-items > li > a[item], .zust-pagination > .zust-items > li > a.zust-item {
  color: var(--pagination-item-text-color);
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-style: solid;
  border-color: var(--pagination-item-border-color);
  background-color: var(--pagination-item-bg-color);
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 12px;
  border-width: 2px;
  border-radius: 8px;
  transition: 0.2s;
}

.zust-pagination > .zust-items > li > a[item]:hover, .zust-pagination > .zust-items > li > a[item]:focus, .zust-pagination > .zust-items > li > a.zust-item:hover, .zust-pagination > .zust-items > li > a.zust-item:focus {
  border-color: var(--pagination-item-hovered-border-color);
}

.zust-pagination > .zust-items > li > a[item][active], .zust-pagination > .zust-items > li > a[item].zust-active, .zust-pagination > .zust-items > li > a.zust-item[active], .zust-pagination > .zust-items > li > a.zust-item.zust-active {
  background-color: var(--pagination-item-active-bg-color);
  color: var(--pagination-item-active-text-color);
  border-color: var(--pagination-item-active-border-color);
  cursor: default;
}

.zust-placeholder {
  position: relative;
  overflow: hidden;
}

.zust-placeholder .zust-holder {
  background-color: var(--placeholder-holder-color);
}

.zust-placeholder .zust-paragraph {
  margin: 30px 0;
}

.zust-placeholder .zust-line {
  background-color: var(--placeholder-holder-color);
  height: 8px;
  margin-top: 8px;
}

.zust-placeholder .zust-header {
  background-color: var(--placeholder-holder-color);
  height: 8px;
  margin-top: 8px;
  height: 2rem;
}

.zust-placeholder .zust-lines > div {
  background-color: var(--placeholder-holder-color);
  height: 8px;
  margin-top: 8px;
}

.zust-placeholder .zust-lines > div:first-child {
  margin-left: 2rem;
}

.zust-placeholder .zust-lines > div:last-child {
  margin-right: 4rem;
}

.zust-placeholder .zust-image {
  background-color: var(--placeholder-holder-color);
  height: 160px;
  margin: 10px 50px;
}

.zust-placeholder .zust-details {
  margin: 20px 0;
}

.zust-placeholder .zust-details > div {
  display: inline-block;
}

.zust-placeholder .zust-details .zust-image {
  height: 0;
  padding: 25px;
  margin: 0;
  margin-right: 10px;
}

.zust-placeholder .zust-details .zust-line {
  height: 20px;
}

.zust-placeholder .zust-details .zust-line:first-child {
  width: 170px;
  height: 25px;
}

.zust-placeholder .zust-details .zust-line:last-child {
  width: 100px;
  height: 16px;
}

.zust-placeholder:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--placeholder-color) 50%, rgba(0, 0, 0, 0) 100%);
  animation: placeholder-anim 1s ease-in-out infinite;
}

@keyframes placeholder-anim {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0);
  }
}

.zust-progress:not(progress) {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fill-available;
  width: fill-available;
  height: 20px;
  padding: 0;
  background-color: var(--progress-back-bg-color);
  overflow: hidden;
  color: var(--progress-back-text-color);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 8px;
  transition: 0.2s;
  border-radius: 6px;
}

.zust-progress:not(progress).zust-in-progress:not(.zust-striped) > .zust-bar:after {
  animation: progress-anim 2s linear infinite;
}

.zust-progress:not(progress).zust-rtl {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.zust-progress:not(progress).zust-rtl > .zust-bar:after {
  right: 0;
}

.zust-progress:not(progress).zust-rtl.zust-indeterminate > .zust-bar {
  animation-name: progress-indeterminate-rtl;
}

.zust-progress:not(progress).zust-indeterminate > .zust-bar {
  width: 30%;
  animation: progress-indeterminate 2s linear infinite;
}

.zust-progress:not(progress):not(.zust-rtl) > .zust-bar:after {
  left: 0;
}

.zust-progress:not(progress):not(.zust-rtl).zust-striped.zust-in-progress > .zust-bar {
  animation: progress-anim-striped 3s linear infinite;
}

.zust-progress:not(progress):not(.zust-rtl).zust-striped > .zust-bar.zust-in-progress {
  animation: progress-anim-striped 3s linear infinite;
}

.zust-progress:not(progress).zust-rtl.zust-striped.zust-in-progress > .zust-bar {
  animation: progress-anim-striped-rtl 3s linear infinite;
}

.zust-progress:not(progress).zust-striped > .zust-bar {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, var(--progress-bar-stripe-color) 25%, transparent 25%, transparent 50%, var(--progress-bar-stripe-color) 50%, var(--progress-bar-stripe-color) 75%, transparent 75%, transparent);
}

.zust-progress:not(progress):not(.zust-striped) > .zust-bar.zust-in-progress:not(.zust-striped):after {
  animation: progress-anim 2s linear infinite;
}

.zust-progress:not(progress).zust-rtl.zust-striped > .zust-bar.zust-in-progress {
  animation: progress-anim-striped-rtl 3s linear infinite;
}

.zust-progress:not(progress).zust-rtl > .zust-bar.zust-striped.zust-in-progress {
  animation: progress-anim-striped-rtl 3s linear infinite;
}

.zust-progress:not(progress) > .zust-bar {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
  width: 0;
  background-color: var(--progress-bar-bg-color);
  color: var(--progress-bar-text-color);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  margin: 0;
}

.zust-progress:not(progress) > .zust-bar.zust-primary {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

.zust-progress:not(progress) > .zust-bar.zust-success {
  background-color: var(--success-color);
  color: var(--success-text-color);
}

.zust-progress:not(progress) > .zust-bar.zust-warning {
  background-color: var(--warning-color);
  color: var(--warning-text-color);
}

.zust-progress:not(progress) > .zust-bar.zust-error {
  background-color: var(--error-color);
  color: var(--error-text-color);
}

.zust-progress:not(progress) > .zust-bar.zust-link {
  background-color: var(--link-color);
  color: var(--link-text-color);
}

.zust-progress:not(progress) > .zust-bar.zust-striped {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, var(--progress-bar-stripe-color) 25%, transparent 25%, transparent 50%, var(--progress-bar-stripe-color) 50%, var(--progress-bar-stripe-color) 75%, transparent 75%, transparent);
}

.zust-progress:not(progress) > .zust-bar.zust-striped.zust-in-progress {
  animation: progress-anim-striped 3s linear infinite;
}

.zust-progress:not(progress) > .zust-bar:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--progress-bar-stripe-color);
  border-radius: 3px;
}

.zust-progress:not(progress) > .zust-bar[value="0"] {
  width: 0%;
}

.zust-progress:not(progress) > .zust-bar[value="1"] {
  width: 1%;
}

.zust-progress:not(progress) > .zust-bar[value="2"] {
  width: 2%;
}

.zust-progress:not(progress) > .zust-bar[value="3"] {
  width: 3%;
}

.zust-progress:not(progress) > .zust-bar[value="4"] {
  width: 4%;
}

.zust-progress:not(progress) > .zust-bar[value="5"] {
  width: 5%;
}

.zust-progress:not(progress) > .zust-bar[value="6"] {
  width: 6%;
}

.zust-progress:not(progress) > .zust-bar[value="7"] {
  width: 7%;
}

.zust-progress:not(progress) > .zust-bar[value="8"] {
  width: 8%;
}

.zust-progress:not(progress) > .zust-bar[value="9"] {
  width: 9%;
}

.zust-progress:not(progress) > .zust-bar[value="10"] {
  width: 10%;
}

.zust-progress:not(progress) > .zust-bar[value="11"] {
  width: 11%;
}

.zust-progress:not(progress) > .zust-bar[value="12"] {
  width: 12%;
}

.zust-progress:not(progress) > .zust-bar[value="13"] {
  width: 13%;
}

.zust-progress:not(progress) > .zust-bar[value="14"] {
  width: 14%;
}

.zust-progress:not(progress) > .zust-bar[value="15"] {
  width: 15%;
}

.zust-progress:not(progress) > .zust-bar[value="16"] {
  width: 16%;
}

.zust-progress:not(progress) > .zust-bar[value="17"] {
  width: 17%;
}

.zust-progress:not(progress) > .zust-bar[value="18"] {
  width: 18%;
}

.zust-progress:not(progress) > .zust-bar[value="19"] {
  width: 19%;
}

.zust-progress:not(progress) > .zust-bar[value="20"] {
  width: 20%;
}

.zust-progress:not(progress) > .zust-bar[value="21"] {
  width: 21%;
}

.zust-progress:not(progress) > .zust-bar[value="22"] {
  width: 22%;
}

.zust-progress:not(progress) > .zust-bar[value="23"] {
  width: 23%;
}

.zust-progress:not(progress) > .zust-bar[value="24"] {
  width: 24%;
}

.zust-progress:not(progress) > .zust-bar[value="25"] {
  width: 25%;
}

.zust-progress:not(progress) > .zust-bar[value="26"] {
  width: 26%;
}

.zust-progress:not(progress) > .zust-bar[value="27"] {
  width: 27%;
}

.zust-progress:not(progress) > .zust-bar[value="28"] {
  width: 28%;
}

.zust-progress:not(progress) > .zust-bar[value="29"] {
  width: 29%;
}

.zust-progress:not(progress) > .zust-bar[value="30"] {
  width: 30%;
}

.zust-progress:not(progress) > .zust-bar[value="31"] {
  width: 31%;
}

.zust-progress:not(progress) > .zust-bar[value="32"] {
  width: 32%;
}

.zust-progress:not(progress) > .zust-bar[value="33"] {
  width: 33%;
}

.zust-progress:not(progress) > .zust-bar[value="34"] {
  width: 34%;
}

.zust-progress:not(progress) > .zust-bar[value="35"] {
  width: 35%;
}

.zust-progress:not(progress) > .zust-bar[value="36"] {
  width: 36%;
}

.zust-progress:not(progress) > .zust-bar[value="37"] {
  width: 37%;
}

.zust-progress:not(progress) > .zust-bar[value="38"] {
  width: 38%;
}

.zust-progress:not(progress) > .zust-bar[value="39"] {
  width: 39%;
}

.zust-progress:not(progress) > .zust-bar[value="40"] {
  width: 40%;
}

.zust-progress:not(progress) > .zust-bar[value="41"] {
  width: 41%;
}

.zust-progress:not(progress) > .zust-bar[value="42"] {
  width: 42%;
}

.zust-progress:not(progress) > .zust-bar[value="43"] {
  width: 43%;
}

.zust-progress:not(progress) > .zust-bar[value="44"] {
  width: 44%;
}

.zust-progress:not(progress) > .zust-bar[value="45"] {
  width: 45%;
}

.zust-progress:not(progress) > .zust-bar[value="46"] {
  width: 46%;
}

.zust-progress:not(progress) > .zust-bar[value="47"] {
  width: 47%;
}

.zust-progress:not(progress) > .zust-bar[value="48"] {
  width: 48%;
}

.zust-progress:not(progress) > .zust-bar[value="49"] {
  width: 49%;
}

.zust-progress:not(progress) > .zust-bar[value="50"] {
  width: 50%;
}

.zust-progress:not(progress) > .zust-bar[value="51"] {
  width: 51%;
}

.zust-progress:not(progress) > .zust-bar[value="52"] {
  width: 52%;
}

.zust-progress:not(progress) > .zust-bar[value="53"] {
  width: 53%;
}

.zust-progress:not(progress) > .zust-bar[value="54"] {
  width: 54%;
}

.zust-progress:not(progress) > .zust-bar[value="55"] {
  width: 55%;
}

.zust-progress:not(progress) > .zust-bar[value="56"] {
  width: 56%;
}

.zust-progress:not(progress) > .zust-bar[value="57"] {
  width: 57%;
}

.zust-progress:not(progress) > .zust-bar[value="58"] {
  width: 58%;
}

.zust-progress:not(progress) > .zust-bar[value="59"] {
  width: 59%;
}

.zust-progress:not(progress) > .zust-bar[value="60"] {
  width: 60%;
}

.zust-progress:not(progress) > .zust-bar[value="61"] {
  width: 61%;
}

.zust-progress:not(progress) > .zust-bar[value="62"] {
  width: 62%;
}

.zust-progress:not(progress) > .zust-bar[value="63"] {
  width: 63%;
}

.zust-progress:not(progress) > .zust-bar[value="64"] {
  width: 64%;
}

.zust-progress:not(progress) > .zust-bar[value="65"] {
  width: 65%;
}

.zust-progress:not(progress) > .zust-bar[value="66"] {
  width: 66%;
}

.zust-progress:not(progress) > .zust-bar[value="67"] {
  width: 67%;
}

.zust-progress:not(progress) > .zust-bar[value="68"] {
  width: 68%;
}

.zust-progress:not(progress) > .zust-bar[value="69"] {
  width: 69%;
}

.zust-progress:not(progress) > .zust-bar[value="70"] {
  width: 70%;
}

.zust-progress:not(progress) > .zust-bar[value="71"] {
  width: 71%;
}

.zust-progress:not(progress) > .zust-bar[value="72"] {
  width: 72%;
}

.zust-progress:not(progress) > .zust-bar[value="73"] {
  width: 73%;
}

.zust-progress:not(progress) > .zust-bar[value="74"] {
  width: 74%;
}

.zust-progress:not(progress) > .zust-bar[value="75"] {
  width: 75%;
}

.zust-progress:not(progress) > .zust-bar[value="76"] {
  width: 76%;
}

.zust-progress:not(progress) > .zust-bar[value="77"] {
  width: 77%;
}

.zust-progress:not(progress) > .zust-bar[value="78"] {
  width: 78%;
}

.zust-progress:not(progress) > .zust-bar[value="79"] {
  width: 79%;
}

.zust-progress:not(progress) > .zust-bar[value="80"] {
  width: 80%;
}

.zust-progress:not(progress) > .zust-bar[value="81"] {
  width: 81%;
}

.zust-progress:not(progress) > .zust-bar[value="82"] {
  width: 82%;
}

.zust-progress:not(progress) > .zust-bar[value="83"] {
  width: 83%;
}

.zust-progress:not(progress) > .zust-bar[value="84"] {
  width: 84%;
}

.zust-progress:not(progress) > .zust-bar[value="85"] {
  width: 85%;
}

.zust-progress:not(progress) > .zust-bar[value="86"] {
  width: 86%;
}

.zust-progress:not(progress) > .zust-bar[value="87"] {
  width: 87%;
}

.zust-progress:not(progress) > .zust-bar[value="88"] {
  width: 88%;
}

.zust-progress:not(progress) > .zust-bar[value="89"] {
  width: 89%;
}

.zust-progress:not(progress) > .zust-bar[value="90"] {
  width: 90%;
}

.zust-progress:not(progress) > .zust-bar[value="91"] {
  width: 91%;
}

.zust-progress:not(progress) > .zust-bar[value="92"] {
  width: 92%;
}

.zust-progress:not(progress) > .zust-bar[value="93"] {
  width: 93%;
}

.zust-progress:not(progress) > .zust-bar[value="94"] {
  width: 94%;
}

.zust-progress:not(progress) > .zust-bar[value="95"] {
  width: 95%;
}

.zust-progress:not(progress) > .zust-bar[value="96"] {
  width: 96%;
}

.zust-progress:not(progress) > .zust-bar[value="97"] {
  width: 97%;
}

.zust-progress:not(progress) > .zust-bar[value="98"] {
  width: 98%;
}

.zust-progress:not(progress) > .zust-bar[value="99"] {
  width: 99%;
}

.zust-progress:not(progress) > .zust-bar[value="100"] {
  width: 100%;
}

.zust-progress:not(progress) > .zust-bar:only-of-type {
  border-radius: 6px;
}

.zust-progress:not(progress) > .zust-bar:first-of-type:not(:only-of-type) {
  border-radius: 6px 0 0 6px;
}

.zust-progress:not(progress) > .zust-bar:last-of-type:not(:only-of-type) {
  border-radius: 0 6px 6px 0;
}

.zust-progress:not(progress) > .zust-bar.zust-text-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.zust-progress:not(progress) > .zust-bar.zust-text-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.zust-progress:not(progress) > .zust-bar > span {
  margin: 0 10px;
}

.zust-progress:not(progress)[value] > .zust-bar {
  width: 100%;
}

.zust-progress:not(progress)[value="0"] > .zust-bar {
  width: 0%;
}

.zust-progress:not(progress)[value="1"] > .zust-bar {
  width: 1%;
}

.zust-progress:not(progress)[value="2"] > .zust-bar {
  width: 2%;
}

.zust-progress:not(progress)[value="3"] > .zust-bar {
  width: 3%;
}

.zust-progress:not(progress)[value="4"] > .zust-bar {
  width: 4%;
}

.zust-progress:not(progress)[value="5"] > .zust-bar {
  width: 5%;
}

.zust-progress:not(progress)[value="6"] > .zust-bar {
  width: 6%;
}

.zust-progress:not(progress)[value="7"] > .zust-bar {
  width: 7%;
}

.zust-progress:not(progress)[value="8"] > .zust-bar {
  width: 8%;
}

.zust-progress:not(progress)[value="9"] > .zust-bar {
  width: 9%;
}

.zust-progress:not(progress)[value="10"] > .zust-bar {
  width: 10%;
}

.zust-progress:not(progress)[value="11"] > .zust-bar {
  width: 11%;
}

.zust-progress:not(progress)[value="12"] > .zust-bar {
  width: 12%;
}

.zust-progress:not(progress)[value="13"] > .zust-bar {
  width: 13%;
}

.zust-progress:not(progress)[value="14"] > .zust-bar {
  width: 14%;
}

.zust-progress:not(progress)[value="15"] > .zust-bar {
  width: 15%;
}

.zust-progress:not(progress)[value="16"] > .zust-bar {
  width: 16%;
}

.zust-progress:not(progress)[value="17"] > .zust-bar {
  width: 17%;
}

.zust-progress:not(progress)[value="18"] > .zust-bar {
  width: 18%;
}

.zust-progress:not(progress)[value="19"] > .zust-bar {
  width: 19%;
}

.zust-progress:not(progress)[value="20"] > .zust-bar {
  width: 20%;
}

.zust-progress:not(progress)[value="21"] > .zust-bar {
  width: 21%;
}

.zust-progress:not(progress)[value="22"] > .zust-bar {
  width: 22%;
}

.zust-progress:not(progress)[value="23"] > .zust-bar {
  width: 23%;
}

.zust-progress:not(progress)[value="24"] > .zust-bar {
  width: 24%;
}

.zust-progress:not(progress)[value="25"] > .zust-bar {
  width: 25%;
}

.zust-progress:not(progress)[value="26"] > .zust-bar {
  width: 26%;
}

.zust-progress:not(progress)[value="27"] > .zust-bar {
  width: 27%;
}

.zust-progress:not(progress)[value="28"] > .zust-bar {
  width: 28%;
}

.zust-progress:not(progress)[value="29"] > .zust-bar {
  width: 29%;
}

.zust-progress:not(progress)[value="30"] > .zust-bar {
  width: 30%;
}

.zust-progress:not(progress)[value="31"] > .zust-bar {
  width: 31%;
}

.zust-progress:not(progress)[value="32"] > .zust-bar {
  width: 32%;
}

.zust-progress:not(progress)[value="33"] > .zust-bar {
  width: 33%;
}

.zust-progress:not(progress)[value="34"] > .zust-bar {
  width: 34%;
}

.zust-progress:not(progress)[value="35"] > .zust-bar {
  width: 35%;
}

.zust-progress:not(progress)[value="36"] > .zust-bar {
  width: 36%;
}

.zust-progress:not(progress)[value="37"] > .zust-bar {
  width: 37%;
}

.zust-progress:not(progress)[value="38"] > .zust-bar {
  width: 38%;
}

.zust-progress:not(progress)[value="39"] > .zust-bar {
  width: 39%;
}

.zust-progress:not(progress)[value="40"] > .zust-bar {
  width: 40%;
}

.zust-progress:not(progress)[value="41"] > .zust-bar {
  width: 41%;
}

.zust-progress:not(progress)[value="42"] > .zust-bar {
  width: 42%;
}

.zust-progress:not(progress)[value="43"] > .zust-bar {
  width: 43%;
}

.zust-progress:not(progress)[value="44"] > .zust-bar {
  width: 44%;
}

.zust-progress:not(progress)[value="45"] > .zust-bar {
  width: 45%;
}

.zust-progress:not(progress)[value="46"] > .zust-bar {
  width: 46%;
}

.zust-progress:not(progress)[value="47"] > .zust-bar {
  width: 47%;
}

.zust-progress:not(progress)[value="48"] > .zust-bar {
  width: 48%;
}

.zust-progress:not(progress)[value="49"] > .zust-bar {
  width: 49%;
}

.zust-progress:not(progress)[value="50"] > .zust-bar {
  width: 50%;
}

.zust-progress:not(progress)[value="51"] > .zust-bar {
  width: 51%;
}

.zust-progress:not(progress)[value="52"] > .zust-bar {
  width: 52%;
}

.zust-progress:not(progress)[value="53"] > .zust-bar {
  width: 53%;
}

.zust-progress:not(progress)[value="54"] > .zust-bar {
  width: 54%;
}

.zust-progress:not(progress)[value="55"] > .zust-bar {
  width: 55%;
}

.zust-progress:not(progress)[value="56"] > .zust-bar {
  width: 56%;
}

.zust-progress:not(progress)[value="57"] > .zust-bar {
  width: 57%;
}

.zust-progress:not(progress)[value="58"] > .zust-bar {
  width: 58%;
}

.zust-progress:not(progress)[value="59"] > .zust-bar {
  width: 59%;
}

.zust-progress:not(progress)[value="60"] > .zust-bar {
  width: 60%;
}

.zust-progress:not(progress)[value="61"] > .zust-bar {
  width: 61%;
}

.zust-progress:not(progress)[value="62"] > .zust-bar {
  width: 62%;
}

.zust-progress:not(progress)[value="63"] > .zust-bar {
  width: 63%;
}

.zust-progress:not(progress)[value="64"] > .zust-bar {
  width: 64%;
}

.zust-progress:not(progress)[value="65"] > .zust-bar {
  width: 65%;
}

.zust-progress:not(progress)[value="66"] > .zust-bar {
  width: 66%;
}

.zust-progress:not(progress)[value="67"] > .zust-bar {
  width: 67%;
}

.zust-progress:not(progress)[value="68"] > .zust-bar {
  width: 68%;
}

.zust-progress:not(progress)[value="69"] > .zust-bar {
  width: 69%;
}

.zust-progress:not(progress)[value="70"] > .zust-bar {
  width: 70%;
}

.zust-progress:not(progress)[value="71"] > .zust-bar {
  width: 71%;
}

.zust-progress:not(progress)[value="72"] > .zust-bar {
  width: 72%;
}

.zust-progress:not(progress)[value="73"] > .zust-bar {
  width: 73%;
}

.zust-progress:not(progress)[value="74"] > .zust-bar {
  width: 74%;
}

.zust-progress:not(progress)[value="75"] > .zust-bar {
  width: 75%;
}

.zust-progress:not(progress)[value="76"] > .zust-bar {
  width: 76%;
}

.zust-progress:not(progress)[value="77"] > .zust-bar {
  width: 77%;
}

.zust-progress:not(progress)[value="78"] > .zust-bar {
  width: 78%;
}

.zust-progress:not(progress)[value="79"] > .zust-bar {
  width: 79%;
}

.zust-progress:not(progress)[value="80"] > .zust-bar {
  width: 80%;
}

.zust-progress:not(progress)[value="81"] > .zust-bar {
  width: 81%;
}

.zust-progress:not(progress)[value="82"] > .zust-bar {
  width: 82%;
}

.zust-progress:not(progress)[value="83"] > .zust-bar {
  width: 83%;
}

.zust-progress:not(progress)[value="84"] > .zust-bar {
  width: 84%;
}

.zust-progress:not(progress)[value="85"] > .zust-bar {
  width: 85%;
}

.zust-progress:not(progress)[value="86"] > .zust-bar {
  width: 86%;
}

.zust-progress:not(progress)[value="87"] > .zust-bar {
  width: 87%;
}

.zust-progress:not(progress)[value="88"] > .zust-bar {
  width: 88%;
}

.zust-progress:not(progress)[value="89"] > .zust-bar {
  width: 89%;
}

.zust-progress:not(progress)[value="90"] > .zust-bar {
  width: 90%;
}

.zust-progress:not(progress)[value="91"] > .zust-bar {
  width: 91%;
}

.zust-progress:not(progress)[value="92"] > .zust-bar {
  width: 92%;
}

.zust-progress:not(progress)[value="93"] > .zust-bar {
  width: 93%;
}

.zust-progress:not(progress)[value="94"] > .zust-bar {
  width: 94%;
}

.zust-progress:not(progress)[value="95"] > .zust-bar {
  width: 95%;
}

.zust-progress:not(progress)[value="96"] > .zust-bar {
  width: 96%;
}

.zust-progress:not(progress)[value="97"] > .zust-bar {
  width: 97%;
}

.zust-progress:not(progress)[value="98"] > .zust-bar {
  width: 98%;
}

.zust-progress:not(progress)[value="99"] > .zust-bar {
  width: 99%;
}

.zust-progress:not(progress)[value="100"] > .zust-bar {
  width: 100%;
}

.zust-progress:not(progress).zust-line {
  height: 3px;
}

.zust-progress:not(progress).zust-thin, .zust-progress:not(progress).zust-narrow {
  height: 5px;
}

.zust-progress:not(progress).zust-small {
  height: 12px;
}

.zust-progress:not(progress).zust-large {
  height: 28px;
}

.zust-progress:not(progress).zust-xlarge {
  height: 36px;
}

.zust-progress:not(progress).zust-primary > .zust-bar {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

.zust-progress:not(progress).zust-success > .zust-bar {
  background-color: var(--success-color);
  color: var(--success-text-color);
}

.zust-progress:not(progress).zust-warning > .zust-bar {
  background-color: var(--warning-color);
  color: var(--warning-text-color);
}

.zust-progress:not(progress).zust-error > .zust-bar {
  background-color: var(--error-color);
  color: var(--error-text-color);
}

.zust-progress:not(progress).zust-link > .zust-bar {
  background-color: var(--link-color);
  color: var(--link-text-color);
}

@keyframes progress-anim {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 95%;
  }
}

@keyframes progress-anim-striped {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}

@keyframes progress-anim-striped-rtl {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -60px 0;
  }
}

@keyframes progress-indeterminate {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  50% {
    width: 40%;
  }
  100% {
    left: 100%;
    transform: none;
  }
}

@keyframes progress-indeterminate-rtl {
  0% {
    right: 0;
    transform: translateX(100%);
  }
  50% {
    width: 60%;
  }
  100% {
    right: 100%;
    transform: none;
  }
}

.zust-tabs {
  overflow-x: auto;
  margin-bottom: 10px;
}

.zust-tabs.zust-center-aligned > ul {
  -ms-flex-pack: center;
      justify-content: center;
}

.zust-tabs.zust-right-aligned > ul {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.zust-tabs.zust-fullwidth > ul > li, .zust-tabs.zust-full-width > ul > li {
  width: 100%;
}

.zust-tabs > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-bottom-style: solid;
  padding: 0;
  margin: 0;
  border-color: var(--tab-selected-item-color);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 2px;
}

.zust-tabs > ul > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  height: 40px;
  padding: 0 20px;
  position: relative;
  transform-style: preserve-3d;
  white-space: nowrap;
  cursor: pointer;
  border-bottom-style: solid;
  border-width: 2px;
  transition: 0.2s;
  border-color: var(--tab-selected-item-color);
  margin-bottom: -2px;
}

.zust-tabs > ul > li > .zust-icon {
  --icon-size: 24px;
}

.zust-tabs > ul > li > .zust-icon:not(:only-child):first-child {
  margin-right: 10px;
}

.zust-tabs > ul > li > .zust-icon:not(:only-child):last-child {
  margin-left: 10px;
}

.zust-tabs > ul > li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--tab-selected-item-color);
  width: 100%;
  height: 100%;
  transform: translateZ(-1px) scaleY(0);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition: 0.2s;
}

.zust-tabs > ul > li.zust-selected, .zust-tabs > ul > li[selected] {
  color: var(--tab-selected-item-text-color);
}

.zust-tabs > ul > li.zust-selected:after, .zust-tabs > ul > li[selected]:after {
  transform: translateZ(-1px) scaleY(1);
  border-radius: 4px 4px 0 0;
}

.zust-tabs.zust-lined > ul {
  border-color: var(--tab-border-color);
}

.zust-tabs.zust-lined > ul > li {
  cursor: pointer;
  border-bottom-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0);
}

.zust-tabs.zust-lined > ul > li:after {
  height: 0 !important;
  width: 0 !important;
}

.zust-tabs.zust-lined > ul > li.zust-selected, .zust-tabs.zust-lined > ul > li[selected] {
  color: var(--tab-selected-item-color);
  border-color: var(--tab-selected-item-color);
}

.zust-bg-red {
  background-color: #F44336 !important;
  color: #FFFFFF;
}

.zust-bg-red * {
  color: #FFFFFF;
}

.zust-bg-pink {
  background-color: #E91E63 !important;
  color: #FFFFFF;
}

.zust-bg-pink * {
  color: #FFFFFF;
}

.zust-bg-purple {
  background-color: #9C27B0 !important;
  color: #FFFFFF;
}

.zust-bg-purple * {
  color: #FFFFFF;
}

.zust-bg-deep-purple {
  background-color: #673AB7 !important;
  color: #FFFFFF;
}

.zust-bg-deep-purple * {
  color: #FFFFFF;
}

.zust-bg-indigo {
  background-color: #3F51B5 !important;
  color: #FFFFFF;
}

.zust-bg-indigo * {
  color: #FFFFFF;
}

.zust-bg-blue {
  background-color: #007fff !important;
  color: #FFFFFF;
}

.zust-bg-blue * {
  color: #FFFFFF;
}

.zust-bg-light-blue {
  background-color: #03A9F4 !important;
  color: #FFFFFF;
}

.zust-bg-light-blue * {
  color: #FFFFFF;
}

.zust-bg-cyan {
  background-color: #00BCD4 !important;
  color: #FFFFFF;
}

.zust-bg-cyan * {
  color: #FFFFFF;
}

.zust-bg-teal {
  background-color: #009688 !important;
  color: #FFFFFF;
}

.zust-bg-teal * {
  color: #FFFFFF;
}

.zust-bg-green {
  background-color: #4CAF50 !important;
  color: #FFFFFF;
}

.zust-bg-green * {
  color: #FFFFFF;
}

.zust-bg-light-green {
  background-color: #8BC34A !important;
  color: #404040;
}

.zust-bg-light-green * {
  color: #404040;
}

.zust-bg-lime {
  background-color: #CDDC39 !important;
  color: #404040;
}

.zust-bg-lime * {
  color: #404040;
}

.zust-bg-yellow {
  background-color: #FFEB3B !important;
  color: #404040;
}

.zust-bg-yellow * {
  color: #404040;
}

.zust-bg-amber {
  background-color: #FFC107 !important;
  color: #404040;
}

.zust-bg-amber * {
  color: #404040;
}

.zust-bg-orange {
  background-color: #FF9800 !important;
  color: #FFFFFF;
}

.zust-bg-orange * {
  color: #FFFFFF;
}

.zust-bg-deep-orange {
  background-color: #FF5722 !important;
  color: #FFFFFF;
}

.zust-bg-deep-orange * {
  color: #FFFFFF;
}

.zust-bg-brown {
  background-color: #795548 !important;
  color: #FFFFFF;
}

.zust-bg-brown * {
  color: #FFFFFF;
}

.zust-bg-grey {
  background-color: #9E9E9E !important;
  color: #FFFFFF;
}

.zust-bg-grey * {
  color: #FFFFFF;
}

.zust-bg-light-grey {
  background-color: #FAFAFA !important;
  color: #404040;
}

.zust-bg-light-grey * {
  color: #404040;
}

.zust-bg-blue-grey {
  background-color: #607D8B !important;
  color: #FFFFFF;
}

.zust-bg-blue-grey * {
  color: #FFFFFF;
}

.zust-bg-white {
  background-color: #FFFFFF !important;
  color: #404040;
}

.zust-bg-white * {
  color: #404040;
}

.zust-bg-black {
  background-color: #000000 !important;
  color: #FFFFFF;
}

.zust-bg-black * {
  color: #FFFFFF;
}

.zust-bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
  color: var(--text-color-primary);
}

.zust-bg-transparent * {
  color: var(--text-color-primary);
}

.zust-bg-github {
  background-color: #24292e !important;
  color: #FFFFFF;
}

.zust-bg-github * {
  color: #FFFFFF;
}

.zust-bg-facebook {
  background-color: #1877f2 !important;
  color: #FFFFFF;
}

.zust-bg-facebook * {
  color: #FFFFFF;
}

.zust-bg-twitter {
  background-color: #38A1F3 !important;
  color: #FFFFFF;
}

.zust-bg-twitter * {
  color: #FFFFFF;
}

.zust-bg-linkedin {
  background-color: #0077B5 !important;
  color: #FFFFFF;
}

.zust-bg-linkedin * {
  color: #FFFFFF;
}

.zust-bg-youtube {
  background-color: #ff0000 !important;
  color: #FFFFFF;
}

.zust-bg-youtube * {
  color: #FFFFFF;
}

.zust-bg-inverted {
  background-color: var(--bg-color-inverted) !important;
  color: var(--text-color-inverted);
}

.zust-bg-inverted * {
  color: var(--text-color-inverted);
}

.zust-bg-default {
  background-color: var(--body-bg-color) !important;
  color: var(--text-color-secondary);
}

.zust-bg-default * {
  color: var(--text-color-secondary);
}

.zust-bg-light {
  background-color: var(--light-color) !important;
  color: var(--text-color-secondary);
}

.zust-bg-light * {
  color: var(--text-color-secondary);
}

.zust-bg-primary {
  background-color: var(--primary-color) !important;
  color: var(--primary-text-color);
}

.zust-bg-primary * {
  color: var(--primary-text-color);
}

.zust-bg-success {
  background-color: var(--success-color) !important;
  color: var(--success-text-color);
}

.zust-bg-success * {
  color: var(--success-text-color);
}

.zust-bg-warning {
  background-color: var(--warning-color) !important;
  color: var(--warning-text-color);
}

.zust-bg-warning * {
  color: var(--warning-text-color);
}

.zust-bg-error {
  background-color: var(--error-color) !important;
  color: var(--error-text-color);
}

.zust-bg-error * {
  color: var(--error-text-color);
}

.zust-bg-link {
  background-color: var(--link-color) !important;
  color: var(--link-text-color);
}

.zust-bg-link * {
  color: var(--link-text-color);
}

.zust-bg-blue-gradient, .zust-bg-link-gradient {
  background: linear-gradient(135deg, #007fff 0%, #00cfe9 100%) !important;
  color: #FFFFFF;
}

.zust-bg-blue-gradient *, .zust-bg-link-gradient * {
  color: #FFFFFF;
}

.zust-bg-red-gradient, .zust-bg-error-gradient {
  background: linear-gradient(135deg, #F44336 0%, #E91E63 100%) !important;
  color: #FFFFFF;
}

.zust-bg-red-gradient *, .zust-bg-error-gradient * {
  color: #FFFFFF;
}

.zust-bg-green-gradient, .zust-bg-success-gradient {
  background: linear-gradient(135deg, #8BC34A 0%, #03A9F4 100%) !important;
  color: #FFFFFF;
}

.zust-bg-green-gradient *, .zust-bg-success-gradient * {
  color: #FFFFFF;
}

.zust-bg-amber-gradient, .zust-bg-warning-gradient {
  background: linear-gradient(135deg, #FFC107 0%, #ff8330 100%) !important;
  color: #FFFFFF;
}

.zust-bg-amber-gradient *, .zust-bg-warning-gradient * {
  color: #404040;
}

[zust-theme="dark"] .zust-bg-red\@dark {
  background-color: #F44336 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-red\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-pink\@dark {
  background-color: #E91E63 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-pink\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-purple\@dark {
  background-color: #9C27B0 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-purple\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-deep-purple\@dark {
  background-color: #673AB7 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-deep-purple\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-indigo\@dark {
  background-color: #3F51B5 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-indigo\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-blue\@dark {
  background-color: #007fff !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-blue\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-light-blue\@dark {
  background-color: #03A9F4 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-light-blue\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-cyan\@dark {
  background-color: #00BCD4 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-cyan\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-teal\@dark {
  background-color: #009688 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-teal\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-green\@dark {
  background-color: #4CAF50 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-green\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-light-green\@dark {
  background-color: #8BC34A !important;
  color: #404040;
}

[zust-theme="dark"] .zust-bg-light-green\@dark * {
  color: #404040;
}

[zust-theme="dark"] .zust-bg-lime\@dark {
  background-color: #CDDC39 !important;
  color: #404040;
}

[zust-theme="dark"] .zust-bg-lime\@dark * {
  color: #404040;
}

[zust-theme="dark"] .zust-bg-yellow\@dark {
  background-color: #FFEB3B !important;
  color: #404040;
}

[zust-theme="dark"] .zust-bg-yellow\@dark * {
  color: #404040;
}

[zust-theme="dark"] .zust-bg-amber\@dark {
  background-color: #FFC107 !important;
  color: #404040;
}

[zust-theme="dark"] .zust-bg-amber\@dark * {
  color: #404040;
}

[zust-theme="dark"] .zust-bg-orange\@dark {
  background-color: #FF9800 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-orange\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-deep-orange\@dark {
  background-color: #FF5722 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-deep-orange\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-brown\@dark {
  background-color: #795548 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-brown\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-grey\@dark {
  background-color: #9E9E9E !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-grey\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-light-grey\@dark {
  background-color: #FAFAFA !important;
  color: #404040;
}

[zust-theme="dark"] .zust-bg-light-grey\@dark * {
  color: #404040;
}

[zust-theme="dark"] .zust-bg-blue-grey\@dark {
  background-color: #607D8B !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-blue-grey\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-white\@dark {
  background-color: #FFFFFF !important;
  color: #404040;
}

[zust-theme="dark"] .zust-bg-white\@dark * {
  color: #404040;
}

[zust-theme="dark"] .zust-bg-black\@dark {
  background-color: #000000 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-black\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-transparent\@dark {
  background-color: rgba(255, 255, 255, 0) !important;
  color: var(--text-color-primary);
}

[zust-theme="dark"] .zust-bg-transparent\@dark * {
  color: var(--text-color-primary);
}

[zust-theme="dark"] .zust-bg-github\@dark {
  background-color: #24292e !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-github\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-facebook\@dark {
  background-color: #1877f2 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-facebook\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-twitter\@dark {
  background-color: #38A1F3 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-twitter\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-linkedin\@dark {
  background-color: #0077B5 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-linkedin\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-youtube\@dark {
  background-color: #ff0000 !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-youtube\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-inverted\@dark {
  background-color: var(--bg-color-inverted) !important;
  color: var(--text-color-inverted);
}

[zust-theme="dark"] .zust-bg-inverted\@dark * {
  color: var(--text-color-inverted);
}

[zust-theme="dark"] .zust-bg-default\@dark {
  background-color: var(--body-bg-color) !important;
  color: var(--text-color-secondary);
}

[zust-theme="dark"] .zust-bg-default\@dark * {
  color: var(--text-color-secondary);
}

[zust-theme="dark"] .zust-bg-light\@dark {
  background-color: var(--light-color) !important;
  color: var(--text-color-secondary);
}

[zust-theme="dark"] .zust-bg-light\@dark * {
  color: var(--text-color-secondary);
}

[zust-theme="dark"] .zust-bg-primary\@dark {
  background-color: var(--primary-color) !important;
  color: var(--primary-text-color);
}

[zust-theme="dark"] .zust-bg-primary\@dark * {
  color: var(--primary-text-color);
}

[zust-theme="dark"] .zust-bg-success\@dark {
  background-color: var(--success-color) !important;
  color: var(--success-text-color);
}

[zust-theme="dark"] .zust-bg-success\@dark * {
  color: var(--success-text-color);
}

[zust-theme="dark"] .zust-bg-warning\@dark {
  background-color: var(--warning-color) !important;
  color: var(--warning-text-color);
}

[zust-theme="dark"] .zust-bg-warning\@dark * {
  color: var(--warning-text-color);
}

[zust-theme="dark"] .zust-bg-error\@dark {
  background-color: var(--error-color) !important;
  color: var(--error-text-color);
}

[zust-theme="dark"] .zust-bg-error\@dark * {
  color: var(--error-text-color);
}

[zust-theme="dark"] .zust-bg-link\@dark {
  background-color: var(--link-color) !important;
  color: var(--link-text-color);
}

[zust-theme="dark"] .zust-bg-link\@dark * {
  color: var(--link-text-color);
}

[zust-theme="dark"] .zust-bg-blue-gradient\@dark, [zust-theme="dark"] .zust-bg-link-gradient\@dark {
  background: linear-gradient(135deg, #007fff 0%, #00cfe9 100%) !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-blue-gradient\@dark *, [zust-theme="dark"] .zust-bg-link-gradient\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-red-gradient\@dark, [zust-theme="dark"] .zust-bg-error-gradient\@dark {
  background: linear-gradient(135deg, #F44336 0%, #E91E63 100%) !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-red-gradient\@dark *, [zust-theme="dark"] .zust-bg-error-gradient\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-green-gradient\@dark, [zust-theme="dark"] .zust-bg-success-gradient\@dark {
  background: linear-gradient(135deg, #8BC34A 0%, #03A9F4 100%) !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-green-gradient\@dark *, [zust-theme="dark"] .zust-bg-success-gradient\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-amber-gradient\@dark, [zust-theme="dark"] .zust-bg-warning-gradient\@dark {
  background: linear-gradient(135deg, #FFC107 0%, #ff8330 100%) !important;
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-bg-amber-gradient\@dark *, [zust-theme="dark"] .zust-bg-warning-gradient\@dark * {
  color: #404040;
}

.zust-text-red {
  color: #F44336 !important;
}

.zust-text-red * {
  color: #F44336;
}

.zust-text-pink {
  color: #E91E63 !important;
}

.zust-text-pink * {
  color: #E91E63;
}

.zust-text-purple {
  color: #9C27B0 !important;
}

.zust-text-purple * {
  color: #9C27B0;
}

.zust-text-deep-purple {
  color: #673AB7 !important;
}

.zust-text-deep-purple * {
  color: #673AB7;
}

.zust-text-indigo {
  color: #3F51B5 !important;
}

.zust-text-indigo * {
  color: #3F51B5;
}

.zust-text-blue {
  color: #007fff !important;
}

.zust-text-blue * {
  color: #007fff;
}

.zust-text-light-blue {
  color: #03A9F4 !important;
}

.zust-text-light-blue * {
  color: #03A9F4;
}

.zust-text-cyan {
  color: #00BCD4 !important;
}

.zust-text-cyan * {
  color: #00BCD4;
}

.zust-text-teal {
  color: #009688 !important;
}

.zust-text-teal * {
  color: #009688;
}

.zust-text-green {
  color: #4CAF50 !important;
}

.zust-text-green * {
  color: #4CAF50;
}

.zust-text-light-green {
  color: #8BC34A !important;
}

.zust-text-light-green * {
  color: #8BC34A;
}

.zust-text-lime {
  color: #CDDC39 !important;
}

.zust-text-lime * {
  color: #CDDC39;
}

.zust-text-yellow {
  color: #FFEB3B !important;
}

.zust-text-yellow * {
  color: #FFEB3B;
}

.zust-text-amber {
  color: #FFC107 !important;
}

.zust-text-amber * {
  color: #FFC107;
}

.zust-text-orange {
  color: #FF9800 !important;
}

.zust-text-orange * {
  color: #FF9800;
}

.zust-text-deep-orange {
  color: #FF5722 !important;
}

.zust-text-deep-orange * {
  color: #FF5722;
}

.zust-text-brown {
  color: #795548 !important;
}

.zust-text-brown * {
  color: #795548;
}

.zust-text-grey {
  color: #9E9E9E !important;
}

.zust-text-grey * {
  color: #9E9E9E;
}

.zust-text-light-grey {
  color: #FAFAFA !important;
}

.zust-text-light-grey * {
  color: #FAFAFA;
}

.zust-text-blue-grey {
  color: #607D8B !important;
}

.zust-text-blue-grey * {
  color: #607D8B;
}

.zust-text-white {
  color: #FFFFFF !important;
}

.zust-text-white * {
  color: #FFFFFF;
}

.zust-text-black {
  color: #000000 !important;
}

.zust-text-black * {
  color: #000000;
}

.zust-text-transparent {
  color: rgba(255, 255, 255, 0) !important;
}

.zust-text-transparent * {
  color: rgba(255, 255, 255, 0);
}

.zust-text-github {
  color: #24292e !important;
}

.zust-text-github * {
  color: #24292e;
}

.zust-text-facebook {
  color: #1877f2 !important;
}

.zust-text-facebook * {
  color: #1877f2;
}

.zust-text-twitter {
  color: #38A1F3 !important;
}

.zust-text-twitter * {
  color: #38A1F3;
}

.zust-text-linkedin {
  color: #0077B5 !important;
}

.zust-text-linkedin * {
  color: #0077B5;
}

.zust-text-youtube {
  color: #ff0000 !important;
}

.zust-text-youtube * {
  color: #ff0000;
}

.zust-text-inverted {
  color: var(--text-color-inverted) !important;
}

.zust-text-inverted * {
  color: var(--text-color-inverted);
}

.zust-text-pow-primary {
  color: var(--text-color-primary) !important;
}

.zust-text-pow-primary * {
  color: var(--text-color-primary);
}

.zust-text-pow-secondary {
  color: var(--text-color-secondary) !important;
}

.zust-text-pow-secondary * {
  color: var(--text-color-secondary);
}

.zust-text-pow-tertiary {
  color: var(--text-color-tertiary) !important;
}

.zust-text-pow-tertiary * {
  color: var(--text-color-tertiary);
}

.zust-text-primary {
  color: var(--primary-color) !important;
}

.zust-text-primary * {
  color: var(--primary-color);
}

.zust-text-success {
  color: var(--success-color) !important;
}

.zust-text-success * {
  color: var(--success-color);
}

.zust-text-warning {
  color: var(--warning-color) !important;
}

.zust-text-warning * {
  color: var(--warning-color);
}

.zust-text-error {
  color: var(--error-color) !important;
}

.zust-text-error * {
  color: var(--error-color);
}

.zust-text-link {
  color: var(--link-color) !important;
}

.zust-text-link * {
  color: var(--link-color);
}

.zust-text-blue-gradient, .zust-text-link-gradient {
  background: linear-gradient(135deg, #007fff 0%, #00cfe9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zust-text-red-gradient, .zust-text-error-gradient {
  background: linear-gradient(135deg, #F44336 0%, #E91E63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zust-text-green-gradient, .zust-text-success-gradient {
  background: linear-gradient(135deg, #8BC34A 0%, #03A9F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zust-text-amber-gradient, .zust-text-warning-gradient {
  background: linear-gradient(135deg, #FFC107 0%, #ff8330 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[zust-theme="dark"] .zust-text-red\@dark {
  color: #F44336 !important;
}

[zust-theme="dark"] .zust-text-red\@dark * {
  color: #F44336;
}

[zust-theme="dark"] .zust-text-pink\@dark {
  color: #E91E63 !important;
}

[zust-theme="dark"] .zust-text-pink\@dark * {
  color: #E91E63;
}

[zust-theme="dark"] .zust-text-purple\@dark {
  color: #9C27B0 !important;
}

[zust-theme="dark"] .zust-text-purple\@dark * {
  color: #9C27B0;
}

[zust-theme="dark"] .zust-text-deep-purple\@dark {
  color: #673AB7 !important;
}

[zust-theme="dark"] .zust-text-deep-purple\@dark * {
  color: #673AB7;
}

[zust-theme="dark"] .zust-text-indigo\@dark {
  color: #3F51B5 !important;
}

[zust-theme="dark"] .zust-text-indigo\@dark * {
  color: #3F51B5;
}

[zust-theme="dark"] .zust-text-blue\@dark {
  color: #007fff !important;
}

[zust-theme="dark"] .zust-text-blue\@dark * {
  color: #007fff;
}

[zust-theme="dark"] .zust-text-light-blue\@dark {
  color: #03A9F4 !important;
}

[zust-theme="dark"] .zust-text-light-blue\@dark * {
  color: #03A9F4;
}

[zust-theme="dark"] .zust-text-cyan\@dark {
  color: #00BCD4 !important;
}

[zust-theme="dark"] .zust-text-cyan\@dark * {
  color: #00BCD4;
}

[zust-theme="dark"] .zust-text-teal\@dark {
  color: #009688 !important;
}

[zust-theme="dark"] .zust-text-teal\@dark * {
  color: #009688;
}

[zust-theme="dark"] .zust-text-green\@dark {
  color: #4CAF50 !important;
}

[zust-theme="dark"] .zust-text-green\@dark * {
  color: #4CAF50;
}

[zust-theme="dark"] .zust-text-light-green\@dark {
  color: #8BC34A !important;
}

[zust-theme="dark"] .zust-text-light-green\@dark * {
  color: #8BC34A;
}

[zust-theme="dark"] .zust-text-lime\@dark {
  color: #CDDC39 !important;
}

[zust-theme="dark"] .zust-text-lime\@dark * {
  color: #CDDC39;
}

[zust-theme="dark"] .zust-text-yellow\@dark {
  color: #FFEB3B !important;
}

[zust-theme="dark"] .zust-text-yellow\@dark * {
  color: #FFEB3B;
}

[zust-theme="dark"] .zust-text-amber\@dark {
  color: #FFC107 !important;
}

[zust-theme="dark"] .zust-text-amber\@dark * {
  color: #FFC107;
}

[zust-theme="dark"] .zust-text-orange\@dark {
  color: #FF9800 !important;
}

[zust-theme="dark"] .zust-text-orange\@dark * {
  color: #FF9800;
}

[zust-theme="dark"] .zust-text-deep-orange\@dark {
  color: #FF5722 !important;
}

[zust-theme="dark"] .zust-text-deep-orange\@dark * {
  color: #FF5722;
}

[zust-theme="dark"] .zust-text-brown\@dark {
  color: #795548 !important;
}

[zust-theme="dark"] .zust-text-brown\@dark * {
  color: #795548;
}

[zust-theme="dark"] .zust-text-grey\@dark {
  color: #9E9E9E !important;
}

[zust-theme="dark"] .zust-text-grey\@dark * {
  color: #9E9E9E;
}

[zust-theme="dark"] .zust-text-light-grey\@dark {
  color: #FAFAFA !important;
}

[zust-theme="dark"] .zust-text-light-grey\@dark * {
  color: #FAFAFA;
}

[zust-theme="dark"] .zust-text-blue-grey\@dark {
  color: #607D8B !important;
}

[zust-theme="dark"] .zust-text-blue-grey\@dark * {
  color: #607D8B;
}

[zust-theme="dark"] .zust-text-white\@dark {
  color: #FFFFFF !important;
}

[zust-theme="dark"] .zust-text-white\@dark * {
  color: #FFFFFF;
}

[zust-theme="dark"] .zust-text-black\@dark {
  color: #000000 !important;
}

[zust-theme="dark"] .zust-text-black\@dark * {
  color: #000000;
}

[zust-theme="dark"] .zust-text-transparent\@dark {
  color: rgba(255, 255, 255, 0) !important;
}

[zust-theme="dark"] .zust-text-transparent\@dark * {
  color: rgba(255, 255, 255, 0);
}

[zust-theme="dark"] .zust-text-github\@dark {
  color: #24292e !important;
}

[zust-theme="dark"] .zust-text-github\@dark * {
  color: #24292e;
}

[zust-theme="dark"] .zust-text-facebook\@dark {
  color: #1877f2 !important;
}

[zust-theme="dark"] .zust-text-facebook\@dark * {
  color: #1877f2;
}

[zust-theme="dark"] .zust-text-twitter\@dark {
  color: #38A1F3 !important;
}

[zust-theme="dark"] .zust-text-twitter\@dark * {
  color: #38A1F3;
}

[zust-theme="dark"] .zust-text-linkedin\@dark {
  color: #0077B5 !important;
}

[zust-theme="dark"] .zust-text-linkedin\@dark * {
  color: #0077B5;
}

[zust-theme="dark"] .zust-text-youtube\@dark {
  color: #ff0000 !important;
}

[zust-theme="dark"] .zust-text-youtube\@dark * {
  color: #ff0000;
}

[zust-theme="dark"] .zust-text-inverted\@dark {
  color: var(--text-color-inverted) !important;
}

[zust-theme="dark"] .zust-text-inverted\@dark * {
  color: var(--text-color-inverted);
}

[zust-theme="dark"] .zust-text-pow-primary\@dark {
  color: var(--text-color-primary) !important;
}

[zust-theme="dark"] .zust-text-pow-primary\@dark * {
  color: var(--text-color-primary);
}

[zust-theme="dark"] .zust-text-pow-secondary\@dark {
  color: var(--text-color-secondary) !important;
}

[zust-theme="dark"] .zust-text-pow-secondary\@dark * {
  color: var(--text-color-secondary);
}

[zust-theme="dark"] .zust-text-pow-tertiary\@dark {
  color: var(--text-color-tertiary) !important;
}

[zust-theme="dark"] .zust-text-pow-tertiary\@dark * {
  color: var(--text-color-tertiary);
}

[zust-theme="dark"] .zust-text-primary\@dark {
  color: var(--primary-color) !important;
}

[zust-theme="dark"] .zust-text-primary\@dark * {
  color: var(--primary-color);
}

[zust-theme="dark"] .zust-text-success\@dark {
  color: var(--success-color) !important;
}

[zust-theme="dark"] .zust-text-success\@dark * {
  color: var(--success-color);
}

[zust-theme="dark"] .zust-text-warning\@dark {
  color: var(--warning-color) !important;
}

[zust-theme="dark"] .zust-text-warning\@dark * {
  color: var(--warning-color);
}

[zust-theme="dark"] .zust-text-error\@dark {
  color: var(--error-color) !important;
}

[zust-theme="dark"] .zust-text-error\@dark * {
  color: var(--error-color);
}

[zust-theme="dark"] .zust-text-link\@dark {
  color: var(--link-color) !important;
}

[zust-theme="dark"] .zust-text-link\@dark * {
  color: var(--link-color);
}

[zust-theme="dark"] .zust-text-blue-gradient\@dark, [zust-theme="dark"] .zust-text-link-gradient\@dark {
  background: linear-gradient(135deg, #007fff 0%, #00cfe9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[zust-theme="dark"] .zust-text-red-gradient\@dark, [zust-theme="dark"] .zust-text-error-gradient\@dark {
  background: linear-gradient(135deg, #F44336 0%, #E91E63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[zust-theme="dark"] .zust-text-green-gradient\@dark, [zust-theme="dark"] .zust-text-success-gradient\@dark {
  background: linear-gradient(135deg, #8BC34A 0%, #03A9F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[zust-theme="dark"] .zust-text-amber-gradient\@dark, [zust-theme="dark"] .zust-text-warning-gradient\@dark {
  background: linear-gradient(135deg, #FFC107 0%, #ff8330 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zust-invisible {
  visibility: hidden !important;
}

.zust-visible {
  display: initial !important;
  visibility: visible !important;
  opacity: 1 !important;
}

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

@media screen and (max-width: 767px) {
  .zust-invisible\@small {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-invisible\@medium {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-invisible\@until-large {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-invisible\@large {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 767px) {
  .zust-visible\@small {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-visible\@medium {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-visible\@until-large {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-visible\@large {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .zust-hidden\@small {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-hidden\@medium {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-hidden\@until-large {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-hidden\@large {
    display: none !important;
  }
}

[zust-theme="dark"] .zust-visible\@dark {
  display: initial !important;
  visibility: visible !important;
  opacity: 1 !important;
}

[zust-theme="dark"] .zust-hidden\@dark {
  display: none !important;
}

[zust-theme="dark"] .zust-invisible\@dark {
  visibility: hidden !important;
}

.zust-inline {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .zust-inline\@small {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-inline\@medium {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-inline\@until-large {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-inline\@large {
    display: inline !important;
  }
}

.zust-block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .zust-block\@small {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-block\@medium {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-block\@until-large {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-block\@large {
    display: block !important;
  }
}

.zust-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .zust-flex\@small {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-flex\@medium {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-flex\@until-large {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-flex\@large {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.zust-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .zust-inline-block\@small {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-inline-block\@medium {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-inline-block\@until-large {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-inline-block\@large {
    display: inline-block !important;
  }
}

.zust-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 767px) {
  .zust-inline-flex\@small {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-inline-flex\@medium {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-inline-flex\@until-large {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-inline-flex\@large {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.zust-list-item {
  display: list-item !important;
}

@media screen and (max-width: 767px) {
  .zust-list-item\@small {
    display: list-item !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-list-item\@medium {
    display: list-item !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-list-item\@until-large {
    display: list-item !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-list-item\@large {
    display: list-item !important;
  }
}

.zust-m-0 {
  margin: 0rem !important;
}

.zust-m-t-0 {
  margin-top: 0rem !important;
}

.zust-m-b-0 {
  margin-bottom: 0rem !important;
}

.zust-m-l-0 {
  margin-left: 0rem !important;
}

.zust-m-r-0 {
  margin-right: 0rem !important;
}

.zust-m-x-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.zust-m-y-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.zust-p-0 {
  padding: 0rem !important;
}

.zust-p-t-0 {
  padding-top: 0rem !important;
}

.zust-p-b-0 {
  padding-bottom: 0rem !important;
}

.zust-p-l-0 {
  padding-left: 0rem !important;
}

.zust-p-r-0 {
  padding-right: 0rem !important;
}

.zust-p-x-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.zust-p-y-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.zust-m-1 {
  margin: 1rem !important;
}

.zust-m-t-1 {
  margin-top: 1rem !important;
}

.zust-m-b-1 {
  margin-bottom: 1rem !important;
}

.zust-m-l-1 {
  margin-left: 1rem !important;
}

.zust-m-r-1 {
  margin-right: 1rem !important;
}

.zust-m-x-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.zust-m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.zust-p-1 {
  padding: 1rem !important;
}

.zust-p-t-1 {
  padding-top: 1rem !important;
}

.zust-p-b-1 {
  padding-bottom: 1rem !important;
}

.zust-p-l-1 {
  padding-left: 1rem !important;
}

.zust-p-r-1 {
  padding-right: 1rem !important;
}

.zust-p-x-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.zust-p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.zust-m-2 {
  margin: 2rem !important;
}

.zust-m-t-2 {
  margin-top: 2rem !important;
}

.zust-m-b-2 {
  margin-bottom: 2rem !important;
}

.zust-m-l-2 {
  margin-left: 2rem !important;
}

.zust-m-r-2 {
  margin-right: 2rem !important;
}

.zust-m-x-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.zust-m-y-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.zust-p-2 {
  padding: 2rem !important;
}

.zust-p-t-2 {
  padding-top: 2rem !important;
}

.zust-p-b-2 {
  padding-bottom: 2rem !important;
}

.zust-p-l-2 {
  padding-left: 2rem !important;
}

.zust-p-r-2 {
  padding-right: 2rem !important;
}

.zust-p-x-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.zust-p-y-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.zust-m-3 {
  margin: 3rem !important;
}

.zust-m-t-3 {
  margin-top: 3rem !important;
}

.zust-m-b-3 {
  margin-bottom: 3rem !important;
}

.zust-m-l-3 {
  margin-left: 3rem !important;
}

.zust-m-r-3 {
  margin-right: 3rem !important;
}

.zust-m-x-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.zust-m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.zust-p-3 {
  padding: 3rem !important;
}

.zust-p-t-3 {
  padding-top: 3rem !important;
}

.zust-p-b-3 {
  padding-bottom: 3rem !important;
}

.zust-p-l-3 {
  padding-left: 3rem !important;
}

.zust-p-r-3 {
  padding-right: 3rem !important;
}

.zust-p-x-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.zust-p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.zust-m-4 {
  margin: 4rem !important;
}

.zust-m-t-4 {
  margin-top: 4rem !important;
}

.zust-m-b-4 {
  margin-bottom: 4rem !important;
}

.zust-m-l-4 {
  margin-left: 4rem !important;
}

.zust-m-r-4 {
  margin-right: 4rem !important;
}

.zust-m-x-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.zust-m-y-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.zust-p-4 {
  padding: 4rem !important;
}

.zust-p-t-4 {
  padding-top: 4rem !important;
}

.zust-p-b-4 {
  padding-bottom: 4rem !important;
}

.zust-p-l-4 {
  padding-left: 4rem !important;
}

.zust-p-r-4 {
  padding-right: 4rem !important;
}

.zust-p-x-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.zust-p-y-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.zust-m-5 {
  margin: 5rem !important;
}

.zust-m-t-5 {
  margin-top: 5rem !important;
}

.zust-m-b-5 {
  margin-bottom: 5rem !important;
}

.zust-m-l-5 {
  margin-left: 5rem !important;
}

.zust-m-r-5 {
  margin-right: 5rem !important;
}

.zust-m-x-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.zust-m-y-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.zust-p-5 {
  padding: 5rem !important;
}

.zust-p-t-5 {
  padding-top: 5rem !important;
}

.zust-p-b-5 {
  padding-bottom: 5rem !important;
}

.zust-p-l-5 {
  padding-left: 5rem !important;
}

.zust-p-r-5 {
  padding-right: 5rem !important;
}

.zust-p-x-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.zust-p-y-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.zust-m-6 {
  margin: 6rem !important;
}

.zust-m-t-6 {
  margin-top: 6rem !important;
}

.zust-m-b-6 {
  margin-bottom: 6rem !important;
}

.zust-m-l-6 {
  margin-left: 6rem !important;
}

.zust-m-r-6 {
  margin-right: 6rem !important;
}

.zust-m-x-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.zust-m-y-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.zust-p-6 {
  padding: 6rem !important;
}

.zust-p-t-6 {
  padding-top: 6rem !important;
}

.zust-p-b-6 {
  padding-bottom: 6rem !important;
}

.zust-p-l-6 {
  padding-left: 6rem !important;
}

.zust-p-r-6 {
  padding-right: 6rem !important;
}

.zust-p-x-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.zust-p-y-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.zust-m-7 {
  margin: 7rem !important;
}

.zust-m-t-7 {
  margin-top: 7rem !important;
}

.zust-m-b-7 {
  margin-bottom: 7rem !important;
}

.zust-m-l-7 {
  margin-left: 7rem !important;
}

.zust-m-r-7 {
  margin-right: 7rem !important;
}

.zust-m-x-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.zust-m-y-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.zust-p-7 {
  padding: 7rem !important;
}

.zust-p-t-7 {
  padding-top: 7rem !important;
}

.zust-p-b-7 {
  padding-bottom: 7rem !important;
}

.zust-p-l-7 {
  padding-left: 7rem !important;
}

.zust-p-r-7 {
  padding-right: 7rem !important;
}

.zust-p-x-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.zust-p-y-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.zust-m-8 {
  margin: 8rem !important;
}

.zust-m-t-8 {
  margin-top: 8rem !important;
}

.zust-m-b-8 {
  margin-bottom: 8rem !important;
}

.zust-m-l-8 {
  margin-left: 8rem !important;
}

.zust-m-r-8 {
  margin-right: 8rem !important;
}

.zust-m-x-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.zust-m-y-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.zust-p-8 {
  padding: 8rem !important;
}

.zust-p-t-8 {
  padding-top: 8rem !important;
}

.zust-p-b-8 {
  padding-bottom: 8rem !important;
}

.zust-p-l-8 {
  padding-left: 8rem !important;
}

.zust-p-r-8 {
  padding-right: 8rem !important;
}

.zust-p-x-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.zust-p-y-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.zust-m-9 {
  margin: 9rem !important;
}

.zust-m-t-9 {
  margin-top: 9rem !important;
}

.zust-m-b-9 {
  margin-bottom: 9rem !important;
}

.zust-m-l-9 {
  margin-left: 9rem !important;
}

.zust-m-r-9 {
  margin-right: 9rem !important;
}

.zust-m-x-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.zust-m-y-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.zust-p-9 {
  padding: 9rem !important;
}

.zust-p-t-9 {
  padding-top: 9rem !important;
}

.zust-p-b-9 {
  padding-bottom: 9rem !important;
}

.zust-p-l-9 {
  padding-left: 9rem !important;
}

.zust-p-r-9 {
  padding-right: 9rem !important;
}

.zust-p-x-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.zust-p-y-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.zust-m-10 {
  margin: 10rem !important;
}

.zust-m-t-10 {
  margin-top: 10rem !important;
}

.zust-m-b-10 {
  margin-bottom: 10rem !important;
}

.zust-m-l-10 {
  margin-left: 10rem !important;
}

.zust-m-r-10 {
  margin-right: 10rem !important;
}

.zust-m-x-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.zust-m-y-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.zust-p-10 {
  padding: 10rem !important;
}

.zust-p-t-10 {
  padding-top: 10rem !important;
}

.zust-p-b-10 {
  padding-bottom: 10rem !important;
}

.zust-p-l-10 {
  padding-left: 10rem !important;
}

.zust-p-r-10 {
  padding-right: 10rem !important;
}

.zust-p-x-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.zust-p-y-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.zust-marginless {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.zust-paddingless {
  padding: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .zust-marginless\@small {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-marginless\@medium {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-marginless\@until-large {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-marginless\@large {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .zust-paddingless\@small {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-paddingless\@medium {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-paddingless\@until-large {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-paddingless\@large {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}

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

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

.zust-flip-horizontal, .zust-flip-x {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}

.zust-flip-vertical, .zust-flip-y {
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
}

.zust-flip-horizontal.zust-flip-y,
.zust-flip-horizontal.zust-flip-vertical,
.zust-flip-vertical.zust-flip-x,
.zust-flip-x.zust-flip-y {
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

.zust-rotate-15 {
  -ms-transform: rotate(15deg);
      transform: rotate(15deg);
}

.zust-rotate--15 {
  -ms-transform: rotate(-15deg);
      transform: rotate(-15deg);
}

.zust-rotate-30 {
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}

.zust-rotate--30 {
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}

.zust-rotate-45 {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.zust-rotate--45 {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.zust-rotate-60 {
  -ms-transform: rotate(60deg);
      transform: rotate(60deg);
}

.zust-rotate--60 {
  -ms-transform: rotate(-60deg);
      transform: rotate(-60deg);
}

.zust-rotate-90 {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.zust-rotate--90 {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.zust-rotate-120 {
  -ms-transform: rotate(120deg);
      transform: rotate(120deg);
}

.zust-rotate--120 {
  -ms-transform: rotate(-120deg);
      transform: rotate(-120deg);
}

.zust-rotate-180 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.zust-rotate--180 {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .zust-fullwidth\@small, .zust-fillup\@small {
    width: -webkit-fill-available;
    width: fill-available;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-fullwidth\@medium, .zust-fillup\@medium {
    width: -webkit-fill-available;
    width: fill-available;
  }
}

@media screen and (max-width: 1023px) {
  .zust-fullwidth\@until-large, .zust-fillup\@until-large {
    width: -webkit-fill-available;
    width: fill-available;
  }
}

@media screen and (min-width: 1024px) {
  .zust-fullwidth\@large, .zust-fillup\@large {
    width: -webkit-fill-available;
    width: fill-available;
  }
}

@media screen and (max-width: 767px) {
  .zust-fullheight\@small {
    height: -webkit-fill-available;
    height: fill-available;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-fullheight\@medium {
    height: -webkit-fill-available;
    height: fill-available;
  }
}

@media screen and (max-width: 1023px) {
  .zust-fullheight\@until-large {
    height: -webkit-fill-available;
    height: fill-available;
  }
}

@media screen and (min-width: 1024px) {
  .zust-fullheight\@large {
    height: -webkit-fill-available;
    height: fill-available;
  }
}

.zust-rounded {
  border-radius: 9999px !important;
}

.zust-semi-rounded {
  border-radius: 10px !important;
}

.zust-radiusless, .zust-sharp {
  border-radius: 0 !important;
}

.zust-static, .zust-unresponsive {
  pointer-events: none;
}

.zust-clearfix {
  overflow: hidden;
}

.zust-clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.zust-justify-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.zust-justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.zust-justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.zust-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.zust-justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.zust-justify-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.zust-align-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.zust-align-center {
  -ms-flex-align: center;
      align-items: center;
}

.zust-align-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.zust-align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.zust-align-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.zust-direction-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.zust-direction-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.zust-direction-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.zust-direction-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.zust-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.zust-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zust-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.zust-grow-0 {
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.zust-grow-1 {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.zust-grow-2 {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.zust-grow-3 {
  -ms-flex-positive: 3;
      flex-grow: 3;
}

.zust-grow-4 {
  -ms-flex-positive: 4;
      flex-grow: 4;
}

.zust-grow-5 {
  -ms-flex-positive: 5;
      flex-grow: 5;
}

.zust-grow-6 {
  -ms-flex-positive: 6;
      flex-grow: 6;
}

.zust-grow-7 {
  -ms-flex-positive: 7;
      flex-grow: 7;
}

.zust-grow-8 {
  -ms-flex-positive: 8;
      flex-grow: 8;
}

.zust-grow-9 {
  -ms-flex-positive: 9;
      flex-grow: 9;
}

.zust-grow-10 {
  -ms-flex-positive: 10;
      flex-grow: 10;
}

.zust-text-bold {
  font-weight: 600 !important;
}

.zust-text-normal {
  font-weight: 400 !important;
}

.zust-text-italic {
  font-style: italic !important;
}

.zust-text-underline, .zust-text-underlined {
  text-decoration: underline !important;
}

.zust-text-light {
  font-weight: lighter !important;
}

.zust-text-small {
  font-size: 0.8rem !important;
}

.zust-text-medium {
  font-size: 1rem !important;
}

.zust-text-large {
  font-size: 1.6rem !important;
}

.zust-text-xlarge {
  font-size: 2.2rem !important;
}

.zust-text-centered, .zust-text-center {
  text-align: center !important;
}

.zust-rtl, .zust-right-to-left, .zust-text-rtl, .zust-text-right-to-left, .zust-text-right {
  text-align: right !important;
}

.zust-ltr, .zust-left-to-right, .zust-text-ltr, .zust-text-left-to-right, .zust-text-left {
  text-align: left !important;
}

.zust-unselectable, .zust-text-unselectable {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.zust-uppercase, .zust-text-uppercase {
  text-transform: uppercase !important;
}

.zust-lowercase, .zust-text-lowercase {
  text-transform: lowercase !important;
}

.zust-capitalize, .zust-text-capitalize {
  text-transform: capitalize !important;
}

.zust-text-justify, .zust-text-justified {
  text-align: justify !important;
}

.zust-text-no-wrap, .zust-text-nowrap {
  white-space: nowrap !important;
}

.zust-text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.zust-text-family-inherit {
  font-family: inherit !important;
}

.zust-text-size-inherit {
  font-size: inherit !important;
}

.zust-text-no-decoration {
  text-decoration: none !important;
}

.zust-text-breakable {
  word-break: break-all !important;
}

.zust-text-reset {
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  font-style: normal;
}

.zust-text-smallcaps {
  font-variant: small-caps;
}

.zust-text-dropcap:first-letter, .zust-text-dropcap > p:first-of-type::first-letter {
  display: block;
  font-size: 3.8em;
  float: left;
  line-height: 1em;
  padding-right: 0.15em;
}

.zust-text-1 {
  font-size: 0.4rem;
}

@media screen and (max-width: 767px) {
  .zust-text-1\@small {
    font-size: 0.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-1\@medium {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-1\@until-large {
    font-size: 0.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-1\@large {
    font-size: 0.4rem;
  }
}

.zust-text-2 {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .zust-text-2\@small {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-2\@medium {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-2\@until-large {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-2\@large {
    font-size: 0.8rem;
  }
}

.zust-text-3 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .zust-text-3\@small {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-3\@medium {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-3\@until-large {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-3\@large {
    font-size: 1.2rem;
  }
}

.zust-text-4 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .zust-text-4\@small {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-4\@medium {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-4\@until-large {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-4\@large {
    font-size: 1.6rem;
  }
}

.zust-text-5 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .zust-text-5\@small {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-5\@medium {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-5\@until-large {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-5\@large {
    font-size: 2rem;
  }
}

.zust-text-6 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .zust-text-6\@small {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-6\@medium {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-6\@until-large {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-6\@large {
    font-size: 2.4rem;
  }
}

.zust-text-7 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .zust-text-7\@small {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-7\@medium {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-7\@until-large {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-7\@large {
    font-size: 2.8rem;
  }
}

.zust-text-8 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .zust-text-8\@small {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-8\@medium {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-8\@until-large {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-8\@large {
    font-size: 3.2rem;
  }
}

.zust-text-9 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .zust-text-9\@small {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-9\@medium {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-9\@until-large {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-9\@large {
    font-size: 3.6rem;
  }
}

.zust-text-10 {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .zust-text-10\@small {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-text-10\@medium {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1023px) {
  .zust-text-10\@until-large {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .zust-text-10\@large {
    font-size: 4rem;
  }
}

.zust-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  overflow: visible;
  margin: 5px;
  padding: 0px;
}

.zust-container.zust-v-centered {
  -ms-flex-align: center;
      align-items: center;
}

.zust-container.zust-h-centered {
  -ms-flex-pack: center;
      justify-content: center;
}

.zust-container.zust-f-centered {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (min-width: 768px) {
  .zust-container.zust-column:not(.zust-custom):not(.zust-active\@small):not(.zust-active\@medium):not(.zust-active\@until-large):not(.zust-active\@large) {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.zust-container.zust-column.zust-active\@small > .zust-column, .zust-container.zust-column.zust-active\@medium > .zust-column, .zust-container.zust-column.zust-active\@until-large > .zust-column, .zust-container.zust-column.zust-active\@large > .zust-column {
  margin: 0 0 10px 0;
}

.zust-container.zust-column.zust-custom:not(.zust-active) > .zust-column {
  margin: 0 0 10px 0;
}

.zust-container.zust-column.zust-custom.zust-active {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column {
  margin: 0 10px 0 0;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-1-2, .zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-half {
  -ms-flex: none;
      flex: none;
  width: 50% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-1-3 {
  -ms-flex: none;
      flex: none;
  width: 33.33333% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-2-3 {
  -ms-flex: none;
      flex: none;
  width: 66.66667% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-1-4 {
  -ms-flex: none;
      flex: none;
  width: 25% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-2-4 {
  -ms-flex: none;
      flex: none;
  width: 50% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-3-4 {
  -ms-flex: none;
      flex: none;
  width: 75% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-1-5 {
  -ms-flex: none;
      flex: none;
  width: 20% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-2-5 {
  -ms-flex: none;
      flex: none;
  width: 40% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-3-5 {
  -ms-flex: none;
      flex: none;
  width: 60% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-4-5 {
  -ms-flex: none;
      flex: none;
  width: 80% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-1-12 {
  -ms-flex: none;
      flex: none;
  width: 8.33333% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-2-12 {
  -ms-flex: none;
      flex: none;
  width: 16.66667% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-3-12 {
  -ms-flex: none;
      flex: none;
  width: 25% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-4-12 {
  -ms-flex: none;
      flex: none;
  width: 33.33333% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-5-12 {
  -ms-flex: none;
      flex: none;
  width: 41.66667% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-6-12 {
  -ms-flex: none;
      flex: none;
  width: 50% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-7-12 {
  -ms-flex: none;
      flex: none;
  width: 58.33333% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-8-12 {
  -ms-flex: none;
      flex: none;
  width: 66.66667% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-9-12 {
  -ms-flex: none;
      flex: none;
  width: 75% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-10-12 {
  -ms-flex: none;
      flex: none;
  width: 83.33333% !important;
}

.zust-container.zust-column.zust-custom.zust-active > .zust-column.zust-size-11-12 {
  -ms-flex: none;
      flex: none;
  width: 91.66667% !important;
}

@media screen and (max-width: 767px) {
  .zust-container.zust-column.zust-active\@all {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column {
    margin: 0 10px 0 0;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-1-2, .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container.zust-column.zust-active\@all > .zust-column.zust-size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (max-width: 767px) {
  .zust-container.zust-column.zust-active\@small {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column {
    margin: 0 10px 0 0;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-1-2, .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container.zust-column.zust-active\@small > .zust-column.zust-size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-container.zust-column.zust-active\@medium {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column {
    margin: 0 10px 0 0;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-1-2, .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container.zust-column.zust-active\@medium > .zust-column.zust-size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-container.zust-column.zust-active\@until-large {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column {
    margin: 0 10px 0 0;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-1-2, .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container.zust-column.zust-active\@until-large > .zust-column.zust-size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-container.zust-column.zust-active\@large {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column {
    margin: 0 10px 0 0;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-1-2, .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container.zust-column.zust-active\@large > .zust-column.zust-size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

.zust-container .zust-column {
  margin: 0 10px 0 0;
  padding: 5px;
  width: 100%;
}

.zust-container .zust-column.zust-default {
  -ms-flex: none;
      flex: none;
  width: auto;
}

@media screen and (max-width: 767px) {
  .zust-container .zust-column.zust-default\@small {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-container .zust-column.zust-default\@medium {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

@media screen and (max-width: 1023px) {
  .zust-container .zust-column.zust-default\@until-large {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .zust-container .zust-column.zust-default\@large {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .zust-container .zust-column {
    margin: 0 0 10px 0;
  }
}

.zust-container .zust-column:last-child {
  margin: 0 !important;
}

.zust-container .zust-column.zust-full {
  -ms-flex: none;
      flex: none;
  width: 100%;
}

.zust-container .zust-column.zust-container {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .zust-container .zust-column.zust-size-1-2, .zust-container .zust-column.zust-size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container .zust-column.zust-size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container .zust-column.zust-size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container .zust-column.zust-size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container .zust-column.zust-size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container .zust-column.zust-size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container .zust-column.zust-size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container .zust-column.zust-size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container .zust-column.zust-size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (max-width: 767px) {
  .zust-container .zust-column.zust-size-1-2\@small, .zust-container .zust-column.zust-size-half\@small {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-1-3\@small {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-3\@small {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-1-4\@small {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-2-4\@small {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-3-4\@small {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-1-5\@small {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container .zust-column.zust-size-2-5\@small {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container .zust-column.zust-size-3-5\@small {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container .zust-column.zust-size-4-5\@small {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container .zust-column.zust-size-1-12\@small {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-12\@small {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container .zust-column.zust-size-3-12\@small {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-4-12\@small {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-5-12\@small {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container .zust-column.zust-size-6-12\@small {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-7-12\@small {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container .zust-column.zust-size-8-12\@small {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-9-12\@small {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-10-12\@small {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container .zust-column.zust-size-11-12\@small {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-container .zust-column.zust-size-1-2\@medium, .zust-container .zust-column.zust-size-half\@medium {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-1-3\@medium {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-3\@medium {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-1-4\@medium {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-2-4\@medium {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-3-4\@medium {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-1-5\@medium {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container .zust-column.zust-size-2-5\@medium {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container .zust-column.zust-size-3-5\@medium {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container .zust-column.zust-size-4-5\@medium {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container .zust-column.zust-size-1-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container .zust-column.zust-size-3-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-4-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-5-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container .zust-column.zust-size-6-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-7-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container .zust-column.zust-size-8-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-9-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-10-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container .zust-column.zust-size-11-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (max-width: 1023px) {
  .zust-container .zust-column.zust-size-1-2\@until-large, .zust-container .zust-column.zust-size-half\@until-large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-1-3\@until-large {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-3\@until-large {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-1-4\@until-large {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-2-4\@until-large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-3-4\@until-large {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-1-5\@until-large {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container .zust-column.zust-size-2-5\@until-large {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container .zust-column.zust-size-3-5\@until-large {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container .zust-column.zust-size-4-5\@until-large {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container .zust-column.zust-size-1-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container .zust-column.zust-size-3-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-4-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-5-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container .zust-column.zust-size-6-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-7-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container .zust-column.zust-size-8-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-9-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-10-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container .zust-column.zust-size-11-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (min-width: 1024px) {
  .zust-container .zust-column.zust-size-1-2\@large, .zust-container .zust-column.zust-size-half\@large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-1-3\@large {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-3\@large {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-1-4\@large {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-2-4\@large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-3-4\@large {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-1-5\@large {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .zust-container .zust-column.zust-size-2-5\@large {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .zust-container .zust-column.zust-size-3-5\@large {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .zust-container .zust-column.zust-size-4-5\@large {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .zust-container .zust-column.zust-size-1-12\@large {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .zust-container .zust-column.zust-size-2-12\@large {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .zust-container .zust-column.zust-size-3-12\@large {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .zust-container .zust-column.zust-size-4-12\@large {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .zust-container .zust-column.zust-size-5-12\@large {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .zust-container .zust-column.zust-size-6-12\@large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .zust-container .zust-column.zust-size-7-12\@large {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .zust-container .zust-column.zust-size-8-12\@large {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .zust-container .zust-column.zust-size-9-12\@large {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .zust-container .zust-column.zust-size-10-12\@large {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .zust-container .zust-column.zust-size-11-12\@large {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

.zust-el-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: bottom;
}

.zust-el-group > *, .zust-el-group > .zust-dropdown > .zust-btn {
  margin: 0 !important;
}

.zust-el-group > .zust-dropdown > .zust-btn {
  height: 100%;
}

.zust-el-group:not(.zust-vertical) > :first-child, .zust-el-group:not(.zust-vertical) > label:first-child > .zust-btn, .zust-el-group:not(.zust-vertical) > .zust-dropdown:first-child > .zust-btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.zust-el-group:not(.zust-vertical) > *:not(:first-child):not(:last-child), .zust-el-group:not(.zust-vertical) label:not(:first-child):not(:last-child) > .zust-btn {
  border-radius: 0 0 0 0 !important;
}

.zust-el-group:not(.zust-vertical) > *:not(:first-child):not(:last-child).zust-btn {
  border-left-width: 0 !important;
}

.zust-el-group:not(.zust-vertical) > :last-child, .zust-el-group:not(.zust-vertical) > label:last-child > .zust-btn, .zust-el-group:not(.zust-vertical) > .zust-dropdown:last-child > .zust-btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.zust-el-group:not(.zust-vertical) > :last-child.zust-btn, .zust-el-group:not(.zust-vertical) > .zust-dropdown:last-child > .zust-btn {
  border-left-width: 0 !important;
}

.zust-el-group.zust-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.zust-el-group.zust-vertical > :first-child, .zust-el-group.zust-vertical > label:first-child > .zust-btn {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.zust-el-group.zust-vertical > :first-child.zust-button {
  border-bottom-width: 0 !important;
}

.zust-el-group.zust-vertical > *:not(:first-child):not(:last-child), .zust-el-group.zust-vertical label:not(:first-child):not(:last-child) > .zust-btn {
  border-radius: 0 0 0 0 !important;
}

.zust-el-group.zust-vertical > *:not(:first-child):not(:last-child).zust-btn {
  border-bottom-width: 0 !important;
}

.zust-el-group.zust-vertical > :last-child, .zust-el-group.zust-vertical > label:last-child > .zust-btn {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.zust-el-group.zust-vertical > label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.zust-el-group.zust-vertical > label > .zust-btn {
  width: 100%;
}

.zust-el-group.zust-fullwidth, .zust-el-group.zust-full-width {
  display: -ms-flexbox;
  display: flex;
}

.zust-snap-container {
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.zust-snap-container:not(.zust-vertical) {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.zust-snap-container.zust-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.zust-snap-container.zust-active\@small, .zust-snap-container.zust-active\@medium, .zust-snap-container.zust-active\@until-large, .zust-snap-container.zust-active\@large {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

@media screen and (max-width: 767px) {
  .zust-snap-container.zust-active\@small:not(.zust-vertical) {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .zust-snap-container.zust-active\@small.zust-vertical {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zust-snap-container.zust-active\@medium:not(.zust-vertical) {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .zust-snap-container.zust-active\@medium.zust-vertical {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}

@media screen and (max-width: 1023px) {
  .zust-snap-container.zust-active\@until-large:not(.zust-vertical) {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .zust-snap-container.zust-active\@until-large.zust-vertical {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}

@media screen and (min-width: 1024px) {
  .zust-snap-container.zust-active\@large:not(.zust-vertical) {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .zust-snap-container.zust-active\@large.zust-vertical {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}

.zust-snap-container.zust-snap-start > .zust-snap-item {
  scroll-snap-align: start;
}

.zust-snap-container.zust-snap-end > .zust-snap-item {
  scroll-snap-align: end;
}

.zust-snap-container > .zust-snap-item {
  scroll-snap-align: center;
}

.zust-snap-container > .zust-snap-item.zust-snap-start {
  scroll-snap-align: start;
}

.zust-snap-container > .zust-snap-item.zust-snap-center {
  scroll-snap-align: center;
}

.zust-snap-container > .zust-snap-item.zust-snap-end {
  scroll-snap-align: end;
}