[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}

/* stylelint-disable at-rule-no-unknown */

html,
body {
  width: 100%;
  height: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum', "tnum";
}

[tabindex='-1']:focus {
  outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #40a9ff;
}

a:active {
  color: #096dd9;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

mark {
  padding: 0.2em;
  background-color: #feffe6;
}

::-moz-selection {
  color: #fff;
  background: #1890ff;
}

::selection {
  color: #fff;
  background: #1890ff;
}

.clearfix::before {
  display: table;
  content: '';
}

.clearfix::after {
  display: table;
  clear: both;
  content: '';
}

.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anticon > * {
  line-height: 1;
}

.anticon svg {
  display: inline-block;
}

.anticon::before {
  display: none;
}

.anticon .anticon-icon {
  display: block;
}

.anticon[tabindex] {
  cursor: pointer;
}

.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}

.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}

.ant-fade-enter,
.ant-fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-fade-enter.ant-fade-enter-active,
.ant-fade-appear.ant-fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-fade-leave.ant-fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-fade-enter,
.ant-fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.ant-fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.ant-move-up-enter,
.ant-move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-move-up-enter.ant-move-up-enter-active,
.ant-move-up-appear.ant-move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-move-up-leave.ant-move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-move-up-enter,
.ant-move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.ant-move-down-enter,
.ant-move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-move-down-enter.ant-move-down-enter-active,
.ant-move-down-appear.ant-move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-move-down-leave.ant-move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-move-down-enter,
.ant-move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.ant-move-left-enter,
.ant-move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-move-left-enter.ant-move-left-enter-active,
.ant-move-left-appear.ant-move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-move-left-leave.ant-move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-move-left-enter,
.ant-move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.ant-move-right-enter,
.ant-move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-move-right-enter.ant-move-right-enter-active,
.ant-move-right-appear.ant-move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-move-right-leave.ant-move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-move-right-enter,
.ant-move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

@-webkit-keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}

[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}

html {
  --antd-wave-shadow-color: #1890ff;
  --scroll-bar: 0;
}

[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}

@-webkit-keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}

@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}

@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

.ant-slide-up-enter,
.ant-slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-slide-up-enter.ant-slide-up-enter-active,
.ant-slide-up-appear.ant-slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-slide-up-leave.ant-slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-slide-up-enter,
.ant-slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.ant-slide-down-enter,
.ant-slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-slide-down-enter.ant-slide-down-enter-active,
.ant-slide-down-appear.ant-slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-slide-down-leave.ant-slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-slide-down-enter,
.ant-slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.ant-slide-left-enter,
.ant-slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-slide-left-enter.ant-slide-left-enter-active,
.ant-slide-left-appear.ant-slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-slide-left-leave.ant-slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-slide-left-enter,
.ant-slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.ant-slide-right-enter,
.ant-slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-slide-right-enter.ant-slide-right-enter-active,
.ant-slide-right-appear.ant-slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-slide-right-leave.ant-slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-slide-right-enter,
.ant-slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}

@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}

.ant-zoom-enter,
.ant-zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-zoom-leave.ant-zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-zoom-enter,
.ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
  transform: none;
}

.ant-zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-big-enter,
.ant-zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-big-enter.ant-zoom-big-enter-active,
.ant-zoom-big-appear.ant-zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-zoom-big-leave.ant-zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-zoom-big-enter,
.ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-big-enter-prepare,
.ant-zoom-big-appear-prepare {
  transform: none;
}

.ant-zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-big-fast-enter-prepare,
.ant-zoom-big-fast-appear-prepare {
  transform: none;
}

.ant-zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-up-enter,
.ant-zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-up-enter.ant-zoom-up-enter-active,
.ant-zoom-up-appear.ant-zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-zoom-up-leave.ant-zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-zoom-up-enter,
.ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-up-enter-prepare,
.ant-zoom-up-appear-prepare {
  transform: none;
}

.ant-zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-down-enter,
.ant-zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-down-enter.ant-zoom-down-enter-active,
.ant-zoom-down-appear.ant-zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-zoom-down-leave.ant-zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-zoom-down-enter,
.ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-down-enter-prepare,
.ant-zoom-down-appear-prepare {
  transform: none;
}

.ant-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-left-enter,
.ant-zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-left-enter.ant-zoom-left-enter-active,
.ant-zoom-left-appear.ant-zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-zoom-left-leave.ant-zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-zoom-left-enter,
.ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-left-enter-prepare,
.ant-zoom-left-appear-prepare {
  transform: none;
}

.ant-zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-right-enter,
.ant-zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-zoom-right-enter.ant-zoom-right-enter-active,
.ant-zoom-right-appear.ant-zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-zoom-right-leave.ant-zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-zoom-right-enter,
.ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-right-enter-prepare,
.ant-zoom-right-appear-prepare {
  transform: none;
}

.ant-zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@-webkit-keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes antZoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}

@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}

@-webkit-keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}

@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}

@-webkit-keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}

@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}

@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}

@-webkit-keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}

@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}

@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}

@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}

@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}

@-webkit-keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

.ant-motion-collapse-legacy {
  overflow: hidden;
}

.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-overlay-backdrop {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
}

.cdk-overlay-backdrop.ant-modal-mask {
  opacity: 1;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.cdk-global-scrollblock body {
  overflow-x: visible;
}

.nz-overlay-transparent-backdrop,
.nz-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.nz-animate-disabled.ant-scroll-number-only {
  -webkit-animation: none;
          animation: none;
  transition: none;
}

.nz-animate-disabled.ant-drawer.ant-drawer-open .ant-drawer-mask {
  -webkit-animation: none;
          animation: none;
  transition: none;
}

.nz-animate-disabled.ant-drawer > * {
  transition: none;
}

.nz-animate-disabled .ant-modal-mask,
.nz-animate-disabled .ant-modal {
  -webkit-animation: none;
          animation: none;
  transition: none;
}

.nz-animate-disabled .ant-modal-mask.zoom-enter,
.nz-animate-disabled .ant-modal.zoom-enter,
.nz-animate-disabled .ant-modal-mask.zoom-leave,
.nz-animate-disabled .ant-modal.zoom-leave,
.nz-animate-disabled .ant-modal-mask.zoom-enter-active,
.nz-animate-disabled .ant-modal.zoom-enter-active,
.nz-animate-disabled .ant-modal-mask.zoom-leave-active,
.nz-animate-disabled .ant-modal.zoom-leave-active {
  -webkit-animation: none;
          animation: none;
  transition: none;
}

.nz-animate-disabled.ant-menu {
  transition: none;
}

.nz-animate-disabled.ant-menu .ant-menu-item,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title {
  transition: none;
}

.nz-animate-disabled.ant-menu .ant-menu-item .anticon,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon {
  transition: none;
}

.nz-animate-disabled.ant-menu .ant-menu-item .anticon + span,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon + span {
  transition: none;
}

.nz-animate-disabled.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.nz-animate-disabled.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,
.nz-animate-disabled.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.nz-animate-disabled.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane,
.nz-animate-disabled.ant-tabs.ant-tabs-left .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-right .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-top .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: none;
}

.nz-animate-disabled.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: none;
}

.ant-affix {
  position: fixed;
  z-index: 10;
}

nz-affix {
  display: block;
}

.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 2px;
}

.ant-alert-content {
  flex: 1;
  min-width: 0;
}

.ant-alert-icon {
  margin-right: 8px;
}

.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}

.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}

.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}

.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}

.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}

.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}

.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}

.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}

.ant-alert-error .ant-alert-icon {
  color: #ff4d4f;
}

.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}

.ant-alert-action {
  margin-left: 8px;
}

.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}

.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}

.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ant-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}

.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}

.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}

.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}

.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}

.ant-alert-with-description .ant-alert-description {
  display: block;
}

.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.ant-alert.ant-alert-rtl {
  direction: rtl;
}

.ant-alert-rtl.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}

.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}

.ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}

.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}

.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

nz-alert {
  display: block;
}

.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  padding-left: 2px;
}

.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: transparent;
}

.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  content: ' ';
}

.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1890ff;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}

.ant-anchor-ink-ball.visible {
  display: inline-block;
}

.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}

.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}

.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}

.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff;
}

.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ant-anchor-rtl {
  direction: rtl;
}

.ant-anchor-rtl.ant-anchor-wrapper {
  margin-right: -4px;
  margin-left: 0;
  padding-right: 4px;
  padding-left: 0;
}

.ant-anchor-rtl .ant-anchor-ink {
  right: 0;
  left: auto;
}

.ant-anchor-rtl .ant-anchor-ink-ball {
  right: 50%;
  left: 0;
  transform: translateX(50%);
}

.ant-anchor-rtl .ant-anchor-link {
  padding: 7px 16px 7px 0;
}

nz-link {
  display: block;
}

.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}

.ant-avatar-image {
  background: transparent;
}

.ant-avatar .ant-image-img {
  display: block;
}

.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}

.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}

.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}

.ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}

.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}

.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}

.ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}

.ant-avatar-square {
  border-radius: 2px;
}

.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ant-avatar-group {
  display: inline-flex;
}

.ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}

.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}

.ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}

.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}

.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}

.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.ant-back-top:empty {
  display: none;
}

.ant-back-top-rtl {
  right: auto;
  left: 100px;
  direction: rtl;
}

.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  transition: all 0.3s;
}

.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}

.ant-back-top-icon {
  font-size: 24px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}

@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}

.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  line-height: 1;
}

.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}

.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}

.ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}

.ant-badge-multiple-words {
  padding: 0 8px;
}

.ant-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}

.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}

.ant-badge-count.anticon-spin,
.ant-badge-dot.anticon-spin,
.ant-badge .ant-scroll-number-custom-component.anticon-spin {
  -webkit-animation: antBadgeLoadingCircle 1s infinite linear;
          animation: antBadgeLoadingCircle 1s infinite linear;
}

.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}

.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}

.ant-badge-status-success {
  background-color: #52c41a;
}

.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}

.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
          animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}

.ant-badge-status-default {
  background-color: #d9d9d9;
}

.ant-badge-status-error {
  background-color: #ff4d4f;
}

.ant-badge-status-warning {
  background-color: #faad14;
}

.ant-badge-status-pink {
  background: #eb2f96;
}

.ant-badge-status-magenta {
  background: #eb2f96;
}

.ant-badge-status-red {
  background: #f5222d;
}

.ant-badge-status-volcano {
  background: #fa541c;
}

.ant-badge-status-orange {
  background: #fa8c16;
}

.ant-badge-status-yellow {
  background: #fadb14;
}

.ant-badge-status-gold {
  background: #faad14;
}

.ant-badge-status-cyan {
  background: #13c2c2;
}

.ant-badge-status-lime {
  background: #a0d911;
}

.ant-badge-status-green {
  background: #52c41a;
}

.ant-badge-status-blue {
  background: #1890ff;
}

.ant-badge-status-geekblue {
  background: #2f54eb;
}

.ant-badge-status-purple {
  background: #722ed1;
}

.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
  -webkit-animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
  -webkit-animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}

.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}

.ant-badge-not-a-wrapper .ant-scroll-number-custom-component {
  transform: none;
}

.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}

.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}

@-webkit-keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.ant-scroll-number {
  overflow: hidden;
}

.ant-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.ant-scroll-number-symbol {
  vertical-align: top;
}

@-webkit-keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(50%, -50%);
  }
}

@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(50%, -50%);
  }
}

@-webkit-keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }

  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}

@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }

  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}

@-webkit-keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
  }
}

@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }

  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}

@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }

  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}

.ant-ribbon-wrapper {
  position: relative;
}

.ant-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #1890ff;
  border-radius: 2px;
}

.ant-ribbon-text {
  color: #fff;
}

.ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentColor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}

.ant-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}

.ant-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}

.ant-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96;
}

.ant-ribbon-color-red {
  color: #f5222d;
  background: #f5222d;
}

.ant-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}

.ant-ribbon-color-orange {
  color: #fa8c16;
  background: #fa8c16;
}

.ant-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14;
}

.ant-ribbon-color-gold {
  color: #faad14;
  background: #faad14;
}

.ant-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2;
}

.ant-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}

.ant-ribbon-color-green {
  color: #52c41a;
  background: #52c41a;
}

.ant-ribbon-color-blue {
  color: #1890ff;
  background: #1890ff;
}

.ant-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb;
}

.ant-ribbon-color-purple {
  color: #722ed1;
  background: #722ed1;
}

.ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}

.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentColor transparent transparent currentColor;
}

.ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}

.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentColor currentColor transparent transparent;
}

.ant-badge-rtl {
  direction: rtl;
}

.ant-badge-rtl .ant-badge-count,
.ant-badge-rtl .ant-badge-dot,
.ant-badge-rtl .ant-badge .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}

.ant-badge-rtl.ant-badge .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}

.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}

.ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge-rtl .ant-badge-zoom-enter {
  -webkit-animation-name: antZoomBadgeInRtl;
          animation-name: antZoomBadgeInRtl;
}

.ant-badge-rtl .ant-badge-zoom-leave {
  -webkit-animation-name: antZoomBadgeOutRtl;
          animation-name: antZoomBadgeOutRtl;
}

.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}

.ant-ribbon-rtl {
  direction: rtl;
}

.ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentColor currentColor transparent transparent;
}

.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
  border-color: currentColor currentColor transparent transparent;
}

.ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentColor transparent transparent currentColor;
}

.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
  border-color: currentColor transparent transparent currentColor;
}

@-webkit-keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

@-webkit-keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }

  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }

  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}

.ant-badge .ant-scroll-number:only-child {
  position: relative;
  top: auto;
  display: block;
}

.ant-badge .ant-badge-count:only-child {
  transform: none;
}

nz-ribbon {
  display: block;
}

.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-breadcrumb .anticon {
  font-size: 14px;
}

.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}

.ant-breadcrumb a:hover {
  color: #40a9ff;
}

.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.85);
}

.ant-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.85);
}

.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}

.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}

.ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}

.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}

.ant-breadcrumb-rtl {
  direction: rtl;
}

.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}

.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}

.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}

.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}

.ant-breadcrumb-rtl > span {
  float: right;
}

.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}

.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}

.ant-breadcrumb-link .anticon + span {
  margin-left: 4px;
}

.ant-breadcrumb > nz-breadcrumb-item:last-child {
  color: rgba(0, 0, 0, 0.85);
}

.ant-breadcrumb > nz-breadcrumb-item:last-child a {
  color: rgba(0, 0, 0, 0.85);
}

.ant-breadcrumb-rtl > nz-breadcrumb-item {
  float: right;
}

nz-breadcrumb {
  display: block;
}

nz-breadcrumb-item:last-child .ant-breadcrumb-separator {
  display: none;
}

.ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-color: #d9d9d9;
}

.ant-btn > .anticon {
  line-height: 1;
}

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}

.ant-btn:not([disabled]):hover {
  text-decoration: none;
}

.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}

.ant-btn[disabled] {
  cursor: not-allowed;
}

.ant-btn[disabled] > * {
  pointer-events: none;
}

.ant-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px;
}

.ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 2px;
}

.ant-btn > a:only-child {
  color: currentColor;
}

.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  background: #fff;
  border-color: #40a9ff;
}

.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}

.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn:active {
  color: #096dd9;
  background: #fff;
  border-color: #096dd9;
}

.ant-btn:active > a:only-child {
  color: currentColor;
}

.ant-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn[disabled] > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn[disabled] > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
  text-decoration: none;
  background: #fff;
}

.ant-btn > span {
  display: inline-block;
}

.ant-btn-primary {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}

.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-primary:active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}

.ant-btn-primary:active > a:only-child {
  color: currentColor;
}

.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}

.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  background: transparent;
  border-color: #d9d9d9;
}

.ant-btn-ghost > a:only-child {
  color: currentColor;
}

.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  background: transparent;
  border-color: #40a9ff;
}

.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-ghost:active {
  color: #096dd9;
  background: transparent;
  border-color: #096dd9;
}

.ant-btn-ghost:active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}

.ant-btn-dashed > a:only-child {
  color: currentColor;
}

.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  background: #fff;
  border-color: #40a9ff;
}

.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed:active {
  color: #096dd9;
  background: #fff;
  border-color: #096dd9;
}

.ant-btn-dashed:active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background: #ff7875;
  border-color: #ff7875;
}

.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger:active {
  color: #fff;
  background: #d9363e;
  border-color: #d9363e;
}

.ant-btn-danger:active > a:only-child {
  color: currentColor;
}

.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:hover,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link {
  color: #1890ff;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ant-btn-link > a:only-child {
  color: currentColor;
}

.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  background: transparent;
  border-color: #40a9ff;
}

.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link:active {
  color: #096dd9;
  background: transparent;
  border-color: #096dd9;
}

.ant-btn-link:active > a:only-child {
  color: currentColor;
}

.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link:hover {
  background: transparent;
}

.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}

.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-text {
  color: rgba(0, 0, 0, 0.85);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ant-btn-text > a:only-child {
  color: currentColor;
}

.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #40a9ff;
  background: transparent;
  border-color: #40a9ff;
}

.ant-btn-text:hover > a:only-child,
.ant-btn-text:focus > a:only-child {
  color: currentColor;
}

.ant-btn-text:hover > a:only-child::after,
.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-text:active {
  color: #096dd9;
  background: transparent;
  border-color: #096dd9;
}

.ant-btn-text:active > a:only-child {
  color: currentColor;
}

.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-text:hover,
.ant-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}

.ant-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}

.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous {
  color: #ff4d4f;
  background: #fff;
  border-color: #ff4d4f;
}

.ant-btn-dangerous > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #ff7875;
  background: #fff;
  border-color: #ff7875;
}

.ant-btn-dangerous:hover > a:only-child,
.ant-btn-dangerous:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous:active {
  color: #d9363e;
  background: #fff;
  border-color: #d9363e;
}

.ant-btn-dangerous:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  background: #ff7875;
  border-color: #ff7875;
}

.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  background: #d9363e;
  border-color: #d9363e;
}

.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #40a9ff;
  background: transparent;
  border-color: #40a9ff;
}

.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-link:active {
  color: #096dd9;
  background: transparent;
  border-color: #096dd9;
}

.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  background: transparent;
  border-color: transparent;
}

.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  background: transparent;
  border-color: transparent;
}

.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-text {
  color: #ff4d4f;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #40a9ff;
  background: transparent;
  border-color: #40a9ff;
}

.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-text:active {
  color: #096dd9;
  background: transparent;
  border-color: #096dd9;
}

.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #ff7875;
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}

.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-text:active {
  color: #d9363e;
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}

.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 2px;
  vertical-align: -1px;
}

.ant-btn-icon-only > * {
  font-size: 16px;
}

.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 2px;
}

.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 18px;
}

.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 2px;
}

.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}

.ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}

.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}

.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}

.ant-btn-round.ant-btn-icon-only {
  width: auto;
}

.ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}

.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}

.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}

.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}

.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}

.ant-btn.ant-btn-loading {
  position: relative;
}

.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}

.ant-btn.ant-btn-loading::before {
  display: block;
}

.ant-btn > .ant-btn-loading-icon {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  -webkit-animation: none;
          animation: none;
}

.ant-btn > .ant-btn-loading-icon .anticon svg {
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}

.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
}

.ant-btn-group {
  position: relative;
  display: inline-flex;
}

.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}

.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active {
  z-index: 2;
}

.ant-btn-group > .ant-btn[disabled],
.ant-btn-group > span > .ant-btn[disabled] {
  z-index: 0;
}

.ant-btn-group .ant-btn-icon-only {
  font-size: 14px;
}

.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 0;
}

.ant-btn-group-lg .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}

.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 0;
}

.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}

.ant-btn-group-sm .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}

.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}

.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}

.ant-btn-group .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}

.ant-btn-group > .ant-btn:only-child {
  border-radius: 2px;
}

.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 2px;
}

.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 2px;
}

.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 2px;
}

.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.ant-btn-group > .ant-btn-group {
  float: left;
}

.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}

.ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}

.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}

.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}

.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}

.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background: transparent;
  border-color: #1890ff;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  background: transparent;
  border-color: #40a9ff;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-primary:active {
  color: #096dd9;
  background: transparent;
  border-color: #096dd9;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background: transparent;
  border-color: #ff7875;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger:active {
  color: #d9363e;
  background: transparent;
  border-color: #d9363e;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-dangerous {
  color: #ff4d4f;
  background: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-dangerous:hover,
.ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ff7875;
  background: transparent;
  border-color: #ff7875;
}

.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d9363e;
  background: transparent;
  border-color: #d9363e;
}

.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  background: transparent;
  border-color: transparent;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  background: transparent;
  border-color: transparent;
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  background: transparent;
  border-color: transparent;
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}

.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}

.ant-btn-block {
  width: 100%;
}

.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}

a.ant-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}

a.ant-btn-lg {
  line-height: 38px;
}

a.ant-btn-sm {
  line-height: 22px;
}

.ant-btn-rtl {
  direction: rtl;
}

.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}

.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #40a9ff;
}

.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}

.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
  padding-left: 0;
}

.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}

.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  background: #fff;
  border-radius: 2px;
}

.ant-card-rtl {
  direction: rtl;
}

.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.ant-card-bordered {
  border: 1px solid #f0f0f0;
}

.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}

.ant-card-head::before {
  display: table;
  content: '';
}

.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}

.ant-card-head::before {
  display: table;
  content: '';
}

.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}

.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}

.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-card-head-title > .ant-typography,
.ant-card-head-title > .ant-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}

.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #f0f0f0;
}

.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}

.ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}

.ant-card-body {
  padding: 24px;
}

.ant-card-body::before {
  display: table;
  content: '';
}

.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}

.ant-card-body::before {
  display: table;
  content: '';
}

.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}

.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}

.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}

.ant-card-rtl .ant-card-grid {
  float: right;
}

.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}

.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}

.ant-card-bordered .ant-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}

.ant-card-cover > * {
  display: block;
  width: 100%;
}

.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}

.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.ant-card-actions::before {
  display: table;
  content: '';
}

.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}

.ant-card-actions::before {
  display: table;
  content: '';
}

.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}

.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.ant-card-rtl .ant-card-actions > li {
  float: right;
}

.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}

.ant-card-actions > li > span:hover {
  color: #1890ff;
  transition: color 0.3s;
}

.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}

.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #1890ff;
}

.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}

.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}

.ant-card-rtl .ant-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}

.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}

.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}

.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}

.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}

.ant-card-meta {
  margin: -4px 0;
}

.ant-card-meta::before {
  display: table;
  content: '';
}

.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}

.ant-card-meta::before {
  display: table;
  content: '';
}

.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}

.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}

.ant-card-rtl .ant-card-meta-avatar {
  float: right;
  padding-right: 0;
  padding-left: 16px;
}

.ant-card-meta-detail {
  overflow: hidden;
}

.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}

.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}

.ant-card-loading {
  overflow: hidden;
}

.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-card-loading-content p {
  margin: 0;
}

.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  -webkit-animation: card-loading 1.4s ease infinite;
          animation: card-loading 1.4s ease infinite;
}

@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}

.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}

.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}

.ant-card-small > .ant-card-body {
  padding: 12px;
}

.ant-card-rtl .ant-skeleton-header {
  padding: 0 0 0 16px;
}

nz-card {
  display: block;
}

nz-card-meta {
  display: block;
}

nz-card-loading {
  display: block;
}

.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}

.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ant-carousel .slick-list:focus {
  outline: none;
}

.ant-carousel .slick-list.dragging {
  cursor: pointer;
}

.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}

.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}

.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}

.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}

.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}

.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}

.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}

.ant-carousel .slick-track::after {
  clear: both;
}

.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}

.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.ant-carousel .slick-slide img {
  display: block;
}

.ant-carousel .slick-slide.slick-loading img {
  display: none;
}

.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}

.ant-carousel .slick-initialized .slick-slide {
  display: block;
}

.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}

.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}

.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}

.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}

.ant-carousel .slick-prev {
  left: -25px;
}

.ant-carousel .slick-prev::before {
  content: '←';
}

.ant-carousel .slick-next {
  right: -25px;
}

.ant-carousel .slick-next::before {
  content: '→';
}

.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}

.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}

.ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}

.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}

.ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}

.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}

.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}

.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}

.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}

.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}

.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}

.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}

.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}

.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}

.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}

.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}

.ant-carousel-rtl {
  direction: rtl;
}

.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}

.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}

.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '→';
}

.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}

.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '←';
}

.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}

.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}

nz-carousel {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slick-dots {
  display: block;
}

.slick-track {
  opacity: 1;
}

.slick-list {
  direction: ltr;
}

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}

.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}

.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}

.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-checkbox-disabled {
  cursor: not-allowed;
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}

.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}

.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}

.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}

.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}

.ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}

.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}

.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
}

.ant-checkbox-group-item {
  margin-right: 8px;
}

.ant-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-checkbox-rtl {
  direction: rtl;
}

.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}

.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}

.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}

.ant-checkbox + span:empty {
  display: none;
}

.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}

.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 2px 2px;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header::before {
  display: table;
  content: '';
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header::after {
  display: table;
  clear: both;
  content: '';
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header::before {
  display: table;
  content: '';
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header::after {
  display: table;
  clear: both;
  content: '';
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}

.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}

.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  cursor: pointer;
}

.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}

.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}

.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}

.ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}

.ant-collapse-content-hidden {
  display: none;
}

.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 2px 2px;
}

.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}

.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}

.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}

.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}

.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}

.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}

.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}

.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-collapse-rtl {
  direction: rtl;
}

.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}

.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}

.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: left;
}

.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}

nz-collapse {
  display: block;
}

nz-collapse-panel {
  display: block;
}

.ant-comment {
  position: relative;
  background-color: inherit;
}

.ant-comment-inner {
  display: flex;
  padding: 16px 0;
}

.ant-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}

.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.ant-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 14px;
  word-wrap: break-word;
}

.ant-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
}

.ant-comment-content-author > a,
.ant-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}

.ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  transition: color 0.3s;
}

.ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45);
}

.ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}

.ant-comment-content-detail p {
  margin-bottom: inherit;
  white-space: pre-wrap;
}

.ant-comment-actions {
  margin-top: 12px;
  margin-bottom: inherit;
  padding-left: 0;
}

.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}

.ant-comment-actions > li > span {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-comment-actions > li > span:hover {
  color: #595959;
}

.ant-comment-nested {
  margin-left: 44px;
}

.ant-comment-rtl {
  direction: rtl;
}

.ant-comment-rtl .ant-comment-avatar {
  margin-right: 0;
  margin-left: 12px;
}

.ant-comment-rtl .ant-comment-content-author > a,
.ant-comment-rtl .ant-comment-content-author > span {
  padding-right: 0;
  padding-left: 8px;
}

.ant-comment-rtl .ant-comment-actions {
  padding-right: 0;
}

.ant-comment-rtl .ant-comment-actions > li > span {
  margin-right: 0;
  margin-left: 10px;
}

.ant-comment-rtl .ant-comment-nested {
  margin-right: 44px;
  margin-left: 0;
}

nz-comment {
  display: block;
}

nz-comment-content {
  display: block;
}

.ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  padding: 4px 11px 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: border 0.3s, box-shadow 0.3s;
}

.ant-picker:hover,
.ant-picker-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-picker:hover,
.ant-input-rtl .ant-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-picker-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: rgba(0, 0, 0, 0.25);
}

.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.ant-picker-input > input::-moz-placeholder {
  opacity: 1;
}

.ant-picker-input > input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-picker-input > input::placeholder {
  color: #bfbfbf;
}

.ant-picker-input > input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-picker-input > input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-picker-input > input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-picker-input > input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-picker-input > input:focus,
.ant-input-rtl .ant-picker-input > input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-picker-input > input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-picker-input > input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-picker-input > input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-picker-input > input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.ant-picker-input > input-sm {
  padding: 0px 7px;
}

.ant-picker-input > input-rtl {
  direction: rtl;
}

.ant-picker-input > input:focus {
  box-shadow: none;
}

.ant-picker-input > input[disabled] {
  background: transparent;
}

.ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}

.ant-picker-input-placeholder > input {
  color: #bfbfbf;
}

.ant-picker-large {
  padding: 6.5px 11px 6.5px;
}

.ant-picker-large .ant-picker-input > input {
  font-size: 16px;
}

.ant-picker-small {
  padding: 0px 7px 0px;
}

.ant-picker-suffix {
  align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  pointer-events: none;
}

.ant-picker-suffix > * {
  vertical-align: top;
}

.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}

.ant-picker-clear > * {
  vertical-align: top;
}

.ant-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}

.ant-picker-focused .ant-picker-separator {
  color: rgba(0, 0, 0, 0.45);
}

.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}

.ant-picker-range {
  position: relative;
  display: inline-flex;
}

.ant-picker-range .ant-picker-clear {
  right: 11px;
}

.ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}

.ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #1890ff;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}

.ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}

.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px;
}

.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px;
}

.ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  z-index: 1050;
}

.ant-picker-dropdown-hidden {
  display: none;
}

.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 1.66666667px;
  display: block;
  transform: rotate(-45deg);
}

.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 1.66666667px;
  display: block;
  transform: rotate(135deg);
}

.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}

.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}

.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}

.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}

.ant-picker-dropdown-range {
  padding: 6.66666667px 0;
}

.ant-picker-dropdown-range-hidden {
  display: none;
}

.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}

.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}

.ant-picker-ranges > li {
  display: inline-block;
}

.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
  cursor: pointer;
}

.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}

.ant-picker-range-wrapper {
  display: flex;
}

.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 16.5px;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
  transition: left 0.3s ease-out;
}

.ant-picker-range-arrow::after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 10px;
  height: 10px;
  border: 5px solid #f0f0f0;
  border-color: #fff #fff transparent transparent;
  content: '';
}

.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: margin 0.3s;
}

.ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}

.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0;
}

.ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}

.ant-picker-panel-focused {
  border-color: #1890ff;
}

.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}

.ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}

.ant-picker-header > * {
  flex: none;
}

.ant-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}

.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}

.ant-picker-header > button:hover {
  color: rgba(0, 0, 0, 0.85);
}

.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}

.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}

.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}

.ant-picker-header-view button:hover {
  color: #1890ff;
}

.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}

.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}

.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}

.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}

.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg);
}

.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.ant-picker-content th,
.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}

.ant-picker-content th {
  height: 30px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}

.ant-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.ant-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}

.ant-picker-cell-disabled {
  cursor: not-allowed;
}

.ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  content: '';
}

.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}

.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5;
}

.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #1890ff;
  border-radius: 2px;
  content: '';
}

.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}

.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #e6f7ff;
}

.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #fff;
  background: #1890ff;
}

.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #e6f7ff;
}

.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}

.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}

.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #7ec1ff;
  border-bottom: 1px dashed #7ec1ff;
  transform: translateY(-50%);
  content: '';
}

.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}

.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #cbe6ff;
}

.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}

.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}

.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #cbe6ff;
  content: '';
}

.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}

.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}

.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}

.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}

tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #7ec1ff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.ant-picker-cell-disabled {
  pointer-events: none;
}

.ant-picker-cell-disabled .ant-picker-cell-inner {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
}

.ant-picker-cell-disabled::before {
  background: #f5f5f5;
}

.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
  height: 264px;
}

.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}

.ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
  background: #f5f5f5;
}

.ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}

.ant-picker-footer {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}

.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #f0f0f0;
}

.ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}

.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.ant-picker-now {
  text-align: left;
}

.ant-picker-today-btn {
  color: #1890ff;
}

.ant-picker-today-btn:hover {
  color: #40a9ff;
}

.ant-picker-today-btn:active {
  color: #096dd9;
}

.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}

.ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}

.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}

.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}

.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}

.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}

.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}

.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}

.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px;
}

.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}

.ant-picker-week-panel-row td {
  transition: background 0.3s;
}

.ant-picker-week-panel-row:hover td {
  background: #f5f5f5;
}

.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #1890ff;
}

.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}

.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #fff;
}

.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff;
}

.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px;
}

.ant-picker-date-panel .ant-picker-content {
  width: 252px;
}

.ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}

.ant-picker-datetime-panel {
  display: flex;
}

.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}

.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}

.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}

.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}

.ant-picker-time-panel {
  width: auto;
  min-width: auto;
}

.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}

.ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}

.ant-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}

.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
  height: 198px;
}

.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}

.ant-picker-time-panel-column-active {
  background: rgba(230, 247, 255, 0.2);
}

.ant-picker-time-panel-column:hover {
  overflow-y: auto;
}

.ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}

.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}

.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}

.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e6f7ff;
}

.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}

/* stylelint-disable-next-line */

_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}

.ant-picker-rtl {
  direction: rtl;
}

.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}

.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}

.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}

.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}

.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px;
}

.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}

.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px;
}

.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}

.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}

.ant-picker-panel-rtl {
  direction: rtl;
}

.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}

.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}

.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}

.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}

.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}

.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}

.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}

.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #7ec1ff;
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #7ec1ff;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px;
}

.ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right;
}

.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}

.ant-picker-inline {
  border: none;
  padding: 0;
}

.ant-picker-inline .ant-picker-range-arrow {
  display: none !important;
}

.ant-descriptions-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.ant-descriptions-title {
  flex: auto;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-descriptions-extra {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}

.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}

.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}

.ant-descriptions-row:last-child {
  border-bottom: none;
}

.ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5715;
  text-align: start;
}

.ant-descriptions-item-label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}

.ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
  content: ' ';
}

.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}

.ant-descriptions-item-content {
  display: table-cell;
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  word-break: break-word;
  overflow-wrap: break-word;
}

.ant-descriptions-item {
  padding-bottom: 0;
  vertical-align: top;
}

.ant-descriptions-item-container {
  display: flex;
}

.ant-descriptions-item-container .ant-descriptions-item-label,
.ant-descriptions-item-container .ant-descriptions-item-content {
  display: inline-flex;
  align-items: baseline;
}

.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}

.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}

.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #f0f0f0;
}

.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
}

.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #f0f0f0;
}

.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}

.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}

.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}

.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #f0f0f0;
}

.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}

.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}

.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}

.ant-descriptions-rtl {
  direction: rtl;
}

.ant-descriptions-rtl .ant-descriptions-item-label::after {
  margin: 0 2px 0 8px;
}

.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}

.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-left: none;
}

nz-descriptions {
  display: block;
}

.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}

.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}

.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}

.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}

.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}

.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}

.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}

.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}

.ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}

.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
  border-top: 0;
}

.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}

.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}

.ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}

.ant-divider-rtl {
  direction: rtl;
}

.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}

.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}

.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}

.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}

.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}

.ant-drawer > * {
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.ant-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}

.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}

.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}

.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.ant-drawer-left {
  left: 0;
}

.ant-drawer-left .ant-drawer-content-wrapper {
  left: 0;
}

.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}

.ant-drawer-right {
  right: 0;
}

.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}

.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}

.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}

.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}

.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}

.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.ant-drawer-top {
  top: 0;
}

.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}

.ant-drawer-bottom {
  bottom: 0;
}

.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}

.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}

.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}

.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  pointer-events: auto;
}

.ant-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}

.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  padding: 20px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}

.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.ant-drawer-header-no-title .ant-drawer-close {
  margin-right: 0;
  margin-right: var(--scroll-bar);
  /* stylelint-disable-next-line function-calc-no-invalid */
  padding-right: calc(20px - 0);
  padding-right: calc(20px - var(--scroll-bar));
}

.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}

.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}

.ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

.ant-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}

.ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
}

.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
}

.ant-drawer-open-content {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-drawer .ant-picker-clear {
  background: #fff;
}

@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ant-drawer-rtl {
  direction: rtl;
}

.ant-drawer-rtl .ant-drawer-close {
  right: auto;
  left: 0;
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f;
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}

.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}

.ant-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}

.ant-dropdown-wrap {
  position: relative;
}

.ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 10px;
}

.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}

.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}

.ant-dropdown-hidden,
.ant-dropdown-menu-hidden,
.ant-dropdown-menu-submenu-hidden {
  display: none;
}

.ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 10px;
}

.ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 10px;
}

.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}

.ant-dropdown-placement-topCenter > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}

.ant-dropdown-placement-topCenter > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}

.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}

.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}

.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}

.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}

.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}

.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
}

.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}

.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}

.ant-dropdown-menu-item {
  position: relative;
  display: flex;
  align-items: center;
}

.ant-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}

.ant-dropdown-menu-title-content {
  flex: auto;
}

.ant-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}

.ant-dropdown-menu-title-content > a:hover {
  color: inherit;
}

.ant-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  color: #1890ff;
  background-color: #e6f7ff;
}

.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #f5f5f5;
}

.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}

.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}

.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}

.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}

.ant-dropdown-menu-submenu-vertical {
  position: relative;
}

.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}

.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}

.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}

.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}

.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}

.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}

.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}

.ant-dropdown-button {
  white-space: nowrap;
}

.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  color: #fff;
  background: transparent;
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}

.ant-dropdown-rtl {
  direction: rtl;
}

.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}

.ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}

.ant-dropdown-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}

.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}

.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}

.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}

.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  right: auto;
  left: 8px;
}

.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}

.ant-dropdown-menu > ul {
  list-style: inherit;
  margin: 0;
  padding: 0;
}

.ant-dropdown {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  transform: rotate(180deg);
}

.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}

.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}

.ant-empty-image img {
  height: 100%;
}

.ant-empty-image svg {
  height: 100%;
  margin: auto;
}

.ant-empty-footer {
  margin-top: 16px;
}

.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}

.ant-empty-normal .ant-empty-image {
  height: 40px;
}

.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}

.ant-empty-small .ant-empty-image {
  height: 35px;
}

.ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}

.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}

.ant-empty-img-default-path-2 {
  fill: url(#linearGradient-1);
}

.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}

.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}

.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}

.ant-empty-img-default-g {
  fill: #fff;
}

.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}

.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}

.ant-empty-img-simple-path {
  fill: #fafafa;
}

.ant-empty-rtl {
  direction: rtl;
}

nz-empty {
  display: block;
}

.ant-row {
  display: flex;
  flex-flow: row wrap;
}

.ant-row::before,
.ant-row::after {
  display: flex;
}

.ant-row-no-wrap {
  flex-wrap: nowrap;
}

.ant-row-start {
  justify-content: flex-start;
}

.ant-row-center {
  justify-content: center;
}

.ant-row-end {
  justify-content: flex-end;
}

.ant-row-space-between {
  justify-content: space-between;
}

.ant-row-space-around {
  justify-content: space-around;
}

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

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

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

.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.ant-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.ant-col-push-24 {
  left: 100%;
}

.ant-col-pull-24 {
  right: 100%;
}

.ant-col-offset-24 {
  margin-left: 100%;
}

.ant-col-order-24 {
  order: 24;
}

.ant-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}

.ant-col-push-23 {
  left: 95.83333333%;
}

.ant-col-pull-23 {
  right: 95.83333333%;
}

.ant-col-offset-23 {
  margin-left: 95.83333333%;
}

.ant-col-order-23 {
  order: 23;
}

.ant-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.ant-col-push-22 {
  left: 91.66666667%;
}

.ant-col-pull-22 {
  right: 91.66666667%;
}

.ant-col-offset-22 {
  margin-left: 91.66666667%;
}

.ant-col-order-22 {
  order: 22;
}

.ant-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.ant-col-push-21 {
  left: 87.5%;
}

.ant-col-pull-21 {
  right: 87.5%;
}

.ant-col-offset-21 {
  margin-left: 87.5%;
}

.ant-col-order-21 {
  order: 21;
}

.ant-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.ant-col-push-20 {
  left: 83.33333333%;
}

.ant-col-pull-20 {
  right: 83.33333333%;
}

.ant-col-offset-20 {
  margin-left: 83.33333333%;
}

.ant-col-order-20 {
  order: 20;
}

.ant-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}

.ant-col-push-19 {
  left: 79.16666667%;
}

.ant-col-pull-19 {
  right: 79.16666667%;
}

.ant-col-offset-19 {
  margin-left: 79.16666667%;
}

.ant-col-order-19 {
  order: 19;
}

.ant-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}

.ant-col-push-18 {
  left: 75%;
}

.ant-col-pull-18 {
  right: 75%;
}

.ant-col-offset-18 {
  margin-left: 75%;
}

.ant-col-order-18 {
  order: 18;
}

.ant-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}

.ant-col-push-17 {
  left: 70.83333333%;
}

.ant-col-pull-17 {
  right: 70.83333333%;
}

.ant-col-offset-17 {
  margin-left: 70.83333333%;
}

.ant-col-order-17 {
  order: 17;
}

.ant-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.ant-col-push-16 {
  left: 66.66666667%;
}

.ant-col-pull-16 {
  right: 66.66666667%;
}

.ant-col-offset-16 {
  margin-left: 66.66666667%;
}

.ant-col-order-16 {
  order: 16;
}

.ant-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.ant-col-push-15 {
  left: 62.5%;
}

.ant-col-pull-15 {
  right: 62.5%;
}

.ant-col-offset-15 {
  margin-left: 62.5%;
}

.ant-col-order-15 {
  order: 15;
}

.ant-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.ant-col-push-14 {
  left: 58.33333333%;
}

.ant-col-pull-14 {
  right: 58.33333333%;
}

.ant-col-offset-14 {
  margin-left: 58.33333333%;
}

.ant-col-order-14 {
  order: 14;
}

.ant-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}

.ant-col-push-13 {
  left: 54.16666667%;
}

.ant-col-pull-13 {
  right: 54.16666667%;
}

.ant-col-offset-13 {
  margin-left: 54.16666667%;
}

.ant-col-order-13 {
  order: 13;
}

.ant-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}

.ant-col-push-12 {
  left: 50%;
}

.ant-col-pull-12 {
  right: 50%;
}

.ant-col-offset-12 {
  margin-left: 50%;
}

.ant-col-order-12 {
  order: 12;
}

.ant-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}

.ant-col-push-11 {
  left: 45.83333333%;
}

.ant-col-pull-11 {
  right: 45.83333333%;
}

.ant-col-offset-11 {
  margin-left: 45.83333333%;
}

.ant-col-order-11 {
  order: 11;
}

.ant-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.ant-col-push-10 {
  left: 41.66666667%;
}

.ant-col-pull-10 {
  right: 41.66666667%;
}

.ant-col-offset-10 {
  margin-left: 41.66666667%;
}

.ant-col-order-10 {
  order: 10;
}

.ant-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.ant-col-push-9 {
  left: 37.5%;
}

.ant-col-pull-9 {
  right: 37.5%;
}

.ant-col-offset-9 {
  margin-left: 37.5%;
}

.ant-col-order-9 {
  order: 9;
}

.ant-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.ant-col-push-8 {
  left: 33.33333333%;
}

.ant-col-pull-8 {
  right: 33.33333333%;
}

.ant-col-offset-8 {
  margin-left: 33.33333333%;
}

.ant-col-order-8 {
  order: 8;
}

.ant-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}

.ant-col-push-7 {
  left: 29.16666667%;
}

.ant-col-pull-7 {
  right: 29.16666667%;
}

.ant-col-offset-7 {
  margin-left: 29.16666667%;
}

.ant-col-order-7 {
  order: 7;
}

.ant-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}

.ant-col-push-6 {
  left: 25%;
}

.ant-col-pull-6 {
  right: 25%;
}

.ant-col-offset-6 {
  margin-left: 25%;
}

.ant-col-order-6 {
  order: 6;
}

.ant-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}

.ant-col-push-5 {
  left: 20.83333333%;
}

.ant-col-pull-5 {
  right: 20.83333333%;
}

.ant-col-offset-5 {
  margin-left: 20.83333333%;
}

.ant-col-order-5 {
  order: 5;
}

.ant-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.ant-col-push-4 {
  left: 16.66666667%;
}

.ant-col-pull-4 {
  right: 16.66666667%;
}

.ant-col-offset-4 {
  margin-left: 16.66666667%;
}

.ant-col-order-4 {
  order: 4;
}

.ant-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.ant-col-push-3 {
  left: 12.5%;
}

.ant-col-pull-3 {
  right: 12.5%;
}

.ant-col-offset-3 {
  margin-left: 12.5%;
}

.ant-col-order-3 {
  order: 3;
}

.ant-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.ant-col-push-2 {
  left: 8.33333333%;
}

.ant-col-pull-2 {
  right: 8.33333333%;
}

.ant-col-offset-2 {
  margin-left: 8.33333333%;
}

.ant-col-order-2 {
  order: 2;
}

.ant-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}

.ant-col-push-1 {
  left: 4.16666667%;
}

.ant-col-pull-1 {
  right: 4.16666667%;
}

.ant-col-offset-1 {
  margin-left: 4.16666667%;
}

.ant-col-order-1 {
  order: 1;
}

.ant-col-0 {
  display: none;
}

.ant-col-push-0 {
  left: auto;
}

.ant-col-pull-0 {
  right: auto;
}

.ant-col-push-0 {
  left: auto;
}

.ant-col-pull-0 {
  right: auto;
}

.ant-col-offset-0 {
  margin-left: 0;
}

.ant-col-order-0 {
  order: 0;
}

.ant-col-push-0.ant-col-rtl {
  right: auto;
}

.ant-col-pull-0.ant-col-rtl {
  left: auto;
}

.ant-col-push-0.ant-col-rtl {
  right: auto;
}

.ant-col-pull-0.ant-col-rtl {
  left: auto;
}

.ant-col-offset-0.ant-col-rtl {
  margin-right: 0;
}

.ant-col-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}

.ant-col-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}

.ant-col-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}

.ant-col-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}

.ant-col-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}

.ant-col-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}

.ant-col-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}

.ant-col-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}

.ant-col-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}

.ant-col-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}

.ant-col-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}

.ant-col-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}

.ant-col-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}

.ant-col-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}

.ant-col-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}

.ant-col-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}

.ant-col-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}

.ant-col-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}

.ant-col-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}

.ant-col-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}

.ant-col-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}

.ant-col-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}

.ant-col-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}

.ant-col-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}

.ant-col-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}

.ant-col-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}

.ant-col-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}

.ant-col-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}

.ant-col-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}

.ant-col-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}

.ant-col-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}

.ant-col-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}

.ant-col-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}

.ant-col-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}

.ant-col-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}

.ant-col-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}

.ant-col-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}

.ant-col-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}

.ant-col-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}

.ant-col-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}

.ant-col-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}

.ant-col-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}

.ant-col-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}

.ant-col-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}

.ant-col-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}

.ant-col-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}

.ant-col-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}

.ant-col-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}

.ant-col-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}

.ant-col-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}

.ant-col-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}

.ant-col-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}

.ant-col-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}

.ant-col-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}

.ant-col-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}

.ant-col-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}

.ant-col-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}

.ant-col-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}

.ant-col-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}

.ant-col-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}

.ant-col-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}

.ant-col-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}

.ant-col-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}

.ant-col-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}

.ant-col-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}

.ant-col-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}

.ant-col-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}

.ant-col-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}

.ant-col-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}

.ant-col-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}

.ant-col-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}

.ant-col-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}

.ant-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.ant-col-xs-push-24 {
  left: 100%;
}

.ant-col-xs-pull-24 {
  right: 100%;
}

.ant-col-xs-offset-24 {
  margin-left: 100%;
}

.ant-col-xs-order-24 {
  order: 24;
}

.ant-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}

.ant-col-xs-push-23 {
  left: 95.83333333%;
}

.ant-col-xs-pull-23 {
  right: 95.83333333%;
}

.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.ant-col-xs-order-23 {
  order: 23;
}

.ant-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.ant-col-xs-push-22 {
  left: 91.66666667%;
}

.ant-col-xs-pull-22 {
  right: 91.66666667%;
}

.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.ant-col-xs-order-22 {
  order: 22;
}

.ant-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.ant-col-xs-push-21 {
  left: 87.5%;
}

.ant-col-xs-pull-21 {
  right: 87.5%;
}

.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}

.ant-col-xs-order-21 {
  order: 21;
}

.ant-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.ant-col-xs-push-20 {
  left: 83.33333333%;
}

.ant-col-xs-pull-20 {
  right: 83.33333333%;
}

.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.ant-col-xs-order-20 {
  order: 20;
}

.ant-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}

.ant-col-xs-push-19 {
  left: 79.16666667%;
}

.ant-col-xs-pull-19 {
  right: 79.16666667%;
}

.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.ant-col-xs-order-19 {
  order: 19;
}

.ant-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}

.ant-col-xs-push-18 {
  left: 75%;
}

.ant-col-xs-pull-18 {
  right: 75%;
}

.ant-col-xs-offset-18 {
  margin-left: 75%;
}

.ant-col-xs-order-18 {
  order: 18;
}

.ant-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}

.ant-col-xs-push-17 {
  left: 70.83333333%;
}

.ant-col-xs-pull-17 {
  right: 70.83333333%;
}

.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.ant-col-xs-order-17 {
  order: 17;
}

.ant-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.ant-col-xs-push-16 {
  left: 66.66666667%;
}

.ant-col-xs-pull-16 {
  right: 66.66666667%;
}

.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.ant-col-xs-order-16 {
  order: 16;
}

.ant-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.ant-col-xs-push-15 {
  left: 62.5%;
}

.ant-col-xs-pull-15 {
  right: 62.5%;
}

.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}

.ant-col-xs-order-15 {
  order: 15;
}

.ant-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.ant-col-xs-push-14 {
  left: 58.33333333%;
}

.ant-col-xs-pull-14 {
  right: 58.33333333%;
}

.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.ant-col-xs-order-14 {
  order: 14;
}

.ant-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}

.ant-col-xs-push-13 {
  left: 54.16666667%;
}

.ant-col-xs-pull-13 {
  right: 54.16666667%;
}

.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.ant-col-xs-order-13 {
  order: 13;
}

.ant-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}

.ant-col-xs-push-12 {
  left: 50%;
}

.ant-col-xs-pull-12 {
  right: 50%;
}

.ant-col-xs-offset-12 {
  margin-left: 50%;
}

.ant-col-xs-order-12 {
  order: 12;
}

.ant-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}

.ant-col-xs-push-11 {
  left: 45.83333333%;
}

.ant-col-xs-pull-11 {
  right: 45.83333333%;
}

.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.ant-col-xs-order-11 {
  order: 11;
}

.ant-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.ant-col-xs-push-10 {
  left: 41.66666667%;
}

.ant-col-xs-pull-10 {
  right: 41.66666667%;
}

.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.ant-col-xs-order-10 {
  order: 10;
}

.ant-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.ant-col-xs-push-9 {
  left: 37.5%;
}

.ant-col-xs-pull-9 {
  right: 37.5%;
}

.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}

.ant-col-xs-order-9 {
  order: 9;
}

.ant-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.ant-col-xs-push-8 {
  left: 33.33333333%;
}

.ant-col-xs-pull-8 {
  right: 33.33333333%;
}

.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.ant-col-xs-order-8 {
  order: 8;
}

.ant-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}

.ant-col-xs-push-7 {
  left: 29.16666667%;
}

.ant-col-xs-pull-7 {
  right: 29.16666667%;
}

.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.ant-col-xs-order-7 {
  order: 7;
}

.ant-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}

.ant-col-xs-push-6 {
  left: 25%;
}

.ant-col-xs-pull-6 {
  right: 25%;
}

.ant-col-xs-offset-6 {
  margin-left: 25%;
}

.ant-col-xs-order-6 {
  order: 6;
}

.ant-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}

.ant-col-xs-push-5 {
  left: 20.83333333%;
}

.ant-col-xs-pull-5 {
  right: 20.83333333%;
}

.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.ant-col-xs-order-5 {
  order: 5;
}

.ant-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.ant-col-xs-push-4 {
  left: 16.66666667%;
}

.ant-col-xs-pull-4 {
  right: 16.66666667%;
}

.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.ant-col-xs-order-4 {
  order: 4;
}

.ant-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.ant-col-xs-push-3 {
  left: 12.5%;
}

.ant-col-xs-pull-3 {
  right: 12.5%;
}

.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}

.ant-col-xs-order-3 {
  order: 3;
}

.ant-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.ant-col-xs-push-2 {
  left: 8.33333333%;
}

.ant-col-xs-pull-2 {
  right: 8.33333333%;
}

.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.ant-col-xs-order-2 {
  order: 2;
}

.ant-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}

.ant-col-xs-push-1 {
  left: 4.16666667%;
}

.ant-col-xs-pull-1 {
  right: 4.16666667%;
}

.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.ant-col-xs-order-1 {
  order: 1;
}

.ant-col-xs-0 {
  display: none;
}

.ant-col-push-0 {
  left: auto;
}

.ant-col-pull-0 {
  right: auto;
}

.ant-col-xs-push-0 {
  left: auto;
}

.ant-col-xs-pull-0 {
  right: auto;
}

.ant-col-xs-offset-0 {
  margin-left: 0;
}

.ant-col-xs-order-0 {
  order: 0;
}

.ant-col-push-0.ant-col-rtl {
  right: auto;
}

.ant-col-pull-0.ant-col-rtl {
  left: auto;
}

.ant-col-xs-push-0.ant-col-rtl {
  right: auto;
}

.ant-col-xs-pull-0.ant-col-rtl {
  left: auto;
}

.ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0;
}

.ant-col-xs-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}

.ant-col-xs-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}

.ant-col-xs-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}

.ant-col-xs-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}

.ant-col-xs-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}

.ant-col-xs-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}

.ant-col-xs-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}

.ant-col-xs-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}

.ant-col-xs-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}

.ant-col-xs-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}

.ant-col-xs-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}

.ant-col-xs-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}

.ant-col-xs-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}

.ant-col-xs-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}

.ant-col-xs-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}

.ant-col-xs-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}

.ant-col-xs-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}

.ant-col-xs-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}

.ant-col-xs-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}

.ant-col-xs-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}

.ant-col-xs-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}

.ant-col-xs-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}

.ant-col-xs-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}

.ant-col-xs-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}

.ant-col-xs-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}

.ant-col-xs-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}

.ant-col-xs-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}

.ant-col-xs-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}

.ant-col-xs-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}

.ant-col-xs-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}

.ant-col-xs-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}

.ant-col-xs-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}

.ant-col-xs-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}

.ant-col-xs-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}

.ant-col-xs-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}

.ant-col-xs-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}

.ant-col-xs-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}

.ant-col-xs-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}

.ant-col-xs-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}

.ant-col-xs-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}

.ant-col-xs-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}

.ant-col-xs-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}

.ant-col-xs-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}

.ant-col-xs-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}

.ant-col-xs-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}

.ant-col-xs-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}

.ant-col-xs-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}

.ant-col-xs-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}

.ant-col-xs-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}

.ant-col-xs-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}

.ant-col-xs-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}

.ant-col-xs-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}

.ant-col-xs-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}

.ant-col-xs-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}

.ant-col-xs-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}

.ant-col-xs-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}

.ant-col-xs-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}

.ant-col-xs-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}

.ant-col-xs-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}

.ant-col-xs-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}

.ant-col-xs-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}

.ant-col-xs-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}

.ant-col-xs-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}

.ant-col-xs-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}

.ant-col-xs-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}

.ant-col-xs-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}

.ant-col-xs-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}

.ant-col-xs-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}

.ant-col-xs-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}

.ant-col-xs-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}

.ant-col-xs-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}

.ant-col-xs-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}

@media (min-width: 576px) {
  .ant-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ant-col-sm-push-24 {
    left: 100%;
  }

  .ant-col-sm-pull-24 {
    right: 100%;
  }

  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }

  .ant-col-sm-order-24 {
    order: 24;
  }

  .ant-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }

  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-sm-order-23 {
    order: 23;
  }

  .ant-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }

  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-sm-order-22 {
    order: 22;
  }

  .ant-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .ant-col-sm-push-21 {
    left: 87.5%;
  }

  .ant-col-sm-pull-21 {
    right: 87.5%;
  }

  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-sm-order-21 {
    order: 21;
  }

  .ant-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }

  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-sm-order-20 {
    order: 20;
  }

  .ant-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }

  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-sm-order-19 {
    order: 19;
  }

  .ant-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ant-col-sm-push-18 {
    left: 75%;
  }

  .ant-col-sm-pull-18 {
    right: 75%;
  }

  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }

  .ant-col-sm-order-18 {
    order: 18;
  }

  .ant-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }

  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-sm-order-17 {
    order: 17;
  }

  .ant-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }

  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-sm-order-16 {
    order: 16;
  }

  .ant-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .ant-col-sm-push-15 {
    left: 62.5%;
  }

  .ant-col-sm-pull-15 {
    right: 62.5%;
  }

  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-sm-order-15 {
    order: 15;
  }

  .ant-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }

  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-sm-order-14 {
    order: 14;
  }

  .ant-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }

  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-sm-order-13 {
    order: 13;
  }

  .ant-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ant-col-sm-push-12 {
    left: 50%;
  }

  .ant-col-sm-pull-12 {
    right: 50%;
  }

  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }

  .ant-col-sm-order-12 {
    order: 12;
  }

  .ant-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }

  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-sm-order-11 {
    order: 11;
  }

  .ant-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }

  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-sm-order-10 {
    order: 10;
  }

  .ant-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .ant-col-sm-push-9 {
    left: 37.5%;
  }

  .ant-col-sm-pull-9 {
    right: 37.5%;
  }

  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-sm-order-9 {
    order: 9;
  }

  .ant-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }

  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-sm-order-8 {
    order: 8;
  }

  .ant-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }

  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-sm-order-7 {
    order: 7;
  }

  .ant-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ant-col-sm-push-6 {
    left: 25%;
  }

  .ant-col-sm-pull-6 {
    right: 25%;
  }

  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }

  .ant-col-sm-order-6 {
    order: 6;
  }

  .ant-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }

  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-sm-order-5 {
    order: 5;
  }

  .ant-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }

  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-sm-order-4 {
    order: 4;
  }

  .ant-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .ant-col-sm-push-3 {
    left: 12.5%;
  }

  .ant-col-sm-pull-3 {
    right: 12.5%;
  }

  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-sm-order-3 {
    order: 3;
  }

  .ant-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }

  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-sm-order-2 {
    order: 2;
  }

  .ant-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }

  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-sm-order-1 {
    order: 1;
  }

  .ant-col-sm-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-sm-push-0 {
    left: auto;
  }

  .ant-col-sm-pull-0 {
    right: auto;
  }

  .ant-col-sm-offset-0 {
    margin-left: 0;
  }

  .ant-col-sm-order-0 {
    order: 0;
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-sm-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-sm-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-sm-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .ant-col-sm-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .ant-col-sm-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .ant-col-sm-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .ant-col-sm-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .ant-col-sm-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .ant-col-sm-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .ant-col-sm-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .ant-col-sm-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .ant-col-sm-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .ant-col-sm-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .ant-col-sm-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .ant-col-sm-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .ant-col-sm-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .ant-col-sm-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .ant-col-sm-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .ant-col-sm-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .ant-col-sm-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .ant-col-sm-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .ant-col-sm-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .ant-col-sm-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .ant-col-sm-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .ant-col-sm-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .ant-col-sm-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .ant-col-sm-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .ant-col-sm-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .ant-col-sm-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .ant-col-sm-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .ant-col-sm-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .ant-col-sm-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .ant-col-sm-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .ant-col-sm-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .ant-col-sm-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .ant-col-sm-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .ant-col-sm-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .ant-col-sm-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .ant-col-sm-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .ant-col-sm-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .ant-col-sm-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .ant-col-sm-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .ant-col-sm-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .ant-col-sm-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .ant-col-sm-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .ant-col-sm-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .ant-col-sm-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .ant-col-sm-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .ant-col-sm-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .ant-col-sm-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .ant-col-sm-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .ant-col-sm-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .ant-col-sm-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .ant-col-sm-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .ant-col-sm-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .ant-col-sm-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .ant-col-sm-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .ant-col-sm-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .ant-col-sm-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .ant-col-sm-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .ant-col-sm-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .ant-col-sm-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .ant-col-sm-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .ant-col-sm-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .ant-col-sm-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .ant-col-sm-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .ant-col-sm-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .ant-col-sm-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .ant-col-sm-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .ant-col-sm-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .ant-col-sm-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .ant-col-sm-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .ant-col-sm-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .ant-col-sm-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .ant-col-sm-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .ant-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ant-col-md-push-24 {
    left: 100%;
  }

  .ant-col-md-pull-24 {
    right: 100%;
  }

  .ant-col-md-offset-24 {
    margin-left: 100%;
  }

  .ant-col-md-order-24 {
    order: 24;
  }

  .ant-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .ant-col-md-push-23 {
    left: 95.83333333%;
  }

  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-md-order-23 {
    order: 23;
  }

  .ant-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .ant-col-md-push-22 {
    left: 91.66666667%;
  }

  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-md-order-22 {
    order: 22;
  }

  .ant-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .ant-col-md-push-21 {
    left: 87.5%;
  }

  .ant-col-md-pull-21 {
    right: 87.5%;
  }

  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-md-order-21 {
    order: 21;
  }

  .ant-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .ant-col-md-push-20 {
    left: 83.33333333%;
  }

  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-md-order-20 {
    order: 20;
  }

  .ant-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .ant-col-md-push-19 {
    left: 79.16666667%;
  }

  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-md-order-19 {
    order: 19;
  }

  .ant-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ant-col-md-push-18 {
    left: 75%;
  }

  .ant-col-md-pull-18 {
    right: 75%;
  }

  .ant-col-md-offset-18 {
    margin-left: 75%;
  }

  .ant-col-md-order-18 {
    order: 18;
  }

  .ant-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .ant-col-md-push-17 {
    left: 70.83333333%;
  }

  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-md-order-17 {
    order: 17;
  }

  .ant-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .ant-col-md-push-16 {
    left: 66.66666667%;
  }

  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-md-order-16 {
    order: 16;
  }

  .ant-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .ant-col-md-push-15 {
    left: 62.5%;
  }

  .ant-col-md-pull-15 {
    right: 62.5%;
  }

  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-md-order-15 {
    order: 15;
  }

  .ant-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .ant-col-md-push-14 {
    left: 58.33333333%;
  }

  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-md-order-14 {
    order: 14;
  }

  .ant-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .ant-col-md-push-13 {
    left: 54.16666667%;
  }

  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-md-order-13 {
    order: 13;
  }

  .ant-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ant-col-md-push-12 {
    left: 50%;
  }

  .ant-col-md-pull-12 {
    right: 50%;
  }

  .ant-col-md-offset-12 {
    margin-left: 50%;
  }

  .ant-col-md-order-12 {
    order: 12;
  }

  .ant-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .ant-col-md-push-11 {
    left: 45.83333333%;
  }

  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-md-order-11 {
    order: 11;
  }

  .ant-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .ant-col-md-push-10 {
    left: 41.66666667%;
  }

  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-md-order-10 {
    order: 10;
  }

  .ant-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .ant-col-md-push-9 {
    left: 37.5%;
  }

  .ant-col-md-pull-9 {
    right: 37.5%;
  }

  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-md-order-9 {
    order: 9;
  }

  .ant-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .ant-col-md-push-8 {
    left: 33.33333333%;
  }

  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-md-order-8 {
    order: 8;
  }

  .ant-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .ant-col-md-push-7 {
    left: 29.16666667%;
  }

  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-md-order-7 {
    order: 7;
  }

  .ant-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ant-col-md-push-6 {
    left: 25%;
  }

  .ant-col-md-pull-6 {
    right: 25%;
  }

  .ant-col-md-offset-6 {
    margin-left: 25%;
  }

  .ant-col-md-order-6 {
    order: 6;
  }

  .ant-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .ant-col-md-push-5 {
    left: 20.83333333%;
  }

  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-md-order-5 {
    order: 5;
  }

  .ant-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .ant-col-md-push-4 {
    left: 16.66666667%;
  }

  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-md-order-4 {
    order: 4;
  }

  .ant-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .ant-col-md-push-3 {
    left: 12.5%;
  }

  .ant-col-md-pull-3 {
    right: 12.5%;
  }

  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-md-order-3 {
    order: 3;
  }

  .ant-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .ant-col-md-push-2 {
    left: 8.33333333%;
  }

  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-md-order-2 {
    order: 2;
  }

  .ant-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .ant-col-md-push-1 {
    left: 4.16666667%;
  }

  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-md-order-1 {
    order: 1;
  }

  .ant-col-md-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-md-push-0 {
    left: auto;
  }

  .ant-col-md-pull-0 {
    right: auto;
  }

  .ant-col-md-offset-0 {
    margin-left: 0;
  }

  .ant-col-md-order-0 {
    order: 0;
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-md-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-md-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-md-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .ant-col-md-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .ant-col-md-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .ant-col-md-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .ant-col-md-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .ant-col-md-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .ant-col-md-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .ant-col-md-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .ant-col-md-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .ant-col-md-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .ant-col-md-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .ant-col-md-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .ant-col-md-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .ant-col-md-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .ant-col-md-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .ant-col-md-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .ant-col-md-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .ant-col-md-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .ant-col-md-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .ant-col-md-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .ant-col-md-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .ant-col-md-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .ant-col-md-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .ant-col-md-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .ant-col-md-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .ant-col-md-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .ant-col-md-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .ant-col-md-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .ant-col-md-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .ant-col-md-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .ant-col-md-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .ant-col-md-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .ant-col-md-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .ant-col-md-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .ant-col-md-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .ant-col-md-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .ant-col-md-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .ant-col-md-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .ant-col-md-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .ant-col-md-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .ant-col-md-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .ant-col-md-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .ant-col-md-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .ant-col-md-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .ant-col-md-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .ant-col-md-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .ant-col-md-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .ant-col-md-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .ant-col-md-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .ant-col-md-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .ant-col-md-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .ant-col-md-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .ant-col-md-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .ant-col-md-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .ant-col-md-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .ant-col-md-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .ant-col-md-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .ant-col-md-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .ant-col-md-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .ant-col-md-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .ant-col-md-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .ant-col-md-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .ant-col-md-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .ant-col-md-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .ant-col-md-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .ant-col-md-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .ant-col-md-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .ant-col-md-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .ant-col-md-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .ant-col-md-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .ant-col-md-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .ant-col-md-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .ant-col-md-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .ant-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ant-col-lg-push-24 {
    left: 100%;
  }

  .ant-col-lg-pull-24 {
    right: 100%;
  }

  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }

  .ant-col-lg-order-24 {
    order: 24;
  }

  .ant-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }

  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-lg-order-23 {
    order: 23;
  }

  .ant-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }

  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-lg-order-22 {
    order: 22;
  }

  .ant-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .ant-col-lg-push-21 {
    left: 87.5%;
  }

  .ant-col-lg-pull-21 {
    right: 87.5%;
  }

  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-lg-order-21 {
    order: 21;
  }

  .ant-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }

  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-lg-order-20 {
    order: 20;
  }

  .ant-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }

  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-lg-order-19 {
    order: 19;
  }

  .ant-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ant-col-lg-push-18 {
    left: 75%;
  }

  .ant-col-lg-pull-18 {
    right: 75%;
  }

  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }

  .ant-col-lg-order-18 {
    order: 18;
  }

  .ant-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }

  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-lg-order-17 {
    order: 17;
  }

  .ant-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }

  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-lg-order-16 {
    order: 16;
  }

  .ant-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .ant-col-lg-push-15 {
    left: 62.5%;
  }

  .ant-col-lg-pull-15 {
    right: 62.5%;
  }

  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-lg-order-15 {
    order: 15;
  }

  .ant-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }

  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-lg-order-14 {
    order: 14;
  }

  .ant-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }

  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-lg-order-13 {
    order: 13;
  }

  .ant-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ant-col-lg-push-12 {
    left: 50%;
  }

  .ant-col-lg-pull-12 {
    right: 50%;
  }

  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }

  .ant-col-lg-order-12 {
    order: 12;
  }

  .ant-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }

  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-lg-order-11 {
    order: 11;
  }

  .ant-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }

  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-lg-order-10 {
    order: 10;
  }

  .ant-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .ant-col-lg-push-9 {
    left: 37.5%;
  }

  .ant-col-lg-pull-9 {
    right: 37.5%;
  }

  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-lg-order-9 {
    order: 9;
  }

  .ant-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }

  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-lg-order-8 {
    order: 8;
  }

  .ant-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }

  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-lg-order-7 {
    order: 7;
  }

  .ant-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ant-col-lg-push-6 {
    left: 25%;
  }

  .ant-col-lg-pull-6 {
    right: 25%;
  }

  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }

  .ant-col-lg-order-6 {
    order: 6;
  }

  .ant-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }

  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-lg-order-5 {
    order: 5;
  }

  .ant-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }

  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-lg-order-4 {
    order: 4;
  }

  .ant-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .ant-col-lg-push-3 {
    left: 12.5%;
  }

  .ant-col-lg-pull-3 {
    right: 12.5%;
  }

  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-lg-order-3 {
    order: 3;
  }

  .ant-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }

  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-lg-order-2 {
    order: 2;
  }

  .ant-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }

  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-lg-order-1 {
    order: 1;
  }

  .ant-col-lg-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-lg-push-0 {
    left: auto;
  }

  .ant-col-lg-pull-0 {
    right: auto;
  }

  .ant-col-lg-offset-0 {
    margin-left: 0;
  }

  .ant-col-lg-order-0 {
    order: 0;
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-lg-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-lg-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-lg-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .ant-col-lg-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .ant-col-lg-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .ant-col-lg-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .ant-col-lg-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .ant-col-lg-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .ant-col-lg-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .ant-col-lg-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .ant-col-lg-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .ant-col-lg-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .ant-col-lg-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .ant-col-lg-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .ant-col-lg-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .ant-col-lg-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .ant-col-lg-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .ant-col-lg-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .ant-col-lg-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .ant-col-lg-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .ant-col-lg-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .ant-col-lg-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .ant-col-lg-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .ant-col-lg-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .ant-col-lg-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .ant-col-lg-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .ant-col-lg-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .ant-col-lg-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .ant-col-lg-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .ant-col-lg-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .ant-col-lg-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .ant-col-lg-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .ant-col-lg-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .ant-col-lg-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .ant-col-lg-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .ant-col-lg-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .ant-col-lg-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .ant-col-lg-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .ant-col-lg-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .ant-col-lg-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .ant-col-lg-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .ant-col-lg-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .ant-col-lg-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .ant-col-lg-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .ant-col-lg-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .ant-col-lg-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .ant-col-lg-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .ant-col-lg-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .ant-col-lg-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .ant-col-lg-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .ant-col-lg-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .ant-col-lg-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .ant-col-lg-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .ant-col-lg-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .ant-col-lg-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .ant-col-lg-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .ant-col-lg-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .ant-col-lg-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .ant-col-lg-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .ant-col-lg-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .ant-col-lg-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .ant-col-lg-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .ant-col-lg-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .ant-col-lg-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .ant-col-lg-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .ant-col-lg-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .ant-col-lg-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .ant-col-lg-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .ant-col-lg-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .ant-col-lg-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .ant-col-lg-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .ant-col-lg-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .ant-col-lg-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .ant-col-lg-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .ant-col-lg-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .ant-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ant-col-xl-push-24 {
    left: 100%;
  }

  .ant-col-xl-pull-24 {
    right: 100%;
  }

  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }

  .ant-col-xl-order-24 {
    order: 24;
  }

  .ant-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }

  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-xl-order-23 {
    order: 23;
  }

  .ant-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }

  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-xl-order-22 {
    order: 22;
  }

  .ant-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .ant-col-xl-push-21 {
    left: 87.5%;
  }

  .ant-col-xl-pull-21 {
    right: 87.5%;
  }

  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-xl-order-21 {
    order: 21;
  }

  .ant-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }

  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-xl-order-20 {
    order: 20;
  }

  .ant-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }

  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-xl-order-19 {
    order: 19;
  }

  .ant-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ant-col-xl-push-18 {
    left: 75%;
  }

  .ant-col-xl-pull-18 {
    right: 75%;
  }

  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }

  .ant-col-xl-order-18 {
    order: 18;
  }

  .ant-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }

  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-xl-order-17 {
    order: 17;
  }

  .ant-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }

  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-xl-order-16 {
    order: 16;
  }

  .ant-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .ant-col-xl-push-15 {
    left: 62.5%;
  }

  .ant-col-xl-pull-15 {
    right: 62.5%;
  }

  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-xl-order-15 {
    order: 15;
  }

  .ant-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }

  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-xl-order-14 {
    order: 14;
  }

  .ant-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }

  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-xl-order-13 {
    order: 13;
  }

  .ant-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ant-col-xl-push-12 {
    left: 50%;
  }

  .ant-col-xl-pull-12 {
    right: 50%;
  }

  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }

  .ant-col-xl-order-12 {
    order: 12;
  }

  .ant-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }

  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-xl-order-11 {
    order: 11;
  }

  .ant-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }

  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-xl-order-10 {
    order: 10;
  }

  .ant-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .ant-col-xl-push-9 {
    left: 37.5%;
  }

  .ant-col-xl-pull-9 {
    right: 37.5%;
  }

  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-xl-order-9 {
    order: 9;
  }

  .ant-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }

  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-xl-order-8 {
    order: 8;
  }

  .ant-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }

  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-xl-order-7 {
    order: 7;
  }

  .ant-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ant-col-xl-push-6 {
    left: 25%;
  }

  .ant-col-xl-pull-6 {
    right: 25%;
  }

  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }

  .ant-col-xl-order-6 {
    order: 6;
  }

  .ant-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }

  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-xl-order-5 {
    order: 5;
  }

  .ant-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }

  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-xl-order-4 {
    order: 4;
  }

  .ant-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .ant-col-xl-push-3 {
    left: 12.5%;
  }

  .ant-col-xl-pull-3 {
    right: 12.5%;
  }

  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-xl-order-3 {
    order: 3;
  }

  .ant-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }

  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-xl-order-2 {
    order: 2;
  }

  .ant-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }

  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-xl-order-1 {
    order: 1;
  }

  .ant-col-xl-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-xl-push-0 {
    left: auto;
  }

  .ant-col-xl-pull-0 {
    right: auto;
  }

  .ant-col-xl-offset-0 {
    margin-left: 0;
  }

  .ant-col-xl-order-0 {
    order: 0;
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-xl-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-xl-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-xl-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .ant-col-xl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .ant-col-xl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .ant-col-xl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .ant-col-xl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .ant-col-xl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .ant-col-xl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .ant-col-xl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .ant-col-xl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .ant-col-xl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .ant-col-xl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .ant-col-xl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .ant-col-xl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .ant-col-xl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .ant-col-xl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .ant-col-xl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .ant-col-xl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .ant-col-xl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .ant-col-xl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .ant-col-xl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .ant-col-xl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .ant-col-xl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .ant-col-xl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .ant-col-xl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .ant-col-xl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .ant-col-xl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .ant-col-xl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .ant-col-xl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .ant-col-xl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .ant-col-xl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .ant-col-xl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .ant-col-xl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .ant-col-xl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .ant-col-xl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .ant-col-xl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .ant-col-xl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .ant-col-xl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .ant-col-xl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .ant-col-xl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .ant-col-xl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .ant-col-xl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .ant-col-xl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .ant-col-xl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .ant-col-xl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .ant-col-xl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .ant-col-xl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .ant-col-xl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .ant-col-xl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .ant-col-xl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .ant-col-xl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .ant-col-xl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .ant-col-xl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .ant-col-xl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .ant-col-xl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .ant-col-xl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .ant-col-xl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .ant-col-xl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .ant-col-xl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .ant-col-xl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .ant-col-xl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .ant-col-xl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .ant-col-xl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .ant-col-xl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .ant-col-xl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .ant-col-xl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .ant-col-xl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .ant-col-xl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .ant-col-xl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .ant-col-xl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .ant-col-xl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .ant-col-xl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .ant-col-xl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .ant-col-xl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

@media (min-width: 1600px) {
  .ant-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ant-col-xxl-push-24 {
    left: 100%;
  }

  .ant-col-xxl-pull-24 {
    right: 100%;
  }

  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }

  .ant-col-xxl-order-24 {
    order: 24;
  }

  .ant-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }

  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-xxl-order-23 {
    order: 23;
  }

  .ant-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }

  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-xxl-order-22 {
    order: 22;
  }

  .ant-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .ant-col-xxl-push-21 {
    left: 87.5%;
  }

  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }

  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-xxl-order-21 {
    order: 21;
  }

  .ant-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }

  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-xxl-order-20 {
    order: 20;
  }

  .ant-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }

  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-xxl-order-19 {
    order: 19;
  }

  .ant-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ant-col-xxl-push-18 {
    left: 75%;
  }

  .ant-col-xxl-pull-18 {
    right: 75%;
  }

  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }

  .ant-col-xxl-order-18 {
    order: 18;
  }

  .ant-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }

  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-xxl-order-17 {
    order: 17;
  }

  .ant-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }

  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-xxl-order-16 {
    order: 16;
  }

  .ant-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .ant-col-xxl-push-15 {
    left: 62.5%;
  }

  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }

  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-xxl-order-15 {
    order: 15;
  }

  .ant-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }

  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-xxl-order-14 {
    order: 14;
  }

  .ant-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }

  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-xxl-order-13 {
    order: 13;
  }

  .ant-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ant-col-xxl-push-12 {
    left: 50%;
  }

  .ant-col-xxl-pull-12 {
    right: 50%;
  }

  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }

  .ant-col-xxl-order-12 {
    order: 12;
  }

  .ant-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }

  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-xxl-order-11 {
    order: 11;
  }

  .ant-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }

  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-xxl-order-10 {
    order: 10;
  }

  .ant-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .ant-col-xxl-push-9 {
    left: 37.5%;
  }

  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }

  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-xxl-order-9 {
    order: 9;
  }

  .ant-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }

  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-xxl-order-8 {
    order: 8;
  }

  .ant-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }

  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-xxl-order-7 {
    order: 7;
  }

  .ant-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ant-col-xxl-push-6 {
    left: 25%;
  }

  .ant-col-xxl-pull-6 {
    right: 25%;
  }

  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }

  .ant-col-xxl-order-6 {
    order: 6;
  }

  .ant-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }

  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-xxl-order-5 {
    order: 5;
  }

  .ant-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }

  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-xxl-order-4 {
    order: 4;
  }

  .ant-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .ant-col-xxl-push-3 {
    left: 12.5%;
  }

  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }

  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-xxl-order-3 {
    order: 3;
  }

  .ant-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }

  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-xxl-order-2 {
    order: 2;
  }

  .ant-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }

  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-xxl-order-1 {
    order: 1;
  }

  .ant-col-xxl-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-xxl-push-0 {
    left: auto;
  }

  .ant-col-xxl-pull-0 {
    right: auto;
  }

  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }

  .ant-col-xxl-order-0 {
    order: 0;
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-xxl-push-0.ant-col-rtl {
    right: auto;
  }

  .ant-col-xxl-pull-0.ant-col-rtl {
    left: auto;
  }

  .ant-col-xxl-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .ant-col-xxl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .ant-col-xxl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .ant-col-xxl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .ant-col-xxl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .ant-col-xxl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .ant-col-xxl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .ant-col-xxl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .ant-col-xxl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .ant-col-xxl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .ant-col-xxl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .ant-col-xxl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .ant-col-xxl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .ant-col-xxl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .ant-col-xxl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .ant-col-xxl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .ant-col-xxl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .ant-col-xxl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .ant-col-xxl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .ant-col-xxl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .ant-col-xxl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .ant-col-xxl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .ant-col-xxl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .ant-col-xxl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .ant-col-xxl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .ant-col-xxl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .ant-col-xxl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .ant-col-xxl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .ant-col-xxl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .ant-col-xxl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .ant-col-xxl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .ant-col-xxl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .ant-col-xxl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .ant-col-xxl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .ant-col-xxl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .ant-col-xxl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .ant-col-xxl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .ant-col-xxl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .ant-col-xxl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .ant-col-xxl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .ant-col-xxl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .ant-col-xxl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .ant-col-xxl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .ant-col-xxl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .ant-col-xxl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .ant-col-xxl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .ant-col-xxl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .ant-col-xxl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .ant-col-xxl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .ant-col-xxl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .ant-col-xxl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .ant-col-xxl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .ant-col-xxl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .ant-col-xxl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .ant-col-xxl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .ant-col-xxl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .ant-col-xxl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .ant-col-xxl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .ant-col-xxl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .ant-col-xxl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .ant-col-xxl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .ant-col-xxl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .ant-col-xxl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .ant-col-xxl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .ant-col-xxl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .ant-col-xxl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .ant-col-xxl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .ant-col-xxl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .ant-col-xxl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .ant-col-xxl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .ant-col-xxl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .ant-col-xxl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .ant-col-xxl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

.ant-row-rtl {
  direction: rtl;
}

.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  display: inline-flex;
}

.ant-input-affix-wrapper::-moz-placeholder {
  opacity: 1;
}

.ant-input-affix-wrapper:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input-affix-wrapper::placeholder {
  color: #bfbfbf;
}

.ant-input-affix-wrapper:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-affix-wrapper:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-input-affix-wrapper:focus,
.ant-input-rtl .ant-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

textarea.ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.ant-input-affix-wrapper-sm {
  padding: 0px 7px;
}

.ant-input-affix-wrapper-rtl {
  direction: rtl;
}

.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  z-index: 1;
}

.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  z-index: 0;
}

.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
  z-index: 1;
}

.ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: transparent;
}

.ant-input-affix-wrapper > input.ant-input {
  padding: 0;
  border: none;
  outline: none;
}

.ant-input-affix-wrapper > input.ant-input:focus {
  box-shadow: none;
}

.ant-input-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}

.ant-input-prefix,
.ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}

.ant-input-prefix {
  margin-right: 4px;
}

.ant-input-suffix {
  margin-left: 4px;
}

.ant-input-clear-icon {
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}

.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85);
}

.ant-input-clear-icon-hidden {
  visibility: hidden;
}

.ant-input-clear-icon:last-child {
  margin-right: 0;
}

.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
  border: 0 !important;
}

.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}

.ant-input::-moz-placeholder {
  opacity: 1;
}

.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input::placeholder {
  color: #bfbfbf;
}

.ant-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-input:focus,
.ant-input-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-input:focus,
.ant-input-rtl .ant-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input-borderless,
.ant-input-borderless:hover,
.ant-input-borderless:focus,
.ant-input-borderless-focused,
.ant-input-borderless-disabled,
.ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.ant-input-sm {
  padding: 0px 7px;
}

.ant-input-rtl {
  direction: rtl;
}

.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}

.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}

.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}

.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}

.ant-input-group-wrap > * {
  display: block !important;
}

.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}

.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}

.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}

.ant-input-search-with-button .ant-input-group .ant-input:hover {
  z-index: 0;
}

.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}

.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}

.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}

.ant-input-group-addon .ant-select-open .ant-select-selector,
.ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}

.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
.ant-input-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group-addon:first-child {
  border-right: 0;
}

.ant-input-group-addon:last-child {
  border-left: 0;
}

.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
.ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}

.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 0px 7px;
}

.ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}

.ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}

.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ant-input-group.ant-input-group-compact {
  display: block;
}

.ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}

.ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}

.ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}

.ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}

.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper {
  display: inline-flex;
}

.ant-input-group.ant-input-group-compact > .ant-picker-range {
  display: inline-flex;
}

.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}

.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}

.ant-input-group > .ant-input-rtl:first-child,
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}

.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}

.ant-input-group-rtl .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
}

.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
.ant-input-group-rtl.ant-input-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}

.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}

.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}

.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}

.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 2px 2px 0;
}

.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 2px 2px 0;
}

.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}

.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}

.ant-input-password-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}

.ant-input[type='color'] {
  height: 32px;
}

.ant-input[type='color'].ant-input-lg {
  height: 40px;
}

.ant-input[type='color'].ant-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.ant-input-textarea-show-count::after {
  float: right;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}

.ant-input-search .ant-input:hover,
.ant-input-search .ant-input:focus {
  border-color: #40a9ff;
}

.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #40a9ff;
}

.ant-input-search .ant-input-affix-wrapper {
  border-radius: 0;
}

.ant-input-search .ant-input-lg {
  line-height: 1.5713;
}

.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}

.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0;
}

.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}

.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ant-input-search-button {
  height: 32px;
}

.ant-input-search-button:hover,
.ant-input-search-button:focus {
  z-index: 1;
}

.ant-input-search-large .ant-input-search-button {
  height: 40px;
}

.ant-input-search-small .ant-input-search-button {
  height: 24px;
}

.ant-input-group-wrapper-rtl {
  direction: rtl;
}

.ant-input-group-rtl {
  direction: rtl;
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
  border: none;
  outline: none;
}

.ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px;
}

.ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0;
}

.ant-input-textarea-rtl {
  direction: rtl;
}

.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
  text-align: left;
}

.ant-input-affix-wrapper-rtl .ant-input-clear-icon:last-child {
  margin-right: 4px;
  margin-left: 0;
}

.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
  right: auto;
  left: 8px;
}

.ant-input-search-rtl {
  direction: rtl;
}

.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}

.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
  border-right-color: #40a9ff;
}

.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
  right: -1px;
  left: auto;
}

.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
  border-radius: 2px 0 0 2px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-input {
    height: 32px;
  }

  .ant-input-lg {
    height: 40px;
  }

  .ant-input-sm {
    height: 24px;
  }

  .ant-input-affix-wrapper > input.ant-input {
    height: auto;
  }
}

textarea.nz-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}

.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only,
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only {
  width: 32px;
  height: 32px;
}

.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only.ant-btn-sm,
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
}

.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only.ant-btn-lg,
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
}

.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.ant-input-number::-moz-placeholder {
  opacity: 1;
}

.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number::placeholder {
  color: #bfbfbf;
}

.ant-input-number:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-number:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-input-number:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-input-number:focus,
.ant-input-rtl .ant-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input-number-borderless,
.ant-input-number-borderless:hover,
.ant-input-number-borderless:focus,
.ant-input-number-borderless-focused,
.ant-input-number-borderless-disabled,
.ant-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.ant-input-number-sm {
  padding: 0px 7px;
}

.ant-input-number-rtl {
  direction: rtl;
}

.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}

.ant-input-number-handler:active {
  background: #f4f4f4;
}

.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}

.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}

.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}

.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}

.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}

.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}

.ant-input-number-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}

.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}

.ant-input-number-readonly .ant-input-number-handler-wrap {
  display: none;
}

.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}

.ant-input-number-input::-moz-placeholder {
  opacity: 1;
}

.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number-input::placeholder {
  color: #bfbfbf;
}

.ant-input-number-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-number-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}

.ant-input-number-lg input {
  height: 38px;
}

.ant-input-number-sm {
  padding: 0;
}

.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}

.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}

.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}

.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-left-width: 0;
}

.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}

.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}

.ant-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}

.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}

.ant-input-number-handler-up:hover {
  height: 60% !important;
}

.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}

.ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.ant-input-number-handler-down:hover {
  height: 60% !important;
}

.ant-input-number-borderless .ant-input-number-handler-down {
  border-top-width: 0;
}

.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}

.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}

.ant-input-number-borderless {
  box-shadow: none;
}

.ant-input-number-out-of-range input {
  color: #ff4d4f;
}

.ant-input-number-rtl {
  direction: rtl;
}

.ant-input-number-rtl .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 2px 0 0 2px;
}

.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-right-width: 0;
}

.ant-input-number-rtl .ant-input-number-input {
  direction: ltr;
  text-align: right;
}

.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}

.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}

.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}

.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  width: 0;
}

.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}

.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
  background: #001529;
}

.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background: #f0f2f5;
}

.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}

.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}

.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}

.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
  width: auto;
}

.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}

.ant-layout-sider-right {
  order: 1;
}

.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}

.ant-layout-sider-zero-width > * {
  overflow: hidden;
}

.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ant-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}

.ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}

.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 2px 0 0 2px;
}

.ant-layout-sider-light {
  background: #fff;
}

.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}

.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}

.ant-layout-rtl {
  direction: rtl;
}

nz-content {
  display: block;
}

nz-footer {
  display: block;
}

nz-header {
  display: block;
}

.ant-form-item .ant-mentions,
.ant-form-item textarea.ant-input {
  height: auto;
}

.ant-form-item .ant-upload {
  background: transparent;
}

.ant-form-item .ant-upload.ant-upload-drag {
  background: #fafafa;
}

.ant-form-item input[type='radio'],
.ant-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}

.ant-form-item .ant-radio-inline,
.ant-form-item .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.ant-form-item .ant-radio-inline:first-child,
.ant-form-item .ant-checkbox-inline:first-child {
  margin-left: 0;
}

.ant-form-item .ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical {
  display: block;
}

.ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}

.ant-form-item .ant-input-number + .ant-form-text {
  margin-left: 8px;
}

.ant-form-item .ant-input-number-handler-wrap {
  z-index: 2;
}

.ant-form-item .ant-select,
.ant-form-item .ant-cascader-picker {
  width: 100%;
}

.ant-form-item .ant-picker-calendar-year-select,
.ant-form-item .ant-picker-calendar-month-select,
.ant-form-item .ant-input-group .ant-select,
.ant-form-item .ant-input-group .ant-cascader-picker {
  width: auto;
}

.ant-form-inline {
  display: flex;
  flex-wrap: wrap;
}

.ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}

.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}

.ant-form-inline .ant-form-item > .ant-form-item-label,
.ant-form-inline .ant-form-item > .ant-form-item-control {
  display: inline-block;
  vertical-align: top;
}

.ant-form-inline .ant-form-item > .ant-form-item-label {
  flex: none;
}

.ant-form-inline .ant-form-item .ant-form-text {
  display: inline-block;
}

.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
  display: inline-block;
}

.ant-form-horizontal .ant-form-item-label {
  flex-grow: 0;
}

.ant-form-horizontal .ant-form-item-control {
  flex: 1 1 0;
}

.ant-form-vertical .ant-form-item {
  flex-direction: column;
}

.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}

.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: normal;
  white-space: initial;
  text-align: left;
}

.ant-form-vertical .ant-form-item-label > label,
.ant-col-24.ant-form-item-label > label,
.ant-col-xl-24.ant-form-item-label > label {
  margin: 0;
}

.ant-form-vertical .ant-form-item-label > label::after,
.ant-col-24.ant-form-item-label > label::after,
.ant-col-xl-24.ant-form-item-label > label::after {
  display: none;
}

.ant-form-rtl.ant-form-vertical .ant-form-item-label,
.ant-form-rtl.ant-col-24.ant-form-item-label,
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
  text-align: right;
}

@media (max-width: 575px) {
  .ant-form-item .ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }

  .ant-form-item .ant-form-item-label > label {
    margin: 0;
  }

  .ant-form-item .ant-form-item-label > label::after {
    display: none;
  }

  .ant-form-rtl.ant-form-item .ant-form-item-label {
    text-align: right;
  }

  .ant-form .ant-form-item {
    flex-wrap: wrap;
  }

  .ant-form .ant-form-item .ant-form-item-label,
  .ant-form .ant-form-item .ant-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }

  .ant-col-xs-24.ant-form-item-label > label {
    margin: 0;
  }

  .ant-col-xs-24.ant-form-item-label > label::after {
    display: none;
  }

  .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }

  .ant-col-sm-24.ant-form-item-label > label {
    margin: 0;
  }

  .ant-col-sm-24.ant-form-item-label > label::after {
    display: none;
  }

  .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }

  .ant-col-md-24.ant-form-item-label > label {
    margin: 0;
  }

  .ant-col-md-24.ant-form-item-label > label::after {
    display: none;
  }

  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }

  .ant-col-lg-24.ant-form-item-label > label {
    margin: 0;
  }

  .ant-col-lg-24.ant-form-item-label > label::after {
    display: none;
  }

  .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
    text-align: right;
  }
}

@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: normal;
    white-space: initial;
    text-align: left;
  }

  .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }

  .ant-col-xl-24.ant-form-item-label > label::after {
    display: none;
  }

  .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
    text-align: right;
  }
}

.ant-form-item {
  /* Some non-status related component style is in `components.less` */
  /* To support leave along ErrorList. We add additional className to handle explain style */
}

.ant-form-item-explain.ant-form-item-explain-error {
  color: #ff4d4f;
}

.ant-form-item-explain.ant-form-item-explain-warning {
  color: #faad14;
}

.ant-form-item-has-feedback .ant-input {
  padding-right: 24px;
}

.ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}

.ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}

.ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px;
}

.ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear {
  right: 32px;
}

.ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}

.ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 19px;
}

.ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: 32px;
}

.ant-form-item-has-feedback .ant-picker {
  padding-right: 29.2px;
}

.ant-form-item-has-feedback .ant-picker-large {
  padding-right: 29.2px;
}

.ant-form-item-has-feedback .ant-picker-small {
  padding-right: 25.2px;
}

.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}

.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}

.ant-form-item-has-warning .ant-form-item-split {
  color: #faad14;
}

.ant-form-item-has-warning .ant-input:not(.ant-input-disabled),
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled),
.ant-form-item-has-warning .ant-input:not(.ant-input-disabled):hover,
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  background-color: #fff;
  border-color: #faad14;
}

.ant-form-item-has-warning .ant-input:not(.ant-input-disabled):focus,
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus,
.ant-form-item-has-warning .ant-input:not(.ant-input-disabled)-focused,
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled)-focused {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.ant-form-item-has-warning .ant-input-prefix {
  color: #faad14;
}

.ant-form-item-has-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
}

.ant-form-item-has-warning .has-feedback {
  color: #faad14;
}

.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
          animation-name: diffZoomIn3 !important;
}

.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}

.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.ant-form-item-has-warning .ant-input-number,
.ant-form-item-has-warning .ant-picker {
  background-color: #fff;
  border-color: #faad14;
}

.ant-form-item-has-warning .ant-input-number-focused,
.ant-form-item-has-warning .ant-picker-focused,
.ant-form-item-has-warning .ant-input-number:focus,
.ant-form-item-has-warning .ant-picker:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
.ant-form-item-has-warning .ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #faad14;
}

.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.ant-form-item-has-error .ant-form-item-split {
  color: #ff4d4f;
}

.ant-form-item-has-error .ant-input:not(.ant-input-disabled),
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled),
.ant-form-item-has-error .ant-input:not(.ant-input-disabled):hover,
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  background-color: #fff;
  border-color: #ff4d4f;
}

.ant-form-item-has-error .ant-input:not(.ant-input-disabled):focus,
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus,
.ant-form-item-has-error .ant-input:not(.ant-input-disabled)-focused,
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled)-focused {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}

.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}

.ant-form-item-has-error .ant-input-prefix {
  color: #ff4d4f;
}

.ant-form-item-has-error .ant-input-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}

.ant-form-item-has-error .has-feedback {
  color: #ff4d4f;
}

.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #ff4d4f;
  -webkit-animation-name: diffZoomIn2 !important;
          animation-name: diffZoomIn2 !important;
}

.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}

.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}

.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 0;
  box-shadow: none;
}

.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #ff4d4f;
}

.ant-form-item-has-error .ant-input-number,
.ant-form-item-has-error .ant-picker {
  background-color: #fff;
  border-color: #ff4d4f;
}

.ant-form-item-has-error .ant-input-number-focused,
.ant-form-item-has-error .ant-picker-focused,
.ant-form-item-has-error .ant-input-number:focus,
.ant-form-item-has-error .ant-picker:focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}

.ant-form-item-has-error .ant-input-number:not([disabled]):hover,
.ant-form-item-has-error .ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #ff4d4f;
}

.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  background-color: #fff;
  border-color: #ff4d4f;
}

.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}

.ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input {
  border-color: #ff4d4f;
}

.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
  background-color: #fff;
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}

.ant-form-item-has-error .ant-transfer-list {
  border-color: #ff4d4f;
}

.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}

.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-form-item-has-error .ant-radio-button-wrapper {
  border-color: #ff4d4f !important;
}

.ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: #ff4d4f;
}

.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1890ff;
}

.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}

.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}

.ant-form label {
  font-size: 14px;
}

.ant-form input[type='search'] {
  box-sizing: border-box;
}

.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}

.ant-form input[type='file'] {
  display: block;
}

.ant-form input[type='range'] {
  display: block;
  width: 100%;
}

.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}

.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}

.ant-form .ant-form-text {
  display: inline-block;
  padding-right: 8px;
}

.ant-form-small .ant-form-item-label > label {
  height: 24px;
}

.ant-form-small .ant-form-item-control-input {
  min-height: 24px;
}

.ant-form-large .ant-form-item-label > label {
  height: 40px;
}

.ant-form-large .ant-form-item-control-input {
  min-height: 40px;
}

.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  margin-bottom: 24px;
  vertical-align: top;
}

.ant-form-item-with-help {
  margin-bottom: 0;
}

.ant-form-item-hidden,
.ant-form-item-hidden.ant-row {
  display: none;
}

.ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}

.ant-form-item-label-left {
  text-align: left;
}

.ant-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.ant-form-item-label > label > .anticon {
  font-size: 14px;
  vertical-align: top;
}

.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}

.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}

.ant-form-item-label > label .ant-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
}

.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
  display: none;
}

.ant-form-item-label > label .ant-form-item-tooltip {
  color: rgba(0, 0, 0, 0.45);
  cursor: help;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}

.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}

.ant-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
  width: 100%;
}

.ant-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}

.ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}

.ant-form-item-explain,
.ant-form-item-extra {
  clear: both;
  min-height: 24px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-form-item .ant-input-textarea-show-count::after {
  margin-bottom: -22px;
}

.ant-show-help-enter,
.ant-show-help-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-show-help-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-show-help-enter.ant-show-help-enter-active,
.ant-show-help-appear.ant-show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-show-help-leave.ant-show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}

.ant-show-help-enter,
.ant-show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}

@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}

@-webkit-keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.ant-form-rtl {
  direction: rtl;
}

.ant-form-rtl .ant-form-item-label {
  text-align: left;
}

.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}

.ant-form-rtl .ant-form-item-label > label::after {
  margin: 0 2px 0 8px;
}

.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}

.ant-col-rtl .ant-form-item-control:first-child {
  width: 100%;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-right: 11px;
  padding-left: 24px;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
  padding: 0;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: auto;
  left: 28px;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px;
}

.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear {
  right: auto;
  left: 32px;
}

.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: auto;
  left: 32px;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
  padding-right: 11px;
  padding-left: 29.2px;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 11px;
  padding-left: 29.2px;
}

.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 25.2px;
}

.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  right: auto;
  left: 0;
}

.ant-form-rtl.ant-form-inline .ant-form-item {
  margin-right: 0;
  margin-left: 16px;
}

.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
}

.ant-list * {
  outline: none;
}

.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}

.ant-list-pagination .ant-pagination-options {
  text-align: left;
}

.ant-list-more {
  margin-top: 12px;
  text-align: center;
}

.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}

.ant-list-spin {
  min-height: 40px;
  text-align: center;
}

.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}

.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.85);
}

.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  max-width: 100%;
}

.ant-list-item-meta-avatar {
  margin-right: 16px;
}

.ant-list-item-meta-content {
  flex: 1 0;
  width: 0;
  color: rgba(0, 0, 0, 0.85);
}

.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}

.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}

.ant-list-item-meta-title > a:hover {
  color: #1890ff;
}

.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
}

.ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}

.ant-list-item-action > li:first-child {
  padding-left: 0;
}

.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #f0f0f0;
}

.ant-list-header {
  background: transparent;
}

.ant-list-footer {
  background: transparent;
}

.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}

.ant-list-split .ant-list-item {
  border-bottom: 1px solid #f0f0f0;
}

.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}

.ant-list-split .ant-list-header {
  border-bottom: 1px solid #f0f0f0;
}

.ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #f0f0f0;
}

.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}

.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}

.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}

.ant-list-vertical .ant-list-item {
  align-items: initial;
}

.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}

.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}

.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}

.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}

.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}

.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}

.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}

.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ant-list-item-no-flex {
  display: block;
}

.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}

.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}

.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}

.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
}

.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}

.ant-list-bordered.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}

.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}

.ant-list-bordered.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}

.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}

@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }

  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}

@media screen and (max-width: 576px) {
  .ant-list-item {
    flex-wrap: wrap;
  }

  .ant-list-item-action {
    margin-left: 12px;
  }

  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }

  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }

  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

.ant-list-rtl {
  direction: rtl;
  text-align: right;
}

.ant-list-rtl .ReactVirtualized__List .ant-list-item {
  direction: rtl;
}

.ant-list-rtl .ant-list-pagination {
  text-align: left;
}

.ant-list-rtl .ant-list-item-meta-avatar {
  margin-right: 0;
  margin-left: 16px;
}

.ant-list-rtl .ant-list-item-action {
  margin-right: 48px;
  margin-left: 0;
}

.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}

.ant-list-rtl .ant-list-item-action-split {
  right: auto;
  left: 0;
}

.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
  margin-right: 40px;
  margin-left: 0;
}

.ant-list-rtl.ant-list-vertical .ant-list-item-action {
  margin-right: auto;
}

.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}

.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: left;
}

@media screen and (max-width: 768px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 24px;
    margin-left: 0;
  }

  .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
    margin-right: 24px;
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 22px;
    margin-left: 0;
  }

  .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

nz-list,
nz-list nz-spin,
nz-list-header,
nz-list-footer,
nz-list-pagination,
nz-list-empty,
nz-list-item-extra {
  display: block;
}

.ant-menu-item-danger.ant-menu-item {
  color: #ff4d4f;
}

.ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-item-danger.ant-menu-item-active {
  color: #ff4d4f;
}

.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0;
}

.ant-menu-item-danger.ant-menu-item-selected {
  color: #ff4d4f;
}

.ant-menu-item-danger.ant-menu-item-selected > a,
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #ff4d4f;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0;
}

.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ff4d4f;
}

.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #ff4d4f;
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff4d4f;
}

.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}

.ant-menu::before {
  display: table;
  content: '';
}

.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}

.ant-menu::before {
  display: table;
  content: '';
}

.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}

.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-menu-overflow {
  display: flex;
}

.ant-menu-overflow-item {
  flex: none;
}

.ant-menu-hidden,
.ant-menu-submenu-hidden {
  display: none;
}

.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}

.ant-menu-horizontal .ant-menu-submenu {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu-selected {
  color: #1890ff;
}

.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}

.ant-menu-submenu .ant-menu-sub {
  cursor: auto;
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}

.ant-menu-item a:hover {
  color: #1890ff;
}

.ant-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}

.ant-menu-item > .ant-badge a {
  color: rgba(0, 0, 0, 0.85);
}

.ant-menu-item > .ant-badge a:hover {
  color: #1890ff;
}

.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}

.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}

.ant-menu-item-selected {
  color: #1890ff;
}

.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #1890ff;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}

.ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}

.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}

.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}

.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}

.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}

.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}

.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}

.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-item .ant-menu-item-icon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
}

.ant-menu-item .ant-menu-item-icon + span,
.ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}

.ant-menu-item .ant-menu-item-icon.svg,
.ant-menu-submenu-title .ant-menu-item-icon.svg {
  vertical-align: -0.125em;
}

.ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
  margin-right: 0;
}

.ant-menu-item:focus-visible,
.ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}

.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 2px;
  box-shadow: none;
  transform-origin: 0 0;
}

.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}

.ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}

.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 2px;
}

.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu-popup > .ant-menu {
  background-color: #fff;
}

.ant-menu-submenu-expand-icon,
.ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: rgba(0, 0, 0, 0.85);
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu-arrow::before,
.ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentColor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}

.ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}

.ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}

.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #1890ff;
}

.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}

.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}

.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none;
}

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2.5px);
}

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}

.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}

.ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}

.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}

.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #1890ff;
}

.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid #1890ff;
}

.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}

.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}

.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0;
}

.ant-menu-horizontal > .ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}

.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #1890ff;
}

.ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}

.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #1890ff;
}

.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}

.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}

.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}

.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}

.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}

.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}

.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}

.ant-menu-inline {
  width: 100%;
}

.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}

.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}

.ant-menu-inline.ant-menu-root .ant-menu-item,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ant-menu-inline.ant-menu-root .ant-menu-item > *,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
  flex: none;
}

.ant-menu.ant-menu-inline-collapsed {
  width: 80px;
}

.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}

.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0;
}

.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}

.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  opacity: 0;
}

.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}

.ant-menu.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}

.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}

.ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}

.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}

.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}

.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}

.ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}

.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}

.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  cursor: not-allowed;
}

.ant-menu-item-disabled::after,
.ant-menu-submenu-disabled::after {
  border-color: transparent !important;
}

.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}

.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}

.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}

.ant-layout-header .ant-menu {
  line-height: inherit;
}

.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover {
  color: #1890ff;
}

.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}

.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}

.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}

.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}

.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0;
}

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #1890ff;
}

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}

.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a,
.ant-menu-dark .ant-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}

.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}

.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}

.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}

.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a,
.ant-menu-dark .ant-menu-item:hover > span > a,
.ant-menu-dark .ant-menu-item-active > span > a,
.ant-menu-dark .ant-menu-submenu-active > span > a,
.ant-menu-dark .ant-menu-submenu-open > span > a,
.ant-menu-dark .ant-menu-submenu-selected > span > a,
.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
  color: #fff;
}

.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}

.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  background: #fff;
}

.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #1890ff;
}

.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}

.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}

.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > span > a,
.ant-menu-dark .ant-menu-item-selected > a:hover,
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}

.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}

.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}

.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}

.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a,
.ant-menu-dark .ant-menu-item-disabled > span > a,
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}

.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}

.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}

.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}

.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}

.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}

.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}

.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: top right;
}

.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}

.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
  margin-left: 0;
}

.ant-menu-submenu-rtl.ant-menu-submenu-popup {
  transform-origin: 100% 0;
}

.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}

.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}

.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}

.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}

.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}

.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}

.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}

.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}

.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}

.ant-menu-sub.ant-menu-inline {
  border: 0;
}

.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}

.ant-menu-submenu.ant-menu-submenu-placement-bottom {
  top: 6px;
  position: relative;
}

.ant-menu-submenu.ant-menu-submenu-placement-right {
  left: 4px;
  position: relative;
}

.ant-menu-submenu.ant-menu-submenu-placement-right.ant-menu-submenu-rtl {
  left: auto;
  right: 4px;
}

.ant-menu-submenu.ant-menu-submenu-placement-left {
  right: 4px;
  position: relative;
}

.ant-menu-submenu.ant-menu-submenu-placement-left.ant-menu-submenu-rtl {
  right: auto;
  left: 4px;
}

.ant-mention-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.ant-mention-wrapper .ant-mention-editor {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  display: block;
  height: auto;
  min-height: 32px;
  padding: 0;
  line-height: 1.5715;
}

.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  opacity: 1;
}

.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-mention-wrapper .ant-mention-editor::placeholder {
  color: #bfbfbf;
}

.ant-mention-wrapper .ant-mention-editor:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-mention-wrapper .ant-mention-editor:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor:focus,
.ant-mention-wrapper .ant-mention-editor-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-rtl .ant-mention-wrapper .ant-mention-editor-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-mention-wrapper .ant-mention-editor[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-mention-wrapper .ant-mention-editor-borderless,
.ant-mention-wrapper .ant-mention-editor-borderless:hover,
.ant-mention-wrapper .ant-mention-editor-borderless:focus,
.ant-mention-wrapper .ant-mention-editor-borderless-focused,
.ant-mention-wrapper .ant-mention-editor-borderless-disabled,
.ant-mention-wrapper .ant-mention-editor-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

textarea.ant-mention-wrapper .ant-mention-editor {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-mention-wrapper .ant-mention-editor-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.ant-mention-wrapper .ant-mention-editor-sm {
  padding: 0px 7px;
}

.ant-mention-wrapper .ant-mention-editor-rtl {
  direction: rtl;
}

.ant-mention-wrapper .ant-mention-editor-wrapper {
  height: auto;
  overflow-y: auto;
}

.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-mention-wrapper.disabled .ant-mention-editor {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}

.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  height: auto;
  padding: 5px 11px;
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  opacity: 1;
}

.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}

.ant-mention-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  min-width: 120px;
  max-height: 250px;
  margin-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-mention-dropdown-placement-top {
  margin-top: -0.1em;
}

.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}

.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  display: block;
  color: #1890ff;
  text-align: center;
}

.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s;
}

.ant-mention-dropdown-item:hover {
  background-color: #f5f5f5;
}

.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item-active {
  background-color: #e6f7ff;
}

.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-mention-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  background-color: #f5f5f5;
}

.ant-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}

.ant-mention-dropdown {
  top: 100%;
  left: 0;
  position: relative;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}

.ant-message-notice {
  padding: 8px;
  text-align: center;
}

.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}

.ant-message-success .anticon {
  color: #52c41a;
}

.ant-message-error .anticon {
  color: #ff4d4f;
}

.ant-message-warning .anticon {
  color: #faad14;
}

.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}

.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}

.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
  -webkit-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

.ant-message-rtl {
  direction: rtl;
}

.ant-message-rtl span {
  direction: rtl;
}

.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}

.ant-modal.ant-zoom-enter,
.ant-modal.antzoom-appear {
  transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.ant-modal-mask-hidden {
  display: none;
}

.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.ant-modal-wrap {
  z-index: 1000;
}

.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}

.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}

.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}

.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}

.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}

.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}

.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}

.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}

.ant-modal-open {
  overflow: hidden;
}

.ant-modal-centered {
  text-align: center;
}

.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }

  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}

.ant-modal-confirm .ant-modal-header {
  display: none;
}

.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}

.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}

.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}

.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}

.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}

.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}

.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-bottom: 0;
  margin-left: 8px;
}

.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ff4d4f;
}

.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}

.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}

.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}

.ant-modal-wrap-rtl {
  direction: rtl;
}

.ant-modal-wrap-rtl .ant-modal-close {
  right: auto;
  right: initial;
  left: 0;
}

.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}

.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}

.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}

.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}

.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}

.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  float: left;
}

.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}

.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}

.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: fixed;
  z-index: 1010;
  margin-right: 24px;
}

.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}

.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
          animation-name: NotificationLeftFadeIn;
}

.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}

.ant-notification-hook-holder {
  position: relative;
}

.ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 24px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5715;
  word-wrap: break-word;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-notification-topLeft .ant-notification-notice,
.ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0;
}

.ant-notification-notice-message {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}

.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}

.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}

.ant-notification-notice-description {
  font-size: 14px;
}

.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}

.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}

.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}

.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}

.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}

.anticon.ant-notification-notice-icon-info {
  color: #1890ff;
}

.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}

.anticon.ant-notification-notice-icon-error {
  color: #ff4d4f;
}

.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}

.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}

.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}

.ant-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.ant-notification-fade-enter,
.ant-notification-fade-appear {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
          animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
          animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}

@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}

.ant-notification-rtl {
  direction: rtl;
}

.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}

.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}

.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}

.ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}

.ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px;
}

.ant-notification-rtl .ant-notification-notice-btn {
  float: left;
}

.ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}

.ant-page-header-ghost {
  background-color: inherit;
}

.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}

.ant-page-header.has-footer {
  padding-bottom: 0;
}

.ant-page-header-back {
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}

.ant-page-header-back-button {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}

.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #40a9ff;
}

.ant-page-header-back-button:active {
  color: #096dd9;
}

.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}

.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}

.ant-page-header-heading {
  display: flex;
  justify-content: space-between;
}

.ant-page-header-heading-left {
  display: flex;
  align-items: center;
  margin: 4px 0;
  overflow: hidden;
}

.ant-page-header-heading-title {
  margin-right: 12px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-page-header-heading .ant-avatar {
  margin-right: 12px;
}

.ant-page-header-heading-sub-title {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-page-header-heading-extra {
  margin: 4px 0;
  white-space: nowrap;
}

.ant-page-header-heading-extra > * {
  margin-left: 12px;
  white-space: unset;
}

.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}

.ant-page-header-content {
  padding-top: 12px;
}

.ant-page-header-footer {
  margin-top: 16px;
}

.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
  margin: 0;
}

.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
  border: none;
}

.ant-page-header-footer .ant-tabs .ant-tabs-tab {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.ant-page-header-compact .ant-page-header-heading {
  flex-wrap: wrap;
}

.ant-page-header-rtl {
  direction: rtl;
}

.ant-page-header-rtl .ant-page-header-back {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}

.ant-page-header-rtl .ant-page-header-heading-title {
  margin-right: 0;
  margin-left: 12px;
}

.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
  margin-right: 0;
  margin-left: 12px;
}

.ant-page-header-rtl .ant-page-header-heading-sub-title {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}

.ant-page-header-rtl .ant-page-header-heading-tags {
  float: right;
}

.ant-page-header-rtl .ant-page-header-heading-extra {
  float: left;
}

.ant-page-header-rtl .ant-page-header-heading-extra > * {
  margin-right: 12px;
  margin-left: 0;
}

.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
  margin-right: 0;
}

.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
  float: right;
}

.ant-page-header-back-button {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: inherit;
  display: inline-block;
}

nz-page-header,
nz-page-header-content,
nz-page-header-footer {
  display: block;
}

.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}

.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}

.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}

.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}

.ant-pagination-item a:hover {
  text-decoration: none;
}

.ant-pagination-item:focus-visible,
.ant-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}

.ant-pagination-item:focus-visible a,
.ant-pagination-item:hover a {
  color: #1890ff;
}

.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}

.ant-pagination-item-active a {
  color: #1890ff;
}

.ant-pagination-item-active:focus-visible,
.ant-pagination-item-active:hover {
  border-color: #40a9ff;
}

.ant-pagination-item-active:focus-visible a,
.ant-pagination-item-active:hover a {
  color: #40a9ff;
}

.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}

.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #1890ff;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}

.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}

.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}

.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}

.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-pagination-prev,
.ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}

.ant-pagination-prev button,
.ant-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #40a9ff;
}

.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}

.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}

.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}

.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination-slash {
  margin: 0 10px 0 5px;
}

.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}

.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}

.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}

.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  width: 50px;
  height: 32px;
  margin: 0 8px;
}

.ant-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
}

.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-pagination-options-quick-jumper input:focus,
.ant-input-rtl .ant-pagination-options-quick-jumper input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}

.ant-pagination-options-quick-jumper input-rtl {
  direction: rtl;
}

.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}

.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}

.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}

.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}

.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}

.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}

.ant-pagination.mini .ant-pagination-options-size-changer {
  top: 0px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}

.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}

.ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}

.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}

.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}

.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}

.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}

nz-pagination {
  display: block;
}

.ant-popover {
  position: relative;
}

.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}

.ant-popover-hidden {
  display: none;
}

.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}

.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}

.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}

.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}

.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }

  .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}

.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}

.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}

.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.ant-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}

.ant-popover-message-title {
  padding-left: 22px;
}

.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}

.ant-popover-buttons button {
  margin-left: 8px;
}

.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.ant-popover-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #fff;
  content: '';
  pointer-events: auto;
}

.ant-popover-placement-top .ant-popover-arrow,
.ant-popover-placement-topLeft .ant-popover-arrow,
.ant-popover-placement-topRight .ant-popover-arrow {
  bottom: 1.51471863px;
}

.ant-popover-placement-top .ant-popover-arrow-content,
.ant-popover-placement-topLeft .ant-popover-arrow-content,
.ant-popover-placement-topRight .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-4.24264069px) rotate(45deg);
}

.ant-popover-placement-top .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.ant-popover-placement-topLeft .ant-popover-arrow {
  left: 16px;
}

.ant-popover-placement-topRight .ant-popover-arrow {
  right: 16px;
}

.ant-popover-placement-right .ant-popover-arrow,
.ant-popover-placement-rightTop .ant-popover-arrow,
.ant-popover-placement-rightBottom .ant-popover-arrow {
  left: 1.51471863px;
}

.ant-popover-placement-right .ant-popover-arrow-content,
.ant-popover-placement-rightTop .ant-popover-arrow-content,
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(4.24264069px) rotate(45deg);
}

.ant-popover-placement-right .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.ant-popover-placement-rightTop .ant-popover-arrow {
  top: 12px;
}

.ant-popover-placement-rightBottom .ant-popover-arrow {
  bottom: 12px;
}

.ant-popover-placement-bottom .ant-popover-arrow,
.ant-popover-placement-bottomLeft .ant-popover-arrow,
.ant-popover-placement-bottomRight .ant-popover-arrow {
  top: 1.51471863px;
}

.ant-popover-placement-bottom .ant-popover-arrow-content,
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
  transform: translateY(4.24264069px) rotate(45deg);
}

.ant-popover-placement-bottom .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.ant-popover-placement-bottomLeft .ant-popover-arrow {
  left: 16px;
}

.ant-popover-placement-bottomRight .ant-popover-arrow {
  right: 16px;
}

.ant-popover-placement-left .ant-popover-arrow,
.ant-popover-placement-leftTop .ant-popover-arrow,
.ant-popover-placement-leftBottom .ant-popover-arrow {
  right: 1.51471863px;
}

.ant-popover-placement-left .ant-popover-arrow-content,
.ant-popover-placement-leftTop .ant-popover-arrow-content,
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-4.24264069px) rotate(45deg);
}

.ant-popover-placement-left .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.ant-popover-placement-leftTop .ant-popover-arrow {
  top: 12px;
}

.ant-popover-placement-leftBottom .ant-popover-arrow {
  bottom: 12px;
}

.ant-popover-pink .ant-popover-inner {
  background-color: #eb2f96;
}

.ant-popover-pink .ant-popover-arrow-content {
  background-color: #eb2f96;
}

.ant-popover-magenta .ant-popover-inner {
  background-color: #eb2f96;
}

.ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96;
}

.ant-popover-red .ant-popover-inner {
  background-color: #f5222d;
}

.ant-popover-red .ant-popover-arrow-content {
  background-color: #f5222d;
}

.ant-popover-volcano .ant-popover-inner {
  background-color: #fa541c;
}

.ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c;
}

.ant-popover-orange .ant-popover-inner {
  background-color: #fa8c16;
}

.ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16;
}

.ant-popover-yellow .ant-popover-inner {
  background-color: #fadb14;
}

.ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14;
}

.ant-popover-gold .ant-popover-inner {
  background-color: #faad14;
}

.ant-popover-gold .ant-popover-arrow-content {
  background-color: #faad14;
}

.ant-popover-cyan .ant-popover-inner {
  background-color: #13c2c2;
}

.ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2;
}

.ant-popover-lime .ant-popover-inner {
  background-color: #a0d911;
}

.ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911;
}

.ant-popover-green .ant-popover-inner {
  background-color: #52c41a;
}

.ant-popover-green .ant-popover-arrow-content {
  background-color: #52c41a;
}

.ant-popover-blue .ant-popover-inner {
  background-color: #1890ff;
}

.ant-popover-blue .ant-popover-arrow-content {
  background-color: #1890ff;
}

.ant-popover-geekblue .ant-popover-inner {
  background-color: #2f54eb;
}

.ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb;
}

.ant-popover-purple .ant-popover-inner {
  background-color: #722ed1;
}

.ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1;
}

.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}

.ant-popover-rtl .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}

.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}

.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

.ant-popover {
  position: relative;
}

.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
}

.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}

.ant-progress-steps {
  display: inline-block;
}

.ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}

.ant-progress-steps-item-active {
  background: #1890ff;
}

.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}

.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}

.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}

.ant-progress-circle-trail {
  stroke: #f5f5f5;
}

.ant-progress-circle-path {
  -webkit-animation: ant-progress-appear 0.3s;
          animation: ant-progress-appear 0.3s;
}

.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}

.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}

.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}

.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}

.ant-progress-text .anticon {
  font-size: 14px;
}

.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}

.ant-progress-status-exception .ant-progress-bg {
  background-color: #ff4d4f;
}

.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}

.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4d4f;
}

.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}

.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}

.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}

.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}

.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}

.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}

@-webkit-keyframes ant-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }

  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}

@keyframes ant-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }

  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}

.ant-progress-rtl {
  direction: rtl;
}

.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}

.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}

.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}

.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
  font-size: 0;
  line-height: unset;
}

.ant-radio-group .ant-badge-count {
  z-index: 1;
}

.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
  border-left: none;
}

.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}

.ant-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}

.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}

.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #1890ff;
}

.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}

.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
          animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: '';
}

.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}

.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}

.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}

.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}

.ant-radio-checked .ant-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-radio-disabled {
  cursor: not-allowed;
}

.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}

.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}

.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.85);
}

.ant-radio-button-wrapper > .ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}

.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}

.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  transition: background-color 0.3s;
  content: '';
}

.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}

.ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}

.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 2px;
}

.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff;
}

.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}

.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1890ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1890ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #40a9ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #096dd9;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}

.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}

@-webkit-keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}

.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}

.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #40a9ff;
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 2px 0 0 2px;
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9;
}

.ant-radio + span:empty {
  display: none;
}

.ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}

.ant-rate-disabled .ant-rate-star {
  cursor: default;
}

.ant-rate-disabled .ant-rate-star:hover {
  transform: scale(1);
}

.ant-rate-star {
  position: relative;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}

.ant-rate-star > div {
  transition: all 0.3s;
}

.ant-rate-star > div:hover,
.ant-rate-star > div:focus-visible {
  transform: scale(1.1);
}

.ant-rate-star > div:focus:not(:focus-visible) {
  outline: 0;
}

.ant-rate-star-first,
.ant-rate-star-second {
  color: #f0f0f0;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}

.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}

.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}

.ant-rate-text {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
}

.ant-rate-rtl {
  direction: rtl;
}

.ant-rate-rtl .ant-rate-star:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}

.ant-rate-rtl .ant-rate-star-first {
  right: 0;
  left: auto;
}

.ant-select-single .ant-select-selector {
  display: flex;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}

.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}

.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}

@supports (-moz-appearance: meterbar) {
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}

.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  pointer-events: none;
}

.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}

.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}

/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */

.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}

.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}

.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}

.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}

.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\a0';
}

.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}

.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  -webkit-padding-end: 4px;
          padding-inline-end: 4px;
}

.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}

.ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}

.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}

.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}

.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}

.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}

.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: -0.2em;
}

.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
}

.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 24px;
  transition: all 0.3s;
}

.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}

.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}

.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}

.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}

.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}

/* Reset search input style */

.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}

.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}

.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}

.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 53%;
  right: 11px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.ant-select-arrow > * {
  line-height: 1;
}

.ant-select-arrow svg {
  display: inline-block;
}

.ant-select-arrow::before {
  display: none;
}

.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}

.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}

.ant-select-arrow .anticon > svg {
  vertical-align: top;
}

.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}

.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}

.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}

.ant-select-clear::before {
  display: block;
}

.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-select:hover .ant-select-clear {
  opacity: 1;
}

.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum", ;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}

.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}

.ant-select-dropdown-hidden {
  display: none;
}

.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}

.ant-select-item-option {
  display: flex;
}

.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-select-item-option-state {
  flex: none;
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e6f7ff;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1890ff;
}

.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-item-option-grouped {
  padding-left: 24px;
}

.ant-select-lg {
  font-size: 16px;
}

.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.ant-select-rtl {
  direction: rtl;
}

.ant-select-rtl .ant-select-arrow {
  right: auto;
  right: initial;
  left: 11px;
}

.ant-select-rtl .ant-select-clear {
  right: auto;
  right: initial;
  left: 11px;
}

.ant-select-dropdown-rtl {
  direction: rtl;
}

.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}

.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}

.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}

.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

.ant-select-dropdown {
  top: 100%;
  left: 0;
  position: relative;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
}

.ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
  right: 0;
}

.ant-select-dropdown .full-width {
  contain: initial;
}

.ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
  position: static;
}

.ant-skeleton {
  display: table;
  width: 100%;
}

.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}

.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}

.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}

.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}

.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}

.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}

.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}

.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}

.ant-skeleton-element {
  display: inline-block;
  width: auto;
}

.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
  width: 64px;
  height: 32px;
  line-height: 32px;
}

.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  border-radius: 50%;
}

.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}

.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  height: 40px;
  line-height: 40px;
}

.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  border-radius: 50%;
}

.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}

.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  height: 24px;
  line-height: 24px;
}

.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  border-radius: 50%;
}

.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}

.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 100%;
  height: 32px;
  line-height: 32px;
}

.ant-skeleton-element .ant-skeleton-input-lg {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.ant-skeleton-element .ant-skeleton-input-sm {
  width: 100%;
  height: 24px;
  line-height: 24px;
}

.ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}

.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}

.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}

.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}

.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}

@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.ant-skeleton-rtl {
  direction: rtl;
}

.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}

.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  -webkit-animation-name: ant-skeleton-loading-rtl;
          animation-name: ant-skeleton-loading-rtl;
}

.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  -webkit-animation-name: ant-skeleton-loading-rtl;
          animation-name: ant-skeleton-loading-rtl;
}

@-webkit-keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  height: 12px;
  margin: 10px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}

.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}

.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}

.ant-slider-vertical .ant-slider-track {
  width: 4px;
}

.ant-slider-vertical .ant-slider-handle {
  margin-top: -6px;
  margin-left: -5px;
}

.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}

.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}

.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}

.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}

.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
  margin-right: -5px;
  margin-left: 0;
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
  right: 12px;
  left: auto;
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
  right: 4px;
  left: auto;
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
  right: 2px;
  left: auto;
}

.ant-slider-with-marks {
  margin-bottom: 28px;
}

.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #91d5ff;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #91d5ff;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging {
  border-color: #46a6ff;
  box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.12);
}

.ant-slider-handle:focus {
  border-color: #46a6ff;
  outline: none;
  box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.12);
}

.ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff;
}

.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}

.ant-slider:hover .ant-slider-track {
  background-color: #69c0ff;
}

.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff;
}

.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}

.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.85);
}

.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
}

.ant-slider-dot:first-child {
  margin-left: -4px;
}

.ant-slider-dot:last-child {
  margin-left: -4px;
}

.ant-slider-dot-active {
  border-color: #8cc8ff;
}

.ant-slider-disabled {
  cursor: not-allowed;
}

.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none;
  cursor: not-allowed;
}

.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}

.ant-slider-rtl {
  direction: rtl;
}

.ant-slider-rtl .ant-slider-mark {
  right: 0;
  left: auto;
}

.ant-slider-rtl .ant-slider-dot {
  margin-right: -4px;
  margin-left: 0;
}

.ant-slider-rtl .ant-slider-dot:first-child {
  margin-right: -4px;
  margin-left: 0;
}

.ant-slider-rtl .ant-slider-dot:last-child {
  margin-right: -4px;
  margin-left: 0;
}

.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}

.ant-spin-nested-loading {
  position: relative;
}

.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}

.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}

.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}

.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}

.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}

.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}

.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}

.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}

.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}

.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
          animation: antSpinMove 1s infinite linear alternate;
}

.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}

.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ant-spin-dot-spin {
  transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
          animation: antRotate 1.2s infinite linear;
}

.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}

.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}

.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}

.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}

.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */

  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}

@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}

@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}

.ant-spin-rtl {
  direction: rtl;
}

.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  -webkit-animation-name: antRotateRtl;
          animation-name: antRotateRtl;
}

@-webkit-keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

nz-spin {
  display: block;
}

.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}

.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.ant-statistic-content-value {
  display: inline-block;
  direction: ltr;
}

.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block;
}

.ant-statistic-content-prefix {
  margin-right: 4px;
}

.ant-statistic-content-suffix {
  margin-left: 4px;
}

.ant-statistic-rtl {
  direction: rtl;
}

.ant-statistic-rtl .ant-statistic-content-prefix {
  margin-right: 0;
  margin-left: 4px;
}

.ant-statistic-rtl .ant-statistic-content-suffix {
  margin-right: 4px;
  margin-left: 0;
}

.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: left;
  text-align: initial;
}

.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}

.ant-steps-item-container {
  outline: none;
}

.ant-steps-item:last-child {
  flex: none;
}

.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}

.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}

.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}

.ant-steps-item-icon .ant-steps-icon {
  position: relative;
  top: -0.5px;
  color: #1890ff;
  line-height: 1;
}

.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}

.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}

.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 32px;
}

.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #f0f0f0;
  content: '';
}

.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}

.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}

.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}

.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.85);
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #1890ff;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
  color: #fff;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
  font-weight: 500;
}

.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #1890ff;
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #1890ff;
}

.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #ff4d4f;
}

.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #ff4d4f;
}

.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ff4d4f;
}

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #ff4d4f;
}

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #ff4d4f;
}

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}

.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #ff4d4f;
}

.ant-steps-item-disabled {
  cursor: not-allowed;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #1890ff;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #1890ff;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #1890ff;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}

.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}

.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
  top: 0px;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}

.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
  background: none;
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 12px;
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}

.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}

.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}

.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}

.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}

.ant-steps-vertical {
  display: flex;
  flex-direction: column;
}

.ant-steps-vertical > .ant-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}

.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}

.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}

.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
  line-height: 32px;
}

.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
  padding-bottom: 12px;
}

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}

.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}

.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}

.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}

.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}

.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}

.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}

.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}

.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}

.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}

.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5715;
}

.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}

.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}

.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}

.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}

.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}

.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
  left: 0;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
  background: none;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
  width: inherit;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
  left: -2px;
}

.ant-steps-navigation {
  padding-top: 12px;
}

.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}

.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}

.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}

.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1;
}

.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}

.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}

.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #1890ff;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}

.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}

.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
  margin-right: 0 !important;
}

.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
  display: none;
}

.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
  top: 0;
  right: 0;
  left: unset;
  display: block;
  width: 3px;
  height: calc(100% - 24px);
}

.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  transform: rotate(135deg);
}

.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}

.ant-steps-rtl {
  direction: rtl;
}

.ant-steps.ant-steps-rtl .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}

.ant-steps-rtl .ant-steps-item-tail {
  right: 0;
  left: auto;
}

.ant-steps-rtl .ant-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}

.ant-steps-rtl .ant-steps-item-title::after {
  right: 100%;
  left: auto;
}

.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 16px;
  padding-left: 0;
}

.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}

.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-left: 0;
}

.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  right: 0.5px;
  left: auto;
}

.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}

.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}

.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  padding-left: 0;
}

.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}

.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 12px;
  padding-left: 0;
}

.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}

.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}

.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}

.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: 16px;
  left: auto;
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  right: 12px;
  left: auto;
}

.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 70px 0 0;
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 2px;
  left: auto;
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  /* expand hover area */
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  float: right;
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  right: -26px;
  left: auto;
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: -9px;
  left: auto;
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 0;
  left: auto;
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  right: -2px;
  left: auto;
}

.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
  padding-right: 4px;
}

.ant-steps-with-progress .ant-steps-item {
  padding-top: 4px;
}

.ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
  top: 4px !important;
}

.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}

.ant-steps-with-progress .ant-steps-item-icon {
  position: relative;
}

.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-switch:focus:hover {
  box-shadow: none;
}

.ant-switch-checked {
  background-color: #1890ff;
}

.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}

.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}

.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}

.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}

.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}

.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}

.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}

.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}

.ant-switch-loading-icon {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}

.ant-switch-checked .ant-switch-loading-icon {
  color: #1890ff;
}

.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}

.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}

.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}

.ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}

.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 2px);
}

.ant-switch-rtl {
  direction: rtl;
}

.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}

.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}

.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}

.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}

.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}

.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}

.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 12px - 2px);
}

nz-switch {
  display: inline-block;
}

.ant-table.ant-table-middle {
  font-size: 14px;
}

.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-thead > tr > th,
.ant-table.ant-table-middle .ant-table-tbody > tr > td,
.ant-table.ant-table-middle tfoot > tr > th,
.ant-table.ant-table-middle tfoot > tr > td {
  padding: 12px 8px;
}

.ant-table.ant-table-middle .ant-table-filter-trigger {
  margin-right: -4px;
}

.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: -12px -8px;
}

.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -12px -8px -12px 25px;
}

.ant-table.ant-table-small {
  font-size: 14px;
}

.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-thead > tr > th,
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small tfoot > tr > th,
.ant-table.ant-table-small tfoot > tr > td {
  padding: 8px 8px;
}

.ant-table.ant-table-small .ant-table-filter-trigger {
  margin-right: -4px;
}

.ant-table.ant-table-small .ant-table-expanded-row-fixed {
  margin: -8px -8px;
}

.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -8px -8px -8px 25px;
}

.ant-table-small .ant-table-thead > tr > th {
  background-color: #fafafa;
}

.ant-table-small .ant-table-selection-column {
  width: 46px;
  min-width: 46px;
}

.ant-table.ant-table-bordered > .ant-table-title {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}

.ant-table.ant-table-bordered > .ant-table-container {
  border: 1px solid #f0f0f0;
  border-right: 0;
  border-bottom: 0;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
  border-right: 1px solid #f0f0f0;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f0f0;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
  background-color: transparent !important;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
  border-right: 1px solid #f0f0f0;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -16px -17px;
}

.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #f0f0f0;
  content: '';
}

.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
  border-right: 0;
}

.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -12px -9px;
}

.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -8px -9px;
}

.ant-table.ant-table-bordered > .ant-table-footer {
  border: 1px solid #f0f0f0;
  border-top: 0;
}

.ant-table-cell .ant-table-container:first-child {
  border-top: 0;
}

.ant-table-cell-scrollbar {
  box-shadow: 0 1px 0 1px #fafafa;
}

.ant-table-wrapper {
  clear: both;
  max-width: 100%;
}

.ant-table-wrapper::before {
  display: table;
  content: '';
}

.ant-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.ant-table-wrapper::before {
  display: table;
  content: '';
}

.ant-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
}

.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 2px 2px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}

.ant-table-thead > tr > th,
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  position: relative;
  padding: 16px 16px;
  overflow-wrap: break-word;
}

.ant-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
  overflow: visible;
}

.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ant-table-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.ant-table-title {
  padding: 16px 16px;
}

.ant-table-footer {
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}

.ant-table-thead > tr > th {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s ease;
}

.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}

.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
}

.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}

.ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}

.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
  margin: -16px -16px -16px 33px;
}

.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}

.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}

.ant-table-tbody > tr.ant-table-row:hover > td {
  background: #fafafa;
}

.ant-table-tbody > tr.ant-table-row-selected > td {
  background: #e6f7ff;
  border-color: rgba(0, 0, 0, 0.03);
}

.ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #dcf4ff;
}

.ant-table-summary {
  background: #fff;
}

div.ant-table-summary {
  box-shadow: 0 -1px 0 #f0f0f0;
}

.ant-table-summary > tr > th,
.ant-table-summary > tr > td {
  border-bottom: 1px solid #f0f0f0;
}

.ant-table-pagination.ant-pagination {
  margin: 16px 0;
}

.ant-table-pagination {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 8px;
  row-gap: 8px;
}

.ant-table-pagination > * {
  flex: none;
}

.ant-table-pagination-left {
  justify-content: flex-start;
}

.ant-table-pagination-center {
  justify-content: center;
}

.ant-table-pagination-right {
  justify-content: flex-end;
}

.ant-table-thead th.ant-table-column-has-sorters {
  cursor: pointer;
  transition: all 0.3s;
}

.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: rgba(0, 0, 0, 0.04);
}

.ant-table-thead th.ant-table-column-has-sorters:hover::before {
  background-color: transparent !important;
}

.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
  background: #f5f5f5;
}

.ant-table-thead th.ant-table-column-sort {
  background: #f5f5f5;
}

.ant-table-thead th.ant-table-column-sort::before {
  background-color: transparent !important;
}

td.ant-table-column-sort {
  background: #fafafa;
}

.ant-table-column-title {
  position: relative;
  z-index: 1;
  flex: 1;
}

.ant-table-column-sorters {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}

.ant-table-column-sorters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.ant-table-column-sorter {
  color: #bfbfbf;
  font-size: 0;
  transition: color 0.3s;
}

.ant-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  font-size: 11px;
}

.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #1890ff;
}

.ant-table-column-sorter-up + .ant-table-column-sorter-down {
  margin-top: -0.3em;
}

.ant-table-column-sorters:hover .ant-table-column-sorter {
  color: #a6a6a6;
}

.ant-table-filter-column {
  display: flex;
  justify-content: space-between;
}

.ant-table-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-table-filter-trigger:hover {
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.04);
}

.ant-table-filter-trigger.active {
  color: #1890ff;
}

.ant-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  min-width: 120px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}

.ant-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}

.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}

.ant-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px 7px 3px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f0f0;
}

.ant-table-selection-col {
  width: 32px;
}

.ant-table-bordered .ant-table-selection-col {
  width: 50px;
}

table tr th.ant-table-selection-column,
table tr td.ant-table-selection-column {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

table tr th.ant-table-selection-column .ant-radio-wrapper,
table tr td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}

table tr th.ant-table-selection-column::after {
  background-color: transparent !important;
}

.ant-table-selection {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.ant-table-selection-extra {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-margin-start: 100%;
          margin-inline-start: 100%;
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
}

.ant-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}

.ant-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}

.ant-table-expand-icon-col {
  width: 48px;
}

.ant-table-row-expand-icon-cell {
  text-align: center;
}

.ant-table-row-indent {
  float: left;
  height: 1px;
}

.ant-table-row-expand-icon {
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  display: inline-flex;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
  transform: scale(0.94117647);
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #40a9ff;
}

.ant-table-row-expand-icon:active {
  color: #096dd9;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor;
}

.ant-table-row-expand-icon::before,
.ant-table-row-expand-icon::after {
  position: absolute;
  background: currentColor;
  transition: transform 0.3s ease-out;
  content: '';
}

.ant-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}

.ant-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}

.ant-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}

.ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}

.ant-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}

.ant-table-row-expand-icon-spaced::before,
.ant-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}

.ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}

tr.ant-table-expanded-row > td,
tr.ant-table-expanded-row:hover > td {
  background: #fbfbfb;
}

tr.ant-table-expanded-row .ant-descriptions-view {
  display: flex;
}

tr.ant-table-expanded-row .ant-descriptions-view table {
  flex: auto;
  width: auto;
}

.ant-table .ant-table-expanded-row-fixed {
  position: relative;
  margin: -16px -16px;
  padding: 16px 16px;
}

.ant-table-tbody > tr.ant-table-placeholder {
  text-align: center;
}

.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: #fff;
}

.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
  position: sticky !important;
  z-index: 2;
  background: #fff;
}

.ant-table-cell-fix-left-first::after,
.ant-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}

.ant-table-cell-fix-right-first::after,
.ant-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}

.ant-table .ant-table-container::before,
.ant-table .ant-table-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}

.ant-table .ant-table-container::before {
  left: 0;
}

.ant-table .ant-table-container::after {
  right: 0;
}

.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
  position: relative;
}

.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.ant-table-ping-left .ant-table-cell-fix-left-first::after,
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.ant-table-ping-left .ant-table-cell-fix-left-last::before {
  background-color: transparent !important;
}

.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
  position: relative;
}

.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.ant-table-sticky-holder {
  position: sticky;
  z-index: 3;
}

.ant-table-sticky-scroll {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  opacity: 0.6;
}

.ant-table-sticky-scroll:hover {
  transform-origin: center bottom;
}

.ant-table-sticky-scroll-bar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.ant-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.ant-table-sticky-scroll-bar-active {
  background-color: rgba(0, 0, 0, 0.8);
}

@media all and (-ms-high-contrast: none) {
  .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: none !important;
  }

  .ant-table-ping-right .ant-table-cell-fix-right-first::after {
    box-shadow: none !important;
  }
}

.ant-table {
  /* title + table */
  /* table */
  /* table + footer */
}

.ant-table-title {
  border-radius: 2px 2px 0 0;
}

.ant-table-title + .ant-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
  border-radius: 0;
}

.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}

.ant-table-container {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

.ant-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

.ant-table-footer {
  border-radius: 0 0 2px 2px;
}

.ant-table-wrapper-rtl {
  direction: rtl;
}

.ant-table-rtl {
  direction: rtl;
}

.ant-table-wrapper-rtl .ant-table table {
  text-align: right;
}

.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}

.ant-table-wrapper-rtl .ant-table-thead > tr > th {
  text-align: right;
}

.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
  margin: -16px 33px -16px -16px;
}

.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
  justify-content: flex-end;
}

.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
  justify-content: flex-start;
}

.ant-table-wrapper-rtl .ant-table-column-sorter {
  margin-right: 8px;
  margin-left: 0;
}

.ant-table-wrapper-rtl .ant-table-filter-column-title {
  padding: 16px 16px 16px 2.3em;
}

.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 0 0 2.3em;
}

.ant-table-wrapper-rtl .ant-table-filter-trigger-container {
  right: auto;
  left: 0;
}

.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-right: 8px;
  padding-left: 0;
}

.ant-table-wrapper-rtl .ant-table-selection {
  text-align: center;
}

.ant-table-wrapper-rtl .ant-table-row-indent {
  float: right;
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon {
  float: right;
}

.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 0;
  margin-left: 8px;
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
  transform: rotate(-90deg);
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
  transform: rotate(180deg);
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}

nz-table,
nz-table-title-footer,
nz-table-inner-scroll,
nz-table-inner-default,
nz-table-selection {
  display: block;
}

nz-filter-trigger {
  display: inline-flex;
}

.nz-table-out-bordered > .ant-table-title {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}

.nz-table-out-bordered > .ant-table-container {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}

.nz-table-out-bordered > .ant-table-footer {
  border: 1px solid #f0f0f0;
  border-top: 0;
}

cdk-virtual-scroll-viewport.ant-table-body {
  overflow-y: scroll;
}

.nz-table-hide-scrollbar {
  scrollbar-color: #fafafa #fafafa;
}

.nz-table-hide-scrollbar::-webkit-scrollbar {
  background-color: #fafafa;
}

.ant-table.ant-table-small .nz-table-hide-scrollbar {
  scrollbar-color: #fafafa #fafafa;
}

.ant-table.ant-table-small .nz-table-hide-scrollbar::-webkit-scrollbar {
  background-color: transparent;
}

.ant-table-wrapper-rtl .ant-table thead > tr > th.ant-table-selection-column {
  text-align: center;
}

.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tfoot > tr > td {
  border-right: 1px solid #f0f0f0;
}

.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f0f0;
}

.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
  border-right: 1px solid #f0f0f0;
}

.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -16px -17px;
}

.ant-table.ant-table-bordered > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #f0f0f0;
  content: '';
}

.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr.ant-table-expanded-row > td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr.ant-table-placeholder > td {
  border-right: 0;
}

.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -12px -9px;
}

.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .cdk-virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -8px -9px;
}

.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}

.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}

.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}

.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}

.ant-tabs-rtl {
  direction: rtl;
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}

.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}

.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}

.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}

.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}

.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-right: 0;
  margin-left: 2px;
}

.ant-tabs-dropdown-rtl {
  direction: rtl;
}

.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}

.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}

.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}

.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}

.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}

.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}

.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}

.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}

.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}

.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}

.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}

.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}

.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}

.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}

.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}

.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}

.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}

.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 16px 0 0 0;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}

.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}

.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}

.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}

.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}

.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}

.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}

.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}

.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}

.ant-tabs-dropdown-hidden {
  display: none;
}

.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-tabs-dropdown-menu-item {
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}

.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}

.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  background: #fff;
}

.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 2px 0 0;
}

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}

.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 2px 2px;
}

.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}

.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-top: 2px;
}

.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 0 0 2px;
}

.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}

.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 2px 2px 0;
}

.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}

.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: flex;
  overflow: hidden;
}

.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #40a9ff;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #096dd9;
}

.ant-tabs-extra-content {
  flex: none;
}

.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}

.ant-tabs-ink-bar {
  position: absolute;
  background: #1890ff;
  pointer-events: none;
}

.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #096dd9;
}

.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}

.ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}

.ant-tabs-tab:hover {
  color: #40a9ff;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
  text-shadow: 0 0 0.25px currentColor;
}

.ant-tabs-tab.ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.25);
}

.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}

.ant-tabs-tab .anticon {
  margin-right: 12px;
}

.ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 32px;
}

.ant-tabs-content {
  display: flex;
  width: 100%;
}

.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}

.ant-tabs-content-animated {
  transition: margin 0.3s;
}

.ant-tabs-tabpane {
  flex: none;
  width: 100%;
  outline: none;
}

.ant-tabs-dropdown-menu-item a[nz-tab-link] {
  position: relative;
}

a[nz-tab-link]::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  content: '';
}

a[nz-tab-link] ~ * {
  position: relative;
}

nz-tabset,
nz-tab-nav-operation,
nz-tabs-nav {
  display: block;
}

.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item {
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}

.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item:hover {
  background: #f5f5f5;
}

.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item-disabled,
.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}

.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item-disabled a,
.nz-tabs-dropdown.ant-dropdown .ant-dropdown-menu-item-disabled:hover a {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.25);
}

.ant-tabs-rtl .ant-tabs-rtl-tab-next {
  right: auto;
  left: 2px;
}

.ant-tabs-tab-disabled a {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.25);
}

.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.3s;
}

.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.85);
}

.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}

.ant-tag-close-icon {
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}

.ant-tag-has-color {
  border-color: transparent;
}

.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}

.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}

.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}

.ant-tag-checkable-checked {
  background-color: #1890ff;
}

.ant-tag-checkable:active {
  background-color: #096dd9;
}

.ant-tag-hidden {
  display: none;
}

.ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}

.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}

.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}

.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}

.ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}

.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}

.ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}

.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}

.ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}

.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}

.ant-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}

.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}

.ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}

.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}

.ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}

.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}

.ant-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}

.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}

.ant-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}

.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}

.ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}

.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}

.ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}

.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}

.ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}

.ant-tag-processing {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}

.ant-tag-error {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}

.ant-tag-warning {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}

.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}

.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}

.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}

.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}

.ant-timeline {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}

.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #f0f0f0;
}

.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}

.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}

.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}

.ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff;
}

.ant-timeline-item-head-red {
  color: #ff4d4f;
  border-color: #ff4d4f;
}

.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}

.ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}

.ant-timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 26px;
  word-break: break-word;
}

.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}

.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  left: 50%;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-left: -4px;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-left: 1px;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}

.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #f0f0f0;
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #f0f0f0;
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}

.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}

.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}

.ant-timeline-rtl {
  direction: rtl;
}

.ant-timeline-rtl .ant-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 2px solid #f0f0f0;
  border-left: none;
}

.ant-timeline-rtl .ant-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}

.ant-timeline-rtl .ant-timeline-item-content {
  margin: 0 18px 0 0;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  right: 50%;
  left: auto;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  text-align: left;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  right: 0;
  left: auto;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  text-align: left;
}

.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right;
}

.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  z-index: 1070;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  visibility: visible;
}

.ant-tooltip-hidden {
  display: none;
}

.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}

.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}

.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}

.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}

.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.ant-tooltip-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}

.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}

.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}

.ant-tooltip-pink .ant-tooltip-arrow-content {
  background-color: #eb2f96;
}

.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}

.ant-tooltip-magenta .ant-tooltip-arrow-content {
  background-color: #eb2f96;
}

.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}

.ant-tooltip-red .ant-tooltip-arrow-content {
  background-color: #f5222d;
}

.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}

.ant-tooltip-volcano .ant-tooltip-arrow-content {
  background-color: #fa541c;
}

.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}

.ant-tooltip-orange .ant-tooltip-arrow-content {
  background-color: #fa8c16;
}

.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}

.ant-tooltip-yellow .ant-tooltip-arrow-content {
  background-color: #fadb14;
}

.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}

.ant-tooltip-gold .ant-tooltip-arrow-content {
  background-color: #faad14;
}

.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}

.ant-tooltip-cyan .ant-tooltip-arrow-content {
  background-color: #13c2c2;
}

.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}

.ant-tooltip-lime .ant-tooltip-arrow-content {
  background-color: #a0d911;
}

.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}

.ant-tooltip-green .ant-tooltip-arrow-content {
  background-color: #52c41a;
}

.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}

.ant-tooltip-blue .ant-tooltip-arrow-content {
  background-color: #1890ff;
}

.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}

.ant-tooltip-geekblue .ant-tooltip-arrow-content {
  background-color: #2f54eb;
}

.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}

.ant-tooltip-purple .ant-tooltip-arrow-content {
  background-color: #722ed1;
}

.ant-tooltip-rtl {
  direction: rtl;
}

.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}

.ant-tooltip {
  position: relative;
}

.ant-transfer-customize-list .ant-transfer-list {
  flex: 1 1 50%;
  width: auto;
  height: auto;
  min-height: 200px;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #f0f0f0;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}

.ant-transfer-customize-list .ant-input[disabled] {
  background-color: transparent;
}

.ant-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: flex;
  align-items: stretch;
}

.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}

.ant-transfer-list {
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 200px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.ant-transfer-list-with-pagination {
  width: 250px;
  height: auto;
}

.ant-transfer-list-search {
  padding-right: 24px;
  padding-left: 8px;
}

.ant-transfer-list-search-action {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 28px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 32px;
  text-align: center;
}

.ant-transfer-list-search-action .anticon {
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.45);
}

span.ant-transfer-list-search-action {
  pointer-events: none;
}

.ant-transfer-list-header {
  display: flex;
  flex: none;
  align-items: center;
  height: 40px;
  padding: 8px 12px 9px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}

.ant-transfer-list-header > *:not(:last-child) {
  margin-right: 4px;
}

.ant-transfer-list-header > * {
  flex: none;
}

.ant-transfer-list-header-title {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}

.ant-transfer-list-header-dropdown {
  font-size: 10px;
  transform: translateY(10%);
  cursor: pointer;
}

.ant-transfer-list-header-dropdown[disabled] {
  cursor: not-allowed;
}

.ant-transfer-list-body {
  display: flex;
  flex: auto;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
}

.ant-transfer-list-body-search-wrapper {
  position: relative;
  flex: none;
  padding: 12px;
}

.ant-transfer-list-content {
  flex: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.ant-transfer-list-content-item {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  line-height: 20px;
  transition: all 0.3s;
}

.ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 8px;
}

.ant-transfer-list-content-item > * {
  flex: none;
}

.ant-transfer-list-content-item-text {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-transfer-list-content-item-remove {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  color: #d9d9d9;
}

.ant-transfer-list-content-item-remove:focus,
.ant-transfer-list-content-item-remove:hover {
  color: #40a9ff;
}

.ant-transfer-list-content-item-remove:active {
  color: #096dd9;
}

.ant-transfer-list-content-item-remove::after {
  position: absolute;
  top: -6px;
  right: -50%;
  bottom: -6px;
  left: -50%;
  content: '';
}

.ant-transfer-list-content-item-remove:hover {
  color: #40a9ff;
}

.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
  background-color: #dcf4ff;
}

.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background: transparent;
  cursor: default;
}

.ant-transfer-list-content-item-checked {
  background-color: #e6f7ff;
}

.ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-transfer-list-pagination {
  padding: 8px 0;
  text-align: right;
  border-top: 1px solid #f0f0f0;
}

.ant-transfer-list-body-not-found {
  flex: none;
  width: 100%;
  margin: auto 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}

.ant-transfer-list-footer {
  border-top: 1px solid #f0f0f0;
}

.ant-transfer-operation {
  display: flex;
  flex: none;
  flex-direction: column;
  align-self: center;
  margin: 0 8px;
  vertical-align: middle;
}

.ant-transfer-operation .ant-btn {
  display: block;
}

.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}

.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}

.ant-transfer .ant-empty-image {
  max-height: -2px;
}

.ant-transfer-rtl {
  direction: rtl;
}

.ant-transfer-rtl .ant-transfer-list-search {
  padding-right: 8px;
  padding-left: 24px;
}

.ant-transfer-rtl .ant-transfer-list-search-action {
  right: auto;
  left: 12px;
}

.ant-transfer-rtl .ant-transfer-list-header > *:not(:last-child) {
  margin-right: 0;
  margin-left: 4px;
}

.ant-transfer-rtl .ant-transfer-list-header {
  right: 0;
  left: auto;
}

.ant-transfer-rtl .ant-transfer-list-header-title {
  text-align: left;
}

.ant-transfer-rtl .ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}

.ant-transfer-rtl .ant-transfer-list-pagination {
  text-align: left;
}

.ant-transfer-rtl .ant-transfer-list-footer {
  right: 0;
  left: auto;
}

.ant-typography {
  color: rgba(0, 0, 0, 0.85);
  overflow-wrap: break-word;
}

.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}

.ant-typography.ant-typography-success {
  color: #52c41a;
}

.ant-typography.ant-typography-warning {
  color: #faad14;
}

.ant-typography.ant-typography-danger {
  color: #ff4d4f;
}

a.ant-typography.ant-typography-danger:active,
a.ant-typography.ant-typography-danger:focus,
a.ant-typography.ant-typography-danger:hover {
  color: #ff7875;
}

.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}

h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}

h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}

h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}

h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

h5.ant-typography,
.ant-typography h5 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography,
.ant-typography + h5.ant-typography {
  margin-top: 1.2em;
}

.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography h5 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography h5 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography h5 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4,
.ant-typography h5 + h4,
.ant-typography div + h5,
.ant-typography ul + h5,
.ant-typography li + h5,
.ant-typography p + h5,
.ant-typography h1 + h5,
.ant-typography h2 + h5,
.ant-typography h3 + h5,
.ant-typography h4 + h5,
.ant-typography h5 + h5 {
  margin-top: 1.2em;
}

a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
  display: inline-block;
}

a.ant-typography,
.ant-typography a {
  color: #1890ff;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}

a.ant-typography:focus,
.ant-typography a:focus,
a.ant-typography:hover,
.ant-typography a:hover {
  color: #40a9ff;
}

a.ant-typography:active,
.ant-typography a:active {
  color: #096dd9;
}

a.ant-typography:active,
.ant-typography a:active,
a.ant-typography:hover,
.ant-typography a:hover {
  text-decoration: none;
}

a.ant-typography[disabled],
.ant-typography a[disabled],
a.ant-typography.ant-typography-disabled,
.ant-typography a.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active,
a.ant-typography[disabled]:hover,
.ant-typography a[disabled]:hover,
a.ant-typography.ant-typography-disabled:hover,
.ant-typography a.ant-typography-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}

a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active {
  pointer-events: none;
}

.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}

.ant-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
}

.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}

.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}

.ant-typography strong {
  font-weight: 600;
}

.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}

.ant-typography-expand:focus,
.ant-typography-edit:focus,
.ant-typography-copy:focus,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #40a9ff;
}

.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #096dd9;
}

.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}

.ant-typography-edit-content {
  position: relative;
}

div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 1px);
}

.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.ant-typography-edit-content textarea {
  -moz-transition: none;
}

.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em 0;
  padding: 0;
}

.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}

.ant-typography ul {
  list-style-type: circle;
}

.ant-typography ul ul {
  list-style-type: disc;
}

.ant-typography ol {
  list-style-type: decimal;
}

.ant-typography pre,
.ant-typography blockquote {
  margin: 1em 0;
}

.ant-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}

.ant-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}

.ant-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}

.ant-typography-single-line {
  white-space: nowrap;
}

.ant-typography-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
}

a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
  vertical-align: bottom;
}

.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.ant-typography-rtl {
  direction: rtl;
}

.ant-typography-rtl .ant-typography-expand,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}

.ant-typography-rtl .ant-typography-expand {
  float: left;
}

div.ant-typography-edit-content.ant-typography-rtl {
  right: -12px;
  left: auto;
}

.ant-typography-rtl .ant-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}

.ant-typography-rtl.ant-typography ul li,
.ant-typography-rtl.ant-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}

.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  outline: 0;
}

.ant-upload p {
  margin: 0;
}

.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}

.ant-upload input[type='file'] {
  cursor: pointer;
}

.ant-upload.ant-upload-select {
  display: inline-block;
}

.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}

.ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}

.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #d9d9d9;
}

.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}

.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #096dd9;
}

.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}

.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}

.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}

.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff;
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #40a9ff;
  font-size: 48px;
}

.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}

.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}

.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}

.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}

.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}

.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}

.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  line-height: 1.5715;
}

.ant-upload-list::before {
  display: table;
  content: '';
}

.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}

.ant-upload-list::before {
  display: table;
  content: '';
}

.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}

.ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}

.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}

.ant-upload-list-item-card-actions-btn {
  opacity: 0;
}

.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 20px;
  line-height: 1;
}

.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}

.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}

.ant-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
}

.ant-upload-list-item-info {
  height: 100%;
  padding: 0 4px;
  transition: background-color 0.3s;
}

.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}

.ant-upload-list-item-info .anticon-loading .anticon,
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-upload-list-item .anticon-close {
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}

.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}

.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}

.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}

.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}

.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff4d4f;
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff4d4f;
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}

.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}

.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}

.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ff4d4f;
}

.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}

.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}

.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8;
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}

.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff2f0;
}

.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #ff4d4f;
}

.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}

.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}

.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}

.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}

.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}

.ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}

.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}

.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0;
}

.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}

.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}

.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}

.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}

.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}

.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}

.ant-upload-list-text-container,
.ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}

.ant-upload-list-text-container::before,
.ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}

.ant-upload-list-text-container .ant-upload-span,
.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}

.ant-upload-list-text .ant-upload-span,
.ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}

.ant-upload-list-text .ant-upload-span > *,
.ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}

.ant-upload-list-text .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  padding: 0 8px;
}

.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}

.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}

.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
          animation-name: uploadAnimateInlineIn;
}

.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
          animation-name: uploadAnimateInlineOut;
}

@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@-webkit-keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

.ant-upload-rtl {
  direction: rtl;
}

.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}

.ant-upload-list-rtl {
  direction: rtl;
}

.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}

.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}

.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}

.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}

.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}

.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}

.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}

.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
  right: auto;
  left: 4px;
}

.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}

.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}

.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}

.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}

.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
  right: auto;
  left: 8px;
}

.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}

.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}

.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}

.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item {
  float: unset;
}

.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}

.ant-select-auto-complete .ant-select-clear {
  right: 13px;
}

.ant-select-dropdown-hidden {
  display: none;
}

.ant-cascader {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}

.ant-cascader-input.ant-input {
  position: static;
  width: 100%;
  padding-right: 24px;
  background-color: transparent !important;
  cursor: pointer;
}

.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}

.ant-cascader-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}

.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}

.ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}

.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}

.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-rtl .ant-cascader-picker:focus .ant-cascader-input {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-cascader-picker-borderless .ant-cascader-input {
  border-color: transparent !important;
  box-shadow: none !important;
}

.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25);
}

.ant-cascader-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 20px 0 12px;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-cascader-picker-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
}

.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}

.ant-cascader-picker-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
}

.ant-cascader-picker-label:hover + .ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover + .ant-cascader-input) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-rtl .ant-cascader-picker-label:hover + .ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover + .ant-cascader-input) {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px;
}

.ant-cascader-menus {
  position: absolute;
  z-index: 1050;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  list-style: none;
}

.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}

.ant-cascader-menus.ant-slide-up-enter.ant-slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.ant-slide-up-appear.ant-slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}

.ant-cascader-menus.ant-slide-up-enter.ant-slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.ant-slide-up-appear.ant-slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}

.ant-cascader-menus.ant-slide-up-leave.ant-slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}

.ant-cascader-menus.ant-slide-up-leave.ant-slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}

.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #f0f0f0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.ant-cascader-menu:first-child {
  border-radius: 2px 0 0 2px;
}

.ant-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  border-radius: 0 2px 2px 0;
}

.ant-cascader-menu:only-child {
  border-radius: 2px;
}

.ant-cascader-menu-item {
  padding: 5px 12px;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-cascader-menu-item:hover {
  background: #f5f5f5;
}

.ant-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}

.ant-cascader-menu-empty .ant-cascader-menu-item {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
  pointer-events: none;
}

.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #e6f7ff;
}

.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}

.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  position: absolute;
  right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
}

.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: rgba(0, 0, 0, 0.25);
}

.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #ff4d4f;
}

.ant-cascader-picker-rtl .ant-cascader-input.ant-input {
  padding-right: 11px;
  padding-left: 24px;
  text-align: right;
}

.ant-cascader-picker-rtl {
  direction: rtl;
}

.ant-cascader-picker-rtl .ant-cascader-picker-label {
  padding: 0 12px 0 20px;
  text-align: right;
}

.ant-cascader-picker-rtl .ant-cascader-picker-clear {
  right: auto;
  left: 12px;
}

.ant-cascader-picker-rtl .ant-cascader-picker-arrow {
  right: auto;
  left: 12px;
}

.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: auto;
  left: 8px;
}

.ant-cascader-menu-rtl .ant-cascader-menu {
  direction: rtl;
  border-right: none;
  border-left: 1px solid #f0f0f0;
}

.ant-cascader-menu-rtl .ant-cascader-menu:first-child {
  border-radius: 0 2px 2px 0;
}

.ant-cascader-menu-rtl .ant-cascader-menu:last-child {
  margin-right: 0;
  margin-left: -1px;
  border-left-color: transparent;
  border-radius: 2px 0 0 2px;
}

.ant-cascader-menu-rtl .ant-cascader-menu:only-child {
  border-radius: 2px;
}

.ant-cascader-menu-rtl .ant-cascader-menu-item-expand {
  padding-right: 12px;
  padding-left: 24px;
}

.ant-cascader-menu-rtl .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-rtl .ant-cascader-menu-item-loading-icon {
  right: auto;
  left: 12px;
}

.ant-cascader-menu-rtl .ant-cascader-menu-item-loading-icon {
  transform: scaleY(-1);
}

.ant-cascader-menus {
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
}

/*
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
 */

/*
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
 */

nz-tree-virtual-scroll-view {
  display: block;
  position: relative;
  overflow: auto;
  contain: strict;
  transform: translateZ(0);
  will-change: scroll-position;
  -webkit-overflow-scrolling: touch;
}

nz-tree-virtual-scroll-view .ant-tree-list,
nz-tree-virtual-scroll-view .ant-tree-list-holder {
  height: 100%;
}

nz-tree-virtual-scroll-view .ant-tree-switcher + .ant-tree-switcher.nz-tree-leaf-line-icon,
nz-tree-view .ant-tree-switcher + .ant-tree-switcher.nz-tree-leaf-line-icon {
  display: none;
}

nz-tree-view .ant-tree-list-holder-inner {
  display: flex;
  flex-direction: column;
}

.ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}

.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}

.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}

.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}

.ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}

.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #1890ff;
}

.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}

.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}

.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}

.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}

.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}

.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}

.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}

.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}

.ant-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}

.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}

.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
}

.ant-tree-checkbox-group-item {
  margin-right: 8px;
}

.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-tree-checkbox-rtl {
  direction: rtl;
}

.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}

.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}

.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 8px;
}

.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #e6f7ff;
}

.ant-tree-list-holder-inner {
  align-items: flex-start;
}

.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}

.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}

.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}

.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}

.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}

.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
  color: inherit;
  font-weight: 500;
}

.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}

.ant-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-tree-switcher .ant-tree-switcher-icon,
.ant-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}

.ant-tree-switcher .ant-tree-switcher-icon svg,
.ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-tree-switcher-noop {
  cursor: default;
}

.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}

.ant-tree-switcher-loading-icon {
  color: #1890ff;
}

.ant-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ant-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  bottom: -4px;
  margin-left: -1px;
  border-left: 1px solid #d9d9d9;
  content: ' ';
}

.ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  margin-left: -1px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}

.ant-tree-checkbox {
  top: auto;
  top: initial;
  margin: 4px 8px 0 0;
}

.ant-tree .ant-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}

.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}

.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}

.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}

.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}

.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}

.ant-tree-node-content-wrapper[draggable='true'] {
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #1890ff;
  border-radius: 1px;
  pointer-events: none;
}

.ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #1890ff;
  border-radius: 50%;
  content: '';
}

.ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1890ff;
}

.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}

.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}

.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}

.ant-tree-show-line .ant-tree-switcher {
  background: #fff;
}

.ant-tree-show-line .ant-tree-switcher-line-icon {
  vertical-align: -0.225em;
}

.ant-tree-rtl {
  direction: rtl;
}

.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}

.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}

.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}

.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}

.ant-tree-rtl.ant-tree-checkbox {
  margin: 4px 0 0 8px;
}

.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
  margin: 4px 0 0 8px;
}

/*
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
 */

.font-highlight {
  color: #ff4d4f;
}

.ant-tree-child-tree {
  overflow: hidden;
}

nz-tree {
  display: block;
}

.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1890ff;
}

.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}

.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}

.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}

.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}

.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}

.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}

.ant-select-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}

.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}

.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
}

.ant-select-tree-checkbox-group-item {
  margin-right: 8px;
}

.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}

.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-select-tree-checkbox-rtl {
  direction: rtl;
}

.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}

.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}

.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 8px;
}

.ant-tree-select-dropdown {
  padding: 8px 4px 0;
}

.ant-tree-select-dropdown-rtl {
  direction: rtl;
}

.ant-tree-select-dropdown .ant-select-tree {
  border-radius: 0;
}

.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
  align-items: stretch;
}

.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode {
  padding-bottom: 8px;
}

.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
  flex: auto;
}

.ant-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
  background: #e6f7ff;
}

.ant-select-tree-list-holder-inner {
  align-items: flex-start;
}

.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
  align-items: stretch;
}

.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
  flex: auto;
}

.ant-select-tree .ant-select-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}

.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}

.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
  background: #f5f5f5;
}

.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
  color: inherit;
  font-weight: 500;
}

.ant-select-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-select-tree-indent-unit {
  display: inline-block;
  width: 24px;
}

.ant-select-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-select-tree-switcher .ant-tree-switcher-icon,
.ant-select-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}

.ant-select-tree-switcher .ant-tree-switcher-icon svg,
.ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-select-tree-switcher-noop {
  cursor: default;
}

.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}

.ant-select-tree-switcher-loading-icon {
  color: #1890ff;
}

.ant-select-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ant-select-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  bottom: -4px;
  margin-left: -1px;
  border-left: 1px solid #d9d9d9;
  content: ' ';
}

.ant-select-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  margin-left: -1px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}

.ant-select-tree-checkbox {
  top: auto;
  top: initial;
  margin: 4px 8px 0 0;
}

.ant-select-tree .ant-select-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}

.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}

.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bae7ff;
}

.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}

.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
  display: none;
}

.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
  background-color: transparent;
}

.ant-select-tree-node-content-wrapper[draggable='true'] {
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-select-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #1890ff;
  border-radius: 1px;
  pointer-events: none;
}

.ant-select-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #1890ff;
  border-radius: 50%;
  content: '';
}

.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1890ff;
}

.ant-select-tree-show-line .ant-select-tree-indent-unit {
  position: relative;
  height: 100%;
}

.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}

.ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
  display: none;
}

.ant-select-tree-show-line .ant-select-tree-switcher {
  background: #fff;
}

.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
  vertical-align: -0.225em;
}

.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}

.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
  transform: scaleY(-1);
}

.ant-tree.ant-select-tree.ant-tree-show-line nz-tree-node[builtin]:not(:last-child) > li::before {
  content: ' ';
  width: 1px;
  border-left: 1px solid #d9d9d9;
  height: calc(100% - 16px);
  position: absolute;
  left: 12px;
  margin: 26px 0;
}

.ant-select-dropdown.ant-select-tree-dropdown {
  top: 100%;
  left: 0;
  position: relative;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: auto;
}

.ant-picker-calendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  background: #fff;
}

.ant-picker-calendar-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0;
}

.ant-picker-calendar-header .ant-picker-calendar-year-select {
  min-width: 80px;
}

.ant-picker-calendar-header .ant-picker-calendar-month-select {
  min-width: 70px;
  margin-left: 8px;
}

.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-left: 8px;
}

.ant-picker-calendar .ant-picker-panel {
  background: #fff;
  border: 0;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
}

.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel {
  width: auto;
}

.ant-picker-calendar .ant-picker-panel .ant-picker-body {
  padding: 8px 0;
}

.ant-picker-calendar .ant-picker-panel .ant-picker-content {
  width: 100%;
}

.ant-picker-calendar-mini {
  border-radius: 2px;
}

.ant-picker-calendar-mini .ant-picker-calendar-header {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-picker-calendar-mini .ant-picker-panel {
  border-radius: 0 0 2px 2px;
}

.ant-picker-calendar-mini .ant-picker-content {
  height: 256px;
}

.ant-picker-calendar-mini .ant-picker-content th {
  height: auto;
  padding: 0;
  line-height: 18px;
}

.ant-picker-calendar-full .ant-picker-panel {
  display: block;
  width: 100%;
  text-align: right;
  background: #fff;
  border: 0;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
  padding: 0;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  height: auto;
  padding: 0 12px 5px 0;
  line-height: 18px;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell::before {
  display: none;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
  background: #f5f5f5;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today::before {
  display: none;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
  background: #e6f7ff;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: #1890ff;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
  display: block;
  width: auto;
  height: auto;
  margin: 0 4px;
  padding: 4px 8px 0;
  border: 0;
  border-top: 2px solid #f0f0f0;
  border-radius: 0;
  transition: background 0.3s;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
  line-height: 24px;
  transition: color 0.3s;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  position: static;
  width: auto;
  height: 86px;
  overflow-y: auto;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  text-align: left;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
  border-color: #1890ff;
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: rgba(0, 0, 0, 0.85);
}

@media only screen and (max-width: 480px) {
  .ant-picker-calendar-header {
    display: block;
  }

  .ant-picker-calendar-header .ant-picker-calendar-year-select {
    width: 50%;
  }

  .ant-picker-calendar-header .ant-picker-calendar-month-select {
    width: calc(50% - 8px);
  }

  .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }

  .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
    width: 50%;
    text-align: center;
  }
}

.ant-picker-calendar-rtl {
  direction: rtl;
}

.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
  margin-right: 8px;
  margin-left: 0;
}

.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-right: 8px;
  margin-left: 0;
}

.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
  text-align: left;
}

.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  padding: 0 0 5px 12px;
}

.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  text-align: right;
}

.ant-result {
  padding: 48px 32px;
}

.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}

.ant-result-error .ant-result-icon > .anticon {
  color: #ff4d4f;
}

.ant-result-info .ant-result-icon > .anticon {
  color: #1890ff;
}

.ant-result-warning .ant-result-icon > .anticon {
  color: #faad14;
}

.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}

.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}

.ant-result-icon > .anticon {
  font-size: 72px;
}

.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.ant-result-extra {
  margin: 24px 0 0 0;
  text-align: center;
}

.ant-result-extra > * {
  margin-right: 8px;
}

.ant-result-extra > *:last-child {
  margin-right: 0;
}

.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}

.ant-result-rtl {
  direction: rtl;
}

.ant-result-rtl .ant-result-extra > * {
  margin-right: 0;
  margin-left: 8px;
}

.ant-result-rtl .ant-result-extra > *:last-child {
  margin-left: 0;
}

nz-result {
  display: block;
}

.ant-space {
  display: inline-flex;
}

.ant-space-vertical {
  flex-direction: column;
}

.ant-space-align-center {
  align-items: center;
}

.ant-space-align-start {
  align-items: flex-start;
}

.ant-space-align-end {
  align-items: flex-end;
}

.ant-space-align-baseline {
  align-items: baseline;
}

.ant-space-item:empty {
  display: none;
}

.ant-space-rtl {
  direction: rtl;
}

nz-space-item {
  display: block;
}

.ant-image {
  position: relative;
  display: inline-block;
}

.ant-image-img {
  display: block;
  width: 100%;
  height: auto;
}

.ant-image-img-placeholder {
  background-color: #f5f5f5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}

.ant-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}

.ant-image-mask-info .anticon {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}

.ant-image-mask:hover {
  opacity: 1;
}

.ant-image-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ant-image-preview {
  pointer-events: none;
  height: 100%;
  text-align: center;
}

.ant-image-preview.ant-zoom-enter,
.ant-image-preview.antzoom-appear {
  transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.ant-image-preview-mask-hidden {
  display: none;
}

.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.ant-image-preview-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.ant-image-preview-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transform: scale3d(1, 1, 1);
  cursor: -webkit-grab;
  cursor: grab;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}

.ant-image-preview-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ant-image-preview-img-wrapper::before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: '';
}

.ant-image-preview-moving .ant-image-preview-img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.ant-image-preview-moving .ant-image-preview-img-wrapper {
  transition-duration: 0s;
}

.ant-image-preview-wrap {
  z-index: 1080;
}

.ant-image-preview-operations {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.85);
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}

.ant-image-preview-operations-operation {
  margin-left: 12px;
  padding: 12px;
  cursor: pointer;
}

.ant-image-preview-operations-operation-disabled {
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.ant-image-preview-operations-operation:last-of-type {
  margin-left: 0;
}

.ant-image-preview-operations-icon {
  font-size: 18px;
}

.ant-image-preview-switch-left,
.ant-image-preview-switch-right {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.ant-image-preview-switch-left-disabled,
.ant-image-preview-switch-right-disabled {
  color: rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
}

.ant-image-preview-switch-left-disabled > .anticon,
.ant-image-preview-switch-right-disabled > .anticon {
  cursor: not-allowed;
}

.ant-image-preview-switch-left > .anticon,
.ant-image-preview-switch-right > .anticon {
  font-size: 18px;
}

.ant-image-preview-switch-left {
  left: 10px;
}

.ant-image-preview-switch-right {
  right: 10px;
}

.cdk-overlay-backdrop.ant-image-preview-mask {
  opacity: 1;
}

/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

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

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: var(--foreground-divider); /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

input, textarea {
  box-sizing: content-box;
  line-height: 1.5;
}

button:focus {
  outline: unset !important;
}

code {
  background: var(--background-app-bar);
  border-radius: var(--border-radius);
  color: var(--text-color);
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 85%;
  padding: 0.2em 0.4em;
}

blockquote {
  background: rgba(var(--color-primary), .1);
  border-left: 3px solid rgb(var(--color-primary));
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
  margin: 1em 0 1.5em;
  padding: 1em 1.5em;
}

blockquote > * {
  margin: 0;
}

:root .space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

:root .space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

:root .space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

:root .space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

:root .space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

:root .space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

:root .space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

:root .space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

:root .space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

:root .space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

:root .space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

:root .space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

:root .space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

:root .space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

:root .space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

:root .space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

:root .space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

:root .space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

:root .space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

:root .space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

:root .space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

:root .space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-gutter > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
}

:root .space-x-gutter > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
  margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

:root .-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

:root .-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

:root .-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

:root .-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

:root .-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

:root .-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

:root .-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

:root .-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

:root .-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

:root .-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

:root .-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

:root .-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

:root .-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

:root .-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

:root .-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

:root .-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

:root .-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

:root .-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

:root .-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

:root .-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

:root .-space-y-gutter > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
}

:root .-space-x-gutter > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
  margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
}

:root .space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

:root .space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

:root .divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

:root .divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

:root .divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
}

:root .divide-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

:root .divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

:root .divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

:root .divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

:root .divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

:root .divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

:root .divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor;
}

:root .divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

:root .divide-black > :not([hidden]) ~ :not([hidden]){
  border-color: var(--text-color);
}

:root .divide-white > :not([hidden]) ~ :not([hidden]){
  border-color: var(--text-color-light);
}

:root .divide-contrast-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

:root .divide-contrast-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

:root .divide-gray-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(158, 158, 158, 0.1);
}

:root .divide-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
}

:root .divide-red-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(244, 67, 54, 0.1);
}

:root .divide-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
}

:root .divide-orange-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 152, 0, 0.1);
}

:root .divide-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
}

:root .divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 87, 34, 0.1);
}

:root .divide-deep-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
}

:root .divide-amber-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 193, 7, 0.1);
}

:root .divide-amber > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
}

:root .divide-green-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(76, 175, 80, 0.1);
}

:root .divide-green > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
}

:root .divide-teal-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 150, 136, 0.1);
}

:root .divide-teal > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
}

:root .divide-cyan-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 188, 212, 0.1);
}

:root .divide-cyan > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
}

:root .divide-purple-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(156, 39, 176, 0.1);
}

:root .divide-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
}

:root .divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(103, 58, 183, 0.1);
}

:root .divide-deep-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
}

:root .divide-pink-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(233, 30, 99, 0.1);
}

:root .divide-pink > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
}

:root .divide-primary-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-primary), .1);
}

:root .divide-primary > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-primary));
}

:root .divide-accent-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-accent), .1);
}

:root .divide-accent > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-accent));
}

:root .divide-warn-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-warn), .1);
}

:root .divide-warn > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-warn));
}

:root .divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

:root .divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

:root .divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

:root .divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

:root .divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

:root .divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0;
}

:root .divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25;
}

:root .divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5;
}

:root .divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75;
}

:root .divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}

:root .sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root .not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

:root .focus\:sr-only:focus{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root .focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

:root .appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:root .bg-fixed{
  background-attachment: fixed;
}

:root .bg-local{
  background-attachment: local;
}

:root .bg-scroll{
  background-attachment: scroll;
}

:root .bg-clip-border{
  background-clip: border-box;
}

:root .bg-clip-padding{
  background-clip: padding-box;
}

:root .bg-clip-content{
  background-clip: content-box;
}

:root .bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

:root .bg-base{
  background-color: var(--background-base);
}

:root .bg-card{
  background-color: var(--background-card);
}

:root .bg-app-bar{
  background-color: var(--background-app-bar);
}

:root .bg-hover{
  background-color: var(--background-hover);
}

:root .bg-current{
  background-color: currentColor;
}

:root .bg-transparent{
  background-color: transparent;
}

:root .bg-black{
  background-color: var(--text-color);
}

:root .bg-white{
  background-color: var(--text-color-light);
}

:root .bg-contrast-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .bg-contrast-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .bg-gray-light{
  background-color: rgba(158, 158, 158, 0.1);
}

:root .bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
}

:root .bg-red-light{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .bg-red{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .bg-orange-light{
  background-color: rgba(255, 152, 0, 0.1);
}

:root .bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
}

:root .bg-deep-orange-light{
  background-color: rgba(255, 87, 34, 0.1);
}

:root .bg-deep-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
}

:root .bg-amber-light{
  background-color: rgba(255, 193, 7, 0.1);
}

:root .bg-amber{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
}

:root .bg-green-light{
  background-color: rgba(76, 175, 80, 0.1);
}

:root .bg-green{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
}

:root .bg-teal-light{
  background-color: rgba(0, 150, 136, 0.1);
}

:root .bg-teal{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
}

:root .bg-cyan-light{
  background-color: rgba(0, 188, 212, 0.1);
}

:root .bg-cyan{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
}

:root .bg-purple-light{
  background-color: rgba(156, 39, 176, 0.1);
}

:root .bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
}

:root .bg-deep-purple-light{
  background-color: rgba(103, 58, 183, 0.1);
}

:root .bg-deep-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
}

:root .bg-pink-light{
  background-color: rgba(233, 30, 99, 0.1);
}

:root .bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
}

:root .bg-primary-light{
  background-color: rgba(var(--color-primary), .1);
}

:root .bg-primary{
  background-color: rgb(var(--color-primary));
}

:root .bg-accent-light{
  background-color: rgba(var(--color-accent), .1);
}

:root .bg-accent{
  background-color: rgb(var(--color-accent));
}

:root .bg-warn-light{
  background-color: rgba(var(--color-warn), .1);
}

:root .bg-warn{
  background-color: rgb(var(--color-warn));
}

:root .hover\:bg-base:hover{
  background-color: var(--background-base);
}

:root .hover\:bg-card:hover{
  background-color: var(--background-card);
}

:root .hover\:bg-app-bar:hover{
  background-color: var(--background-app-bar);
}

:root .hover\:bg-hover:hover{
  background-color: var(--background-hover);
}

:root .hover\:bg-current:hover{
  background-color: currentColor;
}

:root .hover\:bg-transparent:hover{
  background-color: transparent;
}

:root .hover\:bg-black:hover{
  background-color: var(--text-color);
}

:root .hover\:bg-white:hover{
  background-color: var(--text-color-light);
}

:root .hover\:bg-contrast-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-contrast-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .hover\:bg-gray-light:hover{
  background-color: rgba(158, 158, 158, 0.1);
}

:root .hover\:bg-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
}

:root .hover\:bg-red-light:hover{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .hover\:bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .hover\:bg-orange-light:hover{
  background-color: rgba(255, 152, 0, 0.1);
}

:root .hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-deep-orange-light:hover{
  background-color: rgba(255, 87, 34, 0.1);
}

:root .hover\:bg-deep-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
}

:root .hover\:bg-amber-light:hover{
  background-color: rgba(255, 193, 7, 0.1);
}

:root .hover\:bg-amber:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
}

:root .hover\:bg-green-light:hover{
  background-color: rgba(76, 175, 80, 0.1);
}

:root .hover\:bg-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
}

:root .hover\:bg-teal-light:hover{
  background-color: rgba(0, 150, 136, 0.1);
}

:root .hover\:bg-teal:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
}

:root .hover\:bg-cyan-light:hover{
  background-color: rgba(0, 188, 212, 0.1);
}

:root .hover\:bg-cyan:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
}

:root .hover\:bg-purple-light:hover{
  background-color: rgba(156, 39, 176, 0.1);
}

:root .hover\:bg-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
}

:root .hover\:bg-deep-purple-light:hover{
  background-color: rgba(103, 58, 183, 0.1);
}

:root .hover\:bg-deep-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
}

:root .hover\:bg-pink-light:hover{
  background-color: rgba(233, 30, 99, 0.1);
}

:root .hover\:bg-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
}

:root .hover\:bg-primary-light:hover{
  background-color: rgba(var(--color-primary), .1);
}

:root .hover\:bg-primary:hover{
  background-color: rgb(var(--color-primary));
}

:root .hover\:bg-accent-light:hover{
  background-color: rgba(var(--color-accent), .1);
}

:root .hover\:bg-accent:hover{
  background-color: rgb(var(--color-accent));
}

:root .hover\:bg-warn-light:hover{
  background-color: rgba(var(--color-warn), .1);
}

:root .hover\:bg-warn:hover{
  background-color: rgb(var(--color-warn));
}

:root .focus\:bg-base:focus{
  background-color: var(--background-base);
}

:root .focus\:bg-card:focus{
  background-color: var(--background-card);
}

:root .focus\:bg-app-bar:focus{
  background-color: var(--background-app-bar);
}

:root .focus\:bg-hover:focus{
  background-color: var(--background-hover);
}

:root .focus\:bg-current:focus{
  background-color: currentColor;
}

:root .focus\:bg-transparent:focus{
  background-color: transparent;
}

:root .focus\:bg-black:focus{
  background-color: var(--text-color);
}

:root .focus\:bg-white:focus{
  background-color: var(--text-color-light);
}

:root .focus\:bg-contrast-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-contrast-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .focus\:bg-gray-light:focus{
  background-color: rgba(158, 158, 158, 0.1);
}

:root .focus\:bg-gray:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
}

:root .focus\:bg-red-light:focus{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:bg-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .focus\:bg-orange-light:focus{
  background-color: rgba(255, 152, 0, 0.1);
}

:root .focus\:bg-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-deep-orange-light:focus{
  background-color: rgba(255, 87, 34, 0.1);
}

:root .focus\:bg-deep-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
}

:root .focus\:bg-amber-light:focus{
  background-color: rgba(255, 193, 7, 0.1);
}

:root .focus\:bg-amber:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
}

:root .focus\:bg-green-light:focus{
  background-color: rgba(76, 175, 80, 0.1);
}

:root .focus\:bg-green:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
}

:root .focus\:bg-teal-light:focus{
  background-color: rgba(0, 150, 136, 0.1);
}

:root .focus\:bg-teal:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
}

:root .focus\:bg-cyan-light:focus{
  background-color: rgba(0, 188, 212, 0.1);
}

:root .focus\:bg-cyan:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
}

:root .focus\:bg-purple-light:focus{
  background-color: rgba(156, 39, 176, 0.1);
}

:root .focus\:bg-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
}

:root .focus\:bg-deep-purple-light:focus{
  background-color: rgba(103, 58, 183, 0.1);
}

:root .focus\:bg-deep-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
}

:root .focus\:bg-pink-light:focus{
  background-color: rgba(233, 30, 99, 0.1);
}

:root .focus\:bg-pink:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
}

:root .focus\:bg-primary-light:focus{
  background-color: rgba(var(--color-primary), .1);
}

:root .focus\:bg-primary:focus{
  background-color: rgb(var(--color-primary));
}

:root .focus\:bg-accent-light:focus{
  background-color: rgba(var(--color-accent), .1);
}

:root .focus\:bg-accent:focus{
  background-color: rgb(var(--color-accent));
}

:root .focus\:bg-warn-light:focus{
  background-color: rgba(var(--color-warn), .1);
}

:root .focus\:bg-warn:focus{
  background-color: rgb(var(--color-warn));
}

:root .bg-none{
  background-image: none;
}

:root .bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

:root .bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

:root .bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

:root .bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

:root .bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

:root .bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

:root .bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

:root .bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

:root .from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .from-black{
  --tw-gradient-from: var(--text-color);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-white{
  --tw-gradient-from: var(--text-color-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-contrast-black{
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .from-contrast-white{
  --tw-gradient-from: white;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-gray-light{
  --tw-gradient-from: rgba(158, 158, 158, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .from-gray{
  --tw-gradient-from: rgb(158, 158, 158);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .from-red-light{
  --tw-gradient-from: rgba(244, 67, 54, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .from-red{
  --tw-gradient-from: rgb(244, 67, 54);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .from-orange-light{
  --tw-gradient-from: rgba(255, 152, 0, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .from-orange{
  --tw-gradient-from: rgb(255, 152, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .from-deep-orange-light{
  --tw-gradient-from: rgba(255, 87, 34, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .from-deep-orange{
  --tw-gradient-from: rgb(255, 87, 34);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .from-amber-light{
  --tw-gradient-from: rgba(255, 193, 7, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .from-amber{
  --tw-gradient-from: rgb(255, 193, 7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .from-green-light{
  --tw-gradient-from: rgba(76, 175, 80, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .from-green{
  --tw-gradient-from: rgb(76, 175, 80);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .from-teal-light{
  --tw-gradient-from: rgba(0, 150, 136, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .from-teal{
  --tw-gradient-from: rgb(0, 150, 136);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .from-cyan-light{
  --tw-gradient-from: rgba(0, 188, 212, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .from-cyan{
  --tw-gradient-from: rgb(0, 188, 212);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .from-purple-light{
  --tw-gradient-from: rgba(156, 39, 176, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .from-purple{
  --tw-gradient-from: rgb(156, 39, 176);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .from-deep-purple-light{
  --tw-gradient-from: rgba(103, 58, 183, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .from-deep-purple{
  --tw-gradient-from: rgb(103, 58, 183);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .from-pink-light{
  --tw-gradient-from: rgba(233, 30, 99, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .from-pink{
  --tw-gradient-from: rgb(233, 30, 99);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .from-primary-light{
  --tw-gradient-from: rgba(var(--color-primary), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-primary{
  --tw-gradient-from: rgb(var(--color-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-accent-light{
  --tw-gradient-from: rgba(var(--color-accent), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-accent{
  --tw-gradient-from: rgb(var(--color-accent));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-warn-light{
  --tw-gradient-from: rgba(var(--color-warn), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-warn{
  --tw-gradient-from: rgb(var(--color-warn));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .via-black{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-white{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-contrast-black{
  --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .via-contrast-white{
  --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-gray-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .via-gray{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .via-red-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .via-red{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .via-orange-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .via-orange{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .via-deep-orange-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .via-deep-orange{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .via-amber-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .via-amber{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .via-green-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .via-green{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .via-teal-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .via-teal{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .via-cyan-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .via-cyan{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .via-purple-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .via-purple{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .via-deep-purple-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .via-deep-purple{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .via-pink-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .via-pink{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .via-primary-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-primary{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-accent-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-accent{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-warn-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-warn{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .to-current{
  --tw-gradient-to: currentColor;
}

:root .to-transparent{
  --tw-gradient-to: transparent;
}

:root .to-black{
  --tw-gradient-to: var(--text-color);
}

:root .to-white{
  --tw-gradient-to: var(--text-color-light);
}

:root .to-contrast-black{
  --tw-gradient-to: black;
}

:root .to-contrast-white{
  --tw-gradient-to: white;
}

:root .to-gray-light{
  --tw-gradient-to: rgba(158, 158, 158, 0.1);
}

:root .to-gray{
  --tw-gradient-to: rgb(158, 158, 158);
}

:root .to-red-light{
  --tw-gradient-to: rgba(244, 67, 54, 0.1);
}

:root .to-red{
  --tw-gradient-to: rgb(244, 67, 54);
}

:root .to-orange-light{
  --tw-gradient-to: rgba(255, 152, 0, 0.1);
}

:root .to-orange{
  --tw-gradient-to: rgb(255, 152, 0);
}

:root .to-deep-orange-light{
  --tw-gradient-to: rgba(255, 87, 34, 0.1);
}

:root .to-deep-orange{
  --tw-gradient-to: rgb(255, 87, 34);
}

:root .to-amber-light{
  --tw-gradient-to: rgba(255, 193, 7, 0.1);
}

:root .to-amber{
  --tw-gradient-to: rgb(255, 193, 7);
}

:root .to-green-light{
  --tw-gradient-to: rgba(76, 175, 80, 0.1);
}

:root .to-green{
  --tw-gradient-to: rgb(76, 175, 80);
}

:root .to-teal-light{
  --tw-gradient-to: rgba(0, 150, 136, 0.1);
}

:root .to-teal{
  --tw-gradient-to: rgb(0, 150, 136);
}

:root .to-cyan-light{
  --tw-gradient-to: rgba(0, 188, 212, 0.1);
}

:root .to-cyan{
  --tw-gradient-to: rgb(0, 188, 212);
}

:root .to-purple-light{
  --tw-gradient-to: rgba(156, 39, 176, 0.1);
}

:root .to-purple{
  --tw-gradient-to: rgb(156, 39, 176);
}

:root .to-deep-purple-light{
  --tw-gradient-to: rgba(103, 58, 183, 0.1);
}

:root .to-deep-purple{
  --tw-gradient-to: rgb(103, 58, 183);
}

:root .to-pink-light{
  --tw-gradient-to: rgba(233, 30, 99, 0.1);
}

:root .to-pink{
  --tw-gradient-to: rgb(233, 30, 99);
}

:root .to-primary-light{
  --tw-gradient-to: rgba(var(--color-primary), .1);
}

:root .to-primary{
  --tw-gradient-to: rgb(var(--color-primary));
}

:root .to-accent-light{
  --tw-gradient-to: rgba(var(--color-accent), .1);
}

:root .to-accent{
  --tw-gradient-to: rgb(var(--color-accent));
}

:root .to-warn-light{
  --tw-gradient-to: rgba(var(--color-warn), .1);
}

:root .to-warn{
  --tw-gradient-to: rgb(var(--color-warn));
}

:root .hover\:from-current:hover{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:from-black:hover{
  --tw-gradient-from: var(--text-color);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-white:hover{
  --tw-gradient-from: var(--text-color-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-contrast-black:hover{
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:from-contrast-white:hover{
  --tw-gradient-from: white;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-gray-light:hover{
  --tw-gradient-from: rgba(158, 158, 158, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .hover\:from-gray:hover{
  --tw-gradient-from: rgb(158, 158, 158);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .hover\:from-red-light:hover{
  --tw-gradient-from: rgba(244, 67, 54, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:from-red:hover{
  --tw-gradient-from: rgb(244, 67, 54);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:from-orange-light:hover{
  --tw-gradient-from: rgba(255, 152, 0, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .hover\:from-orange:hover{
  --tw-gradient-from: rgb(255, 152, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .hover\:from-deep-orange-light:hover{
  --tw-gradient-from: rgba(255, 87, 34, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .hover\:from-deep-orange:hover{
  --tw-gradient-from: rgb(255, 87, 34);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .hover\:from-amber-light:hover{
  --tw-gradient-from: rgba(255, 193, 7, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .hover\:from-amber:hover{
  --tw-gradient-from: rgb(255, 193, 7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .hover\:from-green-light:hover{
  --tw-gradient-from: rgba(76, 175, 80, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .hover\:from-green:hover{
  --tw-gradient-from: rgb(76, 175, 80);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .hover\:from-teal-light:hover{
  --tw-gradient-from: rgba(0, 150, 136, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .hover\:from-teal:hover{
  --tw-gradient-from: rgb(0, 150, 136);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .hover\:from-cyan-light:hover{
  --tw-gradient-from: rgba(0, 188, 212, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .hover\:from-cyan:hover{
  --tw-gradient-from: rgb(0, 188, 212);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .hover\:from-purple-light:hover{
  --tw-gradient-from: rgba(156, 39, 176, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .hover\:from-purple:hover{
  --tw-gradient-from: rgb(156, 39, 176);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .hover\:from-deep-purple-light:hover{
  --tw-gradient-from: rgba(103, 58, 183, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .hover\:from-deep-purple:hover{
  --tw-gradient-from: rgb(103, 58, 183);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .hover\:from-pink-light:hover{
  --tw-gradient-from: rgba(233, 30, 99, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .hover\:from-pink:hover{
  --tw-gradient-from: rgb(233, 30, 99);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .hover\:from-primary-light:hover{
  --tw-gradient-from: rgba(var(--color-primary), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-primary:hover{
  --tw-gradient-from: rgb(var(--color-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-accent-light:hover{
  --tw-gradient-from: rgba(var(--color-accent), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-accent:hover{
  --tw-gradient-from: rgb(var(--color-accent));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-warn-light:hover{
  --tw-gradient-from: rgba(var(--color-warn), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-warn:hover{
  --tw-gradient-from: rgb(var(--color-warn));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-contrast-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:via-contrast-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-gray-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .hover\:via-gray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .hover\:via-red-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:via-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:via-orange-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .hover\:via-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .hover\:via-deep-orange-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .hover\:via-deep-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .hover\:via-amber-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .hover\:via-amber:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .hover\:via-green-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .hover\:via-green:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .hover\:via-teal-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .hover\:via-teal:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .hover\:via-cyan-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .hover\:via-cyan:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .hover\:via-purple-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .hover\:via-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .hover\:via-deep-purple-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .hover\:via-deep-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .hover\:via-pink-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .hover\:via-pink:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .hover\:via-primary-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-primary:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-accent-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-accent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-warn-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-warn:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:to-current:hover{
  --tw-gradient-to: currentColor;
}

:root .hover\:to-transparent:hover{
  --tw-gradient-to: transparent;
}

:root .hover\:to-black:hover{
  --tw-gradient-to: var(--text-color);
}

:root .hover\:to-white:hover{
  --tw-gradient-to: var(--text-color-light);
}

:root .hover\:to-contrast-black:hover{
  --tw-gradient-to: black;
}

:root .hover\:to-contrast-white:hover{
  --tw-gradient-to: white;
}

:root .hover\:to-gray-light:hover{
  --tw-gradient-to: rgba(158, 158, 158, 0.1);
}

:root .hover\:to-gray:hover{
  --tw-gradient-to: rgb(158, 158, 158);
}

:root .hover\:to-red-light:hover{
  --tw-gradient-to: rgba(244, 67, 54, 0.1);
}

:root .hover\:to-red:hover{
  --tw-gradient-to: rgb(244, 67, 54);
}

:root .hover\:to-orange-light:hover{
  --tw-gradient-to: rgba(255, 152, 0, 0.1);
}

:root .hover\:to-orange:hover{
  --tw-gradient-to: rgb(255, 152, 0);
}

:root .hover\:to-deep-orange-light:hover{
  --tw-gradient-to: rgba(255, 87, 34, 0.1);
}

:root .hover\:to-deep-orange:hover{
  --tw-gradient-to: rgb(255, 87, 34);
}

:root .hover\:to-amber-light:hover{
  --tw-gradient-to: rgba(255, 193, 7, 0.1);
}

:root .hover\:to-amber:hover{
  --tw-gradient-to: rgb(255, 193, 7);
}

:root .hover\:to-green-light:hover{
  --tw-gradient-to: rgba(76, 175, 80, 0.1);
}

:root .hover\:to-green:hover{
  --tw-gradient-to: rgb(76, 175, 80);
}

:root .hover\:to-teal-light:hover{
  --tw-gradient-to: rgba(0, 150, 136, 0.1);
}

:root .hover\:to-teal:hover{
  --tw-gradient-to: rgb(0, 150, 136);
}

:root .hover\:to-cyan-light:hover{
  --tw-gradient-to: rgba(0, 188, 212, 0.1);
}

:root .hover\:to-cyan:hover{
  --tw-gradient-to: rgb(0, 188, 212);
}

:root .hover\:to-purple-light:hover{
  --tw-gradient-to: rgba(156, 39, 176, 0.1);
}

:root .hover\:to-purple:hover{
  --tw-gradient-to: rgb(156, 39, 176);
}

:root .hover\:to-deep-purple-light:hover{
  --tw-gradient-to: rgba(103, 58, 183, 0.1);
}

:root .hover\:to-deep-purple:hover{
  --tw-gradient-to: rgb(103, 58, 183);
}

:root .hover\:to-pink-light:hover{
  --tw-gradient-to: rgba(233, 30, 99, 0.1);
}

:root .hover\:to-pink:hover{
  --tw-gradient-to: rgb(233, 30, 99);
}

:root .hover\:to-primary-light:hover{
  --tw-gradient-to: rgba(var(--color-primary), .1);
}

:root .hover\:to-primary:hover{
  --tw-gradient-to: rgb(var(--color-primary));
}

:root .hover\:to-accent-light:hover{
  --tw-gradient-to: rgba(var(--color-accent), .1);
}

:root .hover\:to-accent:hover{
  --tw-gradient-to: rgb(var(--color-accent));
}

:root .hover\:to-warn-light:hover{
  --tw-gradient-to: rgba(var(--color-warn), .1);
}

:root .hover\:to-warn:hover{
  --tw-gradient-to: rgb(var(--color-warn));
}

:root .focus\:from-current:focus{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:from-black:focus{
  --tw-gradient-from: var(--text-color);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-white:focus{
  --tw-gradient-from: var(--text-color-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-contrast-black:focus{
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:from-contrast-white:focus{
  --tw-gradient-from: white;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-gray-light:focus{
  --tw-gradient-from: rgba(158, 158, 158, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .focus\:from-gray:focus{
  --tw-gradient-from: rgb(158, 158, 158);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .focus\:from-red-light:focus{
  --tw-gradient-from: rgba(244, 67, 54, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:from-red:focus{
  --tw-gradient-from: rgb(244, 67, 54);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:from-orange-light:focus{
  --tw-gradient-from: rgba(255, 152, 0, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .focus\:from-orange:focus{
  --tw-gradient-from: rgb(255, 152, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .focus\:from-deep-orange-light:focus{
  --tw-gradient-from: rgba(255, 87, 34, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .focus\:from-deep-orange:focus{
  --tw-gradient-from: rgb(255, 87, 34);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .focus\:from-amber-light:focus{
  --tw-gradient-from: rgba(255, 193, 7, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .focus\:from-amber:focus{
  --tw-gradient-from: rgb(255, 193, 7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .focus\:from-green-light:focus{
  --tw-gradient-from: rgba(76, 175, 80, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .focus\:from-green:focus{
  --tw-gradient-from: rgb(76, 175, 80);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .focus\:from-teal-light:focus{
  --tw-gradient-from: rgba(0, 150, 136, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .focus\:from-teal:focus{
  --tw-gradient-from: rgb(0, 150, 136);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .focus\:from-cyan-light:focus{
  --tw-gradient-from: rgba(0, 188, 212, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .focus\:from-cyan:focus{
  --tw-gradient-from: rgb(0, 188, 212);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .focus\:from-purple-light:focus{
  --tw-gradient-from: rgba(156, 39, 176, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .focus\:from-purple:focus{
  --tw-gradient-from: rgb(156, 39, 176);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .focus\:from-deep-purple-light:focus{
  --tw-gradient-from: rgba(103, 58, 183, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .focus\:from-deep-purple:focus{
  --tw-gradient-from: rgb(103, 58, 183);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .focus\:from-pink-light:focus{
  --tw-gradient-from: rgba(233, 30, 99, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .focus\:from-pink:focus{
  --tw-gradient-from: rgb(233, 30, 99);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .focus\:from-primary-light:focus{
  --tw-gradient-from: rgba(var(--color-primary), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-primary:focus{
  --tw-gradient-from: rgb(var(--color-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-accent-light:focus{
  --tw-gradient-from: rgba(var(--color-accent), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-accent:focus{
  --tw-gradient-from: rgb(var(--color-accent));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-warn-light:focus{
  --tw-gradient-from: rgba(var(--color-warn), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-warn:focus{
  --tw-gradient-from: rgb(var(--color-warn));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-contrast-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:via-contrast-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-gray-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .focus\:via-gray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .focus\:via-red-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:via-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:via-orange-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .focus\:via-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .focus\:via-deep-orange-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .focus\:via-deep-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .focus\:via-amber-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .focus\:via-amber:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .focus\:via-green-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .focus\:via-green:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .focus\:via-teal-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .focus\:via-teal:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .focus\:via-cyan-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .focus\:via-cyan:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .focus\:via-purple-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .focus\:via-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .focus\:via-deep-purple-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .focus\:via-deep-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .focus\:via-pink-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .focus\:via-pink:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .focus\:via-primary-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-primary:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-accent-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-accent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-warn-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-warn:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:to-current:focus{
  --tw-gradient-to: currentColor;
}

:root .focus\:to-transparent:focus{
  --tw-gradient-to: transparent;
}

:root .focus\:to-black:focus{
  --tw-gradient-to: var(--text-color);
}

:root .focus\:to-white:focus{
  --tw-gradient-to: var(--text-color-light);
}

:root .focus\:to-contrast-black:focus{
  --tw-gradient-to: black;
}

:root .focus\:to-contrast-white:focus{
  --tw-gradient-to: white;
}

:root .focus\:to-gray-light:focus{
  --tw-gradient-to: rgba(158, 158, 158, 0.1);
}

:root .focus\:to-gray:focus{
  --tw-gradient-to: rgb(158, 158, 158);
}

:root .focus\:to-red-light:focus{
  --tw-gradient-to: rgba(244, 67, 54, 0.1);
}

:root .focus\:to-red:focus{
  --tw-gradient-to: rgb(244, 67, 54);
}

:root .focus\:to-orange-light:focus{
  --tw-gradient-to: rgba(255, 152, 0, 0.1);
}

:root .focus\:to-orange:focus{
  --tw-gradient-to: rgb(255, 152, 0);
}

:root .focus\:to-deep-orange-light:focus{
  --tw-gradient-to: rgba(255, 87, 34, 0.1);
}

:root .focus\:to-deep-orange:focus{
  --tw-gradient-to: rgb(255, 87, 34);
}

:root .focus\:to-amber-light:focus{
  --tw-gradient-to: rgba(255, 193, 7, 0.1);
}

:root .focus\:to-amber:focus{
  --tw-gradient-to: rgb(255, 193, 7);
}

:root .focus\:to-green-light:focus{
  --tw-gradient-to: rgba(76, 175, 80, 0.1);
}

:root .focus\:to-green:focus{
  --tw-gradient-to: rgb(76, 175, 80);
}

:root .focus\:to-teal-light:focus{
  --tw-gradient-to: rgba(0, 150, 136, 0.1);
}

:root .focus\:to-teal:focus{
  --tw-gradient-to: rgb(0, 150, 136);
}

:root .focus\:to-cyan-light:focus{
  --tw-gradient-to: rgba(0, 188, 212, 0.1);
}

:root .focus\:to-cyan:focus{
  --tw-gradient-to: rgb(0, 188, 212);
}

:root .focus\:to-purple-light:focus{
  --tw-gradient-to: rgba(156, 39, 176, 0.1);
}

:root .focus\:to-purple:focus{
  --tw-gradient-to: rgb(156, 39, 176);
}

:root .focus\:to-deep-purple-light:focus{
  --tw-gradient-to: rgba(103, 58, 183, 0.1);
}

:root .focus\:to-deep-purple:focus{
  --tw-gradient-to: rgb(103, 58, 183);
}

:root .focus\:to-pink-light:focus{
  --tw-gradient-to: rgba(233, 30, 99, 0.1);
}

:root .focus\:to-pink:focus{
  --tw-gradient-to: rgb(233, 30, 99);
}

:root .focus\:to-primary-light:focus{
  --tw-gradient-to: rgba(var(--color-primary), .1);
}

:root .focus\:to-primary:focus{
  --tw-gradient-to: rgb(var(--color-primary));
}

:root .focus\:to-accent-light:focus{
  --tw-gradient-to: rgba(var(--color-accent), .1);
}

:root .focus\:to-accent:focus{
  --tw-gradient-to: rgb(var(--color-accent));
}

:root .focus\:to-warn-light:focus{
  --tw-gradient-to: rgba(var(--color-warn), .1);
}

:root .focus\:to-warn:focus{
  --tw-gradient-to: rgb(var(--color-warn));
}

:root .bg-opacity-0{
  --tw-bg-opacity: 0;
}

:root .bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

:root .bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

:root .bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

:root .bg-opacity-100{
  --tw-bg-opacity: 1;
}

:root .group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

:root .group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

:root .group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

:root .group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

:root .group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

:root .focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0;
}

:root .focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25;
}

:root .focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5;
}

:root .focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75;
}

:root .focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1;
}

:root .hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

:root .hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

:root .hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

:root .hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

:root .hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

:root .focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

:root .focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

:root .focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

:root .focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

:root .focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

:root .bg-bottom{
  background-position: bottom;
}

:root .bg-center{
  background-position: center;
}

:root .bg-left{
  background-position: left;
}

:root .bg-left-bottom{
  background-position: left bottom;
}

:root .bg-left-top{
  background-position: left top;
}

:root .bg-right{
  background-position: right;
}

:root .bg-right-bottom{
  background-position: right bottom;
}

:root .bg-right-top{
  background-position: right top;
}

:root .bg-top{
  background-position: top;
}

:root .bg-repeat{
  background-repeat: repeat;
}

:root .bg-no-repeat{
  background-repeat: no-repeat;
}

:root .bg-repeat-x{
  background-repeat: repeat-x;
}

:root .bg-repeat-y{
  background-repeat: repeat-y;
}

:root .bg-repeat-round{
  background-repeat: round;
}

:root .bg-repeat-space{
  background-repeat: space;
}

:root .bg-auto{
  background-size: auto;
}

:root .bg-cover{
  background-size: cover;
}

:root .bg-contain{
  background-size: contain;
}

:root .border-collapse{
  border-collapse: collapse;
}

:root .border-separate{
  border-collapse: separate;
}

:root .border-current{
  border-color: currentColor;
}

:root .border-transparent{
  border-color: transparent;
}

:root .border-black{
  border-color: var(--text-color);
}

:root .border-white{
  border-color: var(--text-color-light);
}

:root .border-contrast-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

:root .border-contrast-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

:root .border-gray-light{
  border-color: rgba(158, 158, 158, 0.1);
}

:root .border-gray{
  --tw-border-opacity: 1;
  border-color: rgba(158, 158, 158, var(--tw-border-opacity));
}

:root .border-red-light{
  border-color: rgba(244, 67, 54, 0.1);
}

:root .border-red{
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
}

:root .border-orange-light{
  border-color: rgba(255, 152, 0, 0.1);
}

:root .border-orange{
  --tw-border-opacity: 1;
  border-color: rgba(255, 152, 0, var(--tw-border-opacity));
}

:root .border-deep-orange-light{
  border-color: rgba(255, 87, 34, 0.1);
}

:root .border-deep-orange{
  --tw-border-opacity: 1;
  border-color: rgba(255, 87, 34, var(--tw-border-opacity));
}

:root .border-amber-light{
  border-color: rgba(255, 193, 7, 0.1);
}

:root .border-amber{
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity));
}

:root .border-green-light{
  border-color: rgba(76, 175, 80, 0.1);
}

:root .border-green{
  --tw-border-opacity: 1;
  border-color: rgba(76, 175, 80, var(--tw-border-opacity));
}

:root .border-teal-light{
  border-color: rgba(0, 150, 136, 0.1);
}

:root .border-teal{
  --tw-border-opacity: 1;
  border-color: rgba(0, 150, 136, var(--tw-border-opacity));
}

:root .border-cyan-light{
  border-color: rgba(0, 188, 212, 0.1);
}

:root .border-cyan{
  --tw-border-opacity: 1;
  border-color: rgba(0, 188, 212, var(--tw-border-opacity));
}

:root .border-purple-light{
  border-color: rgba(156, 39, 176, 0.1);
}

:root .border-purple{
  --tw-border-opacity: 1;
  border-color: rgba(156, 39, 176, var(--tw-border-opacity));
}

:root .border-deep-purple-light{
  border-color: rgba(103, 58, 183, 0.1);
}

:root .border-deep-purple{
  --tw-border-opacity: 1;
  border-color: rgba(103, 58, 183, var(--tw-border-opacity));
}

:root .border-pink-light{
  border-color: rgba(233, 30, 99, 0.1);
}

:root .border-pink{
  --tw-border-opacity: 1;
  border-color: rgba(233, 30, 99, var(--tw-border-opacity));
}

:root .border-primary-light{
  border-color: rgba(var(--color-primary), .1);
}

:root .border-primary{
  border-color: rgb(var(--color-primary));
}

:root .border-accent-light{
  border-color: rgba(var(--color-accent), .1);
}

:root .border-accent{
  border-color: rgb(var(--color-accent));
}

:root .border-warn-light{
  border-color: rgba(var(--color-warn), .1);
}

:root .border-warn{
  border-color: rgb(var(--color-warn));
}

:root .hover\:border-current:hover{
  border-color: currentColor;
}

:root .hover\:border-transparent:hover{
  border-color: transparent;
}

:root .hover\:border-black:hover{
  border-color: var(--text-color);
}

:root .hover\:border-white:hover{
  border-color: var(--text-color-light);
}

:root .hover\:border-contrast-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

:root .hover\:border-contrast-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

:root .hover\:border-gray-light:hover{
  border-color: rgba(158, 158, 158, 0.1);
}

:root .hover\:border-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgba(158, 158, 158, var(--tw-border-opacity));
}

:root .hover\:border-red-light:hover{
  border-color: rgba(244, 67, 54, 0.1);
}

:root .hover\:border-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
}

:root .hover\:border-orange-light:hover{
  border-color: rgba(255, 152, 0, 0.1);
}

:root .hover\:border-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 152, 0, var(--tw-border-opacity));
}

:root .hover\:border-deep-orange-light:hover{
  border-color: rgba(255, 87, 34, 0.1);
}

:root .hover\:border-deep-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 87, 34, var(--tw-border-opacity));
}

:root .hover\:border-amber-light:hover{
  border-color: rgba(255, 193, 7, 0.1);
}

:root .hover\:border-amber:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity));
}

:root .hover\:border-green-light:hover{
  border-color: rgba(76, 175, 80, 0.1);
}

:root .hover\:border-green:hover{
  --tw-border-opacity: 1;
  border-color: rgba(76, 175, 80, var(--tw-border-opacity));
}

:root .hover\:border-teal-light:hover{
  border-color: rgba(0, 150, 136, 0.1);
}

:root .hover\:border-teal:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 150, 136, var(--tw-border-opacity));
}

:root .hover\:border-cyan-light:hover{
  border-color: rgba(0, 188, 212, 0.1);
}

:root .hover\:border-cyan:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 188, 212, var(--tw-border-opacity));
}

:root .hover\:border-purple-light:hover{
  border-color: rgba(156, 39, 176, 0.1);
}

:root .hover\:border-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgba(156, 39, 176, var(--tw-border-opacity));
}

:root .hover\:border-deep-purple-light:hover{
  border-color: rgba(103, 58, 183, 0.1);
}

:root .hover\:border-deep-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgba(103, 58, 183, var(--tw-border-opacity));
}

:root .hover\:border-pink-light:hover{
  border-color: rgba(233, 30, 99, 0.1);
}

:root .hover\:border-pink:hover{
  --tw-border-opacity: 1;
  border-color: rgba(233, 30, 99, var(--tw-border-opacity));
}

:root .hover\:border-primary-light:hover{
  border-color: rgba(var(--color-primary), .1);
}

:root .hover\:border-primary:hover{
  border-color: rgb(var(--color-primary));
}

:root .hover\:border-accent-light:hover{
  border-color: rgba(var(--color-accent), .1);
}

:root .hover\:border-accent:hover{
  border-color: rgb(var(--color-accent));
}

:root .hover\:border-warn-light:hover{
  border-color: rgba(var(--color-warn), .1);
}

:root .hover\:border-warn:hover{
  border-color: rgb(var(--color-warn));
}

:root .focus\:border-current:focus{
  border-color: currentColor;
}

:root .focus\:border-transparent:focus{
  border-color: transparent;
}

:root .focus\:border-black:focus{
  border-color: var(--text-color);
}

:root .focus\:border-white:focus{
  border-color: var(--text-color-light);
}

:root .focus\:border-contrast-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

:root .focus\:border-contrast-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

:root .focus\:border-gray-light:focus{
  border-color: rgba(158, 158, 158, 0.1);
}

:root .focus\:border-gray:focus{
  --tw-border-opacity: 1;
  border-color: rgba(158, 158, 158, var(--tw-border-opacity));
}

:root .focus\:border-red-light:focus{
  border-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:border-red:focus{
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
}

:root .focus\:border-orange-light:focus{
  border-color: rgba(255, 152, 0, 0.1);
}

:root .focus\:border-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 152, 0, var(--tw-border-opacity));
}

:root .focus\:border-deep-orange-light:focus{
  border-color: rgba(255, 87, 34, 0.1);
}

:root .focus\:border-deep-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 87, 34, var(--tw-border-opacity));
}

:root .focus\:border-amber-light:focus{
  border-color: rgba(255, 193, 7, 0.1);
}

:root .focus\:border-amber:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity));
}

:root .focus\:border-green-light:focus{
  border-color: rgba(76, 175, 80, 0.1);
}

:root .focus\:border-green:focus{
  --tw-border-opacity: 1;
  border-color: rgba(76, 175, 80, var(--tw-border-opacity));
}

:root .focus\:border-teal-light:focus{
  border-color: rgba(0, 150, 136, 0.1);
}

:root .focus\:border-teal:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 150, 136, var(--tw-border-opacity));
}

:root .focus\:border-cyan-light:focus{
  border-color: rgba(0, 188, 212, 0.1);
}

:root .focus\:border-cyan:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 188, 212, var(--tw-border-opacity));
}

:root .focus\:border-purple-light:focus{
  border-color: rgba(156, 39, 176, 0.1);
}

:root .focus\:border-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgba(156, 39, 176, var(--tw-border-opacity));
}

:root .focus\:border-deep-purple-light:focus{
  border-color: rgba(103, 58, 183, 0.1);
}

:root .focus\:border-deep-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgba(103, 58, 183, var(--tw-border-opacity));
}

:root .focus\:border-pink-light:focus{
  border-color: rgba(233, 30, 99, 0.1);
}

:root .focus\:border-pink:focus{
  --tw-border-opacity: 1;
  border-color: rgba(233, 30, 99, var(--tw-border-opacity));
}

:root .focus\:border-primary-light:focus{
  border-color: rgba(var(--color-primary), .1);
}

:root .focus\:border-primary:focus{
  border-color: rgb(var(--color-primary));
}

:root .focus\:border-accent-light:focus{
  border-color: rgba(var(--color-accent), .1);
}

:root .focus\:border-accent:focus{
  border-color: rgb(var(--color-accent));
}

:root .focus\:border-warn-light:focus{
  border-color: rgba(var(--color-warn), .1);
}

:root .focus\:border-warn:focus{
  border-color: rgb(var(--color-warn));
}

:root .border-opacity-0{
  --tw-border-opacity: 0;
}

:root .border-opacity-25{
  --tw-border-opacity: 0.25;
}

:root .border-opacity-50{
  --tw-border-opacity: 0.5;
}

:root .border-opacity-75{
  --tw-border-opacity: 0.75;
}

:root .border-opacity-100{
  --tw-border-opacity: 1;
}

:root .group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

:root .group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

:root .group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

:root .group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

:root .group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

:root .focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0;
}

:root .focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25;
}

:root .focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5;
}

:root .focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75;
}

:root .focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1;
}

:root .hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}

:root .hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}

:root .hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

:root .hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}

:root .hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}

:root .focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}

:root .focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}

:root .focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

:root .focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}

:root .focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}

:root .rounded-none{
  border-radius: 0;
}

:root .rounded-sm{
  border-radius: 0.125rem;
}

:root .rounded{
  border-radius: 0.25rem;
}

:root .rounded-lg{
  border-radius: 0.5rem;
}

:root .rounded-full{
  border-radius: 9999px;
}

:root .rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:root .rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

:root .rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

:root .rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

:root .rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

:root .rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

:root .rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root .rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root .rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

:root .rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

:root .rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root .rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root .rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

:root .rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

:root .rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root .rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root .rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

:root .rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:root .rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root .rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root .rounded-tl-none{
  border-top-left-radius: 0;
}

:root .rounded-tr-none{
  border-top-right-radius: 0;
}

:root .rounded-br-none{
  border-bottom-right-radius: 0;
}

:root .rounded-bl-none{
  border-bottom-left-radius: 0;
}

:root .rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

:root .rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

:root .rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

:root .rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

:root .rounded-tl{
  border-top-left-radius: 0.25rem;
}

:root .rounded-tr{
  border-top-right-radius: 0.25rem;
}

:root .rounded-br{
  border-bottom-right-radius: 0.25rem;
}

:root .rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

:root .rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

:root .rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

:root .rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

:root .rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

:root .rounded-tl-full{
  border-top-left-radius: 9999px;
}

:root .rounded-tr-full{
  border-top-right-radius: 9999px;
}

:root .rounded-br-full{
  border-bottom-right-radius: 9999px;
}

:root .rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-none{
  border-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-sm{
  border-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded{
  border-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-lg{
  border-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-full{
  border-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-tl-none{
  border-top-left-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-tr-none{
  border-top-right-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-br-none{
  border-bottom-right-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-bl-none{
  border-bottom-left-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-tl{
  border-top-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-tr{
  border-top-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-br{
  border-bottom-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-tl-full{
  border-top-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-tr-full{
  border-top-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-br-full{
  border-bottom-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-none{
  border-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-sm{
  border-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded{
  border-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-lg{
  border-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-full{
  border-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-tl-none{
  border-top-left-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-tr-none{
  border-top-right-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-br-none{
  border-bottom-right-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-bl-none{
  border-bottom-left-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-tl{
  border-top-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-tr{
  border-top-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-br{
  border-bottom-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-tl-full{
  border-top-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-tr-full{
  border-top-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-br-full{
  border-bottom-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

:root .border-solid{
  border-style: solid;
}

:root .border-dashed{
  border-style: dashed;
}

:root .border-dotted{
  border-style: dotted;
}

:root .border-double{
  border-style: double;
}

:root .border-none{
  border-style: none;
}

:root .border-0{
  border-width: 0;
}

:root .border-2{
  border-width: 2px;
}

:root .border-3{
  border-width: 3px;
}

:root .border-4{
  border-width: 4px;
}

:root .border-8{
  border-width: 8px;
}

:root .border{
  border-width: 1px;
}

:root .border-t-0{
  border-top-width: 0;
}

:root .border-r-0{
  border-right-width: 0;
}

:root .border-b-0{
  border-bottom-width: 0;
}

:root .border-l-0{
  border-left-width: 0;
}

:root .border-t-2{
  border-top-width: 2px;
}

:root .border-r-2{
  border-right-width: 2px;
}

:root .border-b-2{
  border-bottom-width: 2px;
}

:root .border-l-2{
  border-left-width: 2px;
}

:root .border-t-3{
  border-top-width: 3px;
}

:root .border-r-3{
  border-right-width: 3px;
}

:root .border-b-3{
  border-bottom-width: 3px;
}

:root .border-l-3{
  border-left-width: 3px;
}

:root .border-t-4{
  border-top-width: 4px;
}

:root .border-r-4{
  border-right-width: 4px;
}

:root .border-b-4{
  border-bottom-width: 4px;
}

:root .border-l-4{
  border-left-width: 4px;
}

:root .border-t-8{
  border-top-width: 8px;
}

:root .border-r-8{
  border-right-width: 8px;
}

:root .border-b-8{
  border-bottom-width: 8px;
}

:root .border-l-8{
  border-left-width: 8px;
}

:root .border-t{
  border-top-width: 1px;
}

:root .border-r{
  border-right-width: 1px;
}

:root .border-b{
  border-bottom-width: 1px;
}

:root .border-l{
  border-left-width: 1px;
}

:root [dir=ltr] .ltr\:border-0{
  border-width: 0;
}

:root [dir=ltr] .ltr\:border-2{
  border-width: 2px;
}

:root [dir=ltr] .ltr\:border-3{
  border-width: 3px;
}

:root [dir=ltr] .ltr\:border-4{
  border-width: 4px;
}

:root [dir=ltr] .ltr\:border-8{
  border-width: 8px;
}

:root [dir=ltr] .ltr\:border{
  border-width: 1px;
}

:root [dir=ltr] .ltr\:border-t-0{
  border-top-width: 0;
}

:root [dir=ltr] .ltr\:border-r-0{
  border-right-width: 0;
}

:root [dir=ltr] .ltr\:border-b-0{
  border-bottom-width: 0;
}

:root [dir=ltr] .ltr\:border-l-0{
  border-left-width: 0;
}

:root [dir=ltr] .ltr\:border-t-2{
  border-top-width: 2px;
}

:root [dir=ltr] .ltr\:border-r-2{
  border-right-width: 2px;
}

:root [dir=ltr] .ltr\:border-b-2{
  border-bottom-width: 2px;
}

:root [dir=ltr] .ltr\:border-l-2{
  border-left-width: 2px;
}

:root [dir=ltr] .ltr\:border-t-3{
  border-top-width: 3px;
}

:root [dir=ltr] .ltr\:border-r-3{
  border-right-width: 3px;
}

:root [dir=ltr] .ltr\:border-b-3{
  border-bottom-width: 3px;
}

:root [dir=ltr] .ltr\:border-l-3{
  border-left-width: 3px;
}

:root [dir=ltr] .ltr\:border-t-4{
  border-top-width: 4px;
}

:root [dir=ltr] .ltr\:border-r-4{
  border-right-width: 4px;
}

:root [dir=ltr] .ltr\:border-b-4{
  border-bottom-width: 4px;
}

:root [dir=ltr] .ltr\:border-l-4{
  border-left-width: 4px;
}

:root [dir=ltr] .ltr\:border-t-8{
  border-top-width: 8px;
}

:root [dir=ltr] .ltr\:border-r-8{
  border-right-width: 8px;
}

:root [dir=ltr] .ltr\:border-b-8{
  border-bottom-width: 8px;
}

:root [dir=ltr] .ltr\:border-l-8{
  border-left-width: 8px;
}

:root [dir=ltr] .ltr\:border-t{
  border-top-width: 1px;
}

:root [dir=ltr] .ltr\:border-r{
  border-right-width: 1px;
}

:root [dir=ltr] .ltr\:border-b{
  border-bottom-width: 1px;
}

:root [dir=ltr] .ltr\:border-l{
  border-left-width: 1px;
}

:root [dir=rtl] .rtl\:border-0{
  border-width: 0;
}

:root [dir=rtl] .rtl\:border-2{
  border-width: 2px;
}

:root [dir=rtl] .rtl\:border-3{
  border-width: 3px;
}

:root [dir=rtl] .rtl\:border-4{
  border-width: 4px;
}

:root [dir=rtl] .rtl\:border-8{
  border-width: 8px;
}

:root [dir=rtl] .rtl\:border{
  border-width: 1px;
}

:root [dir=rtl] .rtl\:border-t-0{
  border-top-width: 0;
}

:root [dir=rtl] .rtl\:border-r-0{
  border-right-width: 0;
}

:root [dir=rtl] .rtl\:border-b-0{
  border-bottom-width: 0;
}

:root [dir=rtl] .rtl\:border-l-0{
  border-left-width: 0;
}

:root [dir=rtl] .rtl\:border-t-2{
  border-top-width: 2px;
}

:root [dir=rtl] .rtl\:border-r-2{
  border-right-width: 2px;
}

:root [dir=rtl] .rtl\:border-b-2{
  border-bottom-width: 2px;
}

:root [dir=rtl] .rtl\:border-l-2{
  border-left-width: 2px;
}

:root [dir=rtl] .rtl\:border-t-3{
  border-top-width: 3px;
}

:root [dir=rtl] .rtl\:border-r-3{
  border-right-width: 3px;
}

:root [dir=rtl] .rtl\:border-b-3{
  border-bottom-width: 3px;
}

:root [dir=rtl] .rtl\:border-l-3{
  border-left-width: 3px;
}

:root [dir=rtl] .rtl\:border-t-4{
  border-top-width: 4px;
}

:root [dir=rtl] .rtl\:border-r-4{
  border-right-width: 4px;
}

:root [dir=rtl] .rtl\:border-b-4{
  border-bottom-width: 4px;
}

:root [dir=rtl] .rtl\:border-l-4{
  border-left-width: 4px;
}

:root [dir=rtl] .rtl\:border-t-8{
  border-top-width: 8px;
}

:root [dir=rtl] .rtl\:border-r-8{
  border-right-width: 8px;
}

:root [dir=rtl] .rtl\:border-b-8{
  border-bottom-width: 8px;
}

:root [dir=rtl] .rtl\:border-l-8{
  border-left-width: 8px;
}

:root [dir=rtl] .rtl\:border-t{
  border-top-width: 1px;
}

:root [dir=rtl] .rtl\:border-r{
  border-right-width: 1px;
}

:root [dir=rtl] .rtl\:border-b{
  border-bottom-width: 1px;
}

:root [dir=rtl] .rtl\:border-l{
  border-left-width: 1px;
}

:root .box-border{
  box-sizing: border-box;
}

:root .box-content{
  box-sizing: content-box;
}

:root .cursor-auto{
  cursor: auto;
}

:root .cursor{
  cursor: default;
}

:root .cursor-pointer{
  cursor: pointer;
}

:root .cursor-wait{
  cursor: wait;
}

:root .cursor-text{
  cursor: text;
}

:root .cursor-move{
  cursor: move;
}

:root .cursor-not-allowed{
  cursor: not-allowed;
}

:root .block{
  display: block;
}

:root .inline-block{
  display: inline-block;
}

:root .inline{
  display: inline;
}

:root .flex{
  display: flex;
}

:root .inline-flex{
  display: inline-flex;
}

:root .table{
  display: table;
}

:root .table-caption{
  display: table-caption;
}

:root .table-cell{
  display: table-cell;
}

:root .table-column{
  display: table-column;
}

:root .table-column-group{
  display: table-column-group;
}

:root .table-footer-group{
  display: table-footer-group;
}

:root .table-header-group{
  display: table-header-group;
}

:root .table-row-group{
  display: table-row-group;
}

:root .table-row{
  display: table-row;
}

:root .flow-root{
  display: flow-root;
}

:root .grid{
  display: grid;
}

:root .inline-grid{
  display: inline-grid;
}

:root .contents{
  display: contents;
}

:root .hidden{
  display: none;
}

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

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

:root .flex-col{
  flex-direction: column;
}

:root .flex-col-reverse{
  flex-direction: column-reverse;
}

:root .flex-wrap{
  flex-wrap: wrap;
}

:root .flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

:root .flex-nowrap{
  flex-wrap: nowrap;
}

:root .place-items-auto{
  place-items: auto;
}

:root .place-items-start{
  place-items: start;
}

:root .place-items-end{
  place-items: end;
}

:root .place-items-center{
  place-items: center;
}

:root .place-items-stretch{
  place-items: stretch;
}

:root .place-content-center{
  place-content: center;
}

:root .place-content-start{
  place-content: start;
}

:root .place-content-end{
  place-content: end;
}

:root .place-content-between{
  place-content: space-between;
}

:root .place-content-around{
  place-content: space-around;
}

:root .place-content-evenly{
  place-content: space-evenly;
}

:root .place-content-stretch{
  place-content: stretch;
}

:root .place-self-auto{
  place-self: auto;
}

:root .place-self-start{
  place-self: start;
}

:root .place-self-end{
  place-self: end;
}

:root .place-self-center{
  place-self: center;
}

:root .place-self-stretch{
  place-self: stretch;
}

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

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

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

:root .items-baseline{
  align-items: baseline;
}

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

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

:root .content-start{
  align-content: flex-start;
}

:root .content-end{
  align-content: flex-end;
}

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

:root .content-around{
  align-content: space-around;
}

:root .content-evenly{
  align-content: space-evenly;
}

:root .self-auto{
  align-self: auto;
}

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

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

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

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

:root .justify-items-auto{
  justify-items: auto;
}

:root .justify-items-start{
  justify-items: start;
}

:root .justify-items-end{
  justify-items: end;
}

:root .justify-items-center{
  justify-items: center;
}

:root .justify-items-stretch{
  justify-items: stretch;
}

:root .justify-start{
  justify-content: flex-start;
}

:root .justify-end{
  justify-content: flex-end;
}

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

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

:root .justify-around{
  justify-content: space-around;
}

:root .justify-evenly{
  justify-content: space-evenly;
}

:root .justify-self-auto{
  justify-self: auto;
}

:root .justify-self-start{
  justify-self: start;
}

:root .justify-self-end{
  justify-self: end;
}

:root .justify-self-center{
  justify-self: center;
}

:root .justify-self-stretch{
  justify-self: stretch;
}

:root .flex-1{
  flex: 1 1 0%;
}

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

:root .flex-initial{
  flex: 0 1 auto;
}

:root .flex-none{
  flex: none;
}

:root .flex-grow-0{
  flex-grow: 0;
}

:root .flex-grow{
  flex-grow: 1;
}

:root .flex-shrink-0{
  flex-shrink: 0;
}

:root .flex-shrink{
  flex-shrink: 1;
}

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

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

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

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

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

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

:root .order-7{
  order: 7;
}

:root .order-8{
  order: 8;
}

:root .order-9{
  order: 9;
}

:root .order-10{
  order: 10;
}

:root .order-11{
  order: 11;
}

:root .order-12{
  order: 12;
}

:root .order-first{
  order: -9999;
}

:root .order-last{
  order: 9999;
}

:root .order-none{
  order: 0;
}

:root .float-right{
  float: right;
}

:root .float-left{
  float: left;
}

:root .float-none{
  float: none;
}

:root .clear-left{
  clear: left;
}

:root .clear-right{
  clear: right;
}

:root .clear-both{
  clear: both;
}

:root .clear-none{
  clear: none;
}

:root .font-sans{
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
}

:root .font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

:root .font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

:root .font-hairline{
  font-weight: 100;
}

:root .font-thin{
  font-weight: 200;
}

:root .font-light{
  font-weight: 300;
}

:root .font-normal{
  font-weight: 400;
}

:root .font-medium{
  font-weight: 500;
}

:root .font-semibold{
  font-weight: 600;
}

:root .font-bold{
  font-weight: 700;
}

:root .font-extrabold{
  font-weight: 800;
}

:root .font-black{
  font-weight: 900;
}

:root .hover\:font-hairline:hover{
  font-weight: 100;
}

:root .hover\:font-thin:hover{
  font-weight: 200;
}

:root .hover\:font-light:hover{
  font-weight: 300;
}

:root .hover\:font-normal:hover{
  font-weight: 400;
}

:root .hover\:font-medium:hover{
  font-weight: 500;
}

:root .hover\:font-semibold:hover{
  font-weight: 600;
}

:root .hover\:font-bold:hover{
  font-weight: 700;
}

:root .hover\:font-extrabold:hover{
  font-weight: 800;
}

:root .hover\:font-black:hover{
  font-weight: 900;
}

:root .focus\:font-hairline:focus{
  font-weight: 100;
}

:root .focus\:font-thin:focus{
  font-weight: 200;
}

:root .focus\:font-light:focus{
  font-weight: 300;
}

:root .focus\:font-normal:focus{
  font-weight: 400;
}

:root .focus\:font-medium:focus{
  font-weight: 500;
}

:root .focus\:font-semibold:focus{
  font-weight: 600;
}

:root .focus\:font-bold:focus{
  font-weight: 700;
}

:root .focus\:font-extrabold:focus{
  font-weight: 800;
}

:root .focus\:font-black:focus{
  font-weight: 900;
}

:root .h-0{
  height: 0;
}

:root .h-1{
  height: 0.25rem;
}

:root .h-2{
  height: 0.5rem;
}

:root .h-3{
  height: 0.75rem;
}

:root .h-4{
  height: 1rem;
}

:root .h-5{
  height: 1.25rem;
}

:root .h-6{
  height: 1.5rem;
}

:root .h-8{
  height: 2rem;
}

:root .h-9{
  height: 2.25rem;
}

:root .h-10{
  height: 2.5rem;
}

:root .h-12{
  height: 3rem;
}

:root .h-14{
  height: 3.5rem;
}

:root .h-16{
  height: 4rem;
}

:root .h-20{
  height: 5rem;
}

:root .h-24{
  height: 6rem;
}

:root .h-32{
  height: 8rem;
}

:root .h-40{
  height: 10rem;
}

:root .h-48{
  height: 12rem;
}

:root .h-56{
  height: 14rem;
}

:root .h-64{
  height: 16rem;
}

:root .h-auto{
  height: auto;
}

:root .h-px{
  height: 1px;
}

:root .h-gutter{
  height: var(--padding-gutter);
}

:root .h-full{
  height: 100%;
}

:root .h-screen{
  height: 100vh;
}

:root .text-xxs{
  font-size: 0.625rem;
}

:root .text-xs{
  font-size: 0.75rem;
}

:root .text-sm{
  font-size: 0.875rem;
}

:root .text-base{
  font-size: 1rem;
}

:root .text-lg{
  font-size: 1.125rem;
}

:root .text-xl{
  font-size: 1.25rem;
}

:root .text-2xl{
  font-size: 1.5rem;
}

:root .text-3xl{
  font-size: 1.875rem;
}

:root .text-4xl{
  font-size: 2.25rem;
}

:root .text-5xl{
  font-size: 3rem;
}

:root .text-6xl{
  font-size: 4rem;
}

:root .leading-none{
  line-height: 1;
}

:root .leading-tight{
  line-height: 1.25;
}

:root .leading-snug{
  line-height: 1.375;
}

:root .leading-normal{
  line-height: 1.5;
}

:root .leading-relaxed{
  line-height: 1.625;
}

:root .leading-loose{
  line-height: 2;
}

:root .list-inside{
  list-style-position: inside;
}

:root .list-outside{
  list-style-position: outside;
}

:root .list-none{
  list-style-type: none;
}

:root .list-disc{
  list-style-type: disc;
}

:root .list-decimal{
  list-style-type: decimal;
}

:root .m-0{
  margin: 0;
}

:root .m-1{
  margin: 0.25rem;
}

:root .m-2{
  margin: 0.5rem;
}

:root .m-3{
  margin: 0.75rem;
}

:root .m-4{
  margin: 1rem;
}

:root .m-5{
  margin: 1.25rem;
}

:root .m-6{
  margin: 1.5rem;
}

:root .m-8{
  margin: 2rem;
}

:root .m-9{
  margin: 2.25rem;
}

:root .m-10{
  margin: 2.5rem;
}

:root .m-12{
  margin: 3rem;
}

:root .m-14{
  margin: 3.5rem;
}

:root .m-16{
  margin: 4rem;
}

:root .m-20{
  margin: 5rem;
}

:root .m-24{
  margin: 6rem;
}

:root .m-32{
  margin: 8rem;
}

:root .m-40{
  margin: 10rem;
}

:root .m-48{
  margin: 12rem;
}

:root .m-56{
  margin: 14rem;
}

:root .m-64{
  margin: 16rem;
}

:root .m-auto{
  margin: auto;
}

:root .m-px{
  margin: 1px;
}

:root .m-gutter{
  margin: var(--padding-gutter);
}

:root .-m-1{
  margin: -0.25rem;
}

:root .-m-2{
  margin: -0.5rem;
}

:root .-m-3{
  margin: -0.75rem;
}

:root .-m-4{
  margin: -1rem;
}

:root .-m-5{
  margin: -1.25rem;
}

:root .-m-6{
  margin: -1.5rem;
}

:root .-m-8{
  margin: -2rem;
}

:root .-m-9{
  margin: -2.25rem;
}

:root .-m-10{
  margin: -2.5rem;
}

:root .-m-12{
  margin: -3rem;
}

:root .-m-14{
  margin: -3.5rem;
}

:root .-m-16{
  margin: -4rem;
}

:root .-m-20{
  margin: -5rem;
}

:root .-m-24{
  margin: -6rem;
}

:root .-m-32{
  margin: -8rem;
}

:root .-m-40{
  margin: -10rem;
}

:root .-m-48{
  margin: -12rem;
}

:root .-m-56{
  margin: -14rem;
}

:root .-m-64{
  margin: -16rem;
}

:root .-m-px{
  margin: -1px;
}

:root .-m-gutter{
  margin: calc(var(--padding-gutter) * -1);
}

:root .my-0{
  margin-top: 0;
  margin-bottom: 0;
}

:root .mx-0{
  margin-left: 0;
  margin-right: 0;
}

:root .my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

:root .mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

:root .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

:root .mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

:root .my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:root .mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

:root .my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

:root .mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

:root .my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

:root .mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

:root .my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

:root .mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

:root .my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:root .mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

:root .my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

:root .mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

:root .my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:root .mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

:root .my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

:root .mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

:root .my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

:root .mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

:root .my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:root .mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

:root .my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

:root .mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

:root .my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

:root .mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

:root .my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

:root .mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

:root .my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

:root .mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

:root .my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

:root .mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

:root .my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

:root .mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

:root .my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

:root .mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

:root .my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

:root .mx-auto{
  margin-left: auto;
  margin-right: auto;
}

:root .my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

:root .mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

:root .my-gutter{
  margin-top: var(--padding-gutter);
  margin-bottom: var(--padding-gutter);
}

:root .mx-gutter{
  margin-left: var(--padding-gutter);
  margin-right: var(--padding-gutter);
}

:root .-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

:root .-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

:root .-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

:root .-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

:root .-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

:root .-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

:root .-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

:root .-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

:root .-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

:root .-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

:root .-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

:root .-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

:root .-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

:root .-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

:root .-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

:root .-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

:root .-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

:root .-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

:root .-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

:root .-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

:root .-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

:root .-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

:root .-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

:root .-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

:root .-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

:root .-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

:root .-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

:root .-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

:root .-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

:root .-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

:root .-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

:root .-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

:root .-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

:root .-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

:root .-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

:root .-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

:root .-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

:root .-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

:root .-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

:root .-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

:root .-my-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root .-mx-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
  margin-right: calc(var(--padding-gutter) * -1);
}

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

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

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

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

:root .mt-1{
  margin-top: 0.25rem;
}

:root .mr-1{
  margin-right: 0.25rem;
}

:root .mb-1{
  margin-bottom: 0.25rem;
}

:root .ml-1{
  margin-left: 0.25rem;
}

:root .mt-2{
  margin-top: 0.5rem;
}

:root .mr-2{
  margin-right: 0.5rem;
}

:root .mb-2{
  margin-bottom: 0.5rem;
}

:root .ml-2{
  margin-left: 0.5rem;
}

:root .mt-3{
  margin-top: 0.75rem;
}

:root .mr-3{
  margin-right: 0.75rem;
}

:root .mb-3{
  margin-bottom: 0.75rem;
}

:root .ml-3{
  margin-left: 0.75rem;
}

:root .mt-4{
  margin-top: 1rem;
}

:root .mr-4{
  margin-right: 1rem;
}

:root .mb-4{
  margin-bottom: 1rem;
}

:root .ml-4{
  margin-left: 1rem;
}

:root .mt-5{
  margin-top: 1.25rem;
}

:root .mr-5{
  margin-right: 1.25rem;
}

:root .mb-5{
  margin-bottom: 1.25rem;
}

:root .ml-5{
  margin-left: 1.25rem;
}

:root .mt-6{
  margin-top: 1.5rem;
}

:root .mr-6{
  margin-right: 1.5rem;
}

:root .mb-6{
  margin-bottom: 1.5rem;
}

:root .ml-6{
  margin-left: 1.5rem;
}

:root .mt-8{
  margin-top: 2rem;
}

:root .mr-8{
  margin-right: 2rem;
}

:root .mb-8{
  margin-bottom: 2rem;
}

:root .ml-8{
  margin-left: 2rem;
}

:root .mt-9{
  margin-top: 2.25rem;
}

:root .mr-9{
  margin-right: 2.25rem;
}

:root .mb-9{
  margin-bottom: 2.25rem;
}

:root .ml-9{
  margin-left: 2.25rem;
}

:root .mt-10{
  margin-top: 2.5rem;
}

:root .mr-10{
  margin-right: 2.5rem;
}

:root .mb-10{
  margin-bottom: 2.5rem;
}

:root .ml-10{
  margin-left: 2.5rem;
}

:root .mt-12{
  margin-top: 3rem;
}

:root .mr-12{
  margin-right: 3rem;
}

:root .mb-12{
  margin-bottom: 3rem;
}

:root .ml-12{
  margin-left: 3rem;
}

:root .mt-14{
  margin-top: 3.5rem;
}

:root .mr-14{
  margin-right: 3.5rem;
}

:root .mb-14{
  margin-bottom: 3.5rem;
}

:root .ml-14{
  margin-left: 3.5rem;
}

:root .mt-16{
  margin-top: 4rem;
}

:root .mr-16{
  margin-right: 4rem;
}

:root .mb-16{
  margin-bottom: 4rem;
}

:root .ml-16{
  margin-left: 4rem;
}

:root .mt-20{
  margin-top: 5rem;
}

:root .mr-20{
  margin-right: 5rem;
}

:root .mb-20{
  margin-bottom: 5rem;
}

:root .ml-20{
  margin-left: 5rem;
}

:root .mt-24{
  margin-top: 6rem;
}

:root .mr-24{
  margin-right: 6rem;
}

:root .mb-24{
  margin-bottom: 6rem;
}

:root .ml-24{
  margin-left: 6rem;
}

:root .mt-32{
  margin-top: 8rem;
}

:root .mr-32{
  margin-right: 8rem;
}

:root .mb-32{
  margin-bottom: 8rem;
}

:root .ml-32{
  margin-left: 8rem;
}

:root .mt-40{
  margin-top: 10rem;
}

:root .mr-40{
  margin-right: 10rem;
}

:root .mb-40{
  margin-bottom: 10rem;
}

:root .ml-40{
  margin-left: 10rem;
}

:root .mt-48{
  margin-top: 12rem;
}

:root .mr-48{
  margin-right: 12rem;
}

:root .mb-48{
  margin-bottom: 12rem;
}

:root .ml-48{
  margin-left: 12rem;
}

:root .mt-56{
  margin-top: 14rem;
}

:root .mr-56{
  margin-right: 14rem;
}

:root .mb-56{
  margin-bottom: 14rem;
}

:root .ml-56{
  margin-left: 14rem;
}

:root .mt-64{
  margin-top: 16rem;
}

:root .mr-64{
  margin-right: 16rem;
}

:root .mb-64{
  margin-bottom: 16rem;
}

:root .ml-64{
  margin-left: 16rem;
}

:root .mt-auto{
  margin-top: auto;
}

:root .mr-auto{
  margin-right: auto;
}

:root .mb-auto{
  margin-bottom: auto;
}

:root .ml-auto{
  margin-left: auto;
}

:root .mt-px{
  margin-top: 1px;
}

:root .mr-px{
  margin-right: 1px;
}

:root .mb-px{
  margin-bottom: 1px;
}

:root .ml-px{
  margin-left: 1px;
}

:root .mt-gutter{
  margin-top: var(--padding-gutter);
}

:root .mr-gutter{
  margin-right: var(--padding-gutter);
}

:root .mb-gutter{
  margin-bottom: var(--padding-gutter);
}

:root .ml-gutter{
  margin-left: var(--padding-gutter);
}

:root .-mt-1{
  margin-top: -0.25rem;
}

:root .-mr-1{
  margin-right: -0.25rem;
}

:root .-mb-1{
  margin-bottom: -0.25rem;
}

:root .-ml-1{
  margin-left: -0.25rem;
}

:root .-mt-2{
  margin-top: -0.5rem;
}

:root .-mr-2{
  margin-right: -0.5rem;
}

:root .-mb-2{
  margin-bottom: -0.5rem;
}

:root .-ml-2{
  margin-left: -0.5rem;
}

:root .-mt-3{
  margin-top: -0.75rem;
}

:root .-mr-3{
  margin-right: -0.75rem;
}

:root .-mb-3{
  margin-bottom: -0.75rem;
}

:root .-ml-3{
  margin-left: -0.75rem;
}

:root .-mt-4{
  margin-top: -1rem;
}

:root .-mr-4{
  margin-right: -1rem;
}

:root .-mb-4{
  margin-bottom: -1rem;
}

:root .-ml-4{
  margin-left: -1rem;
}

:root .-mt-5{
  margin-top: -1.25rem;
}

:root .-mr-5{
  margin-right: -1.25rem;
}

:root .-mb-5{
  margin-bottom: -1.25rem;
}

:root .-ml-5{
  margin-left: -1.25rem;
}

:root .-mt-6{
  margin-top: -1.5rem;
}

:root .-mr-6{
  margin-right: -1.5rem;
}

:root .-mb-6{
  margin-bottom: -1.5rem;
}

:root .-ml-6{
  margin-left: -1.5rem;
}

:root .-mt-8{
  margin-top: -2rem;
}

:root .-mr-8{
  margin-right: -2rem;
}

:root .-mb-8{
  margin-bottom: -2rem;
}

:root .-ml-8{
  margin-left: -2rem;
}

:root .-mt-9{
  margin-top: -2.25rem;
}

:root .-mr-9{
  margin-right: -2.25rem;
}

:root .-mb-9{
  margin-bottom: -2.25rem;
}

:root .-ml-9{
  margin-left: -2.25rem;
}

:root .-mt-10{
  margin-top: -2.5rem;
}

:root .-mr-10{
  margin-right: -2.5rem;
}

:root .-mb-10{
  margin-bottom: -2.5rem;
}

:root .-ml-10{
  margin-left: -2.5rem;
}

:root .-mt-12{
  margin-top: -3rem;
}

:root .-mr-12{
  margin-right: -3rem;
}

:root .-mb-12{
  margin-bottom: -3rem;
}

:root .-ml-12{
  margin-left: -3rem;
}

:root .-mt-14{
  margin-top: -3.5rem;
}

:root .-mr-14{
  margin-right: -3.5rem;
}

:root .-mb-14{
  margin-bottom: -3.5rem;
}

:root .-ml-14{
  margin-left: -3.5rem;
}

:root .-mt-16{
  margin-top: -4rem;
}

:root .-mr-16{
  margin-right: -4rem;
}

:root .-mb-16{
  margin-bottom: -4rem;
}

:root .-ml-16{
  margin-left: -4rem;
}

:root .-mt-20{
  margin-top: -5rem;
}

:root .-mr-20{
  margin-right: -5rem;
}

:root .-mb-20{
  margin-bottom: -5rem;
}

:root .-ml-20{
  margin-left: -5rem;
}

:root .-mt-24{
  margin-top: -6rem;
}

:root .-mr-24{
  margin-right: -6rem;
}

:root .-mb-24{
  margin-bottom: -6rem;
}

:root .-ml-24{
  margin-left: -6rem;
}

:root .-mt-32{
  margin-top: -8rem;
}

:root .-mr-32{
  margin-right: -8rem;
}

:root .-mb-32{
  margin-bottom: -8rem;
}

:root .-ml-32{
  margin-left: -8rem;
}

:root .-mt-40{
  margin-top: -10rem;
}

:root .-mr-40{
  margin-right: -10rem;
}

:root .-mb-40{
  margin-bottom: -10rem;
}

:root .-ml-40{
  margin-left: -10rem;
}

:root .-mt-48{
  margin-top: -12rem;
}

:root .-mr-48{
  margin-right: -12rem;
}

:root .-mb-48{
  margin-bottom: -12rem;
}

:root .-ml-48{
  margin-left: -12rem;
}

:root .-mt-56{
  margin-top: -14rem;
}

:root .-mr-56{
  margin-right: -14rem;
}

:root .-mb-56{
  margin-bottom: -14rem;
}

:root .-ml-56{
  margin-left: -14rem;
}

:root .-mt-64{
  margin-top: -16rem;
}

:root .-mr-64{
  margin-right: -16rem;
}

:root .-mb-64{
  margin-bottom: -16rem;
}

:root .-ml-64{
  margin-left: -16rem;
}

:root .-mt-px{
  margin-top: -1px;
}

:root .-mr-px{
  margin-right: -1px;
}

:root .-mb-px{
  margin-bottom: -1px;
}

:root .-ml-px{
  margin-left: -1px;
}

:root .-mt-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
}

:root .-mr-gutter{
  margin-right: calc(var(--padding-gutter) * -1);
}

:root .-mb-gutter{
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root .-ml-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:m-0{
  margin: 0;
}

:root [dir=ltr] .ltr\:m-1{
  margin: 0.25rem;
}

:root [dir=ltr] .ltr\:m-2{
  margin: 0.5rem;
}

:root [dir=ltr] .ltr\:m-3{
  margin: 0.75rem;
}

:root [dir=ltr] .ltr\:m-4{
  margin: 1rem;
}

:root [dir=ltr] .ltr\:m-5{
  margin: 1.25rem;
}

:root [dir=ltr] .ltr\:m-6{
  margin: 1.5rem;
}

:root [dir=ltr] .ltr\:m-8{
  margin: 2rem;
}

:root [dir=ltr] .ltr\:m-9{
  margin: 2.25rem;
}

:root [dir=ltr] .ltr\:m-10{
  margin: 2.5rem;
}

:root [dir=ltr] .ltr\:m-12{
  margin: 3rem;
}

:root [dir=ltr] .ltr\:m-14{
  margin: 3.5rem;
}

:root [dir=ltr] .ltr\:m-16{
  margin: 4rem;
}

:root [dir=ltr] .ltr\:m-20{
  margin: 5rem;
}

:root [dir=ltr] .ltr\:m-24{
  margin: 6rem;
}

:root [dir=ltr] .ltr\:m-32{
  margin: 8rem;
}

:root [dir=ltr] .ltr\:m-40{
  margin: 10rem;
}

:root [dir=ltr] .ltr\:m-48{
  margin: 12rem;
}

:root [dir=ltr] .ltr\:m-56{
  margin: 14rem;
}

:root [dir=ltr] .ltr\:m-64{
  margin: 16rem;
}

:root [dir=ltr] .ltr\:m-auto{
  margin: auto;
}

:root [dir=ltr] .ltr\:m-px{
  margin: 1px;
}

:root [dir=ltr] .ltr\:m-gutter{
  margin: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:-m-1{
  margin: -0.25rem;
}

:root [dir=ltr] .ltr\:-m-2{
  margin: -0.5rem;
}

:root [dir=ltr] .ltr\:-m-3{
  margin: -0.75rem;
}

:root [dir=ltr] .ltr\:-m-4{
  margin: -1rem;
}

:root [dir=ltr] .ltr\:-m-5{
  margin: -1.25rem;
}

:root [dir=ltr] .ltr\:-m-6{
  margin: -1.5rem;
}

:root [dir=ltr] .ltr\:-m-8{
  margin: -2rem;
}

:root [dir=ltr] .ltr\:-m-9{
  margin: -2.25rem;
}

:root [dir=ltr] .ltr\:-m-10{
  margin: -2.5rem;
}

:root [dir=ltr] .ltr\:-m-12{
  margin: -3rem;
}

:root [dir=ltr] .ltr\:-m-14{
  margin: -3.5rem;
}

:root [dir=ltr] .ltr\:-m-16{
  margin: -4rem;
}

:root [dir=ltr] .ltr\:-m-20{
  margin: -5rem;
}

:root [dir=ltr] .ltr\:-m-24{
  margin: -6rem;
}

:root [dir=ltr] .ltr\:-m-32{
  margin: -8rem;
}

:root [dir=ltr] .ltr\:-m-40{
  margin: -10rem;
}

:root [dir=ltr] .ltr\:-m-48{
  margin: -12rem;
}

:root [dir=ltr] .ltr\:-m-56{
  margin: -14rem;
}

:root [dir=ltr] .ltr\:-m-64{
  margin: -16rem;
}

:root [dir=ltr] .ltr\:-m-px{
  margin: -1px;
}

:root [dir=ltr] .ltr\:-m-gutter{
  margin: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:my-0{
  margin-top: 0;
  margin-bottom: 0;
}

:root [dir=ltr] .ltr\:mx-0{
  margin-left: 0;
  margin-right: 0;
}

:root [dir=ltr] .ltr\:my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

:root [dir=ltr] .ltr\:my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

:root [dir=ltr] .ltr\:my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

:root [dir=ltr] .ltr\:my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

:root [dir=ltr] .ltr\:mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

:root [dir=ltr] .ltr\:my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

:root [dir=ltr] .ltr\:my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

:root [dir=ltr] .ltr\:my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:root [dir=ltr] .ltr\:mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

:root [dir=ltr] .ltr\:my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

:root [dir=ltr] .ltr\:my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

:root [dir=ltr] .ltr\:my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

:root [dir=ltr] .ltr\:mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

:root [dir=ltr] .ltr\:my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

:root [dir=ltr] .ltr\:my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:root [dir=ltr] .ltr\:mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

:root [dir=ltr] .ltr\:my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

:root [dir=ltr] .ltr\:mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

:root [dir=ltr] .ltr\:my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

:root [dir=ltr] .ltr\:mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

:root [dir=ltr] .ltr\:my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

:root [dir=ltr] .ltr\:mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

:root [dir=ltr] .ltr\:my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

:root [dir=ltr] .ltr\:mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

:root [dir=ltr] .ltr\:my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

:root [dir=ltr] .ltr\:mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

:root [dir=ltr] .ltr\:my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

:root [dir=ltr] .ltr\:mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

:root [dir=ltr] .ltr\:my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

:root [dir=ltr] .ltr\:mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

:root [dir=ltr] .ltr\:my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

:root [dir=ltr] .ltr\:mx-auto{
  margin-left: auto;
  margin-right: auto;
}

:root [dir=ltr] .ltr\:my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

:root [dir=ltr] .ltr\:mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

:root [dir=ltr] .ltr\:my-gutter{
  margin-top: var(--padding-gutter);
  margin-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mx-gutter{
  margin-left: var(--padding-gutter);
  margin-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

:root [dir=ltr] .ltr\:-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

:root [dir=ltr] .ltr\:-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

:root [dir=ltr] .ltr\:-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

:root [dir=ltr] .ltr\:-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

:root [dir=ltr] .ltr\:-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

:root [dir=ltr] .ltr\:-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

:root [dir=ltr] .ltr\:-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

:root [dir=ltr] .ltr\:-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

:root [dir=ltr] .ltr\:-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

:root [dir=ltr] .ltr\:-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

:root [dir=ltr] .ltr\:-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

:root [dir=ltr] .ltr\:-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

:root [dir=ltr] .ltr\:-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

:root [dir=ltr] .ltr\:-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

:root [dir=ltr] .ltr\:-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

:root [dir=ltr] .ltr\:-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

:root [dir=ltr] .ltr\:-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

:root [dir=ltr] .ltr\:-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

:root [dir=ltr] .ltr\:-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

:root [dir=ltr] .ltr\:-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

:root [dir=ltr] .ltr\:-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

:root [dir=ltr] .ltr\:-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

:root [dir=ltr] .ltr\:-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

:root [dir=ltr] .ltr\:-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

:root [dir=ltr] .ltr\:-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

:root [dir=ltr] .ltr\:-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

:root [dir=ltr] .ltr\:-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

:root [dir=ltr] .ltr\:-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

:root [dir=ltr] .ltr\:-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

:root [dir=ltr] .ltr\:-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

:root [dir=ltr] .ltr\:-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

:root [dir=ltr] .ltr\:-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

:root [dir=ltr] .ltr\:-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

:root [dir=ltr] .ltr\:-my-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mx-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:mt-0{
  margin-top: 0;
}

:root [dir=ltr] .ltr\:mr-0{
  margin-right: 0;
}

:root [dir=ltr] .ltr\:mb-0{
  margin-bottom: 0;
}

:root [dir=ltr] .ltr\:ml-0{
  margin-left: 0;
}

:root [dir=ltr] .ltr\:mt-1{
  margin-top: 0.25rem;
}

:root [dir=ltr] .ltr\:mr-1{
  margin-right: 0.25rem;
}

:root [dir=ltr] .ltr\:mb-1{
  margin-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:ml-1{
  margin-left: 0.25rem;
}

:root [dir=ltr] .ltr\:mt-2{
  margin-top: 0.5rem;
}

:root [dir=ltr] .ltr\:mr-2{
  margin-right: 0.5rem;
}

:root [dir=ltr] .ltr\:mb-2{
  margin-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:ml-2{
  margin-left: 0.5rem;
}

:root [dir=ltr] .ltr\:mt-3{
  margin-top: 0.75rem;
}

:root [dir=ltr] .ltr\:mr-3{
  margin-right: 0.75rem;
}

:root [dir=ltr] .ltr\:mb-3{
  margin-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:ml-3{
  margin-left: 0.75rem;
}

:root [dir=ltr] .ltr\:mt-4{
  margin-top: 1rem;
}

:root [dir=ltr] .ltr\:mr-4{
  margin-right: 1rem;
}

:root [dir=ltr] .ltr\:mb-4{
  margin-bottom: 1rem;
}

:root [dir=ltr] .ltr\:ml-4{
  margin-left: 1rem;
}

:root [dir=ltr] .ltr\:mt-5{
  margin-top: 1.25rem;
}

:root [dir=ltr] .ltr\:mr-5{
  margin-right: 1.25rem;
}

:root [dir=ltr] .ltr\:mb-5{
  margin-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:ml-5{
  margin-left: 1.25rem;
}

:root [dir=ltr] .ltr\:mt-6{
  margin-top: 1.5rem;
}

:root [dir=ltr] .ltr\:mr-6{
  margin-right: 1.5rem;
}

:root [dir=ltr] .ltr\:mb-6{
  margin-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:ml-6{
  margin-left: 1.5rem;
}

:root [dir=ltr] .ltr\:mt-8{
  margin-top: 2rem;
}

:root [dir=ltr] .ltr\:mr-8{
  margin-right: 2rem;
}

:root [dir=ltr] .ltr\:mb-8{
  margin-bottom: 2rem;
}

:root [dir=ltr] .ltr\:ml-8{
  margin-left: 2rem;
}

:root [dir=ltr] .ltr\:mt-9{
  margin-top: 2.25rem;
}

:root [dir=ltr] .ltr\:mr-9{
  margin-right: 2.25rem;
}

:root [dir=ltr] .ltr\:mb-9{
  margin-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:ml-9{
  margin-left: 2.25rem;
}

:root [dir=ltr] .ltr\:mt-10{
  margin-top: 2.5rem;
}

:root [dir=ltr] .ltr\:mr-10{
  margin-right: 2.5rem;
}

:root [dir=ltr] .ltr\:mb-10{
  margin-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:ml-10{
  margin-left: 2.5rem;
}

:root [dir=ltr] .ltr\:mt-12{
  margin-top: 3rem;
}

:root [dir=ltr] .ltr\:mr-12{
  margin-right: 3rem;
}

:root [dir=ltr] .ltr\:mb-12{
  margin-bottom: 3rem;
}

:root [dir=ltr] .ltr\:ml-12{
  margin-left: 3rem;
}

:root [dir=ltr] .ltr\:mt-14{
  margin-top: 3.5rem;
}

:root [dir=ltr] .ltr\:mr-14{
  margin-right: 3.5rem;
}

:root [dir=ltr] .ltr\:mb-14{
  margin-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:ml-14{
  margin-left: 3.5rem;
}

:root [dir=ltr] .ltr\:mt-16{
  margin-top: 4rem;
}

:root [dir=ltr] .ltr\:mr-16{
  margin-right: 4rem;
}

:root [dir=ltr] .ltr\:mb-16{
  margin-bottom: 4rem;
}

:root [dir=ltr] .ltr\:ml-16{
  margin-left: 4rem;
}

:root [dir=ltr] .ltr\:mt-20{
  margin-top: 5rem;
}

:root [dir=ltr] .ltr\:mr-20{
  margin-right: 5rem;
}

:root [dir=ltr] .ltr\:mb-20{
  margin-bottom: 5rem;
}

:root [dir=ltr] .ltr\:ml-20{
  margin-left: 5rem;
}

:root [dir=ltr] .ltr\:mt-24{
  margin-top: 6rem;
}

:root [dir=ltr] .ltr\:mr-24{
  margin-right: 6rem;
}

:root [dir=ltr] .ltr\:mb-24{
  margin-bottom: 6rem;
}

:root [dir=ltr] .ltr\:ml-24{
  margin-left: 6rem;
}

:root [dir=ltr] .ltr\:mt-32{
  margin-top: 8rem;
}

:root [dir=ltr] .ltr\:mr-32{
  margin-right: 8rem;
}

:root [dir=ltr] .ltr\:mb-32{
  margin-bottom: 8rem;
}

:root [dir=ltr] .ltr\:ml-32{
  margin-left: 8rem;
}

:root [dir=ltr] .ltr\:mt-40{
  margin-top: 10rem;
}

:root [dir=ltr] .ltr\:mr-40{
  margin-right: 10rem;
}

:root [dir=ltr] .ltr\:mb-40{
  margin-bottom: 10rem;
}

:root [dir=ltr] .ltr\:ml-40{
  margin-left: 10rem;
}

:root [dir=ltr] .ltr\:mt-48{
  margin-top: 12rem;
}

:root [dir=ltr] .ltr\:mr-48{
  margin-right: 12rem;
}

:root [dir=ltr] .ltr\:mb-48{
  margin-bottom: 12rem;
}

:root [dir=ltr] .ltr\:ml-48{
  margin-left: 12rem;
}

:root [dir=ltr] .ltr\:mt-56{
  margin-top: 14rem;
}

:root [dir=ltr] .ltr\:mr-56{
  margin-right: 14rem;
}

:root [dir=ltr] .ltr\:mb-56{
  margin-bottom: 14rem;
}

:root [dir=ltr] .ltr\:ml-56{
  margin-left: 14rem;
}

:root [dir=ltr] .ltr\:mt-64{
  margin-top: 16rem;
}

:root [dir=ltr] .ltr\:mr-64{
  margin-right: 16rem;
}

:root [dir=ltr] .ltr\:mb-64{
  margin-bottom: 16rem;
}

:root [dir=ltr] .ltr\:ml-64{
  margin-left: 16rem;
}

:root [dir=ltr] .ltr\:mt-auto{
  margin-top: auto;
}

:root [dir=ltr] .ltr\:mr-auto{
  margin-right: auto;
}

:root [dir=ltr] .ltr\:mb-auto{
  margin-bottom: auto;
}

:root [dir=ltr] .ltr\:ml-auto{
  margin-left: auto;
}

:root [dir=ltr] .ltr\:mt-px{
  margin-top: 1px;
}

:root [dir=ltr] .ltr\:mr-px{
  margin-right: 1px;
}

:root [dir=ltr] .ltr\:mb-px{
  margin-bottom: 1px;
}

:root [dir=ltr] .ltr\:ml-px{
  margin-left: 1px;
}

:root [dir=ltr] .ltr\:mt-gutter{
  margin-top: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mr-gutter{
  margin-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mb-gutter{
  margin-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:ml-gutter{
  margin-left: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:-mt-1{
  margin-top: -0.25rem;
}

:root [dir=ltr] .ltr\:-mr-1{
  margin-right: -0.25rem;
}

:root [dir=ltr] .ltr\:-mb-1{
  margin-bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-ml-1{
  margin-left: -0.25rem;
}

:root [dir=ltr] .ltr\:-mt-2{
  margin-top: -0.5rem;
}

:root [dir=ltr] .ltr\:-mr-2{
  margin-right: -0.5rem;
}

:root [dir=ltr] .ltr\:-mb-2{
  margin-bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-ml-2{
  margin-left: -0.5rem;
}

:root [dir=ltr] .ltr\:-mt-3{
  margin-top: -0.75rem;
}

:root [dir=ltr] .ltr\:-mr-3{
  margin-right: -0.75rem;
}

:root [dir=ltr] .ltr\:-mb-3{
  margin-bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-ml-3{
  margin-left: -0.75rem;
}

:root [dir=ltr] .ltr\:-mt-4{
  margin-top: -1rem;
}

:root [dir=ltr] .ltr\:-mr-4{
  margin-right: -1rem;
}

:root [dir=ltr] .ltr\:-mb-4{
  margin-bottom: -1rem;
}

:root [dir=ltr] .ltr\:-ml-4{
  margin-left: -1rem;
}

:root [dir=ltr] .ltr\:-mt-5{
  margin-top: -1.25rem;
}

:root [dir=ltr] .ltr\:-mr-5{
  margin-right: -1.25rem;
}

:root [dir=ltr] .ltr\:-mb-5{
  margin-bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-ml-5{
  margin-left: -1.25rem;
}

:root [dir=ltr] .ltr\:-mt-6{
  margin-top: -1.5rem;
}

:root [dir=ltr] .ltr\:-mr-6{
  margin-right: -1.5rem;
}

:root [dir=ltr] .ltr\:-mb-6{
  margin-bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-ml-6{
  margin-left: -1.5rem;
}

:root [dir=ltr] .ltr\:-mt-8{
  margin-top: -2rem;
}

:root [dir=ltr] .ltr\:-mr-8{
  margin-right: -2rem;
}

:root [dir=ltr] .ltr\:-mb-8{
  margin-bottom: -2rem;
}

:root [dir=ltr] .ltr\:-ml-8{
  margin-left: -2rem;
}

:root [dir=ltr] .ltr\:-mt-9{
  margin-top: -2.25rem;
}

:root [dir=ltr] .ltr\:-mr-9{
  margin-right: -2.25rem;
}

:root [dir=ltr] .ltr\:-mb-9{
  margin-bottom: -2.25rem;
}

:root [dir=ltr] .ltr\:-ml-9{
  margin-left: -2.25rem;
}

:root [dir=ltr] .ltr\:-mt-10{
  margin-top: -2.5rem;
}

:root [dir=ltr] .ltr\:-mr-10{
  margin-right: -2.5rem;
}

:root [dir=ltr] .ltr\:-mb-10{
  margin-bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-ml-10{
  margin-left: -2.5rem;
}

:root [dir=ltr] .ltr\:-mt-12{
  margin-top: -3rem;
}

:root [dir=ltr] .ltr\:-mr-12{
  margin-right: -3rem;
}

:root [dir=ltr] .ltr\:-mb-12{
  margin-bottom: -3rem;
}

:root [dir=ltr] .ltr\:-ml-12{
  margin-left: -3rem;
}

:root [dir=ltr] .ltr\:-mt-14{
  margin-top: -3.5rem;
}

:root [dir=ltr] .ltr\:-mr-14{
  margin-right: -3.5rem;
}

:root [dir=ltr] .ltr\:-mb-14{
  margin-bottom: -3.5rem;
}

:root [dir=ltr] .ltr\:-ml-14{
  margin-left: -3.5rem;
}

:root [dir=ltr] .ltr\:-mt-16{
  margin-top: -4rem;
}

:root [dir=ltr] .ltr\:-mr-16{
  margin-right: -4rem;
}

:root [dir=ltr] .ltr\:-mb-16{
  margin-bottom: -4rem;
}

:root [dir=ltr] .ltr\:-ml-16{
  margin-left: -4rem;
}

:root [dir=ltr] .ltr\:-mt-20{
  margin-top: -5rem;
}

:root [dir=ltr] .ltr\:-mr-20{
  margin-right: -5rem;
}

:root [dir=ltr] .ltr\:-mb-20{
  margin-bottom: -5rem;
}

:root [dir=ltr] .ltr\:-ml-20{
  margin-left: -5rem;
}

:root [dir=ltr] .ltr\:-mt-24{
  margin-top: -6rem;
}

:root [dir=ltr] .ltr\:-mr-24{
  margin-right: -6rem;
}

:root [dir=ltr] .ltr\:-mb-24{
  margin-bottom: -6rem;
}

:root [dir=ltr] .ltr\:-ml-24{
  margin-left: -6rem;
}

:root [dir=ltr] .ltr\:-mt-32{
  margin-top: -8rem;
}

:root [dir=ltr] .ltr\:-mr-32{
  margin-right: -8rem;
}

:root [dir=ltr] .ltr\:-mb-32{
  margin-bottom: -8rem;
}

:root [dir=ltr] .ltr\:-ml-32{
  margin-left: -8rem;
}

:root [dir=ltr] .ltr\:-mt-40{
  margin-top: -10rem;
}

:root [dir=ltr] .ltr\:-mr-40{
  margin-right: -10rem;
}

:root [dir=ltr] .ltr\:-mb-40{
  margin-bottom: -10rem;
}

:root [dir=ltr] .ltr\:-ml-40{
  margin-left: -10rem;
}

:root [dir=ltr] .ltr\:-mt-48{
  margin-top: -12rem;
}

:root [dir=ltr] .ltr\:-mr-48{
  margin-right: -12rem;
}

:root [dir=ltr] .ltr\:-mb-48{
  margin-bottom: -12rem;
}

:root [dir=ltr] .ltr\:-ml-48{
  margin-left: -12rem;
}

:root [dir=ltr] .ltr\:-mt-56{
  margin-top: -14rem;
}

:root [dir=ltr] .ltr\:-mr-56{
  margin-right: -14rem;
}

:root [dir=ltr] .ltr\:-mb-56{
  margin-bottom: -14rem;
}

:root [dir=ltr] .ltr\:-ml-56{
  margin-left: -14rem;
}

:root [dir=ltr] .ltr\:-mt-64{
  margin-top: -16rem;
}

:root [dir=ltr] .ltr\:-mr-64{
  margin-right: -16rem;
}

:root [dir=ltr] .ltr\:-mb-64{
  margin-bottom: -16rem;
}

:root [dir=ltr] .ltr\:-ml-64{
  margin-left: -16rem;
}

:root [dir=ltr] .ltr\:-mt-px{
  margin-top: -1px;
}

:root [dir=ltr] .ltr\:-mr-px{
  margin-right: -1px;
}

:root [dir=ltr] .ltr\:-mb-px{
  margin-bottom: -1px;
}

:root [dir=ltr] .ltr\:-ml-px{
  margin-left: -1px;
}

:root [dir=ltr] .ltr\:-mt-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mr-gutter{
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mb-gutter{
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-ml-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:m-0{
  margin: 0;
}

:root [dir=rtl] .rtl\:m-1{
  margin: 0.25rem;
}

:root [dir=rtl] .rtl\:m-2{
  margin: 0.5rem;
}

:root [dir=rtl] .rtl\:m-3{
  margin: 0.75rem;
}

:root [dir=rtl] .rtl\:m-4{
  margin: 1rem;
}

:root [dir=rtl] .rtl\:m-5{
  margin: 1.25rem;
}

:root [dir=rtl] .rtl\:m-6{
  margin: 1.5rem;
}

:root [dir=rtl] .rtl\:m-8{
  margin: 2rem;
}

:root [dir=rtl] .rtl\:m-9{
  margin: 2.25rem;
}

:root [dir=rtl] .rtl\:m-10{
  margin: 2.5rem;
}

:root [dir=rtl] .rtl\:m-12{
  margin: 3rem;
}

:root [dir=rtl] .rtl\:m-14{
  margin: 3.5rem;
}

:root [dir=rtl] .rtl\:m-16{
  margin: 4rem;
}

:root [dir=rtl] .rtl\:m-20{
  margin: 5rem;
}

:root [dir=rtl] .rtl\:m-24{
  margin: 6rem;
}

:root [dir=rtl] .rtl\:m-32{
  margin: 8rem;
}

:root [dir=rtl] .rtl\:m-40{
  margin: 10rem;
}

:root [dir=rtl] .rtl\:m-48{
  margin: 12rem;
}

:root [dir=rtl] .rtl\:m-56{
  margin: 14rem;
}

:root [dir=rtl] .rtl\:m-64{
  margin: 16rem;
}

:root [dir=rtl] .rtl\:m-auto{
  margin: auto;
}

:root [dir=rtl] .rtl\:m-px{
  margin: 1px;
}

:root [dir=rtl] .rtl\:m-gutter{
  margin: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:-m-1{
  margin: -0.25rem;
}

:root [dir=rtl] .rtl\:-m-2{
  margin: -0.5rem;
}

:root [dir=rtl] .rtl\:-m-3{
  margin: -0.75rem;
}

:root [dir=rtl] .rtl\:-m-4{
  margin: -1rem;
}

:root [dir=rtl] .rtl\:-m-5{
  margin: -1.25rem;
}

:root [dir=rtl] .rtl\:-m-6{
  margin: -1.5rem;
}

:root [dir=rtl] .rtl\:-m-8{
  margin: -2rem;
}

:root [dir=rtl] .rtl\:-m-9{
  margin: -2.25rem;
}

:root [dir=rtl] .rtl\:-m-10{
  margin: -2.5rem;
}

:root [dir=rtl] .rtl\:-m-12{
  margin: -3rem;
}

:root [dir=rtl] .rtl\:-m-14{
  margin: -3.5rem;
}

:root [dir=rtl] .rtl\:-m-16{
  margin: -4rem;
}

:root [dir=rtl] .rtl\:-m-20{
  margin: -5rem;
}

:root [dir=rtl] .rtl\:-m-24{
  margin: -6rem;
}

:root [dir=rtl] .rtl\:-m-32{
  margin: -8rem;
}

:root [dir=rtl] .rtl\:-m-40{
  margin: -10rem;
}

:root [dir=rtl] .rtl\:-m-48{
  margin: -12rem;
}

:root [dir=rtl] .rtl\:-m-56{
  margin: -14rem;
}

:root [dir=rtl] .rtl\:-m-64{
  margin: -16rem;
}

:root [dir=rtl] .rtl\:-m-px{
  margin: -1px;
}

:root [dir=rtl] .rtl\:-m-gutter{
  margin: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:my-0{
  margin-top: 0;
  margin-bottom: 0;
}

:root [dir=rtl] .rtl\:mx-0{
  margin-left: 0;
  margin-right: 0;
}

:root [dir=rtl] .rtl\:my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

:root [dir=rtl] .rtl\:my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

:root [dir=rtl] .rtl\:my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

:root [dir=rtl] .rtl\:my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

:root [dir=rtl] .rtl\:mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

:root [dir=rtl] .rtl\:my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

:root [dir=rtl] .rtl\:my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

:root [dir=rtl] .rtl\:my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:root [dir=rtl] .rtl\:mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

:root [dir=rtl] .rtl\:my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

:root [dir=rtl] .rtl\:my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

:root [dir=rtl] .rtl\:my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

:root [dir=rtl] .rtl\:mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

:root [dir=rtl] .rtl\:my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

:root [dir=rtl] .rtl\:my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:root [dir=rtl] .rtl\:mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

:root [dir=rtl] .rtl\:my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

:root [dir=rtl] .rtl\:mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

:root [dir=rtl] .rtl\:my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

:root [dir=rtl] .rtl\:mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

:root [dir=rtl] .rtl\:my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

:root [dir=rtl] .rtl\:mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

:root [dir=rtl] .rtl\:my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

:root [dir=rtl] .rtl\:mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

:root [dir=rtl] .rtl\:my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

:root [dir=rtl] .rtl\:mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

:root [dir=rtl] .rtl\:my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

:root [dir=rtl] .rtl\:mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

:root [dir=rtl] .rtl\:my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

:root [dir=rtl] .rtl\:mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

:root [dir=rtl] .rtl\:my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

:root [dir=rtl] .rtl\:mx-auto{
  margin-left: auto;
  margin-right: auto;
}

:root [dir=rtl] .rtl\:my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

:root [dir=rtl] .rtl\:mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

:root [dir=rtl] .rtl\:my-gutter{
  margin-top: var(--padding-gutter);
  margin-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mx-gutter{
  margin-left: var(--padding-gutter);
  margin-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

:root [dir=rtl] .rtl\:-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

:root [dir=rtl] .rtl\:-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

:root [dir=rtl] .rtl\:-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

:root [dir=rtl] .rtl\:-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

:root [dir=rtl] .rtl\:-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

:root [dir=rtl] .rtl\:-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

:root [dir=rtl] .rtl\:-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

:root [dir=rtl] .rtl\:-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

:root [dir=rtl] .rtl\:-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

:root [dir=rtl] .rtl\:-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

:root [dir=rtl] .rtl\:-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

:root [dir=rtl] .rtl\:-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

:root [dir=rtl] .rtl\:-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

:root [dir=rtl] .rtl\:-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

:root [dir=rtl] .rtl\:-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

:root [dir=rtl] .rtl\:-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

:root [dir=rtl] .rtl\:-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

:root [dir=rtl] .rtl\:-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

:root [dir=rtl] .rtl\:-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

:root [dir=rtl] .rtl\:-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

:root [dir=rtl] .rtl\:-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

:root [dir=rtl] .rtl\:-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

:root [dir=rtl] .rtl\:-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

:root [dir=rtl] .rtl\:-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

:root [dir=rtl] .rtl\:-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

:root [dir=rtl] .rtl\:-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

:root [dir=rtl] .rtl\:-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

:root [dir=rtl] .rtl\:-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

:root [dir=rtl] .rtl\:-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

:root [dir=rtl] .rtl\:-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

:root [dir=rtl] .rtl\:-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

:root [dir=rtl] .rtl\:-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

:root [dir=rtl] .rtl\:-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

:root [dir=rtl] .rtl\:-my-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mx-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:mt-0{
  margin-top: 0;
}

:root [dir=rtl] .rtl\:mr-0{
  margin-right: 0;
}

:root [dir=rtl] .rtl\:mb-0{
  margin-bottom: 0;
}

:root [dir=rtl] .rtl\:ml-0{
  margin-left: 0;
}

:root [dir=rtl] .rtl\:mt-1{
  margin-top: 0.25rem;
}

:root [dir=rtl] .rtl\:mr-1{
  margin-right: 0.25rem;
}

:root [dir=rtl] .rtl\:mb-1{
  margin-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:ml-1{
  margin-left: 0.25rem;
}

:root [dir=rtl] .rtl\:mt-2{
  margin-top: 0.5rem;
}

:root [dir=rtl] .rtl\:mr-2{
  margin-right: 0.5rem;
}

:root [dir=rtl] .rtl\:mb-2{
  margin-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:ml-2{
  margin-left: 0.5rem;
}

:root [dir=rtl] .rtl\:mt-3{
  margin-top: 0.75rem;
}

:root [dir=rtl] .rtl\:mr-3{
  margin-right: 0.75rem;
}

:root [dir=rtl] .rtl\:mb-3{
  margin-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:ml-3{
  margin-left: 0.75rem;
}

:root [dir=rtl] .rtl\:mt-4{
  margin-top: 1rem;
}

:root [dir=rtl] .rtl\:mr-4{
  margin-right: 1rem;
}

:root [dir=rtl] .rtl\:mb-4{
  margin-bottom: 1rem;
}

:root [dir=rtl] .rtl\:ml-4{
  margin-left: 1rem;
}

:root [dir=rtl] .rtl\:mt-5{
  margin-top: 1.25rem;
}

:root [dir=rtl] .rtl\:mr-5{
  margin-right: 1.25rem;
}

:root [dir=rtl] .rtl\:mb-5{
  margin-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:ml-5{
  margin-left: 1.25rem;
}

:root [dir=rtl] .rtl\:mt-6{
  margin-top: 1.5rem;
}

:root [dir=rtl] .rtl\:mr-6{
  margin-right: 1.5rem;
}

:root [dir=rtl] .rtl\:mb-6{
  margin-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:ml-6{
  margin-left: 1.5rem;
}

:root [dir=rtl] .rtl\:mt-8{
  margin-top: 2rem;
}

:root [dir=rtl] .rtl\:mr-8{
  margin-right: 2rem;
}

:root [dir=rtl] .rtl\:mb-8{
  margin-bottom: 2rem;
}

:root [dir=rtl] .rtl\:ml-8{
  margin-left: 2rem;
}

:root [dir=rtl] .rtl\:mt-9{
  margin-top: 2.25rem;
}

:root [dir=rtl] .rtl\:mr-9{
  margin-right: 2.25rem;
}

:root [dir=rtl] .rtl\:mb-9{
  margin-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:ml-9{
  margin-left: 2.25rem;
}

:root [dir=rtl] .rtl\:mt-10{
  margin-top: 2.5rem;
}

:root [dir=rtl] .rtl\:mr-10{
  margin-right: 2.5rem;
}

:root [dir=rtl] .rtl\:mb-10{
  margin-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:ml-10{
  margin-left: 2.5rem;
}

:root [dir=rtl] .rtl\:mt-12{
  margin-top: 3rem;
}

:root [dir=rtl] .rtl\:mr-12{
  margin-right: 3rem;
}

:root [dir=rtl] .rtl\:mb-12{
  margin-bottom: 3rem;
}

:root [dir=rtl] .rtl\:ml-12{
  margin-left: 3rem;
}

:root [dir=rtl] .rtl\:mt-14{
  margin-top: 3.5rem;
}

:root [dir=rtl] .rtl\:mr-14{
  margin-right: 3.5rem;
}

:root [dir=rtl] .rtl\:mb-14{
  margin-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:ml-14{
  margin-left: 3.5rem;
}

:root [dir=rtl] .rtl\:mt-16{
  margin-top: 4rem;
}

:root [dir=rtl] .rtl\:mr-16{
  margin-right: 4rem;
}

:root [dir=rtl] .rtl\:mb-16{
  margin-bottom: 4rem;
}

:root [dir=rtl] .rtl\:ml-16{
  margin-left: 4rem;
}

:root [dir=rtl] .rtl\:mt-20{
  margin-top: 5rem;
}

:root [dir=rtl] .rtl\:mr-20{
  margin-right: 5rem;
}

:root [dir=rtl] .rtl\:mb-20{
  margin-bottom: 5rem;
}

:root [dir=rtl] .rtl\:ml-20{
  margin-left: 5rem;
}

:root [dir=rtl] .rtl\:mt-24{
  margin-top: 6rem;
}

:root [dir=rtl] .rtl\:mr-24{
  margin-right: 6rem;
}

:root [dir=rtl] .rtl\:mb-24{
  margin-bottom: 6rem;
}

:root [dir=rtl] .rtl\:ml-24{
  margin-left: 6rem;
}

:root [dir=rtl] .rtl\:mt-32{
  margin-top: 8rem;
}

:root [dir=rtl] .rtl\:mr-32{
  margin-right: 8rem;
}

:root [dir=rtl] .rtl\:mb-32{
  margin-bottom: 8rem;
}

:root [dir=rtl] .rtl\:ml-32{
  margin-left: 8rem;
}

:root [dir=rtl] .rtl\:mt-40{
  margin-top: 10rem;
}

:root [dir=rtl] .rtl\:mr-40{
  margin-right: 10rem;
}

:root [dir=rtl] .rtl\:mb-40{
  margin-bottom: 10rem;
}

:root [dir=rtl] .rtl\:ml-40{
  margin-left: 10rem;
}

:root [dir=rtl] .rtl\:mt-48{
  margin-top: 12rem;
}

:root [dir=rtl] .rtl\:mr-48{
  margin-right: 12rem;
}

:root [dir=rtl] .rtl\:mb-48{
  margin-bottom: 12rem;
}

:root [dir=rtl] .rtl\:ml-48{
  margin-left: 12rem;
}

:root [dir=rtl] .rtl\:mt-56{
  margin-top: 14rem;
}

:root [dir=rtl] .rtl\:mr-56{
  margin-right: 14rem;
}

:root [dir=rtl] .rtl\:mb-56{
  margin-bottom: 14rem;
}

:root [dir=rtl] .rtl\:ml-56{
  margin-left: 14rem;
}

:root [dir=rtl] .rtl\:mt-64{
  margin-top: 16rem;
}

:root [dir=rtl] .rtl\:mr-64{
  margin-right: 16rem;
}

:root [dir=rtl] .rtl\:mb-64{
  margin-bottom: 16rem;
}

:root [dir=rtl] .rtl\:ml-64{
  margin-left: 16rem;
}

:root [dir=rtl] .rtl\:mt-auto{
  margin-top: auto;
}

:root [dir=rtl] .rtl\:mr-auto{
  margin-right: auto;
}

:root [dir=rtl] .rtl\:mb-auto{
  margin-bottom: auto;
}

:root [dir=rtl] .rtl\:ml-auto{
  margin-left: auto;
}

:root [dir=rtl] .rtl\:mt-px{
  margin-top: 1px;
}

:root [dir=rtl] .rtl\:mr-px{
  margin-right: 1px;
}

:root [dir=rtl] .rtl\:mb-px{
  margin-bottom: 1px;
}

:root [dir=rtl] .rtl\:ml-px{
  margin-left: 1px;
}

:root [dir=rtl] .rtl\:mt-gutter{
  margin-top: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mr-gutter{
  margin-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mb-gutter{
  margin-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:ml-gutter{
  margin-left: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:-mt-1{
  margin-top: -0.25rem;
}

:root [dir=rtl] .rtl\:-mr-1{
  margin-right: -0.25rem;
}

:root [dir=rtl] .rtl\:-mb-1{
  margin-bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-ml-1{
  margin-left: -0.25rem;
}

:root [dir=rtl] .rtl\:-mt-2{
  margin-top: -0.5rem;
}

:root [dir=rtl] .rtl\:-mr-2{
  margin-right: -0.5rem;
}

:root [dir=rtl] .rtl\:-mb-2{
  margin-bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-ml-2{
  margin-left: -0.5rem;
}

:root [dir=rtl] .rtl\:-mt-3{
  margin-top: -0.75rem;
}

:root [dir=rtl] .rtl\:-mr-3{
  margin-right: -0.75rem;
}

:root [dir=rtl] .rtl\:-mb-3{
  margin-bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-ml-3{
  margin-left: -0.75rem;
}

:root [dir=rtl] .rtl\:-mt-4{
  margin-top: -1rem;
}

:root [dir=rtl] .rtl\:-mr-4{
  margin-right: -1rem;
}

:root [dir=rtl] .rtl\:-mb-4{
  margin-bottom: -1rem;
}

:root [dir=rtl] .rtl\:-ml-4{
  margin-left: -1rem;
}

:root [dir=rtl] .rtl\:-mt-5{
  margin-top: -1.25rem;
}

:root [dir=rtl] .rtl\:-mr-5{
  margin-right: -1.25rem;
}

:root [dir=rtl] .rtl\:-mb-5{
  margin-bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-ml-5{
  margin-left: -1.25rem;
}

:root [dir=rtl] .rtl\:-mt-6{
  margin-top: -1.5rem;
}

:root [dir=rtl] .rtl\:-mr-6{
  margin-right: -1.5rem;
}

:root [dir=rtl] .rtl\:-mb-6{
  margin-bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-ml-6{
  margin-left: -1.5rem;
}

:root [dir=rtl] .rtl\:-mt-8{
  margin-top: -2rem;
}

:root [dir=rtl] .rtl\:-mr-8{
  margin-right: -2rem;
}

:root [dir=rtl] .rtl\:-mb-8{
  margin-bottom: -2rem;
}

:root [dir=rtl] .rtl\:-ml-8{
  margin-left: -2rem;
}

:root [dir=rtl] .rtl\:-mt-9{
  margin-top: -2.25rem;
}

:root [dir=rtl] .rtl\:-mr-9{
  margin-right: -2.25rem;
}

:root [dir=rtl] .rtl\:-mb-9{
  margin-bottom: -2.25rem;
}

:root [dir=rtl] .rtl\:-ml-9{
  margin-left: -2.25rem;
}

:root [dir=rtl] .rtl\:-mt-10{
  margin-top: -2.5rem;
}

:root [dir=rtl] .rtl\:-mr-10{
  margin-right: -2.5rem;
}

:root [dir=rtl] .rtl\:-mb-10{
  margin-bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-ml-10{
  margin-left: -2.5rem;
}

:root [dir=rtl] .rtl\:-mt-12{
  margin-top: -3rem;
}

:root [dir=rtl] .rtl\:-mr-12{
  margin-right: -3rem;
}

:root [dir=rtl] .rtl\:-mb-12{
  margin-bottom: -3rem;
}

:root [dir=rtl] .rtl\:-ml-12{
  margin-left: -3rem;
}

:root [dir=rtl] .rtl\:-mt-14{
  margin-top: -3.5rem;
}

:root [dir=rtl] .rtl\:-mr-14{
  margin-right: -3.5rem;
}

:root [dir=rtl] .rtl\:-mb-14{
  margin-bottom: -3.5rem;
}

:root [dir=rtl] .rtl\:-ml-14{
  margin-left: -3.5rem;
}

:root [dir=rtl] .rtl\:-mt-16{
  margin-top: -4rem;
}

:root [dir=rtl] .rtl\:-mr-16{
  margin-right: -4rem;
}

:root [dir=rtl] .rtl\:-mb-16{
  margin-bottom: -4rem;
}

:root [dir=rtl] .rtl\:-ml-16{
  margin-left: -4rem;
}

:root [dir=rtl] .rtl\:-mt-20{
  margin-top: -5rem;
}

:root [dir=rtl] .rtl\:-mr-20{
  margin-right: -5rem;
}

:root [dir=rtl] .rtl\:-mb-20{
  margin-bottom: -5rem;
}

:root [dir=rtl] .rtl\:-ml-20{
  margin-left: -5rem;
}

:root [dir=rtl] .rtl\:-mt-24{
  margin-top: -6rem;
}

:root [dir=rtl] .rtl\:-mr-24{
  margin-right: -6rem;
}

:root [dir=rtl] .rtl\:-mb-24{
  margin-bottom: -6rem;
}

:root [dir=rtl] .rtl\:-ml-24{
  margin-left: -6rem;
}

:root [dir=rtl] .rtl\:-mt-32{
  margin-top: -8rem;
}

:root [dir=rtl] .rtl\:-mr-32{
  margin-right: -8rem;
}

:root [dir=rtl] .rtl\:-mb-32{
  margin-bottom: -8rem;
}

:root [dir=rtl] .rtl\:-ml-32{
  margin-left: -8rem;
}

:root [dir=rtl] .rtl\:-mt-40{
  margin-top: -10rem;
}

:root [dir=rtl] .rtl\:-mr-40{
  margin-right: -10rem;
}

:root [dir=rtl] .rtl\:-mb-40{
  margin-bottom: -10rem;
}

:root [dir=rtl] .rtl\:-ml-40{
  margin-left: -10rem;
}

:root [dir=rtl] .rtl\:-mt-48{
  margin-top: -12rem;
}

:root [dir=rtl] .rtl\:-mr-48{
  margin-right: -12rem;
}

:root [dir=rtl] .rtl\:-mb-48{
  margin-bottom: -12rem;
}

:root [dir=rtl] .rtl\:-ml-48{
  margin-left: -12rem;
}

:root [dir=rtl] .rtl\:-mt-56{
  margin-top: -14rem;
}

:root [dir=rtl] .rtl\:-mr-56{
  margin-right: -14rem;
}

:root [dir=rtl] .rtl\:-mb-56{
  margin-bottom: -14rem;
}

:root [dir=rtl] .rtl\:-ml-56{
  margin-left: -14rem;
}

:root [dir=rtl] .rtl\:-mt-64{
  margin-top: -16rem;
}

:root [dir=rtl] .rtl\:-mr-64{
  margin-right: -16rem;
}

:root [dir=rtl] .rtl\:-mb-64{
  margin-bottom: -16rem;
}

:root [dir=rtl] .rtl\:-ml-64{
  margin-left: -16rem;
}

:root [dir=rtl] .rtl\:-mt-px{
  margin-top: -1px;
}

:root [dir=rtl] .rtl\:-mr-px{
  margin-right: -1px;
}

:root [dir=rtl] .rtl\:-mb-px{
  margin-bottom: -1px;
}

:root [dir=rtl] .rtl\:-ml-px{
  margin-left: -1px;
}

:root [dir=rtl] .rtl\:-mt-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mr-gutter{
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mb-gutter{
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-ml-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
}

:root .max-h-full{
  max-height: 100%;
}

:root .max-h-screen{
  max-height: 100vh;
}

:root .max-w-unset{
  max-width: unset;
}

:root .max-w-xxxs{
  max-width: 16rem;
}

:root .max-w-xxs{
  max-width: 18rem;
}

:root .max-w-xs{
  max-width: 20rem;
}

:root .max-w-sm{
  max-width: 24rem;
}

:root .max-w-md{
  max-width: 28rem;
}

:root .max-w-lg{
  max-width: 32rem;
}

:root .max-w-xl{
  max-width: 36rem;
}

:root .max-w-2xl{
  max-width: 42rem;
}

:root .max-w-3xl{
  max-width: 48rem;
}

:root .max-w-4xl{
  max-width: 56rem;
}

:root .max-w-5xl{
  max-width: 64rem;
}

:root .max-w-6xl{
  max-width: 72rem;
}

:root .max-w-full{
  max-width: 100%;
}

:root .min-h-0{
  min-height: 0;
}

:root .min-h-full{
  min-height: 100%;
}

:root .min-h-screen{
  min-height: 100vh;
}

:root .min-w-0{
  min-width: 0;
}

:root .min-w-1{
  min-width: 0.25rem;
}

:root .min-w-2{
  min-width: 0.5rem;
}

:root .min-w-3{
  min-width: 0.75rem;
}

:root .min-w-4{
  min-width: 1rem;
}

:root .min-w-5{
  min-width: 1.25rem;
}

:root .min-w-6{
  min-width: 1.5rem;
}

:root .min-w-8{
  min-width: 2rem;
}

:root .min-w-9{
  min-width: 2.25rem;
}

:root .min-w-10{
  min-width: 2.5rem;
}

:root .min-w-12{
  min-width: 3rem;
}

:root .min-w-14{
  min-width: 3.5rem;
}

:root .min-w-16{
  min-width: 4rem;
}

:root .min-w-20{
  min-width: 5rem;
}

:root .min-w-24{
  min-width: 6rem;
}

:root .min-w-32{
  min-width: 8rem;
}

:root .min-w-40{
  min-width: 10rem;
}

:root .min-w-48{
  min-width: 12rem;
}

:root .min-w-56{
  min-width: 14rem;
}

:root .min-w-64{
  min-width: 16rem;
}

:root .min-w-full{
  min-width: 100%;
}

:root .min-w-px{
  min-width: 1px;
}

:root .min-w-gutter{
  min-width: var(--padding-gutter);
}

:root .object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

:root .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

:root .object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

:root .object-none{
  -o-object-fit: none;
     object-fit: none;
}

:root .object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

:root .object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

:root .object-center{
  -o-object-position: center;
     object-position: center;
}

:root .object-left{
  -o-object-position: left;
     object-position: left;
}

:root .object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

:root .object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

:root .object-right{
  -o-object-position: right;
     object-position: right;
}

:root .object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

:root .object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

:root .object-top{
  -o-object-position: top;
     object-position: top;
}

:root .opacity-0{
  opacity: 0;
}

:root .opacity-25{
  opacity: 0.25;
}

:root .opacity-50{
  opacity: 0.5;
}

:root .opacity-75{
  opacity: 0.75;
}

:root .opacity-100{
  opacity: 1;
}

:root .hover\:opacity-0:hover{
  opacity: 0;
}

:root .hover\:opacity-25:hover{
  opacity: 0.25;
}

:root .hover\:opacity-50:hover{
  opacity: 0.5;
}

:root .hover\:opacity-75:hover{
  opacity: 0.75;
}

:root .hover\:opacity-100:hover{
  opacity: 1;
}

:root .focus\:opacity-0:focus{
  opacity: 0;
}

:root .focus\:opacity-25:focus{
  opacity: 0.25;
}

:root .focus\:opacity-50:focus{
  opacity: 0.5;
}

:root .focus\:opacity-75:focus{
  opacity: 0.75;
}

:root .focus\:opacity-100:focus{
  opacity: 1;
}

:root .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:root .outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

:root .outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

:root .focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:root .focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

:root .focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

:root .overflow-auto{
  overflow: auto;
}

:root .overflow-hidden{
  overflow: hidden;
}

:root .overflow-visible{
  overflow: visible;
}

:root .overflow-scroll{
  overflow: scroll;
}

:root .overflow-x-auto{
  overflow-x: auto;
}

:root .overflow-y-auto{
  overflow-y: auto;
}

:root .overflow-x-hidden{
  overflow-x: hidden;
}

:root .overflow-y-hidden{
  overflow-y: hidden;
}

:root .overflow-x-visible{
  overflow-x: visible;
}

:root .overflow-y-visible{
  overflow-y: visible;
}

:root .overflow-x-scroll{
  overflow-x: scroll;
}

:root .overflow-y-scroll{
  overflow-y: scroll;
}

:root .overscroll-auto{
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

:root .overscroll-contain{
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root .overscroll-none{
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

:root .overscroll-y-auto{
  overscroll-behavior-y: auto;
}

:root .overscroll-y-contain{
  overscroll-behavior-y: contain;
}

:root .overscroll-y-none{
  overscroll-behavior-y: none;
}

:root .overscroll-x-auto{
  overscroll-behavior-x: auto;
}

:root .overscroll-x-contain{
  overscroll-behavior-x: contain;
}

:root .overscroll-x-none{
  overscroll-behavior-x: none;
}

:root .p-0{
  padding: 0;
}

:root .p-1{
  padding: 0.25rem;
}

:root .p-2{
  padding: 0.5rem;
}

:root .p-3{
  padding: 0.75rem;
}

:root .p-4{
  padding: 1rem;
}

:root .p-5{
  padding: 1.25rem;
}

:root .p-6{
  padding: 1.5rem;
}

:root .p-8{
  padding: 2rem;
}

:root .p-9{
  padding: 2.25rem;
}

:root .p-10{
  padding: 2.5rem;
}

:root .p-12{
  padding: 3rem;
}

:root .p-14{
  padding: 3.5rem;
}

:root .p-16{
  padding: 4rem;
}

:root .p-20{
  padding: 5rem;
}

:root .p-24{
  padding: 6rem;
}

:root .p-32{
  padding: 8rem;
}

:root .p-40{
  padding: 10rem;
}

:root .p-48{
  padding: 12rem;
}

:root .p-56{
  padding: 14rem;
}

:root .p-64{
  padding: 16rem;
}

:root .p-px{
  padding: 1px;
}

:root .p-gutter{
  padding: var(--padding-gutter);
}

:root .py-0{
  padding-top: 0;
  padding-bottom: 0;
}

:root .px-0{
  padding-left: 0;
  padding-right: 0;
}

:root .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

:root .px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

:root .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

:root .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

:root .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

:root .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

:root .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:root .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

:root .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

:root .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

:root .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

:root .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

:root .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

:root .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

:root .py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

:root .px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

:root .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

:root .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

:root .px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

:root .py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

:root .px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

:root .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root .px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

:root .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:root .px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

:root .py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

:root .px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

:root .py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

:root .px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

:root .py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

:root .px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

:root .py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

:root .px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

:root .py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

:root .px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

:root .py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

:root .px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

:root .py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

:root .px-px{
  padding-left: 1px;
  padding-right: 1px;
}

:root .py-gutter{
  padding-top: var(--padding-gutter);
  padding-bottom: var(--padding-gutter);
}

:root .px-gutter{
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

:root .pt-0{
  padding-top: 0;
}

:root .pr-0{
  padding-right: 0;
}

:root .pb-0{
  padding-bottom: 0;
}

:root .pl-0{
  padding-left: 0;
}

:root .pt-1{
  padding-top: 0.25rem;
}

:root .pr-1{
  padding-right: 0.25rem;
}

:root .pb-1{
  padding-bottom: 0.25rem;
}

:root .pl-1{
  padding-left: 0.25rem;
}

:root .pt-2{
  padding-top: 0.5rem;
}

:root .pr-2{
  padding-right: 0.5rem;
}

:root .pb-2{
  padding-bottom: 0.5rem;
}

:root .pl-2{
  padding-left: 0.5rem;
}

:root .pt-3{
  padding-top: 0.75rem;
}

:root .pr-3{
  padding-right: 0.75rem;
}

:root .pb-3{
  padding-bottom: 0.75rem;
}

:root .pl-3{
  padding-left: 0.75rem;
}

:root .pt-4{
  padding-top: 1rem;
}

:root .pr-4{
  padding-right: 1rem;
}

:root .pb-4{
  padding-bottom: 1rem;
}

:root .pl-4{
  padding-left: 1rem;
}

:root .pt-5{
  padding-top: 1.25rem;
}

:root .pr-5{
  padding-right: 1.25rem;
}

:root .pb-5{
  padding-bottom: 1.25rem;
}

:root .pl-5{
  padding-left: 1.25rem;
}

:root .pt-6{
  padding-top: 1.5rem;
}

:root .pr-6{
  padding-right: 1.5rem;
}

:root .pb-6{
  padding-bottom: 1.5rem;
}

:root .pl-6{
  padding-left: 1.5rem;
}

:root .pt-8{
  padding-top: 2rem;
}

:root .pr-8{
  padding-right: 2rem;
}

:root .pb-8{
  padding-bottom: 2rem;
}

:root .pl-8{
  padding-left: 2rem;
}

:root .pt-9{
  padding-top: 2.25rem;
}

:root .pr-9{
  padding-right: 2.25rem;
}

:root .pb-9{
  padding-bottom: 2.25rem;
}

:root .pl-9{
  padding-left: 2.25rem;
}

:root .pt-10{
  padding-top: 2.5rem;
}

:root .pr-10{
  padding-right: 2.5rem;
}

:root .pb-10{
  padding-bottom: 2.5rem;
}

:root .pl-10{
  padding-left: 2.5rem;
}

:root .pt-12{
  padding-top: 3rem;
}

:root .pr-12{
  padding-right: 3rem;
}

:root .pb-12{
  padding-bottom: 3rem;
}

:root .pl-12{
  padding-left: 3rem;
}

:root .pt-14{
  padding-top: 3.5rem;
}

:root .pr-14{
  padding-right: 3.5rem;
}

:root .pb-14{
  padding-bottom: 3.5rem;
}

:root .pl-14{
  padding-left: 3.5rem;
}

:root .pt-16{
  padding-top: 4rem;
}

:root .pr-16{
  padding-right: 4rem;
}

:root .pb-16{
  padding-bottom: 4rem;
}

:root .pl-16{
  padding-left: 4rem;
}

:root .pt-20{
  padding-top: 5rem;
}

:root .pr-20{
  padding-right: 5rem;
}

:root .pb-20{
  padding-bottom: 5rem;
}

:root .pl-20{
  padding-left: 5rem;
}

:root .pt-24{
  padding-top: 6rem;
}

:root .pr-24{
  padding-right: 6rem;
}

:root .pb-24{
  padding-bottom: 6rem;
}

:root .pl-24{
  padding-left: 6rem;
}

:root .pt-32{
  padding-top: 8rem;
}

:root .pr-32{
  padding-right: 8rem;
}

:root .pb-32{
  padding-bottom: 8rem;
}

:root .pl-32{
  padding-left: 8rem;
}

:root .pt-40{
  padding-top: 10rem;
}

:root .pr-40{
  padding-right: 10rem;
}

:root .pb-40{
  padding-bottom: 10rem;
}

:root .pl-40{
  padding-left: 10rem;
}

:root .pt-48{
  padding-top: 12rem;
}

:root .pr-48{
  padding-right: 12rem;
}

:root .pb-48{
  padding-bottom: 12rem;
}

:root .pl-48{
  padding-left: 12rem;
}

:root .pt-56{
  padding-top: 14rem;
}

:root .pr-56{
  padding-right: 14rem;
}

:root .pb-56{
  padding-bottom: 14rem;
}

:root .pl-56{
  padding-left: 14rem;
}

:root .pt-64{
  padding-top: 16rem;
}

:root .pr-64{
  padding-right: 16rem;
}

:root .pb-64{
  padding-bottom: 16rem;
}

:root .pl-64{
  padding-left: 16rem;
}

:root .pt-px{
  padding-top: 1px;
}

:root .pr-px{
  padding-right: 1px;
}

:root .pb-px{
  padding-bottom: 1px;
}

:root .pl-px{
  padding-left: 1px;
}

:root .pt-gutter{
  padding-top: var(--padding-gutter);
}

:root .pr-gutter{
  padding-right: var(--padding-gutter);
}

:root .pb-gutter{
  padding-bottom: var(--padding-gutter);
}

:root .pl-gutter{
  padding-left: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:p-0{
  padding: 0;
}

:root [dir=ltr] .ltr\:p-1{
  padding: 0.25rem;
}

:root [dir=ltr] .ltr\:p-2{
  padding: 0.5rem;
}

:root [dir=ltr] .ltr\:p-3{
  padding: 0.75rem;
}

:root [dir=ltr] .ltr\:p-4{
  padding: 1rem;
}

:root [dir=ltr] .ltr\:p-5{
  padding: 1.25rem;
}

:root [dir=ltr] .ltr\:p-6{
  padding: 1.5rem;
}

:root [dir=ltr] .ltr\:p-8{
  padding: 2rem;
}

:root [dir=ltr] .ltr\:p-9{
  padding: 2.25rem;
}

:root [dir=ltr] .ltr\:p-10{
  padding: 2.5rem;
}

:root [dir=ltr] .ltr\:p-12{
  padding: 3rem;
}

:root [dir=ltr] .ltr\:p-14{
  padding: 3.5rem;
}

:root [dir=ltr] .ltr\:p-16{
  padding: 4rem;
}

:root [dir=ltr] .ltr\:p-20{
  padding: 5rem;
}

:root [dir=ltr] .ltr\:p-24{
  padding: 6rem;
}

:root [dir=ltr] .ltr\:p-32{
  padding: 8rem;
}

:root [dir=ltr] .ltr\:p-40{
  padding: 10rem;
}

:root [dir=ltr] .ltr\:p-48{
  padding: 12rem;
}

:root [dir=ltr] .ltr\:p-56{
  padding: 14rem;
}

:root [dir=ltr] .ltr\:p-64{
  padding: 16rem;
}

:root [dir=ltr] .ltr\:p-px{
  padding: 1px;
}

:root [dir=ltr] .ltr\:p-gutter{
  padding: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:py-0{
  padding-top: 0;
  padding-bottom: 0;
}

:root [dir=ltr] .ltr\:px-0{
  padding-left: 0;
  padding-right: 0;
}

:root [dir=ltr] .ltr\:py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

:root [dir=ltr] .ltr\:py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

:root [dir=ltr] .ltr\:py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

:root [dir=ltr] .ltr\:py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:root [dir=ltr] .ltr\:px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

:root [dir=ltr] .ltr\:py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

:root [dir=ltr] .ltr\:py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

:root [dir=ltr] .ltr\:py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

:root [dir=ltr] .ltr\:px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

:root [dir=ltr] .ltr\:py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

:root [dir=ltr] .ltr\:py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

:root [dir=ltr] .ltr\:py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

:root [dir=ltr] .ltr\:px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

:root [dir=ltr] .ltr\:py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

:root [dir=ltr] .ltr\:py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root [dir=ltr] .ltr\:px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

:root [dir=ltr] .ltr\:py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:root [dir=ltr] .ltr\:px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

:root [dir=ltr] .ltr\:py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

:root [dir=ltr] .ltr\:px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

:root [dir=ltr] .ltr\:py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

:root [dir=ltr] .ltr\:px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

:root [dir=ltr] .ltr\:py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

:root [dir=ltr] .ltr\:px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

:root [dir=ltr] .ltr\:py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

:root [dir=ltr] .ltr\:px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

:root [dir=ltr] .ltr\:py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

:root [dir=ltr] .ltr\:px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

:root [dir=ltr] .ltr\:py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

:root [dir=ltr] .ltr\:px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

:root [dir=ltr] .ltr\:py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

:root [dir=ltr] .ltr\:px-px{
  padding-left: 1px;
  padding-right: 1px;
}

:root [dir=ltr] .ltr\:py-gutter{
  padding-top: var(--padding-gutter);
  padding-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:px-gutter{
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pt-0{
  padding-top: 0;
}

:root [dir=ltr] .ltr\:pr-0{
  padding-right: 0;
}

:root [dir=ltr] .ltr\:pb-0{
  padding-bottom: 0;
}

:root [dir=ltr] .ltr\:pl-0{
  padding-left: 0;
}

:root [dir=ltr] .ltr\:pt-1{
  padding-top: 0.25rem;
}

:root [dir=ltr] .ltr\:pr-1{
  padding-right: 0.25rem;
}

:root [dir=ltr] .ltr\:pb-1{
  padding-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:pl-1{
  padding-left: 0.25rem;
}

:root [dir=ltr] .ltr\:pt-2{
  padding-top: 0.5rem;
}

:root [dir=ltr] .ltr\:pr-2{
  padding-right: 0.5rem;
}

:root [dir=ltr] .ltr\:pb-2{
  padding-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:pl-2{
  padding-left: 0.5rem;
}

:root [dir=ltr] .ltr\:pt-3{
  padding-top: 0.75rem;
}

:root [dir=ltr] .ltr\:pr-3{
  padding-right: 0.75rem;
}

:root [dir=ltr] .ltr\:pb-3{
  padding-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:pl-3{
  padding-left: 0.75rem;
}

:root [dir=ltr] .ltr\:pt-4{
  padding-top: 1rem;
}

:root [dir=ltr] .ltr\:pr-4{
  padding-right: 1rem;
}

:root [dir=ltr] .ltr\:pb-4{
  padding-bottom: 1rem;
}

:root [dir=ltr] .ltr\:pl-4{
  padding-left: 1rem;
}

:root [dir=ltr] .ltr\:pt-5{
  padding-top: 1.25rem;
}

:root [dir=ltr] .ltr\:pr-5{
  padding-right: 1.25rem;
}

:root [dir=ltr] .ltr\:pb-5{
  padding-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:pl-5{
  padding-left: 1.25rem;
}

:root [dir=ltr] .ltr\:pt-6{
  padding-top: 1.5rem;
}

:root [dir=ltr] .ltr\:pr-6{
  padding-right: 1.5rem;
}

:root [dir=ltr] .ltr\:pb-6{
  padding-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:pl-6{
  padding-left: 1.5rem;
}

:root [dir=ltr] .ltr\:pt-8{
  padding-top: 2rem;
}

:root [dir=ltr] .ltr\:pr-8{
  padding-right: 2rem;
}

:root [dir=ltr] .ltr\:pb-8{
  padding-bottom: 2rem;
}

:root [dir=ltr] .ltr\:pl-8{
  padding-left: 2rem;
}

:root [dir=ltr] .ltr\:pt-9{
  padding-top: 2.25rem;
}

:root [dir=ltr] .ltr\:pr-9{
  padding-right: 2.25rem;
}

:root [dir=ltr] .ltr\:pb-9{
  padding-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:pl-9{
  padding-left: 2.25rem;
}

:root [dir=ltr] .ltr\:pt-10{
  padding-top: 2.5rem;
}

:root [dir=ltr] .ltr\:pr-10{
  padding-right: 2.5rem;
}

:root [dir=ltr] .ltr\:pb-10{
  padding-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:pl-10{
  padding-left: 2.5rem;
}

:root [dir=ltr] .ltr\:pt-12{
  padding-top: 3rem;
}

:root [dir=ltr] .ltr\:pr-12{
  padding-right: 3rem;
}

:root [dir=ltr] .ltr\:pb-12{
  padding-bottom: 3rem;
}

:root [dir=ltr] .ltr\:pl-12{
  padding-left: 3rem;
}

:root [dir=ltr] .ltr\:pt-14{
  padding-top: 3.5rem;
}

:root [dir=ltr] .ltr\:pr-14{
  padding-right: 3.5rem;
}

:root [dir=ltr] .ltr\:pb-14{
  padding-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:pl-14{
  padding-left: 3.5rem;
}

:root [dir=ltr] .ltr\:pt-16{
  padding-top: 4rem;
}

:root [dir=ltr] .ltr\:pr-16{
  padding-right: 4rem;
}

:root [dir=ltr] .ltr\:pb-16{
  padding-bottom: 4rem;
}

:root [dir=ltr] .ltr\:pl-16{
  padding-left: 4rem;
}

:root [dir=ltr] .ltr\:pt-20{
  padding-top: 5rem;
}

:root [dir=ltr] .ltr\:pr-20{
  padding-right: 5rem;
}

:root [dir=ltr] .ltr\:pb-20{
  padding-bottom: 5rem;
}

:root [dir=ltr] .ltr\:pl-20{
  padding-left: 5rem;
}

:root [dir=ltr] .ltr\:pt-24{
  padding-top: 6rem;
}

:root [dir=ltr] .ltr\:pr-24{
  padding-right: 6rem;
}

:root [dir=ltr] .ltr\:pb-24{
  padding-bottom: 6rem;
}

:root [dir=ltr] .ltr\:pl-24{
  padding-left: 6rem;
}

:root [dir=ltr] .ltr\:pt-32{
  padding-top: 8rem;
}

:root [dir=ltr] .ltr\:pr-32{
  padding-right: 8rem;
}

:root [dir=ltr] .ltr\:pb-32{
  padding-bottom: 8rem;
}

:root [dir=ltr] .ltr\:pl-32{
  padding-left: 8rem;
}

:root [dir=ltr] .ltr\:pt-40{
  padding-top: 10rem;
}

:root [dir=ltr] .ltr\:pr-40{
  padding-right: 10rem;
}

:root [dir=ltr] .ltr\:pb-40{
  padding-bottom: 10rem;
}

:root [dir=ltr] .ltr\:pl-40{
  padding-left: 10rem;
}

:root [dir=ltr] .ltr\:pt-48{
  padding-top: 12rem;
}

:root [dir=ltr] .ltr\:pr-48{
  padding-right: 12rem;
}

:root [dir=ltr] .ltr\:pb-48{
  padding-bottom: 12rem;
}

:root [dir=ltr] .ltr\:pl-48{
  padding-left: 12rem;
}

:root [dir=ltr] .ltr\:pt-56{
  padding-top: 14rem;
}

:root [dir=ltr] .ltr\:pr-56{
  padding-right: 14rem;
}

:root [dir=ltr] .ltr\:pb-56{
  padding-bottom: 14rem;
}

:root [dir=ltr] .ltr\:pl-56{
  padding-left: 14rem;
}

:root [dir=ltr] .ltr\:pt-64{
  padding-top: 16rem;
}

:root [dir=ltr] .ltr\:pr-64{
  padding-right: 16rem;
}

:root [dir=ltr] .ltr\:pb-64{
  padding-bottom: 16rem;
}

:root [dir=ltr] .ltr\:pl-64{
  padding-left: 16rem;
}

:root [dir=ltr] .ltr\:pt-px{
  padding-top: 1px;
}

:root [dir=ltr] .ltr\:pr-px{
  padding-right: 1px;
}

:root [dir=ltr] .ltr\:pb-px{
  padding-bottom: 1px;
}

:root [dir=ltr] .ltr\:pl-px{
  padding-left: 1px;
}

:root [dir=ltr] .ltr\:pt-gutter{
  padding-top: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pr-gutter{
  padding-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pb-gutter{
  padding-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pl-gutter{
  padding-left: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:p-0{
  padding: 0;
}

:root [dir=rtl] .rtl\:p-1{
  padding: 0.25rem;
}

:root [dir=rtl] .rtl\:p-2{
  padding: 0.5rem;
}

:root [dir=rtl] .rtl\:p-3{
  padding: 0.75rem;
}

:root [dir=rtl] .rtl\:p-4{
  padding: 1rem;
}

:root [dir=rtl] .rtl\:p-5{
  padding: 1.25rem;
}

:root [dir=rtl] .rtl\:p-6{
  padding: 1.5rem;
}

:root [dir=rtl] .rtl\:p-8{
  padding: 2rem;
}

:root [dir=rtl] .rtl\:p-9{
  padding: 2.25rem;
}

:root [dir=rtl] .rtl\:p-10{
  padding: 2.5rem;
}

:root [dir=rtl] .rtl\:p-12{
  padding: 3rem;
}

:root [dir=rtl] .rtl\:p-14{
  padding: 3.5rem;
}

:root [dir=rtl] .rtl\:p-16{
  padding: 4rem;
}

:root [dir=rtl] .rtl\:p-20{
  padding: 5rem;
}

:root [dir=rtl] .rtl\:p-24{
  padding: 6rem;
}

:root [dir=rtl] .rtl\:p-32{
  padding: 8rem;
}

:root [dir=rtl] .rtl\:p-40{
  padding: 10rem;
}

:root [dir=rtl] .rtl\:p-48{
  padding: 12rem;
}

:root [dir=rtl] .rtl\:p-56{
  padding: 14rem;
}

:root [dir=rtl] .rtl\:p-64{
  padding: 16rem;
}

:root [dir=rtl] .rtl\:p-px{
  padding: 1px;
}

:root [dir=rtl] .rtl\:p-gutter{
  padding: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:py-0{
  padding-top: 0;
  padding-bottom: 0;
}

:root [dir=rtl] .rtl\:px-0{
  padding-left: 0;
  padding-right: 0;
}

:root [dir=rtl] .rtl\:py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

:root [dir=rtl] .rtl\:py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

:root [dir=rtl] .rtl\:py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

:root [dir=rtl] .rtl\:py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:root [dir=rtl] .rtl\:px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

:root [dir=rtl] .rtl\:py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

:root [dir=rtl] .rtl\:py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

:root [dir=rtl] .rtl\:py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

:root [dir=rtl] .rtl\:px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

:root [dir=rtl] .rtl\:py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

:root [dir=rtl] .rtl\:py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

:root [dir=rtl] .rtl\:py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

:root [dir=rtl] .rtl\:px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

:root [dir=rtl] .rtl\:py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

:root [dir=rtl] .rtl\:py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root [dir=rtl] .rtl\:px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

:root [dir=rtl] .rtl\:py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:root [dir=rtl] .rtl\:px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

:root [dir=rtl] .rtl\:py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

:root [dir=rtl] .rtl\:px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

:root [dir=rtl] .rtl\:py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

:root [dir=rtl] .rtl\:px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

:root [dir=rtl] .rtl\:py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

:root [dir=rtl] .rtl\:px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

:root [dir=rtl] .rtl\:py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

:root [dir=rtl] .rtl\:px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

:root [dir=rtl] .rtl\:py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

:root [dir=rtl] .rtl\:px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

:root [dir=rtl] .rtl\:py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

:root [dir=rtl] .rtl\:px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

:root [dir=rtl] .rtl\:py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

:root [dir=rtl] .rtl\:px-px{
  padding-left: 1px;
  padding-right: 1px;
}

:root [dir=rtl] .rtl\:py-gutter{
  padding-top: var(--padding-gutter);
  padding-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:px-gutter{
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pt-0{
  padding-top: 0;
}

:root [dir=rtl] .rtl\:pr-0{
  padding-right: 0;
}

:root [dir=rtl] .rtl\:pb-0{
  padding-bottom: 0;
}

:root [dir=rtl] .rtl\:pl-0{
  padding-left: 0;
}

:root [dir=rtl] .rtl\:pt-1{
  padding-top: 0.25rem;
}

:root [dir=rtl] .rtl\:pr-1{
  padding-right: 0.25rem;
}

:root [dir=rtl] .rtl\:pb-1{
  padding-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:pl-1{
  padding-left: 0.25rem;
}

:root [dir=rtl] .rtl\:pt-2{
  padding-top: 0.5rem;
}

:root [dir=rtl] .rtl\:pr-2{
  padding-right: 0.5rem;
}

:root [dir=rtl] .rtl\:pb-2{
  padding-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:pl-2{
  padding-left: 0.5rem;
}

:root [dir=rtl] .rtl\:pt-3{
  padding-top: 0.75rem;
}

:root [dir=rtl] .rtl\:pr-3{
  padding-right: 0.75rem;
}

:root [dir=rtl] .rtl\:pb-3{
  padding-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:pl-3{
  padding-left: 0.75rem;
}

:root [dir=rtl] .rtl\:pt-4{
  padding-top: 1rem;
}

:root [dir=rtl] .rtl\:pr-4{
  padding-right: 1rem;
}

:root [dir=rtl] .rtl\:pb-4{
  padding-bottom: 1rem;
}

:root [dir=rtl] .rtl\:pl-4{
  padding-left: 1rem;
}

:root [dir=rtl] .rtl\:pt-5{
  padding-top: 1.25rem;
}

:root [dir=rtl] .rtl\:pr-5{
  padding-right: 1.25rem;
}

:root [dir=rtl] .rtl\:pb-5{
  padding-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:pl-5{
  padding-left: 1.25rem;
}

:root [dir=rtl] .rtl\:pt-6{
  padding-top: 1.5rem;
}

:root [dir=rtl] .rtl\:pr-6{
  padding-right: 1.5rem;
}

:root [dir=rtl] .rtl\:pb-6{
  padding-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:pl-6{
  padding-left: 1.5rem;
}

:root [dir=rtl] .rtl\:pt-8{
  padding-top: 2rem;
}

:root [dir=rtl] .rtl\:pr-8{
  padding-right: 2rem;
}

:root [dir=rtl] .rtl\:pb-8{
  padding-bottom: 2rem;
}

:root [dir=rtl] .rtl\:pl-8{
  padding-left: 2rem;
}

:root [dir=rtl] .rtl\:pt-9{
  padding-top: 2.25rem;
}

:root [dir=rtl] .rtl\:pr-9{
  padding-right: 2.25rem;
}

:root [dir=rtl] .rtl\:pb-9{
  padding-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:pl-9{
  padding-left: 2.25rem;
}

:root [dir=rtl] .rtl\:pt-10{
  padding-top: 2.5rem;
}

:root [dir=rtl] .rtl\:pr-10{
  padding-right: 2.5rem;
}

:root [dir=rtl] .rtl\:pb-10{
  padding-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:pl-10{
  padding-left: 2.5rem;
}

:root [dir=rtl] .rtl\:pt-12{
  padding-top: 3rem;
}

:root [dir=rtl] .rtl\:pr-12{
  padding-right: 3rem;
}

:root [dir=rtl] .rtl\:pb-12{
  padding-bottom: 3rem;
}

:root [dir=rtl] .rtl\:pl-12{
  padding-left: 3rem;
}

:root [dir=rtl] .rtl\:pt-14{
  padding-top: 3.5rem;
}

:root [dir=rtl] .rtl\:pr-14{
  padding-right: 3.5rem;
}

:root [dir=rtl] .rtl\:pb-14{
  padding-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:pl-14{
  padding-left: 3.5rem;
}

:root [dir=rtl] .rtl\:pt-16{
  padding-top: 4rem;
}

:root [dir=rtl] .rtl\:pr-16{
  padding-right: 4rem;
}

:root [dir=rtl] .rtl\:pb-16{
  padding-bottom: 4rem;
}

:root [dir=rtl] .rtl\:pl-16{
  padding-left: 4rem;
}

:root [dir=rtl] .rtl\:pt-20{
  padding-top: 5rem;
}

:root [dir=rtl] .rtl\:pr-20{
  padding-right: 5rem;
}

:root [dir=rtl] .rtl\:pb-20{
  padding-bottom: 5rem;
}

:root [dir=rtl] .rtl\:pl-20{
  padding-left: 5rem;
}

:root [dir=rtl] .rtl\:pt-24{
  padding-top: 6rem;
}

:root [dir=rtl] .rtl\:pr-24{
  padding-right: 6rem;
}

:root [dir=rtl] .rtl\:pb-24{
  padding-bottom: 6rem;
}

:root [dir=rtl] .rtl\:pl-24{
  padding-left: 6rem;
}

:root [dir=rtl] .rtl\:pt-32{
  padding-top: 8rem;
}

:root [dir=rtl] .rtl\:pr-32{
  padding-right: 8rem;
}

:root [dir=rtl] .rtl\:pb-32{
  padding-bottom: 8rem;
}

:root [dir=rtl] .rtl\:pl-32{
  padding-left: 8rem;
}

:root [dir=rtl] .rtl\:pt-40{
  padding-top: 10rem;
}

:root [dir=rtl] .rtl\:pr-40{
  padding-right: 10rem;
}

:root [dir=rtl] .rtl\:pb-40{
  padding-bottom: 10rem;
}

:root [dir=rtl] .rtl\:pl-40{
  padding-left: 10rem;
}

:root [dir=rtl] .rtl\:pt-48{
  padding-top: 12rem;
}

:root [dir=rtl] .rtl\:pr-48{
  padding-right: 12rem;
}

:root [dir=rtl] .rtl\:pb-48{
  padding-bottom: 12rem;
}

:root [dir=rtl] .rtl\:pl-48{
  padding-left: 12rem;
}

:root [dir=rtl] .rtl\:pt-56{
  padding-top: 14rem;
}

:root [dir=rtl] .rtl\:pr-56{
  padding-right: 14rem;
}

:root [dir=rtl] .rtl\:pb-56{
  padding-bottom: 14rem;
}

:root [dir=rtl] .rtl\:pl-56{
  padding-left: 14rem;
}

:root [dir=rtl] .rtl\:pt-64{
  padding-top: 16rem;
}

:root [dir=rtl] .rtl\:pr-64{
  padding-right: 16rem;
}

:root [dir=rtl] .rtl\:pb-64{
  padding-bottom: 16rem;
}

:root [dir=rtl] .rtl\:pl-64{
  padding-left: 16rem;
}

:root [dir=rtl] .rtl\:pt-px{
  padding-top: 1px;
}

:root [dir=rtl] .rtl\:pr-px{
  padding-right: 1px;
}

:root [dir=rtl] .rtl\:pb-px{
  padding-bottom: 1px;
}

:root [dir=rtl] .rtl\:pl-px{
  padding-left: 1px;
}

:root [dir=rtl] .rtl\:pt-gutter{
  padding-top: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pr-gutter{
  padding-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pb-gutter{
  padding-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pl-gutter{
  padding-left: var(--padding-gutter);
}

:root .placeholder-current::-moz-placeholder{
  color: currentColor;
}

:root .placeholder-current:-ms-input-placeholder{
  color: currentColor;
}

:root .placeholder-current::placeholder{
  color: currentColor;
}

:root .placeholder-transparent::-moz-placeholder{
  color: transparent;
}

:root .placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

:root .placeholder-transparent::placeholder{
  color: transparent;
}

:root .placeholder-black::-moz-placeholder{
  color: var(--text-color);
}

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

:root .placeholder-black::placeholder{
  color: var(--text-color);
}

:root .placeholder-white::-moz-placeholder{
  color: var(--text-color-light);
}

:root .placeholder-white:-ms-input-placeholder{
  color: var(--text-color-light);
}

:root .placeholder-white::placeholder{
  color: var(--text-color-light);
}

:root .placeholder-contrast-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-contrast-black:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-contrast-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-contrast-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-contrast-white:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-contrast-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-gray-light::-moz-placeholder{
  color: rgba(158, 158, 158, 0.1);
}

:root .placeholder-gray-light:-ms-input-placeholder{
  color: rgba(158, 158, 158, 0.1);
}

:root .placeholder-gray-light::placeholder{
  color: rgba(158, 158, 158, 0.1);
}

:root .placeholder-gray::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
}

:root .placeholder-gray:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
}

:root .placeholder-gray::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
}

:root .placeholder-red-light::-moz-placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .placeholder-red-light:-ms-input-placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .placeholder-red-light::placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .placeholder-red::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .placeholder-red:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .placeholder-red::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .placeholder-orange-light::-moz-placeholder{
  color: rgba(255, 152, 0, 0.1);
}

:root .placeholder-orange-light:-ms-input-placeholder{
  color: rgba(255, 152, 0, 0.1);
}

:root .placeholder-orange-light::placeholder{
  color: rgba(255, 152, 0, 0.1);
}

:root .placeholder-orange::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-orange:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-orange::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-deep-orange-light::-moz-placeholder{
  color: rgba(255, 87, 34, 0.1);
}

:root .placeholder-deep-orange-light:-ms-input-placeholder{
  color: rgba(255, 87, 34, 0.1);
}

:root .placeholder-deep-orange-light::placeholder{
  color: rgba(255, 87, 34, 0.1);
}

:root .placeholder-deep-orange::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
}

:root .placeholder-deep-orange:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
}

:root .placeholder-deep-orange::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
}

:root .placeholder-amber-light::-moz-placeholder{
  color: rgba(255, 193, 7, 0.1);
}

:root .placeholder-amber-light:-ms-input-placeholder{
  color: rgba(255, 193, 7, 0.1);
}

:root .placeholder-amber-light::placeholder{
  color: rgba(255, 193, 7, 0.1);
}

:root .placeholder-amber::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
}

:root .placeholder-amber:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
}

:root .placeholder-amber::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
}

:root .placeholder-green-light::-moz-placeholder{
  color: rgba(76, 175, 80, 0.1);
}

:root .placeholder-green-light:-ms-input-placeholder{
  color: rgba(76, 175, 80, 0.1);
}

:root .placeholder-green-light::placeholder{
  color: rgba(76, 175, 80, 0.1);
}

:root .placeholder-green::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
}

:root .placeholder-green:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
}

:root .placeholder-green::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
}

:root .placeholder-teal-light::-moz-placeholder{
  color: rgba(0, 150, 136, 0.1);
}

:root .placeholder-teal-light:-ms-input-placeholder{
  color: rgba(0, 150, 136, 0.1);
}

:root .placeholder-teal-light::placeholder{
  color: rgba(0, 150, 136, 0.1);
}

:root .placeholder-teal::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
}

:root .placeholder-teal:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
}

:root .placeholder-teal::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
}

:root .placeholder-cyan-light::-moz-placeholder{
  color: rgba(0, 188, 212, 0.1);
}

:root .placeholder-cyan-light:-ms-input-placeholder{
  color: rgba(0, 188, 212, 0.1);
}

:root .placeholder-cyan-light::placeholder{
  color: rgba(0, 188, 212, 0.1);
}

:root .placeholder-cyan::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
}

:root .placeholder-cyan:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
}

:root .placeholder-cyan::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
}

:root .placeholder-purple-light::-moz-placeholder{
  color: rgba(156, 39, 176, 0.1);
}

:root .placeholder-purple-light:-ms-input-placeholder{
  color: rgba(156, 39, 176, 0.1);
}

:root .placeholder-purple-light::placeholder{
  color: rgba(156, 39, 176, 0.1);
}

:root .placeholder-purple::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
}

:root .placeholder-purple:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
}

:root .placeholder-purple::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
}

:root .placeholder-deep-purple-light::-moz-placeholder{
  color: rgba(103, 58, 183, 0.1);
}

:root .placeholder-deep-purple-light:-ms-input-placeholder{
  color: rgba(103, 58, 183, 0.1);
}

:root .placeholder-deep-purple-light::placeholder{
  color: rgba(103, 58, 183, 0.1);
}

:root .placeholder-deep-purple::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
}

:root .placeholder-deep-purple:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
}

:root .placeholder-deep-purple::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
}

:root .placeholder-pink-light::-moz-placeholder{
  color: rgba(233, 30, 99, 0.1);
}

:root .placeholder-pink-light:-ms-input-placeholder{
  color: rgba(233, 30, 99, 0.1);
}

:root .placeholder-pink-light::placeholder{
  color: rgba(233, 30, 99, 0.1);
}

:root .placeholder-pink::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
}

:root .placeholder-pink:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
}

:root .placeholder-pink::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
}

:root .placeholder-primary-light::-moz-placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .placeholder-primary-light:-ms-input-placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .placeholder-primary-light::placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .placeholder-primary::-moz-placeholder{
  color: rgb(var(--color-primary));
}

:root .placeholder-primary:-ms-input-placeholder{
  color: rgb(var(--color-primary));
}

:root .placeholder-primary::placeholder{
  color: rgb(var(--color-primary));
}

:root .placeholder-accent-light::-moz-placeholder{
  color: rgba(var(--color-accent), .1);
}

:root .placeholder-accent-light:-ms-input-placeholder{
  color: rgba(var(--color-accent), .1);
}

:root .placeholder-accent-light::placeholder{
  color: rgba(var(--color-accent), .1);
}

:root .placeholder-accent::-moz-placeholder{
  color: rgb(var(--color-accent));
}

:root .placeholder-accent:-ms-input-placeholder{
  color: rgb(var(--color-accent));
}

:root .placeholder-accent::placeholder{
  color: rgb(var(--color-accent));
}

:root .placeholder-warn-light::-moz-placeholder{
  color: rgba(var(--color-warn), .1);
}

:root .placeholder-warn-light:-ms-input-placeholder{
  color: rgba(var(--color-warn), .1);
}

:root .placeholder-warn-light::placeholder{
  color: rgba(var(--color-warn), .1);
}

:root .placeholder-warn::-moz-placeholder{
  color: rgb(var(--color-warn));
}

:root .placeholder-warn:-ms-input-placeholder{
  color: rgb(var(--color-warn));
}

:root .placeholder-warn::placeholder{
  color: rgb(var(--color-warn));
}

:root .focus\:placeholder-current:focus::-moz-placeholder{
  color: currentColor;
}

:root .focus\:placeholder-current:focus:-ms-input-placeholder{
  color: currentColor;
}

:root .focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

:root .focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

:root .focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

:root .focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

:root .focus\:placeholder-black:focus::-moz-placeholder{
  color: var(--text-color);
}

:root .focus\:placeholder-black:focus:-ms-input-placeholder{
  color: var(--text-color);
}

:root .focus\:placeholder-black:focus::placeholder{
  color: var(--text-color);
}

:root .focus\:placeholder-white:focus::-moz-placeholder{
  color: var(--text-color-light);
}

:root .focus\:placeholder-white:focus:-ms-input-placeholder{
  color: var(--text-color-light);
}

:root .focus\:placeholder-white:focus::placeholder{
  color: var(--text-color-light);
}

:root .focus\:placeholder-contrast-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-contrast-black:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-contrast-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-contrast-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-contrast-white:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-contrast-white:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-gray-light:focus::-moz-placeholder{
  color: rgba(158, 158, 158, 0.1);
}

:root .focus\:placeholder-gray-light:focus:-ms-input-placeholder{
  color: rgba(158, 158, 158, 0.1);
}

:root .focus\:placeholder-gray-light:focus::placeholder{
  color: rgba(158, 158, 158, 0.1);
}

:root .focus\:placeholder-gray:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-gray:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-gray:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-red-light:focus::-moz-placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .focus\:placeholder-red-light:focus:-ms-input-placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .focus\:placeholder-red-light:focus::placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .focus\:placeholder-red:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-red:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-red:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-orange-light:focus::-moz-placeholder{
  color: rgba(255, 152, 0, 0.1);
}

:root .focus\:placeholder-orange-light:focus:-ms-input-placeholder{
  color: rgba(255, 152, 0, 0.1);
}

:root .focus\:placeholder-orange-light:focus::placeholder{
  color: rgba(255, 152, 0, 0.1);
}

:root .focus\:placeholder-orange:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-orange:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-orange:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-deep-orange-light:focus::-moz-placeholder{
  color: rgba(255, 87, 34, 0.1);
}

:root .focus\:placeholder-deep-orange-light:focus:-ms-input-placeholder{
  color: rgba(255, 87, 34, 0.1);
}

:root .focus\:placeholder-deep-orange-light:focus::placeholder{
  color: rgba(255, 87, 34, 0.1);
}

:root .focus\:placeholder-deep-orange:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-deep-orange:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-deep-orange:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-amber-light:focus::-moz-placeholder{
  color: rgba(255, 193, 7, 0.1);
}

:root .focus\:placeholder-amber-light:focus:-ms-input-placeholder{
  color: rgba(255, 193, 7, 0.1);
}

:root .focus\:placeholder-amber-light:focus::placeholder{
  color: rgba(255, 193, 7, 0.1);
}

:root .focus\:placeholder-amber:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-amber:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-amber:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-green-light:focus::-moz-placeholder{
  color: rgba(76, 175, 80, 0.1);
}

:root .focus\:placeholder-green-light:focus:-ms-input-placeholder{
  color: rgba(76, 175, 80, 0.1);
}

:root .focus\:placeholder-green-light:focus::placeholder{
  color: rgba(76, 175, 80, 0.1);
}

:root .focus\:placeholder-green:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-green:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-green:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-teal-light:focus::-moz-placeholder{
  color: rgba(0, 150, 136, 0.1);
}

:root .focus\:placeholder-teal-light:focus:-ms-input-placeholder{
  color: rgba(0, 150, 136, 0.1);
}

:root .focus\:placeholder-teal-light:focus::placeholder{
  color: rgba(0, 150, 136, 0.1);
}

:root .focus\:placeholder-teal:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-teal:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-teal:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-cyan-light:focus::-moz-placeholder{
  color: rgba(0, 188, 212, 0.1);
}

:root .focus\:placeholder-cyan-light:focus:-ms-input-placeholder{
  color: rgba(0, 188, 212, 0.1);
}

:root .focus\:placeholder-cyan-light:focus::placeholder{
  color: rgba(0, 188, 212, 0.1);
}

:root .focus\:placeholder-cyan:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-cyan:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-cyan:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-purple-light:focus::-moz-placeholder{
  color: rgba(156, 39, 176, 0.1);
}

:root .focus\:placeholder-purple-light:focus:-ms-input-placeholder{
  color: rgba(156, 39, 176, 0.1);
}

:root .focus\:placeholder-purple-light:focus::placeholder{
  color: rgba(156, 39, 176, 0.1);
}

:root .focus\:placeholder-purple:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-purple:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-purple:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-deep-purple-light:focus::-moz-placeholder{
  color: rgba(103, 58, 183, 0.1);
}

:root .focus\:placeholder-deep-purple-light:focus:-ms-input-placeholder{
  color: rgba(103, 58, 183, 0.1);
}

:root .focus\:placeholder-deep-purple-light:focus::placeholder{
  color: rgba(103, 58, 183, 0.1);
}

:root .focus\:placeholder-deep-purple:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-deep-purple:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-deep-purple:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-pink-light:focus::-moz-placeholder{
  color: rgba(233, 30, 99, 0.1);
}

:root .focus\:placeholder-pink-light:focus:-ms-input-placeholder{
  color: rgba(233, 30, 99, 0.1);
}

:root .focus\:placeholder-pink-light:focus::placeholder{
  color: rgba(233, 30, 99, 0.1);
}

:root .focus\:placeholder-pink:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-pink:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-pink:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-primary-light:focus::-moz-placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .focus\:placeholder-primary-light:focus:-ms-input-placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .focus\:placeholder-primary-light:focus::placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .focus\:placeholder-primary:focus::-moz-placeholder{
  color: rgb(var(--color-primary));
}

:root .focus\:placeholder-primary:focus:-ms-input-placeholder{
  color: rgb(var(--color-primary));
}

:root .focus\:placeholder-primary:focus::placeholder{
  color: rgb(var(--color-primary));
}

:root .focus\:placeholder-accent-light:focus::-moz-placeholder{
  color: rgba(var(--color-accent), .1);
}

:root .focus\:placeholder-accent-light:focus:-ms-input-placeholder{
  color: rgba(var(--color-accent), .1);
}

:root .focus\:placeholder-accent-light:focus::placeholder{
  color: rgba(var(--color-accent), .1);
}

:root .focus\:placeholder-accent:focus::-moz-placeholder{
  color: rgb(var(--color-accent));
}

:root .focus\:placeholder-accent:focus:-ms-input-placeholder{
  color: rgb(var(--color-accent));
}

:root .focus\:placeholder-accent:focus::placeholder{
  color: rgb(var(--color-accent));
}

:root .focus\:placeholder-warn-light:focus::-moz-placeholder{
  color: rgba(var(--color-warn), .1);
}

:root .focus\:placeholder-warn-light:focus:-ms-input-placeholder{
  color: rgba(var(--color-warn), .1);
}

:root .focus\:placeholder-warn-light:focus::placeholder{
  color: rgba(var(--color-warn), .1);
}

:root .focus\:placeholder-warn:focus::-moz-placeholder{
  color: rgb(var(--color-warn));
}

:root .focus\:placeholder-warn:focus:-ms-input-placeholder{
  color: rgb(var(--color-warn));
}

:root .focus\:placeholder-warn:focus::placeholder{
  color: rgb(var(--color-warn));
}

:root .placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

:root .placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

:root .placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

:root .placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

:root .placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

:root .placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

:root .focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

:root .focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

:root .focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

:root .focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

:root .focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

:root .focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

:root .pointer-events-none{
  pointer-events: none;
}

:root .pointer-events-auto{
  pointer-events: auto;
}

:root .static{
  position: static;
}

:root .fixed{
  position: fixed;
}

:root .absolute{
  position: absolute;
}

:root .relative{
  position: relative;
}

:root .sticky{
  position: sticky;
}

:root .inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root .inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

:root .inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

:root .inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

:root .inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

:root .inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

:root .inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

:root .inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

:root .inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

:root .inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

:root .-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

:root .-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

:root .-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

:root .-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

:root .-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

:root .-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

:root .-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

:root .-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

:root .-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

:root .inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

:root .inset-y-0{
  top: 0;
  bottom: 0;
}

:root .inset-x-0{
  right: 0;
  left: 0;
}

:root .inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

:root .inset-x-1{
  right: 0.25rem;
  left: 0.25rem;
}

:root .inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

:root .inset-x-2{
  right: 0.5rem;
  left: 0.5rem;
}

:root .inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

:root .inset-x-3{
  right: 0.75rem;
  left: 0.75rem;
}

:root .inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

:root .inset-x-4{
  right: 1rem;
  left: 1rem;
}

:root .inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

:root .inset-x-5{
  right: 1.25rem;
  left: 1.25rem;
}

:root .inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

:root .inset-x-6{
  right: 1.5rem;
  left: 1.5rem;
}

:root .inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

:root .inset-x-8{
  right: 2rem;
  left: 2rem;
}

:root .inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

:root .inset-x-10{
  right: 2.5rem;
  left: 2.5rem;
}

:root .inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

:root .inset-x-12{
  right: 3rem;
  left: 3rem;
}

:root .-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

:root .-inset-x-1{
  right: -0.25rem;
  left: -0.25rem;
}

:root .-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

:root .-inset-x-2{
  right: -0.5rem;
  left: -0.5rem;
}

:root .-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

:root .-inset-x-3{
  right: -0.75rem;
  left: -0.75rem;
}

:root .-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

:root .-inset-x-4{
  right: -1rem;
  left: -1rem;
}

:root .-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

:root .-inset-x-5{
  right: -1.25rem;
  left: -1.25rem;
}

:root .-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

:root .-inset-x-6{
  right: -1.5rem;
  left: -1.5rem;
}

:root .-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

:root .-inset-x-8{
  right: -2rem;
  left: -2rem;
}

:root .-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

:root .-inset-x-10{
  right: -2.5rem;
  left: -2.5rem;
}

:root .-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

:root .-inset-x-12{
  right: -3rem;
  left: -3rem;
}

:root .inset-y-auto{
  top: auto;
  bottom: auto;
}

:root .inset-x-auto{
  right: auto;
  left: auto;
}

:root .top-0{
  top: 0;
}

:root .right-0{
  right: 0;
}

:root .bottom-0{
  bottom: 0;
}

:root .left-0{
  left: 0;
}

:root .top-1{
  top: 0.25rem;
}

:root .right-1{
  right: 0.25rem;
}

:root .bottom-1{
  bottom: 0.25rem;
}

:root .left-1{
  left: 0.25rem;
}

:root .top-2{
  top: 0.5rem;
}

:root .right-2{
  right: 0.5rem;
}

:root .bottom-2{
  bottom: 0.5rem;
}

:root .left-2{
  left: 0.5rem;
}

:root .top-3{
  top: 0.75rem;
}

:root .right-3{
  right: 0.75rem;
}

:root .bottom-3{
  bottom: 0.75rem;
}

:root .left-3{
  left: 0.75rem;
}

:root .top-4{
  top: 1rem;
}

:root .right-4{
  right: 1rem;
}

:root .bottom-4{
  bottom: 1rem;
}

:root .left-4{
  left: 1rem;
}

:root .top-5{
  top: 1.25rem;
}

:root .right-5{
  right: 1.25rem;
}

:root .bottom-5{
  bottom: 1.25rem;
}

:root .left-5{
  left: 1.25rem;
}

:root .top-6{
  top: 1.5rem;
}

:root .right-6{
  right: 1.5rem;
}

:root .bottom-6{
  bottom: 1.5rem;
}

:root .left-6{
  left: 1.5rem;
}

:root .top-8{
  top: 2rem;
}

:root .right-8{
  right: 2rem;
}

:root .bottom-8{
  bottom: 2rem;
}

:root .left-8{
  left: 2rem;
}

:root .top-10{
  top: 2.5rem;
}

:root .right-10{
  right: 2.5rem;
}

:root .bottom-10{
  bottom: 2.5rem;
}

:root .left-10{
  left: 2.5rem;
}

:root .top-12{
  top: 3rem;
}

:root .right-12{
  right: 3rem;
}

:root .bottom-12{
  bottom: 3rem;
}

:root .left-12{
  left: 3rem;
}

:root .-top-1{
  top: -0.25rem;
}

:root .-right-1{
  right: -0.25rem;
}

:root .-bottom-1{
  bottom: -0.25rem;
}

:root .-left-1{
  left: -0.25rem;
}

:root .-top-2{
  top: -0.5rem;
}

:root .-right-2{
  right: -0.5rem;
}

:root .-bottom-2{
  bottom: -0.5rem;
}

:root .-left-2{
  left: -0.5rem;
}

:root .-top-3{
  top: -0.75rem;
}

:root .-right-3{
  right: -0.75rem;
}

:root .-bottom-3{
  bottom: -0.75rem;
}

:root .-left-3{
  left: -0.75rem;
}

:root .-top-4{
  top: -1rem;
}

:root .-right-4{
  right: -1rem;
}

:root .-bottom-4{
  bottom: -1rem;
}

:root .-left-4{
  left: -1rem;
}

:root .-top-5{
  top: -1.25rem;
}

:root .-right-5{
  right: -1.25rem;
}

:root .-bottom-5{
  bottom: -1.25rem;
}

:root .-left-5{
  left: -1.25rem;
}

:root .-top-6{
  top: -1.5rem;
}

:root .-right-6{
  right: -1.5rem;
}

:root .-bottom-6{
  bottom: -1.5rem;
}

:root .-left-6{
  left: -1.5rem;
}

:root .-top-8{
  top: -2rem;
}

:root .-right-8{
  right: -2rem;
}

:root .-bottom-8{
  bottom: -2rem;
}

:root .-left-8{
  left: -2rem;
}

:root .-top-10{
  top: -2.5rem;
}

:root .-right-10{
  right: -2.5rem;
}

:root .-bottom-10{
  bottom: -2.5rem;
}

:root .-left-10{
  left: -2.5rem;
}

:root .-top-12{
  top: -3rem;
}

:root .-right-12{
  right: -3rem;
}

:root .-bottom-12{
  bottom: -3rem;
}

:root .-left-12{
  left: -3rem;
}

:root .top-auto{
  top: auto;
}

:root .right-auto{
  right: auto;
}

:root .bottom-auto{
  bottom: auto;
}

:root .left-auto{
  left: auto;
}

:root [dir=ltr] .ltr\:inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root [dir=ltr] .ltr\:inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

:root [dir=ltr] .ltr\:inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

:root [dir=ltr] .ltr\:inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

:root [dir=ltr] .ltr\:inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

:root [dir=ltr] .ltr\:inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

:root [dir=ltr] .ltr\:inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

:root [dir=ltr] .ltr\:inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

:root [dir=ltr] .ltr\:inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

:root [dir=ltr] .ltr\:inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

:root [dir=ltr] .ltr\:-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

:root [dir=ltr] .ltr\:-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

:root [dir=ltr] .ltr\:-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

:root [dir=ltr] .ltr\:-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

:root [dir=ltr] .ltr\:-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

:root [dir=ltr] .ltr\:-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

:root [dir=ltr] .ltr\:-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

:root [dir=ltr] .ltr\:-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

:root [dir=ltr] .ltr\:-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

:root [dir=ltr] .ltr\:inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

:root [dir=ltr] .ltr\:inset-y-0{
  top: 0;
  bottom: 0;
}

:root [dir=ltr] .ltr\:inset-x-0{
  right: 0;
  left: 0;
}

:root [dir=ltr] .ltr\:inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:inset-x-1{
  right: 0.25rem;
  left: 0.25rem;
}

:root [dir=ltr] .ltr\:inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:inset-x-2{
  right: 0.5rem;
  left: 0.5rem;
}

:root [dir=ltr] .ltr\:inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:inset-x-3{
  right: 0.75rem;
  left: 0.75rem;
}

:root [dir=ltr] .ltr\:inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

:root [dir=ltr] .ltr\:inset-x-4{
  right: 1rem;
  left: 1rem;
}

:root [dir=ltr] .ltr\:inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:inset-x-5{
  right: 1.25rem;
  left: 1.25rem;
}

:root [dir=ltr] .ltr\:inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:inset-x-6{
  right: 1.5rem;
  left: 1.5rem;
}

:root [dir=ltr] .ltr\:inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

:root [dir=ltr] .ltr\:inset-x-8{
  right: 2rem;
  left: 2rem;
}

:root [dir=ltr] .ltr\:inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:inset-x-10{
  right: 2.5rem;
  left: 2.5rem;
}

:root [dir=ltr] .ltr\:inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

:root [dir=ltr] .ltr\:inset-x-12{
  right: 3rem;
  left: 3rem;
}

:root [dir=ltr] .ltr\:-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-inset-x-1{
  right: -0.25rem;
  left: -0.25rem;
}

:root [dir=ltr] .ltr\:-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-inset-x-2{
  right: -0.5rem;
  left: -0.5rem;
}

:root [dir=ltr] .ltr\:-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-inset-x-3{
  right: -0.75rem;
  left: -0.75rem;
}

:root [dir=ltr] .ltr\:-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

:root [dir=ltr] .ltr\:-inset-x-4{
  right: -1rem;
  left: -1rem;
}

:root [dir=ltr] .ltr\:-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-inset-x-5{
  right: -1.25rem;
  left: -1.25rem;
}

:root [dir=ltr] .ltr\:-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-inset-x-6{
  right: -1.5rem;
  left: -1.5rem;
}

:root [dir=ltr] .ltr\:-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

:root [dir=ltr] .ltr\:-inset-x-8{
  right: -2rem;
  left: -2rem;
}

:root [dir=ltr] .ltr\:-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-inset-x-10{
  right: -2.5rem;
  left: -2.5rem;
}

:root [dir=ltr] .ltr\:-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

:root [dir=ltr] .ltr\:-inset-x-12{
  right: -3rem;
  left: -3rem;
}

:root [dir=ltr] .ltr\:inset-y-auto{
  top: auto;
  bottom: auto;
}

:root [dir=ltr] .ltr\:inset-x-auto{
  right: auto;
  left: auto;
}

:root [dir=ltr] .ltr\:top-0{
  top: 0;
}

:root [dir=ltr] .ltr\:right-0{
  right: 0;
}

:root [dir=ltr] .ltr\:bottom-0{
  bottom: 0;
}

:root [dir=ltr] .ltr\:left-0{
  left: 0;
}

:root [dir=ltr] .ltr\:top-1{
  top: 0.25rem;
}

:root [dir=ltr] .ltr\:right-1{
  right: 0.25rem;
}

:root [dir=ltr] .ltr\:bottom-1{
  bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:left-1{
  left: 0.25rem;
}

:root [dir=ltr] .ltr\:top-2{
  top: 0.5rem;
}

:root [dir=ltr] .ltr\:right-2{
  right: 0.5rem;
}

:root [dir=ltr] .ltr\:bottom-2{
  bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:left-2{
  left: 0.5rem;
}

:root [dir=ltr] .ltr\:top-3{
  top: 0.75rem;
}

:root [dir=ltr] .ltr\:right-3{
  right: 0.75rem;
}

:root [dir=ltr] .ltr\:bottom-3{
  bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:left-3{
  left: 0.75rem;
}

:root [dir=ltr] .ltr\:top-4{
  top: 1rem;
}

:root [dir=ltr] .ltr\:right-4{
  right: 1rem;
}

:root [dir=ltr] .ltr\:bottom-4{
  bottom: 1rem;
}

:root [dir=ltr] .ltr\:left-4{
  left: 1rem;
}

:root [dir=ltr] .ltr\:top-5{
  top: 1.25rem;
}

:root [dir=ltr] .ltr\:right-5{
  right: 1.25rem;
}

:root [dir=ltr] .ltr\:bottom-5{
  bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:left-5{
  left: 1.25rem;
}

:root [dir=ltr] .ltr\:top-6{
  top: 1.5rem;
}

:root [dir=ltr] .ltr\:right-6{
  right: 1.5rem;
}

:root [dir=ltr] .ltr\:bottom-6{
  bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:left-6{
  left: 1.5rem;
}

:root [dir=ltr] .ltr\:top-8{
  top: 2rem;
}

:root [dir=ltr] .ltr\:right-8{
  right: 2rem;
}

:root [dir=ltr] .ltr\:bottom-8{
  bottom: 2rem;
}

:root [dir=ltr] .ltr\:left-8{
  left: 2rem;
}

:root [dir=ltr] .ltr\:top-10{
  top: 2.5rem;
}

:root [dir=ltr] .ltr\:right-10{
  right: 2.5rem;
}

:root [dir=ltr] .ltr\:bottom-10{
  bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:left-10{
  left: 2.5rem;
}

:root [dir=ltr] .ltr\:top-12{
  top: 3rem;
}

:root [dir=ltr] .ltr\:right-12{
  right: 3rem;
}

:root [dir=ltr] .ltr\:bottom-12{
  bottom: 3rem;
}

:root [dir=ltr] .ltr\:left-12{
  left: 3rem;
}

:root [dir=ltr] .ltr\:-top-1{
  top: -0.25rem;
}

:root [dir=ltr] .ltr\:-right-1{
  right: -0.25rem;
}

:root [dir=ltr] .ltr\:-bottom-1{
  bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-left-1{
  left: -0.25rem;
}

:root [dir=ltr] .ltr\:-top-2{
  top: -0.5rem;
}

:root [dir=ltr] .ltr\:-right-2{
  right: -0.5rem;
}

:root [dir=ltr] .ltr\:-bottom-2{
  bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-left-2{
  left: -0.5rem;
}

:root [dir=ltr] .ltr\:-top-3{
  top: -0.75rem;
}

:root [dir=ltr] .ltr\:-right-3{
  right: -0.75rem;
}

:root [dir=ltr] .ltr\:-bottom-3{
  bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-left-3{
  left: -0.75rem;
}

:root [dir=ltr] .ltr\:-top-4{
  top: -1rem;
}

:root [dir=ltr] .ltr\:-right-4{
  right: -1rem;
}

:root [dir=ltr] .ltr\:-bottom-4{
  bottom: -1rem;
}

:root [dir=ltr] .ltr\:-left-4{
  left: -1rem;
}

:root [dir=ltr] .ltr\:-top-5{
  top: -1.25rem;
}

:root [dir=ltr] .ltr\:-right-5{
  right: -1.25rem;
}

:root [dir=ltr] .ltr\:-bottom-5{
  bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-left-5{
  left: -1.25rem;
}

:root [dir=ltr] .ltr\:-top-6{
  top: -1.5rem;
}

:root [dir=ltr] .ltr\:-right-6{
  right: -1.5rem;
}

:root [dir=ltr] .ltr\:-bottom-6{
  bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-left-6{
  left: -1.5rem;
}

:root [dir=ltr] .ltr\:-top-8{
  top: -2rem;
}

:root [dir=ltr] .ltr\:-right-8{
  right: -2rem;
}

:root [dir=ltr] .ltr\:-bottom-8{
  bottom: -2rem;
}

:root [dir=ltr] .ltr\:-left-8{
  left: -2rem;
}

:root [dir=ltr] .ltr\:-top-10{
  top: -2.5rem;
}

:root [dir=ltr] .ltr\:-right-10{
  right: -2.5rem;
}

:root [dir=ltr] .ltr\:-bottom-10{
  bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-left-10{
  left: -2.5rem;
}

:root [dir=ltr] .ltr\:-top-12{
  top: -3rem;
}

:root [dir=ltr] .ltr\:-right-12{
  right: -3rem;
}

:root [dir=ltr] .ltr\:-bottom-12{
  bottom: -3rem;
}

:root [dir=ltr] .ltr\:-left-12{
  left: -3rem;
}

:root [dir=ltr] .ltr\:top-auto{
  top: auto;
}

:root [dir=ltr] .ltr\:right-auto{
  right: auto;
}

:root [dir=ltr] .ltr\:bottom-auto{
  bottom: auto;
}

:root [dir=ltr] .ltr\:left-auto{
  left: auto;
}

:root [dir=rtl] .rtl\:inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root [dir=rtl] .rtl\:inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

:root [dir=rtl] .rtl\:inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

:root [dir=rtl] .rtl\:inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

:root [dir=rtl] .rtl\:inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

:root [dir=rtl] .rtl\:inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

:root [dir=rtl] .rtl\:inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

:root [dir=rtl] .rtl\:inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

:root [dir=rtl] .rtl\:inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

:root [dir=rtl] .rtl\:inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

:root [dir=rtl] .rtl\:-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

:root [dir=rtl] .rtl\:-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

:root [dir=rtl] .rtl\:-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

:root [dir=rtl] .rtl\:-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

:root [dir=rtl] .rtl\:-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

:root [dir=rtl] .rtl\:-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

:root [dir=rtl] .rtl\:-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

:root [dir=rtl] .rtl\:-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

:root [dir=rtl] .rtl\:-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

:root [dir=rtl] .rtl\:inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

:root [dir=rtl] .rtl\:inset-y-0{
  top: 0;
  bottom: 0;
}

:root [dir=rtl] .rtl\:inset-x-0{
  right: 0;
  left: 0;
}

:root [dir=rtl] .rtl\:inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:inset-x-1{
  right: 0.25rem;
  left: 0.25rem;
}

:root [dir=rtl] .rtl\:inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:inset-x-2{
  right: 0.5rem;
  left: 0.5rem;
}

:root [dir=rtl] .rtl\:inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:inset-x-3{
  right: 0.75rem;
  left: 0.75rem;
}

:root [dir=rtl] .rtl\:inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

:root [dir=rtl] .rtl\:inset-x-4{
  right: 1rem;
  left: 1rem;
}

:root [dir=rtl] .rtl\:inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:inset-x-5{
  right: 1.25rem;
  left: 1.25rem;
}

:root [dir=rtl] .rtl\:inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:inset-x-6{
  right: 1.5rem;
  left: 1.5rem;
}

:root [dir=rtl] .rtl\:inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

:root [dir=rtl] .rtl\:inset-x-8{
  right: 2rem;
  left: 2rem;
}

:root [dir=rtl] .rtl\:inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:inset-x-10{
  right: 2.5rem;
  left: 2.5rem;
}

:root [dir=rtl] .rtl\:inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

:root [dir=rtl] .rtl\:inset-x-12{
  right: 3rem;
  left: 3rem;
}

:root [dir=rtl] .rtl\:-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-inset-x-1{
  right: -0.25rem;
  left: -0.25rem;
}

:root [dir=rtl] .rtl\:-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-inset-x-2{
  right: -0.5rem;
  left: -0.5rem;
}

:root [dir=rtl] .rtl\:-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-inset-x-3{
  right: -0.75rem;
  left: -0.75rem;
}

:root [dir=rtl] .rtl\:-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

:root [dir=rtl] .rtl\:-inset-x-4{
  right: -1rem;
  left: -1rem;
}

:root [dir=rtl] .rtl\:-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-inset-x-5{
  right: -1.25rem;
  left: -1.25rem;
}

:root [dir=rtl] .rtl\:-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-inset-x-6{
  right: -1.5rem;
  left: -1.5rem;
}

:root [dir=rtl] .rtl\:-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

:root [dir=rtl] .rtl\:-inset-x-8{
  right: -2rem;
  left: -2rem;
}

:root [dir=rtl] .rtl\:-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-inset-x-10{
  right: -2.5rem;
  left: -2.5rem;
}

:root [dir=rtl] .rtl\:-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

:root [dir=rtl] .rtl\:-inset-x-12{
  right: -3rem;
  left: -3rem;
}

:root [dir=rtl] .rtl\:inset-y-auto{
  top: auto;
  bottom: auto;
}

:root [dir=rtl] .rtl\:inset-x-auto{
  right: auto;
  left: auto;
}

:root [dir=rtl] .rtl\:top-0{
  top: 0;
}

:root [dir=rtl] .rtl\:right-0{
  right: 0;
}

:root [dir=rtl] .rtl\:bottom-0{
  bottom: 0;
}

:root [dir=rtl] .rtl\:left-0{
  left: 0;
}

:root [dir=rtl] .rtl\:top-1{
  top: 0.25rem;
}

:root [dir=rtl] .rtl\:right-1{
  right: 0.25rem;
}

:root [dir=rtl] .rtl\:bottom-1{
  bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:left-1{
  left: 0.25rem;
}

:root [dir=rtl] .rtl\:top-2{
  top: 0.5rem;
}

:root [dir=rtl] .rtl\:right-2{
  right: 0.5rem;
}

:root [dir=rtl] .rtl\:bottom-2{
  bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:left-2{
  left: 0.5rem;
}

:root [dir=rtl] .rtl\:top-3{
  top: 0.75rem;
}

:root [dir=rtl] .rtl\:right-3{
  right: 0.75rem;
}

:root [dir=rtl] .rtl\:bottom-3{
  bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:left-3{
  left: 0.75rem;
}

:root [dir=rtl] .rtl\:top-4{
  top: 1rem;
}

:root [dir=rtl] .rtl\:right-4{
  right: 1rem;
}

:root [dir=rtl] .rtl\:bottom-4{
  bottom: 1rem;
}

:root [dir=rtl] .rtl\:left-4{
  left: 1rem;
}

:root [dir=rtl] .rtl\:top-5{
  top: 1.25rem;
}

:root [dir=rtl] .rtl\:right-5{
  right: 1.25rem;
}

:root [dir=rtl] .rtl\:bottom-5{
  bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:left-5{
  left: 1.25rem;
}

:root [dir=rtl] .rtl\:top-6{
  top: 1.5rem;
}

:root [dir=rtl] .rtl\:right-6{
  right: 1.5rem;
}

:root [dir=rtl] .rtl\:bottom-6{
  bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:left-6{
  left: 1.5rem;
}

:root [dir=rtl] .rtl\:top-8{
  top: 2rem;
}

:root [dir=rtl] .rtl\:right-8{
  right: 2rem;
}

:root [dir=rtl] .rtl\:bottom-8{
  bottom: 2rem;
}

:root [dir=rtl] .rtl\:left-8{
  left: 2rem;
}

:root [dir=rtl] .rtl\:top-10{
  top: 2.5rem;
}

:root [dir=rtl] .rtl\:right-10{
  right: 2.5rem;
}

:root [dir=rtl] .rtl\:bottom-10{
  bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:left-10{
  left: 2.5rem;
}

:root [dir=rtl] .rtl\:top-12{
  top: 3rem;
}

:root [dir=rtl] .rtl\:right-12{
  right: 3rem;
}

:root [dir=rtl] .rtl\:bottom-12{
  bottom: 3rem;
}

:root [dir=rtl] .rtl\:left-12{
  left: 3rem;
}

:root [dir=rtl] .rtl\:-top-1{
  top: -0.25rem;
}

:root [dir=rtl] .rtl\:-right-1{
  right: -0.25rem;
}

:root [dir=rtl] .rtl\:-bottom-1{
  bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-left-1{
  left: -0.25rem;
}

:root [dir=rtl] .rtl\:-top-2{
  top: -0.5rem;
}

:root [dir=rtl] .rtl\:-right-2{
  right: -0.5rem;
}

:root [dir=rtl] .rtl\:-bottom-2{
  bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-left-2{
  left: -0.5rem;
}

:root [dir=rtl] .rtl\:-top-3{
  top: -0.75rem;
}

:root [dir=rtl] .rtl\:-right-3{
  right: -0.75rem;
}

:root [dir=rtl] .rtl\:-bottom-3{
  bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-left-3{
  left: -0.75rem;
}

:root [dir=rtl] .rtl\:-top-4{
  top: -1rem;
}

:root [dir=rtl] .rtl\:-right-4{
  right: -1rem;
}

:root [dir=rtl] .rtl\:-bottom-4{
  bottom: -1rem;
}

:root [dir=rtl] .rtl\:-left-4{
  left: -1rem;
}

:root [dir=rtl] .rtl\:-top-5{
  top: -1.25rem;
}

:root [dir=rtl] .rtl\:-right-5{
  right: -1.25rem;
}

:root [dir=rtl] .rtl\:-bottom-5{
  bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-left-5{
  left: -1.25rem;
}

:root [dir=rtl] .rtl\:-top-6{
  top: -1.5rem;
}

:root [dir=rtl] .rtl\:-right-6{
  right: -1.5rem;
}

:root [dir=rtl] .rtl\:-bottom-6{
  bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-left-6{
  left: -1.5rem;
}

:root [dir=rtl] .rtl\:-top-8{
  top: -2rem;
}

:root [dir=rtl] .rtl\:-right-8{
  right: -2rem;
}

:root [dir=rtl] .rtl\:-bottom-8{
  bottom: -2rem;
}

:root [dir=rtl] .rtl\:-left-8{
  left: -2rem;
}

:root [dir=rtl] .rtl\:-top-10{
  top: -2.5rem;
}

:root [dir=rtl] .rtl\:-right-10{
  right: -2.5rem;
}

:root [dir=rtl] .rtl\:-bottom-10{
  bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-left-10{
  left: -2.5rem;
}

:root [dir=rtl] .rtl\:-top-12{
  top: -3rem;
}

:root [dir=rtl] .rtl\:-right-12{
  right: -3rem;
}

:root [dir=rtl] .rtl\:-bottom-12{
  bottom: -3rem;
}

:root [dir=rtl] .rtl\:-left-12{
  left: -3rem;
}

:root [dir=rtl] .rtl\:top-auto{
  top: auto;
}

:root [dir=rtl] .rtl\:right-auto{
  right: auto;
}

:root [dir=rtl] .rtl\:bottom-auto{
  bottom: auto;
}

:root [dir=rtl] .rtl\:left-auto{
  left: auto;
}

:root .resize-none{
  resize: none;
}

:root .resize-y{
  resize: vertical;
}

:root .resize-x{
  resize: horizontal;
}

:root .resize{
  resize: both;
}

*{
  --tw-shadow: 0 0 #0000;
}

:root .shadow-1{
  --tw-shadow: var(--elevation-z1);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-2{
  --tw-shadow: var(--elevation-z2);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-3{
  --tw-shadow: var(--elevation-z3);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-4{
  --tw-shadow: var(--elevation-z4);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-5{
  --tw-shadow: var(--elevation-z5);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-6{
  --tw-shadow: var(--elevation-z6);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-7{
  --tw-shadow: var(--elevation-z7);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-8{
  --tw-shadow: var(--elevation-z8);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-9{
  --tw-shadow: var(--elevation-z9);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-10{
  --tw-shadow: var(--elevation-z10);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-11{
  --tw-shadow: var(--elevation-z11);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-12{
  --tw-shadow: var(--elevation-z12);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-13{
  --tw-shadow: var(--elevation-z13);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-14{
  --tw-shadow: var(--elevation-z14);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-15{
  --tw-shadow: var(--elevation-z15);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-16{
  --tw-shadow: var(--elevation-z16);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-17{
  --tw-shadow: var(--elevation-z17);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-18{
  --tw-shadow: var(--elevation-z18);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-19{
  --tw-shadow: var(--elevation-z19);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-20{
  --tw-shadow: var(--elevation-z20);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow{
  --tw-shadow: var(--elevation-z6);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-lg{
  --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-xl{
  --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-outline{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-b{
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-1:hover{
  --tw-shadow: var(--elevation-z1);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-2:hover{
  --tw-shadow: var(--elevation-z2);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-3:hover{
  --tw-shadow: var(--elevation-z3);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-4:hover{
  --tw-shadow: var(--elevation-z4);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-5:hover{
  --tw-shadow: var(--elevation-z5);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-6:hover{
  --tw-shadow: var(--elevation-z6);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-7:hover{
  --tw-shadow: var(--elevation-z7);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-8:hover{
  --tw-shadow: var(--elevation-z8);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-9:hover{
  --tw-shadow: var(--elevation-z9);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-10:hover{
  --tw-shadow: var(--elevation-z10);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-11:hover{
  --tw-shadow: var(--elevation-z11);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-12:hover{
  --tw-shadow: var(--elevation-z12);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-13:hover{
  --tw-shadow: var(--elevation-z13);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-14:hover{
  --tw-shadow: var(--elevation-z14);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-15:hover{
  --tw-shadow: var(--elevation-z15);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-16:hover{
  --tw-shadow: var(--elevation-z16);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-17:hover{
  --tw-shadow: var(--elevation-z17);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-18:hover{
  --tw-shadow: var(--elevation-z18);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-19:hover{
  --tw-shadow: var(--elevation-z19);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-20:hover{
  --tw-shadow: var(--elevation-z20);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow:hover{
  --tw-shadow: var(--elevation-z6);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-lg:hover{
  --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-xl:hover{
  --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-outline:hover{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-b:hover{
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-1:focus{
  --tw-shadow: var(--elevation-z1);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-2:focus{
  --tw-shadow: var(--elevation-z2);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-3:focus{
  --tw-shadow: var(--elevation-z3);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-4:focus{
  --tw-shadow: var(--elevation-z4);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-5:focus{
  --tw-shadow: var(--elevation-z5);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-6:focus{
  --tw-shadow: var(--elevation-z6);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-7:focus{
  --tw-shadow: var(--elevation-z7);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-8:focus{
  --tw-shadow: var(--elevation-z8);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-9:focus{
  --tw-shadow: var(--elevation-z9);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-10:focus{
  --tw-shadow: var(--elevation-z10);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-11:focus{
  --tw-shadow: var(--elevation-z11);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-12:focus{
  --tw-shadow: var(--elevation-z12);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-13:focus{
  --tw-shadow: var(--elevation-z13);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-14:focus{
  --tw-shadow: var(--elevation-z14);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-15:focus{
  --tw-shadow: var(--elevation-z15);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-16:focus{
  --tw-shadow: var(--elevation-z16);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-17:focus{
  --tw-shadow: var(--elevation-z17);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-18:focus{
  --tw-shadow: var(--elevation-z18);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-19:focus{
  --tw-shadow: var(--elevation-z19);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-20:focus{
  --tw-shadow: var(--elevation-z20);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow:focus{
  --tw-shadow: var(--elevation-z6);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-lg:focus{
  --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-xl:focus{
  --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-outline:focus{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-b:focus{
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

:root .ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-inset{
  --tw-ring-inset: inset;
}

:root .focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

:root .focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

:root .ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

:root .ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

:root .ring-offset-black{
  --tw-ring-offset-color: var(--text-color);
}

:root .ring-offset-white{
  --tw-ring-offset-color: var(--text-color-light);
}

:root .ring-offset-contrast-black{
  --tw-ring-offset-color: black;
}

:root .ring-offset-contrast-white{
  --tw-ring-offset-color: white;
}

:root .ring-offset-gray-light{
  --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
}

:root .ring-offset-gray{
  --tw-ring-offset-color: rgb(158, 158, 158);
}

:root .ring-offset-red-light{
  --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
}

:root .ring-offset-red{
  --tw-ring-offset-color: rgb(244, 67, 54);
}

:root .ring-offset-orange-light{
  --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
}

:root .ring-offset-orange{
  --tw-ring-offset-color: rgb(255, 152, 0);
}

:root .ring-offset-deep-orange-light{
  --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
}

:root .ring-offset-deep-orange{
  --tw-ring-offset-color: rgb(255, 87, 34);
}

:root .ring-offset-amber-light{
  --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
}

:root .ring-offset-amber{
  --tw-ring-offset-color: rgb(255, 193, 7);
}

:root .ring-offset-green-light{
  --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
}

:root .ring-offset-green{
  --tw-ring-offset-color: rgb(76, 175, 80);
}

:root .ring-offset-teal-light{
  --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
}

:root .ring-offset-teal{
  --tw-ring-offset-color: rgb(0, 150, 136);
}

:root .ring-offset-cyan-light{
  --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
}

:root .ring-offset-cyan{
  --tw-ring-offset-color: rgb(0, 188, 212);
}

:root .ring-offset-purple-light{
  --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
}

:root .ring-offset-purple{
  --tw-ring-offset-color: rgb(156, 39, 176);
}

:root .ring-offset-deep-purple-light{
  --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
}

:root .ring-offset-deep-purple{
  --tw-ring-offset-color: rgb(103, 58, 183);
}

:root .ring-offset-pink-light{
  --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
}

:root .ring-offset-pink{
  --tw-ring-offset-color: rgb(233, 30, 99);
}

:root .ring-offset-primary-light{
  --tw-ring-offset-color: rgba(var(--color-primary), .1);
}

:root .ring-offset-primary{
  --tw-ring-offset-color: rgb(var(--color-primary));
}

:root .ring-offset-accent-light{
  --tw-ring-offset-color: rgba(var(--color-accent), .1);
}

:root .ring-offset-accent{
  --tw-ring-offset-color: rgb(var(--color-accent));
}

:root .ring-offset-warn-light{
  --tw-ring-offset-color: rgba(var(--color-warn), .1);
}

:root .ring-offset-warn{
  --tw-ring-offset-color: rgb(var(--color-warn));
}

:root .focus-within\:ring-offset-current:focus-within{
  --tw-ring-offset-color: currentColor;
}

:root .focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

:root .focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: var(--text-color);
}

:root .focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: var(--text-color-light);
}

:root .focus-within\:ring-offset-contrast-black:focus-within{
  --tw-ring-offset-color: black;
}

:root .focus-within\:ring-offset-contrast-white:focus-within{
  --tw-ring-offset-color: white;
}

:root .focus-within\:ring-offset-gray-light:focus-within{
  --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
}

:root .focus-within\:ring-offset-gray:focus-within{
  --tw-ring-offset-color: rgb(158, 158, 158);
}

:root .focus-within\:ring-offset-red-light:focus-within{
  --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
}

:root .focus-within\:ring-offset-red:focus-within{
  --tw-ring-offset-color: rgb(244, 67, 54);
}

:root .focus-within\:ring-offset-orange-light:focus-within{
  --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
}

:root .focus-within\:ring-offset-orange:focus-within{
  --tw-ring-offset-color: rgb(255, 152, 0);
}

:root .focus-within\:ring-offset-deep-orange-light:focus-within{
  --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
}

:root .focus-within\:ring-offset-deep-orange:focus-within{
  --tw-ring-offset-color: rgb(255, 87, 34);
}

:root .focus-within\:ring-offset-amber-light:focus-within{
  --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
}

:root .focus-within\:ring-offset-amber:focus-within{
  --tw-ring-offset-color: rgb(255, 193, 7);
}

:root .focus-within\:ring-offset-green-light:focus-within{
  --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
}

:root .focus-within\:ring-offset-green:focus-within{
  --tw-ring-offset-color: rgb(76, 175, 80);
}

:root .focus-within\:ring-offset-teal-light:focus-within{
  --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
}

:root .focus-within\:ring-offset-teal:focus-within{
  --tw-ring-offset-color: rgb(0, 150, 136);
}

:root .focus-within\:ring-offset-cyan-light:focus-within{
  --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
}

:root .focus-within\:ring-offset-cyan:focus-within{
  --tw-ring-offset-color: rgb(0, 188, 212);
}

:root .focus-within\:ring-offset-purple-light:focus-within{
  --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
}

:root .focus-within\:ring-offset-purple:focus-within{
  --tw-ring-offset-color: rgb(156, 39, 176);
}

:root .focus-within\:ring-offset-deep-purple-light:focus-within{
  --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
}

:root .focus-within\:ring-offset-deep-purple:focus-within{
  --tw-ring-offset-color: rgb(103, 58, 183);
}

:root .focus-within\:ring-offset-pink-light:focus-within{
  --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
}

:root .focus-within\:ring-offset-pink:focus-within{
  --tw-ring-offset-color: rgb(233, 30, 99);
}

:root .focus-within\:ring-offset-primary-light:focus-within{
  --tw-ring-offset-color: rgba(var(--color-primary), .1);
}

:root .focus-within\:ring-offset-primary:focus-within{
  --tw-ring-offset-color: rgb(var(--color-primary));
}

:root .focus-within\:ring-offset-accent-light:focus-within{
  --tw-ring-offset-color: rgba(var(--color-accent), .1);
}

:root .focus-within\:ring-offset-accent:focus-within{
  --tw-ring-offset-color: rgb(var(--color-accent));
}

:root .focus-within\:ring-offset-warn-light:focus-within{
  --tw-ring-offset-color: rgba(var(--color-warn), .1);
}

:root .focus-within\:ring-offset-warn:focus-within{
  --tw-ring-offset-color: rgb(var(--color-warn));
}

:root .focus\:ring-offset-current:focus{
  --tw-ring-offset-color: currentColor;
}

:root .focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

:root .focus\:ring-offset-black:focus{
  --tw-ring-offset-color: var(--text-color);
}

:root .focus\:ring-offset-white:focus{
  --tw-ring-offset-color: var(--text-color-light);
}

:root .focus\:ring-offset-contrast-black:focus{
  --tw-ring-offset-color: black;
}

:root .focus\:ring-offset-contrast-white:focus{
  --tw-ring-offset-color: white;
}

:root .focus\:ring-offset-gray-light:focus{
  --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
}

:root .focus\:ring-offset-gray:focus{
  --tw-ring-offset-color: rgb(158, 158, 158);
}

:root .focus\:ring-offset-red-light:focus{
  --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:ring-offset-red:focus{
  --tw-ring-offset-color: rgb(244, 67, 54);
}

:root .focus\:ring-offset-orange-light:focus{
  --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
}

:root .focus\:ring-offset-orange:focus{
  --tw-ring-offset-color: rgb(255, 152, 0);
}

:root .focus\:ring-offset-deep-orange-light:focus{
  --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
}

:root .focus\:ring-offset-deep-orange:focus{
  --tw-ring-offset-color: rgb(255, 87, 34);
}

:root .focus\:ring-offset-amber-light:focus{
  --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
}

:root .focus\:ring-offset-amber:focus{
  --tw-ring-offset-color: rgb(255, 193, 7);
}

:root .focus\:ring-offset-green-light:focus{
  --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
}

:root .focus\:ring-offset-green:focus{
  --tw-ring-offset-color: rgb(76, 175, 80);
}

:root .focus\:ring-offset-teal-light:focus{
  --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
}

:root .focus\:ring-offset-teal:focus{
  --tw-ring-offset-color: rgb(0, 150, 136);
}

:root .focus\:ring-offset-cyan-light:focus{
  --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
}

:root .focus\:ring-offset-cyan:focus{
  --tw-ring-offset-color: rgb(0, 188, 212);
}

:root .focus\:ring-offset-purple-light:focus{
  --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
}

:root .focus\:ring-offset-purple:focus{
  --tw-ring-offset-color: rgb(156, 39, 176);
}

:root .focus\:ring-offset-deep-purple-light:focus{
  --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
}

:root .focus\:ring-offset-deep-purple:focus{
  --tw-ring-offset-color: rgb(103, 58, 183);
}

:root .focus\:ring-offset-pink-light:focus{
  --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
}

:root .focus\:ring-offset-pink:focus{
  --tw-ring-offset-color: rgb(233, 30, 99);
}

:root .focus\:ring-offset-primary-light:focus{
  --tw-ring-offset-color: rgba(var(--color-primary), .1);
}

:root .focus\:ring-offset-primary:focus{
  --tw-ring-offset-color: rgb(var(--color-primary));
}

:root .focus\:ring-offset-accent-light:focus{
  --tw-ring-offset-color: rgba(var(--color-accent), .1);
}

:root .focus\:ring-offset-accent:focus{
  --tw-ring-offset-color: rgb(var(--color-accent));
}

:root .focus\:ring-offset-warn-light:focus{
  --tw-ring-offset-color: rgba(var(--color-warn), .1);
}

:root .focus\:ring-offset-warn:focus{
  --tw-ring-offset-color: rgb(var(--color-warn));
}

:root .ring-offset-0{
  --tw-ring-offset-width: 0px;
}

:root .ring-offset-1{
  --tw-ring-offset-width: 1px;
}

:root .ring-offset-2{
  --tw-ring-offset-width: 2px;
}

:root .ring-offset-4{
  --tw-ring-offset-width: 4px;
}

:root .ring-offset-8{
  --tw-ring-offset-width: 8px;
}

:root .focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

:root .focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

:root .focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

:root .focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

:root .focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

:root .focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

:root .focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

:root .focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

:root .focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

:root .focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

:root .ring-current{
  --tw-ring-color: currentColor;
}

:root .ring-transparent{
  --tw-ring-color: transparent;
}

:root .ring-black{
  --tw-ring-color: var(--text-color);
}

:root .ring-white{
  --tw-ring-color: var(--text-color-light);
}

:root .ring-contrast-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

:root .ring-contrast-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

:root .ring-gray-light{
  --tw-ring-color: rgba(158, 158, 158, 0.1);
}

:root .ring-gray{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
}

:root .ring-red-light{
  --tw-ring-color: rgba(244, 67, 54, 0.1);
}

:root .ring-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
}

:root .ring-orange-light{
  --tw-ring-color: rgba(255, 152, 0, 0.1);
}

:root .ring-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
}

:root .ring-deep-orange-light{
  --tw-ring-color: rgba(255, 87, 34, 0.1);
}

:root .ring-deep-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
}

:root .ring-amber-light{
  --tw-ring-color: rgba(255, 193, 7, 0.1);
}

:root .ring-amber{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
}

:root .ring-green-light{
  --tw-ring-color: rgba(76, 175, 80, 0.1);
}

:root .ring-green{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
}

:root .ring-teal-light{
  --tw-ring-color: rgba(0, 150, 136, 0.1);
}

:root .ring-teal{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
}

:root .ring-cyan-light{
  --tw-ring-color: rgba(0, 188, 212, 0.1);
}

:root .ring-cyan{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
}

:root .ring-purple-light{
  --tw-ring-color: rgba(156, 39, 176, 0.1);
}

:root .ring-purple{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
}

:root .ring-deep-purple-light{
  --tw-ring-color: rgba(103, 58, 183, 0.1);
}

:root .ring-deep-purple{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
}

:root .ring-pink-light{
  --tw-ring-color: rgba(233, 30, 99, 0.1);
}

:root .ring-pink{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
}

:root .ring-primary-light{
  --tw-ring-color: rgba(var(--color-primary), .1);
}

:root .ring-primary{
  --tw-ring-color: rgb(var(--color-primary));
}

:root .ring-accent-light{
  --tw-ring-color: rgba(var(--color-accent), .1);
}

:root .ring-accent{
  --tw-ring-color: rgb(var(--color-accent));
}

:root .ring-warn-light{
  --tw-ring-color: rgba(var(--color-warn), .1);
}

:root .ring-warn{
  --tw-ring-color: rgb(var(--color-warn));
}

:root .focus-within\:ring-current:focus-within{
  --tw-ring-color: currentColor;
}

:root .focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

:root .focus-within\:ring-black:focus-within{
  --tw-ring-color: var(--text-color);
}

:root .focus-within\:ring-white:focus-within{
  --tw-ring-color: var(--text-color-light);
}

:root .focus-within\:ring-contrast-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-contrast-white:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

:root .focus-within\:ring-gray-light:focus-within{
  --tw-ring-color: rgba(158, 158, 158, 0.1);
}

:root .focus-within\:ring-gray:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
}

:root .focus-within\:ring-red-light:focus-within{
  --tw-ring-color: rgba(244, 67, 54, 0.1);
}

:root .focus-within\:ring-red:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
}

:root .focus-within\:ring-orange-light:focus-within{
  --tw-ring-color: rgba(255, 152, 0, 0.1);
}

:root .focus-within\:ring-orange:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-deep-orange-light:focus-within{
  --tw-ring-color: rgba(255, 87, 34, 0.1);
}

:root .focus-within\:ring-deep-orange:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
}

:root .focus-within\:ring-amber-light:focus-within{
  --tw-ring-color: rgba(255, 193, 7, 0.1);
}

:root .focus-within\:ring-amber:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
}

:root .focus-within\:ring-green-light:focus-within{
  --tw-ring-color: rgba(76, 175, 80, 0.1);
}

:root .focus-within\:ring-green:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
}

:root .focus-within\:ring-teal-light:focus-within{
  --tw-ring-color: rgba(0, 150, 136, 0.1);
}

:root .focus-within\:ring-teal:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
}

:root .focus-within\:ring-cyan-light:focus-within{
  --tw-ring-color: rgba(0, 188, 212, 0.1);
}

:root .focus-within\:ring-cyan:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
}

:root .focus-within\:ring-purple-light:focus-within{
  --tw-ring-color: rgba(156, 39, 176, 0.1);
}

:root .focus-within\:ring-purple:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
}

:root .focus-within\:ring-deep-purple-light:focus-within{
  --tw-ring-color: rgba(103, 58, 183, 0.1);
}

:root .focus-within\:ring-deep-purple:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
}

:root .focus-within\:ring-pink-light:focus-within{
  --tw-ring-color: rgba(233, 30, 99, 0.1);
}

:root .focus-within\:ring-pink:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
}

:root .focus-within\:ring-primary-light:focus-within{
  --tw-ring-color: rgba(var(--color-primary), .1);
}

:root .focus-within\:ring-primary:focus-within{
  --tw-ring-color: rgb(var(--color-primary));
}

:root .focus-within\:ring-accent-light:focus-within{
  --tw-ring-color: rgba(var(--color-accent), .1);
}

:root .focus-within\:ring-accent:focus-within{
  --tw-ring-color: rgb(var(--color-accent));
}

:root .focus-within\:ring-warn-light:focus-within{
  --tw-ring-color: rgba(var(--color-warn), .1);
}

:root .focus-within\:ring-warn:focus-within{
  --tw-ring-color: rgb(var(--color-warn));
}

:root .focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

:root .focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

:root .focus\:ring-black:focus{
  --tw-ring-color: var(--text-color);
}

:root .focus\:ring-white:focus{
  --tw-ring-color: var(--text-color-light);
}

:root .focus\:ring-contrast-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-contrast-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

:root .focus\:ring-gray-light:focus{
  --tw-ring-color: rgba(158, 158, 158, 0.1);
}

:root .focus\:ring-gray:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
}

:root .focus\:ring-red-light:focus{
  --tw-ring-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:ring-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
}

:root .focus\:ring-orange-light:focus{
  --tw-ring-color: rgba(255, 152, 0, 0.1);
}

:root .focus\:ring-orange:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-deep-orange-light:focus{
  --tw-ring-color: rgba(255, 87, 34, 0.1);
}

:root .focus\:ring-deep-orange:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
}

:root .focus\:ring-amber-light:focus{
  --tw-ring-color: rgba(255, 193, 7, 0.1);
}

:root .focus\:ring-amber:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
}

:root .focus\:ring-green-light:focus{
  --tw-ring-color: rgba(76, 175, 80, 0.1);
}

:root .focus\:ring-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
}

:root .focus\:ring-teal-light:focus{
  --tw-ring-color: rgba(0, 150, 136, 0.1);
}

:root .focus\:ring-teal:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
}

:root .focus\:ring-cyan-light:focus{
  --tw-ring-color: rgba(0, 188, 212, 0.1);
}

:root .focus\:ring-cyan:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
}

:root .focus\:ring-purple-light:focus{
  --tw-ring-color: rgba(156, 39, 176, 0.1);
}

:root .focus\:ring-purple:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
}

:root .focus\:ring-deep-purple-light:focus{
  --tw-ring-color: rgba(103, 58, 183, 0.1);
}

:root .focus\:ring-deep-purple:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
}

:root .focus\:ring-pink-light:focus{
  --tw-ring-color: rgba(233, 30, 99, 0.1);
}

:root .focus\:ring-pink:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
}

:root .focus\:ring-primary-light:focus{
  --tw-ring-color: rgba(var(--color-primary), .1);
}

:root .focus\:ring-primary:focus{
  --tw-ring-color: rgb(var(--color-primary));
}

:root .focus\:ring-accent-light:focus{
  --tw-ring-color: rgba(var(--color-accent), .1);
}

:root .focus\:ring-accent:focus{
  --tw-ring-color: rgb(var(--color-accent));
}

:root .focus\:ring-warn-light:focus{
  --tw-ring-color: rgba(var(--color-warn), .1);
}

:root .focus\:ring-warn:focus{
  --tw-ring-color: rgb(var(--color-warn));
}

:root .ring-opacity-0{
  --tw-ring-opacity: 0;
}

:root .ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

:root .ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

:root .ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

:root .ring-opacity-100{
  --tw-ring-opacity: 1;
}

:root .focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

:root .focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

:root .focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

:root .focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

:root .focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

:root .focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

:root .focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

:root .focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

:root .focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

:root .focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

:root .fill-current{
  fill: currentColor;
}

:root .stroke-current{
  stroke: currentColor;
}

:root .stroke-0{
  stroke-width: 0;
}

:root .stroke-1{
  stroke-width: 1;
}

:root .stroke-2{
  stroke-width: 2;
}

:root .table-auto{
  table-layout: auto;
}

:root .table-fixed{
  table-layout: fixed;
}

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

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

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

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

:root .text-secondary{
  color: var(--text-secondary);
}

:root .text-hint{
  color: var(--text-hint);
}

:root .text-current{
  color: currentColor;
}

:root .text-transparent{
  color: transparent;
}

:root .text-black{
  color: var(--text-color);
}

:root .text-white{
  color: var(--text-color-light);
}

:root .text-contrast-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-contrast-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-gray-light{
  color: rgba(158, 158, 158, 0.1);
}

:root .text-gray{
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}

:root .text-red-light{
  color: rgba(244, 67, 54, 0.1);
}

:root .text-red{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .text-orange-light{
  color: rgba(255, 152, 0, 0.1);
}

:root .text-orange{
  --tw-text-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-text-opacity));
}

:root .text-deep-orange-light{
  color: rgba(255, 87, 34, 0.1);
}

:root .text-deep-orange{
  --tw-text-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-text-opacity));
}

:root .text-amber-light{
  color: rgba(255, 193, 7, 0.1);
}

:root .text-amber{
  --tw-text-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-text-opacity));
}

:root .text-green-light{
  color: rgba(76, 175, 80, 0.1);
}

:root .text-green{
  --tw-text-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-text-opacity));
}

:root .text-teal-light{
  color: rgba(0, 150, 136, 0.1);
}

:root .text-teal{
  --tw-text-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-text-opacity));
}

:root .text-cyan-light{
  color: rgba(0, 188, 212, 0.1);
}

:root .text-cyan{
  --tw-text-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-text-opacity));
}

:root .text-purple-light{
  color: rgba(156, 39, 176, 0.1);
}

:root .text-purple{
  --tw-text-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-text-opacity));
}

:root .text-deep-purple-light{
  color: rgba(103, 58, 183, 0.1);
}

:root .text-deep-purple{
  --tw-text-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-text-opacity));
}

:root .text-pink-light{
  color: rgba(233, 30, 99, 0.1);
}

:root .text-pink{
  --tw-text-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-text-opacity));
}

:root .text-primary-light{
  color: rgba(var(--color-primary), .1);
}

:root .text-primary{
  color: rgb(var(--color-primary));
}

:root .text-accent-light{
  color: rgba(var(--color-accent), .1);
}

:root .text-accent{
  color: rgb(var(--color-accent));
}

:root .text-warn-light{
  color: rgba(var(--color-warn), .1);
}

:root .text-warn{
  color: rgb(var(--color-warn));
}

:root .text-primary-contrast{
  color: rgb(var(--color-primary-contrast));
}

:root .text-accent-contrast{
  color: rgb(var(--color-accent-contrast));
}

:root .text-warn-contrast{
  color: rgb(var(--color-warn-contrast));
}

:root .text-red-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-green-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-amber-contrast{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-orange-contrast{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-deep-orange-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-purple-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-deep-purple-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-cyan-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-teal-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-gray-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-light-green-contrast{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-secondary:hover{
  color: var(--text-secondary);
}

:root .hover\:text-hint:hover{
  color: var(--text-hint);
}

:root .hover\:text-current:hover{
  color: currentColor;
}

:root .hover\:text-transparent:hover{
  color: transparent;
}

:root .hover\:text-black:hover{
  color: var(--text-color);
}

:root .hover\:text-white:hover{
  color: var(--text-color-light);
}

:root .hover\:text-contrast-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-contrast-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-gray-light:hover{
  color: rgba(158, 158, 158, 0.1);
}

:root .hover\:text-gray:hover{
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}

:root .hover\:text-red-light:hover{
  color: rgba(244, 67, 54, 0.1);
}

:root .hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .hover\:text-orange-light:hover{
  color: rgba(255, 152, 0, 0.1);
}

:root .hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-text-opacity));
}

:root .hover\:text-deep-orange-light:hover{
  color: rgba(255, 87, 34, 0.1);
}

:root .hover\:text-deep-orange:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-text-opacity));
}

:root .hover\:text-amber-light:hover{
  color: rgba(255, 193, 7, 0.1);
}

:root .hover\:text-amber:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-text-opacity));
}

:root .hover\:text-green-light:hover{
  color: rgba(76, 175, 80, 0.1);
}

:root .hover\:text-green:hover{
  --tw-text-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-text-opacity));
}

:root .hover\:text-teal-light:hover{
  color: rgba(0, 150, 136, 0.1);
}

:root .hover\:text-teal:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-text-opacity));
}

:root .hover\:text-cyan-light:hover{
  color: rgba(0, 188, 212, 0.1);
}

:root .hover\:text-cyan:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-text-opacity));
}

:root .hover\:text-purple-light:hover{
  color: rgba(156, 39, 176, 0.1);
}

:root .hover\:text-purple:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-text-opacity));
}

:root .hover\:text-deep-purple-light:hover{
  color: rgba(103, 58, 183, 0.1);
}

:root .hover\:text-deep-purple:hover{
  --tw-text-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-text-opacity));
}

:root .hover\:text-pink-light:hover{
  color: rgba(233, 30, 99, 0.1);
}

:root .hover\:text-pink:hover{
  --tw-text-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-text-opacity));
}

:root .hover\:text-primary-light:hover{
  color: rgba(var(--color-primary), .1);
}

:root .hover\:text-primary:hover{
  color: rgb(var(--color-primary));
}

:root .hover\:text-accent-light:hover{
  color: rgba(var(--color-accent), .1);
}

:root .hover\:text-accent:hover{
  color: rgb(var(--color-accent));
}

:root .hover\:text-warn-light:hover{
  color: rgba(var(--color-warn), .1);
}

:root .hover\:text-warn:hover{
  color: rgb(var(--color-warn));
}

:root .hover\:text-primary-contrast:hover{
  color: rgb(var(--color-primary-contrast));
}

:root .hover\:text-accent-contrast:hover{
  color: rgb(var(--color-accent-contrast));
}

:root .hover\:text-warn-contrast:hover{
  color: rgb(var(--color-warn-contrast));
}

:root .hover\:text-red-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-green-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-amber-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-orange-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-deep-orange-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-purple-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-deep-purple-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-cyan-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-teal-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-gray-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-light-green-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-secondary:focus{
  color: var(--text-secondary);
}

:root .focus\:text-hint:focus{
  color: var(--text-hint);
}

:root .focus\:text-current:focus{
  color: currentColor;
}

:root .focus\:text-transparent:focus{
  color: transparent;
}

:root .focus\:text-black:focus{
  color: var(--text-color);
}

:root .focus\:text-white:focus{
  color: var(--text-color-light);
}

:root .focus\:text-contrast-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-contrast-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-gray-light:focus{
  color: rgba(158, 158, 158, 0.1);
}

:root .focus\:text-gray:focus{
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}

:root .focus\:text-red-light:focus{
  color: rgba(244, 67, 54, 0.1);
}

:root .focus\:text-red:focus{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .focus\:text-orange-light:focus{
  color: rgba(255, 152, 0, 0.1);
}

:root .focus\:text-orange:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-text-opacity));
}

:root .focus\:text-deep-orange-light:focus{
  color: rgba(255, 87, 34, 0.1);
}

:root .focus\:text-deep-orange:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-text-opacity));
}

:root .focus\:text-amber-light:focus{
  color: rgba(255, 193, 7, 0.1);
}

:root .focus\:text-amber:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-text-opacity));
}

:root .focus\:text-green-light:focus{
  color: rgba(76, 175, 80, 0.1);
}

:root .focus\:text-green:focus{
  --tw-text-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-text-opacity));
}

:root .focus\:text-teal-light:focus{
  color: rgba(0, 150, 136, 0.1);
}

:root .focus\:text-teal:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-text-opacity));
}

:root .focus\:text-cyan-light:focus{
  color: rgba(0, 188, 212, 0.1);
}

:root .focus\:text-cyan:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-text-opacity));
}

:root .focus\:text-purple-light:focus{
  color: rgba(156, 39, 176, 0.1);
}

:root .focus\:text-purple:focus{
  --tw-text-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-text-opacity));
}

:root .focus\:text-deep-purple-light:focus{
  color: rgba(103, 58, 183, 0.1);
}

:root .focus\:text-deep-purple:focus{
  --tw-text-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-text-opacity));
}

:root .focus\:text-pink-light:focus{
  color: rgba(233, 30, 99, 0.1);
}

:root .focus\:text-pink:focus{
  --tw-text-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-text-opacity));
}

:root .focus\:text-primary-light:focus{
  color: rgba(var(--color-primary), .1);
}

:root .focus\:text-primary:focus{
  color: rgb(var(--color-primary));
}

:root .focus\:text-accent-light:focus{
  color: rgba(var(--color-accent), .1);
}

:root .focus\:text-accent:focus{
  color: rgb(var(--color-accent));
}

:root .focus\:text-warn-light:focus{
  color: rgba(var(--color-warn), .1);
}

:root .focus\:text-warn:focus{
  color: rgb(var(--color-warn));
}

:root .focus\:text-primary-contrast:focus{
  color: rgb(var(--color-primary-contrast));
}

:root .focus\:text-accent-contrast:focus{
  color: rgb(var(--color-accent-contrast));
}

:root .focus\:text-warn-contrast:focus{
  color: rgb(var(--color-warn-contrast));
}

:root .focus\:text-red-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-green-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-amber-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-orange-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-deep-orange-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-purple-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-deep-purple-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-cyan-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-teal-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-gray-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-light-green-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-opacity-0{
  --tw-text-opacity: 0;
}

:root .text-opacity-25{
  --tw-text-opacity: 0.25;
}

:root .text-opacity-50{
  --tw-text-opacity: 0.5;
}

:root .text-opacity-75{
  --tw-text-opacity: 0.75;
}

:root .text-opacity-100{
  --tw-text-opacity: 1;
}

:root .group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

:root .group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

:root .group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

:root .group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

:root .group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

:root .focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

:root .focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

:root .focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

:root .focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

:root .focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

:root .hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

:root .hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

:root .hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

:root .hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

:root .hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

:root .focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

:root .focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

:root .focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

:root .focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

:root .focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

:root .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:root .overflow-ellipsis{
  text-overflow: ellipsis;
}

:root .overflow-clip{
  text-overflow: clip;
}

:root .italic{
  font-style: italic;
}

:root .not-italic{
  font-style: normal;
}

:root .uppercase{
  text-transform: uppercase;
}

:root .lowercase{
  text-transform: lowercase;
}

:root .capitalize{
  text-transform: capitalize;
}

:root .normal-case{
  text-transform: none;
}

:root .underline{
  text-decoration: underline;
}

:root .line-through{
  text-decoration: line-through;
}

:root .no-underline{
  text-decoration: none;
}

:root .hover\:underline:hover{
  text-decoration: underline;
}

:root .hover\:line-through:hover{
  text-decoration: line-through;
}

:root .hover\:no-underline:hover{
  text-decoration: none;
}

:root .focus\:underline:focus{
  text-decoration: underline;
}

:root .focus\:line-through:focus{
  text-decoration: line-through;
}

:root .focus\:no-underline:focus{
  text-decoration: none;
}

:root .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root .subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

:root .ordinal, :root .slashed-zero, :root .lining-nums, :root .oldstyle-nums, :root .proportional-nums, :root .tabular-nums, :root .diagonal-fractions, :root .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

:root .normal-nums{
  font-feature-settings: normal;
  font-variant-numeric: normal;
}

:root .ordinal{
  --tw-ordinal: ordinal;
}

:root .slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

:root .lining-nums{
  --tw-numeric-figure: lining-nums;
}

:root .oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

:root .proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

:root .tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

:root .diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

:root .stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

:root .tracking-tighter{
  letter-spacing: -0.05em;
}

:root .tracking-tight{
  letter-spacing: -0.025em;
}

:root .tracking-normal{
  letter-spacing: 0;
}

:root .tracking-wide{
  letter-spacing: 0.025em;
}

:root .tracking-wider{
  letter-spacing: 0.05em;
}

:root .tracking-widest{
  letter-spacing: 0.1em;
}

:root .select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

:root .select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

:root .select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

:root .select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

:root .align-baseline{
  vertical-align: baseline;
}

:root .align-top{
  vertical-align: top;
}

:root .align-middle{
  vertical-align: middle;
}

:root .align-bottom{
  vertical-align: bottom;
}

:root .align-text-top{
  vertical-align: text-top;
}

:root .align-text-bottom{
  vertical-align: text-bottom;
}

:root .visible{
  visibility: visible;
}

:root .invisible{
  visibility: hidden;
}

:root .whitespace-normal{
  white-space: normal;
}

:root .whitespace-nowrap{
  white-space: nowrap;
}

:root .whitespace-pre{
  white-space: pre;
}

:root .whitespace-pre-line{
  white-space: pre-line;
}

:root .whitespace-pre-wrap{
  white-space: pre-wrap;
}

:root .break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

:root .break-words{
  overflow-wrap: break-word;
}

:root .break-all{
  word-break: break-all;
}

:root .w-0{
  width: 0;
}

:root .w-1{
  width: 0.25rem;
}

:root .w-2{
  width: 0.5rem;
}

:root .w-3{
  width: 0.75rem;
}

:root .w-4{
  width: 1rem;
}

:root .w-5{
  width: 1.25rem;
}

:root .w-6{
  width: 1.5rem;
}

:root .w-8{
  width: 2rem;
}

:root .w-9{
  width: 2.25rem;
}

:root .w-10{
  width: 2.5rem;
}

:root .w-12{
  width: 3rem;
}

:root .w-14{
  width: 3.5rem;
}

:root .w-16{
  width: 4rem;
}

:root .w-20{
  width: 5rem;
}

:root .w-24{
  width: 6rem;
}

:root .w-32{
  width: 8rem;
}

:root .w-40{
  width: 10rem;
}

:root .w-48{
  width: 12rem;
}

:root .w-56{
  width: 14rem;
}

:root .w-64{
  width: 16rem;
}

:root .w-auto{
  width: auto;
}

:root .w-px{
  width: 1px;
}

:root .w-gutter{
  width: var(--padding-gutter);
}

:root .w-1\/2{
  width: 50%;
}

:root .w-1\/3{
  width: 33.333333%;
}

:root .w-2\/3{
  width: 66.666667%;
}

:root .w-1\/4{
  width: 25%;
}

:root .w-2\/4{
  width: 50%;
}

:root .w-3\/4{
  width: 75%;
}

:root .w-1\/5{
  width: 20%;
}

:root .w-2\/5{
  width: 40%;
}

:root .w-3\/5{
  width: 60%;
}

:root .w-4\/5{
  width: 80%;
}

:root .w-1\/6{
  width: 16.666667%;
}

:root .w-2\/6{
  width: 33.333333%;
}

:root .w-3\/6{
  width: 50%;
}

:root .w-4\/6{
  width: 66.666667%;
}

:root .w-5\/6{
  width: 83.333333%;
}

:root .w-1\/12{
  width: 8.333333%;
}

:root .w-2\/12{
  width: 16.666667%;
}

:root .w-3\/12{
  width: 25%;
}

:root .w-4\/12{
  width: 33.333333%;
}

:root .w-5\/12{
  width: 41.666667%;
}

:root .w-6\/12{
  width: 50%;
}

:root .w-7\/12{
  width: 58.333333%;
}

:root .w-8\/12{
  width: 66.666667%;
}

:root .w-9\/12{
  width: 75%;
}

:root .w-10\/12{
  width: 83.333333%;
}

:root .w-11\/12{
  width: 91.666667%;
}

:root .w-full{
  width: 100%;
}

:root .w-screen{
  width: 100vw;
}

:root .z-0{
  z-index: 0;
}

:root .z-10{
  z-index: 10;
}

:root .z-20{
  z-index: 20;
}

:root .z-30{
  z-index: 30;
}

:root .z-40{
  z-index: 40;
}

:root .z-50{
  z-index: 50;
}

:root .z-auto{
  z-index: auto;
}

:root .gap-0{
  grid-gap: 0;
  gap: 0;
}

:root .gap-1{
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

:root .gap-2{
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

:root .gap-3{
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

:root .gap-4{
  grid-gap: 1rem;
  gap: 1rem;
}

:root .gap-5{
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

:root .gap-6{
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

:root .gap-8{
  grid-gap: 2rem;
  gap: 2rem;
}

:root .gap-9{
  grid-gap: 2.25rem;
  gap: 2.25rem;
}

:root .gap-10{
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

:root .gap-12{
  grid-gap: 3rem;
  gap: 3rem;
}

:root .gap-14{
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

:root .gap-16{
  grid-gap: 4rem;
  gap: 4rem;
}

:root .gap-20{
  grid-gap: 5rem;
  gap: 5rem;
}

:root .gap-24{
  grid-gap: 6rem;
  gap: 6rem;
}

:root .gap-32{
  grid-gap: 8rem;
  gap: 8rem;
}

:root .gap-40{
  grid-gap: 10rem;
  gap: 10rem;
}

:root .gap-48{
  grid-gap: 12rem;
  gap: 12rem;
}

:root .gap-56{
  grid-gap: 14rem;
  gap: 14rem;
}

:root .gap-64{
  grid-gap: 16rem;
  gap: 16rem;
}

:root .gap-px{
  grid-gap: 1px;
  gap: 1px;
}

:root .gap-gutter{
  grid-gap: var(--padding-gutter);
  gap: var(--padding-gutter);
}

:root .gap-x-0{
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}

:root .gap-x-1{
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

:root .gap-x-2{
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

:root .gap-x-3{
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

:root .gap-x-4{
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

:root .gap-x-5{
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

:root .gap-x-6{
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

:root .gap-x-8{
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

:root .gap-x-9{
  grid-column-gap: 2.25rem;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

:root .gap-x-10{
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

:root .gap-x-12{
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

:root .gap-x-14{
  grid-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

:root .gap-x-16{
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

:root .gap-x-20{
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

:root .gap-x-24{
  grid-column-gap: 6rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

:root .gap-x-32{
  grid-column-gap: 8rem;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

:root .gap-x-40{
  grid-column-gap: 10rem;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

:root .gap-x-48{
  grid-column-gap: 12rem;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

:root .gap-x-56{
  grid-column-gap: 14rem;
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

:root .gap-x-64{
  grid-column-gap: 16rem;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

:root .gap-x-px{
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

:root .gap-x-gutter{
  grid-column-gap: var(--padding-gutter);
  -moz-column-gap: var(--padding-gutter);
       column-gap: var(--padding-gutter);
}

:root .gap-y-0{
  grid-row-gap: 0;
  row-gap: 0;
}

:root .gap-y-1{
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

:root .gap-y-2{
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

:root .gap-y-3{
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

:root .gap-y-4{
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

:root .gap-y-5{
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

:root .gap-y-6{
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

:root .gap-y-8{
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

:root .gap-y-9{
  grid-row-gap: 2.25rem;
  row-gap: 2.25rem;
}

:root .gap-y-10{
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

:root .gap-y-12{
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

:root .gap-y-14{
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

:root .gap-y-16{
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

:root .gap-y-20{
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

:root .gap-y-24{
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

:root .gap-y-32{
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

:root .gap-y-40{
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

:root .gap-y-48{
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

:root .gap-y-56{
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

:root .gap-y-64{
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

:root .gap-y-px{
  grid-row-gap: 1px;
  row-gap: 1px;
}

:root .gap-y-gutter{
  grid-row-gap: var(--padding-gutter);
  row-gap: var(--padding-gutter);
}

:root .grid-flow-row{
  grid-auto-flow: row;
}

:root .grid-flow-col{
  grid-auto-flow: column;
}

:root .grid-flow-row-dense{
  grid-auto-flow: row dense;
}

:root .grid-flow-col-dense{
  grid-auto-flow: column dense;
}

:root .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

:root .grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:root .grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:root .grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:root .grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

:root .grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

:root .grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

:root .grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

:root .grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

:root .grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

:root .grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

:root .grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

:root .grid-cols-none{
  grid-template-columns: none;
}

:root .auto-cols-auto{
  grid-auto-columns: auto;
}

:root .auto-cols-min{
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

:root .auto-cols-max{
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

:root .auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

:root .col-auto{
  grid-column: auto;
}

:root .col-span-1{
  grid-column: span 1 / span 1;
}

:root .col-span-2{
  grid-column: span 2 / span 2;
}

:root .col-span-3{
  grid-column: span 3 / span 3;
}

:root .col-span-4{
  grid-column: span 4 / span 4;
}

:root .col-span-5{
  grid-column: span 5 / span 5;
}

:root .col-span-6{
  grid-column: span 6 / span 6;
}

:root .col-span-7{
  grid-column: span 7 / span 7;
}

:root .col-span-8{
  grid-column: span 8 / span 8;
}

:root .col-span-9{
  grid-column: span 9 / span 9;
}

:root .col-span-10{
  grid-column: span 10 / span 10;
}

:root .col-span-11{
  grid-column: span 11 / span 11;
}

:root .col-span-12{
  grid-column: span 12 / span 12;
}

:root .col-span-full{
  grid-column: 1 / -1;
}

:root .col-start-1{
  grid-column-start: 1;
}

:root .col-start-2{
  grid-column-start: 2;
}

:root .col-start-3{
  grid-column-start: 3;
}

:root .col-start-4{
  grid-column-start: 4;
}

:root .col-start-5{
  grid-column-start: 5;
}

:root .col-start-6{
  grid-column-start: 6;
}

:root .col-start-7{
  grid-column-start: 7;
}

:root .col-start-8{
  grid-column-start: 8;
}

:root .col-start-9{
  grid-column-start: 9;
}

:root .col-start-10{
  grid-column-start: 10;
}

:root .col-start-11{
  grid-column-start: 11;
}

:root .col-start-12{
  grid-column-start: 12;
}

:root .col-start-13{
  grid-column-start: 13;
}

:root .col-start-auto{
  grid-column-start: auto;
}

:root .col-end-1{
  grid-column-end: 1;
}

:root .col-end-2{
  grid-column-end: 2;
}

:root .col-end-3{
  grid-column-end: 3;
}

:root .col-end-4{
  grid-column-end: 4;
}

:root .col-end-5{
  grid-column-end: 5;
}

:root .col-end-6{
  grid-column-end: 6;
}

:root .col-end-7{
  grid-column-end: 7;
}

:root .col-end-8{
  grid-column-end: 8;
}

:root .col-end-9{
  grid-column-end: 9;
}

:root .col-end-10{
  grid-column-end: 10;
}

:root .col-end-11{
  grid-column-end: 11;
}

:root .col-end-12{
  grid-column-end: 12;
}

:root .col-end-13{
  grid-column-end: 13;
}

:root .col-end-auto{
  grid-column-end: auto;
}

:root .grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

:root .grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

:root .grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

:root .grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

:root .grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

:root .grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

:root .grid-rows-none{
  grid-template-rows: none;
}

:root .auto-rows-auto{
  grid-auto-rows: auto;
}

:root .auto-rows-min{
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

:root .auto-rows-max{
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

:root .auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

:root .row-auto{
  grid-row: auto;
}

:root .row-span-1{
  grid-row: span 1 / span 1;
}

:root .row-span-2{
  grid-row: span 2 / span 2;
}

:root .row-span-3{
  grid-row: span 3 / span 3;
}

:root .row-span-4{
  grid-row: span 4 / span 4;
}

:root .row-span-5{
  grid-row: span 5 / span 5;
}

:root .row-span-6{
  grid-row: span 6 / span 6;
}

:root .row-span-full{
  grid-row: 1 / -1;
}

:root .row-start-1{
  grid-row-start: 1;
}

:root .row-start-2{
  grid-row-start: 2;
}

:root .row-start-3{
  grid-row-start: 3;
}

:root .row-start-4{
  grid-row-start: 4;
}

:root .row-start-5{
  grid-row-start: 5;
}

:root .row-start-6{
  grid-row-start: 6;
}

:root .row-start-7{
  grid-row-start: 7;
}

:root .row-start-auto{
  grid-row-start: auto;
}

:root .row-end-1{
  grid-row-end: 1;
}

:root .row-end-2{
  grid-row-end: 2;
}

:root .row-end-3{
  grid-row-end: 3;
}

:root .row-end-4{
  grid-row-end: 4;
}

:root .row-end-5{
  grid-row-end: 5;
}

:root .row-end-6{
  grid-row-end: 6;
}

:root .row-end-7{
  grid-row-end: 7;
}

:root .row-end-auto{
  grid-row-end: auto;
}

:root .transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:root .transform-gpu{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:root .transform-none{
  transform: none;
}

:root .origin-center{
  transform-origin: center;
}

:root .origin-top{
  transform-origin: top;
}

:root .origin-top-right{
  transform-origin: top right;
}

:root .origin-right{
  transform-origin: right;
}

:root .origin-bottom-right{
  transform-origin: bottom right;
}

:root .origin-bottom{
  transform-origin: bottom;
}

:root .origin-bottom-left{
  transform-origin: bottom left;
}

:root .origin-left{
  transform-origin: left;
}

:root .origin-top-left{
  transform-origin: top left;
}

:root .scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

:root .scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

:root .scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

:root .scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

:root .scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

:root .scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

:root .scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

:root .scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

:root .scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

:root .scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

:root .scale-x-0{
  --tw-scale-x: 0;
}

:root .scale-x-50{
  --tw-scale-x: .5;
}

:root .scale-x-75{
  --tw-scale-x: .75;
}

:root .scale-x-90{
  --tw-scale-x: .9;
}

:root .scale-x-95{
  --tw-scale-x: .95;
}

:root .scale-x-100{
  --tw-scale-x: 1;
}

:root .scale-x-105{
  --tw-scale-x: 1.05;
}

:root .scale-x-110{
  --tw-scale-x: 1.1;
}

:root .scale-x-125{
  --tw-scale-x: 1.25;
}

:root .scale-x-150{
  --tw-scale-x: 1.5;
}

:root .scale-y-0{
  --tw-scale-y: 0;
}

:root .scale-y-50{
  --tw-scale-y: .5;
}

:root .scale-y-75{
  --tw-scale-y: .75;
}

:root .scale-y-90{
  --tw-scale-y: .9;
}

:root .scale-y-95{
  --tw-scale-y: .95;
}

:root .scale-y-100{
  --tw-scale-y: 1;
}

:root .scale-y-105{
  --tw-scale-y: 1.05;
}

:root .scale-y-110{
  --tw-scale-y: 1.1;
}

:root .scale-y-125{
  --tw-scale-y: 1.25;
}

:root .scale-y-150{
  --tw-scale-y: 1.5;
}

:root .hover\:scale-0:hover{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

:root .hover\:scale-50:hover{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

:root .hover\:scale-75:hover{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

:root .hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

:root .hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

:root .hover\:scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

:root .hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

:root .hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

:root .hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

:root .hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

:root .hover\:scale-x-0:hover{
  --tw-scale-x: 0;
}

:root .hover\:scale-x-50:hover{
  --tw-scale-x: .5;
}

:root .hover\:scale-x-75:hover{
  --tw-scale-x: .75;
}

:root .hover\:scale-x-90:hover{
  --tw-scale-x: .9;
}

:root .hover\:scale-x-95:hover{
  --tw-scale-x: .95;
}

:root .hover\:scale-x-100:hover{
  --tw-scale-x: 1;
}

:root .hover\:scale-x-105:hover{
  --tw-scale-x: 1.05;
}

:root .hover\:scale-x-110:hover{
  --tw-scale-x: 1.1;
}

:root .hover\:scale-x-125:hover{
  --tw-scale-x: 1.25;
}

:root .hover\:scale-x-150:hover{
  --tw-scale-x: 1.5;
}

:root .hover\:scale-y-0:hover{
  --tw-scale-y: 0;
}

:root .hover\:scale-y-50:hover{
  --tw-scale-y: .5;
}

:root .hover\:scale-y-75:hover{
  --tw-scale-y: .75;
}

:root .hover\:scale-y-90:hover{
  --tw-scale-y: .9;
}

:root .hover\:scale-y-95:hover{
  --tw-scale-y: .95;
}

:root .hover\:scale-y-100:hover{
  --tw-scale-y: 1;
}

:root .hover\:scale-y-105:hover{
  --tw-scale-y: 1.05;
}

:root .hover\:scale-y-110:hover{
  --tw-scale-y: 1.1;
}

:root .hover\:scale-y-125:hover{
  --tw-scale-y: 1.25;
}

:root .hover\:scale-y-150:hover{
  --tw-scale-y: 1.5;
}

:root .focus\:scale-0:focus{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

:root .focus\:scale-50:focus{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

:root .focus\:scale-75:focus{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

:root .focus\:scale-90:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

:root .focus\:scale-95:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

:root .focus\:scale-100:focus{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

:root .focus\:scale-105:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

:root .focus\:scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

:root .focus\:scale-125:focus{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

:root .focus\:scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

:root .focus\:scale-x-0:focus{
  --tw-scale-x: 0;
}

:root .focus\:scale-x-50:focus{
  --tw-scale-x: .5;
}

:root .focus\:scale-x-75:focus{
  --tw-scale-x: .75;
}

:root .focus\:scale-x-90:focus{
  --tw-scale-x: .9;
}

:root .focus\:scale-x-95:focus{
  --tw-scale-x: .95;
}

:root .focus\:scale-x-100:focus{
  --tw-scale-x: 1;
}

:root .focus\:scale-x-105:focus{
  --tw-scale-x: 1.05;
}

:root .focus\:scale-x-110:focus{
  --tw-scale-x: 1.1;
}

:root .focus\:scale-x-125:focus{
  --tw-scale-x: 1.25;
}

:root .focus\:scale-x-150:focus{
  --tw-scale-x: 1.5;
}

:root .focus\:scale-y-0:focus{
  --tw-scale-y: 0;
}

:root .focus\:scale-y-50:focus{
  --tw-scale-y: .5;
}

:root .focus\:scale-y-75:focus{
  --tw-scale-y: .75;
}

:root .focus\:scale-y-90:focus{
  --tw-scale-y: .9;
}

:root .focus\:scale-y-95:focus{
  --tw-scale-y: .95;
}

:root .focus\:scale-y-100:focus{
  --tw-scale-y: 1;
}

:root .focus\:scale-y-105:focus{
  --tw-scale-y: 1.05;
}

:root .focus\:scale-y-110:focus{
  --tw-scale-y: 1.1;
}

:root .focus\:scale-y-125:focus{
  --tw-scale-y: 1.25;
}

:root .focus\:scale-y-150:focus{
  --tw-scale-y: 1.5;
}

:root .rotate-0{
  --tw-rotate: 0deg;
}

:root .rotate-1{
  --tw-rotate: 1deg;
}

:root .rotate-2{
  --tw-rotate: 2deg;
}

:root .rotate-3{
  --tw-rotate: 3deg;
}

:root .rotate-6{
  --tw-rotate: 6deg;
}

:root .rotate-12{
  --tw-rotate: 12deg;
}

:root .rotate-45{
  --tw-rotate: 45deg;
}

:root .rotate-90{
  --tw-rotate: 90deg;
}

:root .rotate-180{
  --tw-rotate: 180deg;
}

:root .-rotate-180{
  --tw-rotate: -180deg;
}

:root .-rotate-90{
  --tw-rotate: -90deg;
}

:root .-rotate-45{
  --tw-rotate: -45deg;
}

:root .-rotate-12{
  --tw-rotate: -12deg;
}

:root .-rotate-6{
  --tw-rotate: -6deg;
}

:root .-rotate-3{
  --tw-rotate: -3deg;
}

:root .-rotate-2{
  --tw-rotate: -2deg;
}

:root .-rotate-1{
  --tw-rotate: -1deg;
}

:root .hover\:rotate-0:hover{
  --tw-rotate: 0deg;
}

:root .hover\:rotate-1:hover{
  --tw-rotate: 1deg;
}

:root .hover\:rotate-2:hover{
  --tw-rotate: 2deg;
}

:root .hover\:rotate-3:hover{
  --tw-rotate: 3deg;
}

:root .hover\:rotate-6:hover{
  --tw-rotate: 6deg;
}

:root .hover\:rotate-12:hover{
  --tw-rotate: 12deg;
}

:root .hover\:rotate-45:hover{
  --tw-rotate: 45deg;
}

:root .hover\:rotate-90:hover{
  --tw-rotate: 90deg;
}

:root .hover\:rotate-180:hover{
  --tw-rotate: 180deg;
}

:root .hover\:-rotate-180:hover{
  --tw-rotate: -180deg;
}

:root .hover\:-rotate-90:hover{
  --tw-rotate: -90deg;
}

:root .hover\:-rotate-45:hover{
  --tw-rotate: -45deg;
}

:root .hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
}

:root .hover\:-rotate-6:hover{
  --tw-rotate: -6deg;
}

:root .hover\:-rotate-3:hover{
  --tw-rotate: -3deg;
}

:root .hover\:-rotate-2:hover{
  --tw-rotate: -2deg;
}

:root .hover\:-rotate-1:hover{
  --tw-rotate: -1deg;
}

:root .focus\:rotate-0:focus{
  --tw-rotate: 0deg;
}

:root .focus\:rotate-1:focus{
  --tw-rotate: 1deg;
}

:root .focus\:rotate-2:focus{
  --tw-rotate: 2deg;
}

:root .focus\:rotate-3:focus{
  --tw-rotate: 3deg;
}

:root .focus\:rotate-6:focus{
  --tw-rotate: 6deg;
}

:root .focus\:rotate-12:focus{
  --tw-rotate: 12deg;
}

:root .focus\:rotate-45:focus{
  --tw-rotate: 45deg;
}

:root .focus\:rotate-90:focus{
  --tw-rotate: 90deg;
}

:root .focus\:rotate-180:focus{
  --tw-rotate: 180deg;
}

:root .focus\:-rotate-180:focus{
  --tw-rotate: -180deg;
}

:root .focus\:-rotate-90:focus{
  --tw-rotate: -90deg;
}

:root .focus\:-rotate-45:focus{
  --tw-rotate: -45deg;
}

:root .focus\:-rotate-12:focus{
  --tw-rotate: -12deg;
}

:root .focus\:-rotate-6:focus{
  --tw-rotate: -6deg;
}

:root .focus\:-rotate-3:focus{
  --tw-rotate: -3deg;
}

:root .focus\:-rotate-2:focus{
  --tw-rotate: -2deg;
}

:root .focus\:-rotate-1:focus{
  --tw-rotate: -1deg;
}

:root .translate-x-0{
  --tw-translate-x: 0;
}

:root .translate-x-1{
  --tw-translate-x: 0.25rem;
}

:root .translate-x-2{
  --tw-translate-x: 0.5rem;
}

:root .translate-x-3{
  --tw-translate-x: 0.75rem;
}

:root .translate-x-4{
  --tw-translate-x: 1rem;
}

:root .translate-x-5{
  --tw-translate-x: 1.25rem;
}

:root .translate-x-6{
  --tw-translate-x: 1.5rem;
}

:root .translate-x-8{
  --tw-translate-x: 2rem;
}

:root .translate-x-9{
  --tw-translate-x: 2.25rem;
}

:root .translate-x-10{
  --tw-translate-x: 2.5rem;
}

:root .translate-x-12{
  --tw-translate-x: 3rem;
}

:root .translate-x-14{
  --tw-translate-x: 3.5rem;
}

:root .translate-x-16{
  --tw-translate-x: 4rem;
}

:root .translate-x-20{
  --tw-translate-x: 5rem;
}

:root .translate-x-24{
  --tw-translate-x: 6rem;
}

:root .translate-x-32{
  --tw-translate-x: 8rem;
}

:root .translate-x-40{
  --tw-translate-x: 10rem;
}

:root .translate-x-48{
  --tw-translate-x: 12rem;
}

:root .translate-x-56{
  --tw-translate-x: 14rem;
}

:root .translate-x-64{
  --tw-translate-x: 16rem;
}

:root .translate-x-px{
  --tw-translate-x: 1px;
}

:root .translate-x-gutter{
  --tw-translate-x: var(--padding-gutter);
}

:root .-translate-x-1{
  --tw-translate-x: -0.25rem;
}

:root .-translate-x-2{
  --tw-translate-x: -0.5rem;
}

:root .-translate-x-3{
  --tw-translate-x: -0.75rem;
}

:root .-translate-x-4{
  --tw-translate-x: -1rem;
}

:root .-translate-x-5{
  --tw-translate-x: -1.25rem;
}

:root .-translate-x-6{
  --tw-translate-x: -1.5rem;
}

:root .-translate-x-8{
  --tw-translate-x: -2rem;
}

:root .-translate-x-9{
  --tw-translate-x: -2.25rem;
}

:root .-translate-x-10{
  --tw-translate-x: -2.5rem;
}

:root .-translate-x-12{
  --tw-translate-x: -3rem;
}

:root .-translate-x-14{
  --tw-translate-x: -3.5rem;
}

:root .-translate-x-16{
  --tw-translate-x: -4rem;
}

:root .-translate-x-20{
  --tw-translate-x: -5rem;
}

:root .-translate-x-24{
  --tw-translate-x: -6rem;
}

:root .-translate-x-32{
  --tw-translate-x: -8rem;
}

:root .-translate-x-40{
  --tw-translate-x: -10rem;
}

:root .-translate-x-48{
  --tw-translate-x: -12rem;
}

:root .-translate-x-56{
  --tw-translate-x: -14rem;
}

:root .-translate-x-64{
  --tw-translate-x: -16rem;
}

:root .-translate-x-px{
  --tw-translate-x: -1px;
}

:root .-translate-x-gutter{
  --tw-translate-x: calc(var(--padding-gutter) * -1);
}

:root .translate-x-1\/2{
  --tw-translate-x: 50%;
}

:root .translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

:root .translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

:root .translate-x-1\/4{
  --tw-translate-x: 25%;
}

:root .translate-x-2\/4{
  --tw-translate-x: 50%;
}

:root .translate-x-3\/4{
  --tw-translate-x: 75%;
}

:root .translate-x-full{
  --tw-translate-x: 100%;
}

:root .-translate-x-1\/2{
  --tw-translate-x: -50%;
}

:root .-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

:root .-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

:root .-translate-x-1\/4{
  --tw-translate-x: -25%;
}

:root .-translate-x-2\/4{
  --tw-translate-x: -50%;
}

:root .-translate-x-3\/4{
  --tw-translate-x: -75%;
}

:root .-translate-x-full{
  --tw-translate-x: -100%;
}

:root .translate-y-0{
  --tw-translate-y: 0;
}

:root .translate-y-1{
  --tw-translate-y: 0.25rem;
}

:root .translate-y-2{
  --tw-translate-y: 0.5rem;
}

:root .translate-y-3{
  --tw-translate-y: 0.75rem;
}

:root .translate-y-4{
  --tw-translate-y: 1rem;
}

:root .translate-y-5{
  --tw-translate-y: 1.25rem;
}

:root .translate-y-6{
  --tw-translate-y: 1.5rem;
}

:root .translate-y-8{
  --tw-translate-y: 2rem;
}

:root .translate-y-9{
  --tw-translate-y: 2.25rem;
}

:root .translate-y-10{
  --tw-translate-y: 2.5rem;
}

:root .translate-y-12{
  --tw-translate-y: 3rem;
}

:root .translate-y-14{
  --tw-translate-y: 3.5rem;
}

:root .translate-y-16{
  --tw-translate-y: 4rem;
}

:root .translate-y-20{
  --tw-translate-y: 5rem;
}

:root .translate-y-24{
  --tw-translate-y: 6rem;
}

:root .translate-y-32{
  --tw-translate-y: 8rem;
}

:root .translate-y-40{
  --tw-translate-y: 10rem;
}

:root .translate-y-48{
  --tw-translate-y: 12rem;
}

:root .translate-y-56{
  --tw-translate-y: 14rem;
}

:root .translate-y-64{
  --tw-translate-y: 16rem;
}

:root .translate-y-px{
  --tw-translate-y: 1px;
}

:root .translate-y-gutter{
  --tw-translate-y: var(--padding-gutter);
}

:root .-translate-y-1{
  --tw-translate-y: -0.25rem;
}

:root .-translate-y-2{
  --tw-translate-y: -0.5rem;
}

:root .-translate-y-3{
  --tw-translate-y: -0.75rem;
}

:root .-translate-y-4{
  --tw-translate-y: -1rem;
}

:root .-translate-y-5{
  --tw-translate-y: -1.25rem;
}

:root .-translate-y-6{
  --tw-translate-y: -1.5rem;
}

:root .-translate-y-8{
  --tw-translate-y: -2rem;
}

:root .-translate-y-9{
  --tw-translate-y: -2.25rem;
}

:root .-translate-y-10{
  --tw-translate-y: -2.5rem;
}

:root .-translate-y-12{
  --tw-translate-y: -3rem;
}

:root .-translate-y-14{
  --tw-translate-y: -3.5rem;
}

:root .-translate-y-16{
  --tw-translate-y: -4rem;
}

:root .-translate-y-20{
  --tw-translate-y: -5rem;
}

:root .-translate-y-24{
  --tw-translate-y: -6rem;
}

:root .-translate-y-32{
  --tw-translate-y: -8rem;
}

:root .-translate-y-40{
  --tw-translate-y: -10rem;
}

:root .-translate-y-48{
  --tw-translate-y: -12rem;
}

:root .-translate-y-56{
  --tw-translate-y: -14rem;
}

:root .-translate-y-64{
  --tw-translate-y: -16rem;
}

:root .-translate-y-px{
  --tw-translate-y: -1px;
}

:root .-translate-y-gutter{
  --tw-translate-y: calc(var(--padding-gutter) * -1);
}

:root .translate-y-1\/2{
  --tw-translate-y: 50%;
}

:root .translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

:root .translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

:root .translate-y-1\/4{
  --tw-translate-y: 25%;
}

:root .translate-y-2\/4{
  --tw-translate-y: 50%;
}

:root .translate-y-3\/4{
  --tw-translate-y: 75%;
}

:root .translate-y-full{
  --tw-translate-y: 100%;
}

:root .-translate-y-1\/2{
  --tw-translate-y: -50%;
}

:root .-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

:root .-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

:root .-translate-y-1\/4{
  --tw-translate-y: -25%;
}

:root .-translate-y-2\/4{
  --tw-translate-y: -50%;
}

:root .-translate-y-3\/4{
  --tw-translate-y: -75%;
}

:root .-translate-y-full{
  --tw-translate-y: -100%;
}

:root .hover\:translate-x-0:hover{
  --tw-translate-x: 0;
}

:root .hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem;
}

:root .hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem;
}

:root .hover\:translate-x-3:hover{
  --tw-translate-x: 0.75rem;
}

:root .hover\:translate-x-4:hover{
  --tw-translate-x: 1rem;
}

:root .hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem;
}

:root .hover\:translate-x-6:hover{
  --tw-translate-x: 1.5rem;
}

:root .hover\:translate-x-8:hover{
  --tw-translate-x: 2rem;
}

:root .hover\:translate-x-9:hover{
  --tw-translate-x: 2.25rem;
}

:root .hover\:translate-x-10:hover{
  --tw-translate-x: 2.5rem;
}

:root .hover\:translate-x-12:hover{
  --tw-translate-x: 3rem;
}

:root .hover\:translate-x-14:hover{
  --tw-translate-x: 3.5rem;
}

:root .hover\:translate-x-16:hover{
  --tw-translate-x: 4rem;
}

:root .hover\:translate-x-20:hover{
  --tw-translate-x: 5rem;
}

:root .hover\:translate-x-24:hover{
  --tw-translate-x: 6rem;
}

:root .hover\:translate-x-32:hover{
  --tw-translate-x: 8rem;
}

:root .hover\:translate-x-40:hover{
  --tw-translate-x: 10rem;
}

:root .hover\:translate-x-48:hover{
  --tw-translate-x: 12rem;
}

:root .hover\:translate-x-56:hover{
  --tw-translate-x: 14rem;
}

:root .hover\:translate-x-64:hover{
  --tw-translate-x: 16rem;
}

:root .hover\:translate-x-px:hover{
  --tw-translate-x: 1px;
}

:root .hover\:translate-x-gutter:hover{
  --tw-translate-x: var(--padding-gutter);
}

:root .hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem;
}

:root .hover\:-translate-x-2:hover{
  --tw-translate-x: -0.5rem;
}

:root .hover\:-translate-x-3:hover{
  --tw-translate-x: -0.75rem;
}

:root .hover\:-translate-x-4:hover{
  --tw-translate-x: -1rem;
}

:root .hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem;
}

:root .hover\:-translate-x-6:hover{
  --tw-translate-x: -1.5rem;
}

:root .hover\:-translate-x-8:hover{
  --tw-translate-x: -2rem;
}

:root .hover\:-translate-x-9:hover{
  --tw-translate-x: -2.25rem;
}

:root .hover\:-translate-x-10:hover{
  --tw-translate-x: -2.5rem;
}

:root .hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem;
}

:root .hover\:-translate-x-14:hover{
  --tw-translate-x: -3.5rem;
}

:root .hover\:-translate-x-16:hover{
  --tw-translate-x: -4rem;
}

:root .hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem;
}

:root .hover\:-translate-x-24:hover{
  --tw-translate-x: -6rem;
}

:root .hover\:-translate-x-32:hover{
  --tw-translate-x: -8rem;
}

:root .hover\:-translate-x-40:hover{
  --tw-translate-x: -10rem;
}

:root .hover\:-translate-x-48:hover{
  --tw-translate-x: -12rem;
}

:root .hover\:-translate-x-56:hover{
  --tw-translate-x: -14rem;
}

:root .hover\:-translate-x-64:hover{
  --tw-translate-x: -16rem;
}

:root .hover\:-translate-x-px:hover{
  --tw-translate-x: -1px;
}

:root .hover\:-translate-x-gutter:hover{
  --tw-translate-x: calc(var(--padding-gutter) * -1);
}

:root .hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50%;
}

:root .hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333%;
}

:root .hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667%;
}

:root .hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25%;
}

:root .hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50%;
}

:root .hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75%;
}

:root .hover\:translate-x-full:hover{
  --tw-translate-x: 100%;
}

:root .hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

:root .hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333%;
}

:root .hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667%;
}

:root .hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25%;
}

:root .hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50%;
}

:root .hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75%;
}

:root .hover\:-translate-x-full:hover{
  --tw-translate-x: -100%;
}

:root .hover\:translate-y-0:hover{
  --tw-translate-y: 0;
}

:root .hover\:translate-y-1:hover{
  --tw-translate-y: 0.25rem;
}

:root .hover\:translate-y-2:hover{
  --tw-translate-y: 0.5rem;
}

:root .hover\:translate-y-3:hover{
  --tw-translate-y: 0.75rem;
}

:root .hover\:translate-y-4:hover{
  --tw-translate-y: 1rem;
}

:root .hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem;
}

:root .hover\:translate-y-6:hover{
  --tw-translate-y: 1.5rem;
}

:root .hover\:translate-y-8:hover{
  --tw-translate-y: 2rem;
}

:root .hover\:translate-y-9:hover{
  --tw-translate-y: 2.25rem;
}

:root .hover\:translate-y-10:hover{
  --tw-translate-y: 2.5rem;
}

:root .hover\:translate-y-12:hover{
  --tw-translate-y: 3rem;
}

:root .hover\:translate-y-14:hover{
  --tw-translate-y: 3.5rem;
}

:root .hover\:translate-y-16:hover{
  --tw-translate-y: 4rem;
}

:root .hover\:translate-y-20:hover{
  --tw-translate-y: 5rem;
}

:root .hover\:translate-y-24:hover{
  --tw-translate-y: 6rem;
}

:root .hover\:translate-y-32:hover{
  --tw-translate-y: 8rem;
}

:root .hover\:translate-y-40:hover{
  --tw-translate-y: 10rem;
}

:root .hover\:translate-y-48:hover{
  --tw-translate-y: 12rem;
}

:root .hover\:translate-y-56:hover{
  --tw-translate-y: 14rem;
}

:root .hover\:translate-y-64:hover{
  --tw-translate-y: 16rem;
}

:root .hover\:translate-y-px:hover{
  --tw-translate-y: 1px;
}

:root .hover\:translate-y-gutter:hover{
  --tw-translate-y: var(--padding-gutter);
}

:root .hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
}

:root .hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
}

:root .hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem;
}

:root .hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem;
}

:root .hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem;
}

:root .hover\:-translate-y-6:hover{
  --tw-translate-y: -1.5rem;
}

:root .hover\:-translate-y-8:hover{
  --tw-translate-y: -2rem;
}

:root .hover\:-translate-y-9:hover{
  --tw-translate-y: -2.25rem;
}

:root .hover\:-translate-y-10:hover{
  --tw-translate-y: -2.5rem;
}

:root .hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem;
}

:root .hover\:-translate-y-14:hover{
  --tw-translate-y: -3.5rem;
}

:root .hover\:-translate-y-16:hover{
  --tw-translate-y: -4rem;
}

:root .hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem;
}

:root .hover\:-translate-y-24:hover{
  --tw-translate-y: -6rem;
}

:root .hover\:-translate-y-32:hover{
  --tw-translate-y: -8rem;
}

:root .hover\:-translate-y-40:hover{
  --tw-translate-y: -10rem;
}

:root .hover\:-translate-y-48:hover{
  --tw-translate-y: -12rem;
}

:root .hover\:-translate-y-56:hover{
  --tw-translate-y: -14rem;
}

:root .hover\:-translate-y-64:hover{
  --tw-translate-y: -16rem;
}

:root .hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
}

:root .hover\:-translate-y-gutter:hover{
  --tw-translate-y: calc(var(--padding-gutter) * -1);
}

:root .hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50%;
}

:root .hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333%;
}

:root .hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667%;
}

:root .hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25%;
}

:root .hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50%;
}

:root .hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75%;
}

:root .hover\:translate-y-full:hover{
  --tw-translate-y: 100%;
}

:root .hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

:root .hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333%;
}

:root .hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667%;
}

:root .hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25%;
}

:root .hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50%;
}

:root .hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75%;
}

:root .hover\:-translate-y-full:hover{
  --tw-translate-y: -100%;
}

:root .focus\:translate-x-0:focus{
  --tw-translate-x: 0;
}

:root .focus\:translate-x-1:focus{
  --tw-translate-x: 0.25rem;
}

:root .focus\:translate-x-2:focus{
  --tw-translate-x: 0.5rem;
}

:root .focus\:translate-x-3:focus{
  --tw-translate-x: 0.75rem;
}

:root .focus\:translate-x-4:focus{
  --tw-translate-x: 1rem;
}

:root .focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem;
}

:root .focus\:translate-x-6:focus{
  --tw-translate-x: 1.5rem;
}

:root .focus\:translate-x-8:focus{
  --tw-translate-x: 2rem;
}

:root .focus\:translate-x-9:focus{
  --tw-translate-x: 2.25rem;
}

:root .focus\:translate-x-10:focus{
  --tw-translate-x: 2.5rem;
}

:root .focus\:translate-x-12:focus{
  --tw-translate-x: 3rem;
}

:root .focus\:translate-x-14:focus{
  --tw-translate-x: 3.5rem;
}

:root .focus\:translate-x-16:focus{
  --tw-translate-x: 4rem;
}

:root .focus\:translate-x-20:focus{
  --tw-translate-x: 5rem;
}

:root .focus\:translate-x-24:focus{
  --tw-translate-x: 6rem;
}

:root .focus\:translate-x-32:focus{
  --tw-translate-x: 8rem;
}

:root .focus\:translate-x-40:focus{
  --tw-translate-x: 10rem;
}

:root .focus\:translate-x-48:focus{
  --tw-translate-x: 12rem;
}

:root .focus\:translate-x-56:focus{
  --tw-translate-x: 14rem;
}

:root .focus\:translate-x-64:focus{
  --tw-translate-x: 16rem;
}

:root .focus\:translate-x-px:focus{
  --tw-translate-x: 1px;
}

:root .focus\:translate-x-gutter:focus{
  --tw-translate-x: var(--padding-gutter);
}

:root .focus\:-translate-x-1:focus{
  --tw-translate-x: -0.25rem;
}

:root .focus\:-translate-x-2:focus{
  --tw-translate-x: -0.5rem;
}

:root .focus\:-translate-x-3:focus{
  --tw-translate-x: -0.75rem;
}

:root .focus\:-translate-x-4:focus{
  --tw-translate-x: -1rem;
}

:root .focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem;
}

:root .focus\:-translate-x-6:focus{
  --tw-translate-x: -1.5rem;
}

:root .focus\:-translate-x-8:focus{
  --tw-translate-x: -2rem;
}

:root .focus\:-translate-x-9:focus{
  --tw-translate-x: -2.25rem;
}

:root .focus\:-translate-x-10:focus{
  --tw-translate-x: -2.5rem;
}

:root .focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem;
}

:root .focus\:-translate-x-14:focus{
  --tw-translate-x: -3.5rem;
}

:root .focus\:-translate-x-16:focus{
  --tw-translate-x: -4rem;
}

:root .focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem;
}

:root .focus\:-translate-x-24:focus{
  --tw-translate-x: -6rem;
}

:root .focus\:-translate-x-32:focus{
  --tw-translate-x: -8rem;
}

:root .focus\:-translate-x-40:focus{
  --tw-translate-x: -10rem;
}

:root .focus\:-translate-x-48:focus{
  --tw-translate-x: -12rem;
}

:root .focus\:-translate-x-56:focus{
  --tw-translate-x: -14rem;
}

:root .focus\:-translate-x-64:focus{
  --tw-translate-x: -16rem;
}

:root .focus\:-translate-x-px:focus{
  --tw-translate-x: -1px;
}

:root .focus\:-translate-x-gutter:focus{
  --tw-translate-x: calc(var(--padding-gutter) * -1);
}

:root .focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50%;
}

:root .focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333%;
}

:root .focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667%;
}

:root .focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25%;
}

:root .focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50%;
}

:root .focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75%;
}

:root .focus\:translate-x-full:focus{
  --tw-translate-x: 100%;
}

:root .focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

:root .focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333%;
}

:root .focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667%;
}

:root .focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25%;
}

:root .focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50%;
}

:root .focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75%;
}

:root .focus\:-translate-x-full:focus{
  --tw-translate-x: -100%;
}

:root .focus\:translate-y-0:focus{
  --tw-translate-y: 0;
}

:root .focus\:translate-y-1:focus{
  --tw-translate-y: 0.25rem;
}

:root .focus\:translate-y-2:focus{
  --tw-translate-y: 0.5rem;
}

:root .focus\:translate-y-3:focus{
  --tw-translate-y: 0.75rem;
}

:root .focus\:translate-y-4:focus{
  --tw-translate-y: 1rem;
}

:root .focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem;
}

:root .focus\:translate-y-6:focus{
  --tw-translate-y: 1.5rem;
}

:root .focus\:translate-y-8:focus{
  --tw-translate-y: 2rem;
}

:root .focus\:translate-y-9:focus{
  --tw-translate-y: 2.25rem;
}

:root .focus\:translate-y-10:focus{
  --tw-translate-y: 2.5rem;
}

:root .focus\:translate-y-12:focus{
  --tw-translate-y: 3rem;
}

:root .focus\:translate-y-14:focus{
  --tw-translate-y: 3.5rem;
}

:root .focus\:translate-y-16:focus{
  --tw-translate-y: 4rem;
}

:root .focus\:translate-y-20:focus{
  --tw-translate-y: 5rem;
}

:root .focus\:translate-y-24:focus{
  --tw-translate-y: 6rem;
}

:root .focus\:translate-y-32:focus{
  --tw-translate-y: 8rem;
}

:root .focus\:translate-y-40:focus{
  --tw-translate-y: 10rem;
}

:root .focus\:translate-y-48:focus{
  --tw-translate-y: 12rem;
}

:root .focus\:translate-y-56:focus{
  --tw-translate-y: 14rem;
}

:root .focus\:translate-y-64:focus{
  --tw-translate-y: 16rem;
}

:root .focus\:translate-y-px:focus{
  --tw-translate-y: 1px;
}

:root .focus\:translate-y-gutter:focus{
  --tw-translate-y: var(--padding-gutter);
}

:root .focus\:-translate-y-1:focus{
  --tw-translate-y: -0.25rem;
}

:root .focus\:-translate-y-2:focus{
  --tw-translate-y: -0.5rem;
}

:root .focus\:-translate-y-3:focus{
  --tw-translate-y: -0.75rem;
}

:root .focus\:-translate-y-4:focus{
  --tw-translate-y: -1rem;
}

:root .focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem;
}

:root .focus\:-translate-y-6:focus{
  --tw-translate-y: -1.5rem;
}

:root .focus\:-translate-y-8:focus{
  --tw-translate-y: -2rem;
}

:root .focus\:-translate-y-9:focus{
  --tw-translate-y: -2.25rem;
}

:root .focus\:-translate-y-10:focus{
  --tw-translate-y: -2.5rem;
}

:root .focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem;
}

:root .focus\:-translate-y-14:focus{
  --tw-translate-y: -3.5rem;
}

:root .focus\:-translate-y-16:focus{
  --tw-translate-y: -4rem;
}

:root .focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem;
}

:root .focus\:-translate-y-24:focus{
  --tw-translate-y: -6rem;
}

:root .focus\:-translate-y-32:focus{
  --tw-translate-y: -8rem;
}

:root .focus\:-translate-y-40:focus{
  --tw-translate-y: -10rem;
}

:root .focus\:-translate-y-48:focus{
  --tw-translate-y: -12rem;
}

:root .focus\:-translate-y-56:focus{
  --tw-translate-y: -14rem;
}

:root .focus\:-translate-y-64:focus{
  --tw-translate-y: -16rem;
}

:root .focus\:-translate-y-px:focus{
  --tw-translate-y: -1px;
}

:root .focus\:-translate-y-gutter:focus{
  --tw-translate-y: calc(var(--padding-gutter) * -1);
}

:root .focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50%;
}

:root .focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333%;
}

:root .focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667%;
}

:root .focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25%;
}

:root .focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50%;
}

:root .focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75%;
}

:root .focus\:translate-y-full:focus{
  --tw-translate-y: 100%;
}

:root .focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

:root .focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333%;
}

:root .focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667%;
}

:root .focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25%;
}

:root .focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50%;
}

:root .focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75%;
}

:root .focus\:-translate-y-full:focus{
  --tw-translate-y: -100%;
}

:root .skew-x-0{
  --tw-skew-x: 0deg;
}

:root .skew-x-1{
  --tw-skew-x: 1deg;
}

:root .skew-x-2{
  --tw-skew-x: 2deg;
}

:root .skew-x-3{
  --tw-skew-x: 3deg;
}

:root .skew-x-6{
  --tw-skew-x: 6deg;
}

:root .skew-x-12{
  --tw-skew-x: 12deg;
}

:root .-skew-x-12{
  --tw-skew-x: -12deg;
}

:root .-skew-x-6{
  --tw-skew-x: -6deg;
}

:root .-skew-x-3{
  --tw-skew-x: -3deg;
}

:root .-skew-x-2{
  --tw-skew-x: -2deg;
}

:root .-skew-x-1{
  --tw-skew-x: -1deg;
}

:root .skew-y-0{
  --tw-skew-y: 0deg;
}

:root .skew-y-1{
  --tw-skew-y: 1deg;
}

:root .skew-y-2{
  --tw-skew-y: 2deg;
}

:root .skew-y-3{
  --tw-skew-y: 3deg;
}

:root .skew-y-6{
  --tw-skew-y: 6deg;
}

:root .skew-y-12{
  --tw-skew-y: 12deg;
}

:root .-skew-y-12{
  --tw-skew-y: -12deg;
}

:root .-skew-y-6{
  --tw-skew-y: -6deg;
}

:root .-skew-y-3{
  --tw-skew-y: -3deg;
}

:root .-skew-y-2{
  --tw-skew-y: -2deg;
}

:root .-skew-y-1{
  --tw-skew-y: -1deg;
}

:root .hover\:skew-x-0:hover{
  --tw-skew-x: 0deg;
}

:root .hover\:skew-x-1:hover{
  --tw-skew-x: 1deg;
}

:root .hover\:skew-x-2:hover{
  --tw-skew-x: 2deg;
}

:root .hover\:skew-x-3:hover{
  --tw-skew-x: 3deg;
}

:root .hover\:skew-x-6:hover{
  --tw-skew-x: 6deg;
}

:root .hover\:skew-x-12:hover{
  --tw-skew-x: 12deg;
}

:root .hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg;
}

:root .hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg;
}

:root .hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg;
}

:root .hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg;
}

:root .hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg;
}

:root .hover\:skew-y-0:hover{
  --tw-skew-y: 0deg;
}

:root .hover\:skew-y-1:hover{
  --tw-skew-y: 1deg;
}

:root .hover\:skew-y-2:hover{
  --tw-skew-y: 2deg;
}

:root .hover\:skew-y-3:hover{
  --tw-skew-y: 3deg;
}

:root .hover\:skew-y-6:hover{
  --tw-skew-y: 6deg;
}

:root .hover\:skew-y-12:hover{
  --tw-skew-y: 12deg;
}

:root .hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg;
}

:root .hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg;
}

:root .hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg;
}

:root .hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg;
}

:root .hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg;
}

:root .focus\:skew-x-0:focus{
  --tw-skew-x: 0deg;
}

:root .focus\:skew-x-1:focus{
  --tw-skew-x: 1deg;
}

:root .focus\:skew-x-2:focus{
  --tw-skew-x: 2deg;
}

:root .focus\:skew-x-3:focus{
  --tw-skew-x: 3deg;
}

:root .focus\:skew-x-6:focus{
  --tw-skew-x: 6deg;
}

:root .focus\:skew-x-12:focus{
  --tw-skew-x: 12deg;
}

:root .focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg;
}

:root .focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg;
}

:root .focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg;
}

:root .focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg;
}

:root .focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg;
}

:root .focus\:skew-y-0:focus{
  --tw-skew-y: 0deg;
}

:root .focus\:skew-y-1:focus{
  --tw-skew-y: 1deg;
}

:root .focus\:skew-y-2:focus{
  --tw-skew-y: 2deg;
}

:root .focus\:skew-y-3:focus{
  --tw-skew-y: 3deg;
}

:root .focus\:skew-y-6:focus{
  --tw-skew-y: 6deg;
}

:root .focus\:skew-y-12:focus{
  --tw-skew-y: 12deg;
}

:root .focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg;
}

:root .focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg;
}

:root .focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg;
}

:root .focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg;
}

:root .focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg;
}

:root .transition-none{
  transition-property: none;
}

:root .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .ease-linear{
  transition-timing-function: linear;
}

:root .ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

:root .ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root .duration-75{
  transition-duration: 75ms;
}

:root .duration-100{
  transition-duration: 100ms;
}

:root .duration-150{
  transition-duration: 150ms;
}

:root .duration-200{
  transition-duration: 200ms;
}

:root .duration-300{
  transition-duration: 300ms;
}

:root .duration-500{
  transition-duration: 500ms;
}

:root .duration-700{
  transition-duration: 700ms;
}

:root .duration-1000{
  transition-duration: 1000ms;
}

:root .delay-75{
  transition-delay: 75ms;
}

:root .delay-100{
  transition-delay: 100ms;
}

:root .delay-150{
  transition-delay: 150ms;
}

:root .delay-200{
  transition-delay: 200ms;
}

:root .delay-300{
  transition-delay: 300ms;
}

:root .delay-500{
  transition-delay: 500ms;
}

:root .delay-700{
  transition-delay: 700ms;
}

:root .delay-1000{
  transition-delay: 1000ms;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

:root .animate-none{
  -webkit-animation: none;
          animation: none;
}

:root .animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

:root .animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

:root .animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

:root .animate-bounce{
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.container {
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

@media (min-width: 1280px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
  }
}

.card {
  background-color: var(--background-card);
  border-radius: 0.25rem;
  --tw-shadow: var(--elevation-z8);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.avatar {
  background-color: var(--background-hover);
  border-radius: 9999px;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 2.5rem;
}

.hidden-input {
  border-color: transparent;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hidden-input:focus {
  border-color: rgb(var(--color-primary));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hidden-input.empty {
  border-color: rgb(var(--color-primary));
}

.list-item {
  border-radius: 0.25rem;
  cursor: pointer;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.list-item:hover {
  background-color: var(--background-hover);
}

.textarea-clean {
  resize: none;
}

.textarea-clean:focus {
  outline: none;
}

.bg-pattern {
  background: linear-gradient(135deg, var(--background-base) 22px, var(--background-hover) 22px, var(--background-hover) 24px, transparent 24px, transparent 67px, var(--background-hover) 67px, var(--background-hover) 69px, transparent 69px), linear-gradient(225deg, var(--background-base) 22px, var(--background-hover) 22px, var(--background-hover) 24px, transparent 24px, transparent 67px, var(--background-hover) 67px, var(--background-hover) 69px, transparent 69px) 0 64px;
  background-color: var(--background-base);
  background-size: 64px 128px;
}

.trans-ease-out {
  transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.trans-shadow {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.vex-blogpost p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 600px){
  :root .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .sm\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .sm\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .sm\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .sm\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .sm\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .sm\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .sm\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .sm\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .sm\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .sm\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .sm\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .sm\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .sm\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .sm\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .sm\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .sm\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .sm\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  :root .sm\:bg-fixed{
    background-attachment: fixed;
  }

  :root .sm\:bg-local{
    background-attachment: local;
  }

  :root .sm\:bg-scroll{
    background-attachment: scroll;
  }

  :root .sm\:bg-clip-border{
    background-clip: border-box;
  }

  :root .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .sm\:bg-clip-content{
    background-clip: content-box;
  }

  :root .sm\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  :root .sm\:bg-base{
    background-color: var(--background-base);
  }

  :root .sm\:bg-card{
    background-color: var(--background-card);
  }

  :root .sm\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .sm\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .sm\:bg-current{
    background-color: currentColor;
  }

  :root .sm\:bg-transparent{
    background-color: transparent;
  }

  :root .sm\:bg-black{
    background-color: var(--text-color);
  }

  :root .sm\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .sm\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .sm\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .sm\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .sm\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .sm\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .sm\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .sm\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .sm\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .sm\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .sm\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .sm\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .sm\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .sm\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .sm\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .sm\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .sm\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .sm\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .sm\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .sm\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .sm\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .sm\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .sm\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .sm\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .sm\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .sm\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .sm\:bg-none{
    background-image: none;
  }

  :root .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .sm\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .sm\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .sm\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .sm\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .sm\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .sm\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .sm\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .sm\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .sm\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .sm\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .sm\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .sm\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .sm\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .sm\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .sm\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .sm\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .sm\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .sm\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .sm\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .sm\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .sm\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .sm\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .sm\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .sm\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .sm\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .sm\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .sm\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .sm\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .sm\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .sm\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .sm\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .sm\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .sm\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .sm\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .sm\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .sm\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .sm\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .sm\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .sm\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .sm\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .sm\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .sm\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .sm\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .sm\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .sm\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .sm\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .sm\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .sm\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .sm\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .sm\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .sm\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .sm\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .sm\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .sm\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .sm\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .sm\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .sm\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .sm\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .sm\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .sm\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .sm\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .sm\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .sm\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .sm\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .sm\:bg-bottom{
    background-position: bottom;
  }

  :root .sm\:bg-center{
    background-position: center;
  }

  :root .sm\:bg-left{
    background-position: left;
  }

  :root .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .sm\:bg-left-top{
    background-position: left top;
  }

  :root .sm\:bg-right{
    background-position: right;
  }

  :root .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .sm\:bg-right-top{
    background-position: right top;
  }

  :root .sm\:bg-top{
    background-position: top;
  }

  :root .sm\:bg-repeat{
    background-repeat: repeat;
  }

  :root .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .sm\:bg-repeat-round{
    background-repeat: round;
  }

  :root .sm\:bg-repeat-space{
    background-repeat: space;
  }

  :root .sm\:bg-auto{
    background-size: auto;
  }

  :root .sm\:bg-cover{
    background-size: cover;
  }

  :root .sm\:bg-contain{
    background-size: contain;
  }

  :root .sm\:border-collapse{
    border-collapse: collapse;
  }

  :root .sm\:border-separate{
    border-collapse: separate;
  }

  :root .sm\:border-current{
    border-color: currentColor;
  }

  :root .sm\:border-transparent{
    border-color: transparent;
  }

  :root .sm\:border-black{
    border-color: var(--text-color);
  }

  :root .sm\:border-white{
    border-color: var(--text-color-light);
  }

  :root .sm\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .sm\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .sm\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .sm\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .sm\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .sm\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .sm\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .sm\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .sm\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .sm\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .sm\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .sm\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .sm\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .sm\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .sm\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .sm\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .sm\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .sm\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .sm\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .sm\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .sm\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .sm\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .sm\:rounded-none{
    border-radius: 0;
  }

  :root .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .sm\:rounded{
    border-radius: 0.25rem;
  }

  :root .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .sm\:rounded-full{
    border-radius: 9999px;
  }

  :root .sm\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .sm\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .sm\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .sm\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .sm\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .sm\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .sm\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .sm\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .sm\:border-solid{
    border-style: solid;
  }

  :root .sm\:border-dashed{
    border-style: dashed;
  }

  :root .sm\:border-dotted{
    border-style: dotted;
  }

  :root .sm\:border-double{
    border-style: double;
  }

  :root .sm\:border-none{
    border-style: none;
  }

  :root .sm\:border-0{
    border-width: 0;
  }

  :root .sm\:border-2{
    border-width: 2px;
  }

  :root .sm\:border-3{
    border-width: 3px;
  }

  :root .sm\:border-4{
    border-width: 4px;
  }

  :root .sm\:border-8{
    border-width: 8px;
  }

  :root .sm\:border{
    border-width: 1px;
  }

  :root .sm\:border-t-0{
    border-top-width: 0;
  }

  :root .sm\:border-r-0{
    border-right-width: 0;
  }

  :root .sm\:border-b-0{
    border-bottom-width: 0;
  }

  :root .sm\:border-l-0{
    border-left-width: 0;
  }

  :root .sm\:border-t-2{
    border-top-width: 2px;
  }

  :root .sm\:border-r-2{
    border-right-width: 2px;
  }

  :root .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .sm\:border-l-2{
    border-left-width: 2px;
  }

  :root .sm\:border-t-3{
    border-top-width: 3px;
  }

  :root .sm\:border-r-3{
    border-right-width: 3px;
  }

  :root .sm\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .sm\:border-l-3{
    border-left-width: 3px;
  }

  :root .sm\:border-t-4{
    border-top-width: 4px;
  }

  :root .sm\:border-r-4{
    border-right-width: 4px;
  }

  :root .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .sm\:border-l-4{
    border-left-width: 4px;
  }

  :root .sm\:border-t-8{
    border-top-width: 8px;
  }

  :root .sm\:border-r-8{
    border-right-width: 8px;
  }

  :root .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .sm\:border-l-8{
    border-left-width: 8px;
  }

  :root .sm\:border-t{
    border-top-width: 1px;
  }

  :root .sm\:border-r{
    border-right-width: 1px;
  }

  :root .sm\:border-b{
    border-bottom-width: 1px;
  }

  :root .sm\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .sm\:box-border{
    box-sizing: border-box;
  }

  :root .sm\:box-content{
    box-sizing: content-box;
  }

  :root .sm\:cursor-auto{
    cursor: auto;
  }

  :root .sm\:cursor{
    cursor: default;
  }

  :root .sm\:cursor-pointer{
    cursor: pointer;
  }

  :root .sm\:cursor-wait{
    cursor: wait;
  }

  :root .sm\:cursor-text{
    cursor: text;
  }

  :root .sm\:cursor-move{
    cursor: move;
  }

  :root .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .sm\:block{
    display: block;
  }

  :root .sm\:inline-block{
    display: inline-block;
  }

  :root .sm\:inline{
    display: inline;
  }

  :root .sm\:flex{
    display: flex;
  }

  :root .sm\:inline-flex{
    display: inline-flex;
  }

  :root .sm\:table{
    display: table;
  }

  :root .sm\:table-caption{
    display: table-caption;
  }

  :root .sm\:table-cell{
    display: table-cell;
  }

  :root .sm\:table-column{
    display: table-column;
  }

  :root .sm\:table-column-group{
    display: table-column-group;
  }

  :root .sm\:table-footer-group{
    display: table-footer-group;
  }

  :root .sm\:table-header-group{
    display: table-header-group;
  }

  :root .sm\:table-row-group{
    display: table-row-group;
  }

  :root .sm\:table-row{
    display: table-row;
  }

  :root .sm\:flow-root{
    display: flow-root;
  }

  :root .sm\:grid{
    display: grid;
  }

  :root .sm\:inline-grid{
    display: inline-grid;
  }

  :root .sm\:contents{
    display: contents;
  }

  :root .sm\:hidden{
    display: none;
  }

  :root .sm\:flex-row{
    flex-direction: row;
  }

  :root .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .sm\:flex-col{
    flex-direction: column;
  }

  :root .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .sm\:place-items-auto{
    place-items: auto;
  }

  :root .sm\:place-items-start{
    place-items: start;
  }

  :root .sm\:place-items-end{
    place-items: end;
  }

  :root .sm\:place-items-center{
    place-items: center;
  }

  :root .sm\:place-items-stretch{
    place-items: stretch;
  }

  :root .sm\:place-content-center{
    place-content: center;
  }

  :root .sm\:place-content-start{
    place-content: start;
  }

  :root .sm\:place-content-end{
    place-content: end;
  }

  :root .sm\:place-content-between{
    place-content: space-between;
  }

  :root .sm\:place-content-around{
    place-content: space-around;
  }

  :root .sm\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .sm\:place-content-stretch{
    place-content: stretch;
  }

  :root .sm\:place-self-auto{
    place-self: auto;
  }

  :root .sm\:place-self-start{
    place-self: start;
  }

  :root .sm\:place-self-end{
    place-self: end;
  }

  :root .sm\:place-self-center{
    place-self: center;
  }

  :root .sm\:place-self-stretch{
    place-self: stretch;
  }

  :root .sm\:items-start{
    align-items: flex-start;
  }

  :root .sm\:items-end{
    align-items: flex-end;
  }

  :root .sm\:items-center{
    align-items: center;
  }

  :root .sm\:items-baseline{
    align-items: baseline;
  }

  :root .sm\:items-stretch{
    align-items: stretch;
  }

  :root .sm\:content-center{
    align-content: center;
  }

  :root .sm\:content-start{
    align-content: flex-start;
  }

  :root .sm\:content-end{
    align-content: flex-end;
  }

  :root .sm\:content-between{
    align-content: space-between;
  }

  :root .sm\:content-around{
    align-content: space-around;
  }

  :root .sm\:content-evenly{
    align-content: space-evenly;
  }

  :root .sm\:self-auto{
    align-self: auto;
  }

  :root .sm\:self-start{
    align-self: flex-start;
  }

  :root .sm\:self-end{
    align-self: flex-end;
  }

  :root .sm\:self-center{
    align-self: center;
  }

  :root .sm\:self-stretch{
    align-self: stretch;
  }

  :root .sm\:justify-items-auto{
    justify-items: auto;
  }

  :root .sm\:justify-items-start{
    justify-items: start;
  }

  :root .sm\:justify-items-end{
    justify-items: end;
  }

  :root .sm\:justify-items-center{
    justify-items: center;
  }

  :root .sm\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .sm\:justify-start{
    justify-content: flex-start;
  }

  :root .sm\:justify-end{
    justify-content: flex-end;
  }

  :root .sm\:justify-center{
    justify-content: center;
  }

  :root .sm\:justify-between{
    justify-content: space-between;
  }

  :root .sm\:justify-around{
    justify-content: space-around;
  }

  :root .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .sm\:justify-self-auto{
    justify-self: auto;
  }

  :root .sm\:justify-self-start{
    justify-self: start;
  }

  :root .sm\:justify-self-end{
    justify-self: end;
  }

  :root .sm\:justify-self-center{
    justify-self: center;
  }

  :root .sm\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .sm\:flex-1{
    flex: 1 1 0%;
  }

  :root .sm\:flex-auto{
    flex: 1 1 auto;
  }

  :root .sm\:flex-initial{
    flex: 0 1 auto;
  }

  :root .sm\:flex-none{
    flex: none;
  }

  :root .sm\:flex-grow-0{
    flex-grow: 0;
  }

  :root .sm\:flex-grow{
    flex-grow: 1;
  }

  :root .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .sm\:flex-shrink{
    flex-shrink: 1;
  }

  :root .sm\:order-1{
    order: 1;
  }

  :root .sm\:order-2{
    order: 2;
  }

  :root .sm\:order-3{
    order: 3;
  }

  :root .sm\:order-4{
    order: 4;
  }

  :root .sm\:order-5{
    order: 5;
  }

  :root .sm\:order-6{
    order: 6;
  }

  :root .sm\:order-7{
    order: 7;
  }

  :root .sm\:order-8{
    order: 8;
  }

  :root .sm\:order-9{
    order: 9;
  }

  :root .sm\:order-10{
    order: 10;
  }

  :root .sm\:order-11{
    order: 11;
  }

  :root .sm\:order-12{
    order: 12;
  }

  :root .sm\:order-first{
    order: -9999;
  }

  :root .sm\:order-last{
    order: 9999;
  }

  :root .sm\:order-none{
    order: 0;
  }

  :root .sm\:float-right{
    float: right;
  }

  :root .sm\:float-left{
    float: left;
  }

  :root .sm\:float-none{
    float: none;
  }

  :root .sm\:clear-left{
    clear: left;
  }

  :root .sm\:clear-right{
    clear: right;
  }

  :root .sm\:clear-both{
    clear: both;
  }

  :root .sm\:clear-none{
    clear: none;
  }

  :root .sm\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .sm\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .sm\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .sm\:font-hairline{
    font-weight: 100;
  }

  :root .sm\:font-thin{
    font-weight: 200;
  }

  :root .sm\:font-light{
    font-weight: 300;
  }

  :root .sm\:font-normal{
    font-weight: 400;
  }

  :root .sm\:font-medium{
    font-weight: 500;
  }

  :root .sm\:font-semibold{
    font-weight: 600;
  }

  :root .sm\:font-bold{
    font-weight: 700;
  }

  :root .sm\:font-extrabold{
    font-weight: 800;
  }

  :root .sm\:font-black{
    font-weight: 900;
  }

  :root .sm\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .sm\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .sm\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .sm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .sm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .sm\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .sm\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .sm\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .sm\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .sm\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .sm\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .sm\:h-0{
    height: 0;
  }

  :root .sm\:h-1{
    height: 0.25rem;
  }

  :root .sm\:h-2{
    height: 0.5rem;
  }

  :root .sm\:h-3{
    height: 0.75rem;
  }

  :root .sm\:h-4{
    height: 1rem;
  }

  :root .sm\:h-5{
    height: 1.25rem;
  }

  :root .sm\:h-6{
    height: 1.5rem;
  }

  :root .sm\:h-8{
    height: 2rem;
  }

  :root .sm\:h-9{
    height: 2.25rem;
  }

  :root .sm\:h-10{
    height: 2.5rem;
  }

  :root .sm\:h-12{
    height: 3rem;
  }

  :root .sm\:h-14{
    height: 3.5rem;
  }

  :root .sm\:h-16{
    height: 4rem;
  }

  :root .sm\:h-20{
    height: 5rem;
  }

  :root .sm\:h-24{
    height: 6rem;
  }

  :root .sm\:h-32{
    height: 8rem;
  }

  :root .sm\:h-40{
    height: 10rem;
  }

  :root .sm\:h-48{
    height: 12rem;
  }

  :root .sm\:h-56{
    height: 14rem;
  }

  :root .sm\:h-64{
    height: 16rem;
  }

  :root .sm\:h-auto{
    height: auto;
  }

  :root .sm\:h-px{
    height: 1px;
  }

  :root .sm\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .sm\:h-full{
    height: 100%;
  }

  :root .sm\:h-screen{
    height: 100vh;
  }

  :root .sm\:text-xxs{
    font-size: 0.625rem;
  }

  :root .sm\:text-xs{
    font-size: 0.75rem;
  }

  :root .sm\:text-sm{
    font-size: 0.875rem;
  }

  :root .sm\:text-base{
    font-size: 1rem;
  }

  :root .sm\:text-lg{
    font-size: 1.125rem;
  }

  :root .sm\:text-xl{
    font-size: 1.25rem;
  }

  :root .sm\:text-2xl{
    font-size: 1.5rem;
  }

  :root .sm\:text-3xl{
    font-size: 1.875rem;
  }

  :root .sm\:text-4xl{
    font-size: 2.25rem;
  }

  :root .sm\:text-5xl{
    font-size: 3rem;
  }

  :root .sm\:text-6xl{
    font-size: 4rem;
  }

  :root .sm\:leading-none{
    line-height: 1;
  }

  :root .sm\:leading-tight{
    line-height: 1.25;
  }

  :root .sm\:leading-snug{
    line-height: 1.375;
  }

  :root .sm\:leading-normal{
    line-height: 1.5;
  }

  :root .sm\:leading-relaxed{
    line-height: 1.625;
  }

  :root .sm\:leading-loose{
    line-height: 2;
  }

  :root .sm\:list-inside{
    list-style-position: inside;
  }

  :root .sm\:list-outside{
    list-style-position: outside;
  }

  :root .sm\:list-none{
    list-style-type: none;
  }

  :root .sm\:list-disc{
    list-style-type: disc;
  }

  :root .sm\:list-decimal{
    list-style-type: decimal;
  }

  :root .sm\:m-0{
    margin: 0;
  }

  :root .sm\:m-1{
    margin: 0.25rem;
  }

  :root .sm\:m-2{
    margin: 0.5rem;
  }

  :root .sm\:m-3{
    margin: 0.75rem;
  }

  :root .sm\:m-4{
    margin: 1rem;
  }

  :root .sm\:m-5{
    margin: 1.25rem;
  }

  :root .sm\:m-6{
    margin: 1.5rem;
  }

  :root .sm\:m-8{
    margin: 2rem;
  }

  :root .sm\:m-9{
    margin: 2.25rem;
  }

  :root .sm\:m-10{
    margin: 2.5rem;
  }

  :root .sm\:m-12{
    margin: 3rem;
  }

  :root .sm\:m-14{
    margin: 3.5rem;
  }

  :root .sm\:m-16{
    margin: 4rem;
  }

  :root .sm\:m-20{
    margin: 5rem;
  }

  :root .sm\:m-24{
    margin: 6rem;
  }

  :root .sm\:m-32{
    margin: 8rem;
  }

  :root .sm\:m-40{
    margin: 10rem;
  }

  :root .sm\:m-48{
    margin: 12rem;
  }

  :root .sm\:m-56{
    margin: 14rem;
  }

  :root .sm\:m-64{
    margin: 16rem;
  }

  :root .sm\:m-auto{
    margin: auto;
  }

  :root .sm\:m-px{
    margin: 1px;
  }

  :root .sm\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .sm\:-m-1{
    margin: -0.25rem;
  }

  :root .sm\:-m-2{
    margin: -0.5rem;
  }

  :root .sm\:-m-3{
    margin: -0.75rem;
  }

  :root .sm\:-m-4{
    margin: -1rem;
  }

  :root .sm\:-m-5{
    margin: -1.25rem;
  }

  :root .sm\:-m-6{
    margin: -1.5rem;
  }

  :root .sm\:-m-8{
    margin: -2rem;
  }

  :root .sm\:-m-9{
    margin: -2.25rem;
  }

  :root .sm\:-m-10{
    margin: -2.5rem;
  }

  :root .sm\:-m-12{
    margin: -3rem;
  }

  :root .sm\:-m-14{
    margin: -3.5rem;
  }

  :root .sm\:-m-16{
    margin: -4rem;
  }

  :root .sm\:-m-20{
    margin: -5rem;
  }

  :root .sm\:-m-24{
    margin: -6rem;
  }

  :root .sm\:-m-32{
    margin: -8rem;
  }

  :root .sm\:-m-40{
    margin: -10rem;
  }

  :root .sm\:-m-48{
    margin: -12rem;
  }

  :root .sm\:-m-56{
    margin: -14rem;
  }

  :root .sm\:-m-64{
    margin: -16rem;
  }

  :root .sm\:-m-px{
    margin: -1px;
  }

  :root .sm\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .sm\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .sm\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .sm\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .sm\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .sm\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .sm\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .sm\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .sm\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .sm\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:mt-0{
    margin-top: 0;
  }

  :root .sm\:mr-0{
    margin-right: 0;
  }

  :root .sm\:mb-0{
    margin-bottom: 0;
  }

  :root .sm\:ml-0{
    margin-left: 0;
  }

  :root .sm\:mt-1{
    margin-top: 0.25rem;
  }

  :root .sm\:mr-1{
    margin-right: 0.25rem;
  }

  :root .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .sm\:ml-1{
    margin-left: 0.25rem;
  }

  :root .sm\:mt-2{
    margin-top: 0.5rem;
  }

  :root .sm\:mr-2{
    margin-right: 0.5rem;
  }

  :root .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .sm\:ml-2{
    margin-left: 0.5rem;
  }

  :root .sm\:mt-3{
    margin-top: 0.75rem;
  }

  :root .sm\:mr-3{
    margin-right: 0.75rem;
  }

  :root .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .sm\:ml-3{
    margin-left: 0.75rem;
  }

  :root .sm\:mt-4{
    margin-top: 1rem;
  }

  :root .sm\:mr-4{
    margin-right: 1rem;
  }

  :root .sm\:mb-4{
    margin-bottom: 1rem;
  }

  :root .sm\:ml-4{
    margin-left: 1rem;
  }

  :root .sm\:mt-5{
    margin-top: 1.25rem;
  }

  :root .sm\:mr-5{
    margin-right: 1.25rem;
  }

  :root .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .sm\:ml-5{
    margin-left: 1.25rem;
  }

  :root .sm\:mt-6{
    margin-top: 1.5rem;
  }

  :root .sm\:mr-6{
    margin-right: 1.5rem;
  }

  :root .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .sm\:ml-6{
    margin-left: 1.5rem;
  }

  :root .sm\:mt-8{
    margin-top: 2rem;
  }

  :root .sm\:mr-8{
    margin-right: 2rem;
  }

  :root .sm\:mb-8{
    margin-bottom: 2rem;
  }

  :root .sm\:ml-8{
    margin-left: 2rem;
  }

  :root .sm\:mt-9{
    margin-top: 2.25rem;
  }

  :root .sm\:mr-9{
    margin-right: 2.25rem;
  }

  :root .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .sm\:ml-9{
    margin-left: 2.25rem;
  }

  :root .sm\:mt-10{
    margin-top: 2.5rem;
  }

  :root .sm\:mr-10{
    margin-right: 2.5rem;
  }

  :root .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .sm\:ml-10{
    margin-left: 2.5rem;
  }

  :root .sm\:mt-12{
    margin-top: 3rem;
  }

  :root .sm\:mr-12{
    margin-right: 3rem;
  }

  :root .sm\:mb-12{
    margin-bottom: 3rem;
  }

  :root .sm\:ml-12{
    margin-left: 3rem;
  }

  :root .sm\:mt-14{
    margin-top: 3.5rem;
  }

  :root .sm\:mr-14{
    margin-right: 3.5rem;
  }

  :root .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .sm\:ml-14{
    margin-left: 3.5rem;
  }

  :root .sm\:mt-16{
    margin-top: 4rem;
  }

  :root .sm\:mr-16{
    margin-right: 4rem;
  }

  :root .sm\:mb-16{
    margin-bottom: 4rem;
  }

  :root .sm\:ml-16{
    margin-left: 4rem;
  }

  :root .sm\:mt-20{
    margin-top: 5rem;
  }

  :root .sm\:mr-20{
    margin-right: 5rem;
  }

  :root .sm\:mb-20{
    margin-bottom: 5rem;
  }

  :root .sm\:ml-20{
    margin-left: 5rem;
  }

  :root .sm\:mt-24{
    margin-top: 6rem;
  }

  :root .sm\:mr-24{
    margin-right: 6rem;
  }

  :root .sm\:mb-24{
    margin-bottom: 6rem;
  }

  :root .sm\:ml-24{
    margin-left: 6rem;
  }

  :root .sm\:mt-32{
    margin-top: 8rem;
  }

  :root .sm\:mr-32{
    margin-right: 8rem;
  }

  :root .sm\:mb-32{
    margin-bottom: 8rem;
  }

  :root .sm\:ml-32{
    margin-left: 8rem;
  }

  :root .sm\:mt-40{
    margin-top: 10rem;
  }

  :root .sm\:mr-40{
    margin-right: 10rem;
  }

  :root .sm\:mb-40{
    margin-bottom: 10rem;
  }

  :root .sm\:ml-40{
    margin-left: 10rem;
  }

  :root .sm\:mt-48{
    margin-top: 12rem;
  }

  :root .sm\:mr-48{
    margin-right: 12rem;
  }

  :root .sm\:mb-48{
    margin-bottom: 12rem;
  }

  :root .sm\:ml-48{
    margin-left: 12rem;
  }

  :root .sm\:mt-56{
    margin-top: 14rem;
  }

  :root .sm\:mr-56{
    margin-right: 14rem;
  }

  :root .sm\:mb-56{
    margin-bottom: 14rem;
  }

  :root .sm\:ml-56{
    margin-left: 14rem;
  }

  :root .sm\:mt-64{
    margin-top: 16rem;
  }

  :root .sm\:mr-64{
    margin-right: 16rem;
  }

  :root .sm\:mb-64{
    margin-bottom: 16rem;
  }

  :root .sm\:ml-64{
    margin-left: 16rem;
  }

  :root .sm\:mt-auto{
    margin-top: auto;
  }

  :root .sm\:mr-auto{
    margin-right: auto;
  }

  :root .sm\:mb-auto{
    margin-bottom: auto;
  }

  :root .sm\:ml-auto{
    margin-left: auto;
  }

  :root .sm\:mt-px{
    margin-top: 1px;
  }

  :root .sm\:mr-px{
    margin-right: 1px;
  }

  :root .sm\:mb-px{
    margin-bottom: 1px;
  }

  :root .sm\:ml-px{
    margin-left: 1px;
  }

  :root .sm\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .sm\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .sm\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .sm\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .sm\:-mt-4{
    margin-top: -1rem;
  }

  :root .sm\:-mr-4{
    margin-right: -1rem;
  }

  :root .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .sm\:-ml-4{
    margin-left: -1rem;
  }

  :root .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .sm\:-mt-8{
    margin-top: -2rem;
  }

  :root .sm\:-mr-8{
    margin-right: -2rem;
  }

  :root .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .sm\:-ml-8{
    margin-left: -2rem;
  }

  :root .sm\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .sm\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .sm\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .sm\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .sm\:-mt-12{
    margin-top: -3rem;
  }

  :root .sm\:-mr-12{
    margin-right: -3rem;
  }

  :root .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .sm\:-ml-12{
    margin-left: -3rem;
  }

  :root .sm\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .sm\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .sm\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .sm\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .sm\:-mt-16{
    margin-top: -4rem;
  }

  :root .sm\:-mr-16{
    margin-right: -4rem;
  }

  :root .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .sm\:-ml-16{
    margin-left: -4rem;
  }

  :root .sm\:-mt-20{
    margin-top: -5rem;
  }

  :root .sm\:-mr-20{
    margin-right: -5rem;
  }

  :root .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .sm\:-ml-20{
    margin-left: -5rem;
  }

  :root .sm\:-mt-24{
    margin-top: -6rem;
  }

  :root .sm\:-mr-24{
    margin-right: -6rem;
  }

  :root .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .sm\:-ml-24{
    margin-left: -6rem;
  }

  :root .sm\:-mt-32{
    margin-top: -8rem;
  }

  :root .sm\:-mr-32{
    margin-right: -8rem;
  }

  :root .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .sm\:-ml-32{
    margin-left: -8rem;
  }

  :root .sm\:-mt-40{
    margin-top: -10rem;
  }

  :root .sm\:-mr-40{
    margin-right: -10rem;
  }

  :root .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .sm\:-ml-40{
    margin-left: -10rem;
  }

  :root .sm\:-mt-48{
    margin-top: -12rem;
  }

  :root .sm\:-mr-48{
    margin-right: -12rem;
  }

  :root .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .sm\:-ml-48{
    margin-left: -12rem;
  }

  :root .sm\:-mt-56{
    margin-top: -14rem;
  }

  :root .sm\:-mr-56{
    margin-right: -14rem;
  }

  :root .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .sm\:-ml-56{
    margin-left: -14rem;
  }

  :root .sm\:-mt-64{
    margin-top: -16rem;
  }

  :root .sm\:-mr-64{
    margin-right: -16rem;
  }

  :root .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .sm\:-ml-64{
    margin-left: -16rem;
  }

  :root .sm\:-mt-px{
    margin-top: -1px;
  }

  :root .sm\:-mr-px{
    margin-right: -1px;
  }

  :root .sm\:-mb-px{
    margin-bottom: -1px;
  }

  :root .sm\:-ml-px{
    margin-left: -1px;
  }

  :root .sm\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .sm\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .sm\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .sm\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .sm\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .sm\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .sm\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:max-h-full{
    max-height: 100%;
  }

  :root .sm\:max-h-screen{
    max-height: 100vh;
  }

  :root .sm\:max-w-unset{
    max-width: unset;
  }

  :root .sm\:max-w-xxxs{
    max-width: 16rem;
  }

  :root .sm\:max-w-xxs{
    max-width: 18rem;
  }

  :root .sm\:max-w-xs{
    max-width: 20rem;
  }

  :root .sm\:max-w-sm{
    max-width: 24rem;
  }

  :root .sm\:max-w-md{
    max-width: 28rem;
  }

  :root .sm\:max-w-lg{
    max-width: 32rem;
  }

  :root .sm\:max-w-xl{
    max-width: 36rem;
  }

  :root .sm\:max-w-2xl{
    max-width: 42rem;
  }

  :root .sm\:max-w-3xl{
    max-width: 48rem;
  }

  :root .sm\:max-w-4xl{
    max-width: 56rem;
  }

  :root .sm\:max-w-5xl{
    max-width: 64rem;
  }

  :root .sm\:max-w-6xl{
    max-width: 72rem;
  }

  :root .sm\:max-w-full{
    max-width: 100%;
  }

  :root .sm\:min-h-0{
    min-height: 0;
  }

  :root .sm\:min-h-full{
    min-height: 100%;
  }

  :root .sm\:min-h-screen{
    min-height: 100vh;
  }

  :root .sm\:min-w-0{
    min-width: 0;
  }

  :root .sm\:min-w-1{
    min-width: 0.25rem;
  }

  :root .sm\:min-w-2{
    min-width: 0.5rem;
  }

  :root .sm\:min-w-3{
    min-width: 0.75rem;
  }

  :root .sm\:min-w-4{
    min-width: 1rem;
  }

  :root .sm\:min-w-5{
    min-width: 1.25rem;
  }

  :root .sm\:min-w-6{
    min-width: 1.5rem;
  }

  :root .sm\:min-w-8{
    min-width: 2rem;
  }

  :root .sm\:min-w-9{
    min-width: 2.25rem;
  }

  :root .sm\:min-w-10{
    min-width: 2.5rem;
  }

  :root .sm\:min-w-12{
    min-width: 3rem;
  }

  :root .sm\:min-w-14{
    min-width: 3.5rem;
  }

  :root .sm\:min-w-16{
    min-width: 4rem;
  }

  :root .sm\:min-w-20{
    min-width: 5rem;
  }

  :root .sm\:min-w-24{
    min-width: 6rem;
  }

  :root .sm\:min-w-32{
    min-width: 8rem;
  }

  :root .sm\:min-w-40{
    min-width: 10rem;
  }

  :root .sm\:min-w-48{
    min-width: 12rem;
  }

  :root .sm\:min-w-56{
    min-width: 14rem;
  }

  :root .sm\:min-w-64{
    min-width: 16rem;
  }

  :root .sm\:min-w-full{
    min-width: 100%;
  }

  :root .sm\:min-w-px{
    min-width: 1px;
  }

  :root .sm\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  :root .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  :root .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  :root .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  :root .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  :root .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  :root .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  :root .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  :root .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  :root .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  :root .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  :root .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  :root .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  :root .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  :root .sm\:opacity-0{
    opacity: 0;
  }

  :root .sm\:opacity-25{
    opacity: 0.25;
  }

  :root .sm\:opacity-50{
    opacity: 0.5;
  }

  :root .sm\:opacity-75{
    opacity: 0.75;
  }

  :root .sm\:opacity-100{
    opacity: 1;
  }

  :root .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .sm\:overflow-auto{
    overflow: auto;
  }

  :root .sm\:overflow-hidden{
    overflow: hidden;
  }

  :root .sm\:overflow-visible{
    overflow: visible;
  }

  :root .sm\:overflow-scroll{
    overflow: scroll;
  }

  :root .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .sm\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  :root .sm\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  :root .sm\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  :root .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .sm\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .sm\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .sm\:p-0{
    padding: 0;
  }

  :root .sm\:p-1{
    padding: 0.25rem;
  }

  :root .sm\:p-2{
    padding: 0.5rem;
  }

  :root .sm\:p-3{
    padding: 0.75rem;
  }

  :root .sm\:p-4{
    padding: 1rem;
  }

  :root .sm\:p-5{
    padding: 1.25rem;
  }

  :root .sm\:p-6{
    padding: 1.5rem;
  }

  :root .sm\:p-8{
    padding: 2rem;
  }

  :root .sm\:p-9{
    padding: 2.25rem;
  }

  :root .sm\:p-10{
    padding: 2.5rem;
  }

  :root .sm\:p-12{
    padding: 3rem;
  }

  :root .sm\:p-14{
    padding: 3.5rem;
  }

  :root .sm\:p-16{
    padding: 4rem;
  }

  :root .sm\:p-20{
    padding: 5rem;
  }

  :root .sm\:p-24{
    padding: 6rem;
  }

  :root .sm\:p-32{
    padding: 8rem;
  }

  :root .sm\:p-40{
    padding: 10rem;
  }

  :root .sm\:p-48{
    padding: 12rem;
  }

  :root .sm\:p-56{
    padding: 14rem;
  }

  :root .sm\:p-64{
    padding: 16rem;
  }

  :root .sm\:p-px{
    padding: 1px;
  }

  :root .sm\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .sm\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .sm\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .sm\:pt-0{
    padding-top: 0;
  }

  :root .sm\:pr-0{
    padding-right: 0;
  }

  :root .sm\:pb-0{
    padding-bottom: 0;
  }

  :root .sm\:pl-0{
    padding-left: 0;
  }

  :root .sm\:pt-1{
    padding-top: 0.25rem;
  }

  :root .sm\:pr-1{
    padding-right: 0.25rem;
  }

  :root .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .sm\:pl-1{
    padding-left: 0.25rem;
  }

  :root .sm\:pt-2{
    padding-top: 0.5rem;
  }

  :root .sm\:pr-2{
    padding-right: 0.5rem;
  }

  :root .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .sm\:pl-2{
    padding-left: 0.5rem;
  }

  :root .sm\:pt-3{
    padding-top: 0.75rem;
  }

  :root .sm\:pr-3{
    padding-right: 0.75rem;
  }

  :root .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .sm\:pl-3{
    padding-left: 0.75rem;
  }

  :root .sm\:pt-4{
    padding-top: 1rem;
  }

  :root .sm\:pr-4{
    padding-right: 1rem;
  }

  :root .sm\:pb-4{
    padding-bottom: 1rem;
  }

  :root .sm\:pl-4{
    padding-left: 1rem;
  }

  :root .sm\:pt-5{
    padding-top: 1.25rem;
  }

  :root .sm\:pr-5{
    padding-right: 1.25rem;
  }

  :root .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .sm\:pl-5{
    padding-left: 1.25rem;
  }

  :root .sm\:pt-6{
    padding-top: 1.5rem;
  }

  :root .sm\:pr-6{
    padding-right: 1.5rem;
  }

  :root .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .sm\:pl-6{
    padding-left: 1.5rem;
  }

  :root .sm\:pt-8{
    padding-top: 2rem;
  }

  :root .sm\:pr-8{
    padding-right: 2rem;
  }

  :root .sm\:pb-8{
    padding-bottom: 2rem;
  }

  :root .sm\:pl-8{
    padding-left: 2rem;
  }

  :root .sm\:pt-9{
    padding-top: 2.25rem;
  }

  :root .sm\:pr-9{
    padding-right: 2.25rem;
  }

  :root .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .sm\:pl-9{
    padding-left: 2.25rem;
  }

  :root .sm\:pt-10{
    padding-top: 2.5rem;
  }

  :root .sm\:pr-10{
    padding-right: 2.5rem;
  }

  :root .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .sm\:pl-10{
    padding-left: 2.5rem;
  }

  :root .sm\:pt-12{
    padding-top: 3rem;
  }

  :root .sm\:pr-12{
    padding-right: 3rem;
  }

  :root .sm\:pb-12{
    padding-bottom: 3rem;
  }

  :root .sm\:pl-12{
    padding-left: 3rem;
  }

  :root .sm\:pt-14{
    padding-top: 3.5rem;
  }

  :root .sm\:pr-14{
    padding-right: 3.5rem;
  }

  :root .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .sm\:pl-14{
    padding-left: 3.5rem;
  }

  :root .sm\:pt-16{
    padding-top: 4rem;
  }

  :root .sm\:pr-16{
    padding-right: 4rem;
  }

  :root .sm\:pb-16{
    padding-bottom: 4rem;
  }

  :root .sm\:pl-16{
    padding-left: 4rem;
  }

  :root .sm\:pt-20{
    padding-top: 5rem;
  }

  :root .sm\:pr-20{
    padding-right: 5rem;
  }

  :root .sm\:pb-20{
    padding-bottom: 5rem;
  }

  :root .sm\:pl-20{
    padding-left: 5rem;
  }

  :root .sm\:pt-24{
    padding-top: 6rem;
  }

  :root .sm\:pr-24{
    padding-right: 6rem;
  }

  :root .sm\:pb-24{
    padding-bottom: 6rem;
  }

  :root .sm\:pl-24{
    padding-left: 6rem;
  }

  :root .sm\:pt-32{
    padding-top: 8rem;
  }

  :root .sm\:pr-32{
    padding-right: 8rem;
  }

  :root .sm\:pb-32{
    padding-bottom: 8rem;
  }

  :root .sm\:pl-32{
    padding-left: 8rem;
  }

  :root .sm\:pt-40{
    padding-top: 10rem;
  }

  :root .sm\:pr-40{
    padding-right: 10rem;
  }

  :root .sm\:pb-40{
    padding-bottom: 10rem;
  }

  :root .sm\:pl-40{
    padding-left: 10rem;
  }

  :root .sm\:pt-48{
    padding-top: 12rem;
  }

  :root .sm\:pr-48{
    padding-right: 12rem;
  }

  :root .sm\:pb-48{
    padding-bottom: 12rem;
  }

  :root .sm\:pl-48{
    padding-left: 12rem;
  }

  :root .sm\:pt-56{
    padding-top: 14rem;
  }

  :root .sm\:pr-56{
    padding-right: 14rem;
  }

  :root .sm\:pb-56{
    padding-bottom: 14rem;
  }

  :root .sm\:pl-56{
    padding-left: 14rem;
  }

  :root .sm\:pt-64{
    padding-top: 16rem;
  }

  :root .sm\:pr-64{
    padding-right: 16rem;
  }

  :root .sm\:pb-64{
    padding-bottom: 16rem;
  }

  :root .sm\:pl-64{
    padding-left: 16rem;
  }

  :root .sm\:pt-px{
    padding-top: 1px;
  }

  :root .sm\:pr-px{
    padding-right: 1px;
  }

  :root .sm\:pb-px{
    padding-bottom: 1px;
  }

  :root .sm\:pl-px{
    padding-left: 1px;
  }

  :root .sm\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .sm\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .sm\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .sm\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .sm\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .sm\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .sm\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .sm\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .sm\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  :root .sm\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  :root .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  :root .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  :root .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .sm\:placeholder-black::-moz-placeholder{
    color: var(--text-color);
  }

  :root .sm\:placeholder-black:-ms-input-placeholder{
    color: var(--text-color);
  }

  :root .sm\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .sm\:placeholder-white::-moz-placeholder{
    color: var(--text-color-light);
  }

  :root .sm\:placeholder-white:-ms-input-placeholder{
    color: var(--text-color-light);
  }

  :root .sm\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .sm\:placeholder-contrast-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-contrast-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-contrast-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-contrast-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-gray-light::-moz-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:placeholder-gray-light:-ms-input-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-red-light::-moz-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:placeholder-red-light:-ms-input-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-orange-light::-moz-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:placeholder-orange-light:-ms-input-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-deep-orange-light::-moz-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:placeholder-deep-orange-light:-ms-input-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:placeholder-deep-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-deep-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-amber-light::-moz-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:placeholder-amber-light:-ms-input-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:placeholder-amber::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-amber:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-green-light::-moz-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:placeholder-green-light:-ms-input-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-teal-light::-moz-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:placeholder-teal-light:-ms-input-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:placeholder-teal::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-teal:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-cyan-light::-moz-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:placeholder-cyan-light:-ms-input-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:placeholder-cyan::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-cyan:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-purple-light::-moz-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:placeholder-purple-light:-ms-input-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-deep-purple-light::-moz-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:placeholder-deep-purple-light:-ms-input-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:placeholder-deep-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-deep-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-pink-light::-moz-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:placeholder-pink-light:-ms-input-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-primary-light::-moz-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:placeholder-primary-light:-ms-input-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:placeholder-primary::-moz-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:placeholder-primary:-ms-input-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:placeholder-accent-light::-moz-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:placeholder-accent-light:-ms-input-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:placeholder-accent::-moz-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .sm\:placeholder-accent:-ms-input-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .sm\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .sm\:placeholder-warn-light::-moz-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:placeholder-warn-light:-ms-input-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:placeholder-warn::-moz-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .sm\:placeholder-warn:-ms-input-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .sm\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  :root .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  :root .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  :root .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  :root .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--text-color);
  }

  :root .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--text-color);
  }

  :root .sm\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--text-color-light);
  }

  :root .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--text-color-light);
  }

  :root .sm\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .sm\:focus\:placeholder-contrast-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-contrast-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-contrast-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-contrast-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-red-light:focus::-moz-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:placeholder-red-light:focus:-ms-input-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-orange-light:focus::-moz-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:placeholder-orange-light:focus:-ms-input-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-deep-orange-light:focus::-moz-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:placeholder-deep-orange-light:focus:-ms-input-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:placeholder-deep-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-deep-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-amber-light:focus::-moz-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:placeholder-amber-light:focus:-ms-input-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:placeholder-amber:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-amber:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-green-light:focus::-moz-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-teal-light:focus::-moz-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:placeholder-teal-light:focus:-ms-input-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:placeholder-teal:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-teal:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-cyan-light:focus::-moz-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:placeholder-cyan-light:focus:-ms-input-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:placeholder-cyan:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-cyan:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-purple-light:focus::-moz-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:placeholder-purple-light:focus:-ms-input-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-deep-purple-light:focus::-moz-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:placeholder-deep-purple-light:focus:-ms-input-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:placeholder-deep-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-deep-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-pink-light:focus::-moz-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:placeholder-pink-light:focus:-ms-input-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-primary-light:focus::-moz-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:placeholder-primary-light:focus:-ms-input-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:placeholder-accent-light:focus::-moz-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:placeholder-accent-light:focus:-ms-input-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:placeholder-accent:focus::-moz-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:placeholder-accent:focus:-ms-input-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:placeholder-warn-light:focus::-moz-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:placeholder-warn-light:focus:-ms-input-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:placeholder-warn:focus::-moz-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:placeholder-warn:focus:-ms-input-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:pointer-events-none{
    pointer-events: none;
  }

  :root .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .sm\:static{
    position: static;
  }

  :root .sm\:fixed{
    position: fixed;
  }

  :root .sm\:absolute{
    position: absolute;
  }

  :root .sm\:relative{
    position: relative;
  }

  :root .sm\:sticky{
    position: sticky;
  }

  :root .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .sm\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .sm\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .sm\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .sm\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .sm\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .sm\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .sm\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .sm\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .sm\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .sm\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .sm\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .sm\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .sm\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .sm\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .sm\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .sm\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .sm\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .sm\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root .sm\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .sm\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root .sm\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .sm\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root .sm\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .sm\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root .sm\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .sm\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root .sm\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .sm\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root .sm\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .sm\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root .sm\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .sm\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root .sm\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .sm\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root .sm\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .sm\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root .sm\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .sm\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root .sm\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .sm\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root .sm\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .sm\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root .sm\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .sm\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root .sm\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .sm\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root .sm\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .sm\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root .sm\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .sm\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root .sm\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .sm\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root .sm\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .sm\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root .sm\:top-0{
    top: 0;
  }

  :root .sm\:right-0{
    right: 0;
  }

  :root .sm\:bottom-0{
    bottom: 0;
  }

  :root .sm\:left-0{
    left: 0;
  }

  :root .sm\:top-1{
    top: 0.25rem;
  }

  :root .sm\:right-1{
    right: 0.25rem;
  }

  :root .sm\:bottom-1{
    bottom: 0.25rem;
  }

  :root .sm\:left-1{
    left: 0.25rem;
  }

  :root .sm\:top-2{
    top: 0.5rem;
  }

  :root .sm\:right-2{
    right: 0.5rem;
  }

  :root .sm\:bottom-2{
    bottom: 0.5rem;
  }

  :root .sm\:left-2{
    left: 0.5rem;
  }

  :root .sm\:top-3{
    top: 0.75rem;
  }

  :root .sm\:right-3{
    right: 0.75rem;
  }

  :root .sm\:bottom-3{
    bottom: 0.75rem;
  }

  :root .sm\:left-3{
    left: 0.75rem;
  }

  :root .sm\:top-4{
    top: 1rem;
  }

  :root .sm\:right-4{
    right: 1rem;
  }

  :root .sm\:bottom-4{
    bottom: 1rem;
  }

  :root .sm\:left-4{
    left: 1rem;
  }

  :root .sm\:top-5{
    top: 1.25rem;
  }

  :root .sm\:right-5{
    right: 1.25rem;
  }

  :root .sm\:bottom-5{
    bottom: 1.25rem;
  }

  :root .sm\:left-5{
    left: 1.25rem;
  }

  :root .sm\:top-6{
    top: 1.5rem;
  }

  :root .sm\:right-6{
    right: 1.5rem;
  }

  :root .sm\:bottom-6{
    bottom: 1.5rem;
  }

  :root .sm\:left-6{
    left: 1.5rem;
  }

  :root .sm\:top-8{
    top: 2rem;
  }

  :root .sm\:right-8{
    right: 2rem;
  }

  :root .sm\:bottom-8{
    bottom: 2rem;
  }

  :root .sm\:left-8{
    left: 2rem;
  }

  :root .sm\:top-10{
    top: 2.5rem;
  }

  :root .sm\:right-10{
    right: 2.5rem;
  }

  :root .sm\:bottom-10{
    bottom: 2.5rem;
  }

  :root .sm\:left-10{
    left: 2.5rem;
  }

  :root .sm\:top-12{
    top: 3rem;
  }

  :root .sm\:right-12{
    right: 3rem;
  }

  :root .sm\:bottom-12{
    bottom: 3rem;
  }

  :root .sm\:left-12{
    left: 3rem;
  }

  :root .sm\:-top-1{
    top: -0.25rem;
  }

  :root .sm\:-right-1{
    right: -0.25rem;
  }

  :root .sm\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .sm\:-left-1{
    left: -0.25rem;
  }

  :root .sm\:-top-2{
    top: -0.5rem;
  }

  :root .sm\:-right-2{
    right: -0.5rem;
  }

  :root .sm\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .sm\:-left-2{
    left: -0.5rem;
  }

  :root .sm\:-top-3{
    top: -0.75rem;
  }

  :root .sm\:-right-3{
    right: -0.75rem;
  }

  :root .sm\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .sm\:-left-3{
    left: -0.75rem;
  }

  :root .sm\:-top-4{
    top: -1rem;
  }

  :root .sm\:-right-4{
    right: -1rem;
  }

  :root .sm\:-bottom-4{
    bottom: -1rem;
  }

  :root .sm\:-left-4{
    left: -1rem;
  }

  :root .sm\:-top-5{
    top: -1.25rem;
  }

  :root .sm\:-right-5{
    right: -1.25rem;
  }

  :root .sm\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .sm\:-left-5{
    left: -1.25rem;
  }

  :root .sm\:-top-6{
    top: -1.5rem;
  }

  :root .sm\:-right-6{
    right: -1.5rem;
  }

  :root .sm\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .sm\:-left-6{
    left: -1.5rem;
  }

  :root .sm\:-top-8{
    top: -2rem;
  }

  :root .sm\:-right-8{
    right: -2rem;
  }

  :root .sm\:-bottom-8{
    bottom: -2rem;
  }

  :root .sm\:-left-8{
    left: -2rem;
  }

  :root .sm\:-top-10{
    top: -2.5rem;
  }

  :root .sm\:-right-10{
    right: -2.5rem;
  }

  :root .sm\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .sm\:-left-10{
    left: -2.5rem;
  }

  :root .sm\:-top-12{
    top: -3rem;
  }

  :root .sm\:-right-12{
    right: -3rem;
  }

  :root .sm\:-bottom-12{
    bottom: -3rem;
  }

  :root .sm\:-left-12{
    left: -3rem;
  }

  :root .sm\:top-auto{
    top: auto;
  }

  :root .sm\:right-auto{
    right: auto;
  }

  :root .sm\:bottom-auto{
    bottom: auto;
  }

  :root .sm\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .sm\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .sm\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .sm\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .sm\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:left-auto{
    left: auto;
  }

  :root .sm\:resize-none{
    resize: none;
  }

  :root .sm\:resize-y{
    resize: vertical;
  }

  :root .sm\:resize-x{
    resize: horizontal;
  }

  :root .sm\:resize{
    resize: both;
  }

  :root .sm\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .sm\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .sm\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .sm\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .sm\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .sm\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .sm\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .sm\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .sm\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .sm\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .sm\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .sm\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .sm\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .sm\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .sm\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .sm\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .sm\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .sm\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .sm\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .sm\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .sm\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .sm\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .sm\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .sm\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .sm\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .sm\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .sm\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .sm\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .sm\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .sm\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .sm\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .sm\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .sm\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .sm\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .sm\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .sm\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .sm\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .sm\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .sm\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .sm\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .sm\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .sm\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .sm\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .sm\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .sm\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .sm\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .sm\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .sm\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .sm\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .sm\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .sm\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .sm\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .sm\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .sm\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .sm\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .sm\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .sm\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .sm\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .sm\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .sm\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .sm\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .sm\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .sm\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .sm\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .sm\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .sm\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .sm\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .sm\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .sm\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .sm\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .sm\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .sm\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .sm\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .sm\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .sm\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .sm\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .sm\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .sm\:fill-current{
    fill: currentColor;
  }

  :root .sm\:stroke-current{
    stroke: currentColor;
  }

  :root .sm\:stroke-0{
    stroke-width: 0;
  }

  :root .sm\:stroke-1{
    stroke-width: 1;
  }

  :root .sm\:stroke-2{
    stroke-width: 2;
  }

  :root .sm\:table-auto{
    table-layout: auto;
  }

  :root .sm\:table-fixed{
    table-layout: fixed;
  }

  :root .sm\:text-left{
    text-align: left;
  }

  :root .sm\:text-center{
    text-align: center;
  }

  :root .sm\:text-right{
    text-align: right;
  }

  :root .sm\:text-justify{
    text-align: justify;
  }

  :root .sm\:text-secondary{
    color: var(--text-secondary);
  }

  :root .sm\:text-hint{
    color: var(--text-hint);
  }

  :root .sm\:text-current{
    color: currentColor;
  }

  :root .sm\:text-transparent{
    color: transparent;
  }

  :root .sm\:text-black{
    color: var(--text-color);
  }

  :root .sm\:text-white{
    color: var(--text-color-light);
  }

  :root .sm\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .sm\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .sm\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .sm\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .sm\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .sm\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .sm\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .sm\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .sm\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .sm\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .sm\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .sm\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .sm\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .sm\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .sm\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .sm\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .sm\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .sm\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .sm\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .sm\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .sm\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .sm\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .sm\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .sm\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .sm\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .sm\:overflow-clip{
    text-overflow: clip;
  }

  :root .sm\:italic{
    font-style: italic;
  }

  :root .sm\:not-italic{
    font-style: normal;
  }

  :root .sm\:uppercase{
    text-transform: uppercase;
  }

  :root .sm\:lowercase{
    text-transform: lowercase;
  }

  :root .sm\:capitalize{
    text-transform: capitalize;
  }

  :root .sm\:normal-case{
    text-transform: none;
  }

  :root .sm\:underline{
    text-decoration: underline;
  }

  :root .sm\:line-through{
    text-decoration: line-through;
  }

  :root .sm\:no-underline{
    text-decoration: none;
  }

  :root .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .sm\:ordinal, :root .sm\:slashed-zero, :root .sm\:lining-nums, :root .sm\:oldstyle-nums, :root .sm\:proportional-nums, :root .sm\:tabular-nums, :root .sm\:diagonal-fractions, :root .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .sm\:normal-nums{
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  :root .sm\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .sm\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .sm\:tracking-normal{
    letter-spacing: 0;
  }

  :root .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  :root .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  :root .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  :root .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  :root .sm\:align-baseline{
    vertical-align: baseline;
  }

  :root .sm\:align-top{
    vertical-align: top;
  }

  :root .sm\:align-middle{
    vertical-align: middle;
  }

  :root .sm\:align-bottom{
    vertical-align: bottom;
  }

  :root .sm\:align-text-top{
    vertical-align: text-top;
  }

  :root .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .sm\:visible{
    visibility: visible;
  }

  :root .sm\:invisible{
    visibility: hidden;
  }

  :root .sm\:whitespace-normal{
    white-space: normal;
  }

  :root .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .sm\:whitespace-pre{
    white-space: pre;
  }

  :root .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .sm\:break-words{
    overflow-wrap: break-word;
  }

  :root .sm\:break-all{
    word-break: break-all;
  }

  :root .sm\:w-0{
    width: 0;
  }

  :root .sm\:w-1{
    width: 0.25rem;
  }

  :root .sm\:w-2{
    width: 0.5rem;
  }

  :root .sm\:w-3{
    width: 0.75rem;
  }

  :root .sm\:w-4{
    width: 1rem;
  }

  :root .sm\:w-5{
    width: 1.25rem;
  }

  :root .sm\:w-6{
    width: 1.5rem;
  }

  :root .sm\:w-8{
    width: 2rem;
  }

  :root .sm\:w-9{
    width: 2.25rem;
  }

  :root .sm\:w-10{
    width: 2.5rem;
  }

  :root .sm\:w-12{
    width: 3rem;
  }

  :root .sm\:w-14{
    width: 3.5rem;
  }

  :root .sm\:w-16{
    width: 4rem;
  }

  :root .sm\:w-20{
    width: 5rem;
  }

  :root .sm\:w-24{
    width: 6rem;
  }

  :root .sm\:w-32{
    width: 8rem;
  }

  :root .sm\:w-40{
    width: 10rem;
  }

  :root .sm\:w-48{
    width: 12rem;
  }

  :root .sm\:w-56{
    width: 14rem;
  }

  :root .sm\:w-64{
    width: 16rem;
  }

  :root .sm\:w-auto{
    width: auto;
  }

  :root .sm\:w-px{
    width: 1px;
  }

  :root .sm\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .sm\:w-1\/2{
    width: 50%;
  }

  :root .sm\:w-1\/3{
    width: 33.333333%;
  }

  :root .sm\:w-2\/3{
    width: 66.666667%;
  }

  :root .sm\:w-1\/4{
    width: 25%;
  }

  :root .sm\:w-2\/4{
    width: 50%;
  }

  :root .sm\:w-3\/4{
    width: 75%;
  }

  :root .sm\:w-1\/5{
    width: 20%;
  }

  :root .sm\:w-2\/5{
    width: 40%;
  }

  :root .sm\:w-3\/5{
    width: 60%;
  }

  :root .sm\:w-4\/5{
    width: 80%;
  }

  :root .sm\:w-1\/6{
    width: 16.666667%;
  }

  :root .sm\:w-2\/6{
    width: 33.333333%;
  }

  :root .sm\:w-3\/6{
    width: 50%;
  }

  :root .sm\:w-4\/6{
    width: 66.666667%;
  }

  :root .sm\:w-5\/6{
    width: 83.333333%;
  }

  :root .sm\:w-1\/12{
    width: 8.333333%;
  }

  :root .sm\:w-2\/12{
    width: 16.666667%;
  }

  :root .sm\:w-3\/12{
    width: 25%;
  }

  :root .sm\:w-4\/12{
    width: 33.333333%;
  }

  :root .sm\:w-5\/12{
    width: 41.666667%;
  }

  :root .sm\:w-6\/12{
    width: 50%;
  }

  :root .sm\:w-7\/12{
    width: 58.333333%;
  }

  :root .sm\:w-8\/12{
    width: 66.666667%;
  }

  :root .sm\:w-9\/12{
    width: 75%;
  }

  :root .sm\:w-10\/12{
    width: 83.333333%;
  }

  :root .sm\:w-11\/12{
    width: 91.666667%;
  }

  :root .sm\:w-full{
    width: 100%;
  }

  :root .sm\:w-screen{
    width: 100vw;
  }

  :root .sm\:z-0{
    z-index: 0;
  }

  :root .sm\:z-10{
    z-index: 10;
  }

  :root .sm\:z-20{
    z-index: 20;
  }

  :root .sm\:z-30{
    z-index: 30;
  }

  :root .sm\:z-40{
    z-index: 40;
  }

  :root .sm\:z-50{
    z-index: 50;
  }

  :root .sm\:z-auto{
    z-index: auto;
  }

  :root .sm\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  :root .sm\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  :root .sm\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  :root .sm\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  :root .sm\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  :root .sm\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  :root .sm\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  :root .sm\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  :root .sm\:gap-9{
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  :root .sm\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  :root .sm\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  :root .sm\:gap-14{
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  :root .sm\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  :root .sm\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  :root .sm\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  :root .sm\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  :root .sm\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  :root .sm\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  :root .sm\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  :root .sm\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  :root .sm\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  :root .sm\:gap-gutter{
    grid-gap: var(--padding-gutter);
    gap: var(--padding-gutter);
  }

  :root .sm\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  :root .sm\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  :root .sm\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  :root .sm\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  :root .sm\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  :root .sm\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  :root .sm\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  :root .sm\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  :root .sm\:gap-x-9{
    grid-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  :root .sm\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  :root .sm\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  :root .sm\:gap-x-14{
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  :root .sm\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  :root .sm\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  :root .sm\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  :root .sm\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  :root .sm\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  :root .sm\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  :root .sm\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  :root .sm\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  :root .sm\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  :root .sm\:gap-x-gutter{
    grid-column-gap: var(--padding-gutter);
    -moz-column-gap: var(--padding-gutter);
         column-gap: var(--padding-gutter);
  }

  :root .sm\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  :root .sm\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  :root .sm\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  :root .sm\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  :root .sm\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  :root .sm\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  :root .sm\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  :root .sm\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  :root .sm\:gap-y-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  :root .sm\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  :root .sm\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  :root .sm\:gap-y-14{
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  :root .sm\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  :root .sm\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  :root .sm\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  :root .sm\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  :root .sm\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  :root .sm\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  :root .sm\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  :root .sm\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  :root .sm\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  :root .sm\:gap-y-gutter{
    grid-row-gap: var(--padding-gutter);
    row-gap: var(--padding-gutter);
  }

  :root .sm\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .sm\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .sm\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  :root .sm\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  :root .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .sm\:col-auto{
    grid-column: auto;
  }

  :root .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .sm\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .sm\:col-start-1{
    grid-column-start: 1;
  }

  :root .sm\:col-start-2{
    grid-column-start: 2;
  }

  :root .sm\:col-start-3{
    grid-column-start: 3;
  }

  :root .sm\:col-start-4{
    grid-column-start: 4;
  }

  :root .sm\:col-start-5{
    grid-column-start: 5;
  }

  :root .sm\:col-start-6{
    grid-column-start: 6;
  }

  :root .sm\:col-start-7{
    grid-column-start: 7;
  }

  :root .sm\:col-start-8{
    grid-column-start: 8;
  }

  :root .sm\:col-start-9{
    grid-column-start: 9;
  }

  :root .sm\:col-start-10{
    grid-column-start: 10;
  }

  :root .sm\:col-start-11{
    grid-column-start: 11;
  }

  :root .sm\:col-start-12{
    grid-column-start: 12;
  }

  :root .sm\:col-start-13{
    grid-column-start: 13;
  }

  :root .sm\:col-start-auto{
    grid-column-start: auto;
  }

  :root .sm\:col-end-1{
    grid-column-end: 1;
  }

  :root .sm\:col-end-2{
    grid-column-end: 2;
  }

  :root .sm\:col-end-3{
    grid-column-end: 3;
  }

  :root .sm\:col-end-4{
    grid-column-end: 4;
  }

  :root .sm\:col-end-5{
    grid-column-end: 5;
  }

  :root .sm\:col-end-6{
    grid-column-end: 6;
  }

  :root .sm\:col-end-7{
    grid-column-end: 7;
  }

  :root .sm\:col-end-8{
    grid-column-end: 8;
  }

  :root .sm\:col-end-9{
    grid-column-end: 9;
  }

  :root .sm\:col-end-10{
    grid-column-end: 10;
  }

  :root .sm\:col-end-11{
    grid-column-end: 11;
  }

  :root .sm\:col-end-12{
    grid-column-end: 12;
  }

  :root .sm\:col-end-13{
    grid-column-end: 13;
  }

  :root .sm\:col-end-auto{
    grid-column-end: auto;
  }

  :root .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .sm\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .sm\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  :root .sm\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  :root .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .sm\:row-auto{
    grid-row: auto;
  }

  :root .sm\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .sm\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .sm\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .sm\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .sm\:row-start-1{
    grid-row-start: 1;
  }

  :root .sm\:row-start-2{
    grid-row-start: 2;
  }

  :root .sm\:row-start-3{
    grid-row-start: 3;
  }

  :root .sm\:row-start-4{
    grid-row-start: 4;
  }

  :root .sm\:row-start-5{
    grid-row-start: 5;
  }

  :root .sm\:row-start-6{
    grid-row-start: 6;
  }

  :root .sm\:row-start-7{
    grid-row-start: 7;
  }

  :root .sm\:row-start-auto{
    grid-row-start: auto;
  }

  :root .sm\:row-end-1{
    grid-row-end: 1;
  }

  :root .sm\:row-end-2{
    grid-row-end: 2;
  }

  :root .sm\:row-end-3{
    grid-row-end: 3;
  }

  :root .sm\:row-end-4{
    grid-row-end: 4;
  }

  :root .sm\:row-end-5{
    grid-row-end: 5;
  }

  :root .sm\:row-end-6{
    grid-row-end: 6;
  }

  :root .sm\:row-end-7{
    grid-row-end: 7;
  }

  :root .sm\:row-end-auto{
    grid-row-end: auto;
  }

  :root .sm\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .sm\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .sm\:transform-none{
    transform: none;
  }

  :root .sm\:origin-center{
    transform-origin: center;
  }

  :root .sm\:origin-top{
    transform-origin: top;
  }

  :root .sm\:origin-top-right{
    transform-origin: top right;
  }

  :root .sm\:origin-right{
    transform-origin: right;
  }

  :root .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .sm\:origin-bottom{
    transform-origin: bottom;
  }

  :root .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .sm\:origin-left{
    transform-origin: left;
  }

  :root .sm\:origin-top-left{
    transform-origin: top left;
  }

  :root .sm\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .sm\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .sm\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .sm\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .sm\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .sm\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .sm\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .sm\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .sm\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .sm\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .sm\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .sm\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .sm\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .sm\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .sm\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .sm\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .sm\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .sm\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .sm\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .sm\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .sm\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .sm\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .sm\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .sm\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .sm\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .sm\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .sm\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .sm\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .sm\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .sm\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .sm\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .sm\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .sm\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .sm\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .sm\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .sm\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .sm\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .sm\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .sm\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .sm\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .sm\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .sm\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .sm\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .sm\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .sm\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .sm\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .sm\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .sm\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .sm\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .sm\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .sm\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .sm\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .sm\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .sm\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .sm\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .sm\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .sm\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .sm\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .sm\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .sm\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .sm\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .sm\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .sm\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .sm\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .sm\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .sm\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .sm\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .sm\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .sm\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .sm\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .sm\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .sm\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .sm\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .sm\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .sm\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .sm\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .sm\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .sm\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .sm\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .sm\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .sm\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .sm\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .sm\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .sm\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .sm\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .sm\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .sm\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .sm\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .sm\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .sm\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .sm\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .sm\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .sm\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .sm\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .sm\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .sm\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .sm\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .sm\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .sm\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .sm\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .sm\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .sm\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .sm\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .sm\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .sm\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .sm\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .sm\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .sm\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .sm\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .sm\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .sm\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .sm\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .sm\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .sm\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .sm\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .sm\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .sm\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .sm\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .sm\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .sm\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .sm\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .sm\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .sm\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .sm\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .sm\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .sm\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .sm\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .sm\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .sm\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .sm\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .sm\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .sm\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .sm\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .sm\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .sm\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .sm\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .sm\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .sm\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .sm\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .sm\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .sm\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .sm\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .sm\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .sm\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .sm\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .sm\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .sm\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .sm\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .sm\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .sm\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .sm\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .sm\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .sm\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .sm\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .sm\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .sm\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .sm\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .sm\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .sm\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .sm\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .sm\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .sm\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .sm\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .sm\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .sm\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .sm\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .sm\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .sm\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .sm\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .sm\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .sm\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .sm\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .sm\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .sm\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .sm\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .sm\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .sm\:transition-none{
    transition-property: none;
  }

  :root .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:ease-linear{
    transition-timing-function: linear;
  }

  :root .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  :root .sm\:duration-75{
    transition-duration: 75ms;
  }

  :root .sm\:duration-100{
    transition-duration: 100ms;
  }

  :root .sm\:duration-150{
    transition-duration: 150ms;
  }

  :root .sm\:duration-200{
    transition-duration: 200ms;
  }

  :root .sm\:duration-300{
    transition-duration: 300ms;
  }

  :root .sm\:duration-500{
    transition-duration: 500ms;
  }

  :root .sm\:duration-700{
    transition-duration: 700ms;
  }

  :root .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .sm\:delay-75{
    transition-delay: 75ms;
  }

  :root .sm\:delay-100{
    transition-delay: 100ms;
  }

  :root .sm\:delay-150{
    transition-delay: 150ms;
  }

  :root .sm\:delay-200{
    transition-delay: 200ms;
  }

  :root .sm\:delay-300{
    transition-delay: 300ms;
  }

  :root .sm\:delay-500{
    transition-delay: 500ms;
  }

  :root .sm\:delay-700{
    transition-delay: 700ms;
  }

  :root .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .sm\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  :root .sm\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  :root .sm\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .sm\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .sm\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 960px){
  :root .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .md\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .md\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .md\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .md\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .md\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .md\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .md\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .md\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .md\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .md\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .md\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .md\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .md\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .md\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .md\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .md\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .md\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .md\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .md\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  :root .md\:bg-fixed{
    background-attachment: fixed;
  }

  :root .md\:bg-local{
    background-attachment: local;
  }

  :root .md\:bg-scroll{
    background-attachment: scroll;
  }

  :root .md\:bg-clip-border{
    background-clip: border-box;
  }

  :root .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .md\:bg-clip-content{
    background-clip: content-box;
  }

  :root .md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  :root .md\:bg-base{
    background-color: var(--background-base);
  }

  :root .md\:bg-card{
    background-color: var(--background-card);
  }

  :root .md\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .md\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .md\:bg-current{
    background-color: currentColor;
  }

  :root .md\:bg-transparent{
    background-color: transparent;
  }

  :root .md\:bg-black{
    background-color: var(--text-color);
  }

  :root .md\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .md\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .md\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .md\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .md\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .md\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .md\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .md\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .md\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .md\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .md\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .md\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .md\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .md\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .md\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .md\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .md\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .md\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .md\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .md\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .md\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .md\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .md\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .md\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .md\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .md\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .md\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .md\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .md\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .md\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .md\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .md\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .md\:bg-none{
    background-image: none;
  }

  :root .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .md\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .md\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .md\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .md\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .md\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .md\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .md\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .md\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .md\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .md\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .md\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .md\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .md\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .md\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .md\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .md\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .md\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .md\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .md\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .md\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .md\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .md\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .md\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .md\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .md\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .md\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .md\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .md\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .md\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .md\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .md\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .md\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .md\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .md\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .md\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .md\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .md\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .md\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .md\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .md\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .md\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .md\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .md\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .md\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .md\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .md\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .md\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .md\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .md\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .md\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .md\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .md\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .md\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .md\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .md\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .md\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .md\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .md\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .md\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .md\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .md\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .md\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .md\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .md\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .md\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .md\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .md\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .md\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .md\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .md\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .md\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .md\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .md\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .md\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .md\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .md\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .md\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .md\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .md\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .md\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .md\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .md\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .md\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .md\:bg-bottom{
    background-position: bottom;
  }

  :root .md\:bg-center{
    background-position: center;
  }

  :root .md\:bg-left{
    background-position: left;
  }

  :root .md\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .md\:bg-left-top{
    background-position: left top;
  }

  :root .md\:bg-right{
    background-position: right;
  }

  :root .md\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .md\:bg-right-top{
    background-position: right top;
  }

  :root .md\:bg-top{
    background-position: top;
  }

  :root .md\:bg-repeat{
    background-repeat: repeat;
  }

  :root .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .md\:bg-repeat-round{
    background-repeat: round;
  }

  :root .md\:bg-repeat-space{
    background-repeat: space;
  }

  :root .md\:bg-auto{
    background-size: auto;
  }

  :root .md\:bg-cover{
    background-size: cover;
  }

  :root .md\:bg-contain{
    background-size: contain;
  }

  :root .md\:border-collapse{
    border-collapse: collapse;
  }

  :root .md\:border-separate{
    border-collapse: separate;
  }

  :root .md\:border-current{
    border-color: currentColor;
  }

  :root .md\:border-transparent{
    border-color: transparent;
  }

  :root .md\:border-black{
    border-color: var(--text-color);
  }

  :root .md\:border-white{
    border-color: var(--text-color-light);
  }

  :root .md\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .md\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .md\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .md\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .md\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .md\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .md\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .md\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .md\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .md\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .md\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .md\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .md\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .md\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .md\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .md\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .md\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .md\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .md\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .md\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .md\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .md\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .md\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .md\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .md\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .md\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .md\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .md\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .md\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .md\:rounded-none{
    border-radius: 0;
  }

  :root .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .md\:rounded{
    border-radius: 0.25rem;
  }

  :root .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .md\:rounded-full{
    border-radius: 9999px;
  }

  :root .md\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .md\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .md\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .md\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .md\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .md\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .md\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .md\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .md\:border-solid{
    border-style: solid;
  }

  :root .md\:border-dashed{
    border-style: dashed;
  }

  :root .md\:border-dotted{
    border-style: dotted;
  }

  :root .md\:border-double{
    border-style: double;
  }

  :root .md\:border-none{
    border-style: none;
  }

  :root .md\:border-0{
    border-width: 0;
  }

  :root .md\:border-2{
    border-width: 2px;
  }

  :root .md\:border-3{
    border-width: 3px;
  }

  :root .md\:border-4{
    border-width: 4px;
  }

  :root .md\:border-8{
    border-width: 8px;
  }

  :root .md\:border{
    border-width: 1px;
  }

  :root .md\:border-t-0{
    border-top-width: 0;
  }

  :root .md\:border-r-0{
    border-right-width: 0;
  }

  :root .md\:border-b-0{
    border-bottom-width: 0;
  }

  :root .md\:border-l-0{
    border-left-width: 0;
  }

  :root .md\:border-t-2{
    border-top-width: 2px;
  }

  :root .md\:border-r-2{
    border-right-width: 2px;
  }

  :root .md\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .md\:border-l-2{
    border-left-width: 2px;
  }

  :root .md\:border-t-3{
    border-top-width: 3px;
  }

  :root .md\:border-r-3{
    border-right-width: 3px;
  }

  :root .md\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .md\:border-l-3{
    border-left-width: 3px;
  }

  :root .md\:border-t-4{
    border-top-width: 4px;
  }

  :root .md\:border-r-4{
    border-right-width: 4px;
  }

  :root .md\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .md\:border-l-4{
    border-left-width: 4px;
  }

  :root .md\:border-t-8{
    border-top-width: 8px;
  }

  :root .md\:border-r-8{
    border-right-width: 8px;
  }

  :root .md\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .md\:border-l-8{
    border-left-width: 8px;
  }

  :root .md\:border-t{
    border-top-width: 1px;
  }

  :root .md\:border-r{
    border-right-width: 1px;
  }

  :root .md\:border-b{
    border-bottom-width: 1px;
  }

  :root .md\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .md\:box-border{
    box-sizing: border-box;
  }

  :root .md\:box-content{
    box-sizing: content-box;
  }

  :root .md\:cursor-auto{
    cursor: auto;
  }

  :root .md\:cursor{
    cursor: default;
  }

  :root .md\:cursor-pointer{
    cursor: pointer;
  }

  :root .md\:cursor-wait{
    cursor: wait;
  }

  :root .md\:cursor-text{
    cursor: text;
  }

  :root .md\:cursor-move{
    cursor: move;
  }

  :root .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .md\:block{
    display: block;
  }

  :root .md\:inline-block{
    display: inline-block;
  }

  :root .md\:inline{
    display: inline;
  }

  :root .md\:flex{
    display: flex;
  }

  :root .md\:inline-flex{
    display: inline-flex;
  }

  :root .md\:table{
    display: table;
  }

  :root .md\:table-caption{
    display: table-caption;
  }

  :root .md\:table-cell{
    display: table-cell;
  }

  :root .md\:table-column{
    display: table-column;
  }

  :root .md\:table-column-group{
    display: table-column-group;
  }

  :root .md\:table-footer-group{
    display: table-footer-group;
  }

  :root .md\:table-header-group{
    display: table-header-group;
  }

  :root .md\:table-row-group{
    display: table-row-group;
  }

  :root .md\:table-row{
    display: table-row;
  }

  :root .md\:flow-root{
    display: flow-root;
  }

  :root .md\:grid{
    display: grid;
  }

  :root .md\:inline-grid{
    display: inline-grid;
  }

  :root .md\:contents{
    display: contents;
  }

  :root .md\:hidden{
    display: none;
  }

  :root .md\:flex-row{
    flex-direction: row;
  }

  :root .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .md\:flex-col{
    flex-direction: column;
  }

  :root .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .md\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .md\:place-items-auto{
    place-items: auto;
  }

  :root .md\:place-items-start{
    place-items: start;
  }

  :root .md\:place-items-end{
    place-items: end;
  }

  :root .md\:place-items-center{
    place-items: center;
  }

  :root .md\:place-items-stretch{
    place-items: stretch;
  }

  :root .md\:place-content-center{
    place-content: center;
  }

  :root .md\:place-content-start{
    place-content: start;
  }

  :root .md\:place-content-end{
    place-content: end;
  }

  :root .md\:place-content-between{
    place-content: space-between;
  }

  :root .md\:place-content-around{
    place-content: space-around;
  }

  :root .md\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .md\:place-content-stretch{
    place-content: stretch;
  }

  :root .md\:place-self-auto{
    place-self: auto;
  }

  :root .md\:place-self-start{
    place-self: start;
  }

  :root .md\:place-self-end{
    place-self: end;
  }

  :root .md\:place-self-center{
    place-self: center;
  }

  :root .md\:place-self-stretch{
    place-self: stretch;
  }

  :root .md\:items-start{
    align-items: flex-start;
  }

  :root .md\:items-end{
    align-items: flex-end;
  }

  :root .md\:items-center{
    align-items: center;
  }

  :root .md\:items-baseline{
    align-items: baseline;
  }

  :root .md\:items-stretch{
    align-items: stretch;
  }

  :root .md\:content-center{
    align-content: center;
  }

  :root .md\:content-start{
    align-content: flex-start;
  }

  :root .md\:content-end{
    align-content: flex-end;
  }

  :root .md\:content-between{
    align-content: space-between;
  }

  :root .md\:content-around{
    align-content: space-around;
  }

  :root .md\:content-evenly{
    align-content: space-evenly;
  }

  :root .md\:self-auto{
    align-self: auto;
  }

  :root .md\:self-start{
    align-self: flex-start;
  }

  :root .md\:self-end{
    align-self: flex-end;
  }

  :root .md\:self-center{
    align-self: center;
  }

  :root .md\:self-stretch{
    align-self: stretch;
  }

  :root .md\:justify-items-auto{
    justify-items: auto;
  }

  :root .md\:justify-items-start{
    justify-items: start;
  }

  :root .md\:justify-items-end{
    justify-items: end;
  }

  :root .md\:justify-items-center{
    justify-items: center;
  }

  :root .md\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .md\:justify-start{
    justify-content: flex-start;
  }

  :root .md\:justify-end{
    justify-content: flex-end;
  }

  :root .md\:justify-center{
    justify-content: center;
  }

  :root .md\:justify-between{
    justify-content: space-between;
  }

  :root .md\:justify-around{
    justify-content: space-around;
  }

  :root .md\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .md\:justify-self-auto{
    justify-self: auto;
  }

  :root .md\:justify-self-start{
    justify-self: start;
  }

  :root .md\:justify-self-end{
    justify-self: end;
  }

  :root .md\:justify-self-center{
    justify-self: center;
  }

  :root .md\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .md\:flex-1{
    flex: 1 1 0%;
  }

  :root .md\:flex-auto{
    flex: 1 1 auto;
  }

  :root .md\:flex-initial{
    flex: 0 1 auto;
  }

  :root .md\:flex-none{
    flex: none;
  }

  :root .md\:flex-grow-0{
    flex-grow: 0;
  }

  :root .md\:flex-grow{
    flex-grow: 1;
  }

  :root .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .md\:flex-shrink{
    flex-shrink: 1;
  }

  :root .md\:order-1{
    order: 1;
  }

  :root .md\:order-2{
    order: 2;
  }

  :root .md\:order-3{
    order: 3;
  }

  :root .md\:order-4{
    order: 4;
  }

  :root .md\:order-5{
    order: 5;
  }

  :root .md\:order-6{
    order: 6;
  }

  :root .md\:order-7{
    order: 7;
  }

  :root .md\:order-8{
    order: 8;
  }

  :root .md\:order-9{
    order: 9;
  }

  :root .md\:order-10{
    order: 10;
  }

  :root .md\:order-11{
    order: 11;
  }

  :root .md\:order-12{
    order: 12;
  }

  :root .md\:order-first{
    order: -9999;
  }

  :root .md\:order-last{
    order: 9999;
  }

  :root .md\:order-none{
    order: 0;
  }

  :root .md\:float-right{
    float: right;
  }

  :root .md\:float-left{
    float: left;
  }

  :root .md\:float-none{
    float: none;
  }

  :root .md\:clear-left{
    clear: left;
  }

  :root .md\:clear-right{
    clear: right;
  }

  :root .md\:clear-both{
    clear: both;
  }

  :root .md\:clear-none{
    clear: none;
  }

  :root .md\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .md\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .md\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .md\:font-hairline{
    font-weight: 100;
  }

  :root .md\:font-thin{
    font-weight: 200;
  }

  :root .md\:font-light{
    font-weight: 300;
  }

  :root .md\:font-normal{
    font-weight: 400;
  }

  :root .md\:font-medium{
    font-weight: 500;
  }

  :root .md\:font-semibold{
    font-weight: 600;
  }

  :root .md\:font-bold{
    font-weight: 700;
  }

  :root .md\:font-extrabold{
    font-weight: 800;
  }

  :root .md\:font-black{
    font-weight: 900;
  }

  :root .md\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .md\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .md\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .md\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .md\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .md\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .md\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .md\:h-0{
    height: 0;
  }

  :root .md\:h-1{
    height: 0.25rem;
  }

  :root .md\:h-2{
    height: 0.5rem;
  }

  :root .md\:h-3{
    height: 0.75rem;
  }

  :root .md\:h-4{
    height: 1rem;
  }

  :root .md\:h-5{
    height: 1.25rem;
  }

  :root .md\:h-6{
    height: 1.5rem;
  }

  :root .md\:h-8{
    height: 2rem;
  }

  :root .md\:h-9{
    height: 2.25rem;
  }

  :root .md\:h-10{
    height: 2.5rem;
  }

  :root .md\:h-12{
    height: 3rem;
  }

  :root .md\:h-14{
    height: 3.5rem;
  }

  :root .md\:h-16{
    height: 4rem;
  }

  :root .md\:h-20{
    height: 5rem;
  }

  :root .md\:h-24{
    height: 6rem;
  }

  :root .md\:h-32{
    height: 8rem;
  }

  :root .md\:h-40{
    height: 10rem;
  }

  :root .md\:h-48{
    height: 12rem;
  }

  :root .md\:h-56{
    height: 14rem;
  }

  :root .md\:h-64{
    height: 16rem;
  }

  :root .md\:h-auto{
    height: auto;
  }

  :root .md\:h-px{
    height: 1px;
  }

  :root .md\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .md\:h-full{
    height: 100%;
  }

  :root .md\:h-screen{
    height: 100vh;
  }

  :root .md\:text-xxs{
    font-size: 0.625rem;
  }

  :root .md\:text-xs{
    font-size: 0.75rem;
  }

  :root .md\:text-sm{
    font-size: 0.875rem;
  }

  :root .md\:text-base{
    font-size: 1rem;
  }

  :root .md\:text-lg{
    font-size: 1.125rem;
  }

  :root .md\:text-xl{
    font-size: 1.25rem;
  }

  :root .md\:text-2xl{
    font-size: 1.5rem;
  }

  :root .md\:text-3xl{
    font-size: 1.875rem;
  }

  :root .md\:text-4xl{
    font-size: 2.25rem;
  }

  :root .md\:text-5xl{
    font-size: 3rem;
  }

  :root .md\:text-6xl{
    font-size: 4rem;
  }

  :root .md\:leading-none{
    line-height: 1;
  }

  :root .md\:leading-tight{
    line-height: 1.25;
  }

  :root .md\:leading-snug{
    line-height: 1.375;
  }

  :root .md\:leading-normal{
    line-height: 1.5;
  }

  :root .md\:leading-relaxed{
    line-height: 1.625;
  }

  :root .md\:leading-loose{
    line-height: 2;
  }

  :root .md\:list-inside{
    list-style-position: inside;
  }

  :root .md\:list-outside{
    list-style-position: outside;
  }

  :root .md\:list-none{
    list-style-type: none;
  }

  :root .md\:list-disc{
    list-style-type: disc;
  }

  :root .md\:list-decimal{
    list-style-type: decimal;
  }

  :root .md\:m-0{
    margin: 0;
  }

  :root .md\:m-1{
    margin: 0.25rem;
  }

  :root .md\:m-2{
    margin: 0.5rem;
  }

  :root .md\:m-3{
    margin: 0.75rem;
  }

  :root .md\:m-4{
    margin: 1rem;
  }

  :root .md\:m-5{
    margin: 1.25rem;
  }

  :root .md\:m-6{
    margin: 1.5rem;
  }

  :root .md\:m-8{
    margin: 2rem;
  }

  :root .md\:m-9{
    margin: 2.25rem;
  }

  :root .md\:m-10{
    margin: 2.5rem;
  }

  :root .md\:m-12{
    margin: 3rem;
  }

  :root .md\:m-14{
    margin: 3.5rem;
  }

  :root .md\:m-16{
    margin: 4rem;
  }

  :root .md\:m-20{
    margin: 5rem;
  }

  :root .md\:m-24{
    margin: 6rem;
  }

  :root .md\:m-32{
    margin: 8rem;
  }

  :root .md\:m-40{
    margin: 10rem;
  }

  :root .md\:m-48{
    margin: 12rem;
  }

  :root .md\:m-56{
    margin: 14rem;
  }

  :root .md\:m-64{
    margin: 16rem;
  }

  :root .md\:m-auto{
    margin: auto;
  }

  :root .md\:m-px{
    margin: 1px;
  }

  :root .md\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .md\:-m-1{
    margin: -0.25rem;
  }

  :root .md\:-m-2{
    margin: -0.5rem;
  }

  :root .md\:-m-3{
    margin: -0.75rem;
  }

  :root .md\:-m-4{
    margin: -1rem;
  }

  :root .md\:-m-5{
    margin: -1.25rem;
  }

  :root .md\:-m-6{
    margin: -1.5rem;
  }

  :root .md\:-m-8{
    margin: -2rem;
  }

  :root .md\:-m-9{
    margin: -2.25rem;
  }

  :root .md\:-m-10{
    margin: -2.5rem;
  }

  :root .md\:-m-12{
    margin: -3rem;
  }

  :root .md\:-m-14{
    margin: -3.5rem;
  }

  :root .md\:-m-16{
    margin: -4rem;
  }

  :root .md\:-m-20{
    margin: -5rem;
  }

  :root .md\:-m-24{
    margin: -6rem;
  }

  :root .md\:-m-32{
    margin: -8rem;
  }

  :root .md\:-m-40{
    margin: -10rem;
  }

  :root .md\:-m-48{
    margin: -12rem;
  }

  :root .md\:-m-56{
    margin: -14rem;
  }

  :root .md\:-m-64{
    margin: -16rem;
  }

  :root .md\:-m-px{
    margin: -1px;
  }

  :root .md\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .md\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .md\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .md\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .md\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .md\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .md\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .md\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .md\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .md\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .md\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .md\:mt-0{
    margin-top: 0;
  }

  :root .md\:mr-0{
    margin-right: 0;
  }

  :root .md\:mb-0{
    margin-bottom: 0;
  }

  :root .md\:ml-0{
    margin-left: 0;
  }

  :root .md\:mt-1{
    margin-top: 0.25rem;
  }

  :root .md\:mr-1{
    margin-right: 0.25rem;
  }

  :root .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .md\:ml-1{
    margin-left: 0.25rem;
  }

  :root .md\:mt-2{
    margin-top: 0.5rem;
  }

  :root .md\:mr-2{
    margin-right: 0.5rem;
  }

  :root .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .md\:ml-2{
    margin-left: 0.5rem;
  }

  :root .md\:mt-3{
    margin-top: 0.75rem;
  }

  :root .md\:mr-3{
    margin-right: 0.75rem;
  }

  :root .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .md\:ml-3{
    margin-left: 0.75rem;
  }

  :root .md\:mt-4{
    margin-top: 1rem;
  }

  :root .md\:mr-4{
    margin-right: 1rem;
  }

  :root .md\:mb-4{
    margin-bottom: 1rem;
  }

  :root .md\:ml-4{
    margin-left: 1rem;
  }

  :root .md\:mt-5{
    margin-top: 1.25rem;
  }

  :root .md\:mr-5{
    margin-right: 1.25rem;
  }

  :root .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .md\:ml-5{
    margin-left: 1.25rem;
  }

  :root .md\:mt-6{
    margin-top: 1.5rem;
  }

  :root .md\:mr-6{
    margin-right: 1.5rem;
  }

  :root .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .md\:ml-6{
    margin-left: 1.5rem;
  }

  :root .md\:mt-8{
    margin-top: 2rem;
  }

  :root .md\:mr-8{
    margin-right: 2rem;
  }

  :root .md\:mb-8{
    margin-bottom: 2rem;
  }

  :root .md\:ml-8{
    margin-left: 2rem;
  }

  :root .md\:mt-9{
    margin-top: 2.25rem;
  }

  :root .md\:mr-9{
    margin-right: 2.25rem;
  }

  :root .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .md\:ml-9{
    margin-left: 2.25rem;
  }

  :root .md\:mt-10{
    margin-top: 2.5rem;
  }

  :root .md\:mr-10{
    margin-right: 2.5rem;
  }

  :root .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .md\:ml-10{
    margin-left: 2.5rem;
  }

  :root .md\:mt-12{
    margin-top: 3rem;
  }

  :root .md\:mr-12{
    margin-right: 3rem;
  }

  :root .md\:mb-12{
    margin-bottom: 3rem;
  }

  :root .md\:ml-12{
    margin-left: 3rem;
  }

  :root .md\:mt-14{
    margin-top: 3.5rem;
  }

  :root .md\:mr-14{
    margin-right: 3.5rem;
  }

  :root .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .md\:ml-14{
    margin-left: 3.5rem;
  }

  :root .md\:mt-16{
    margin-top: 4rem;
  }

  :root .md\:mr-16{
    margin-right: 4rem;
  }

  :root .md\:mb-16{
    margin-bottom: 4rem;
  }

  :root .md\:ml-16{
    margin-left: 4rem;
  }

  :root .md\:mt-20{
    margin-top: 5rem;
  }

  :root .md\:mr-20{
    margin-right: 5rem;
  }

  :root .md\:mb-20{
    margin-bottom: 5rem;
  }

  :root .md\:ml-20{
    margin-left: 5rem;
  }

  :root .md\:mt-24{
    margin-top: 6rem;
  }

  :root .md\:mr-24{
    margin-right: 6rem;
  }

  :root .md\:mb-24{
    margin-bottom: 6rem;
  }

  :root .md\:ml-24{
    margin-left: 6rem;
  }

  :root .md\:mt-32{
    margin-top: 8rem;
  }

  :root .md\:mr-32{
    margin-right: 8rem;
  }

  :root .md\:mb-32{
    margin-bottom: 8rem;
  }

  :root .md\:ml-32{
    margin-left: 8rem;
  }

  :root .md\:mt-40{
    margin-top: 10rem;
  }

  :root .md\:mr-40{
    margin-right: 10rem;
  }

  :root .md\:mb-40{
    margin-bottom: 10rem;
  }

  :root .md\:ml-40{
    margin-left: 10rem;
  }

  :root .md\:mt-48{
    margin-top: 12rem;
  }

  :root .md\:mr-48{
    margin-right: 12rem;
  }

  :root .md\:mb-48{
    margin-bottom: 12rem;
  }

  :root .md\:ml-48{
    margin-left: 12rem;
  }

  :root .md\:mt-56{
    margin-top: 14rem;
  }

  :root .md\:mr-56{
    margin-right: 14rem;
  }

  :root .md\:mb-56{
    margin-bottom: 14rem;
  }

  :root .md\:ml-56{
    margin-left: 14rem;
  }

  :root .md\:mt-64{
    margin-top: 16rem;
  }

  :root .md\:mr-64{
    margin-right: 16rem;
  }

  :root .md\:mb-64{
    margin-bottom: 16rem;
  }

  :root .md\:ml-64{
    margin-left: 16rem;
  }

  :root .md\:mt-auto{
    margin-top: auto;
  }

  :root .md\:mr-auto{
    margin-right: auto;
  }

  :root .md\:mb-auto{
    margin-bottom: auto;
  }

  :root .md\:ml-auto{
    margin-left: auto;
  }

  :root .md\:mt-px{
    margin-top: 1px;
  }

  :root .md\:mr-px{
    margin-right: 1px;
  }

  :root .md\:mb-px{
    margin-bottom: 1px;
  }

  :root .md\:ml-px{
    margin-left: 1px;
  }

  :root .md\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .md\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .md\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .md\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .md\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .md\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .md\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .md\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .md\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .md\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .md\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .md\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .md\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .md\:-mt-4{
    margin-top: -1rem;
  }

  :root .md\:-mr-4{
    margin-right: -1rem;
  }

  :root .md\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .md\:-ml-4{
    margin-left: -1rem;
  }

  :root .md\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .md\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .md\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .md\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .md\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .md\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .md\:-mt-8{
    margin-top: -2rem;
  }

  :root .md\:-mr-8{
    margin-right: -2rem;
  }

  :root .md\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .md\:-ml-8{
    margin-left: -2rem;
  }

  :root .md\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .md\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .md\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .md\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .md\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .md\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .md\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .md\:-mt-12{
    margin-top: -3rem;
  }

  :root .md\:-mr-12{
    margin-right: -3rem;
  }

  :root .md\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .md\:-ml-12{
    margin-left: -3rem;
  }

  :root .md\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .md\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .md\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .md\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .md\:-mt-16{
    margin-top: -4rem;
  }

  :root .md\:-mr-16{
    margin-right: -4rem;
  }

  :root .md\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .md\:-ml-16{
    margin-left: -4rem;
  }

  :root .md\:-mt-20{
    margin-top: -5rem;
  }

  :root .md\:-mr-20{
    margin-right: -5rem;
  }

  :root .md\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .md\:-ml-20{
    margin-left: -5rem;
  }

  :root .md\:-mt-24{
    margin-top: -6rem;
  }

  :root .md\:-mr-24{
    margin-right: -6rem;
  }

  :root .md\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .md\:-ml-24{
    margin-left: -6rem;
  }

  :root .md\:-mt-32{
    margin-top: -8rem;
  }

  :root .md\:-mr-32{
    margin-right: -8rem;
  }

  :root .md\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .md\:-ml-32{
    margin-left: -8rem;
  }

  :root .md\:-mt-40{
    margin-top: -10rem;
  }

  :root .md\:-mr-40{
    margin-right: -10rem;
  }

  :root .md\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .md\:-ml-40{
    margin-left: -10rem;
  }

  :root .md\:-mt-48{
    margin-top: -12rem;
  }

  :root .md\:-mr-48{
    margin-right: -12rem;
  }

  :root .md\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .md\:-ml-48{
    margin-left: -12rem;
  }

  :root .md\:-mt-56{
    margin-top: -14rem;
  }

  :root .md\:-mr-56{
    margin-right: -14rem;
  }

  :root .md\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .md\:-ml-56{
    margin-left: -14rem;
  }

  :root .md\:-mt-64{
    margin-top: -16rem;
  }

  :root .md\:-mr-64{
    margin-right: -16rem;
  }

  :root .md\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .md\:-ml-64{
    margin-left: -16rem;
  }

  :root .md\:-mt-px{
    margin-top: -1px;
  }

  :root .md\:-mr-px{
    margin-right: -1px;
  }

  :root .md\:-mb-px{
    margin-bottom: -1px;
  }

  :root .md\:-ml-px{
    margin-left: -1px;
  }

  :root .md\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .md\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .md\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .md\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .md\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .md\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .md\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .md\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .md\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .md\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .md\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .md\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .md\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .md\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .md\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .md\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .md\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .md\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .md\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .md\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .md\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .md\:max-h-full{
    max-height: 100%;
  }

  :root .md\:max-h-screen{
    max-height: 100vh;
  }

  :root .md\:max-w-unset{
    max-width: unset;
  }

  :root .md\:max-w-xxxs{
    max-width: 16rem;
  }

  :root .md\:max-w-xxs{
    max-width: 18rem;
  }

  :root .md\:max-w-xs{
    max-width: 20rem;
  }

  :root .md\:max-w-sm{
    max-width: 24rem;
  }

  :root .md\:max-w-md{
    max-width: 28rem;
  }

  :root .md\:max-w-lg{
    max-width: 32rem;
  }

  :root .md\:max-w-xl{
    max-width: 36rem;
  }

  :root .md\:max-w-2xl{
    max-width: 42rem;
  }

  :root .md\:max-w-3xl{
    max-width: 48rem;
  }

  :root .md\:max-w-4xl{
    max-width: 56rem;
  }

  :root .md\:max-w-5xl{
    max-width: 64rem;
  }

  :root .md\:max-w-6xl{
    max-width: 72rem;
  }

  :root .md\:max-w-full{
    max-width: 100%;
  }

  :root .md\:min-h-0{
    min-height: 0;
  }

  :root .md\:min-h-full{
    min-height: 100%;
  }

  :root .md\:min-h-screen{
    min-height: 100vh;
  }

  :root .md\:min-w-0{
    min-width: 0;
  }

  :root .md\:min-w-1{
    min-width: 0.25rem;
  }

  :root .md\:min-w-2{
    min-width: 0.5rem;
  }

  :root .md\:min-w-3{
    min-width: 0.75rem;
  }

  :root .md\:min-w-4{
    min-width: 1rem;
  }

  :root .md\:min-w-5{
    min-width: 1.25rem;
  }

  :root .md\:min-w-6{
    min-width: 1.5rem;
  }

  :root .md\:min-w-8{
    min-width: 2rem;
  }

  :root .md\:min-w-9{
    min-width: 2.25rem;
  }

  :root .md\:min-w-10{
    min-width: 2.5rem;
  }

  :root .md\:min-w-12{
    min-width: 3rem;
  }

  :root .md\:min-w-14{
    min-width: 3.5rem;
  }

  :root .md\:min-w-16{
    min-width: 4rem;
  }

  :root .md\:min-w-20{
    min-width: 5rem;
  }

  :root .md\:min-w-24{
    min-width: 6rem;
  }

  :root .md\:min-w-32{
    min-width: 8rem;
  }

  :root .md\:min-w-40{
    min-width: 10rem;
  }

  :root .md\:min-w-48{
    min-width: 12rem;
  }

  :root .md\:min-w-56{
    min-width: 14rem;
  }

  :root .md\:min-w-64{
    min-width: 16rem;
  }

  :root .md\:min-w-full{
    min-width: 100%;
  }

  :root .md\:min-w-px{
    min-width: 1px;
  }

  :root .md\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  :root .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  :root .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  :root .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  :root .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  :root .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  :root .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  :root .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  :root .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  :root .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  :root .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  :root .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  :root .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  :root .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  :root .md\:opacity-0{
    opacity: 0;
  }

  :root .md\:opacity-25{
    opacity: 0.25;
  }

  :root .md\:opacity-50{
    opacity: 0.5;
  }

  :root .md\:opacity-75{
    opacity: 0.75;
  }

  :root .md\:opacity-100{
    opacity: 1;
  }

  :root .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .md\:overflow-auto{
    overflow: auto;
  }

  :root .md\:overflow-hidden{
    overflow: hidden;
  }

  :root .md\:overflow-visible{
    overflow: visible;
  }

  :root .md\:overflow-scroll{
    overflow: scroll;
  }

  :root .md\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .md\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .md\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .md\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .md\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  :root .md\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  :root .md\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  :root .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .md\:p-0{
    padding: 0;
  }

  :root .md\:p-1{
    padding: 0.25rem;
  }

  :root .md\:p-2{
    padding: 0.5rem;
  }

  :root .md\:p-3{
    padding: 0.75rem;
  }

  :root .md\:p-4{
    padding: 1rem;
  }

  :root .md\:p-5{
    padding: 1.25rem;
  }

  :root .md\:p-6{
    padding: 1.5rem;
  }

  :root .md\:p-8{
    padding: 2rem;
  }

  :root .md\:p-9{
    padding: 2.25rem;
  }

  :root .md\:p-10{
    padding: 2.5rem;
  }

  :root .md\:p-12{
    padding: 3rem;
  }

  :root .md\:p-14{
    padding: 3.5rem;
  }

  :root .md\:p-16{
    padding: 4rem;
  }

  :root .md\:p-20{
    padding: 5rem;
  }

  :root .md\:p-24{
    padding: 6rem;
  }

  :root .md\:p-32{
    padding: 8rem;
  }

  :root .md\:p-40{
    padding: 10rem;
  }

  :root .md\:p-48{
    padding: 12rem;
  }

  :root .md\:p-56{
    padding: 14rem;
  }

  :root .md\:p-64{
    padding: 16rem;
  }

  :root .md\:p-px{
    padding: 1px;
  }

  :root .md\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .md\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .md\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .md\:pt-0{
    padding-top: 0;
  }

  :root .md\:pr-0{
    padding-right: 0;
  }

  :root .md\:pb-0{
    padding-bottom: 0;
  }

  :root .md\:pl-0{
    padding-left: 0;
  }

  :root .md\:pt-1{
    padding-top: 0.25rem;
  }

  :root .md\:pr-1{
    padding-right: 0.25rem;
  }

  :root .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .md\:pl-1{
    padding-left: 0.25rem;
  }

  :root .md\:pt-2{
    padding-top: 0.5rem;
  }

  :root .md\:pr-2{
    padding-right: 0.5rem;
  }

  :root .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .md\:pl-2{
    padding-left: 0.5rem;
  }

  :root .md\:pt-3{
    padding-top: 0.75rem;
  }

  :root .md\:pr-3{
    padding-right: 0.75rem;
  }

  :root .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .md\:pl-3{
    padding-left: 0.75rem;
  }

  :root .md\:pt-4{
    padding-top: 1rem;
  }

  :root .md\:pr-4{
    padding-right: 1rem;
  }

  :root .md\:pb-4{
    padding-bottom: 1rem;
  }

  :root .md\:pl-4{
    padding-left: 1rem;
  }

  :root .md\:pt-5{
    padding-top: 1.25rem;
  }

  :root .md\:pr-5{
    padding-right: 1.25rem;
  }

  :root .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .md\:pl-5{
    padding-left: 1.25rem;
  }

  :root .md\:pt-6{
    padding-top: 1.5rem;
  }

  :root .md\:pr-6{
    padding-right: 1.5rem;
  }

  :root .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .md\:pl-6{
    padding-left: 1.5rem;
  }

  :root .md\:pt-8{
    padding-top: 2rem;
  }

  :root .md\:pr-8{
    padding-right: 2rem;
  }

  :root .md\:pb-8{
    padding-bottom: 2rem;
  }

  :root .md\:pl-8{
    padding-left: 2rem;
  }

  :root .md\:pt-9{
    padding-top: 2.25rem;
  }

  :root .md\:pr-9{
    padding-right: 2.25rem;
  }

  :root .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .md\:pl-9{
    padding-left: 2.25rem;
  }

  :root .md\:pt-10{
    padding-top: 2.5rem;
  }

  :root .md\:pr-10{
    padding-right: 2.5rem;
  }

  :root .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .md\:pl-10{
    padding-left: 2.5rem;
  }

  :root .md\:pt-12{
    padding-top: 3rem;
  }

  :root .md\:pr-12{
    padding-right: 3rem;
  }

  :root .md\:pb-12{
    padding-bottom: 3rem;
  }

  :root .md\:pl-12{
    padding-left: 3rem;
  }

  :root .md\:pt-14{
    padding-top: 3.5rem;
  }

  :root .md\:pr-14{
    padding-right: 3.5rem;
  }

  :root .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .md\:pl-14{
    padding-left: 3.5rem;
  }

  :root .md\:pt-16{
    padding-top: 4rem;
  }

  :root .md\:pr-16{
    padding-right: 4rem;
  }

  :root .md\:pb-16{
    padding-bottom: 4rem;
  }

  :root .md\:pl-16{
    padding-left: 4rem;
  }

  :root .md\:pt-20{
    padding-top: 5rem;
  }

  :root .md\:pr-20{
    padding-right: 5rem;
  }

  :root .md\:pb-20{
    padding-bottom: 5rem;
  }

  :root .md\:pl-20{
    padding-left: 5rem;
  }

  :root .md\:pt-24{
    padding-top: 6rem;
  }

  :root .md\:pr-24{
    padding-right: 6rem;
  }

  :root .md\:pb-24{
    padding-bottom: 6rem;
  }

  :root .md\:pl-24{
    padding-left: 6rem;
  }

  :root .md\:pt-32{
    padding-top: 8rem;
  }

  :root .md\:pr-32{
    padding-right: 8rem;
  }

  :root .md\:pb-32{
    padding-bottom: 8rem;
  }

  :root .md\:pl-32{
    padding-left: 8rem;
  }

  :root .md\:pt-40{
    padding-top: 10rem;
  }

  :root .md\:pr-40{
    padding-right: 10rem;
  }

  :root .md\:pb-40{
    padding-bottom: 10rem;
  }

  :root .md\:pl-40{
    padding-left: 10rem;
  }

  :root .md\:pt-48{
    padding-top: 12rem;
  }

  :root .md\:pr-48{
    padding-right: 12rem;
  }

  :root .md\:pb-48{
    padding-bottom: 12rem;
  }

  :root .md\:pl-48{
    padding-left: 12rem;
  }

  :root .md\:pt-56{
    padding-top: 14rem;
  }

  :root .md\:pr-56{
    padding-right: 14rem;
  }

  :root .md\:pb-56{
    padding-bottom: 14rem;
  }

  :root .md\:pl-56{
    padding-left: 14rem;
  }

  :root .md\:pt-64{
    padding-top: 16rem;
  }

  :root .md\:pr-64{
    padding-right: 16rem;
  }

  :root .md\:pb-64{
    padding-bottom: 16rem;
  }

  :root .md\:pl-64{
    padding-left: 16rem;
  }

  :root .md\:pt-px{
    padding-top: 1px;
  }

  :root .md\:pr-px{
    padding-right: 1px;
  }

  :root .md\:pb-px{
    padding-bottom: 1px;
  }

  :root .md\:pl-px{
    padding-left: 1px;
  }

  :root .md\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .md\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .md\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .md\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .md\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .md\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .md\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .md\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .md\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .md\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .md\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .md\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .md\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .md\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .md\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  :root .md\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  :root .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  :root .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  :root .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .md\:placeholder-black::-moz-placeholder{
    color: var(--text-color);
  }

  :root .md\:placeholder-black:-ms-input-placeholder{
    color: var(--text-color);
  }

  :root .md\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .md\:placeholder-white::-moz-placeholder{
    color: var(--text-color-light);
  }

  :root .md\:placeholder-white:-ms-input-placeholder{
    color: var(--text-color-light);
  }

  :root .md\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .md\:placeholder-contrast-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-contrast-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-contrast-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-contrast-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-gray-light::-moz-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:placeholder-gray-light:-ms-input-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-red-light::-moz-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:placeholder-red-light:-ms-input-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-orange-light::-moz-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:placeholder-orange-light:-ms-input-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-deep-orange-light::-moz-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:placeholder-deep-orange-light:-ms-input-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:placeholder-deep-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-deep-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-amber-light::-moz-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:placeholder-amber-light:-ms-input-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:placeholder-amber::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-amber:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-green-light::-moz-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:placeholder-green-light:-ms-input-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-teal-light::-moz-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:placeholder-teal-light:-ms-input-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:placeholder-teal::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-teal:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-cyan-light::-moz-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:placeholder-cyan-light:-ms-input-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:placeholder-cyan::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-cyan:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-purple-light::-moz-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:placeholder-purple-light:-ms-input-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-deep-purple-light::-moz-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:placeholder-deep-purple-light:-ms-input-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:placeholder-deep-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-deep-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-pink-light::-moz-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:placeholder-pink-light:-ms-input-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-primary-light::-moz-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:placeholder-primary-light:-ms-input-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:placeholder-primary::-moz-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:placeholder-primary:-ms-input-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:placeholder-accent-light::-moz-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:placeholder-accent-light:-ms-input-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:placeholder-accent::-moz-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .md\:placeholder-accent:-ms-input-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .md\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .md\:placeholder-warn-light::-moz-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:placeholder-warn-light:-ms-input-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:placeholder-warn::-moz-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .md\:placeholder-warn:-ms-input-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .md\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .md\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  :root .md\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  :root .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  :root .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  :root .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .md\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--text-color);
  }

  :root .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--text-color);
  }

  :root .md\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .md\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--text-color-light);
  }

  :root .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--text-color-light);
  }

  :root .md\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .md\:focus\:placeholder-contrast-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-contrast-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-contrast-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-contrast-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-red-light:focus::-moz-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:placeholder-red-light:focus:-ms-input-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-orange-light:focus::-moz-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:placeholder-orange-light:focus:-ms-input-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-deep-orange-light:focus::-moz-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:placeholder-deep-orange-light:focus:-ms-input-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:placeholder-deep-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-deep-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-amber-light:focus::-moz-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:placeholder-amber-light:focus:-ms-input-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:placeholder-amber:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-amber:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-green-light:focus::-moz-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-teal-light:focus::-moz-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:placeholder-teal-light:focus:-ms-input-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:placeholder-teal:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-teal:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-cyan-light:focus::-moz-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:placeholder-cyan-light:focus:-ms-input-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:placeholder-cyan:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-cyan:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-purple-light:focus::-moz-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:placeholder-purple-light:focus:-ms-input-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-deep-purple-light:focus::-moz-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:placeholder-deep-purple-light:focus:-ms-input-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:placeholder-deep-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-deep-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-pink-light:focus::-moz-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:placeholder-pink-light:focus:-ms-input-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-primary-light:focus::-moz-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:placeholder-primary-light:focus:-ms-input-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:focus\:placeholder-accent-light:focus::-moz-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:placeholder-accent-light:focus:-ms-input-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:placeholder-accent:focus::-moz-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .md\:focus\:placeholder-accent:focus:-ms-input-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .md\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .md\:focus\:placeholder-warn-light:focus::-moz-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:placeholder-warn-light:focus:-ms-input-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:placeholder-warn:focus::-moz-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .md\:focus\:placeholder-warn:focus:-ms-input-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .md\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:pointer-events-none{
    pointer-events: none;
  }

  :root .md\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .md\:static{
    position: static;
  }

  :root .md\:fixed{
    position: fixed;
  }

  :root .md\:absolute{
    position: absolute;
  }

  :root .md\:relative{
    position: relative;
  }

  :root .md\:sticky{
    position: sticky;
  }

  :root .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .md\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .md\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .md\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .md\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .md\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .md\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .md\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .md\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .md\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .md\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .md\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .md\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .md\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .md\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .md\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .md\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .md\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .md\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root .md\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .md\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root .md\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .md\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root .md\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .md\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root .md\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .md\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root .md\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .md\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root .md\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .md\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root .md\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .md\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root .md\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .md\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root .md\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .md\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root .md\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .md\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root .md\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .md\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root .md\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .md\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root .md\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .md\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root .md\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .md\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root .md\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .md\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root .md\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .md\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root .md\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .md\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root .md\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .md\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root .md\:top-0{
    top: 0;
  }

  :root .md\:right-0{
    right: 0;
  }

  :root .md\:bottom-0{
    bottom: 0;
  }

  :root .md\:left-0{
    left: 0;
  }

  :root .md\:top-1{
    top: 0.25rem;
  }

  :root .md\:right-1{
    right: 0.25rem;
  }

  :root .md\:bottom-1{
    bottom: 0.25rem;
  }

  :root .md\:left-1{
    left: 0.25rem;
  }

  :root .md\:top-2{
    top: 0.5rem;
  }

  :root .md\:right-2{
    right: 0.5rem;
  }

  :root .md\:bottom-2{
    bottom: 0.5rem;
  }

  :root .md\:left-2{
    left: 0.5rem;
  }

  :root .md\:top-3{
    top: 0.75rem;
  }

  :root .md\:right-3{
    right: 0.75rem;
  }

  :root .md\:bottom-3{
    bottom: 0.75rem;
  }

  :root .md\:left-3{
    left: 0.75rem;
  }

  :root .md\:top-4{
    top: 1rem;
  }

  :root .md\:right-4{
    right: 1rem;
  }

  :root .md\:bottom-4{
    bottom: 1rem;
  }

  :root .md\:left-4{
    left: 1rem;
  }

  :root .md\:top-5{
    top: 1.25rem;
  }

  :root .md\:right-5{
    right: 1.25rem;
  }

  :root .md\:bottom-5{
    bottom: 1.25rem;
  }

  :root .md\:left-5{
    left: 1.25rem;
  }

  :root .md\:top-6{
    top: 1.5rem;
  }

  :root .md\:right-6{
    right: 1.5rem;
  }

  :root .md\:bottom-6{
    bottom: 1.5rem;
  }

  :root .md\:left-6{
    left: 1.5rem;
  }

  :root .md\:top-8{
    top: 2rem;
  }

  :root .md\:right-8{
    right: 2rem;
  }

  :root .md\:bottom-8{
    bottom: 2rem;
  }

  :root .md\:left-8{
    left: 2rem;
  }

  :root .md\:top-10{
    top: 2.5rem;
  }

  :root .md\:right-10{
    right: 2.5rem;
  }

  :root .md\:bottom-10{
    bottom: 2.5rem;
  }

  :root .md\:left-10{
    left: 2.5rem;
  }

  :root .md\:top-12{
    top: 3rem;
  }

  :root .md\:right-12{
    right: 3rem;
  }

  :root .md\:bottom-12{
    bottom: 3rem;
  }

  :root .md\:left-12{
    left: 3rem;
  }

  :root .md\:-top-1{
    top: -0.25rem;
  }

  :root .md\:-right-1{
    right: -0.25rem;
  }

  :root .md\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .md\:-left-1{
    left: -0.25rem;
  }

  :root .md\:-top-2{
    top: -0.5rem;
  }

  :root .md\:-right-2{
    right: -0.5rem;
  }

  :root .md\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .md\:-left-2{
    left: -0.5rem;
  }

  :root .md\:-top-3{
    top: -0.75rem;
  }

  :root .md\:-right-3{
    right: -0.75rem;
  }

  :root .md\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .md\:-left-3{
    left: -0.75rem;
  }

  :root .md\:-top-4{
    top: -1rem;
  }

  :root .md\:-right-4{
    right: -1rem;
  }

  :root .md\:-bottom-4{
    bottom: -1rem;
  }

  :root .md\:-left-4{
    left: -1rem;
  }

  :root .md\:-top-5{
    top: -1.25rem;
  }

  :root .md\:-right-5{
    right: -1.25rem;
  }

  :root .md\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .md\:-left-5{
    left: -1.25rem;
  }

  :root .md\:-top-6{
    top: -1.5rem;
  }

  :root .md\:-right-6{
    right: -1.5rem;
  }

  :root .md\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .md\:-left-6{
    left: -1.5rem;
  }

  :root .md\:-top-8{
    top: -2rem;
  }

  :root .md\:-right-8{
    right: -2rem;
  }

  :root .md\:-bottom-8{
    bottom: -2rem;
  }

  :root .md\:-left-8{
    left: -2rem;
  }

  :root .md\:-top-10{
    top: -2.5rem;
  }

  :root .md\:-right-10{
    right: -2.5rem;
  }

  :root .md\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .md\:-left-10{
    left: -2.5rem;
  }

  :root .md\:-top-12{
    top: -3rem;
  }

  :root .md\:-right-12{
    right: -3rem;
  }

  :root .md\:-bottom-12{
    bottom: -3rem;
  }

  :root .md\:-left-12{
    left: -3rem;
  }

  :root .md\:top-auto{
    top: auto;
  }

  :root .md\:right-auto{
    right: auto;
  }

  :root .md\:bottom-auto{
    bottom: auto;
  }

  :root .md\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .md\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .md\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=ltr] .md\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .md\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .md\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .md\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .md\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .md\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .md\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .md\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=rtl] .md\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .md\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .md\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .md\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .md\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .md\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:left-auto{
    left: auto;
  }

  :root .md\:resize-none{
    resize: none;
  }

  :root .md\:resize-y{
    resize: vertical;
  }

  :root .md\:resize-x{
    resize: horizontal;
  }

  :root .md\:resize{
    resize: both;
  }

  :root .md\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .md\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .md\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .md\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .md\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .md\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .md\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .md\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .md\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .md\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .md\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .md\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .md\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .md\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .md\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .md\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .md\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .md\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .md\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .md\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .md\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .md\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .md\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .md\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .md\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .md\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .md\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .md\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .md\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .md\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .md\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .md\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .md\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .md\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .md\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .md\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .md\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .md\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .md\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .md\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .md\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .md\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .md\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .md\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .md\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .md\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .md\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .md\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .md\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .md\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .md\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .md\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .md\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .md\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .md\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .md\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .md\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .md\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .md\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .md\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .md\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .md\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .md\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .md\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .md\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .md\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .md\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .md\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .md\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .md\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .md\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .md\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .md\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .md\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .md\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .md\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .md\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .md\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .md\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .md\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .md\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .md\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .md\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .md\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .md\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .md\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .md\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .md\:fill-current{
    fill: currentColor;
  }

  :root .md\:stroke-current{
    stroke: currentColor;
  }

  :root .md\:stroke-0{
    stroke-width: 0;
  }

  :root .md\:stroke-1{
    stroke-width: 1;
  }

  :root .md\:stroke-2{
    stroke-width: 2;
  }

  :root .md\:table-auto{
    table-layout: auto;
  }

  :root .md\:table-fixed{
    table-layout: fixed;
  }

  :root .md\:text-left{
    text-align: left;
  }

  :root .md\:text-center{
    text-align: center;
  }

  :root .md\:text-right{
    text-align: right;
  }

  :root .md\:text-justify{
    text-align: justify;
  }

  :root .md\:text-secondary{
    color: var(--text-secondary);
  }

  :root .md\:text-hint{
    color: var(--text-hint);
  }

  :root .md\:text-current{
    color: currentColor;
  }

  :root .md\:text-transparent{
    color: transparent;
  }

  :root .md\:text-black{
    color: var(--text-color);
  }

  :root .md\:text-white{
    color: var(--text-color-light);
  }

  :root .md\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .md\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .md\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .md\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .md\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .md\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .md\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .md\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .md\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .md\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .md\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .md\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .md\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .md\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .md\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .md\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .md\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .md\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .md\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .md\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .md\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .md\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .md\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .md\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .md\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .md\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .md\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .md\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .md\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .md\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .md\:overflow-clip{
    text-overflow: clip;
  }

  :root .md\:italic{
    font-style: italic;
  }

  :root .md\:not-italic{
    font-style: normal;
  }

  :root .md\:uppercase{
    text-transform: uppercase;
  }

  :root .md\:lowercase{
    text-transform: lowercase;
  }

  :root .md\:capitalize{
    text-transform: capitalize;
  }

  :root .md\:normal-case{
    text-transform: none;
  }

  :root .md\:underline{
    text-decoration: underline;
  }

  :root .md\:line-through{
    text-decoration: line-through;
  }

  :root .md\:no-underline{
    text-decoration: none;
  }

  :root .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .md\:ordinal, :root .md\:slashed-zero, :root .md\:lining-nums, :root .md\:oldstyle-nums, :root .md\:proportional-nums, :root .md\:tabular-nums, :root .md\:diagonal-fractions, :root .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .md\:normal-nums{
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  :root .md\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .md\:tracking-normal{
    letter-spacing: 0;
  }

  :root .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  :root .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  :root .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  :root .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  :root .md\:align-baseline{
    vertical-align: baseline;
  }

  :root .md\:align-top{
    vertical-align: top;
  }

  :root .md\:align-middle{
    vertical-align: middle;
  }

  :root .md\:align-bottom{
    vertical-align: bottom;
  }

  :root .md\:align-text-top{
    vertical-align: text-top;
  }

  :root .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .md\:visible{
    visibility: visible;
  }

  :root .md\:invisible{
    visibility: hidden;
  }

  :root .md\:whitespace-normal{
    white-space: normal;
  }

  :root .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .md\:whitespace-pre{
    white-space: pre;
  }

  :root .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .md\:break-words{
    overflow-wrap: break-word;
  }

  :root .md\:break-all{
    word-break: break-all;
  }

  :root .md\:w-0{
    width: 0;
  }

  :root .md\:w-1{
    width: 0.25rem;
  }

  :root .md\:w-2{
    width: 0.5rem;
  }

  :root .md\:w-3{
    width: 0.75rem;
  }

  :root .md\:w-4{
    width: 1rem;
  }

  :root .md\:w-5{
    width: 1.25rem;
  }

  :root .md\:w-6{
    width: 1.5rem;
  }

  :root .md\:w-8{
    width: 2rem;
  }

  :root .md\:w-9{
    width: 2.25rem;
  }

  :root .md\:w-10{
    width: 2.5rem;
  }

  :root .md\:w-12{
    width: 3rem;
  }

  :root .md\:w-14{
    width: 3.5rem;
  }

  :root .md\:w-16{
    width: 4rem;
  }

  :root .md\:w-20{
    width: 5rem;
  }

  :root .md\:w-24{
    width: 6rem;
  }

  :root .md\:w-32{
    width: 8rem;
  }

  :root .md\:w-40{
    width: 10rem;
  }

  :root .md\:w-48{
    width: 12rem;
  }

  :root .md\:w-56{
    width: 14rem;
  }

  :root .md\:w-64{
    width: 16rem;
  }

  :root .md\:w-auto{
    width: auto;
  }

  :root .md\:w-px{
    width: 1px;
  }

  :root .md\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .md\:w-1\/2{
    width: 50%;
  }

  :root .md\:w-1\/3{
    width: 33.333333%;
  }

  :root .md\:w-2\/3{
    width: 66.666667%;
  }

  :root .md\:w-1\/4{
    width: 25%;
  }

  :root .md\:w-2\/4{
    width: 50%;
  }

  :root .md\:w-3\/4{
    width: 75%;
  }

  :root .md\:w-1\/5{
    width: 20%;
  }

  :root .md\:w-2\/5{
    width: 40%;
  }

  :root .md\:w-3\/5{
    width: 60%;
  }

  :root .md\:w-4\/5{
    width: 80%;
  }

  :root .md\:w-1\/6{
    width: 16.666667%;
  }

  :root .md\:w-2\/6{
    width: 33.333333%;
  }

  :root .md\:w-3\/6{
    width: 50%;
  }

  :root .md\:w-4\/6{
    width: 66.666667%;
  }

  :root .md\:w-5\/6{
    width: 83.333333%;
  }

  :root .md\:w-1\/12{
    width: 8.333333%;
  }

  :root .md\:w-2\/12{
    width: 16.666667%;
  }

  :root .md\:w-3\/12{
    width: 25%;
  }

  :root .md\:w-4\/12{
    width: 33.333333%;
  }

  :root .md\:w-5\/12{
    width: 41.666667%;
  }

  :root .md\:w-6\/12{
    width: 50%;
  }

  :root .md\:w-7\/12{
    width: 58.333333%;
  }

  :root .md\:w-8\/12{
    width: 66.666667%;
  }

  :root .md\:w-9\/12{
    width: 75%;
  }

  :root .md\:w-10\/12{
    width: 83.333333%;
  }

  :root .md\:w-11\/12{
    width: 91.666667%;
  }

  :root .md\:w-full{
    width: 100%;
  }

  :root .md\:w-screen{
    width: 100vw;
  }

  :root .md\:z-0{
    z-index: 0;
  }

  :root .md\:z-10{
    z-index: 10;
  }

  :root .md\:z-20{
    z-index: 20;
  }

  :root .md\:z-30{
    z-index: 30;
  }

  :root .md\:z-40{
    z-index: 40;
  }

  :root .md\:z-50{
    z-index: 50;
  }

  :root .md\:z-auto{
    z-index: auto;
  }

  :root .md\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  :root .md\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  :root .md\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  :root .md\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  :root .md\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  :root .md\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  :root .md\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  :root .md\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  :root .md\:gap-9{
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  :root .md\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  :root .md\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  :root .md\:gap-14{
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  :root .md\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  :root .md\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  :root .md\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  :root .md\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  :root .md\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  :root .md\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  :root .md\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  :root .md\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  :root .md\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  :root .md\:gap-gutter{
    grid-gap: var(--padding-gutter);
    gap: var(--padding-gutter);
  }

  :root .md\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  :root .md\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  :root .md\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  :root .md\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  :root .md\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  :root .md\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  :root .md\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  :root .md\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  :root .md\:gap-x-9{
    grid-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  :root .md\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  :root .md\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  :root .md\:gap-x-14{
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  :root .md\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  :root .md\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  :root .md\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  :root .md\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  :root .md\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  :root .md\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  :root .md\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  :root .md\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  :root .md\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  :root .md\:gap-x-gutter{
    grid-column-gap: var(--padding-gutter);
    -moz-column-gap: var(--padding-gutter);
         column-gap: var(--padding-gutter);
  }

  :root .md\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  :root .md\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  :root .md\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  :root .md\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  :root .md\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  :root .md\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  :root .md\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  :root .md\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  :root .md\:gap-y-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  :root .md\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  :root .md\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  :root .md\:gap-y-14{
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  :root .md\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  :root .md\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  :root .md\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  :root .md\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  :root .md\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  :root .md\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  :root .md\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  :root .md\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  :root .md\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  :root .md\:gap-y-gutter{
    grid-row-gap: var(--padding-gutter);
    row-gap: var(--padding-gutter);
  }

  :root .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .md\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .md\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  :root .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  :root .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .md\:col-auto{
    grid-column: auto;
  }

  :root .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .md\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .md\:col-start-1{
    grid-column-start: 1;
  }

  :root .md\:col-start-2{
    grid-column-start: 2;
  }

  :root .md\:col-start-3{
    grid-column-start: 3;
  }

  :root .md\:col-start-4{
    grid-column-start: 4;
  }

  :root .md\:col-start-5{
    grid-column-start: 5;
  }

  :root .md\:col-start-6{
    grid-column-start: 6;
  }

  :root .md\:col-start-7{
    grid-column-start: 7;
  }

  :root .md\:col-start-8{
    grid-column-start: 8;
  }

  :root .md\:col-start-9{
    grid-column-start: 9;
  }

  :root .md\:col-start-10{
    grid-column-start: 10;
  }

  :root .md\:col-start-11{
    grid-column-start: 11;
  }

  :root .md\:col-start-12{
    grid-column-start: 12;
  }

  :root .md\:col-start-13{
    grid-column-start: 13;
  }

  :root .md\:col-start-auto{
    grid-column-start: auto;
  }

  :root .md\:col-end-1{
    grid-column-end: 1;
  }

  :root .md\:col-end-2{
    grid-column-end: 2;
  }

  :root .md\:col-end-3{
    grid-column-end: 3;
  }

  :root .md\:col-end-4{
    grid-column-end: 4;
  }

  :root .md\:col-end-5{
    grid-column-end: 5;
  }

  :root .md\:col-end-6{
    grid-column-end: 6;
  }

  :root .md\:col-end-7{
    grid-column-end: 7;
  }

  :root .md\:col-end-8{
    grid-column-end: 8;
  }

  :root .md\:col-end-9{
    grid-column-end: 9;
  }

  :root .md\:col-end-10{
    grid-column-end: 10;
  }

  :root .md\:col-end-11{
    grid-column-end: 11;
  }

  :root .md\:col-end-12{
    grid-column-end: 12;
  }

  :root .md\:col-end-13{
    grid-column-end: 13;
  }

  :root .md\:col-end-auto{
    grid-column-end: auto;
  }

  :root .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .md\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  :root .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  :root .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .md\:row-auto{
    grid-row: auto;
  }

  :root .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .md\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .md\:row-start-1{
    grid-row-start: 1;
  }

  :root .md\:row-start-2{
    grid-row-start: 2;
  }

  :root .md\:row-start-3{
    grid-row-start: 3;
  }

  :root .md\:row-start-4{
    grid-row-start: 4;
  }

  :root .md\:row-start-5{
    grid-row-start: 5;
  }

  :root .md\:row-start-6{
    grid-row-start: 6;
  }

  :root .md\:row-start-7{
    grid-row-start: 7;
  }

  :root .md\:row-start-auto{
    grid-row-start: auto;
  }

  :root .md\:row-end-1{
    grid-row-end: 1;
  }

  :root .md\:row-end-2{
    grid-row-end: 2;
  }

  :root .md\:row-end-3{
    grid-row-end: 3;
  }

  :root .md\:row-end-4{
    grid-row-end: 4;
  }

  :root .md\:row-end-5{
    grid-row-end: 5;
  }

  :root .md\:row-end-6{
    grid-row-end: 6;
  }

  :root .md\:row-end-7{
    grid-row-end: 7;
  }

  :root .md\:row-end-auto{
    grid-row-end: auto;
  }

  :root .md\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .md\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .md\:transform-none{
    transform: none;
  }

  :root .md\:origin-center{
    transform-origin: center;
  }

  :root .md\:origin-top{
    transform-origin: top;
  }

  :root .md\:origin-top-right{
    transform-origin: top right;
  }

  :root .md\:origin-right{
    transform-origin: right;
  }

  :root .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .md\:origin-bottom{
    transform-origin: bottom;
  }

  :root .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .md\:origin-left{
    transform-origin: left;
  }

  :root .md\:origin-top-left{
    transform-origin: top left;
  }

  :root .md\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .md\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .md\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .md\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .md\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .md\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .md\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .md\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .md\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .md\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .md\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .md\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .md\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .md\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .md\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .md\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .md\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .md\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .md\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .md\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .md\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .md\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .md\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .md\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .md\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .md\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .md\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .md\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .md\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .md\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .md\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .md\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .md\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .md\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .md\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .md\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .md\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .md\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .md\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .md\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .md\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .md\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .md\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .md\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .md\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .md\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .md\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .md\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .md\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .md\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .md\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .md\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .md\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .md\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .md\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .md\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .md\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .md\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .md\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .md\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .md\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .md\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .md\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .md\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .md\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .md\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .md\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .md\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .md\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .md\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .md\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .md\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .md\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .md\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .md\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .md\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .md\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .md\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .md\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .md\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .md\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .md\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .md\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .md\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .md\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .md\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .md\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .md\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .md\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .md\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .md\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .md\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .md\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .md\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .md\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .md\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .md\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .md\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .md\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .md\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .md\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .md\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .md\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .md\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .md\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .md\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .md\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .md\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .md\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .md\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .md\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .md\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .md\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .md\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .md\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .md\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .md\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .md\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .md\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .md\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .md\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .md\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .md\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .md\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .md\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .md\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .md\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .md\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .md\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .md\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .md\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .md\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .md\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .md\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .md\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .md\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .md\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .md\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .md\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .md\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .md\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .md\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .md\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .md\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .md\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .md\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .md\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .md\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .md\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .md\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .md\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .md\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .md\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .md\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .md\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .md\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .md\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .md\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .md\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .md\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .md\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .md\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .md\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .md\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .md\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .md\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .md\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .md\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .md\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .md\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .md\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .md\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .md\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .md\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .md\:transition-none{
    transition-property: none;
  }

  :root .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:ease-linear{
    transition-timing-function: linear;
  }

  :root .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  :root .md\:duration-75{
    transition-duration: 75ms;
  }

  :root .md\:duration-100{
    transition-duration: 100ms;
  }

  :root .md\:duration-150{
    transition-duration: 150ms;
  }

  :root .md\:duration-200{
    transition-duration: 200ms;
  }

  :root .md\:duration-300{
    transition-duration: 300ms;
  }

  :root .md\:duration-500{
    transition-duration: 500ms;
  }

  :root .md\:duration-700{
    transition-duration: 700ms;
  }

  :root .md\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .md\:delay-75{
    transition-delay: 75ms;
  }

  :root .md\:delay-100{
    transition-delay: 100ms;
  }

  :root .md\:delay-150{
    transition-delay: 150ms;
  }

  :root .md\:delay-200{
    transition-delay: 200ms;
  }

  :root .md\:delay-300{
    transition-delay: 300ms;
  }

  :root .md\:delay-500{
    transition-delay: 500ms;
  }

  :root .md\:delay-700{
    transition-delay: 700ms;
  }

  :root .md\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .md\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  :root .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  :root .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1280px){
  :root .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .lg\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .lg\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .lg\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .lg\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .lg\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .lg\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .lg\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .lg\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .lg\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .lg\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .lg\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .lg\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .lg\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .lg\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .lg\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .lg\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  :root .lg\:bg-fixed{
    background-attachment: fixed;
  }

  :root .lg\:bg-local{
    background-attachment: local;
  }

  :root .lg\:bg-scroll{
    background-attachment: scroll;
  }

  :root .lg\:bg-clip-border{
    background-clip: border-box;
  }

  :root .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .lg\:bg-clip-content{
    background-clip: content-box;
  }

  :root .lg\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  :root .lg\:bg-base{
    background-color: var(--background-base);
  }

  :root .lg\:bg-card{
    background-color: var(--background-card);
  }

  :root .lg\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .lg\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .lg\:bg-current{
    background-color: currentColor;
  }

  :root .lg\:bg-transparent{
    background-color: transparent;
  }

  :root .lg\:bg-black{
    background-color: var(--text-color);
  }

  :root .lg\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .lg\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .lg\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .lg\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .lg\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .lg\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .lg\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .lg\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .lg\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .lg\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .lg\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .lg\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .lg\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .lg\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .lg\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .lg\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .lg\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .lg\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .lg\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .lg\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .lg\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .lg\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .lg\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .lg\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .lg\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .lg\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .lg\:bg-none{
    background-image: none;
  }

  :root .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .lg\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .lg\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .lg\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .lg\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .lg\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .lg\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .lg\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .lg\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .lg\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .lg\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .lg\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .lg\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .lg\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .lg\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .lg\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .lg\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .lg\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .lg\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .lg\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .lg\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .lg\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .lg\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .lg\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .lg\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .lg\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .lg\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .lg\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .lg\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .lg\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .lg\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .lg\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .lg\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .lg\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .lg\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .lg\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .lg\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .lg\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .lg\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .lg\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .lg\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .lg\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .lg\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .lg\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .lg\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .lg\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .lg\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .lg\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .lg\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .lg\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .lg\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .lg\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .lg\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .lg\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .lg\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .lg\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .lg\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .lg\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .lg\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .lg\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .lg\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .lg\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .lg\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .lg\:bg-bottom{
    background-position: bottom;
  }

  :root .lg\:bg-center{
    background-position: center;
  }

  :root .lg\:bg-left{
    background-position: left;
  }

  :root .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .lg\:bg-left-top{
    background-position: left top;
  }

  :root .lg\:bg-right{
    background-position: right;
  }

  :root .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .lg\:bg-right-top{
    background-position: right top;
  }

  :root .lg\:bg-top{
    background-position: top;
  }

  :root .lg\:bg-repeat{
    background-repeat: repeat;
  }

  :root .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .lg\:bg-repeat-round{
    background-repeat: round;
  }

  :root .lg\:bg-repeat-space{
    background-repeat: space;
  }

  :root .lg\:bg-auto{
    background-size: auto;
  }

  :root .lg\:bg-cover{
    background-size: cover;
  }

  :root .lg\:bg-contain{
    background-size: contain;
  }

  :root .lg\:border-collapse{
    border-collapse: collapse;
  }

  :root .lg\:border-separate{
    border-collapse: separate;
  }

  :root .lg\:border-current{
    border-color: currentColor;
  }

  :root .lg\:border-transparent{
    border-color: transparent;
  }

  :root .lg\:border-black{
    border-color: var(--text-color);
  }

  :root .lg\:border-white{
    border-color: var(--text-color-light);
  }

  :root .lg\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .lg\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .lg\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .lg\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .lg\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .lg\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .lg\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .lg\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .lg\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .lg\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .lg\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .lg\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .lg\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .lg\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .lg\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .lg\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .lg\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .lg\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .lg\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .lg\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .lg\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .lg\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .lg\:rounded-none{
    border-radius: 0;
  }

  :root .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .lg\:rounded{
    border-radius: 0.25rem;
  }

  :root .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .lg\:rounded-full{
    border-radius: 9999px;
  }

  :root .lg\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .lg\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .lg\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .lg\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .lg\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .lg\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .lg\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .lg\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .lg\:border-solid{
    border-style: solid;
  }

  :root .lg\:border-dashed{
    border-style: dashed;
  }

  :root .lg\:border-dotted{
    border-style: dotted;
  }

  :root .lg\:border-double{
    border-style: double;
  }

  :root .lg\:border-none{
    border-style: none;
  }

  :root .lg\:border-0{
    border-width: 0;
  }

  :root .lg\:border-2{
    border-width: 2px;
  }

  :root .lg\:border-3{
    border-width: 3px;
  }

  :root .lg\:border-4{
    border-width: 4px;
  }

  :root .lg\:border-8{
    border-width: 8px;
  }

  :root .lg\:border{
    border-width: 1px;
  }

  :root .lg\:border-t-0{
    border-top-width: 0;
  }

  :root .lg\:border-r-0{
    border-right-width: 0;
  }

  :root .lg\:border-b-0{
    border-bottom-width: 0;
  }

  :root .lg\:border-l-0{
    border-left-width: 0;
  }

  :root .lg\:border-t-2{
    border-top-width: 2px;
  }

  :root .lg\:border-r-2{
    border-right-width: 2px;
  }

  :root .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .lg\:border-l-2{
    border-left-width: 2px;
  }

  :root .lg\:border-t-3{
    border-top-width: 3px;
  }

  :root .lg\:border-r-3{
    border-right-width: 3px;
  }

  :root .lg\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .lg\:border-l-3{
    border-left-width: 3px;
  }

  :root .lg\:border-t-4{
    border-top-width: 4px;
  }

  :root .lg\:border-r-4{
    border-right-width: 4px;
  }

  :root .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .lg\:border-l-4{
    border-left-width: 4px;
  }

  :root .lg\:border-t-8{
    border-top-width: 8px;
  }

  :root .lg\:border-r-8{
    border-right-width: 8px;
  }

  :root .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .lg\:border-l-8{
    border-left-width: 8px;
  }

  :root .lg\:border-t{
    border-top-width: 1px;
  }

  :root .lg\:border-r{
    border-right-width: 1px;
  }

  :root .lg\:border-b{
    border-bottom-width: 1px;
  }

  :root .lg\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .lg\:box-border{
    box-sizing: border-box;
  }

  :root .lg\:box-content{
    box-sizing: content-box;
  }

  :root .lg\:cursor-auto{
    cursor: auto;
  }

  :root .lg\:cursor{
    cursor: default;
  }

  :root .lg\:cursor-pointer{
    cursor: pointer;
  }

  :root .lg\:cursor-wait{
    cursor: wait;
  }

  :root .lg\:cursor-text{
    cursor: text;
  }

  :root .lg\:cursor-move{
    cursor: move;
  }

  :root .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .lg\:block{
    display: block;
  }

  :root .lg\:inline-block{
    display: inline-block;
  }

  :root .lg\:inline{
    display: inline;
  }

  :root .lg\:flex{
    display: flex;
  }

  :root .lg\:inline-flex{
    display: inline-flex;
  }

  :root .lg\:table{
    display: table;
  }

  :root .lg\:table-caption{
    display: table-caption;
  }

  :root .lg\:table-cell{
    display: table-cell;
  }

  :root .lg\:table-column{
    display: table-column;
  }

  :root .lg\:table-column-group{
    display: table-column-group;
  }

  :root .lg\:table-footer-group{
    display: table-footer-group;
  }

  :root .lg\:table-header-group{
    display: table-header-group;
  }

  :root .lg\:table-row-group{
    display: table-row-group;
  }

  :root .lg\:table-row{
    display: table-row;
  }

  :root .lg\:flow-root{
    display: flow-root;
  }

  :root .lg\:grid{
    display: grid;
  }

  :root .lg\:inline-grid{
    display: inline-grid;
  }

  :root .lg\:contents{
    display: contents;
  }

  :root .lg\:hidden{
    display: none;
  }

  :root .lg\:flex-row{
    flex-direction: row;
  }

  :root .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .lg\:flex-col{
    flex-direction: column;
  }

  :root .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .lg\:place-items-auto{
    place-items: auto;
  }

  :root .lg\:place-items-start{
    place-items: start;
  }

  :root .lg\:place-items-end{
    place-items: end;
  }

  :root .lg\:place-items-center{
    place-items: center;
  }

  :root .lg\:place-items-stretch{
    place-items: stretch;
  }

  :root .lg\:place-content-center{
    place-content: center;
  }

  :root .lg\:place-content-start{
    place-content: start;
  }

  :root .lg\:place-content-end{
    place-content: end;
  }

  :root .lg\:place-content-between{
    place-content: space-between;
  }

  :root .lg\:place-content-around{
    place-content: space-around;
  }

  :root .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .lg\:place-content-stretch{
    place-content: stretch;
  }

  :root .lg\:place-self-auto{
    place-self: auto;
  }

  :root .lg\:place-self-start{
    place-self: start;
  }

  :root .lg\:place-self-end{
    place-self: end;
  }

  :root .lg\:place-self-center{
    place-self: center;
  }

  :root .lg\:place-self-stretch{
    place-self: stretch;
  }

  :root .lg\:items-start{
    align-items: flex-start;
  }

  :root .lg\:items-end{
    align-items: flex-end;
  }

  :root .lg\:items-center{
    align-items: center;
  }

  :root .lg\:items-baseline{
    align-items: baseline;
  }

  :root .lg\:items-stretch{
    align-items: stretch;
  }

  :root .lg\:content-center{
    align-content: center;
  }

  :root .lg\:content-start{
    align-content: flex-start;
  }

  :root .lg\:content-end{
    align-content: flex-end;
  }

  :root .lg\:content-between{
    align-content: space-between;
  }

  :root .lg\:content-around{
    align-content: space-around;
  }

  :root .lg\:content-evenly{
    align-content: space-evenly;
  }

  :root .lg\:self-auto{
    align-self: auto;
  }

  :root .lg\:self-start{
    align-self: flex-start;
  }

  :root .lg\:self-end{
    align-self: flex-end;
  }

  :root .lg\:self-center{
    align-self: center;
  }

  :root .lg\:self-stretch{
    align-self: stretch;
  }

  :root .lg\:justify-items-auto{
    justify-items: auto;
  }

  :root .lg\:justify-items-start{
    justify-items: start;
  }

  :root .lg\:justify-items-end{
    justify-items: end;
  }

  :root .lg\:justify-items-center{
    justify-items: center;
  }

  :root .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .lg\:justify-start{
    justify-content: flex-start;
  }

  :root .lg\:justify-end{
    justify-content: flex-end;
  }

  :root .lg\:justify-center{
    justify-content: center;
  }

  :root .lg\:justify-between{
    justify-content: space-between;
  }

  :root .lg\:justify-around{
    justify-content: space-around;
  }

  :root .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .lg\:justify-self-auto{
    justify-self: auto;
  }

  :root .lg\:justify-self-start{
    justify-self: start;
  }

  :root .lg\:justify-self-end{
    justify-self: end;
  }

  :root .lg\:justify-self-center{
    justify-self: center;
  }

  :root .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .lg\:flex-1{
    flex: 1 1 0%;
  }

  :root .lg\:flex-auto{
    flex: 1 1 auto;
  }

  :root .lg\:flex-initial{
    flex: 0 1 auto;
  }

  :root .lg\:flex-none{
    flex: none;
  }

  :root .lg\:flex-grow-0{
    flex-grow: 0;
  }

  :root .lg\:flex-grow{
    flex-grow: 1;
  }

  :root .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .lg\:flex-shrink{
    flex-shrink: 1;
  }

  :root .lg\:order-1{
    order: 1;
  }

  :root .lg\:order-2{
    order: 2;
  }

  :root .lg\:order-3{
    order: 3;
  }

  :root .lg\:order-4{
    order: 4;
  }

  :root .lg\:order-5{
    order: 5;
  }

  :root .lg\:order-6{
    order: 6;
  }

  :root .lg\:order-7{
    order: 7;
  }

  :root .lg\:order-8{
    order: 8;
  }

  :root .lg\:order-9{
    order: 9;
  }

  :root .lg\:order-10{
    order: 10;
  }

  :root .lg\:order-11{
    order: 11;
  }

  :root .lg\:order-12{
    order: 12;
  }

  :root .lg\:order-first{
    order: -9999;
  }

  :root .lg\:order-last{
    order: 9999;
  }

  :root .lg\:order-none{
    order: 0;
  }

  :root .lg\:float-right{
    float: right;
  }

  :root .lg\:float-left{
    float: left;
  }

  :root .lg\:float-none{
    float: none;
  }

  :root .lg\:clear-left{
    clear: left;
  }

  :root .lg\:clear-right{
    clear: right;
  }

  :root .lg\:clear-both{
    clear: both;
  }

  :root .lg\:clear-none{
    clear: none;
  }

  :root .lg\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .lg\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .lg\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .lg\:font-hairline{
    font-weight: 100;
  }

  :root .lg\:font-thin{
    font-weight: 200;
  }

  :root .lg\:font-light{
    font-weight: 300;
  }

  :root .lg\:font-normal{
    font-weight: 400;
  }

  :root .lg\:font-medium{
    font-weight: 500;
  }

  :root .lg\:font-semibold{
    font-weight: 600;
  }

  :root .lg\:font-bold{
    font-weight: 700;
  }

  :root .lg\:font-extrabold{
    font-weight: 800;
  }

  :root .lg\:font-black{
    font-weight: 900;
  }

  :root .lg\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .lg\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .lg\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .lg\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .lg\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .lg\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .lg\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .lg\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .lg\:h-0{
    height: 0;
  }

  :root .lg\:h-1{
    height: 0.25rem;
  }

  :root .lg\:h-2{
    height: 0.5rem;
  }

  :root .lg\:h-3{
    height: 0.75rem;
  }

  :root .lg\:h-4{
    height: 1rem;
  }

  :root .lg\:h-5{
    height: 1.25rem;
  }

  :root .lg\:h-6{
    height: 1.5rem;
  }

  :root .lg\:h-8{
    height: 2rem;
  }

  :root .lg\:h-9{
    height: 2.25rem;
  }

  :root .lg\:h-10{
    height: 2.5rem;
  }

  :root .lg\:h-12{
    height: 3rem;
  }

  :root .lg\:h-14{
    height: 3.5rem;
  }

  :root .lg\:h-16{
    height: 4rem;
  }

  :root .lg\:h-20{
    height: 5rem;
  }

  :root .lg\:h-24{
    height: 6rem;
  }

  :root .lg\:h-32{
    height: 8rem;
  }

  :root .lg\:h-40{
    height: 10rem;
  }

  :root .lg\:h-48{
    height: 12rem;
  }

  :root .lg\:h-56{
    height: 14rem;
  }

  :root .lg\:h-64{
    height: 16rem;
  }

  :root .lg\:h-auto{
    height: auto;
  }

  :root .lg\:h-px{
    height: 1px;
  }

  :root .lg\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .lg\:h-full{
    height: 100%;
  }

  :root .lg\:h-screen{
    height: 100vh;
  }

  :root .lg\:text-xxs{
    font-size: 0.625rem;
  }

  :root .lg\:text-xs{
    font-size: 0.75rem;
  }

  :root .lg\:text-sm{
    font-size: 0.875rem;
  }

  :root .lg\:text-base{
    font-size: 1rem;
  }

  :root .lg\:text-lg{
    font-size: 1.125rem;
  }

  :root .lg\:text-xl{
    font-size: 1.25rem;
  }

  :root .lg\:text-2xl{
    font-size: 1.5rem;
  }

  :root .lg\:text-3xl{
    font-size: 1.875rem;
  }

  :root .lg\:text-4xl{
    font-size: 2.25rem;
  }

  :root .lg\:text-5xl{
    font-size: 3rem;
  }

  :root .lg\:text-6xl{
    font-size: 4rem;
  }

  :root .lg\:leading-none{
    line-height: 1;
  }

  :root .lg\:leading-tight{
    line-height: 1.25;
  }

  :root .lg\:leading-snug{
    line-height: 1.375;
  }

  :root .lg\:leading-normal{
    line-height: 1.5;
  }

  :root .lg\:leading-relaxed{
    line-height: 1.625;
  }

  :root .lg\:leading-loose{
    line-height: 2;
  }

  :root .lg\:list-inside{
    list-style-position: inside;
  }

  :root .lg\:list-outside{
    list-style-position: outside;
  }

  :root .lg\:list-none{
    list-style-type: none;
  }

  :root .lg\:list-disc{
    list-style-type: disc;
  }

  :root .lg\:list-decimal{
    list-style-type: decimal;
  }

  :root .lg\:m-0{
    margin: 0;
  }

  :root .lg\:m-1{
    margin: 0.25rem;
  }

  :root .lg\:m-2{
    margin: 0.5rem;
  }

  :root .lg\:m-3{
    margin: 0.75rem;
  }

  :root .lg\:m-4{
    margin: 1rem;
  }

  :root .lg\:m-5{
    margin: 1.25rem;
  }

  :root .lg\:m-6{
    margin: 1.5rem;
  }

  :root .lg\:m-8{
    margin: 2rem;
  }

  :root .lg\:m-9{
    margin: 2.25rem;
  }

  :root .lg\:m-10{
    margin: 2.5rem;
  }

  :root .lg\:m-12{
    margin: 3rem;
  }

  :root .lg\:m-14{
    margin: 3.5rem;
  }

  :root .lg\:m-16{
    margin: 4rem;
  }

  :root .lg\:m-20{
    margin: 5rem;
  }

  :root .lg\:m-24{
    margin: 6rem;
  }

  :root .lg\:m-32{
    margin: 8rem;
  }

  :root .lg\:m-40{
    margin: 10rem;
  }

  :root .lg\:m-48{
    margin: 12rem;
  }

  :root .lg\:m-56{
    margin: 14rem;
  }

  :root .lg\:m-64{
    margin: 16rem;
  }

  :root .lg\:m-auto{
    margin: auto;
  }

  :root .lg\:m-px{
    margin: 1px;
  }

  :root .lg\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .lg\:-m-1{
    margin: -0.25rem;
  }

  :root .lg\:-m-2{
    margin: -0.5rem;
  }

  :root .lg\:-m-3{
    margin: -0.75rem;
  }

  :root .lg\:-m-4{
    margin: -1rem;
  }

  :root .lg\:-m-5{
    margin: -1.25rem;
  }

  :root .lg\:-m-6{
    margin: -1.5rem;
  }

  :root .lg\:-m-8{
    margin: -2rem;
  }

  :root .lg\:-m-9{
    margin: -2.25rem;
  }

  :root .lg\:-m-10{
    margin: -2.5rem;
  }

  :root .lg\:-m-12{
    margin: -3rem;
  }

  :root .lg\:-m-14{
    margin: -3.5rem;
  }

  :root .lg\:-m-16{
    margin: -4rem;
  }

  :root .lg\:-m-20{
    margin: -5rem;
  }

  :root .lg\:-m-24{
    margin: -6rem;
  }

  :root .lg\:-m-32{
    margin: -8rem;
  }

  :root .lg\:-m-40{
    margin: -10rem;
  }

  :root .lg\:-m-48{
    margin: -12rem;
  }

  :root .lg\:-m-56{
    margin: -14rem;
  }

  :root .lg\:-m-64{
    margin: -16rem;
  }

  :root .lg\:-m-px{
    margin: -1px;
  }

  :root .lg\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .lg\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .lg\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .lg\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .lg\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .lg\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .lg\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .lg\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .lg\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .lg\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .lg\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .lg\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:mt-0{
    margin-top: 0;
  }

  :root .lg\:mr-0{
    margin-right: 0;
  }

  :root .lg\:mb-0{
    margin-bottom: 0;
  }

  :root .lg\:ml-0{
    margin-left: 0;
  }

  :root .lg\:mt-1{
    margin-top: 0.25rem;
  }

  :root .lg\:mr-1{
    margin-right: 0.25rem;
  }

  :root .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .lg\:ml-1{
    margin-left: 0.25rem;
  }

  :root .lg\:mt-2{
    margin-top: 0.5rem;
  }

  :root .lg\:mr-2{
    margin-right: 0.5rem;
  }

  :root .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .lg\:ml-2{
    margin-left: 0.5rem;
  }

  :root .lg\:mt-3{
    margin-top: 0.75rem;
  }

  :root .lg\:mr-3{
    margin-right: 0.75rem;
  }

  :root .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .lg\:ml-3{
    margin-left: 0.75rem;
  }

  :root .lg\:mt-4{
    margin-top: 1rem;
  }

  :root .lg\:mr-4{
    margin-right: 1rem;
  }

  :root .lg\:mb-4{
    margin-bottom: 1rem;
  }

  :root .lg\:ml-4{
    margin-left: 1rem;
  }

  :root .lg\:mt-5{
    margin-top: 1.25rem;
  }

  :root .lg\:mr-5{
    margin-right: 1.25rem;
  }

  :root .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .lg\:ml-5{
    margin-left: 1.25rem;
  }

  :root .lg\:mt-6{
    margin-top: 1.5rem;
  }

  :root .lg\:mr-6{
    margin-right: 1.5rem;
  }

  :root .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .lg\:ml-6{
    margin-left: 1.5rem;
  }

  :root .lg\:mt-8{
    margin-top: 2rem;
  }

  :root .lg\:mr-8{
    margin-right: 2rem;
  }

  :root .lg\:mb-8{
    margin-bottom: 2rem;
  }

  :root .lg\:ml-8{
    margin-left: 2rem;
  }

  :root .lg\:mt-9{
    margin-top: 2.25rem;
  }

  :root .lg\:mr-9{
    margin-right: 2.25rem;
  }

  :root .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .lg\:ml-9{
    margin-left: 2.25rem;
  }

  :root .lg\:mt-10{
    margin-top: 2.5rem;
  }

  :root .lg\:mr-10{
    margin-right: 2.5rem;
  }

  :root .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .lg\:ml-10{
    margin-left: 2.5rem;
  }

  :root .lg\:mt-12{
    margin-top: 3rem;
  }

  :root .lg\:mr-12{
    margin-right: 3rem;
  }

  :root .lg\:mb-12{
    margin-bottom: 3rem;
  }

  :root .lg\:ml-12{
    margin-left: 3rem;
  }

  :root .lg\:mt-14{
    margin-top: 3.5rem;
  }

  :root .lg\:mr-14{
    margin-right: 3.5rem;
  }

  :root .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .lg\:ml-14{
    margin-left: 3.5rem;
  }

  :root .lg\:mt-16{
    margin-top: 4rem;
  }

  :root .lg\:mr-16{
    margin-right: 4rem;
  }

  :root .lg\:mb-16{
    margin-bottom: 4rem;
  }

  :root .lg\:ml-16{
    margin-left: 4rem;
  }

  :root .lg\:mt-20{
    margin-top: 5rem;
  }

  :root .lg\:mr-20{
    margin-right: 5rem;
  }

  :root .lg\:mb-20{
    margin-bottom: 5rem;
  }

  :root .lg\:ml-20{
    margin-left: 5rem;
  }

  :root .lg\:mt-24{
    margin-top: 6rem;
  }

  :root .lg\:mr-24{
    margin-right: 6rem;
  }

  :root .lg\:mb-24{
    margin-bottom: 6rem;
  }

  :root .lg\:ml-24{
    margin-left: 6rem;
  }

  :root .lg\:mt-32{
    margin-top: 8rem;
  }

  :root .lg\:mr-32{
    margin-right: 8rem;
  }

  :root .lg\:mb-32{
    margin-bottom: 8rem;
  }

  :root .lg\:ml-32{
    margin-left: 8rem;
  }

  :root .lg\:mt-40{
    margin-top: 10rem;
  }

  :root .lg\:mr-40{
    margin-right: 10rem;
  }

  :root .lg\:mb-40{
    margin-bottom: 10rem;
  }

  :root .lg\:ml-40{
    margin-left: 10rem;
  }

  :root .lg\:mt-48{
    margin-top: 12rem;
  }

  :root .lg\:mr-48{
    margin-right: 12rem;
  }

  :root .lg\:mb-48{
    margin-bottom: 12rem;
  }

  :root .lg\:ml-48{
    margin-left: 12rem;
  }

  :root .lg\:mt-56{
    margin-top: 14rem;
  }

  :root .lg\:mr-56{
    margin-right: 14rem;
  }

  :root .lg\:mb-56{
    margin-bottom: 14rem;
  }

  :root .lg\:ml-56{
    margin-left: 14rem;
  }

  :root .lg\:mt-64{
    margin-top: 16rem;
  }

  :root .lg\:mr-64{
    margin-right: 16rem;
  }

  :root .lg\:mb-64{
    margin-bottom: 16rem;
  }

  :root .lg\:ml-64{
    margin-left: 16rem;
  }

  :root .lg\:mt-auto{
    margin-top: auto;
  }

  :root .lg\:mr-auto{
    margin-right: auto;
  }

  :root .lg\:mb-auto{
    margin-bottom: auto;
  }

  :root .lg\:ml-auto{
    margin-left: auto;
  }

  :root .lg\:mt-px{
    margin-top: 1px;
  }

  :root .lg\:mr-px{
    margin-right: 1px;
  }

  :root .lg\:mb-px{
    margin-bottom: 1px;
  }

  :root .lg\:ml-px{
    margin-left: 1px;
  }

  :root .lg\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .lg\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .lg\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .lg\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .lg\:-mt-4{
    margin-top: -1rem;
  }

  :root .lg\:-mr-4{
    margin-right: -1rem;
  }

  :root .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .lg\:-ml-4{
    margin-left: -1rem;
  }

  :root .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .lg\:-mt-8{
    margin-top: -2rem;
  }

  :root .lg\:-mr-8{
    margin-right: -2rem;
  }

  :root .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .lg\:-ml-8{
    margin-left: -2rem;
  }

  :root .lg\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .lg\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .lg\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .lg\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .lg\:-mt-12{
    margin-top: -3rem;
  }

  :root .lg\:-mr-12{
    margin-right: -3rem;
  }

  :root .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .lg\:-ml-12{
    margin-left: -3rem;
  }

  :root .lg\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .lg\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .lg\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .lg\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .lg\:-mt-16{
    margin-top: -4rem;
  }

  :root .lg\:-mr-16{
    margin-right: -4rem;
  }

  :root .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .lg\:-ml-16{
    margin-left: -4rem;
  }

  :root .lg\:-mt-20{
    margin-top: -5rem;
  }

  :root .lg\:-mr-20{
    margin-right: -5rem;
  }

  :root .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .lg\:-ml-20{
    margin-left: -5rem;
  }

  :root .lg\:-mt-24{
    margin-top: -6rem;
  }

  :root .lg\:-mr-24{
    margin-right: -6rem;
  }

  :root .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .lg\:-ml-24{
    margin-left: -6rem;
  }

  :root .lg\:-mt-32{
    margin-top: -8rem;
  }

  :root .lg\:-mr-32{
    margin-right: -8rem;
  }

  :root .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .lg\:-ml-32{
    margin-left: -8rem;
  }

  :root .lg\:-mt-40{
    margin-top: -10rem;
  }

  :root .lg\:-mr-40{
    margin-right: -10rem;
  }

  :root .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .lg\:-ml-40{
    margin-left: -10rem;
  }

  :root .lg\:-mt-48{
    margin-top: -12rem;
  }

  :root .lg\:-mr-48{
    margin-right: -12rem;
  }

  :root .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .lg\:-ml-48{
    margin-left: -12rem;
  }

  :root .lg\:-mt-56{
    margin-top: -14rem;
  }

  :root .lg\:-mr-56{
    margin-right: -14rem;
  }

  :root .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .lg\:-ml-56{
    margin-left: -14rem;
  }

  :root .lg\:-mt-64{
    margin-top: -16rem;
  }

  :root .lg\:-mr-64{
    margin-right: -16rem;
  }

  :root .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .lg\:-ml-64{
    margin-left: -16rem;
  }

  :root .lg\:-mt-px{
    margin-top: -1px;
  }

  :root .lg\:-mr-px{
    margin-right: -1px;
  }

  :root .lg\:-mb-px{
    margin-bottom: -1px;
  }

  :root .lg\:-ml-px{
    margin-left: -1px;
  }

  :root .lg\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .lg\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .lg\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .lg\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .lg\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .lg\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .lg\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:max-h-full{
    max-height: 100%;
  }

  :root .lg\:max-h-screen{
    max-height: 100vh;
  }

  :root .lg\:max-w-unset{
    max-width: unset;
  }

  :root .lg\:max-w-xxxs{
    max-width: 16rem;
  }

  :root .lg\:max-w-xxs{
    max-width: 18rem;
  }

  :root .lg\:max-w-xs{
    max-width: 20rem;
  }

  :root .lg\:max-w-sm{
    max-width: 24rem;
  }

  :root .lg\:max-w-md{
    max-width: 28rem;
  }

  :root .lg\:max-w-lg{
    max-width: 32rem;
  }

  :root .lg\:max-w-xl{
    max-width: 36rem;
  }

  :root .lg\:max-w-2xl{
    max-width: 42rem;
  }

  :root .lg\:max-w-3xl{
    max-width: 48rem;
  }

  :root .lg\:max-w-4xl{
    max-width: 56rem;
  }

  :root .lg\:max-w-5xl{
    max-width: 64rem;
  }

  :root .lg\:max-w-6xl{
    max-width: 72rem;
  }

  :root .lg\:max-w-full{
    max-width: 100%;
  }

  :root .lg\:min-h-0{
    min-height: 0;
  }

  :root .lg\:min-h-full{
    min-height: 100%;
  }

  :root .lg\:min-h-screen{
    min-height: 100vh;
  }

  :root .lg\:min-w-0{
    min-width: 0;
  }

  :root .lg\:min-w-1{
    min-width: 0.25rem;
  }

  :root .lg\:min-w-2{
    min-width: 0.5rem;
  }

  :root .lg\:min-w-3{
    min-width: 0.75rem;
  }

  :root .lg\:min-w-4{
    min-width: 1rem;
  }

  :root .lg\:min-w-5{
    min-width: 1.25rem;
  }

  :root .lg\:min-w-6{
    min-width: 1.5rem;
  }

  :root .lg\:min-w-8{
    min-width: 2rem;
  }

  :root .lg\:min-w-9{
    min-width: 2.25rem;
  }

  :root .lg\:min-w-10{
    min-width: 2.5rem;
  }

  :root .lg\:min-w-12{
    min-width: 3rem;
  }

  :root .lg\:min-w-14{
    min-width: 3.5rem;
  }

  :root .lg\:min-w-16{
    min-width: 4rem;
  }

  :root .lg\:min-w-20{
    min-width: 5rem;
  }

  :root .lg\:min-w-24{
    min-width: 6rem;
  }

  :root .lg\:min-w-32{
    min-width: 8rem;
  }

  :root .lg\:min-w-40{
    min-width: 10rem;
  }

  :root .lg\:min-w-48{
    min-width: 12rem;
  }

  :root .lg\:min-w-56{
    min-width: 14rem;
  }

  :root .lg\:min-w-64{
    min-width: 16rem;
  }

  :root .lg\:min-w-full{
    min-width: 100%;
  }

  :root .lg\:min-w-px{
    min-width: 1px;
  }

  :root .lg\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  :root .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  :root .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  :root .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  :root .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  :root .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  :root .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  :root .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  :root .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  :root .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  :root .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  :root .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  :root .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  :root .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  :root .lg\:opacity-0{
    opacity: 0;
  }

  :root .lg\:opacity-25{
    opacity: 0.25;
  }

  :root .lg\:opacity-50{
    opacity: 0.5;
  }

  :root .lg\:opacity-75{
    opacity: 0.75;
  }

  :root .lg\:opacity-100{
    opacity: 1;
  }

  :root .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .lg\:overflow-auto{
    overflow: auto;
  }

  :root .lg\:overflow-hidden{
    overflow: hidden;
  }

  :root .lg\:overflow-visible{
    overflow: visible;
  }

  :root .lg\:overflow-scroll{
    overflow: scroll;
  }

  :root .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .lg\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  :root .lg\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  :root .lg\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  :root .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .lg\:p-0{
    padding: 0;
  }

  :root .lg\:p-1{
    padding: 0.25rem;
  }

  :root .lg\:p-2{
    padding: 0.5rem;
  }

  :root .lg\:p-3{
    padding: 0.75rem;
  }

  :root .lg\:p-4{
    padding: 1rem;
  }

  :root .lg\:p-5{
    padding: 1.25rem;
  }

  :root .lg\:p-6{
    padding: 1.5rem;
  }

  :root .lg\:p-8{
    padding: 2rem;
  }

  :root .lg\:p-9{
    padding: 2.25rem;
  }

  :root .lg\:p-10{
    padding: 2.5rem;
  }

  :root .lg\:p-12{
    padding: 3rem;
  }

  :root .lg\:p-14{
    padding: 3.5rem;
  }

  :root .lg\:p-16{
    padding: 4rem;
  }

  :root .lg\:p-20{
    padding: 5rem;
  }

  :root .lg\:p-24{
    padding: 6rem;
  }

  :root .lg\:p-32{
    padding: 8rem;
  }

  :root .lg\:p-40{
    padding: 10rem;
  }

  :root .lg\:p-48{
    padding: 12rem;
  }

  :root .lg\:p-56{
    padding: 14rem;
  }

  :root .lg\:p-64{
    padding: 16rem;
  }

  :root .lg\:p-px{
    padding: 1px;
  }

  :root .lg\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .lg\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .lg\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .lg\:pt-0{
    padding-top: 0;
  }

  :root .lg\:pr-0{
    padding-right: 0;
  }

  :root .lg\:pb-0{
    padding-bottom: 0;
  }

  :root .lg\:pl-0{
    padding-left: 0;
  }

  :root .lg\:pt-1{
    padding-top: 0.25rem;
  }

  :root .lg\:pr-1{
    padding-right: 0.25rem;
  }

  :root .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .lg\:pl-1{
    padding-left: 0.25rem;
  }

  :root .lg\:pt-2{
    padding-top: 0.5rem;
  }

  :root .lg\:pr-2{
    padding-right: 0.5rem;
  }

  :root .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .lg\:pl-2{
    padding-left: 0.5rem;
  }

  :root .lg\:pt-3{
    padding-top: 0.75rem;
  }

  :root .lg\:pr-3{
    padding-right: 0.75rem;
  }

  :root .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .lg\:pl-3{
    padding-left: 0.75rem;
  }

  :root .lg\:pt-4{
    padding-top: 1rem;
  }

  :root .lg\:pr-4{
    padding-right: 1rem;
  }

  :root .lg\:pb-4{
    padding-bottom: 1rem;
  }

  :root .lg\:pl-4{
    padding-left: 1rem;
  }

  :root .lg\:pt-5{
    padding-top: 1.25rem;
  }

  :root .lg\:pr-5{
    padding-right: 1.25rem;
  }

  :root .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .lg\:pl-5{
    padding-left: 1.25rem;
  }

  :root .lg\:pt-6{
    padding-top: 1.5rem;
  }

  :root .lg\:pr-6{
    padding-right: 1.5rem;
  }

  :root .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .lg\:pl-6{
    padding-left: 1.5rem;
  }

  :root .lg\:pt-8{
    padding-top: 2rem;
  }

  :root .lg\:pr-8{
    padding-right: 2rem;
  }

  :root .lg\:pb-8{
    padding-bottom: 2rem;
  }

  :root .lg\:pl-8{
    padding-left: 2rem;
  }

  :root .lg\:pt-9{
    padding-top: 2.25rem;
  }

  :root .lg\:pr-9{
    padding-right: 2.25rem;
  }

  :root .lg\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .lg\:pl-9{
    padding-left: 2.25rem;
  }

  :root .lg\:pt-10{
    padding-top: 2.5rem;
  }

  :root .lg\:pr-10{
    padding-right: 2.5rem;
  }

  :root .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .lg\:pl-10{
    padding-left: 2.5rem;
  }

  :root .lg\:pt-12{
    padding-top: 3rem;
  }

  :root .lg\:pr-12{
    padding-right: 3rem;
  }

  :root .lg\:pb-12{
    padding-bottom: 3rem;
  }

  :root .lg\:pl-12{
    padding-left: 3rem;
  }

  :root .lg\:pt-14{
    padding-top: 3.5rem;
  }

  :root .lg\:pr-14{
    padding-right: 3.5rem;
  }

  :root .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .lg\:pl-14{
    padding-left: 3.5rem;
  }

  :root .lg\:pt-16{
    padding-top: 4rem;
  }

  :root .lg\:pr-16{
    padding-right: 4rem;
  }

  :root .lg\:pb-16{
    padding-bottom: 4rem;
  }

  :root .lg\:pl-16{
    padding-left: 4rem;
  }

  :root .lg\:pt-20{
    padding-top: 5rem;
  }

  :root .lg\:pr-20{
    padding-right: 5rem;
  }

  :root .lg\:pb-20{
    padding-bottom: 5rem;
  }

  :root .lg\:pl-20{
    padding-left: 5rem;
  }

  :root .lg\:pt-24{
    padding-top: 6rem;
  }

  :root .lg\:pr-24{
    padding-right: 6rem;
  }

  :root .lg\:pb-24{
    padding-bottom: 6rem;
  }

  :root .lg\:pl-24{
    padding-left: 6rem;
  }

  :root .lg\:pt-32{
    padding-top: 8rem;
  }

  :root .lg\:pr-32{
    padding-right: 8rem;
  }

  :root .lg\:pb-32{
    padding-bottom: 8rem;
  }

  :root .lg\:pl-32{
    padding-left: 8rem;
  }

  :root .lg\:pt-40{
    padding-top: 10rem;
  }

  :root .lg\:pr-40{
    padding-right: 10rem;
  }

  :root .lg\:pb-40{
    padding-bottom: 10rem;
  }

  :root .lg\:pl-40{
    padding-left: 10rem;
  }

  :root .lg\:pt-48{
    padding-top: 12rem;
  }

  :root .lg\:pr-48{
    padding-right: 12rem;
  }

  :root .lg\:pb-48{
    padding-bottom: 12rem;
  }

  :root .lg\:pl-48{
    padding-left: 12rem;
  }

  :root .lg\:pt-56{
    padding-top: 14rem;
  }

  :root .lg\:pr-56{
    padding-right: 14rem;
  }

  :root .lg\:pb-56{
    padding-bottom: 14rem;
  }

  :root .lg\:pl-56{
    padding-left: 14rem;
  }

  :root .lg\:pt-64{
    padding-top: 16rem;
  }

  :root .lg\:pr-64{
    padding-right: 16rem;
  }

  :root .lg\:pb-64{
    padding-bottom: 16rem;
  }

  :root .lg\:pl-64{
    padding-left: 16rem;
  }

  :root .lg\:pt-px{
    padding-top: 1px;
  }

  :root .lg\:pr-px{
    padding-right: 1px;
  }

  :root .lg\:pb-px{
    padding-bottom: 1px;
  }

  :root .lg\:pl-px{
    padding-left: 1px;
  }

  :root .lg\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .lg\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .lg\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .lg\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .lg\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .lg\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .lg\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .lg\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .lg\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  :root .lg\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  :root .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  :root .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  :root .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .lg\:placeholder-black::-moz-placeholder{
    color: var(--text-color);
  }

  :root .lg\:placeholder-black:-ms-input-placeholder{
    color: var(--text-color);
  }

  :root .lg\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .lg\:placeholder-white::-moz-placeholder{
    color: var(--text-color-light);
  }

  :root .lg\:placeholder-white:-ms-input-placeholder{
    color: var(--text-color-light);
  }

  :root .lg\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .lg\:placeholder-contrast-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-contrast-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-contrast-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-contrast-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-gray-light::-moz-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:placeholder-gray-light:-ms-input-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-red-light::-moz-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:placeholder-red-light:-ms-input-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-orange-light::-moz-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:placeholder-orange-light:-ms-input-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:placeholder-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-deep-orange-light::-moz-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:placeholder-deep-orange-light:-ms-input-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:placeholder-deep-orange::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-deep-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-amber-light::-moz-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:placeholder-amber-light:-ms-input-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:placeholder-amber::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-amber:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-green-light::-moz-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:placeholder-green-light:-ms-input-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:placeholder-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-teal-light::-moz-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:placeholder-teal-light:-ms-input-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:placeholder-teal::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-teal:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-cyan-light::-moz-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:placeholder-cyan-light:-ms-input-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:placeholder-cyan::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-cyan:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-purple-light::-moz-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:placeholder-purple-light:-ms-input-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-deep-purple-light::-moz-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:placeholder-deep-purple-light:-ms-input-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:placeholder-deep-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-deep-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-pink-light::-moz-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:placeholder-pink-light:-ms-input-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-primary-light::-moz-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:placeholder-primary-light:-ms-input-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:placeholder-primary::-moz-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:placeholder-primary:-ms-input-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:placeholder-accent-light::-moz-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:placeholder-accent-light:-ms-input-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:placeholder-accent::-moz-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .lg\:placeholder-accent:-ms-input-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .lg\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .lg\:placeholder-warn-light::-moz-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:placeholder-warn-light:-ms-input-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:placeholder-warn::-moz-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .lg\:placeholder-warn:-ms-input-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .lg\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  :root .lg\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  :root .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  :root .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  :root .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    color: var(--text-color);
  }

  :root .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: var(--text-color);
  }

  :root .lg\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    color: var(--text-color-light);
  }

  :root .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: var(--text-color-light);
  }

  :root .lg\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .lg\:focus\:placeholder-contrast-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-contrast-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-contrast-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-contrast-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-red-light:focus::-moz-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:placeholder-red-light:focus:-ms-input-placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-orange-light:focus::-moz-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:placeholder-orange-light:focus:-ms-input-placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:placeholder-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-deep-orange-light:focus::-moz-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:placeholder-deep-orange-light:focus:-ms-input-placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:placeholder-deep-orange:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-deep-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-amber-light:focus::-moz-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:placeholder-amber-light:focus:-ms-input-placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:placeholder-amber:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-amber:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-green-light:focus::-moz-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:placeholder-green:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-teal-light:focus::-moz-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:placeholder-teal-light:focus:-ms-input-placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:placeholder-teal:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-teal:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-cyan-light:focus::-moz-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:placeholder-cyan-light:focus:-ms-input-placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:placeholder-cyan:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-cyan:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-purple-light:focus::-moz-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:placeholder-purple-light:focus:-ms-input-placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-deep-purple-light:focus::-moz-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:placeholder-deep-purple-light:focus:-ms-input-placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:placeholder-deep-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-deep-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-pink-light:focus::-moz-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:placeholder-pink-light:focus:-ms-input-placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-primary-light:focus::-moz-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:placeholder-primary-light:focus:-ms-input-placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:placeholder-accent-light:focus::-moz-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:placeholder-accent-light:focus:-ms-input-placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:placeholder-accent:focus::-moz-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:placeholder-accent:focus:-ms-input-placeholder{
    color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:placeholder-warn-light:focus::-moz-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:placeholder-warn-light:focus:-ms-input-placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:placeholder-warn:focus::-moz-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:placeholder-warn:focus:-ms-input-placeholder{
    color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:pointer-events-none{
    pointer-events: none;
  }

  :root .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .lg\:static{
    position: static;
  }

  :root .lg\:fixed{
    position: fixed;
  }

  :root .lg\:absolute{
    position: absolute;
  }

  :root .lg\:relative{
    position: relative;
  }

  :root .lg\:sticky{
    position: sticky;
  }

  :root .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .lg\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .lg\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .lg\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .lg\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .lg\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .lg\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .lg\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .lg\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .lg\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .lg\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .lg\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .lg\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .lg\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .lg\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .lg\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .lg\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .lg\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .lg\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root .lg\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .lg\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root .lg\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .lg\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root .lg\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .lg\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root .lg\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .lg\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root .lg\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .lg\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root .lg\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .lg\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root .lg\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .lg\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root .lg\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .lg\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root .lg\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .lg\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root .lg\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .lg\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root .lg\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .lg\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root .lg\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .lg\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root .lg\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .lg\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root .lg\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .lg\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root .lg\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .lg\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root .lg\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .lg\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root .lg\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .lg\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root .lg\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .lg\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root .lg\:top-0{
    top: 0;
  }

  :root .lg\:right-0{
    right: 0;
  }

  :root .lg\:bottom-0{
    bottom: 0;
  }

  :root .lg\:left-0{
    left: 0;
  }

  :root .lg\:top-1{
    top: 0.25rem;
  }

  :root .lg\:right-1{
    right: 0.25rem;
  }

  :root .lg\:bottom-1{
    bottom: 0.25rem;
  }

  :root .lg\:left-1{
    left: 0.25rem;
  }

  :root .lg\:top-2{
    top: 0.5rem;
  }

  :root .lg\:right-2{
    right: 0.5rem;
  }

  :root .lg\:bottom-2{
    bottom: 0.5rem;
  }

  :root .lg\:left-2{
    left: 0.5rem;
  }

  :root .lg\:top-3{
    top: 0.75rem;
  }

  :root .lg\:right-3{
    right: 0.75rem;
  }

  :root .lg\:bottom-3{
    bottom: 0.75rem;
  }

  :root .lg\:left-3{
    left: 0.75rem;
  }

  :root .lg\:top-4{
    top: 1rem;
  }

  :root .lg\:right-4{
    right: 1rem;
  }

  :root .lg\:bottom-4{
    bottom: 1rem;
  }

  :root .lg\:left-4{
    left: 1rem;
  }

  :root .lg\:top-5{
    top: 1.25rem;
  }

  :root .lg\:right-5{
    right: 1.25rem;
  }

  :root .lg\:bottom-5{
    bottom: 1.25rem;
  }

  :root .lg\:left-5{
    left: 1.25rem;
  }

  :root .lg\:top-6{
    top: 1.5rem;
  }

  :root .lg\:right-6{
    right: 1.5rem;
  }

  :root .lg\:bottom-6{
    bottom: 1.5rem;
  }

  :root .lg\:left-6{
    left: 1.5rem;
  }

  :root .lg\:top-8{
    top: 2rem;
  }

  :root .lg\:right-8{
    right: 2rem;
  }

  :root .lg\:bottom-8{
    bottom: 2rem;
  }

  :root .lg\:left-8{
    left: 2rem;
  }

  :root .lg\:top-10{
    top: 2.5rem;
  }

  :root .lg\:right-10{
    right: 2.5rem;
  }

  :root .lg\:bottom-10{
    bottom: 2.5rem;
  }

  :root .lg\:left-10{
    left: 2.5rem;
  }

  :root .lg\:top-12{
    top: 3rem;
  }

  :root .lg\:right-12{
    right: 3rem;
  }

  :root .lg\:bottom-12{
    bottom: 3rem;
  }

  :root .lg\:left-12{
    left: 3rem;
  }

  :root .lg\:-top-1{
    top: -0.25rem;
  }

  :root .lg\:-right-1{
    right: -0.25rem;
  }

  :root .lg\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .lg\:-left-1{
    left: -0.25rem;
  }

  :root .lg\:-top-2{
    top: -0.5rem;
  }

  :root .lg\:-right-2{
    right: -0.5rem;
  }

  :root .lg\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .lg\:-left-2{
    left: -0.5rem;
  }

  :root .lg\:-top-3{
    top: -0.75rem;
  }

  :root .lg\:-right-3{
    right: -0.75rem;
  }

  :root .lg\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .lg\:-left-3{
    left: -0.75rem;
  }

  :root .lg\:-top-4{
    top: -1rem;
  }

  :root .lg\:-right-4{
    right: -1rem;
  }

  :root .lg\:-bottom-4{
    bottom: -1rem;
  }

  :root .lg\:-left-4{
    left: -1rem;
  }

  :root .lg\:-top-5{
    top: -1.25rem;
  }

  :root .lg\:-right-5{
    right: -1.25rem;
  }

  :root .lg\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .lg\:-left-5{
    left: -1.25rem;
  }

  :root .lg\:-top-6{
    top: -1.5rem;
  }

  :root .lg\:-right-6{
    right: -1.5rem;
  }

  :root .lg\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .lg\:-left-6{
    left: -1.5rem;
  }

  :root .lg\:-top-8{
    top: -2rem;
  }

  :root .lg\:-right-8{
    right: -2rem;
  }

  :root .lg\:-bottom-8{
    bottom: -2rem;
  }

  :root .lg\:-left-8{
    left: -2rem;
  }

  :root .lg\:-top-10{
    top: -2.5rem;
  }

  :root .lg\:-right-10{
    right: -2.5rem;
  }

  :root .lg\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .lg\:-left-10{
    left: -2.5rem;
  }

  :root .lg\:-top-12{
    top: -3rem;
  }

  :root .lg\:-right-12{
    right: -3rem;
  }

  :root .lg\:-bottom-12{
    bottom: -3rem;
  }

  :root .lg\:-left-12{
    left: -3rem;
  }

  :root .lg\:top-auto{
    top: auto;
  }

  :root .lg\:right-auto{
    right: auto;
  }

  :root .lg\:bottom-auto{
    bottom: auto;
  }

  :root .lg\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .lg\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .lg\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-0{
    right: 0;
    left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .lg\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .lg\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:left-auto{
    left: auto;
  }

  :root .lg\:resize-none{
    resize: none;
  }

  :root .lg\:resize-y{
    resize: vertical;
  }

  :root .lg\:resize-x{
    resize: horizontal;
  }

  :root .lg\:resize{
    resize: both;
  }

  :root .lg\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .lg\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .lg\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .lg\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .lg\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .lg\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .lg\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .lg\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .lg\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .lg\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .lg\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .lg\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .lg\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .lg\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .lg\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .lg\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .lg\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .lg\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .lg\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .lg\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .lg\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .lg\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .lg\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .lg\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .lg\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .lg\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .lg\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .lg\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .lg\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .lg\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .lg\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .lg\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .lg\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .lg\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .lg\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .lg\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .lg\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .lg\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .lg\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .lg\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .lg\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .lg\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .lg\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .lg\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .lg\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .lg\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .lg\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .lg\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .lg\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .lg\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .lg\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .lg\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .lg\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .lg\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .lg\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .lg\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .lg\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .lg\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .lg\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .lg\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .lg\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .lg\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .lg\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .lg\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .lg\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .lg\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .lg\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .lg\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .lg\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .lg\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .lg\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .lg\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .lg\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .lg\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .lg\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .lg\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .lg\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .lg\:fill-current{
    fill: currentColor;
  }

  :root .lg\:stroke-current{
    stroke: currentColor;
  }

  :root .lg\:stroke-0{
    stroke-width: 0;
  }

  :root .lg\:stroke-1{
    stroke-width: 1;
  }

  :root .lg\:stroke-2{
    stroke-width: 2;
  }

  :root .lg\:table-auto{
    table-layout: auto;
  }

  :root .lg\:table-fixed{
    table-layout: fixed;
  }

  :root .lg\:text-left{
    text-align: left;
  }

  :root .lg\:text-center{
    text-align: center;
  }

  :root .lg\:text-right{
    text-align: right;
  }

  :root .lg\:text-justify{
    text-align: justify;
  }

  :root .lg\:text-secondary{
    color: var(--text-secondary);
  }

  :root .lg\:text-hint{
    color: var(--text-hint);
  }

  :root .lg\:text-current{
    color: currentColor;
  }

  :root .lg\:text-transparent{
    color: transparent;
  }

  :root .lg\:text-black{
    color: var(--text-color);
  }

  :root .lg\:text-white{
    color: var(--text-color-light);
  }

  :root .lg\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .lg\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .lg\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .lg\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .lg\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .lg\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .lg\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .lg\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .lg\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .lg\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .lg\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .lg\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .lg\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .lg\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .lg\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .lg\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .lg\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .lg\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .lg\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .lg\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .lg\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .lg\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .lg\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .lg\:overflow-clip{
    text-overflow: clip;
  }

  :root .lg\:italic{
    font-style: italic;
  }

  :root .lg\:not-italic{
    font-style: normal;
  }

  :root .lg\:uppercase{
    text-transform: uppercase;
  }

  :root .lg\:lowercase{
    text-transform: lowercase;
  }

  :root .lg\:capitalize{
    text-transform: capitalize;
  }

  :root .lg\:normal-case{
    text-transform: none;
  }

  :root .lg\:underline{
    text-decoration: underline;
  }

  :root .lg\:line-through{
    text-decoration: line-through;
  }

  :root .lg\:no-underline{
    text-decoration: none;
  }

  :root .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .lg\:ordinal, :root .lg\:slashed-zero, :root .lg\:lining-nums, :root .lg\:oldstyle-nums, :root .lg\:proportional-nums, :root .lg\:tabular-nums, :root .lg\:diagonal-fractions, :root .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .lg\:normal-nums{
    font-feature-settings: normal;
    font-variant-numeric: normal;
  }

  :root .lg\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .lg\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .lg\:tracking-normal{
    letter-spacing: 0;
  }

  :root .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  :root .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  :root .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  :root .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  :root .lg\:align-baseline{
    vertical-align: baseline;
  }

  :root .lg\:align-top{
    vertical-align: top;
  }

  :root .lg\:align-middle{
    vertical-align: middle;
  }

  :root .lg\:align-bottom{
    vertical-align: bottom;
  }

  :root .lg\:align-text-top{
    vertical-align: text-top;
  }

  :root .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .lg\:visible{
    visibility: visible;
  }

  :root .lg\:invisible{
    visibility: hidden;
  }

  :root .lg\:whitespace-normal{
    white-space: normal;
  }

  :root .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .lg\:whitespace-pre{
    white-space: pre;
  }

  :root .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .lg\:break-words{
    overflow-wrap: break-word;
  }

  :root .lg\:break-all{
    word-break: break-all;
  }

  :root .lg\:w-0{
    width: 0;
  }

  :root .lg\:w-1{
    width: 0.25rem;
  }

  :root .lg\:w-2{
    width: 0.5rem;
  }

  :root .lg\:w-3{
    width: 0.75rem;
  }

  :root .lg\:w-4{
    width: 1rem;
  }

  :root .lg\:w-5{
    width: 1.25rem;
  }

  :root .lg\:w-6{
    width: 1.5rem;
  }

  :root .lg\:w-8{
    width: 2rem;
  }

  :root .lg\:w-9{
    width: 2.25rem;
  }

  :root .lg\:w-10{
    width: 2.5rem;
  }

  :root .lg\:w-12{
    width: 3rem;
  }

  :root .lg\:w-14{
    width: 3.5rem;
  }

  :root .lg\:w-16{
    width: 4rem;
  }

  :root .lg\:w-20{
    width: 5rem;
  }

  :root .lg\:w-24{
    width: 6rem;
  }

  :root .lg\:w-32{
    width: 8rem;
  }

  :root .lg\:w-40{
    width: 10rem;
  }

  :root .lg\:w-48{
    width: 12rem;
  }

  :root .lg\:w-56{
    width: 14rem;
  }

  :root .lg\:w-64{
    width: 16rem;
  }

  :root .lg\:w-auto{
    width: auto;
  }

  :root .lg\:w-px{
    width: 1px;
  }

  :root .lg\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .lg\:w-1\/2{
    width: 50%;
  }

  :root .lg\:w-1\/3{
    width: 33.333333%;
  }

  :root .lg\:w-2\/3{
    width: 66.666667%;
  }

  :root .lg\:w-1\/4{
    width: 25%;
  }

  :root .lg\:w-2\/4{
    width: 50%;
  }

  :root .lg\:w-3\/4{
    width: 75%;
  }

  :root .lg\:w-1\/5{
    width: 20%;
  }

  :root .lg\:w-2\/5{
    width: 40%;
  }

  :root .lg\:w-3\/5{
    width: 60%;
  }

  :root .lg\:w-4\/5{
    width: 80%;
  }

  :root .lg\:w-1\/6{
    width: 16.666667%;
  }

  :root .lg\:w-2\/6{
    width: 33.333333%;
  }

  :root .lg\:w-3\/6{
    width: 50%;
  }

  :root .lg\:w-4\/6{
    width: 66.666667%;
  }

  :root .lg\:w-5\/6{
    width: 83.333333%;
  }

  :root .lg\:w-1\/12{
    width: 8.333333%;
  }

  :root .lg\:w-2\/12{
    width: 16.666667%;
  }

  :root .lg\:w-3\/12{
    width: 25%;
  }

  :root .lg\:w-4\/12{
    width: 33.333333%;
  }

  :root .lg\:w-5\/12{
    width: 41.666667%;
  }

  :root .lg\:w-6\/12{
    width: 50%;
  }

  :root .lg\:w-7\/12{
    width: 58.333333%;
  }

  :root .lg\:w-8\/12{
    width: 66.666667%;
  }

  :root .lg\:w-9\/12{
    width: 75%;
  }

  :root .lg\:w-10\/12{
    width: 83.333333%;
  }

  :root .lg\:w-11\/12{
    width: 91.666667%;
  }

  :root .lg\:w-full{
    width: 100%;
  }

  :root .lg\:w-screen{
    width: 100vw;
  }

  :root .lg\:z-0{
    z-index: 0;
  }

  :root .lg\:z-10{
    z-index: 10;
  }

  :root .lg\:z-20{
    z-index: 20;
  }

  :root .lg\:z-30{
    z-index: 30;
  }

  :root .lg\:z-40{
    z-index: 40;
  }

  :root .lg\:z-50{
    z-index: 50;
  }

  :root .lg\:z-auto{
    z-index: auto;
  }

  :root .lg\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  :root .lg\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  :root .lg\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  :root .lg\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  :root .lg\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  :root .lg\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  :root .lg\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  :root .lg\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  :root .lg\:gap-9{
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }

  :root .lg\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  :root .lg\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  :root .lg\:gap-14{
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  :root .lg\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  :root .lg\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  :root .lg\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  :root .lg\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  :root .lg\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  :root .lg\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  :root .lg\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  :root .lg\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  :root .lg\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  :root .lg\:gap-gutter{
    grid-gap: var(--padding-gutter);
    gap: var(--padding-gutter);
  }

  :root .lg\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  :root .lg\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  :root .lg\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  :root .lg\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  :root .lg\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  :root .lg\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  :root .lg\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  :root .lg\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  :root .lg\:gap-x-9{
    grid-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  :root .lg\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  :root .lg\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  :root .lg\:gap-x-14{
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  :root .lg\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  :root .lg\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  :root .lg\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  :root .lg\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  :root .lg\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  :root .lg\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  :root .lg\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  :root .lg\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  :root .lg\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  :root .lg\:gap-x-gutter{
    grid-column-gap: var(--padding-gutter);
    -moz-column-gap: var(--padding-gutter);
         column-gap: var(--padding-gutter);
  }

  :root .lg\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  :root .lg\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  :root .lg\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  :root .lg\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  :root .lg\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  :root .lg\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  :root .lg\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  :root .lg\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  :root .lg\:gap-y-9{
    grid-row-gap: 2.25rem;
    row-gap: 2.25rem;
  }

  :root .lg\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  :root .lg\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  :root .lg\:gap-y-14{
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  :root .lg\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  :root .lg\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  :root .lg\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  :root .lg\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  :root .lg\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  :root .lg\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  :root .lg\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  :root .lg\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  :root .lg\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  :root .lg\:gap-y-gutter{
    grid-row-gap: var(--padding-gutter);
    row-gap: var(--padding-gutter);
  }

  :root .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .lg\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  :root .lg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  :root .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .lg\:col-auto{
    grid-column: auto;
  }

  :root .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .lg\:col-start-1{
    grid-column-start: 1;
  }

  :root .lg\:col-start-2{
    grid-column-start: 2;
  }

  :root .lg\:col-start-3{
    grid-column-start: 3;
  }

  :root .lg\:col-start-4{
    grid-column-start: 4;
  }

  :root .lg\:col-start-5{
    grid-column-start: 5;
  }

  :root .lg\:col-start-6{
    grid-column-start: 6;
  }

  :root .lg\:col-start-7{
    grid-column-start: 7;
  }

  :root .lg\:col-start-8{
    grid-column-start: 8;
  }

  :root .lg\:col-start-9{
    grid-column-start: 9;
  }

  :root .lg\:col-start-10{
    grid-column-start: 10;
  }

  :root .lg\:col-start-11{
    grid-column-start: 11;
  }

  :root .lg\:col-start-12{
    grid-column-start: 12;
  }

  :root .lg\:col-start-13{
    grid-column-start: 13;
  }

  :root .lg\:col-start-auto{
    grid-column-start: auto;
  }

  :root .lg\:col-end-1{
    grid-column-end: 1;
  }

  :root .lg\:col-end-2{
    grid-column-end: 2;
  }

  :root .lg\:col-end-3{
    grid-column-end: 3;
  }

  :root .lg\:col-end-4{
    grid-column-end: 4;
  }

  :root .lg\:col-end-5{
    grid-column-end: 5;
  }

  :root .lg\:col-end-6{
    grid-column-end: 6;
  }

  :root .lg\:col-end-7{
    grid-column-end: 7;
  }

  :root .lg\:col-end-8{
    grid-column-end: 8;
  }

  :root .lg\:col-end-9{
    grid-column-end: 9;
  }

  :root .lg\:col-end-10{
    grid-column-end: 10;
  }

  :root .lg\:col-end-11{
    grid-column-end: 11;
  }

  :root .lg\:col-end-12{
    grid-column-end: 12;
  }

  :root .lg\:col-end-13{
    grid-column-end: 13;
  }

  :root .lg\:col-end-auto{
    grid-column-end: auto;
  }

  :root .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .lg\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .lg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  :root .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  :root .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .lg\:row-auto{
    grid-row: auto;
  }

  :root .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .lg\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .lg\:row-start-1{
    grid-row-start: 1;
  }

  :root .lg\:row-start-2{
    grid-row-start: 2;
  }

  :root .lg\:row-start-3{
    grid-row-start: 3;
  }

  :root .lg\:row-start-4{
    grid-row-start: 4;
  }

  :root .lg\:row-start-5{
    grid-row-start: 5;
  }

  :root .lg\:row-start-6{
    grid-row-start: 6;
  }

  :root .lg\:row-start-7{
    grid-row-start: 7;
  }

  :root .lg\:row-start-auto{
    grid-row-start: auto;
  }

  :root .lg\:row-end-1{
    grid-row-end: 1;
  }

  :root .lg\:row-end-2{
    grid-row-end: 2;
  }

  :root .lg\:row-end-3{
    grid-row-end: 3;
  }

  :root .lg\:row-end-4{
    grid-row-end: 4;
  }

  :root .lg\:row-end-5{
    grid-row-end: 5;
  }

  :root .lg\:row-end-6{
    grid-row-end: 6;
  }

  :root .lg\:row-end-7{
    grid-row-end: 7;
  }

  :root .lg\:row-end-auto{
    grid-row-end: auto;
  }

  :root .lg\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .lg\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .lg\:transform-none{
    transform: none;
  }

  :root .lg\:origin-center{
    transform-origin: center;
  }

  :root .lg\:origin-top{
    transform-origin: top;
  }

  :root .lg\:origin-top-right{
    transform-origin: top right;
  }

  :root .lg\:origin-right{
    transform-origin: right;
  }

  :root .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .lg\:origin-bottom{
    transform-origin: bottom;
  }

  :root .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .lg\:origin-left{
    transform-origin: left;
  }

  :root .lg\:origin-top-left{
    transform-origin: top left;
  }

  :root .lg\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .lg\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .lg\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .lg\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .lg\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .lg\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .lg\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .lg\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .lg\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .lg\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .lg\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .lg\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .lg\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .lg\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .lg\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .lg\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .lg\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .lg\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .lg\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .lg\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .lg\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .lg\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .lg\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .lg\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .lg\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .lg\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .lg\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .lg\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .lg\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .lg\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .lg\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .lg\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .lg\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .lg\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .lg\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .lg\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .lg\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .lg\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .lg\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .lg\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .lg\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .lg\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .lg\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .lg\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .lg\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .lg\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .lg\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .lg\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .lg\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .lg\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .lg\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .lg\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .lg\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .lg\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .lg\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .lg\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .lg\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .lg\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .lg\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .lg\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .lg\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .lg\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .lg\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .lg\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .lg\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .lg\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .lg\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .lg\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .lg\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .lg\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .lg\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .lg\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .lg\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .lg\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .lg\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .lg\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .lg\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .lg\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .lg\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .lg\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .lg\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .lg\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .lg\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .lg\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .lg\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .lg\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .lg\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .lg\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .lg\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .lg\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .lg\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .lg\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .lg\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .lg\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .lg\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .lg\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .lg\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .lg\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .lg\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .lg\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .lg\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .lg\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .lg\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .lg\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .lg\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .lg\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .lg\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .lg\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .lg\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .lg\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .lg\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .lg\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .lg\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .lg\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .lg\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .lg\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .lg\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .lg\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .lg\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .lg\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .lg\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .lg\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .lg\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .lg\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .lg\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .lg\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .lg\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .lg\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .lg\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .lg\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .lg\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .lg\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .lg\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .lg\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .lg\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .lg\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .lg\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .lg\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .lg\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .lg\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .lg\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .lg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .lg\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .lg\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .lg\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .lg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .lg\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .lg\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .lg\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .lg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .lg\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .lg\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .lg\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .lg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .lg\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .lg\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .lg\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .lg\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .lg\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .lg\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .lg\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .lg\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .lg\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .lg\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .lg\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .lg\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .lg\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .lg\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .lg\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .lg\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .lg\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .lg\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .lg\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .lg\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .lg\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .lg\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .lg\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .lg\:transition-none{
    transition-property: none;
  }

  :root .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:ease-linear{
    transition-timing-function: linear;
  }

  :root .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  :root .lg\:duration-75{
    transition-duration: 75ms;
  }

  :root .lg\:duration-100{
    transition-duration: 100ms;
  }

  :root .lg\:duration-150{
    transition-duration: 150ms;
  }

  :root .lg\:duration-200{
    transition-duration: 200ms;
  }

  :root .lg\:duration-300{
    transition-duration: 300ms;
  }

  :root .lg\:duration-500{
    transition-duration: 500ms;
  }

  :root .lg\:duration-700{
    transition-duration: 700ms;
  }

  :root .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .lg\:delay-75{
    transition-delay: 75ms;
  }

  :root .lg\:delay-100{
    transition-delay: 100ms;
  }

  :root .lg\:delay-150{
    transition-delay: 150ms;
  }

  :root .lg\:delay-200{
    transition-delay: 200ms;
  }

  :root .lg\:delay-300{
    transition-delay: 300ms;
  }

  :root .lg\:delay-500{
    transition-delay: 500ms;
  }

  :root .lg\:delay-700{
    transition-delay: 700ms;
  }

  :root .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .lg\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  :root .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  :root .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .lg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*
Date: 24 Fev 2015
Author: Pedro Oliveira <kanytu@gmail . com>
*/

.hljs {
  color: #a9b7c6;
  background: #282b2e;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
}

.hljs-number,
.hljs-literal,
.hljs-symbol,
.hljs-bullet {
  color: #6897BB;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-deletion {
  color: #cc7832;
}

.hljs-variable,
.hljs-template-variable,
.hljs-link {
  color: #629755;
}

.hljs-comment,
.hljs-quote {
  color: #808080;
}

.hljs-meta {
  color: #bbb529;
}

.hljs-string,
.hljs-attribute,
.hljs-addition {
  color: #6A8759;
}

.hljs-section,
.hljs-title,
.hljs-type {
  color: #ffc66d;
}

.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #e8bf6a;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/**
 * Swiper 7.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 26, 2021
 */

@font-face {
  font-family: 'swiper-icons';

  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

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

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

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

.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

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

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

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

.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}

.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}

@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }

  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }

  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}

.ql-bubble {
  box-sizing: border-box;
}

.ql-bubble * {
  box-sizing: border-box;
}

.ql-bubble .ql-hidden {
  display: none;
}

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}

.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}

.ql-bubble .ql-empty {
  fill: none;
}

.ql-bubble .ql-even {
  fill-rule: evenodd;
}

.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-bubble .ql-transparent {
  opacity: 0.4;
}

.ql-bubble .ql-direction svg:last-child {
  display: none;
}

.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-bubble .ql-editor h1 {
  font-size: 2em;
}

.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}

.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}

.ql-bubble .ql-editor h4 {
  font-size: 1em;
}

.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}

.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}

.ql-bubble .ql-editor a {
  text-decoration: underline;
}

.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-bubble .ql-editor img {
  max-width: 100%;
}

.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}

.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-bubble .ql-picker.ql-header {
  width: 98px;
}

.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-bubble .ql-picker.ql-font {
  width: 108px;
}

.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-bubble .ql-picker.ql-size {
  width: 98px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}

.ql-bubble .ql-color-picker svg {
  margin: 1px;
}

.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}

.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}

.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}

.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}

.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}

.ql-bubble .ql-tooltip-editor {
  display: none;
}

.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}

.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}

.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}

.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}

.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}

.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}

.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

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

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

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

.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.vex-style-dark {
  --background-app-bar: #f2f2f2;
  --footer-background: var(--background-card);
  --navigation-background: #ffffff;
  --toolbar-background: #ffffff;
  --background-base: white;
  --background-card: #ffffff;
  --footer-color: var(--text-color);
  --navigation-color: var(--text-color);
  --text-color: #ffffff;
  --toolbar-color: #ffffff;
  --text-color-light: rgba(0, 0, 0, 0.87);
  --foreground-divider: rgba(255, 255, 255, 0.12);
  --text-hint: rgba(255, 255, 255, 0.5);
  --text-hint-light: rgba(0, 0, 0, 0.38);
  --background-hover: rgba(255, 255, 255, 0.04);
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-secondary-light: rgba(0, 0, 0, 0.54);
  --secondary-toolbar-background: var(--background-card);
}

.vex-style-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.vex-style-dark .mat-option {
  color: white;
}

.vex-style-dark .mat-option:hover:not(.mat-option-disabled), .vex-style-dark .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}

.vex-style-dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}

.vex-style-dark .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}

.vex-style-dark .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-pseudo-checkbox::after {
  color: white;
}

.vex-style-dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}

.vex-style-dark .mat-primary .mat-pseudo-checkbox-checked,
.vex-style-dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-pseudo-checkbox-checked,
.vex-style-dark .mat-pseudo-checkbox-indeterminate,
.vex-style-dark .mat-accent .mat-pseudo-checkbox-checked,
.vex-style-dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-warn .mat-pseudo-checkbox-checked,
.vex-style-dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.vex-style-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}

.vex-style-dark .mat-app-background, .vex-style-dark.mat-app-background {
  background-color: white;
  color: white;
}

.vex-style-dark .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.vex-style-dark .mat-autocomplete-panel {
  background: white;
  color: white;
}

.vex-style-dark .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}

.vex-style-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}

.vex-style-dark .mat-badge-content {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
}

.cdk-high-contrast-active .vex-style-dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.vex-style-dark .mat-badge-accent .mat-badge-content {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-badge-warn .mat-badge-content {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-badge {
  position: relative;
}

.vex-style-dark .mat-badge-hidden .mat-badge-content {
  display: none;
}

.vex-style-dark .mat-badge-disabled .mat-badge-content {
  background: white;
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.vex-style-dark .ng-animate-disabled .mat-badge-content,
.vex-style-dark .mat-badge-content._mat-animation-noopable {
  transition: none;
}

.vex-style-dark .mat-badge-content.mat-badge-active {
  transform: none;
}

.vex-style-dark .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.vex-style-dark .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.vex-style-dark .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.vex-style-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .vex-style-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.vex-style-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .vex-style-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.vex-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .vex-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.vex-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .vex-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.vex-style-dark .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.vex-style-dark .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.vex-style-dark .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.vex-style-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .vex-style-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.vex-style-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .vex-style-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.vex-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .vex-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.vex-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .vex-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.vex-style-dark .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.vex-style-dark .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.vex-style-dark .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.vex-style-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .vex-style-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.vex-style-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .vex-style-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.vex-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .vex-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.vex-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .vex-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.vex-style-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: white;
}

.vex-style-dark .mat-button, .vex-style-dark .mat-icon-button, .vex-style-dark .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.vex-style-dark .mat-button.mat-primary, .vex-style-dark .mat-icon-button.mat-primary, .vex-style-dark .mat-stroked-button.mat-primary {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-button.mat-accent, .vex-style-dark .mat-icon-button.mat-accent, .vex-style-dark .mat-stroked-button.mat-accent {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-button.mat-warn, .vex-style-dark .mat-icon-button.mat-warn, .vex-style-dark .mat-stroked-button.mat-warn {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-icon-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-icon-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-icon-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-icon-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-stroked-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-stroked-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-stroked-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-button.mat-primary .mat-button-focus-overlay, .vex-style-dark .mat-icon-button.mat-primary .mat-button-focus-overlay, .vex-style-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-button.mat-accent .mat-button-focus-overlay, .vex-style-dark .mat-icon-button.mat-accent .mat-button-focus-overlay, .vex-style-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-button.mat-warn .mat-button-focus-overlay, .vex-style-dark .mat-icon-button.mat-warn .mat-button-focus-overlay, .vex-style-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-button.mat-button-disabled .mat-button-focus-overlay, .vex-style-dark .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .vex-style-dark .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}

.vex-style-dark .mat-button .mat-ripple-element, .vex-style-dark .mat-icon-button .mat-ripple-element, .vex-style-dark .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.vex-style-dark .mat-button-focus-overlay {
  background: white;
}

.vex-style-dark .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-flat-button, .vex-style-dark .mat-raised-button, .vex-style-dark .mat-fab, .vex-style-dark .mat-mini-fab {
  color: white;
  background-color: #424242;
}

.vex-style-dark .mat-flat-button.mat-primary, .vex-style-dark .mat-raised-button.mat-primary, .vex-style-dark .mat-fab.mat-primary, .vex-style-dark .mat-mini-fab.mat-primary {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-flat-button.mat-accent, .vex-style-dark .mat-raised-button.mat-accent, .vex-style-dark .mat-fab.mat-accent, .vex-style-dark .mat-mini-fab.mat-accent {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-flat-button.mat-warn, .vex-style-dark .mat-raised-button.mat-warn, .vex-style-dark .mat-fab.mat-warn, .vex-style-dark .mat-mini-fab.mat-warn {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-flat-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-fab.mat-primary.mat-button-disabled, .vex-style-dark .mat-fab.mat-accent.mat-button-disabled, .vex-style-dark .mat-fab.mat-warn.mat-button-disabled, .vex-style-dark .mat-fab.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-primary.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-accent.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-warn.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-flat-button.mat-primary, .vex-style-dark .mat-raised-button.mat-primary, .vex-style-dark .mat-fab.mat-primary, .vex-style-dark .mat-mini-fab.mat-primary {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-flat-button.mat-accent, .vex-style-dark .mat-raised-button.mat-accent, .vex-style-dark .mat-fab.mat-accent, .vex-style-dark .mat-mini-fab.mat-accent {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-flat-button.mat-warn, .vex-style-dark .mat-raised-button.mat-warn, .vex-style-dark .mat-fab.mat-warn, .vex-style-dark .mat-mini-fab.mat-warn {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-flat-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-fab.mat-primary.mat-button-disabled, .vex-style-dark .mat-fab.mat-accent.mat-button-disabled, .vex-style-dark .mat-fab.mat-warn.mat-button-disabled, .vex-style-dark .mat-fab.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-primary.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-accent.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-warn.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-flat-button.mat-primary .mat-ripple-element, .vex-style-dark .mat-raised-button.mat-primary .mat-ripple-element, .vex-style-dark .mat-fab.mat-primary .mat-ripple-element, .vex-style-dark .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-flat-button.mat-accent .mat-ripple-element, .vex-style-dark .mat-raised-button.mat-accent .mat-ripple-element, .vex-style-dark .mat-fab.mat-accent .mat-ripple-element, .vex-style-dark .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-flat-button.mat-warn .mat-ripple-element, .vex-style-dark .mat-raised-button.mat-warn .mat-ripple-element, .vex-style-dark .mat-fab.mat-warn .mat-ripple-element, .vex-style-dark .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-stroked-button:not([class*=mat-elevation-z]), .vex-style-dark .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-fab:not([class*=mat-elevation-z]), .vex-style-dark .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .vex-style-dark .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .vex-style-dark .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-button-toggle-standalone,
.vex-style-dark .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.vex-style-dark .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}

.vex-style-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: white;
}

.vex-style-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}

.vex-style-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
}

.vex-style-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}

.vex-style-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}

.vex-style-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}

.vex-style-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}

.vex-style-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.vex-style-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(255, 255, 255, 0.12);
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.vex-style-dark .mat-card {
  background: white;
  color: white;
}

.vex-style-dark .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-checkbox-checkmark {
  fill: white;
}

.vex-style-dark .mat-checkbox-checkmark-path {
  stroke: white !important;
}

.vex-style-dark .mat-checkbox-mixedmark {
  background-color: white;
}

.vex-style-dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .vex-style-dark .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .vex-style-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .vex-style-dark .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .vex-style-dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}

.vex-style-dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}

.vex-style-dark .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-checkbox .mat-ripple-element {
  background-color: white;
}

.vex-style-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.vex-style-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.vex-style-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.vex-style-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}

.vex-style-dark .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip::after {
  background: white;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-table {
  background: white;
}

.vex-style-dark .mat-table thead, .vex-style-dark .mat-table tbody, .vex-style-dark .mat-table tfoot,
.vex-style-dark mat-header-row, .vex-style-dark mat-row, .vex-style-dark mat-footer-row,
.vex-style-dark [mat-header-row], .vex-style-dark [mat-row], .vex-style-dark [mat-footer-row],
.vex-style-dark .mat-table-sticky {
  background: inherit;
}

.vex-style-dark mat-row, .vex-style-dark mat-header-row, .vex-style-dark mat-footer-row,
.vex-style-dark th.mat-header-cell, .vex-style-dark td.mat-cell, .vex-style-dark td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-cell, .vex-style-dark .mat-footer-cell {
  color: white;
}

.vex-style-dark .mat-calendar-arrow {
  border-top-color: white;
}

.vex-style-dark .mat-datepicker-toggle,
.vex-style-dark .mat-datepicker-content .mat-calendar-next-button,
.vex-style-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}

.vex-style-dark .mat-calendar-table-header {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-calendar-body-cell-content,
.vex-style-dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}

.vex-style-dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}

.vex-style-dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-calendar-body-in-range::before {
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.vex-style-dark .mat-calendar-body-comparison-bridge-start::before,
.vex-style-dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(140, 190, 33, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to right, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-calendar-body-comparison-bridge-end::before,
.vex-style-dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(140, 190, 33, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to left, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.vex-style-dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.vex-style-dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.vex-style-dark .mat-calendar-body-selected {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.vex-style-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 0 1px rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.vex-style-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.vex-style-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: white;
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.vex-style-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(45, 206, 237, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to right, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.vex-style-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(45, 206, 237, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to left, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 0 1px rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.vex-style-dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.vex-style-dark .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.vex-style-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to right, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.vex-style-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to left, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 0 1px rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.vex-style-dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.vex-style-dark .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-datepicker-toggle-active {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-datepicker-toggle-active.mat-accent {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-datepicker-toggle-active.mat-warn {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: white;
}

.vex-style-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-expansion-panel {
  background: white;
  color: white;
}

.vex-style-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .vex-style-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .vex-style-dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}

@media (hover: none) {
  .vex-style-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}

.vex-style-dark .mat-expansion-panel-header-title {
  color: white;
}

.vex-style-dark .mat-expansion-panel-header-description,
.vex-style-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.vex-style-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}

.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.vex-style-dark .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-label {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-focused .mat-form-field-required-marker {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field-ripple {
  background-color: white;
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-error {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.vex-style-dark .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.vex-style-dark .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}

.vex-style-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}

.vex-style-dark .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.vex-style-dark .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}

.vex-style-dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}

.vex-style-dark .mat-icon.mat-primary {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-icon.mat-accent {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-icon.mat-warn {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-input-element:disabled,
.vex-style-dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element {
  caret-color: rgba(140, 190, 33, 1);
  caret-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element option {
  color: rgba(0, 0, 0, 0.87);
}

.vex-style-dark .mat-input-element option:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.vex-style-dark .mat-form-field.mat-accent .mat-input-element {
  caret-color: rgba(45, 206, 237, 1);
  caret-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field.mat-warn .mat-input-element,
.vex-style-dark .mat-form-field-invalid .mat-input-element {
  caret-color: rgba(244, 67, 54, 1);
  caret-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-list-base .mat-list-item {
  color: white;
}

.vex-style-dark .mat-list-base .mat-list-option {
  color: white;
}

.vex-style-dark .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-list-item-disabled {
  background-color: black;
}

.vex-style-dark .mat-list-option:hover, .vex-style-dark .mat-list-option:focus,
.vex-style-dark .mat-nav-list .mat-list-item:hover,
.vex-style-dark .mat-nav-list .mat-list-item:focus,
.vex-style-dark .mat-action-list .mat-list-item:hover,
.vex-style-dark .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}

.vex-style-dark .mat-list-single-selected-option, .vex-style-dark .mat-list-single-selected-option:hover, .vex-style-dark .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-menu-panel {
  background: white;
}

.vex-style-dark .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-menu-item {
  background: transparent;
  color: white;
}

.vex-style-dark .mat-menu-item[disabled], .vex-style-dark .mat-menu-item[disabled]::after,
.vex-style-dark .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-menu-item .mat-icon-no-color,
.vex-style-dark .mat-menu-item-submenu-trigger::after {
  color: white;
}

.vex-style-dark .mat-menu-item:hover:not([disabled]),
.vex-style-dark .mat-menu-item.cdk-program-focused:not([disabled]),
.vex-style-dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.vex-style-dark .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}

.vex-style-dark .mat-paginator {
  background: white;
}

.vex-style-dark .mat-paginator,
.vex-style-dark .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-paginator-decrement,
.vex-style-dark .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.vex-style-dark .mat-paginator-first,
.vex-style-dark .mat-paginator-last {
  border-top: 2px solid white;
}

.vex-style-dark .mat-icon-button[disabled] .mat-paginator-decrement,
.vex-style-dark .mat-icon-button[disabled] .mat-paginator-increment,
.vex-style-dark .mat-icon-button[disabled] .mat-paginator-first,
.vex-style-dark .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}

.mat-paginator-container {
  min-height: 56px;
}

.vex-style-dark .mat-progress-bar-background {
  fill: rgba(140, 190, 33, 0.1);
  fill: rgba(var(--color-primary), 0.1);
}

.vex-style-dark .mat-progress-bar-buffer {
  background-color: rgba(140, 190, 33, 0.1);
  background-color: rgba(var(--color-primary), 0.1);
}

.vex-style-dark .mat-progress-bar-fill::after {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: rgba(45, 206, 237, 0.1);
  fill: rgba(var(--color-accent), 0.1);
}

.vex-style-dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: rgba(45, 206, 237, 0.1);
  background-color: rgba(var(--color-accent), 0.1);
}

.vex-style-dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: rgba(244, 67, 54, 0.1);
  fill: rgba(var(--color-warn), 0.1);
}

.vex-style-dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: rgba(244, 67, 54, 0.1);
  background-color: rgba(var(--color-warn), 0.1);
}

.vex-style-dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-progress-spinner circle, .vex-style-dark .mat-spinner circle {
  stroke: rgba(140, 190, 33, 1);
  stroke: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-progress-spinner.mat-accent circle, .vex-style-dark .mat-spinner.mat-accent circle {
  stroke: rgba(45, 206, 237, 1);
  stroke: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-progress-spinner.mat-warn circle, .vex-style-dark .mat-spinner.mat-warn circle {
  stroke: rgba(244, 67, 54, 1);
  stroke: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(140, 190, 33, 1);
  border-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-radio-button.mat-primary .mat-radio-inner-circle,
.vex-style-dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .vex-style-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .vex-style-dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(45, 206, 237, 1);
  border-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-radio-button.mat-accent .mat-radio-inner-circle,
.vex-style-dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .vex-style-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .vex-style-dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(244, 67, 54, 1);
  border-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-radio-button.mat-warn .mat-radio-inner-circle,
.vex-style-dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .vex-style-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .vex-style-dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.vex-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.vex-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-radio-button .mat-ripple-element {
  background-color: white;
}

.vex-style-dark .mat-select-value {
  color: white;
}

.vex-style-dark .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-select-panel {
  background: white;
}

.vex-style-dark .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-drawer-container {
  background-color: white;
  color: white;
}

.vex-style-dark .mat-drawer {
  background-color: white;
  color: white;
}

.vex-style-dark .mat-drawer.mat-drawer-push {
  background-color: white;
}

.vex-style-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}

.vex-style-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}

.vex-style-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.vex-style-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}

.vex-style-dark .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #bdbdbd;
}

.vex-style-dark .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-primary .mat-slider-track-fill,
.vex-style-dark .mat-primary .mat-slider-thumb,
.vex-style-dark .mat-primary .mat-slider-thumb-label {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-primary .mat-slider-thumb-label-text {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-primary .mat-slider-focus-ring {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
  opacity: 0.2;
}

.vex-style-dark .mat-accent .mat-slider-track-fill,
.vex-style-dark .mat-accent .mat-slider-thumb,
.vex-style-dark .mat-accent .mat-slider-thumb-label {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-accent .mat-slider-thumb-label-text {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-accent .mat-slider-focus-ring {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
  opacity: 0.2;
}

.vex-style-dark .mat-warn .mat-slider-track-fill,
.vex-style-dark .mat-warn .mat-slider-thumb,
.vex-style-dark .mat-warn .mat-slider-thumb-label {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-warn .mat-slider-thumb-label-text {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
  opacity: 0.2;
}

.vex-style-dark .mat-slider:hover .mat-slider-track-background,
.vex-style-dark .cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider-disabled .mat-slider-track-background,
.vex-style-dark .mat-slider-disabled .mat-slider-track-fill,
.vex-style-dark .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.vex-style-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}

.vex-style-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.vex-style-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.vex-style-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .vex-style-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .vex-style-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}

.vex-style-dark .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}

.vex-style-dark .mat-step-header.cdk-keyboard-focused, .vex-style-dark .mat-step-header.cdk-program-focused, .vex-style-dark .mat-step-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

@media (hover: none) {
  .vex-style-dark .mat-step-header:hover {
    background: none;
  }
}

.vex-style-dark .mat-step-header .mat-step-label,
.vex-style-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-step-header .mat-step-icon-selected,
.vex-style-dark .mat-step-header .mat-step-icon-state-done,
.vex-style-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-step-header.mat-accent .mat-step-icon-selected,
.vex-style-dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.vex-style-dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-step-header.mat-warn .mat-step-icon {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-step-header.mat-warn .mat-step-icon-selected,
.vex-style-dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.vex-style-dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}

.vex-style-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-stepper-horizontal, .vex-style-dark .mat-stepper-vertical {
  background-color: white;
}

.vex-style-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-horizontal-stepper-header::before,
.vex-style-dark .mat-horizontal-stepper-header::after,
.vex-style-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.vex-style-dark .mat-sort-header-arrow {
  color: white;
}

.vex-style-dark .mat-tab-nav-bar,
.vex-style-dark .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
.vex-style-dark .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}

.vex-style-dark .mat-tab-label, .vex-style-dark .mat-tab-link {
  color: white;
}

.vex-style-dark .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-tab-header-pagination-chevron {
  border-color: white;
}

.vex-style-dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-tab-group[class*=mat-background-] .mat-tab-header,
.vex-style-dark .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.vex-style-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(140, 190, 33, 0.1);
  background-color: rgba(var(--color-primary), 0.1);
}

.vex-style-dark .mat-tab-group.mat-primary .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(45, 206, 237, 0.1);
  background-color: rgba(var(--color-accent), 0.1);
}

.vex-style-dark .mat-tab-group.mat-accent .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(244, 67, 54, 0.1);
  background-color: rgba(var(--color-warn), 0.1);
}

.vex-style-dark .mat-tab-group.mat-warn .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(140, 190, 33, 0.1);
  background-color: rgba(var(--color-primary), 0.1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header, .vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container, .vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(45, 206, 237, 0.1);
  background-color: rgba(var(--color-accent), 0.1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header, .vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container, .vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(244, 67, 54, 0.1);
  background-color: rgba(var(--color-warn), 0.1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header, .vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container, .vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-toolbar {
  background: #f2f2f2;
  color: white;
}

.vex-style-dark .mat-toolbar.mat-primary {
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-toolbar.mat-accent {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-toolbar.mat-warn {
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-toolbar .mat-form-field-underline,
.vex-style-dark .mat-toolbar .mat-form-field-ripple,
.vex-style-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}

.vex-style-dark .mat-toolbar .mat-form-field-label,
.vex-style-dark .mat-toolbar .mat-focused .mat-form-field-label,
.vex-style-dark .mat-toolbar .mat-select-value,
.vex-style-dark .mat-toolbar .mat-select-arrow,
.vex-style-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}

.vex-style-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}

.vex-style-dark .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.vex-style-dark .mat-tree {
  background: white;
}

.vex-style-dark .mat-tree-node,
.vex-style-dark .mat-nested-tree-node {
  color: white;
}

.mat-tree-node {
  min-height: 48px;
}

.vex-style-dark .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-simple-snackbar-action {
  color: inherit;
}

.vex-style-light {
  --navigation-background: var(--background-card);
  --sidenav-background: white;
  --toolbar-background: var(--background-card);
  --sidenav-color: var(--text-color);
  --sidenav-item-background-active: #fafafa;
  --sidenav-item-color: var(--text-color);
  --sidenav-item-color-active: var(--text-color);
  --sidenav-item-dropdown-background: #fafafa;
  --sidenav-item-dropdown-background-hover: #f7f7f7;
  --sidenav-item-icon-color: #494B74;
  --sidenav-item-icon-color-active: rgb(var(--color-primary));
  --sidenav-toolbar-background: white;
}

:root {
  --padding-gutter: 1rem;
  --padding: 1.5rem;
  --padding-16: 1rem;
  --padding-12: 0.75rem;
  --padding-8: 0.5rem;
  --padding-4: 0.25rem;
  --color-primary: 92, 119, 255;
  --color-primary-contrast: 255, 255, 255;
  --color-accent: 255, 64, 129;
  --color-accent-contrast: 255, 255, 255;
  --color-warn: 244, 67, 54;
  --color-warn-contrast: 255, 255, 255;
  --font: "Elboursa", Arial, Helvetica, sans-serif !important;
  --font-weight-medium: 500;
  --font-caption: 400 12px/20px var(--font);
  --font-body-1: 400 14px/20px var(--font);
  --font-body-2: 500 14px/24px var(--font);
  --font-subheading-1: 400 15px/24px var(--font);
  --font-subheading-2: 400 16px/28px var(--font);
  --font-headline: 400 24px/32px var(--font);
  --font-title: 500 18px/26px var(--font);
  --font-display-1: 400 34px/40px var(--font);
  --font-display-2: 400 45px/48px var(--font);
  --font-display-3: 400 56px/56px var(--font);
  --font-display-4: 300 112px/112px var(--font);
  --trans-ease-in-out: all var(--trans-ease-in-out-duration) var(--trans-ease-in-out-timing-function);
  --trans-ease-in-out-duration: 500ms;
  --trans-ease-in-out-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  --trans-ease-out: all var(--trans-ease-out-duration) var(--trans-ease-out-timing-function);
  --trans-ease-out-duration: 400ms;
  --trans-ease-out-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  --trans-ease-in: all var(--trans-ease-in-duration) var(--trans-ease-in-timing-function);
  --trans-ease-in-duration: 300ms;
  --trans-ease-in-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  --trans-shadow-duration: 280ms;
  --trans-shadow-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --trans-shadow: box-shadow var(--trans-shadow-duration) var(--trans-shadow-timing-function);
  --text-color: rgba(0, 0, 0, 0.87);
  --text-color-light: #ffffff;
  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-secondary-light: rgba(255, 255, 255, 0.7);
  --text-hint: rgba(0, 0, 0, 0.38);
  --text-hint-light: rgba(255, 255, 255, 0.5);
  --foreground-divider: rgba(82, 63, 105, 0.06);
  --background-base: rgb(245, 245, 248);
  --background-card: white;
  --background-app-bar: #ebebee;
  --background-hover: rgba(0, 0, 0, 0.04);
  --elevation-default: var(--elevation-z6);
  --elevation-z0: none;
  --elevation-z1: 0px 2px 1px -1px rgba(82, 63, 104, 0.06), 0px 1px 1px 0px rgba(82, 63, 104, 0.042), 0px 1px 3px 0px rgba(82, 63, 104, 0.036);
  --elevation-z2: 0px 3px 1px -2px rgba(82, 63, 104, 0.06), 0px 2px 2px 0px rgba(82, 63, 104, 0.042), 0px 1px 5px 0px rgba(82, 63, 104, 0.036);
  --elevation-z3: 0px 3px 3px -2px rgba(82, 63, 104, 0.06), 0px 3px 4px 0px rgba(82, 63, 104, 0.042), 0px 1px 8px 0px rgba(82, 63, 104, 0.036);
  --elevation-z4: 0px 2px 4px -1px rgba(82, 63, 104, 0.06), 0px 4px 5px 0px rgba(82, 63, 104, 0.042), 0px 1px 10px 0px rgba(82, 63, 104, 0.036);
  --elevation-z5: 0px 3px 5px -1px rgba(82, 63, 104, 0.06), 0px 5px 8px 0px rgba(82, 63, 104, 0.042), 0px 1px 14px 0px rgba(82, 63, 104, 0.036);
  --elevation-z6: 0px 3px 5px -1px rgba(82, 63, 104, 0.06), 0px 6px 10px 0px rgba(82, 63, 104, 0.042), 0px 1px 18px 0px rgba(82, 63, 104, 0.036);
  --elevation-z7: 0px 4px 5px -2px rgba(82, 63, 104, 0.06), 0px 7px 10px 1px rgba(82, 63, 104, 0.042), 0px 2px 16px 1px rgba(82, 63, 104, 0.036);
  --elevation-z8: 0px 5px 5px -3px rgba(82, 63, 104, 0.06), 0px 8px 10px 1px rgba(82, 63, 104, 0.042), 0px 3px 14px 2px rgba(82, 63, 104, 0.036);
  --elevation-z9: 0px 5px 6px -3px rgba(82, 63, 104, 0.06), 0px 9px 12px 1px rgba(82, 63, 104, 0.042), 0px 3px 16px 2px rgba(82, 63, 104, 0.036);
  --elevation-z10: 0px 6px 6px -3px rgba(82, 63, 104, 0.06), 0px 10px 14px 1px rgba(82, 63, 104, 0.042), 0px 4px 18px 3px rgba(82, 63, 104, 0.036);
  --elevation-z11: 0px 6px 7px -4px rgba(82, 63, 104, 0.06), 0px 11px 15px 1px rgba(82, 63, 104, 0.042), 0px 4px 20px 3px rgba(82, 63, 104, 0.036);
  --elevation-z12: 0px 7px 8px -4px rgba(82, 63, 104, 0.06), 0px 12px 17px 2px rgba(82, 63, 104, 0.042), 0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  --elevation-z13: 0px 7px 8px -4px rgba(82, 63, 104, 0.06), 0px 13px 19px 2px rgba(82, 63, 104, 0.042), 0px 5px 24px 4px rgba(82, 63, 104, 0.036);
  --elevation-z14: 0px 7px 9px -4px rgba(82, 63, 104, 0.06), 0px 14px 21px 2px rgba(82, 63, 104, 0.042), 0px 5px 26px 4px rgba(82, 63, 104, 0.036);
  --elevation-z15: 0px 8px 9px -5px rgba(82, 63, 104, 0.06), 0px 15px 22px 2px rgba(82, 63, 104, 0.042), 0px 6px 28px 5px rgba(82, 63, 104, 0.036);
  --elevation-z16: 0px 8px 10px -5px rgba(82, 63, 104, 0.06), 0px 16px 24px 2px rgba(82, 63, 104, 0.042), 0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  --elevation-z17: 0px 8px 11px -5px rgba(82, 63, 104, 0.06), 0px 17px 26px 2px rgba(82, 63, 104, 0.042), 0px 6px 32px 5px rgba(82, 63, 104, 0.036);
  --elevation-z18: 0px 9px 11px -5px rgba(82, 63, 104, 0.06), 0px 18px 28px 2px rgba(82, 63, 104, 0.042), 0px 7px 34px 6px rgba(82, 63, 104, 0.036);
  --elevation-z19: 0px 9px 12px -6px rgba(82, 63, 104, 0.06), 0px 19px 29px 2px rgba(82, 63, 104, 0.042), 0px 7px 36px 6px rgba(82, 63, 104, 0.036);
  --elevation-z20: 0px 10px 13px -6px rgba(82, 63, 104, 0.06), 0px 20px 31px 3px rgba(82, 63, 104, 0.042), 0px 8px 38px 7px rgba(82, 63, 104, 0.036);
  --sidenav-width: 270px;
  --sidenav-collapsed-width: 85px;
  --sidenav-background: #ffffff;
  --sidenav-color: #0D6938;
  --sidenav-item-padding: var(--padding);
  --sidenav-toolbar-background: #fbfbfb;
  --sidenav-item-background-active:#05803e;
  --sidenav-item-color: #000000;
  --sidenav-item-color-active: #ffffff;
  --sidenav-item-icon-color: #000000;
  --sidenav-item-icon-color-active: #fff;
  --sidenav-item-icon-gap: 16px;
  --sidenav-item-icon-size: 24px;
  --sidenav-item-border-color: transparent;
  --sidenav-item-border-color-active: rgb(var(--color-primary));
  --sidenav-item-dropdown-background: #f7f7f7;
  --sidenav-item-dropdown-background-hover: whitesmoke;
  --sidenav-item-dropdown-gap: 12px;
  --toolbar-height: 64px;
  --toolbar-background: white;
  --toolbar-color: rgba(0, 0, 0, 0.87);
  --toolbar-icon-color: rgb(var(--color-primary));
  --secondary-toolbar-background: var(--background-card);
  --secondary-toolbar-height: 54px;
  --navigation-height: 64px;
  --navigation-background: var(--background-card);
  --navigation-color: var(--text-secondary);
  --footer-height: 56px;
  --footer-z-index: 100;
  --footer-background: var(--background-card);
  --footer-color: var(--text-color);
  --footer-elevation: 0 -10px 30px 0 rgba(82, 63, 104, .06);
  --page-layout-header-height: 200px;
  --page-layout-toolbar-height: 64px;
  --blink-scrollbar-width: 12px;
  --default-icon-size: 24px;
  --border-radius: 4px;
}

@media (min-width: 1280px) {
  :root {
    --padding-gutter: 1.5rem;
  }
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 24px/32px var(--font);
  letter-spacing: -0.019em;
  margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 18px/26px "Elboursa", Arial, Helvetica, sans-serif;
  font: 500 18px/26px var(--font);
  letter-spacing: -0.014em;
  margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 16px/28px var(--font);
  letter-spacing: -0.011em;
  margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 15px/24px var(--font);
  letter-spacing: -0.009em;
  margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 calc(14px * 0.83)/20px var(--font);
  margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 calc(14px * 0.67)/20px var(--font);
  margin: 0 0 12px;
}

.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px "Elboursa", Arial, Helvetica, sans-serif;
  font: 500 14px/24px var(--font);
  letter-spacing: -0.006em;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 14px/20px var(--font);
  letter-spacing: -0.006em;
}

.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}

.mat-small, .mat-caption {
  font: 400 12px/20px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 12px/20px var(--font);
  letter-spacing: 0;
}

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px "Elboursa", Arial, Helvetica, sans-serif;
  font: 300 112px/112px var(--font);
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 56px/56px var(--font);
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 45px/48px var(--font);
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 34px/40px var(--font);
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px/20px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 14px/20px var(--font);
  letter-spacing: -0.006em;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-card {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 18px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-checkbox {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 18px/26px "Elboursa", Arial, Helvetica, sans-serif;
  font: 500 18px/26px var(--font);
  letter-spacing: -0.014em;
}

.mat-expansion-panel-header {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px/20px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 14px/20px var(--font);
  letter-spacing: -0.006em;
}

.mat-form-field {
  font: 400 14px/1.25 "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 14px/1.25 var(--font);
  letter-spacing: -0.006em;
}

.mat-form-field-wrapper {
  padding-bottom: 1.4375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.25;
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.25em;
  line-height: 1.25;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.9375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.4375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.43749em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.9375em;
  padding-top: 0.9375em;
}

.mat-form-field-label {
  top: 1.4375em;
}

.mat-form-field-underline {
  bottom: 1.4375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.9166666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.3125em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.31249em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.31248em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.3125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.4166666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.31247em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.31246em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.31245em) scale(0.75);
  }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.1875em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.6875em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.68749em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.9375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.6875em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.68749em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}

.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.125em;
}

.mat-menu-item {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 12px;
}

.mat-radio-button {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-select {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-select-trigger {
  height: 1.25em;
}

.mat-slide-toggle-content {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-slider-thumb-label-text {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-tab-label, .mat-tab-link {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 18px/26px "Elboursa", Arial, Helvetica, sans-serif;
  font: 500 18px/26px var(--font);
  letter-spacing: -0.014em;
  margin: 0;
}

.mat-tooltip {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-list-option {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px/24px "Elboursa", Arial, Helvetica, sans-serif;
  font: 500 14px/24px var(--font);
  letter-spacing: -0.006em;
}

.mat-simple-snackbar {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  font-family: var(--font);
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}

@keyframes cdk-text-field-autofill-start {
  /*!*/
}

@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}

@keyframes cdk-text-field-autofill-end {
  /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
          animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
          animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}

.mat-mdc-focus-indicator {
  position: relative;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: black;
}

.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: black;
}

.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}

.mat-pseudo-checkbox::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: black;
}

.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: white;
  color: black;
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: black;
}

.mat-badge-content {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
}

.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-badge-warn .mat-badge-content {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
}

.mat-badge {
  position: relative;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: black;
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}

.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(82, 63, 105, 0.06);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: black;
  background-color: white;
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: black;
  background: white;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(82, 63, 105, 0.06);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(82, 63, 105, 0.06);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(82, 63, 105, 0.06);
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: black;
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(82, 63, 105, 0.06);
}

.mat-card {
  background: white;
  color: black;
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: black;
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: black;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.mat-table {
  background: white;
}

.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(82, 63, 105, 0.06);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: black;
}

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider::after {
  background: rgba(82, 63, 105, 0.06);
}

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: black;
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(82, 63, 105, 0.12);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(140, 190, 33, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to right, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(140, 190, 33, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to left, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 0 1px rgba(var(--color-primary-contrast), 1);
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: black;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(45, 206, 237, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to right, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(45, 206, 237, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to left, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 0 1px rgba(var(--color-accent-contrast), 1);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to right, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 1) 50%, rgba(249, 171, 0, 0.2) 50%);
  background: linear-gradient(to left, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 0 1px rgba(var(--color-warn-contrast), 1);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.mat-datepicker-toggle-active.mat-accent {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.mat-datepicker-toggle-active.mat-warn {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: black;
}

.mat-divider {
  border-top-color: rgba(82, 63, 105, 0.06);
}

.mat-divider-vertical {
  border-right-color: rgba(82, 63, 105, 0.06);
}

.mat-expansion-panel {
  background: white;
  color: black;
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(82, 63, 105, 0.06);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}

.mat-expansion-panel-header-title {
  color: black;
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-focused .mat-form-field-required-marker {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.mat-form-field-ripple {
  background-color: rgba(82, 63, 105, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-error {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(82, 63, 105, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(82, 63, 105, 0.42) 0%, rgba(82, 63, 105, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(82, 63, 105, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(82, 63, 105, 0.42) 0%, rgba(82, 63, 105, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(82, 63, 105, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(82, 63, 105, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(82, 63, 105, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(82, 63, 105, 0.06);
}

.mat-icon.mat-primary {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.mat-icon.mat-accent {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.mat-icon.mat-warn {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: rgba(140, 190, 33, 1);
  caret-color: rgba(var(--color-primary), 1);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: rgba(45, 206, 237, 1);
  caret-color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: rgba(244, 67, 54, 1);
  caret-color: rgba(var(--color-warn), 1);
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-list-base .mat-list-item {
  color: black;
}

.mat-list-base .mat-list-option {
  color: black;
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
  background-color: #eeeeee;
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: white;
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: black;
}

.mat-menu-item[disabled], .mat-menu-item[disabled]::after,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-progress-bar-background {
  fill: rgba(140, 190, 33, 0.1);
  fill: rgba(var(--color-primary), 0.1);
}

.mat-progress-bar-buffer {
  background-color: rgba(140, 190, 33, 0.1);
  background-color: rgba(var(--color-primary), 0.1);
}

.mat-progress-bar-fill::after {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: rgba(45, 206, 237, 0.1);
  fill: rgba(var(--color-accent), 0.1);
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: rgba(45, 206, 237, 0.1);
  background-color: rgba(var(--color-accent), 0.1);
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: rgba(244, 67, 54, 0.1);
  fill: rgba(var(--color-warn), 0.1);
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: rgba(244, 67, 54, 0.1);
  background-color: rgba(var(--color-warn), 0.1);
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: rgba(140, 190, 33, 1);
  stroke: rgba(var(--color-primary), 1);
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: rgba(45, 206, 237, 1);
  stroke: rgba(var(--color-accent), 1);
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: rgba(244, 67, 54, 1);
  stroke: rgba(var(--color-warn), 1);
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(140, 190, 33, 1);
  border-color: rgba(var(--color-primary), 1);
}

.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(45, 206, 237, 1);
  border-color: rgba(var(--color-accent), 1);
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(244, 67, 54, 1);
  border-color: rgba(var(--color-warn), 1);
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-select-value {
  color: black;
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: white;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: rgba(140, 190, 33, 1);
  color: rgba(var(--color-primary), 1);
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: black;
}

.mat-drawer {
  background-color: white;
  color: black;
}

.mat-drawer.mat-drawer-push {
  background-color: white;
}

.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(82, 63, 105, 0.06);
}

.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(82, 63, 105, 0.06);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(82, 63, 105, 0.06);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(82, 63, 105, 0.06);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-primary .mat-slider-thumb-label-text {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-primary .mat-slider-focus-ring {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
  opacity: 0.2;
}

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-accent .mat-slider-thumb-label-text {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-accent .mat-slider-focus-ring {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
  opacity: 0.2;
}

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-warn .mat-slider-thumb-label-text {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
  opacity: 0.2;
}

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-step-header.mat-accent .mat-step-icon {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-step-header.mat-warn .mat-step-icon {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: black;
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: rgba(244, 67, 54, 1);
  color: rgba(var(--color-warn), 1);
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(82, 63, 105, 0.06);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(82, 63, 105, 0.06);
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(82, 63, 105, 0.06);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(82, 63, 105, 0.06);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: black;
}

.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: black;
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(140, 190, 33, 0.1);
  background-color: rgba(var(--color-primary), 0.1);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(45, 206, 237, 0.1);
  background-color: rgba(var(--color-accent), 0.1);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(244, 67, 54, 0.1);
  background-color: rgba(var(--color-warn), 0.1);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(140, 190, 33, 0.1);
  background-color: rgba(var(--color-primary), 0.1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: rgba(140, 190, 33, 1);
  background-color: rgba(var(--color-primary), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(45, 206, 237, 0.1);
  background-color: rgba(var(--color-accent), 0.1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: rgba(45, 206, 237, 1);
  background-color: rgba(var(--color-accent), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(244, 67, 54, 0.1);
  background-color: rgba(var(--color-warn), 0.1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: rgba(244, 67, 54, 1);
  background-color: rgba(var(--color-warn), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(var(--color-warn-contrast), 1);
}

.mat-toolbar {
  background: #ebebee;
  color: black;
}

.mat-toolbar.mat-primary {
  background: rgba(140, 190, 33, 1);
  background: rgba(var(--color-primary), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-toolbar.mat-accent {
  background: rgba(45, 206, 237, 1);
  background: rgba(var(--color-accent), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-toolbar.mat-warn {
  background: rgba(244, 67, 54, 1);
  background: rgba(var(--color-warn), 1);
  color: rgba(255, 255, 255, 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}

.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: black;
}

.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: rgba(45, 206, 237, 1);
  color: rgba(var(--color-accent), 1);
}

.horizontal-layout {
  --navigation-height: 0px;
  --toolbar-width: 100%;
}

@media (min-width: 1280px) {
  .horizontal-layout {
    --toolbar-width: calc(100% - var(--sidenav-width));
  }

  .horizontal-layout.sidenav-collapsed {
    --toolbar-width: calc(100% - var(--sidenav-collapsed-width));
  }
}

.horizontal-layout .sidenav-container {
  /* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This
     causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */
  flex: 1;
}

.horizontal-layout.has-fixed-footer.scroll-disabled .content {
  height: calc(100% - 64px - 56px);
  height: calc(100% - var(--toolbar-height) - var(--footer-height));
}

@media (min-width: 1280px) {
  body:not([dir=rtl]) .horizontal-layout.sidenav-collapsed .sidenav-content {
    margin-left: 85px !important;
    margin-left: var(--sidenav-collapsed-width) !important;
    margin-right: 0 !important;
  }

  body:not([dir=rtl]) .horizontal-layout:not(.sidenav-collapsed) .sidenav-content {
    margin-left: 270px !important;
    margin-left: var(--sidenav-width) !important;
    margin-right: 0 !important;
  }

  [dir=rtl] .horizontal-layout.sidenav-collapsed .sidenav-content {
    margin-right: 85px !important;
    margin-right: var(--sidenav-collapsed-width) !important;
    margin-left: 0 !important;
  }

  [dir=rtl] .horizontal-layout:not(.sidenav-collapsed) .sidenav-content {
    margin-right: 270px !important;
    margin-right: var(--sidenav-width) !important;
    margin-left: 0 !important;
  }
}

.vertical-layout {
  --toolbar-width: 100%;
}

.vertical-layout vex-secondary-toolbar .h-14 {
  display: none;
}

.vertical-layout vex-secondary-toolbar .fixed {
  background: none;
  border-top: none;
  box-shadow: none;
  margin-bottom: calc(1rem * -1);
  margin-bottom: calc(var(--padding-16) * -1);
  padding-top: 0.75rem;
  padding-top: var(--padding-12);
  position: relative;
  top: 0;
}

.vertical-layout.content-container > .sidenav-container > .sidenav-content > .content {
  margin-left: auto;
  margin-right: auto;
}

.vertical-layout.has-fixed-footer.scroll-disabled .content {
  height: calc(100% - 64px - 56px);
  height: calc(100% - var(--toolbar-height) - var(--footer-height));
}

@media print {
  html, body {
    height: auto !important;
    overflow: visible !important;
    overflow: initial !important;
  }

  .vex-toolbar, .sidenav {
    display: none !important;
  }

  .content {
    margin-top: 0 !important;
  }

  .mat-drawer-container {
    overflow: visible !important;
  }

  .mat-drawer-side {
    border-right: none !important;
  }

  .sidenav-content {
    margin-left: 0 !important;
    background-color: white;
    background-color: var(--background-card);
  }

  .vex-footer {
    display: none !important;
  }

  .config-panel-toggle {
    display: none !important;
  }
}

/*
  InterDynamicTracking takes the font size in points
  or pixels and returns the compensating tracking in EM.
  function InterDynamicTracking(fontSize) {
    const a = -0.0223
    const b = 0.185
    const c = -0.1745;
    // tracking = a + b * e ^ (c * fontSize)
    return a + b * Math.pow(Math.E, c * fontSize)
  }
*/

.display-4 {
  font: 300 112px/112px "Elboursa", Arial, Helvetica, sans-serif;
  font: 300 112px/112px var(--font);
  letter-spacing: -0.05em;
}

.display-3 {
  font: 400 56px/56px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 56px/56px var(--font);
  letter-spacing: -0.02em;
}

.display-2 {
  font: 400 45px/48px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 45px/48px var(--font);
  letter-spacing: -0.005em;
}

.display-1, h1 {
  font: 400 34px/40px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 34px/40px var(--font);
  letter-spacing: normal;
}

.headline, h2 {
  font: 400 24px/32px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 24px/32px var(--font);
  letter-spacing: -0.019em;
}

.title, h3 {
  font: 500 18px/26px "Elboursa", Arial, Helvetica, sans-serif;
  font: 500 18px/26px var(--font);
  letter-spacing: -0.014em;
}

.subheading-2, h4 {
  font: 400 16px/28px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 16px/28px var(--font);
  letter-spacing: -0.011em;
}

.subheading-1, h5 {
  font: 400 15px/24px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 15px/24px var(--font);
  letter-spacing: -0.009em;
}

.body-2, h6 {
  font: 500 14px/24px "Elboursa", Arial, Helvetica, sans-serif;
  font: 500 14px/24px var(--font);
  letter-spacing: -0.006em;
}

.body-1, p {
  font: 400 14px/20px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 14px/20px var(--font);
  letter-spacing: -0.006em;
}

.caption {
  font: 400 12px/20px "Elboursa", Arial, Helvetica, sans-serif;
  font: 400 12px/20px var(--font);
  letter-spacing: 0;
}

.text-xs {
  letter-spacing: 0;
}

.text-sm {
  letter-spacing: -0.009em;
}

.text-base {
  letter-spacing: -0.011em;
}

.text-lg {
  letter-spacing: -0.014em;
}

.text-2xl {
  letter-spacing: -0.019em;
}

.text-3xl {
  letter-spacing: -0.021em;
}

.mat-icon,
.mat-icon-button .mat-icon {
  font-size: 24px;
  font-size: var(--default-icon-size);
  height: unset;
  width: unset;
}

.ic-inline > svg {
  display: inline-block;
}

ic-icon:not(.ic-inline) > svg,
.iconify:not(.ic-inline) > svg {
  margin: 0 auto;
  vertical-align: middle;
}

.vex-scrollblock {
  position: fixed;
  width: 100%;
}

body.is-blink ::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  height: 12px;
  height: var(--blink-scrollbar-width);
  width: 12px;
  width: var(--blink-scrollbar-width);
}

body.is-blink ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

body.is-blink ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 12px;
  border-radius: var(--blink-scrollbar-width);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
}

body.is-blink ::-webkit-scrollbar-thumb:active {
  border-radius: 12px;
  border-radius: var(--blink-scrollbar-width);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
}

.mat-icon-button .mat-button-wrapper > *,
.mat-menu-item .mat-icon,
.mat-button .mat-icon {
  vertical-align: middle !important;
}

.mat-form-field-suffix .mat-icon-button .mat-icon, .mat-form-field-prefix .mat-icon-button .mat-icon {
  font-size: inherit;
}

.mat-table mat-row,
.mat-table mat-header-row,
.mat-table mat-footer-row,
.mat-table th.mat-header-cell,
.mat-table td.mat-cell,
.mat-table td.mat-footer-cell {
  border-bottom-color: rgba(82, 63, 105, 0.06);
  border-bottom-color: var(--foreground-divider);
}

.mat-form-field {
  margin-bottom: 4px;
}

.mat-primary.mat-form-field .mat-form-field-prefix,
.mat-primary.mat-form-field .mat-form-field-suffix {
  transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: var(--trans-ease-out);
}

.mat-primary.mat-form-field.mat-focused .mat-form-field-prefix, .mat-primary.mat-form-field.mat-focused .mat-form-field-suffix {
  color: rgb(140, 190, 33);
  color: rgb(var(--color-primary));
}

.mat-form-field.mat-form-field-invalid.mat-focused .mat-form-field-prefix, .mat-form-field.mat-form-field-invalid.mat-focused .mat-form-field-suffix {
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

.mat-table .mat-cell,
.mat-table .mat-header-cell {
  box-sizing: content-box;
  padding-left: 0.75rem;
  padding-left: var(--padding-12);
  padding-right: 0.75rem;
  padding-right: var(--padding-12);
  white-space: nowrap;
}

.mat-paginator-page-size-select.mat-form-field .mat-form-field-flex {
  padding-top: 0;
}

.mat-menu-item ic-icon {
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
  -webkit-margin-end: var(--padding-16);
          margin-inline-end: var(--padding-16);
  vertical-align: middle;
}

.mat-menu-item ic-icon > svg {
  vertical-align: middle;
}

.mat-select-panel {
  font-size: 1rem;
  letter-spacing: -0.011em;
}

.mat-drawer-side {
  border: 0;
}

textarea.mat-input-element {
  line-height: 1.5;
}

.vex-flex-form-field .mat-form-field-infix {
  width: 50px;
}

.vex-dense-form-field {
  margin-bottom: -1.34375em;
}

.vex-dense-form-field.mat-form-field-appearance-outline .mat-form-field-infix {
  padding-top: 4px;
}

.vex-tabs .mat-tab-label.mat-tab-label-active {
  opacity: 1;
}

.vex-tabs .mat-tab-link.mat-tab-label-active {
  opacity: 1;
}

.vex-tabs-dense .mat-tab-label {
  min-width: 0;
}

.uppercase > * > .mat-sort-header-button {
  text-transform: uppercase;
}

.mat-card-image {
  max-width: none;
}

/*
.mat-button-focus-overlay {
  background: rgba(var(--palette-foreground-base), 1);
}
.mat-checkbox .mat-ripple-element {
  background-color: rgb(var(--palette-foreground-base));
}
.mat-option.mat-option-disabled {
  color: rgba(var(--palette-foreground-hint-text), 0.38);
}
*/

.apexcharts-legend-text {
  margin-left: 4px;
  top: -1px;
}

body .apexcharts-tooltip.light {
  background: white;
  background: var(--background-card);
}

.vex-layout-ares {
  --footer-background: var(--background-base);
  --sidenav-background: var(--background-base);
  --toolbar-background: var(--background-base);
  --sidenav-color: var(--text-color);
  --sidenav-item-background-active: var(--background-card);
  --sidenav-item-color: var(--text-color);
  --sidenav-item-color-active: var(--text-color);
  --sidenav-item-dropdown-background: var(--background-base);
  --sidenav-item-dropdown-background-hover: var(--background-hover);
  --secondary-toolbar-background: var(--background-base);
  --sidenav-toolbar-background: var(--background-base);
  --secondary-toolbar-height: 64px;
}

.vex-layout-ares .sidenav {
  border: none;
}

.vex-layout-ares .sidenav vex-sidenav-item .item {
  width: unset;
  border-radius: 9999px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.vex-layout-ares .sidenav vex-sidenav-item .item.active {
  --tw-shadow: var(--elevation-z6);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vex-layout-ares .sidenav vex-sidenav-item .item-level-0 > .item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.vex-layout-ares .sidenav vex-sidenav-item .item-level-1 .item.active {
  font-weight: 500;
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vex-layout-ares .sidenav vex-sidenav-item .item-level-1 .item.active .item-label {
  color: rgba(0, 0, 0, 0.87);
  color: var(--text-color);
}

.vex-layout-ares .sidenav vex-sidenav-item .item-level-1 .item:hover .item-label {
  color: rgba(0, 0, 0, 0.87);
  color: var(--text-color);
}

.vex-layout-ares .sidenav-collapsed .sidenav vex-sidenav-item .item {
  margin-left: 0;
  margin-right: 0;
}

.vex-layout-ares vex-secondary-toolbar {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden;
}

.vex-layout-ares vex-secondary-toolbar .secondary-toolbar {
  border-top-width: 0;
  margin-bottom: calc(1rem * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vex-layout-ares vex-footer {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
}

.vex-layout-ares .vex-page-layout-header {
  background: rgb(245, 245, 248);
  background: var(--background-base);
  color: rgba(0, 0, 0, 0.87);
  color: var(--text-color);
}

.vex-layout-ares .vex-page-layout-header vex-breadcrumbs .text-hint {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--text-hint) !important;
}

.vex-layout-ares.vex-style-default {
  --sidenav-item-background-active: rgb(var(--color-primary));
  --sidenav-item-color-active: rgb(var(--color-primary-contrast));
  --sidenav-item-dropdown-color-hover: var(--text-color);
  --sidenav-item-icon-color-active: rgb(var(--color-primary-contrast));
}

.vex-layout-hermes {
  --toolbar-height: 100px;
  --secondary-toolbar-background: var(--background-base);
  --secondary-toolbar-height: 64px;
}

.vex-layout-hermes.vex-style-light {
  --toolbar-background: var(--background-base);
}

.vex-layout-hermes.vex-style-default {
  --navigation-background: #ffffff;
  --toolbar-background: white;
  --navigation-color: white;
  --toolbar-color: white;
}

.vex-layout-hermes.vex-style-dark {
  --toolbar-background: var(--background-base);
}

@media (min-width: 1280px) {
  .vex-layout-hermes .sidenav {
    display: none;
  }
}

.vex-layout-hermes vex-secondary-toolbar .secondary-toolbar {
  border-top-width: 0;
  margin-bottom: calc(1rem * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
  --tw-shadow: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vex-layout-ikaros {
  --navigation-height: 0px;
}

.vex-layout-ikaros.vex-style-default {
  --toolbar-background: #ffffff;
  --navigation-color: white;
  --toolbar-color: white;
}

/* You can add global styles to this file, and also import other style files */

html {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern";
}

apx-chart * {
  font-family: "Elboursa", Arial, Helvetica, sans-serif !important;
  letter-spacing: normal !important;
}

div {
  box-sizing: border-box;
}

@font-face {
  font-family: "Elboursa";

  src: local("Elboursa"), url('NotoSansArabic-Regular.ttf') format("truetype");
}

@font-face {
  font-family: "Elboursa-en";

  src: local("Elboursa"), url('Sheba.ttf') format("truetype");
}

@font-face {
  font-family: "Elboursa-light";

  src: local("Elboursa-light"), url('NotoSansArabic-Light.ttf') format("truetype");
}

@font-face {
  font-family: "Elboursa-bold";

  src: local("Elboursa-bold"), url('NotoSansArabic-Bold.ttf') format("truetype");
}

body {
  font-family: "Elboursa", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}

.main-font {
  font-family: "Elboursa", Arial, Helvetica, sans-serif !important;
}

.main-font_light {
  font-family: "Elboursa-light", Arial, Helvetica, sans-serif !important;
}

.main-font_bold {
  font-family: "Elboursa-bold", Arial, Helvetica, sans-serif !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(140, 126, 126, 0.5);
  box-shadow: 0 0 1px rgba(181, 178, 178, 0.5);
}

/**
  Uncomment the below code and adjust the values to fit your colors, the application will automatically adjust
 */

body {
  zoom: 95%;
}

:root {
  --padding-gutter: 1rem;
  --padding: 1.5rem;
  --padding-16: 1rem;
  --padding-12: 0.75rem;
  --padding-8: 0.5rem;
  --padding-4: 0.25rem;
  --color-primary: 140, 190, 33;
  --color-primary-contrast: 255, 255, 255;
  --color-accent: 45, 206, 237;
  --color-accent-contrast: 255, 255, 255;
  --color-warn: 244, 67, 54;
  --color-warn-contrast: 255, 255, 255;
  --dial-background-color: 255, 255, 255;
}

.apexcharts-toolbar {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.green-snackbar {
  background: #0d7a0d;
}

.blue-snackbar {
  background: #0d737a;
}

.apexcharts-legend-text {
  margin-right: 0.4rem;
}

.mat-sort-header {
  background: #d9d6d6;
}

.add-icon {
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 100ms ease-in-out;
  max-width: 40px;
}

.add-icon:hover {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  color: #db6168;
  padding: 0 !important;
  cursor: pointer;
}

mat-form-field {
  width: 100% !important;
}

.filter-wrapper {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

.bg-darker {
  background: #efeded;
}

.bg-darker:hover {
  background: #efeded;
}

.rate-wrapper {
  max-width: 88%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.rate-wrapper .mat-form-field-wrapper {
  padding-top: 1.4375em;
}

.material-dialog-content {
  margin: -24px !important;
}

.mat-form-field-flex {
  padding: 5px 10px 0 0 !important;
}

.mat-form-field-label {
  min-height: 25px !important;
}

.invalid-input {
  border: 1px solid red !important;
}

button:disabled {
  opacity: 0.5;
}

button:disabled:hover {
  box-shadow: none !important;
}

.timepicker-backdrop-overlay {
  z-index: 99999999 !important;
}

.timepicker-overlay {
  z-index: 99999999 !important;
}

.clock-face__number {
  left: 145px !important;
  top: 5px !important;
}

.clock-face__number--outer {
  height: calc(312px / 2 - 20px) !important;
}

.clock-face__number--outer span {
  background: transparent !important;
}

.timepicker__header {
  background-color: #0D6938 !important;
}

.clock-face__clock-hand {
  background-color: #0D6938 !important;
}

.clock-face__clock-hand:before {
  border: 4px solid #0D6938 !important;
}

.timepicker-button {
  color: #0D6938 !important;
}

.clock-face__inner {
  display: none;
}

.mat-option-text {
  display: flex !important;
}

.bg-custom-table {
  background: #ebebee;
}

.ml-34 {
  margin-left: 34px !important;
}

.cdk-overlay-pane {
  overflow-y: scroll;
}

.image-pdf {
  width: 21px;
  height: 25px;
  overflow-y: scroll;
}

.mat-paginator-container {
  background: #ebebee;
}

.fw-700 {
  font-weight: 700 !important;
}

.approve-btn {
  color: #0D6938 !important;
}

.timepicker {
  direction: ltr !important;
}

.ngx-timepicker {
  direction: ltr !important;
  justify-content: end;
}
