@charset "UTF-8";.hu-color-picker {
  padding: 10px;
  background: #1d2024;
  border-radius: 4px;
  box-shadow: 0 0 16px 0 rgba(0,0,0,.16);
  z-index: 1;
}
.hu-color-picker.light {
  background: #f7f8f9;
}
.hu-color-picker.light .color-show .sucker {
  background: #eceef0;
}
.hu-color-picker.light .color-type .name {
  background: #e7e8e9;
}
.hu-color-picker.light .color-type .value {
  color: #666;
  background: #eceef0;
}
.hu-color-picker.light .colors.history {
  border-top: 1px solid #eee;
}
.hu-color-picker canvas {
  vertical-align: top;
}
.hu-color-picker .color-set {
  display: flex;
}
.hu-color-picker .color-show {
  margin-top: 8px;
  display: flex;
}
.saturation {
  position: relative;
  cursor: pointer;
}
.saturation .slide {
  position: absolute;
  left: 100px;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
  pointer-events: none;
}
.color-type {
  display: flex;
  margin-top: 8px;
  font-size: 12px;
}
.color-type .name {
  width: 60px;
  height: 30px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  background: #252930;
}
.color-type .value {
  flex: 1;
  height: 30px;
  min-width: 100px;
  padding: 0 12px;
  border: 0;
  color: #fff;
  background: #2e333a;
  box-sizing: border-box;
}
.color-alpha {
  position: relative;
  margin-left: 8px;
  cursor: pointer;
}
.color-alpha .slide {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 4px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
  pointer-events: none;
}
.sucker {
  width: 30px;
  fill: #9099a4;
  background: #2e333a;
  cursor: pointer;
  transition: all .3s;
}
.sucker.active, .sucker:hover {
  fill: #1593ff;
}
.colors {
  padding: 0;
  margin: 0;
}
.colors.history {
  margin-top: 10px;
  border-top: 1px solid #2e333a;
}
.colors .item {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 10px 0 0 10px;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  transition: all .1s;
  cursor: pointer;
}
.colors .item:nth-child(8n+1) {
  margin-left: 0;
}
.colors .item:hover {
  transform: scale(1.4);
}
.colors .item .alpha {
  height: 100%;
  border-radius: 4px;
}
.colors .item .color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.hue {
  position: relative;
  margin-left: 8px;
  cursor: pointer;
}
.hue .slide {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 4px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
  pointer-events: none;
}:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
}
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}
.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}
.svg-inline--fa.fa-sm {
  vertical-align: -0.07143em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}
.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}
.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}
.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
}
.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em;
}
.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}
.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}
.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}
.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}
.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.sr-only, .fa-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;
}
.sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(: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;
}
.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa mask .fa-primary, .svg-inline--fa mask .fa-secondary {
  fill: black;
}
.fad.fa-inverse, .fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}.o-switch {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.o-switch__check-switch {
  content: "";
  display: block;
  height: calc((2.75em - 0.2em * 2) * 0.5);
  width: calc((2.75em - 0.2em * 2) * 0.5);
  background: #f5f5f5;
  transition-property: transform;
  will-change: transform;
  transform-origin: left;
}
.o-switch__check {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: var(--oruga-switch-width, 2.75em);
  height: calc(
      var(--oruga-switch-width, 2.75em) * 0.5 + var(--oruga-switch-padding, 0.2em)
    );
  padding: var(--oruga-switch-padding, 0.2em);
  background: var(--oruga-switch-background, #b5b5b5);
  transition-property: background;
  transition-duration: var(--oruga-transition-duration, 150ms);
  transition-timing-function: var(--oruga-transition-timing, ease-out);
}
.o-switch__check--checked .o-switch__check-switch {
  transform: translate3d(100%, 0, 0);
}
.o-switch input[type="checkbox"] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}
.o-switch--rounded {
  border-radius: 9999px;
}
.o-switch--disabled {
  opacity: 0.5;
}
.o-switch__label {
  margin-left: var(--oruga-switch-margin-label, 0.5em);
  align-self: center;
}
.o-upl {
  position: relative;
  display: inline-flex;
}
.o-upl--disabled {
  cursor: not-allowed;
}
.o-upl--expanded {
  width: 100%;
}
.o-upl__draggable {
  cursor: pointer;
  width: 100%;
}
.o-upl input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: -1;
}
.o-sel-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cg fill='%23444444'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23444444'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: var(--oruga-select-arrow-size, 1rem);
  background-position: calc(100% - var(--oruga-select-arrow-size, 1rem) * 0.5)
      center;
  padding-right: calc(var(--oruga-select-arrow-size, 1rem) * 2);
}@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes append-animate {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 150ms ease-out;
}
.fade-enter, .fade-enter-from, .fade-leave-to {
  opacity: 0;
}
.zoom-in-enter-active, .zoom-in-leave-active {
  transition: opacity 150ms ease-out;
}
.zoom-in-enter-active .animation-content, .zoom-in-enter-active .animation-content, .zoom-in-leave-active .animation-content, .zoom-in-leave-active .animation-content {
  transition: transform 150ms ease-out;
}
.zoom-in-enter, .zoom-in-enter-from, .zoom-in-leave-active {
  opacity: 0;
}
.zoom-in-enter .animation-content, .zoom-in-enter .animation-content, .zoom-in-enter-from .animation-content, .zoom-in-enter-from .animation-content, .zoom-in-leave-active .animation-content, .zoom-in-leave-active .animation-content {
  transform: scale(0.95);
}
.zoom-out-enter-active, .zoom-out-leave-active {
  transition: opacity 150ms ease-out;
}
.zoom-out-enter-active .animation-content, .zoom-out-enter-active .animation-content, .zoom-out-leave-active .animation-content, .zoom-out-leave-active .animation-content {
  transition: transform 150ms ease-out;
}
.zoom-out-enter, .zoom-out-enter-from, .zoom-out-leave-active {
  opacity: 0;
}
.zoom-out-enter .animation-content, .zoom-out-enter .animation-content, .zoom-out-enter-from .animation-content, .zoom-out-enter-from .animation-content, .zoom-out-leave-active .animation-content, .zoom-out-leave-active .animation-content {
  transform: scale(1.05);
}
.slide-next-enter-active, .slide-next-leave-active, .slide-prev-enter-active, .slide-prev-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slide-prev-leave-to, .slide-next-enter {
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  width: 100%;
}
.slide-prev-enter, .slide-prev-enter-from, .slide-next-leave-to {
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%;
}
.slide-down-enter-active, .slide-down-leave-active, .slide-up-enter-active, .slide-up-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slide-up-leave-to, .slide-down-enter {
  transform: translate3d(0, -100%, 0);
  position: absolute;
  height: 100%;
}
.slide-up-enter, .slide-up-enter-from, .slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
  position: absolute;
  height: 100%;
}
.slide-enter-active {
  transition: 150ms ease-out;
}
.slide-leave-active {
  transition: 150ms ease-out;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slide-enter-to, .slide-leave {
  max-height: 100px;
  overflow: hidden;
}
.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
*, :after, :before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
.o-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.o-clipped {
  overflow: hidden;
}
.o-acp {
  position: relative;
}
.o-acp__menu {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: auto;
  z-index: 20;
  background-color: #ffffff;
}
.o-acp__menu--top {
  top: auto;
  bottom: 100%;
}
.o-acp__item {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.o-acp__item-group-title, .o-acp__item--empty {
  pointer-events: none;
}
.o-acp--expanded {
  width: 100%;
}
.o-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #445e00;
  color: #ffffff;
}
.o-btn__wrapper {
  margin-left: -0.1875em;
  margin-right: -0.1875em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.o-btn__wrapper > * {
  margin-left: 0.1875em;
  margin-right: 0.1875em;
}
.o-btn__label {
  width: 100%;
}
.o-btn--expanded {
  width: 100%;
}
.o-btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.o-btn--outlined {
  background-color: transparent;
  border-color: #445e00;
  color: #445e00;
}
.o-btn--outlined:hover {
  border-color: transparent;
  background-color: #445e00;
  color: #ffffff;
}
.o-btn--inverted {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #445e00;
}
.o-btn--inverted:hover {
  filter: brightness(95%);
}
.o-car {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.o-car__overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  max-height: 100vh;
  position: fixed;
  z-index: 40;
}
.o-car__scene {
  position: relative;
  width: 100%;
}
.o-car__items {
  display: flex;
  width: 100%;
}
.o-car__item {
  flex-shrink: 0;
}
.o-car__indicators {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-car__indicators--inside {
  position: absolute;
}
.o-car__indicators--inside--bottom {
  bottom: 0;
}
.o-car__indicators--inside--top {
  top: 0;
}
.o-car__indicator__item {
  display: block;
  outline: none;
  border: 1px solid #445e00;
  background: #ffffff;
}
.o-car__indicator__item--active, .o-car__indicator__item :hover {
  background: #445e00;
  border: 1px solid #445e00;
}
.o-car__indicator__item--boxes {
  width: 10px;
  height: 10px;
}
.o-car__indicator__item--dots {
  border-radius: 4px;
  width: 10px;
  height: 10px;
}
.o-car__arrow__icon {
  cursor: pointer;
  outline: 0;
  background: #ffffff;
  color: #445e00;
  width: 1.5rem;
  height: 1.5rem;
}
.o-car__arrow__icon-prev, .o-car__arrow__icon-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.o-car__arrow__icon-prev {
  left: 1.5rem;
}
.o-car__arrow__icon-next {
  right: 1.5rem;
}
.o-chk {
  outline: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-chk__check {
  width: 1rem;
  height: 1rem;
  outline: none;
  margin: 0;
  vertical-align: top;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  flex-shrink: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  border-color: #445e00;
  border-style: solid;
  transition-property: background;
}
.o-chk__check--checked {
  background-color: #445e00;
  border-color: #445e00;
}
.o-chk__check--indeterminate {
  background-color: #445e00;
  border-color: #445e00;
}
.o-chk--disabled {
  opacity: 0.5;
}
.o-clps__trigger {
  cursor: pointer;
}
.o-clps__content {
  display: inherit;
}
.o-dpck__dropdown {
  width: 100%;
}
.o-dpck__box {
  display: block;
  position: relative;
  outline: none;
}
.o-dpck__header__buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.o-dpck__header__previous, .o-dpck__header__next {
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  box-shadow: none;
  display: inline-flex;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: #dbdbdb;
  color: #363636;
}
.o-dpck__header__previous:hover, .o-dpck__header__next:hover {
  text-decoration: none;
}
.o-dpck__header__previous {
  order: 1;
}
.o-dpck__header__next {
  order: 3;
}
.o-dpck__header__list {
  order: 2;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.o-dpck__header__list > * {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.o-dpck__table, .o-dpck__month {
  display: table;
  margin: 0 auto 0 auto;
}
.o-dpck__table__head, .o-dpck__month__head {
  display: table-header-group;
}
.o-dpck__table__body, .o-dpck__month__body {
  display: table-row-group;
}
.o-dpck__table__row, .o-dpck__month__row {
  display: table-row;
}
.o-dpck__table__cell, .o-dpck__month__cell {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  text-decoration: none;
}
.o-dpck__table__cell--unselectable, .o-dpck__month__cell--unselectable {
  color: #b5b5b5;
}
.o-dpck__table__cell--selectable, .o-dpck__month__cell--selectable {
  color: #4a4a4a;
}
.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
}
.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered {
  color: #dbdbdb;
}
.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
}
.o-dpck__table__cell--selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered), .o-dpck__month__cell--selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered) {
  background-color: #445e00;
  color: #ffffff;
}
.o-dpck__table__cell--first-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered), .o-dpck__month__cell--first-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered) {
  background-color: #445e00;
  color: #ffffff;
}
.o-dpck__table__cell--within-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered), .o-dpck__month__cell--within-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered) {
  background-color: rgba(68, 94, 0, 0.5);
}
.o-dpck__table__cell--last-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered), .o-dpck__month__cell--last-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered) {
  background-color: #445e00;
  color: #ffffff;
}
.o-dpck__table__cell--invisible, .o-dpck__month__cell--invisible {
  visibility: hidden;
}
.o-dpck__table__cell--events, .o-dpck__month__cell--events {
  position: relative;
}
.o-dpck__table__events, .o-dpck__month__events {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15%;
}
.o-dpck__table__event, .o-dpck__month__event {
  background-color: #b5b5b5;
}
.o-dpck__table__event--dots, .o-dpck__month__event--dots {
  border-radius: 50%;
}
.o-dpck__table__event--bars, .o-dpck__month__event--bars {
  width: 100%;
}
.o-dpck__month__table {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 17rem;
}
.o-dpck__month__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 2.5rem;
}
.o-dpck--mobile .o-dpck__header__previous {
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-dpck--mobile .o-dpck__header__next {
  order: 3;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-dpck--mobile .o-dpck__header__list {
  order: 2;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-dtpck__time {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-drop {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.o-drop--inline {
  display: inline;
}
.o-drop--inline .o-drop__menu {
  position: static;
  display: inline-block;
  padding: 0;
}
.o-drop__overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 40;
}
.o-drop__trigger {
  width: 100%;
}
.o-drop__menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  z-index: 20;
  background-color: #ffffff;
}
.o-drop__menu--top-left {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto;
}
.o-drop__menu--bottom-left {
  right: 0;
  left: auto;
}
.o-drop__menu--top-right {
  top: auto;
  bottom: 100%;
}
.o-drop__item {
  display: block;
  position: relative;
  outline: none;
  cursor: pointer;
}
.o-drop__item--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.o-drop__item--active {
  background-color: #445e00;
  color: #ffffff;
}
.o-drop--expanded {
  width: 100%;
}
.o-drop--expanded .o-drop__menu {
  width: 100%;
}
.o-drop--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.o-drop--mobile > .o-drop__menu {
  position: fixed;
  top: 25%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate3d(-50%, -25%, 0);
  overflow-y: auto;
  z-index: 50;
}
.o-drop--mobile > .o-drop__overlay {
  display: block;
}
.o-field {
  flex-grow: 1;
}
.o-field__label {
  display: block;
}
.o-field__message {
  display: block;
}
.o-field--addons {
  display: flex;
  justify-content: flex-start;
}
.o-field--addons > *:first-child:not(:only-child) button, .o-field--addons > button:first-child, .o-field--addons > *:first-child:not(:only-child) input, .o-field--addons > input:first-child, .o-field--addons > *:first-child:not(:only-child) select, .o-field--addons > select:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.o-field--addons > *:last-child:not(:only-child) button, .o-field--addons > button:last-child, .o-field--addons > *:last-child:not(:only-child) input, .o-field--addons > input:last-child, .o-field--addons > *:last-child:not(:only-child) select, .o-field--addons > select:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.o-field--addons > *:not(:first-child):not(:last-child) button, .o-field--addons > button:not(:first-child):not(:last-child), .o-field--addons > *:not(:first-child):not(:last-child) input, .o-field--addons > input:not(:first-child):not(:last-child), .o-field--addons > *:not(:first-child):not(:last-child) select, .o-field--addons > select:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.o-field--grouped {
  display: flex;
  margin-left: -0.37rem;
  margin-right: -0.37rem;
}
.o-field--grouped > * {
  margin-left: 0.37rem;
  margin-right: 0.37rem;
}
.o-field--grouped-multiline {
  flex-wrap: wrap;
}
.o-field__horizontal-body {
  display: flex;
  flex-basis: 0;
  flex-grow: 5;
  flex-shrink: 1;
  margin-left: -0.37rem;
  margin-right: -0.37rem;
}
.o-field__horizontal-body > * {
  margin-left: 0.37rem;
  margin-right: 0.37rem;
}
.o-field--horizontal {
  display: flex;
}
.o-field__horizontal-label {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 1.5rem 0 0;
  text-align: right;
}
.o-field--mobile .o-field__horizontal-body {
  all: unset;
}
.o-field--mobile.o-field--horizontal {
  all: unset;
}
.o-field--mobile .o-field__horizontal-label {
  all: unset;
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.o-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: transform 150ms ease-out, opacity 300ms ease-out;
}
.o-icon--clickable {
  pointer-events: auto;
  cursor: pointer;
}
.o-icon--spin {
  animation-name: icon-spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 2s;
}
.o-ctrl-input {
  display: block;
  position: relative;
}
.o-ctrl-input--expanded {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  position: relative;
  vertical-align: top;
  outline: none;
  width: 100%;
}
.o-input__textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  resize: vertical;
}
.o-input__counter {
  display: block;
  float: right;
}
.o-input__icon-left, .o-input__icon-right {
  position: absolute;
  top: 0;
  height: 100%;
}
.o-input__icon-right {
  right: 0;
}
.o-input__icon-left {
  left: 0;
}
.o-inputit {
  display: block;
}
.o-inputit__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  vertical-align: top;
  flex-wrap: wrap;
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  color: #363636;
}
.o-inputit__autocomplete {
  position: static;
  flex: 1;
}
.o-inputit__input {
  border: none;
  box-shadow: none;
}
.o-inputit__input:focus {
  box-shadow: none;
}
.o-inputit__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: -0.1875em;
  margin-right: -0.1875em;
  background-color: #445e00;
  color: #ffffff;
}
.o-inputit__item > * {
  margin-left: 0.1875em;
  margin-right: 0.1875em;
}
.o-inputit__counter {
  display: block;
  float: right;
}
.o-inputit--expanded {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-load {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.o-load--fullpage {
  position: fixed;
}
.o-load__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.o-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
}
.o-modal__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86);
}
.o-modal__content {
  position: relative;
  max-height: calc(100vh - 160px);
  overflow: auto;
  background-color: #ffffff;
}
.o-modal__content--full-screen {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: 0;
}
.o-modal__close {
  background: none;
  position: fixed;
  border: none;
  display: inline-block;
  outline: none;
  vertical-align: top;
  right: 20px;
  top: 20px;
}
.o-modal--mobile .o-modal__content {
  width: 100%;
}
.o-notification {
  background-color: #445e00;
  color: #ffffff;
  position: relative;
  transform-origin: 50% 0;
}
.o-notification__content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
  overflow-y: hidden;
  overflow-x: auto;
}
.o-notification__wrapper {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
  padding-top: 0;
  border: 0;
}
.o-notification__icon {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.o-notification__close {
  position: absolute;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  outline: none;
  vertical-align: top;
  right: 0.5rem;
  top: 0.5rem;
}
.o-notices {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  padding: 2em;
  z-index: 1000;
}
.o-notices .o-notification {
  pointer-events: stroke;
  max-width: 600px;
}
.o-notices .o-notification--top, .o-notices .o-notification--bottom {
  align-self: center;
}
.o-notices .o-notification--top-right, .o-notices .o-notification--bottom-right {
  align-self: flex-end;
}
.o-notices .o-notification--top-left, .o-notices .o-notification--bottom-left {
  align-self: flex-start;
}
.o-notices--top {
  flex-direction: column;
}
.o-notices--bottom {
  flex-direction: column-reverse;
}
.o-notices--bottom .o-notification {
  margin-bottom: 0;
}
.o-notices--bottom .o-notification:not(:first-child) {
  margin-bottom: 1.5rem;
}
.o-notices.has-custom-container {
  position: absolute;
}
.o-pag {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  justify-content: space-between;
}
.o-pag__link {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  box-shadow: none;
  display: inline-flex;
  position: relative;
  vertical-align: top;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-pag__link:hover {
  text-decoration: none;
}
.o-pag__link--disabled {
  pointer-events: none;
}
.o-pag__link--current {
  pointer-events: none;
  background-color: #445e00;
  border-color: #445e00;
  color: #fff;
}
.o-pag__ellipsis {
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.o-pag--simple {
  justify-content: normal;
}
.o-pag--centered {
  justify-content: center;
}
.o-pag--centered .o-pag__previous {
  order: 1;
}
.o-pag--centered .o-pag__next {
  order: 3;
}
.o-pag--centered .o-pag__list {
  justify-content: center;
  order: 2;
}
.o-pag--right {
  justify-content: flex-end;
}
.o-pag--right .o-pag__previous {
  order: 1;
}
.o-pag--right .o-pag__next {
  order: 2;
}
.o-pag--right .o-pag__list {
  justify-content: flex-end;
  order: 2;
}
.o-pag__next {
  order: 3;
}
.o-pag__previous {
  order: 2;
}
.o-pag__list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-start;
  order: 1;
}
.o-pag--mobile {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.o-pag--mobile .o-pag__link {
  flex-grow: 1;
  flex-shrink: 1;
}
.o-pag--mobile .o-pag__previous {
  flex-grow: 1;
  flex-shrink: 1;
  order: 0;
}
.o-pag--mobile .o-pag__next {
  flex-grow: 1;
  flex-shrink: 1;
  order: 0;
}
.o-pag--mobile .o-pag__ellipsis {
  flex-grow: 1;
  flex-shrink: 1;
}
.o-pag--mobile .o-pag__list {
  order: 0;
}
.o-radio {
  outline: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-radio__check {
  width: 1rem;
  height: 1rem;
  margin: 0;
  vertical-align: top;
  outline: none;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  transition-property: background;
}
.o-radio--disabled {
  opacity: 0.5;
}
.o-ctrl-sel {
  display: inline-flex;
  position: relative;
}
.o-ctrl-sel--expanded {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-sel {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  outline: none;
}
.o-sel-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cg fill='%23444444'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23444444'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: calc(100% - 1rem * 0.5) center;
  padding-right: calc(1rem * 2);
}
.o-sel--multiple {
  height: auto;
  padding: 0;
}
.o-sel__icon-left, .o-sel__icon-right {
  position: absolute;
  top: 0;
  height: 100%;
}
.o-sel__icon-right {
  right: 0;
}
.o-sel__icon-left {
  left: 0;
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.o-sklt {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  width: 100%;
}
.o-sklt__item {
  width: 100%;
  background: linear-gradient(
      90deg,
      #dbdbdb 25%,
      rgba(219, 219, 219, 0.5) 50%,
      #dbdbdb 75%
    );
}
.o-sklt__item--animated {
  background-size: 400% 100%;
  animation-name: skeleton-loading;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}
.o-sklt__item::after {
  content: " ";
}
.o-sklt--centered {
  align-items: center;
}
.o-sklt--right {
  align-items: flex-end;
}
.o-side__content {
  background-color: #dbdbdb;
  z-index: calc(38 + 1);
}
.o-side__content--fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.o-side__content--absolute {
  position: absolute;
  left: 0;
  top: 0;
}
.o-side__content--right {
  left: auto;
  right: 0;
}
.o-side__content--mini-expand:hover {
  transition: width;
}
.o-side__content--static {
  position: static;
}
.o-side__content--absolute, .o-side__content--static {
  transition: width 150ms ease-out;
}
.o-side__content--fullwidth {
  width: 100%;
  max-width: 100%;
}
.o-side__content--fullheight {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.o-side__overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  background: rgba(10, 10, 10, 0.86);
  z-index: 38;
}
.o-slide {
  background: transparent;
  width: 100%;
}
.o-slide__thumb {
  border: 1px solid #b5b5b5;
  background: #ffffff;
}
.o-slide__thumb--dragging {
  cursor: grabbing;
  filter: brightness(0.8);
}
.o-slide__track {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #dbdbdb;
}
.o-slide__fill {
  position: absolute;
  height: 100%;
  background: #445e00;
  top: 50%;
  transform: translateY(-50%);
}
.o-slide .o-slide__track {
  height: 0.5rem;
}
.o-slide .o-slide__thumb {
  height: 1rem;
  width: 1rem;
}
.o-slide .o-slide__tick-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.o-slide__tick {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 3px;
  background: #445e00;
}
.o-slide__tick--hidden {
  background: transparent;
}
.o-slide__thumb-wrapper {
  display: inline-flex;
  align-items: center;
  position: absolute;
  cursor: grab;
  transform: translate(-50%, -50%);
  top: 50%;
  flex-direction: column;
}
.o-slide--disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.o-steps {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.o-steps .o-steps__title {
  background-color: white;
  text-align: center;
  z-index: 1;
}
.o-steps .o-steps__wrapper-vertical .o-steps--label-left .o-steps__divider {
  left: auto;
}
.o-steps
  .o-steps__wrapper-vertical.o-steps__wrapper-position-right
  .o-steps--label-left
  .o-steps__divider {
  left: auto;
}
.o-steps__nav-item {
  margin: 0;
  padding: 0;
  margin-top: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 1em;
}
.o-steps__divider {
  background: linear-gradient(to left, #dbdbdb 50%, #445e00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 100%;
}
.o-steps__content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.o-steps__content-transitioning {
  overflow: hidden;
}
.o-steps--animated .o-steps__divider {
  transition-property: background;
}
.o-steps__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}
.o-steps__link-label-right {
  flex-direction: row;
}
.o-steps__link-label-left {
  flex-direction: row-reverse;
}
.o-steps__link:hover {
  text-decoration: none;
}
.o-steps__link:not(.o-steps__link-clickable) {
  cursor: not-allowed;
}
.o-steps__marker {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #b5b5b5;
  color: #ffffff;
  border: 0.2em solid #fff;
  z-index: 1;
  overflow: hidden;
}
.o-steps__details {
  background-color: white;
  text-align: center;
  z-index: 1;
}
.o-steps__nav-item-active .o-steps__link {
  cursor: default;
}
.o-steps__nav-item-active .o-steps__marker {
  background-color: #ffffff;
  border-color: #445e00;
  color: #445e00;
}
.o-steps__nav-item-active .o-steps__divider {
  background-position: left bottom;
}
.o-steps__nav-item-previous .o-steps__marker {
  color: #ffffff;
  background-color: #445e00;
}
.o-steps__nav-item-previous .o-steps__divider {
  background-position: left bottom;
}
.o-steps__item {
  flex-shrink: 0;
  flex-basis: auto;
}
.o-steps__wrapper-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.o-steps__wrapper-vertical .o-steps {
  height: 100%;
  flex-direction: column;
}
.o-steps__wrapper-vertical .o-steps__divider {
  height: 100%;
  top: -50%;
  left: calc(50% - 0.1em);
}
.o-steps__wrapper-vertical .o-steps__item-active .o-steps__divider, .o-steps__wrapper-vertical .o-steps__item-previous .o-steps__divider {
  background-position: right top;
}
.o-steps__wrapper-vertical .o-steps__nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-steps__wrapper-vertical .o-steps__content {
  flex-grow: 1;
  flex-basis: 70%;
}
.o-steps__wrapper-vertical .o-steps__navigation {
  flex-basis: 100%;
}
.o-steps__wrapper-vertical.o-steps__wrapper-position-right {
  flex-direction: row-reverse;
}
.o-steps--mobile .o-steps__title {
  display: none;
  padding: 0;
}
.o-switch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-switch--left {
  flex-direction: row-reverse;
}
.o-switch--left .o-switch__label {
  margin-left: 0;
}
.o-switch__check-switch {
  content: "";
  display: block;
  height: calc((2.75em - 0.2em * 2) * 0.5);
  width: calc((2.75em - 0.2em * 2) * 0.5);
  background: #f5f5f5;
  transition-property: transform;
  will-change: transform;
  transform-origin: left;
}
.o-switch__check {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 2.75em;
  height: calc(2.75em * 0.5 + 0.2em);
  padding: 0.2em;
  background: #b5b5b5;
  transition-property: background;
}
.o-switch__check--checked {
  background: #445e00;
}
.o-switch__check--checked .o-switch__check-switch {
  transform: translate3d(100%, 0, 0);
}
.o-switch__input {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}
.o-switch--rounded {
  border-radius: 9999px;
}
.o-switch--disabled {
  opacity: 0.5;
}
.o-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.o-table__root {
  position: relative;
}
.o-table__wrapper {
  transition: opacity 300ms ease-out;
  position: relative;
}
.o-table__wrapper--sticky-header {
  overflow-y: auto;
}
.o-table__wrapper--sticky-header th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}
.o-table__wrapper--scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  max-width: 100%;
}
.o-table__wrapper--mobile {
  overflow-x: auto;
}
.o-table__wrapper--mobile .o-table__mobile-sort {
  display: block;
}
.o-table__wrapper--mobile .o-table {
  background-color: transparent;
}
.o-table__wrapper--mobile thead tr {
  box-shadow: none;
  border-width: 0;
}
.o-table__wrapper--mobile thead tr th {
  display: none;
}
.o-table__wrapper--mobile thead tr .o-table-th-checkbox {
  display: block;
  width: 100%;
  text-align: right;
  border: 0;
}
.o-table__wrapper--mobile tfoot th {
  border: 0;
  display: inherit;
}
.o-table__wrapper--mobile tr {
  max-width: 100%;
  position: relative;
  display: block;
}
.o-table__wrapper--mobile tr td {
  border: 0;
  display: inherit;
}
.o-table__wrapper--mobile tr td:last-child {
  border-bottom: 0;
}
.o-table__wrapper--mobile tr:not(.o-table__tr--selected) {
  background: inherit;
  background: #fff;
}
.o-table__wrapper--mobile tr:not(.o-table__tr--selected):hover {
  background-color: inherit;
  background-color: #fff;
}
.o-table__wrapper--mobile
  tr:not(.o-table--detailed):not(.o-table--empty):not(.o-table__footer)
  td {
  display: flex;
  width: auto;
  justify-content: space-between;
  text-align: right;
}
.o-table__wrapper--mobile
  tr:not(.o-table--detailed):not(.o-table--empty):not(.o-table__footer)
  td:before {
  content: attr(data-label);
}
.o-table__mobile-sort {
  display: none;
}
.o-table__th {
  vertical-align: top;
  text-align: left;
  position: relative;
}
.o-table__th--centered {
  text-align: center;
}
.o-table__th--right {
  text-align: right;
}
.o-table__th__sort-icon {
  position: absolute;
  right: 0;
}
.o-table__th--sortable {
  cursor: pointer;
}
.o-table__th--sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}
.o-table__th--unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-table__td {
  vertical-align: top;
  text-align: left;
}
.o-table__td--sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.o-table__td--right {
  text-align: right;
}
.o-table__td--centered {
  text-align: center;
}
.o-table__td-chevron {
  vertical-align: middle;
}
.o-table__tr--selected {
  background-color: #445e00;
  color: #ffffff;
}
.o-table__pagination {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.o-table__pagination > div:first-child {
  align-items: center;
  justify-content: flex-start;
}
.o-table__pagination > div:last-child {
  align-items: center;
  justify-content: flex-end;
}
.o-table__pagination > div:last-child > div {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.o-table__pagination > div {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.o-tabs--fullwidth {
  width: 100%;
}
.o-tabs--fullwidth .o-tabs__nav-item-wrapper {
  flex-grow: 1;
  flex-shrink: 0;
}
.o-tabs--fullwidth .o-tabs__nav-item-default, .o-tabs--fullwidth .o-tabs__nav-item-boxed, .o-tabs--fullwidth .o-tabs__nav-item-toggle {
  height: 100%;
}
.o-tabs--vertical {
  display: flex;
  flex-direction: row;
}
.o-tabs--vertical .o-tabs__nav {
  flex-direction: column;
  align-items: stretch;
  flex-grow: 0;
  border-bottom: none;
}
.o-tabs--vertical .o-tabs__nav-item-boxed {
  border-bottom-color: transparent;
}
.o-tabs--vertical .o-tabs__nav-item-boxed--active {
  border-right-color: transparent;
}
.o-tabs--right {
  flex-direction: row-reverse;
}
.o-tabs--right .o-tabs__nav-item-boxed {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.o-tabs--right .o-tabs__nav-item-boxed--active {
  border-left-color: transparent;
}
.o-tabs__nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
  overflow-x: auto;
}
.o-tabs__nav--centered {
  justify-content: center;
}
.o-tabs__nav--right {
  justify-content: flex-end;
}
.o-tabs__nav-item-default {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  align-items: center;
  line-height: 1.5;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
}
.o-tabs__nav-item-default--active {
  border-bottom-color: #445e00;
  color: #445e00;
}
.o-tabs__nav-item-default--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.o-tabs__nav-item-boxed {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  align-items: center;
  line-height: 1.5;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: transparent;
}
.o-tabs__nav-item-boxed--active {
  border-bottom-color: #445e00;
  color: #445e00;
}
.o-tabs__nav-item-boxed--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.o-tabs__nav-item-toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  align-items: center;
  line-height: 1.5;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.o-tabs__nav-item-toggle--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.o-tabs__content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.o-tabs__content--transitioning {
  overflow: hidden;
}
.o-tpck__dropdown {
  width: 100%;
}
.o-tpck__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-tpck__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  border: 0;
  font-size: inherit;
}
.o-tpck__select-placeholder {
  opacity: 0.5;
}
.o-tip {
  position: relative;
  display: inline-flex;
}
.o-tip__arrow--top {
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  border-top-style: solid;
  border-top-width: 5px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 5px;
  border-left-width: 5px;
}
.o-tip__content--top {
  top: auto;
  right: auto;
  bottom: calc((5px + 2px) + 100%);
  left: 50%;
  transform: translateX(-50%);
}
.o-tip__arrow--right {
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  border-right-style: solid;
  border-right-width: 5px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.o-tip__content--right {
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc((5px + 2px) + 100%);
  transform: translateY(-50%);
}
.o-tip__arrow--bottom {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 5px;
  border-left-width: 5px;
}
.o-tip__content--bottom {
  top: calc((5px + 2px) + 100%);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
.o-tip__arrow--left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
  border-left-style: solid;
  border-left-width: 5px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.o-tip__content--left {
  top: 50%;
  right: calc((5px + 2px) + 100%);
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
.o-tip__arrow {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 38;
  color: #445e00;
}
.o-tip__content {
  position: absolute;
  white-space: nowrap;
  z-index: 38;
  background-color: #445e00;
}
.o-tip__content--always {
  opacity: 1;
  visibility: visible;
}
.o-tip__content--multiline {
  text-align: center;
  white-space: normal;
}
.o-tip__trigger {
  width: 100%;
}
.o-upl {
  position: relative;
  display: inline-flex;
}
.o-upl--disabled {
  cursor: not-allowed;
}
.o-upl--expanded {
  width: 100%;
}
.o-upl__draggable {
  cursor: pointer;
  width: 100%;
}
.o-upl input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: -1;
}.btn {
  outline: none !important;
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-rounded {
  border-radius: 9999px;
}
.btn-outlined-primary {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  border-width: 1px;
  font-weight: 600;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.btn-outlined-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.oruga-field {
  margin-top: 0.5rem;
}
.oruga-field-label {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.oruga-field-danger {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 1px;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
  width: 100%;
}
.input-danger {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.input-icon-right {
  right: 0.5rem;
}
.input-icon-danger {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.o-input__textarea.o-input--small {
  height: 48px;
}
.o-input__textarea.o-input--medium {
  height: 144px;
}
.o-input__textarea.o-input--large {
  height: 336px;
}
.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
}
.dropdown-menu {
  min-width: 12em;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.125rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.dropdown-item {
  cursor: pointer;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  text-decoration: none;
}
.dropdown-item-active {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.checkbox-checked {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.checkbox-label {
  margin-left: 0.2rem;
}
.step-marker {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.step-divider {
  background: #b5b5b5;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 100%;
  height: 5px;
  top: 35%;
}
.steps-nav-item-active .step-marker {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.steps-nav-item-active .step-divider {
  background: none;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.steps-nav-item-previous .step-marker {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.steps-nav-item-previous .step-divider {
  background: none;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
:root {
  --oruga-switch-action-background: #f5f5f5;
}.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity;
}
.tippy-box[data-placement^=top]>.tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top]>.tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left]>.tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left]>.tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right]>.tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right]>.tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54,1.5,.38,1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}/* windicss layer base */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
* {
  --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;
  --tw-shadow: 0 0 #0000;
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::moz-focus-inner {
  border-style: none;
  padding: 0;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  color: inherit;
  text-decoration: inherit;
}
body {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}
b, strong {
  font-weight: bolder;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}
button, select {
  text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}
button {
  background-color: transparent;
  background-image: none;
}
button, [role="button"] {
  cursor: pointer;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif,system-ui,-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: 1.5;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
h1, h2, h4, h3 {
  font-size: inherit;
  font-weight: inherit;
}
img {
  border-style: solid;
}
input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
img, iframe, svg, video {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
p, hr, h1, h2, h4, h3 {
  margin: 0;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
textarea {
  resize: vertical;
}
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* windicss layer components */
.pageWrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
}
@media (min-width: 800px) {
  .pageWrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.pageButton {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 30, 28, var(--tw-bg-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.pageButton:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(152, 42, 41, var(--tw-bg-opacity));
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.borderedButton {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-width: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.borderedButton:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.textlink {
  --tw-text-opacity: 1;
  color: rgba(204, 30, 28, var(--tw-text-opacity));
}
.textlink:hover {
  --tw-text-opacity: 1;
  color: rgba(152, 42, 41, var(--tw-text-opacity));
}
.footerBtn {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 37, 43, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.footerBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(152, 42, 41, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* windicss layer utilities */
.container {
  width: 100%;
}
@media (min-width: 500px) {
  .container {
    max-width: 500px;
  }
}
@media (min-width: 800px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1390px) {
  .container {
    max-width: 1390px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 650px) {
  .container {
    max-width: 650px;
  }
}
@media (min-width: 1150px) {
  .container {
    max-width: 1150px;
  }
}
.\!container {
  width: 100% !important;
}
@media (min-width: 500px) {
  .\!container {
    max-width: 500px !important;
  }
}
@media (min-width: 800px) {
  .\!container {
    max-width: 800px !important;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
}
@media (min-width: 1390px) {
  .\!container {
    max-width: 1390px !important;
  }
}
@media (min-width: 1920px) {
  .\!container {
    max-width: 1920px !important;
  }
}
@media (min-width: 650px) {
  .\!container {
    max-width: 650px !important;
  }
}
@media (min-width: 1150px) {
  .\!container {
    max-width: 1150px !important;
  }
}
.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));
}
.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));
}
.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));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.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));
}
.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)));
}
.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));
}
.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;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 192, 211, var(--tw-bg-opacity));
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 167, 193, var(--tw-bg-opacity));
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 30, 28, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 192, 211, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 167, 193, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 30, 28, var(--tw-bg-opacity));
}
.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 228, 197, var(--tw-bg-opacity));
}
.bg-success-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 215, 168, var(--tw-bg-opacity));
}
.bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(143, 201, 139, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 228, 197, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-success-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 215, 168, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(143, 201, 139, var(--tw-bg-opacity));
}
.bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 185, 183, var(--tw-bg-opacity));
}
.bg-danger-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 168, var(--tw-bg-opacity));
}
.bg-danger-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 143, 139, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 185, 183, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-danger-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 168, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-danger-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 143, 139, var(--tw-bg-opacity));
}
.bg-light-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}
.bg-\[\#66A861\] {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 168, 97, var(--tw-bg-opacity));
}
.bg-bg-\[\#cfcfcf\] {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 207, 207, var(--tw-bg-opacity));
}
.bg-success-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 188, 110, var(--tw-bg-opacity));
}
.bg-\[\#ddd\] {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}
.bg-dark-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 50, 50, var(--tw-bg-opacity));
}
.bg-danger-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 115, 110, var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.hover\:bg-danger-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 199, 197, var(--tw-bg-opacity));
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}
.hover\:bg-warm-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}
.hover\:bg-dark-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}
.\!bg-warm-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.\!hover\:bg-success-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 188, 110, var(--tw-bg-opacity)) !important;
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.\!bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}
.bg-light-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.bg-true-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}
.bg-light-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-dark-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 45, 45, var(--tw-bg-opacity));
}
.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.hover\:bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}
.hover\:bg-light-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}
.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(152, 42, 41, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-anthrazit-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 37, 43, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(152, 42, 41, var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 31, 30, var(--tw-bg-opacity));
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 30, 28, var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-\[\#eee\] {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}
.bg-\[\#94c795\] {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 199, 149, var(--tw-bg-opacity));
}
.bg-\[\#fde68a\] {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.bg-\[\#dddd\] {
  --tw-bg-opacity: 0.8666666666666667;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}
.bg-\[\#dddddd\] {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}
.bg-groundgrey-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}
.bg-\[\#1D8390\] {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 131, 144, var(--tw-bg-opacity));
}
.\!bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) !important;
}
.bg-groundgrey-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}
.hover\:bg-groundgrey-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}
.bg-anthrazit-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 44, 51, var(--tw-bg-opacity));
}
.bg-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 114, 0, var(--tw-bg-opacity));
}
.hover\:bg-secondary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 103, 0, var(--tw-bg-opacity));
}
.bg-anthrazit-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 55, 63, var(--tw-bg-opacity));
}
.\!bg-primary-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 30, 28, var(--tw-bg-opacity)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 31, 30, var(--tw-bg-opacity));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 229, 229, var(--tw-bg-opacity));
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(152, 42, 41, var(--tw-bg-opacity));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 129, 167, var(--tw-bg-opacity));
}
.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 129, 167, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-\[\#be3184\] {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 49, 132, var(--tw-bg-opacity));
}
.hover\:bg-\[\#a22a70\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 42, 112, var(--tw-bg-opacity));
}
.bg-groundgrey-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.disabled\:bg-transparent:disabled {
  background-color: transparent;
}
.disabled\:hover\:bg-transparent:disabled:hover {
  background-color: transparent;
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}
.border-dark-500 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.border-dark-600 {
  --tw-border-opacity: 1;
  border-color: rgba(28, 28, 30, var(--tw-border-opacity));
}
.border-warm-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}
.focus\:border-warm-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}
.border-cmshighlight {
  --tw-border-opacity: 1;
  border-color: rgba(0, 183, 255, var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-light-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 253, 253, var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-light-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}
.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}
.border-t-\[\#dddddd\] {
  --tw-border-opacity: 1;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity));
}
.border-t-\[\#94c795\] {
  --tw-border-opacity: 1;
  border-color: rgba(148, 199, 149, var(--tw-border-opacity));
}
.border-t-\[\#fde68a\] {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
.border-anthrazit-700 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}
.border-\[\#908D90\] {
  --tw-border-opacity: 1;
  border-color: rgba(144, 141, 144, var(--tw-border-opacity));
}
.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 30, 28, var(--tw-border-opacity));
}
.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}
.border-l-light-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgba(56, 189, 248, var(--tw-border-opacity));
}
.border-l-transparent {
  border-left-color: transparent;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-4xl {
  border-radius: 2rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.\!rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.first\:rounded-l-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.last\:rounded-r-lg:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.\!border-none {
  border-style: none !important;
}
.focus\:border-none:focus {
  border-style: none;
}
.last\:border-none:last-child {
  border-style: none;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.hover\:border-0:hover {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-l-5px {
  border-left-width: 5px;
}
.not-last\:border-b:not(:last-child) {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-r-1 {
  border-right-width: 1px;
}
.border-t-5 {
  border-top-width: 5px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-4px {
  border-bottom-width: 4px;
}
.box-border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hover\:cursor-default:hover {
  cursor: default;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-help {
  cursor: help;
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-wait {
  cursor: wait;
}
.block {
  display: block;
}
.\!block {
  display: block !important;
}
.group:hover .group-hover\:block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.group:hover .group-hover\:flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.group:hover .group-hover\:grid {
  display: -ms-grid;
  display: grid;
}
.inline-grid {
  display: -ms-inline-grid;
  display: inline-grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.place-content-center {
  place-content: center;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.justify-items-center {
  justify-items: center;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.justify-self-center {
  -ms-grid-column-align: center;
  justify-self: center;
}
.flex-initial {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-shrink {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.font-roboto {
  font-family: Roboto,sans-serif;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-700 {
  font-weight: 700;
}
.font-600 {
  font-weight: 600;
}
.font-semibold {
  font-weight: 600;
}
.font-500 {
  font-weight: 500;
}
.font-400 {
  font-weight: 400;
}
.\!font-normal {
  font-weight: 400 !important;
}
.h-full {
  height: 100%;
}
.h-1\/2 {
  height: 50%;
}
.h-6 {
  height: 1.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-20 {
  height: 5rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-4 {
  height: 1rem;
}
.h-screen {
  height: 100vh;
}
.h-3\/4 {
  height: 75%;
}
.h-24 {
  height: 6rem;
}
.h-7 {
  height: 1.75rem;
}
.h-14 {
  height: 3.5rem;
}
.h-md {
  height: 28rem;
}
.h-12 {
  height: 3rem;
}
.h-xs {
  height: 20rem;
}
.h-0 {
  height: 0px;
}
.h-auto {
  height: auto;
}
.h-52 {
  height: 13rem;
}
.h-35 {
  height: 8.75rem;
}
.h-130 {
  height: 32.5rem;
}
.h-38px {
  height: 38px;
}
.h-300px {
  height: 300px;
}
.h-100vh {
  height: 100vh;
}
.h-4px {
  height: 4px;
}
.h-60px {
  height: 60px;
}
.h-600px {
  height: 600px;
}
.h-200px {
  height: 200px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[500px\] {
  height: 500px;
}
.h-500 {
  height: 125rem;
}
.h-150 {
  height: 37.5rem;
}
.h-30 {
  height: 7.5rem;
}
.h-250px {
  height: 250px;
}
.h-140px {
  height: 140px;
}
.h-100px {
  height: 100px;
}
.h-70px {
  height: 70px;
}
.h-80vh {
  height: 80vh;
}
.h-130px {
  height: 130px;
}
.h-50vw {
  height: 50vw;
}
.h-54px {
  height: 54px;
}
.h-400px {
  height: 400px;
}
.h-1px {
  height: 1px;
}
.h-40px {
  height: 40px;
}
.h-18 {
  height: 4.5rem;
}
.h-280px {
  height: 280px;
}
.h-90vh {
  height: 90vh;
}
.h-81 {
  height: 20.25rem;
}
.h-13 {
  height: 3.25rem;
}
.\!h-100 {
  height: 25rem !important;
}
.h-15 {
  height: 3.75rem;
}
.h-270px {
  height: 270px;
}
.h-220px {
  height: 220px;
}
.h-50px {
  height: 50px;
}
.h-26 {
  height: 6.5rem;
}
.h-100 {
  height: 25rem;
}
.h-80px {
  height: 80px;
}
.h-90px {
  height: 90px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-cmsiconbase {
  font-size: 1.125rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-cmsiconlg {
  font-size: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-16px {
  font-size: 16px;
  line-height: 1;
}
.text-22px {
  font-size: 22px;
  line-height: 1;
}
.text-35px {
  font-size: 35px;
  line-height: 1;
}
.text-20px {
  font-size: 20px;
  line-height: 1;
}
.text-25px {
  font-size: 25px;
  line-height: 1;
}
.text-70px {
  font-size: 70px;
  line-height: 1;
}
.text-18px {
  font-size: 18px;
  line-height: 1;
}
.text-50px {
  font-size: 50px;
  line-height: 1;
}
.text-60px {
  font-size: 60px;
  line-height: 1;
}
.text-30px {
  font-size: 30px;
  line-height: 1;
}
.group:hover .group-hover\:text-50px {
  font-size: 50px;
  line-height: 1;
}
.text-\[35px\] {
  font-size: 35px;
  line-height: 1;
}
.text-\[110px\] {
  font-size: 110px;
  line-height: 1;
}
.leading-none {
  line-height: 1;
}
.leading-38px {
  line-height: 38px;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.list-decimal {
  list-style-type: decimal;
}
.m-1 {
  margin: 0.25rem;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-8 {
  margin: 2rem;
}
.m-auto {
  margin: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-2px {
  margin-left: 2px;
  margin-right: 2px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}
.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-2px {
  margin-bottom: 2px;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-20px {
  margin-top: 20px;
}
.mr-0\.05rem {
  margin-right: 0.05rem;
}
.mb-4px {
  margin-bottom: 4px;
}
.mt-0px {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.first\:ml-2:first-child {
  margin-left: 0.5rem;
}
.-mt-150px {
  margin-top: -150px;
}
.mt-100px {
  margin-top: 100px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-7px {
  margin-top: 7px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-425px {
  margin-right: 425px;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-426px {
  margin-right: 426px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-15 {
  margin-bottom: 3.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-200px {
  margin-bottom: 200px;
}
.-mt-90px {
  margin-top: -90px;
}
.-mt-70px {
  margin-top: -70px;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.max-h-full {
  max-height: 100%;
}
.\!max-h-full {
  max-height: 100% !important;
}
.max-h-sm {
  max-height: 24rem;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-400 {
  max-height: 100rem;
}
.max-h-500px {
  max-height: 500px;
}
.max-h-300px {
  max-height: 300px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-160 {
  max-height: 40rem;
}
.max-h-250px {
  max-height: 250px;
}
.\!max-h-100vh {
  max-height: 100vh !important;
}
.max-h-200px {
  max-height: 200px;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-screen {
  max-width: 100vw;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-screen-2xl {
  max-width: 1920px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.\!max-w-100 {
  max-width: 25rem !important;
}
.max-w-200 {
  max-width: 50rem;
}
.max-w-950px {
  max-width: 950px;
}
.max-w-800px {
  max-width: 800px;
}
.max-w-200px {
  max-width: 200px;
}
.max-w-150px {
  max-width: 150px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-75 {
  min-height: 18.75rem;
}
.min-h-150px {
  min-height: 150px;
}
.min-h-110 {
  min-height: 27.5rem;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-100 {
  min-width: 25rem;
}
.min-w-50 {
  min-width: 12.5rem;
}
.min-w-75 {
  min-width: 18.75rem;
}
.min-w-100px {
  min-width: 100px;
}
.min-w-140px {
  min-width: 140px;
}
.min-w-60px {
  min-width: 60px;
}
.min-w-50px {
  min-width: 50px;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.opacity-50 {
  opacity: 0.5;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-\[80\%\] {
  opacity: 80%;
}
.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-0 {
  opacity: 0;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-20 {
  opacity: 0.2;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-\[\#66A861\] {
  --tw-outline-opacity: 1;
  outline-color: rgba(102, 168, 97, var(--tw-outline-opacity));
}
.outline-slate-400 {
  --tw-outline-opacity: 1;
  outline-color: rgba(148, 163, 184, var(--tw-outline-opacity));
}
.outline-blue-500 {
  --tw-outline-opacity: 1;
  outline-color: rgba(59, 130, 246, var(--tw-outline-opacity));
}
.outline-2 {
  outline-width: 2px;
}
.outline-4 {
  outline-width: 4px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.p-3 {
  padding: 0.75rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-0 {
  padding: 0px;
}
.p-8 {
  padding: 2rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-l-5 {
  padding: 1.25rem;
}
.p-2px {
  padding: 2px;
}
.p-10 {
  padding: 2.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-13 {
  padding: 3.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-1\/5 {
  padding-left: 20%;
  padding-right: 20%;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-0\.3 {
  padding-left: 0.075rem;
  padding-right: 0.075rem;
}
.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}
.px-0\.6rem {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.py-0\.25rem {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-0px {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.\!pl-7 {
  padding-left: 1.75rem !important;
}
.pr-0 {
  padding-right: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-71px {
  padding-top: 71px;
}
.pb-20px {
  padding-bottom: 20px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-20px {
  padding-top: 20px;
}
.pb-18px {
  padding-bottom: 18px;
}
.pt-13 {
  padding-top: 3.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-80px {
  padding-top: 80px;
}
.pb-200px {
  padding-bottom: 200px;
}
.pt-18 {
  padding-top: 4.5rem;
}
.pb-\[300px\] {
  padding-bottom: 300px;
}
.pt-15px {
  padding-top: 15px;
}
.pb-100px {
  padding-bottom: 100px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pr-15 {
  padding-right: 3.75rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.placeholder-warm-gray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-warm-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-warm-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-warm-gray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-warm-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-600::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
.placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
.placeholder-gray-600::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!absolute {
  position: absolute !important;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.left-2 {
  left: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.-top-16px {
  top: -16px;
}
.left-70px {
  left: 70px;
}
.top-0\.25 {
  top: 0.0625rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-right-5 {
  right: -1.25rem;
}
.-top-10px {
  top: -10px;
}
.left-60px {
  left: 60px;
}
.-bottom-15 {
  bottom: -3.75rem;
}
.-right-15 {
  right: -3.75rem;
}
.right-1\/3 {
  right: 33.333333%;
}
.top-0px {
  top: 0px;
}
.bottom-160px {
  bottom: 160px;
}
.right-10px {
  right: 10px;
}
.-bottom-1px {
  bottom: -1px;
}
.-top-1 {
  top: -0.25rem;
}
.-right-4 {
  right: -1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-130px {
  top: 130px;
}
.-bottom-14 {
  bottom: -3.5rem;
}
.-right-10 {
  right: -2.5rem;
}
.-bottom-20 {
  bottom: -5rem;
}
.top-75px {
  top: 75px;
}
.top-140px {
  top: 140px;
}
.-top-10 {
  top: -2.5rem;
}
.right-50px {
  right: 50px;
}
.top-100px {
  top: 100px;
}
.top-19 {
  top: 4.75rem;
}
.-top-120px {
  top: -120px;
}
.right-2\/5 {
  right: 40%;
}
.-top-80px {
  top: -80px;
}
.resize {
  resize: both;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0/0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-dark-900\/10 {
  --tw-shadow-color: rgba(15, 15, 15, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark-900\/30 {
  --tw-shadow-color: rgba(15, 15, 15, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-black\/20:hover {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dark-900\/20 {
  --tw-shadow-color: rgba(15, 15, 15, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.fill-green-500 {
  --tw-fill-opacity: 1;
  fill: rgba(16, 185, 129, var(--tw-fill-opacity));
}
.fill-blue-500 {
  --tw-fill-opacity: 1;
  fill: rgba(59, 130, 246, var(--tw-fill-opacity));
}
.fill-white {
  --tw-fill-opacity: 1;
  fill: rgba(255, 255, 255, var(--tw-fill-opacity));
}
.fill-red-600 {
  --tw-fill-opacity: 1;
  fill: rgba(220, 38, 38, var(--tw-fill-opacity));
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(180, 31, 30, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(180, 31, 30, var(--tw-text-opacity));
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgba(92, 150, 88, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-success-600 {
  --tw-text-opacity: 1;
  color: rgba(92, 150, 88, var(--tw-text-opacity));
}
.text-danger-600 {
  --tw-text-opacity: 1;
  color: rgba(204, 92, 88, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-danger-600 {
  --tw-text-opacity: 1;
  color: rgba(204, 92, 88, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-\[\#66A861\] {
  --tw-text-opacity: 1;
  color: rgba(102, 168, 97, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-cmshighlight {
  --tw-text-opacity: 1;
  color: rgba(0, 183, 255, var(--tw-text-opacity));
}
.text-danger-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 115, 110, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-cmshighlight:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 183, 255, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-warm-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-warm-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-light-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 253, 253, var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgba(128, 192, 211, var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-danger-500:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 115, 110, var(--tw-text-opacity));
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.\!hover\:text-primary-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 30, 28, var(--tw-text-opacity)) !important;
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgba(204, 30, 28, var(--tw-text-opacity));
}
.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgba(152, 42, 41, var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-\[\#b1b1b1\] {
  --tw-text-opacity: 1;
  color: rgba(177, 177, 177, var(--tw-text-opacity));
}
.text-\[\#94c795\] {
  --tw-text-opacity: 1;
  color: rgba(148, 199, 149, var(--tw-text-opacity));
}
.text-anthrazit-300 {
  --tw-text-opacity: 1;
  color: rgba(63, 55, 63, var(--tw-text-opacity));
}
.text-anthrazit-250 {
  --tw-text-opacity: 1;
  color: rgba(51, 44, 51, var(--tw-text-opacity));
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgba(249, 229, 229, var(--tw-text-opacity));
}
.\!text-primary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 30, 28, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgba(152, 42, 41, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-800 {
  --tw-text-opacity: 1;
  color: rgba(152, 42, 41, var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.dark .dark\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-primary-400:hover {
  --tw-text-opacity: 1;
  color: rgba(204, 30, 28, var(--tw-text-opacity));
}
.hover\:text-secondary-400:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 114, 0, var(--tw-text-opacity));
}
.hover\:text-\[\#be3184\]:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 49, 132, var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.italic {
  font-style: italic;
}
.decoration-solid {
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}
.group:hover .group-hover\:underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.visible {
  visibility: visible;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-6 {
  width: 1.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-4 {
  width: 1rem;
}
.w-72 {
  width: 18rem;
}
.w-3\/4 {
  width: 75%;
}
.w-7 {
  width: 1.75rem;
}
.w-12 {
  width: 3rem;
}
.w-screen-md {
  width: 800px;
}
.w-md {
  width: 28rem;
}
.w-1\/5 {
  width: 20%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.w-50 {
  width: 12.5rem;
}
.w-44px {
  width: 44px;
}
.w-38 {
  width: 9.5rem;
}
.w-38px {
  width: 38px;
}
.w-300px {
  width: 300px;
}
.w-30 {
  width: 7.5rem;
}
.w-55px {
  width: 55px;
}
.w-45px {
  width: 45px;
}
.w-140px {
  width: 140px;
}
.\!w-80px {
  width: 80px !important;
}
.w-130px {
  width: 130px;
}
.w-80px {
  width: 80px;
}
.w-90vw {
  width: 90vw;
}
.w-200px {
  width: 200px;
}
.w-18 {
  width: 4.5rem;
}
.w-\[fit-content\] {
  width: fit-content;
}
.w-270px {
  width: 270px;
}
.w-425px {
  width: 425px;
}
.w-70px {
  width: 70px;
}
.w-100px {
  width: 100px;
}
.z-index-10 {
  z-index: 10;
}
.z-5 {
  z-index: 5;
}
.z-60 {
  z-index: 60;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-50 {
  z-index: 50;
}
.z-index-2 {
  z-index: 2;
}
.z-index-50 {
  z-index: 50;
}
.z-100 {
  z-index: 100;
}
.z-101 {
  z-index: 101;
}
.z-7 {
  z-index: 7;
}
.z-index-1 {
  z-index: 1;
}
.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}
.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}
.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}
.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
.gap-15 {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}
.gap-x-3 {
  -webkit-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.gap-x-8 {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  grid-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-y-0 {
  -webkit-row-gap: 0px;
  -moz-row-gap: 0px;
  grid-row-gap: 0px;
  row-gap: 0px;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[1fr\2c auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[auto\2c 1fr\2c auto\] {
  grid-template-columns: auto 1fr auto;
}
.grid-cols-\[auto\2c 1fr\2c auto\2c auto\] {
  grid-template-columns: auto 1fr auto auto;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.col-start-1 {
  grid-column-start: 1;
}
.grid-rows-\[1fr_auto\] {
  grid-template-rows: 1fr auto;
}
.grid-rows-\[auto_1fr_auto\] {
  grid-template-rows: auto 1fr auto;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}
.grid-rows-\[min-content\] {
  grid-template-rows: min-content;
}
.row-span-2 {
  -ms-grid-row-span: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
}
.transform-none {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.origin-right {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  --tw-scale-z: 1.25;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-45 {
  --tw-rotate: 45deg;
}
.-rotate-45 {
  --tw-rotate: -45deg;
}
.translate-y-0 {
  --tw-translate-y: 0px;
}
.translate-x-0 {
  --tw-translate-x: 0px;
}
.translate-y-8px {
  --tw-translate-y: 8px;
}
.translate-y-13px {
  --tw-translate-y: 13px;
}
.translate-x-425px {
  --tw-translate-x: 425px;
}
.-translate-y-8px {
  --tw-translate-y: -8px;
}
.-translate-y-13px {
  --tw-translate-y: -13px;
}
.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, filter, backdrop-filter;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-box-shadow, transform, -webkit-transform, filter, backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.transition-all {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.transition-opacity {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.transition-transform {
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.ease-linear {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.duration-100 {
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.duration-350 {
  -webkit-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
.duration-500 {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.duration-300 {
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.duration-200 {
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.delay-75 {
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.delay-100 {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur {
  --tw-blur: blur(8px);
}
@media (min-width: 500px) {
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:max-w-400px {
    max-width: 400px;
  }
  .sm\:min-h-full {
    min-height: 100%;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:-bottom-2px {
    bottom: -2px;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-5\/7 {
    width: 71.428571%;
  }
  .sm\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:col-span-3 {
    -ms-grid-column-span: span 3 / span 3;
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 650px) {
  .\32 sm\:h-250px {
    height: 250px;
  }
  .\32 sm\:overflow-visible {
    overflow: visible;
  }
  .\32 sm\:-bottom-10 {
    bottom: -2.5rem;
  }
  .\32 sm\:-right-4 {
    right: -1rem;
  }
  .\32 sm\:-bottom-15 {
    bottom: -3.75rem;
  }
  .\32 sm\:w-4\/7 {
    width: 57.142857%;
  }
  .\32 sm\:w-250px {
    width: 250px;
  }
  .\32 sm\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
  .\32 sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  .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));
  }
  .md\:bg-center {
    background-position: center;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .md\:flex-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .md\:h-400px {
    height: 400px;
  }
  .md\:h-300px {
    height: 300px;
  }
  .md\:h-120px {
    height: 120px;
  }
  .md\:h-90px {
    height: 90px;
  }
  .\!md\:h-120px {
    height: 120px !important;
  }
  .md\:h-90vh {
    height: 90vh;
  }
  .md\:h-600px {
    height: 600px;
  }
  .md\:h-200px {
    height: 200px;
  }
  .md\:h-500px {
    height: 500px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-120px {
    margin-top: 120px;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:-mt-140px {
    margin-top: -140px;
  }
  .md\:-mt-110px {
    margin-top: -110px;
  }
  .md\:min-w-500px {
    min-width: 500px;
  }
  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .md\:py-39px {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pr-15 {
    padding-right: 3.75rem;
  }
  .md\:pt-18 {
    padding-top: 4.5rem;
  }
  .md\:pt-100px {
    padding-top: 100px;
  }
  .md\:pr-\[6rem\] {
    padding-right: 6rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:right-0 {
    right: 0px;
  }
  .md\:top-114px {
    top: 114px;
  }
  .md\:top-288px {
    top: 288px;
  }
  .md\:top-421px {
    top: 421px;
  }
  .md\:top-558px {
    top: 558px;
  }
  .md\:right-7 {
    right: 1.75rem;
  }
  .md\:top-140px {
    top: 140px;
  }
  .md\:top-120px {
    top: 120px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:whitespace-nowrap {
    white-space: nowrap;
  }
  .md\:break-normal {
    word-break: normal;
    overflow-wrap: normal;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  }
  .md\:-rotate-90 {
    --tw-rotate: -90deg;
  }
}
@media (min-width: 1024px) {
  .lg\:columns-2 {
    columns: 2;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .lg\:items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .lg\:justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-500px {
    height: 500px;
  }
  .lg\:h-320px {
    height: 320px;
  }
  .lg\:h-300px {
    height: 300px;
  }
  .lg\:h-200px {
    height: 200px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:max-w-320px {
    max-width: 320px;
  }
  .lg\:min-w-\[500px\] {
    min-width: 500px;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg\:p-20 {
    padding: 5rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:-bottom-15 {
    bottom: -3.75rem;
  }
  .lg\:-right-15 {
    right: -3.75rem;
  }
  .lg\:-bottom-20 {
    bottom: -5rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:gap-30 {
    grid-gap: 7.5rem;
    gap: 7.5rem;
  }
  .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:col-span-2 {
    -ms-grid-column-span: span 2 / span 2;
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    -ms-grid-column-span: span 3 / span 3;
    grid-column: span 3 / span 3;
  }
  .lg\:grid-rows-\[min-content\2c min-content\] {
    grid-template-rows: min-content min-content;
  }
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1150px) {
  .\32 lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .\32 lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .\32 lg\:items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .\32 lg\:flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .\32 lg\:flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
  }
  .\32 lg\:w-1\/3 {
    width: 33.333333%;
  }
  .\32 lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32 lg\:col-span-2 {
    -ms-grid-column-span: span 2 / span 2;
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 1390px) {
  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:inline-block {
    display: inline-block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .xl\:h-160px {
    height: 160px;
  }
  .xl\:h-680px {
    height: 680px;
  }
  .xl\:h-450px {
    height: 450px;
  }
  .xl\:h-180px {
    height: 180px;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-80px {
    font-size: 80px;
    line-height: 1;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:mt-14 {
    margin-top: 3.5rem;
  }
  .xl\:mb-0 {
    margin-bottom: 0px;
  }
  .xl\:mr-12 {
    margin-right: 3rem;
  }
  .xl\:max-w-30 {
    max-width: 7.5rem;
  }
  .xl\:overflow-visible {
    overflow: visible;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl\:pr-40 {
    padding-right: 10rem;
  }
  .xl\:-bottom-15 {
    bottom: -3.75rem;
  }
  .xl\:-right-4 {
    right: -1rem;
  }
  .xl\:left-10px {
    left: 10px;
  }
  .xl\:top-100px {
    top: 100px;
  }
  .xl\:right-65px {
    right: 65px;
  }
  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-160px {
    width: 160px;
  }
  .xl\:w-180px {
    width: 180px;
  }
  .xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }
  .xl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[250px\2c 400px\2c 2fr\] {
    grid-template-columns: 250px 400px 2fr;
  }
  .xl\:col-span-1 {
    -ms-grid-column-span: span 1 / span 1;
    grid-column: span 1 / span 1;
  }
  .xl\:grid-rows-\[min-content\] {
    grid-template-rows: min-content;
  }
}
@media (min-width: 1920px) {
  .\32 xl\:h-800px {
    height: 800px;
  }
  .\32 xl\:h-700px {
    height: 700px;
  }
  .\32 xl\:h-600px {
    height: 600px;
  }
  .\32 xl\:-mt-200px {
    margin-top: -200px;
  }
  .\32 xl\:mb-250px {
    margin-bottom: 250px;
  }
  .\32 xl\:-mt-180px {
    margin-top: -180px;
  }
  .\32 xl\:-mt-150px {
    margin-top: -150px;
  }
  .\32 xl\:pb-250px {
    padding-bottom: 250px;
  }
  .\32 xl\:pb-\[20\%\] {
    padding-bottom: 20%;
  }
  .\32 xl\:-bottom-12 {
    bottom: -3rem;
  }
  .\32 xl\:-right-4 {
    right: -1rem;
  }
  .\32 xl\:right-3\/7 {
    right: 42.857143%;
  }
  .\32 xl\:bottom-210px {
    bottom: 210px;
  }
  .\32 xl\:-bottom-18 {
    bottom: -4.5rem;
  }
  .\32 xl\:top-140px {
    top: 140px;
  }
  .\32 xl\:top-180px {
    top: 180px;
  }
  .\32 xl\:w-8\/9 {
    width: 88.888889%;
  }
}
@media (max-width: 1389.9px) {
  .\<xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .\<xl\:w-95px {
    width: 95px;
  }
}
@media (max-width: 1023.9px) {
  .\<lg\:hidden {
    display: none;
  }
  .\<lg\:absolute {
    position: absolute;
  }
}
@media (max-width: 799.9px) {
  .\<md\:hidden {
    display: none;
  }
  .\<md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .\!\<md\:h-100px {
    height: 100px !important;
  }
  .\<md\:h-90vh {
    height: 90vh;
  }
  .\<md\:p-3 {
    padding: 0.75rem;
  }
  .\<md\:py-29px {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .\<md\:bottom-0 {
    bottom: 0px;
  }
  .\<md\:left-0 {
    left: 0px;
  }
  .\<md\:left-2\/8 {
    left: 25%;
  }
  .\<md\:left-4\/8 {
    left: 50%;
  }
  .\<md\:left-6\/8 {
    left: 75%;
  }
  .\<md\:right-0 {
    right: 0px;
  }
  .\<md\:-bottom-4 {
    bottom: -1rem;
  }
  .\<md\:w-full {
    width: 100%;
  }
  .\<md\:w-2\/8 {
    width: 25%;
  }
}
@media (max-width: 499.9px) {
  .\<sm\:h-full {
    height: 100%;
  }
  .\<sm\:h-100px {
    height: 100px;
  }
  .\<sm\:pt-4 {
    padding-top: 1rem;
  }
  .\<sm\:w-full {
    width: 100%;
  }
}[data-v-2717793c]::-webkit-scrollbar {
  width: 10px;
}
[data-v-2717793c]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
[data-v-2717793c]::-webkit-scrollbar-thumb {
  background: #888;
}
[data-v-2717793c]::-webkit-scrollbar-thumb:hover {
  background: #555;
}.openInstructionsAnimation[data-v-b75d3831] {
  animation-name: openInstructions-b75d3831;
  animation-duration: 1000ms;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.closeInstructionsAnimation[data-v-b75d3831] {
  animation-name: closeInstructions-b75d3831;
  animation-duration: 1000ms;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes openInstructions-b75d3831 {
  from {
    height: 0px;
  }
  to {
    height: 350px;
  }
}
@keyframes closeInstructions-b75d3831 {
  from {
    height: 350px;
  }
  to {
    height: 0px;
  }
}.required[data-v-e20fbd72]:after {
  content: ' *';
  color: red;
}.employeeAddress p {
  padding-top: 0px;
}
.parent[data-v-709543bc] >  .dropdown-menu::before {
  position: absolute;
  top: -16px;
  left: 70px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  --tw-rotate: 45deg;
  content: "◤";
  text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.15);
}[data-v-8f790c7c] .link-input {
  border: 1px solid #ddd;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.hu-color-picker[data-v-7ccdf75b] {
  padding: 0;
}
[data-v-7ccdf75b] .item {
  margin: 4px;
}
[data-v-7ccdf75b] .colors {
  padding: 4px 8px;
}[data-v-90b4b45d] .link-input {
  border: 1px solid #ddd;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}[data-v-2d69adc2] .link-input {
  border: 1px solid #ddd;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}[data-v-56eebaed] .ProseMirror {
  height: 100%;
}
[data-v-56eebaed] .ProseMirror:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[data-v-56eebaed] .ProseMirror h1 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
[data-v-56eebaed] .ProseMirror h2, [data-v-56eebaed] .ProseMirror h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}
[data-v-56eebaed] .ProseMirror ul {
  list-style-type: disc;
  padding-left: 1rem;
}
[data-v-56eebaed] .ProseMirror ul li {
  display: list-item;
}.uiBasics-elementsAvatar > *[data-v-1f5bfe2a] {
  height: 100%;
  width: 100%;
}
.uiBasics-elementsAvatar.isRounded > *[data-v-1f5bfe2a] {
  border-radius: 50%;
}
.uiBasics-elementsAvatar .elementsAvatar-image[data-v-1f5bfe2a] {
  object-fit: cover;
  vertical-align: middle;
}
.uiBasics-elementsAvatar .elementsAvatar-icon[data-v-1f5bfe2a], .uiBasics-elementsAvatar .elementsAvatar-initials[data-v-1f5bfe2a] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  border: 1px solid var(--uiBasics-elementsAvatarBorderColor, var(--grey));
  font-weight: var(--uiBasics-elementsAvatarFontWeight, bold);
  line-height: normal;
}.no-image-stripes[data-v-14419355] {
  background-image: linear-gradient(135deg, #eeeeee 25%, #cccccc 25%, #cccccc 50%, #eeeeee 50%, #eeeeee 75%, #cccccc 75%, #cccccc 100%);
  background-size: 10px 10px;
}.editor__content table td, .editor__content table th {
  min-width: 1em;
  border: 2px solid #ddd;
  padding: 3px 5px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
:root {
  --cms-highlight-color: rgb(0, 183, 255);
  --cms-highlight-background-color: rgba(0, 183, 255, 0.3);
}
.fallback-cms-component-highlight, picture.is-admin-mode:hover, picture.is-admin-mode.is-highlighted, iframe.is-admin-mode:hover, iframe.is-admin-mode.is-highlighted, svg.is-admin-mode:hover, svg.is-admin-mode.is-highlighted, input.is-admin-mode:hover, input.is-admin-mode.is-highlighted, img.is-admin-mode:hover, img.is-admin-mode.is-highlighted, .manual-cms-component.is-admin-mode:hover {
  outline: 2px solid var(--cms-highlight-color);
  cursor: pointer;
  background-color: var(--cms-highlight-background-color);
}
.fallback-cms-component-highlight::before, picture.is-admin-mode:hover::before, picture.is-admin-mode.is-highlighted::before, iframe.is-admin-mode:hover::before, iframe.is-admin-mode.is-highlighted::before, svg.is-admin-mode:hover::before, svg.is-admin-mode.is-highlighted::before, input.is-admin-mode:hover::before, input.is-admin-mode.is-highlighted::before, img.is-admin-mode:hover::before, img.is-admin-mode.is-highlighted::before, .manual-cms-component.is-admin-mode:hover::before {
  display: none;
}
.fallback-cms-component-highlight::after, picture.is-admin-mode:hover::after, picture.is-admin-mode.is-highlighted::after, iframe.is-admin-mode:hover::after, iframe.is-admin-mode.is-highlighted::after, svg.is-admin-mode:hover::after, svg.is-admin-mode.is-highlighted::after, input.is-admin-mode:hover::after, input.is-admin-mode.is-highlighted::after, img.is-admin-mode:hover::after, img.is-admin-mode.is-highlighted::after, .manual-cms-component.is-admin-mode:hover::after {
  display: none;
}
.is-admin-mode:hover, .is-admin-mode.is-highlighted {
  cursor: pointer;
}
.is-admin-mode:hover::after, .is-admin-mode.is-highlighted::after {
  content: "🖉";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: var(--cms-highlight-color);
  color: white;
  height: 25px;
  width: 30px;
  padding: 5px;
  padding-top: 0px;
  border-bottom-left-radius: 7px;
  z-index: 999999;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 100 !important;
  pointer-events: none;
}
.is-admin-mode:hover::before, .is-admin-mode.is-highlighted::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--cms-highlight-background-color);
  z-index: 999999;
  box-shadow: inset 0px 0px 0px 2px var(--cms-highlight-color);
  pointer-events: none;
}
.is-admin-mode.inline-editor:hover {
  cursor: pointer;
}
.is-admin-mode.inline-editor:hover::after {
  content: "🖉";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: var(--cms-highlight-color);
  color: white;
  height: 25px;
  width: 30px;
  padding: 5px;
  padding-top: 0px;
  border-bottom-left-radius: 7px;
  z-index: 999999;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 100 !important;
  pointer-events: none;
}
.is-admin-mode.inline-editor:hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--cms-highlight-background-color);
  z-index: 999999;
  box-shadow: inset 0px 0px 0px 2px var(--cms-highlight-color);
  pointer-events: none;
}
.is-admin-mode.inline-editor.is-highlighted {
  cursor: text;
}
.is-admin-mode.inline-editor.is-highlighted::after {
  display: none;
}
.is-admin-mode.inline-editor.is-highlighted::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: -9999999;
  box-shadow: none;
  pointer-events: auto;
}
.cmsComponent-relative {
  position: relative;
  z-index: 1;
}section[data-v-dfa48b0f] {
  width: 1400px;
  height: 800px;
}
.card[data-v-dfa48b0f] {
  background-color: #fff;
  color: #4a4a4a;
  width: 100%;
  position: relative;
}
.card-header[data-v-dfa48b0f] {
  background-color: transparent;
  align-items: stretch;
  display: flex;
}
.card-header-title[data-v-dfa48b0f] {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
  margin: 0;
}
.card-header-icon[data-v-dfa48b0f] {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 0.75rem;
  justify-content: center;
}
.card-content[data-v-dfa48b0f] {
  padding: 1.5rem;
  background-color: transparent;
}.ex-slide[data-v-a45fb906] {
  color: #ffffff;
  text-align: center;
}.image-text-content[data-v-0367eadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .image-text-content[data-v-0367eadc] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}.vc-popover-content-wrapper {
  --popover-horizontal-content-offset: 8px;
  --popover-vertical-content-offset: 10px;
  --popover-caret-horizontal-offset: 18px;
  --popover-caret-vertical-offset: 8px;
  position: absolute;
  display: block;
  outline: none;
  z-index: 10;
}
.vc-popover-content-wrapper:not(.is-interactive) {
  pointer-events: none;
}
.vc-popover-content {
  position: relative;
  color: var(--vc-popover-content-color);
  font-weight: var(--vc-font-medium);
  background-color: var(--vc-popover-content-bg);
  border: 1px solid;
  border-color: var(--vc-popover-content-border);
  border-radius: var(--vc-rounded-lg);
  padding: 4px;
  outline: none;
  z-index: 10;
  box-shadow: var(--vc-shadow-lg);
}
.vc-popover-content.direction-bottom {
  margin-top: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-top {
  margin-bottom: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-left {
  margin-right: var(--popover-horizontal-content-offset);
}
.vc-popover-content.direction-right {
  margin-left: var(--popover-horizontal-content-offset);
}
.vc-popover-caret {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-top: inherit;
  border-left: inherit;
  background-color: inherit;
  z-index: -1;
}
.vc-popover-caret.direction-bottom {
  top: 0;
}
.vc-popover-caret.direction-bottom.align-left {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-center {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-right {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-top {
  top: 100%;
}
.vc-popover-caret.direction-top.align-left {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-center {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-right {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-left {
  left: 100%;
}
.vc-popover-caret.direction-left.align-top {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-middle {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-bottom {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-right {
  left: 0;
}
.vc-popover-caret.direction-right.align-top {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-middle {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-bottom {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.align-left {
  left: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-center {
  left: 50%;
}
.vc-popover-caret.align-right {
  right: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-top {
  top: var(--popover-caret-vertical-offset);
}
.vc-popover-caret.align-middle {
  top: 50%;
}
.vc-popover-caret.align-bottom {
  bottom: var(--popover-caret-vertical-offset);
}
.vc-day-popover-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: var(--vc-day-content-transition);
}
.vc-day-popover-row-indicator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 15px;
}
.vc-day-popover-row-indicator span {
  transition: var(--vc-day-content-transition);
}
.vc-day-popover-row-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: none;
  -ms-flex-wrap: none;
  flex-wrap: none;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: -webkit-max-content;
  width: max-content;
  margin-left: 4px;
  margin-right: 4px;
  font-size: var(--vc-text-xs);
  line-height: var(--vc-leading-normal);
}
.vc-day-popover-row-highlight {
  width: 8px;
  height: 5px;
  border-radius: 3px;
}
.vc-day-popover-row-bar {
  width: 10px;
  height: 3px;
}
.vc-base-icon {
  display: inline-block;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.vc-header {
  display: grid;
  grid-gap: 4px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.vc-header.is-lg {
  font-size: var(--vc-text-lg);
}
.vc-header.is-xl {
  font-size: var(--vc-text-xl);
}
.vc-header.is-2xl {
  font-size: var(--vc-text-2xl);
}
.vc-header .vc-title-wrapper {
  grid-row: 1;
  grid-column: title;
}
.vc-header .vc-prev {
  grid-row: 1;
  grid-column: prev;
}
.vc-header .vc-next {
  grid-row: 1;
  grid-column: next;
}
.vc-header .vc-title, .vc-header .vc-prev, .vc-header .vc-next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: var(--vc-rounded);
  pointer-events: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.vc-header .vc-title {
  color: var(--vc-header-title-color);
  font-weight: var(--vc-font-semibold);
  white-space: nowrap;
  padding: 0 8px;
  margin: 0;
  line-height: 30px;
}
.vc-header .vc-title:hover {
  opacity: 0.75;
}
.vc-header .vc-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--vc-header-arrow-color);
  width: 28px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.vc-header .vc-arrow:hover {
  background: var(--vc-header-arrow-hover-bg);
}
.vc-header .vc-arrow:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.vc-nav-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vc-nav-title, .vc-nav-arrow, .vc-nav-item {
  font-size: var(--vc-text-sm);
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  border-radius: var(--vc-rounded);
  white-space: nowrap;
}
.vc-nav-title:hover, .vc-nav-arrow:hover, .vc-nav-item:hover {
  background-color: var(--vc-nav-hover-bg);
}
.vc-nav-title:disabled, .vc-nav-arrow:disabled, .vc-nav-item:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.vc-nav-title {
  color: var(--vc-nav-title-color);
  font-weight: var(--vc-font-bold);
  line-height: var(--vc-leading-snug);
  height: 30px;
  padding: 0 6px;
}
.vc-nav-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--vc-header-arrow-color);
  width: 26px;
  height: 30px;
  padding: 0;
}
.vc-nav-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2px;
  grid-column-gap: 5px;
  margin-top: 2px;
}
.vc-nav-item {
  width: 48px;
  text-align: center;
  font-weight: var(--vc-font-semibold);
  line-height: var(--vc-leading-snug);
  padding: 6px 0;
}
.vc-nav-item.is-active {
  color: var(--vc-nav-item-active-color);
  background-color: var(--vc-nav-item-active-bg);
  font-weight: var(--vc-font-bold);
}
.vc-nav-item.is-active:not(:focus) {
  box-shadow: var(--vc-nav-item-active-box-shadow);
}
.vc-nav-item.is-current {
  color: var(--vc-nav-item-current-color);
}
.vc-day {
  position: relative;
  min-height: 32px;
  z-index: 1;
}
.vc-monthly .is-not-in-month * {
  opacity: 0;
  pointer-events: none;
}
.vc-day-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.vc-day-box-center-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.vc-day-box-left-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.vc-day-box-right-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.vc-day-box-center-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vc-day-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-medium);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: var(--vc-rounded-full);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.vc-day-content:hover {
  background-color: var(--vc-day-content-hover-bg);
}
.vc-day-content.vc-disabled {
  color: var(--vc-day-content-disabled-color);
}
.vc-content:not(.vc-base) {
  font-weight: var(--vc-font-bold);
  color: var(--vc-content-color);
}
.vc-highlights {
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.vc-highlight {
  width: 28px;
  height: 28px;
}
.vc-highlight.vc-highlight-base-start {
  width: 50% !important;
  border-radius: 0 !important;
  border-right-width: 0 !important;
}
.vc-highlight.vc-highlight-base-end {
  width: 50% !important;
  border-radius: 0 !important;
  border-left-width: 0 !important;
}
.vc-highlight.vc-highlight-base-middle {
  width: 100%;
  border-radius: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  margin: 0 -1px;
}
.vc-highlight-bg-outline, .vc-highlight-bg-none {
  background-color: var(--vc-highlight-outline-bg);
  border: 2px solid;
  border-color: var(--vc-highlight-outline-border);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-bg-light {
  background-color: var(--vc-highlight-light-bg);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-bg-solid {
  background-color: var(--vc-highlight-solid-bg);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-content-outline, .vc-highlight-content-none {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-outline-content-color);
}
.vc-highlight-content-light {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-light-content-color);
}
.vc-highlight-content-solid {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-solid-content-color);
}
.vc-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc-dot {
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  transition: var(--vc-day-content-transition);
  background-color: var(--vc-dot-bg);
}
.vc-dot:not(:last-child) {
  margin-right: 3px;
}
.vc-bars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
}
.vc-bar {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 3px;
  transition: var(--vc-day-content-transition);
  background-color: var(--vc-bar-bg);
}
.vc-pane {
  min-width: 250px;
}
.vc-weeknumber {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
.vc-weeknumber.is-left {
  left: calc(var(--vc-weeknumber-offset-inside) * -1);
}
.vc-weeknumber.is-right {
  right: calc(var(--vc-weeknumber-offset-inside) * -1);
}
.vc-weeknumber.is-left-outside {
  left: calc(var(--vc-weeknumber-offset-outside) * -1);
}
.vc-weeknumber.is-right-outside {
  right: calc(var(--vc-weeknumber-offset-outside) * -1);
}
.vc-weeknumber-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--vc-text-xs);
  font-weight: var(--vc-font-medium);
  font-style: italic;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  color: var(--vc-weeknumber-color);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vc-weeks {
  position: relative;
  -webkit-overflow-scrolling: touch;
  padding: 6px;
  min-width: 232px;
}
.vc-weeks.vc-show-weeknumbers-left {
  margin-left: var(--vc-weeknumber-offset-inside);
}
.vc-weeks.vc-show-weeknumbers-right {
  margin-right: var(--vc-weeknumber-offset-inside);
}
.vc-weekday {
  text-align: center;
  color: var(--vc-weekday-color);
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-bold);
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 8px;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vc-week, .vc-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
}
.vc-pane-container {
  width: 100%;
  position: relative;
}
.vc-pane-container.in-transition {
  overflow: hidden;
}
.vc-pane-layout {
  display: grid;
}
.vc-pane-header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.vc-day-popover-container {
  font-size: var(--vc-text-xs);
  font-weight: var(--vc-font-medium);
}
.vc-day-popover-header {
  font-size: var(--vc-text-xs);
  color: var(--vc-day-popover-header-color);
  font-weight: var(--vc-font-semibold);
  text-align: center;
}
.vc-base-select {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  font-size: var(--vc-text-base);
  font-weight: var(--vc-font-medium);
}
.vc-base-select.vc-has-icon select {
  padding: 0 27px 0 9px;
}
.vc-base-select.vc-has-icon .vc-base-sizer {
  padding: 0 28px 0 10px;
}
.vc-base-select.vc-fit-content select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.vc-base-select .vc-base-icon {
  position: absolute;
  top: 6px;
  right: 4px;
  opacity: 0.6;
  pointer-events: none;
}
.vc-base-select .vc-base-sizer {
  font-size: var(--vc-text-base);
  font-weight: var(--vc-font-medium);
  color: transparent;
  padding: 0px 8px;
  margin: 0;
}
.vc-base-select select {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--vc-select-color);
  display: block;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--vc-select-bg);
  border-radius: var(--vc-rounded);
  height: 30px;
  width: -webkit-max-content;
  width: max-content;
  padding: 0px 7px;
  margin: 0;
  line-height: var(--leading-none);
  text-indent: 0px;
  background-image: none;
  cursor: pointer;
  text-align: center;
}
.vc-base-select select:hover {
  background-color: var(--vc-select-hover-bg);
}
.vc-base-select select.vc-align-left {
  text-align: left;
}
.vc-base-select select.vc-align-right {
  text-align: right;
}
.vc-time-picker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 4px;
}
.vc-time-picker.vc-invalid {
  pointer-events: none;
  opacity: 0.5;
}
.vc-time-picker.vc-attached {
  border-top: 1px solid var(--vc-time-picker-border);
}
.vc-time-picker > * + * {
  margin-top: 4px;
}
.vc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-semibold);
  text-transform: uppercase;
  margin-top: -4px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 21px;
}
.vc-time-select-group {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px;
  background: var(--vc-time-select-group-bg);
  border-radius: var(--vc-rounded-md);
  border: 1px solid var(--vc-time-select-group-border);
}
.vc-time-select-group .vc-base-icon {
  margin-right: 4px;
  color: var(--vc-time-select-group-icon-color);
}
.vc-time-select-group select {
  background: transparent;
  padding: 0px 4px;
}
.vc-time-weekday {
  color: var(--vc-time-weekday-color);
  letter-spacing: var(--tracking-wide);
}
.vc-time-month {
  color: var(--vc-time-month-color);
  margin-left: 8px;
}
.vc-time-day {
  color: var(--vc-time-day-color);
  margin-left: 4px;
}
.vc-time-year {
  color: var(--vc-time-year-color);
  margin-left: 8px;
}
.vc-time-colon {
  margin: 0 1px 2px 2px;
}
.vc-time-decimal {
  margin: 0 0 0 1px;
}
.vc-none-enter-active, .vc-none-leave-active {
  transition-duration: 0s;
}
.vc-fade-enter-active, .vc-fade-leave-active, .vc-slide-left-enter-active, .vc-slide-left-leave-active, .vc-slide-right-enter-active, .vc-slide-right-leave-active, .vc-slide-up-enter-active, .vc-slide-up-leave-active, .vc-slide-down-enter-active, .vc-slide-down-leave-active, .vc-slide-fade-enter-active, .vc-slide-fade-leave-active {
  transition: opacity var(--vc-slide-duration) var(--vc-slide-timing),
      -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
  transition: transform var(--vc-slide-duration) var(--vc-slide-timing),
      opacity var(--vc-slide-duration) var(--vc-slide-timing);
  transition: transform var(--vc-slide-duration) var(--vc-slide-timing),
      opacity var(--vc-slide-duration) var(--vc-slide-timing),
      -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}
.vc-none-leave-active, .vc-fade-leave-active, .vc-slide-left-leave-active, .vc-slide-right-leave-active, .vc-slide-up-leave-active, .vc-slide-down-leave-active {
  position: absolute !important;
  width: 100%;
}
.vc-none-enter-from, .vc-none-leave-to, .vc-fade-enter-from, .vc-fade-leave-to, .vc-slide-left-enter-from, .vc-slide-left-leave-to, .vc-slide-right-enter-from, .vc-slide-right-leave-to, .vc-slide-up-enter-from, .vc-slide-up-leave-to, .vc-slide-down-enter-from, .vc-slide-down-leave-to, .vc-slide-fade-enter-from, .vc-slide-fade-leave-to {
  opacity: 0;
}
.vc-slide-left-enter-from, .vc-slide-right-leave-to, .vc-slide-fade-enter-from.direction-left, .vc-slide-fade-leave-to.direction-left {
  -webkit-transform: translateX(var(--vc-slide-translate));
  transform: translateX(var(--vc-slide-translate));
}
.vc-slide-right-enter-from, .vc-slide-left-leave-to, .vc-slide-fade-enter-from.direction-right, .vc-slide-fade-leave-to.direction-right {
  -webkit-transform: translateX(calc(-1 * var(--vc-slide-translate)));
  transform: translateX(calc(-1 * var(--vc-slide-translate)));
}
.vc-slide-up-enter-from, .vc-slide-down-leave-to, .vc-slide-fade-enter-from.direction-top, .vc-slide-fade-leave-to.direction-top {
  -webkit-transform: translateY(var(--vc-slide-translate));
  transform: translateY(var(--vc-slide-translate));
}
.vc-slide-down-enter-from, .vc-slide-up-leave-to, .vc-slide-fade-enter-from.direction-bottom, .vc-slide-fade-leave-to.direction-bottom {
  -webkit-transform: translateY(calc(-1 * var(--vc-slide-translate)));
  transform: translateY(calc(-1 * var(--vc-slide-translate)));
}
:root {
  --vc-white: #ffffff;
  --vc-black: #000000;
  --vc-gray-50: #f8fafc;
  --vc-gray-100: #f1f5f9;
  --vc-gray-200: #e2e8f0;
  --vc-gray-300: #cbd5e1;
  --vc-gray-400: #94a3b8;
  --vc-gray-500: #64748b;
  --vc-gray-600: #475569;
  --vc-gray-700: #334155;
  --vc-gray-800: #1e293b;
  --vc-gray-900: #0f172a;
  --vc-font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto',
      'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      'Helvetica', 'Arial', sans-serif;
  --vc-font-normal: 400;
  --vc-font-medium: 500;
  --vc-font-semibold: 600;
  --vc-font-bold: 700;
  --vc-text-2xs: 10px;
  --vc-text-xs: 12px;
  --vc-text-sm: 14px;
  --vc-text-base: 16px;
  --vc-text-lg: 18px;
  --vc-text-xl: 20px;
  --vc-text-2xl: 24px;
  --vc-leading-none: 1;
  --vc-leading-tight: 1.25;
  --vc-leading-snug: 1.375;
  --vc-leading-normal: 1.5;
  --vc-rounded: 0.25rem;
  --vc-rounded-md: 0.375rem;
  --vc-rounded-lg: 0.5rem;
  --vc-rounded-full: 9999px;
  --vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --vc-slide-translate: 22px;
  --vc-slide-duration: 0.15s;
  --vc-slide-timing: ease;
  --vc-day-content-transition: all 0.13s ease-in;
  --vc-weeknumber-offset-inside: 26px;
  --vc-weeknumber-offset-outside: 34px;
}
.vc-gray {
  --vc-accent-50: var(--vc-gray-50);
  --vc-accent-100: var(--vc-gray-100);
  --vc-accent-200: var(--vc-gray-200);
  --vc-accent-300: var(--vc-gray-300);
  --vc-accent-400: var(--vc-gray-400);
  --vc-accent-500: var(--vc-gray-500);
  --vc-accent-600: var(--vc-gray-600);
  --vc-accent-700: var(--vc-gray-700);
  --vc-accent-800: var(--vc-gray-800);
  --vc-accent-900: var(--vc-gray-900);
}
.vc-red {
  --vc-accent-50: #fef2f2;
  --vc-accent-100: #fee2e2;
  --vc-accent-200: #fecaca;
  --vc-accent-300: #fca5a5;
  --vc-accent-400: #f87171;
  --vc-accent-500: #ef4444;
  --vc-accent-600: #dc2626;
  --vc-accent-700: #b91c1c;
  --vc-accent-800: #991b1b;
  --vc-accent-900: #7f1d1d;
}
.vc-orange {
  --vc-accent-50: #fff7ed;
  --vc-accent-100: #ffedd5;
  --vc-accent-200: #fed7aa;
  --vc-accent-300: #fdba74;
  --vc-accent-400: #fb923c;
  --vc-accent-500: #f97316;
  --vc-accent-600: #ea580c;
  --vc-accent-700: #c2410c;
  --vc-accent-800: #9a3412;
  --vc-accent-900: #7c2d12;
}
.vc-yellow {
  --vc-accent-50: #fefce8;
  --vc-accent-100: #fef9c3;
  --vc-accent-200: #fef08a;
  --vc-accent-300: #fde047;
  --vc-accent-400: #facc15;
  --vc-accent-500: #eab308;
  --vc-accent-600: #ca8a04;
  --vc-accent-700: #a16207;
  --vc-accent-800: #854d0e;
  --vc-accent-900: #713f12;
}
.vc-green {
  --vc-accent-50: #f0fdf4;
  --vc-accent-100: #dcfce7;
  --vc-accent-200: #bbf7d0;
  --vc-accent-300: #86efac;
  --vc-accent-400: #4ade80;
  --vc-accent-500: #22c55e;
  --vc-accent-600: #16a34a;
  --vc-accent-700: #15803d;
  --vc-accent-800: #166534;
  --vc-accent-900: #14532d;
}
.vc-teal {
  --vc-accent-50: #f0fdfa;
  --vc-accent-100: #ccfbf1;
  --vc-accent-200: #99f6e4;
  --vc-accent-300: #5eead4;
  --vc-accent-400: #2dd4bf;
  --vc-accent-500: #14b8a6;
  --vc-accent-600: #0d9488;
  --vc-accent-700: #0f766e;
  --vc-accent-800: #115e59;
  --vc-accent-900: #134e4a;
}
.vc-blue {
  --vc-accent-50: #eff6ff;
  --vc-accent-100: #dbeafe;
  --vc-accent-200: #bfdbfe;
  --vc-accent-300: #93c5fd;
  --vc-accent-400: #60a5fa;
  --vc-accent-500: #3b82f6;
  --vc-accent-600: #2563eb;
  --vc-accent-700: #1d4ed8;
  --vc-accent-800: #1e40af;
  --vc-accent-900: #1e3a8a;
}
.vc-indigo {
  --vc-accent-50: #eef2ff;
  --vc-accent-100: #e0e7ff;
  --vc-accent-200: #c7d2fe;
  --vc-accent-300: #a5b4fc;
  --vc-accent-400: #818cf8;
  --vc-accent-500: #6366f1;
  --vc-accent-600: #4f46e5;
  --vc-accent-700: #4338ca;
  --vc-accent-800: #3730a3;
  --vc-accent-900: #312e81;
}
.vc-purple {
  --vc-accent-50: #faf5ff;
  --vc-accent-100: #f3e8ff;
  --vc-accent-200: #e9d5ff;
  --vc-accent-300: #d8b4fe;
  --vc-accent-400: #c084fc;
  --vc-accent-500: #a855f7;
  --vc-accent-600: #9333ea;
  --vc-accent-700: #7e22ce;
  --vc-accent-800: #6b21a8;
  --vc-accent-900: #581c87;
}
.vc-pink {
  --vc-accent-50: #fdf2f8;
  --vc-accent-100: #fce7f3;
  --vc-accent-200: #fbcfe8;
  --vc-accent-300: #f9a8d4;
  --vc-accent-400: #f472b6;
  --vc-accent-500: #ec4899;
  --vc-accent-600: #db2777;
  --vc-accent-700: #be185d;
  --vc-accent-800: #9d174d;
  --vc-accent-900: #831843;
}
.vc-focus:focus-within {
  outline: 0;
  box-shadow: var(--vc-focus-ring);
}
.vc-light {
  --vc-color: var(--vc-gray-900);
  --vc-bg: var(--vc-white);
  --vc-border: var(--vc-gray-300);
  --vc-hover-bg: hsla(211, 25%, 84%, 0.3);
  --vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, 0.4);
  --vc-header-arrow-color: var(--vc-gray-500);
  --vc-header-arrow-hover-bg: var(--vc-gray-200);
  --vc-header-title-color: var(--vc-gray-900);
  --vc-weekday-color: var(--vc-gray-500);
  --vc-weeknumber-color: var(--vc-gray-400);
  --vc-nav-hover-bg: var(--vc-gray-200);
  --vc-nav-title-color: var(--vc-gray-900);
  --vc-nav-item-hover-box-shadow: none;
  --vc-nav-item-active-color: var(--vc-white);
  --vc-nav-item-active-bg: var(--vc-accent-500);
  --vc-nav-item-active-box-shadow: var(--vc-shadow);
  --vc-nav-item-current-color: var(--vc-accent-600);
  --vc-day-popover-container-color: var(--vc-white);
  --vc-day-popover-container-bg: var(--vc-gray-800);
  --vc-day-popover-container-border: var(--vc-gray-700);
  --vc-day-popover-header-color: var(--vc-gray-700);
  --vc-popover-content-color: var(--vc-gray-900);
  --vc-popover-content-bg: var(--vc-gray-50);
  --vc-popover-content-border: var(--vc-gray-300);
  --vc-time-picker-border: var(--vc-gray-300);
  --vc-time-weekday-color: var(--vc-gray-700);
  --vc-time-month-color: var(--vc-accent-600);
  --vc-time-day-color: var(--vc-accent-600);
  --vc-time-year-color: var(--vc-gray-500);
  --vc-time-select-group-bg: var(--vc-gray-50);
  --vc-time-select-group-border: var(--vc-gray-300);
  --vc-time-select-group-icon-color: var(--vc-accent-500);
  --vc-select-color: var(--vc-gray-900);
  --vc-select-bg: var(--vc-gray-100);
  --vc-select-hover-bg: var(--vc-gray-200);
  --vc-day-content-hover-bg: var(--vc-hover-bg);
  --vc-day-content-disabled-color: var(--vc-gray-400);
}
.vc-light.vc-attr, .vc-light .vc-attr {
  --vc-content-color: var(--vc-accent-600);
  --vc-highlight-outline-bg: var(--vc-white);
  --vc-highlight-outline-border: var(--vc-accent-600);
  --vc-highlight-outline-content-color: var(--vc-accent-700);
  --vc-highlight-light-bg: var(--vc-accent-200);
  --vc-highlight-light-content-color: var(--vc-accent-900);
  --vc-highlight-solid-bg: var(--vc-accent-600);
  --vc-highlight-solid-content-color: var(--vc-white);
  --vc-dot-bg: var(--vc-accent-600);
  --vc-bar-bg: var(--vc-accent-600);
}
.vc-dark {
  --vc-color: var(--vc-white);
  --vc-bg: var(--vc-gray-900);
  --vc-border: var(--vc-gray-700);
  --vc-hover-bg: hsla(216, 15%, 52%, 0.3);
  --vc-focus-ring: 0 0 0 2px rgb(59 130 246 / 0.7);
  --vc-header-arrow-color: var(--vc-gray-300);
  --vc-header-arrow-hover-bg: var(--vc-gray-800);
  --vc-header-title-color: var(--vc-gray-100);
  --vc-weekday-color: var(--vc-accent-200);
  --vc-weeknumber-color: var(--vc-gray-500);
  --vc-nav-hover-bg: var(--vc-gray-700);
  --vc-nav-title-color: var(--vc-gray-100);
  --vc-nav-item-hover-box-shadow: none;
  --vc-nav-item-active-color: var(--vc-white);
  --vc-nav-item-active-bg: var(--vc-accent-500);
  --vc-nav-item-active-box-shadow: none;
  --vc-nav-item-current-color: var(--vc-accent-400);
  --vc-day-popover-container-color: var(--vc-gray-800);
  --vc-day-popover-container-bg: var(--vc-white);
  --vc-day-popover-container-border: var(--vc-gray-100);
  --vc-day-popover-header-color: var(--vc-gray-300);
  --vc-popover-content-color: var(--vc-white);
  --vc-popover-content-bg: var(--vc-gray-800);
  --vc-popover-content-border: var(--vc-gray-700);
  --vc-time-picker-border: var(--vc-gray-700);
  --vc-time-weekday-color: var(--vc-gray-400);
  --vc-time-month-color: var(--vc-accent-400);
  --vc-time-day-color: var(--vc-accent-400);
  --vc-time-year-color: var(--vc-gray-500);
  --vc-time-select-group-bg: var(--vc-gray-700);
  --vc-time-select-group-border: var(--vc-gray-500);
  --vc-time-select-group-icon-color: var(--vc-accent-400);
  --vc-select-color: var(--vc-gray-200);
  --vc-select-bg: var(--vc-gray-700);
  --vc-select-hover-bg: var(--vc-gray-600);
  --vc-day-content-hover-bg: var(--vc-hover-bg);
  --vc-day-content-disabled-color: var(--vc-gray-600);
}
.vc-dark.vc-attr, .vc-dark .vc-attr {
  --vc-content-color: var(--vc-accent-500);
  --vc-highlight-outline-bg: var(--vc-gray-900);
  --vc-highlight-outline-border: var(--vc-accent-300);
  --vc-highlight-outline-content-color: var(--vc-accent-200);
  --vc-highlight-light-bg: var(--vc-accent-800);
  --vc-highlight-light-content-color: var(--vc-accent-100);
  --vc-highlight-solid-bg: var(--vc-accent-500);
  --vc-highlight-solid-content-color: var(--vc-white);
  --vc-dot-bg: var(--vc-accent-500);
  --vc-bar-bg: var(--vc-accent-500);
}
.vc-container {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
  font-family: var(--vc-font-family);
  color: var(--vc-color);
  background-color: var(--vc-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
.vc-container, .vc-container * {
  box-sizing: border-box;
}
.vc-container:focus, .vc-container *:focus {
  outline: none;
}
.vc-container .vc-container {
  border: none;
}
.vc-bordered {
  border: 1px solid;
  border-color: var(--vc-border);
  border-radius: var(--vc-rounded-lg);
}
.vc-expanded {
  min-width: 100%;
}
.vc-transparent {
  background-color: transparent;
}
.vc-date-picker-content {
  padding: 0;
  background-color: var(--vc-bg);
}
.vc-date-picker-content .vc-container {
  border: 0;
}.field table td, .field table th {
  min-width: 1em;
  border: 2px solid #ddd;
  padding: 3px 5px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}.ProseMirror table {
  border-collapse: collapse;
  table-layout: fixed;
  width: fit-content !important;
  margin: 0;
  overflow: hidden;
  max-width: 96% !important;
}
.ProseMirror table td, .ProseMirror table th {
  min-width: 1em;
  border: 2px solid #ced4da;
  padding: 3px 5px;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
.ProseMirror table td > *, .ProseMirror table th > * {
  margin-bottom: 0;
}
.ProseMirror table th {
  font-weight: bold;
  text-align: left;
  background-color: #f1f3f5;
}
.ProseMirror table .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none;
}
.ProseMirror table .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: -2px;
  width: 4px;
  background-color: #adf;
  pointer-events: none;
}
.ProseMirror table p {
  margin: 0;
}
.tableWrapper {
  padding: 1rem 0;
  overflow-x: auto;
}
.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}
.ProseMirror:focus {
  outline: none;
}
@keyframes append-animate {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
.new-editor {
  transform-origin: 50% 0;
  animation: append-animate 0.3s linear;
}
.ProseMirror img {
  max-width: 100%;
  height: auto;
}
.ProseMirror img.ProseMirror-selectednode {
  outline: 1px solid #68cef8;
}
:root {
  --cms-highlight-color: rgb(0, 183, 255);
  --cms-highlight-background-color: rgba(0, 183, 255, 0.3);
}
.fallback-cms-component-highlight, picture.is-admin-mode:hover, picture.is-admin-mode.is-highlighted, iframe.is-admin-mode:hover, iframe.is-admin-mode.is-highlighted, svg.is-admin-mode:hover, svg.is-admin-mode.is-highlighted, input.is-admin-mode:hover, input.is-admin-mode.is-highlighted, img.is-admin-mode:hover, img.is-admin-mode.is-highlighted, .manual-cms-component.is-admin-mode:hover {
  outline: 2px solid var(--cms-highlight-color);
  cursor: pointer;
  background-color: var(--cms-highlight-background-color);
}
.fallback-cms-component-highlight::before, picture.is-admin-mode:hover::before, picture.is-admin-mode.is-highlighted::before, iframe.is-admin-mode:hover::before, iframe.is-admin-mode.is-highlighted::before, svg.is-admin-mode:hover::before, svg.is-admin-mode.is-highlighted::before, input.is-admin-mode:hover::before, input.is-admin-mode.is-highlighted::before, img.is-admin-mode:hover::before, img.is-admin-mode.is-highlighted::before, .manual-cms-component.is-admin-mode:hover::before {
  display: none;
}
.fallback-cms-component-highlight::after, picture.is-admin-mode:hover::after, picture.is-admin-mode.is-highlighted::after, iframe.is-admin-mode:hover::after, iframe.is-admin-mode.is-highlighted::after, svg.is-admin-mode:hover::after, svg.is-admin-mode.is-highlighted::after, input.is-admin-mode:hover::after, input.is-admin-mode.is-highlighted::after, img.is-admin-mode:hover::after, img.is-admin-mode.is-highlighted::after, .manual-cms-component.is-admin-mode:hover::after {
  display: none;
}
.is-admin-mode:hover, .is-admin-mode.is-highlighted {
  cursor: pointer;
}
.is-admin-mode:hover::after, .is-admin-mode.is-highlighted::after {
  content: "🖉";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: var(--cms-highlight-color);
  color: white;
  height: 25px;
  width: 30px;
  padding: 5px;
  padding-top: 0px;
  border-bottom-left-radius: 7px;
  z-index: 999999;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 100 !important;
  pointer-events: none;
}
.is-admin-mode:hover::before, .is-admin-mode.is-highlighted::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--cms-highlight-background-color);
  z-index: 999999;
  box-shadow: inset 0px 0px 0px 2px var(--cms-highlight-color);
  pointer-events: none;
}
.is-admin-mode.inline-editor:hover {
  cursor: pointer;
}
.is-admin-mode.inline-editor:hover::after {
  content: "🖉";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: var(--cms-highlight-color);
  color: white;
  height: 25px;
  width: 30px;
  padding: 5px;
  padding-top: 0px;
  border-bottom-left-radius: 7px;
  z-index: 999999;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 100 !important;
  pointer-events: none;
}
.is-admin-mode.inline-editor:hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--cms-highlight-background-color);
  z-index: 999999;
  box-shadow: inset 0px 0px 0px 2px var(--cms-highlight-color);
  pointer-events: none;
}
.is-admin-mode.inline-editor.is-highlighted {
  cursor: text;
}
.is-admin-mode.inline-editor.is-highlighted::after {
  display: none;
}
.is-admin-mode.inline-editor.is-highlighted::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: -9999999;
  box-shadow: none;
  pointer-events: auto;
}
.cmsComponent-relative {
  position: relative;
  z-index: 1;
}.no-image-stripes {
  background-image: linear-gradient(135deg, #eeeeee 25%, #cccccc 25%, #cccccc 50%, #eeeeee 50%, #eeeeee 75%, #cccccc 75%, #cccccc 100%);
  background-size: 10px 10px;
}
.image-map-svg {
  height: 100%;
  width: 100%;
}
.modal-height {
  max-height: calc(100vh - 0px) !important;
}.background-overlay[data-v-a9cbd5e4] {
  background-color: rgba(100, 210, 255, 0.7);
}
div.background-blocked[data-v-a9cbd5e4] {
  background-color: rgba(255, 100, 100, 0.7);
}.displayFlex[data-v-aa6ac9e1] {
  display: flex;
}
.imageSize[data-v-aa6ac9e1] {
  width: 140px;
  height: 100px;
  max-width: 140px;
  max-height: 100px;
}
.maskSize[data-v-aa6ac9e1] {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}.no-image-stripes[data-v-99d23025] {
  background-image: linear-gradient(135deg, #eeeeee 25%, #cccccc 25%, #cccccc 50%, #eeeeee 50%, #eeeeee 75%, #cccccc 75%, #cccccc 100%);
  background-size: 10px 10px;
}@media screen and (max-width: 400px) and (min-width: 0px) {
  .carouselHeight[data-v-817f2113] {
    height: 200px;
  }
}
@media screen and (max-width: 580px) and (min-width: 357px) {
  .carouselHeight[data-v-817f2113] {
    height: 200px;
  }
  .navIcon[data-v-817f2113] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 580px) {
  .carouselHeight[data-v-817f2113] {
    height: 268px;
  }
  .navIcon[data-v-817f2113] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .carouselHeight[data-v-817f2113] {
    height: 345px;
  }
}
@media screen and (min-width: 1000px) {
  .carouselHeight[data-v-817f2113] {
    height: 91vh;
  }
}
@media only screen and (max-width: 1000px) {
  .primaryHeader[data-v-817f2113] {
    margin-top: 10px;
    padding: 3px 20px 6px 30px !important;
    font-size: 1.2em !important;
  }
  .secondaryHeader[data-v-817f2113] {
    padding: 10px 30px !important;
    font-size: 1em !important;
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 790px) {
  .primaryHeader[data-v-817f2113] {
    display: none;
  }
  .secondaryHeader[data-v-817f2113] {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .primaryHeader[data-v-817f2113] {
    padding: 10px 30px;
    font-size: 1.2em;
  }
  .secondaryHeader[data-v-817f2113] {
    font-size: 1.2em;
    padding: 10px 30px;
  }
}
.primaryHeader[data-v-817f2113] {
  background-color: rgba(247, 127, 0, 0.9);
  color: #fff;
  width: fit-content;
  padding: 5px 20px 5px 60px;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 2px;
}
.secondaryHeader[data-v-817f2113] {
  background-color: rgba(24, 96, 171, 0.9);
  color: #fff;
  width: fit-content;
  padding: 15px 30px 15px 60px;
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 50px;
  line-height: 1.3em;
  text-align: left;
}
.navIcon[data-v-817f2113] {
  cursor: pointer;
  font-size: 7rem;
  padding: 5px;
  transition: 0.6s ease;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
  user-select: none;
  outline: none;
  z-index: 2;
  line-height: 1;
}
.fade-enter[data-v-817f2113], .fade-leave-to[data-v-817f2113] {
  position: absolute;
}
.fade-leave[data-v-817f2113], .fade-enter-to[data-v-817f2113] {
  position: relative;
  transform: scaleX(100%);
}
.fade-enter-active[data-v-817f2113], .fade-leave-active[data-v-817f2113] {
  transition: 0.5s ease-in-out;
  flex: 1;
  height: auto;
}
.outsideOfContainer[data-v-817f2113] {
  bottom: -50px;
}@media screen and (max-width: 400px) and (min-width: 0px) {
  .carouselHeight[data-v-2045609c] {
    height: 200px;
  }
}
@media screen and (max-width: 580px) and (min-width: 357px) {
  .carouselHeight[data-v-2045609c] {
    height: 200px;
  }
  .navIcon[data-v-2045609c] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 580px) {
  .carouselHeight[data-v-2045609c] {
    height: 268px;
  }
  .navIcon[data-v-2045609c] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .carouselHeight[data-v-2045609c] {
    height: 345px;
  }
}
@media screen and (min-width: 1000px) {
  .carouselHeight[data-v-2045609c] {
    height: 91vh;
  }
}
@media only screen and (max-width: 1000px) {
  .primaryHeader[data-v-2045609c] {
    margin-top: 10px;
    padding: 3px 20px 6px 30px !important;
    font-size: 1.2em !important;
  }
  .secondaryHeader[data-v-2045609c] {
    padding: 10px 30px !important;
    font-size: 1em !important;
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 790px) {
  .primaryHeader[data-v-2045609c] {
    display: none;
  }
  .secondaryHeader[data-v-2045609c] {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .primaryHeader[data-v-2045609c] {
    padding: 10px 30px;
    font-size: 1.2em;
  }
  .secondaryHeader[data-v-2045609c] {
    font-size: 1.2em;
    padding: 10px 30px;
  }
}
.primaryHeader[data-v-2045609c] {
  background-color: rgba(247, 127, 0, 0.9);
  color: #fff;
  width: fit-content;
  padding: 5px 20px 5px 60px;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 2px;
}
.secondaryHeader[data-v-2045609c] {
  background-color: rgba(24, 96, 171, 0.9);
  color: #fff;
  width: fit-content;
  padding: 15px 30px 15px 60px;
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 50px;
  line-height: 1.3em;
  text-align: left;
}
.navIcon[data-v-2045609c] {
  cursor: pointer;
  font-size: 7rem;
  padding: 5px;
  transition: 0.6s ease;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
  user-select: none;
  outline: none;
  z-index: 2;
  line-height: 1;
}
.fade-enter[data-v-2045609c], .fade-leave-to[data-v-2045609c] {
  position: absolute;
}
.fade-leave[data-v-2045609c], .fade-enter-to[data-v-2045609c] {
  position: relative;
  transform: scaleX(100%);
}
.fade-enter-active[data-v-2045609c], .fade-leave-active[data-v-2045609c] {
  transition: 0.5s ease-in-out;
  flex: 1;
  height: auto;
}
.outsideOfContainer[data-v-2045609c] {
  bottom: -50px;
}@media screen and (max-width: 400px) and (min-width: 0px) {
  .sliderHeight[data-v-7d5c074e] {
    height: 200px;
  }
}
@media screen and (max-width: 580px) and (min-width: 357px) {
  .sliderHeight[data-v-7d5c074e] {
    height: 200px;
  }
  .navIcon[data-v-7d5c074e] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 580px) {
  .sliderHeight[data-v-7d5c074e] {
    height: 268px;
  }
  .navIcon[data-v-7d5c074e] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .sliderHeight[data-v-7d5c074e] {
    height: 345px;
  }
}
@media screen and (min-width: 1000px) {
  .galerieHeight[data-v-7d5c074e] {
    height: 91vh;
  }
}
@media only screen and (max-width: 1000px) {
  .primaryHeader[data-v-7d5c074e] {
    margin-top: 10px;
    padding: 3px 20px 6px 30px !important;
    font-size: 1.2em !important;
  }
  .secondaryHeader[data-v-7d5c074e] {
    padding: 10px 30px !important;
    font-size: 1em !important;
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 790px) {
  .primaryHeader[data-v-7d5c074e] {
    display: none;
  }
  .secondaryHeader[data-v-7d5c074e] {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .primaryHeader[data-v-7d5c074e] {
    padding: 10px 30px;
    font-size: 1.2em;
  }
  .secondaryHeader[data-v-7d5c074e] {
    font-size: 1.2em;
    padding: 10px 30px;
  }
}
.primaryHeader[data-v-7d5c074e] {
  background-color: rgba(247, 127, 0, 0.9);
  color: #fff;
  width: fit-content;
  padding: 5px 20px 5px 60px;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 2px;
}
.secondaryHeader[data-v-7d5c074e] {
  background-color: rgba(24, 96, 171, 0.9);
  color: #fff;
  width: fit-content;
  padding: 15px 30px 15px 60px;
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 50px;
  line-height: 1.3em;
  text-align: left;
}
.navIcon[data-v-7d5c074e] {
  cursor: pointer;
  font-size: 7rem;
  padding: 5px;
  transition: 0.6s ease;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
  user-select: none;
  outline: none;
  z-index: 2;
  line-height: 1;
}
.fade-enter[data-v-7d5c074e], .fade-leave-to[data-v-7d5c074e] {
  position: absolute;
}
.fade-leave[data-v-7d5c074e], .fade-enter-to[data-v-7d5c074e] {
  position: relative;
  transform: scaleX(100%);
}
.fade-enter-active[data-v-7d5c074e], .fade-leave-active[data-v-7d5c074e] {
  transition: 0.5s ease-in-out;
  flex: 1;
  height: auto;
}
.outsideOfContainer[data-v-7d5c074e] {
  bottom: -50px;
}
.scrolling-wrapper[data-v-7d5c074e] {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}@media screen and (max-width: 400px) and (min-width: 0px) {
  .sliderHeight[data-v-7b7fd504] {
    height: 200px;
  }
}
@media screen and (max-width: 580px) and (min-width: 357px) {
  .sliderHeight[data-v-7b7fd504] {
    height: 200px;
  }
  .navIcon[data-v-7b7fd504] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 580px) {
  .sliderHeight[data-v-7b7fd504] {
    height: 268px;
  }
  .navIcon[data-v-7b7fd504] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .sliderHeight[data-v-7b7fd504] {
    height: 345px;
  }
}
@media screen and (min-width: 1000px) {
  .galerieHeight[data-v-7b7fd504] {
    height: 91vh;
  }
}
@media only screen and (max-width: 1000px) {
  .primaryHeader[data-v-7b7fd504] {
    margin-top: 10px;
    padding: 3px 20px 6px 30px !important;
    font-size: 1.2em !important;
  }
  .secondaryHeader[data-v-7b7fd504] {
    padding: 10px 30px !important;
    font-size: 1em !important;
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 790px) {
  .primaryHeader[data-v-7b7fd504] {
    display: none;
  }
  .secondaryHeader[data-v-7b7fd504] {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .primaryHeader[data-v-7b7fd504] {
    padding: 10px 30px;
    font-size: 1.2em;
  }
  .secondaryHeader[data-v-7b7fd504] {
    font-size: 1.2em;
    padding: 10px 30px;
  }
}
.primaryHeader[data-v-7b7fd504] {
  background-color: rgba(247, 127, 0, 0.9);
  color: #fff;
  width: fit-content;
  padding: 5px 20px 5px 60px;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 2px;
}
.secondaryHeader[data-v-7b7fd504] {
  background-color: rgba(24, 96, 171, 0.9);
  color: #fff;
  width: fit-content;
  padding: 15px 30px 15px 60px;
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 50px;
  line-height: 1.3em;
  text-align: left;
}
.navIcon[data-v-7b7fd504] {
  cursor: pointer;
  font-size: 7rem;
  padding: 5px;
  transition: 0.6s ease;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
  user-select: none;
  outline: none;
  z-index: 2;
  line-height: 1;
}
.fade-enter[data-v-7b7fd504], .fade-leave-to[data-v-7b7fd504] {
  position: absolute;
}
.fade-leave[data-v-7b7fd504], .fade-enter-to[data-v-7b7fd504] {
  position: relative;
  transform: scaleX(100%);
}
.fade-enter-active[data-v-7b7fd504], .fade-leave-active[data-v-7b7fd504] {
  transition: 0.5s ease-in-out;
  flex: 1;
  height: auto;
}
.outsideOfContainer[data-v-7b7fd504] {
  bottom: -50px;
}
.scrolling-wrapper[data-v-7b7fd504] {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}.footer[data-v-0d5f32b1] {
  background-image: url("/images/layout/footer-background.svg");
}nav.customMenu {
  padding-top: 0px;
}
nav.customMenu .dropdown-item {
  padding-top: 0px;
  padding-bottom: 0px;
}
nav.customMenu a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 20px;
  padding-bottom: 18px;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}
nav.customMenu a.iconLink svg {
  height: 32px;
}
nav.customMenu a:hover, nav.customMenu a.router-link-exact-active, nav.customMenu a.router-link-active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(204, 30, 28, var(--tw-text-opacity));
}
nav.customMenu .parent > .dropdown-menu {
  --tw-border-opacity: 1;
  border-color: rgba(204, 30, 28, var(--tw-border-opacity));
  border-radius: 0.125rem;
  border-bottom-width: 4px;
  min-width: 260px;
  padding: 0px;
}
nav.customMenu .parent > .dropdown-menu::before {
  position: absolute;
  top: -10px;
  left: 60px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  content: "";
}
nav.customMenu .parent > .dropdown-menu .dropdown {
  width: 100%;
}
nav.customMenu .parent > .dropdown-menu a {
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
nav.customMenu .parent > .dropdown-menu a:hover, nav.customMenu .parent > .dropdown-menu a.router-link-exact-active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(204, 30, 28, var(--tw-text-opacity));
}
nav.customMenu .parent > .dropdown-menu a svg {
  font-size: 18px;
  line-height: 1;
}
nav.customMenu .parent.cim-dropdown-left > .dropdown-menu {
  left: -360px;
  top: 0;
}
nav.customMenu .parent.cim-dropdown-right > .dropdown-menu {
  left: 260px;
  top: 0;
}
.hamburger-dropdown-child :nth-child(2) {
  flex: 1 1 auto;
  text-align: left;
}
.customHamburgerMenu .menu-wrapper .menu-items-container nav ul li.hamburger-menu-item.parent > a {
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  border-style: dotted;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgba(63, 55, 63, var(--tw-text-opacity));
}
.customHamburgerMenu .menu-wrapper .menu-items-container nav ul li.hamburger-menu-item.parent > a.router-link-active {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 30, 28, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.customHamburgerMenu .menu-wrapper .menu-items-container nav ul li.hamburger-menu-item.parent > a.router-link-active span.hambuger-menu-item-label {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.customHamburgerMenu .menu-wrapper .menu-items-container nav ul li.hamburger-menu-item a {
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  border-style: dotted;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgba(63, 55, 63, var(--tw-text-opacity));
}.imageCountBox[data-v-fbf41aa4] {
  border-top-left-radius: 20px;
}.textlink svg {
  margin-right: 0.5rem;
}
.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.button svg {
  margin-right: 0.5rem;
}
.button.primary {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 30, 28, var(--tw-bg-opacity));
}
.button.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(152, 42, 41, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.twoColumns[data-v-eac5189a] div.ProseMirror {
  column-count: 2;
}.twoColumns[data-v-9b582403] div.ProseMirror {
  column-count: 2;
}.pageTab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 100;
  height: 3.75rem;
  padding: 1rem;
  position: fixed;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  z-index: 5;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.pageTab:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 800px) {
  .pageTab {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    right: 1.75rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    --tw-rotate: -90deg;
  }
}
@media (max-width: 799.9px) {
  .pageTab {
    padding: 0.75rem;
    bottom: 0px;
    right: 0px;
  }
}.tabContent {
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 180px;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 425px;
}
@media (max-width: 799.9px) {
  .tabContent {
    width: 100%;
  }
}.ProseMirror table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.ProseMirror table td, .ProseMirror table th {
  min-width: 1em;
  border: 2px solid #ced4da;
  padding: 3px 5px;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
.ProseMirror table td > *, .ProseMirror table th > * {
  margin-bottom: 0;
}
.ProseMirror table th {
  font-weight: bold;
  text-align: left;
  background-color: #f1f3f5;
}
.ProseMirror table .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none;
}
.ProseMirror table .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: -2px;
  width: 4px;
  background-color: #adf;
  pointer-events: none;
}
.ProseMirror table p {
  margin: 0;
}
.tableWrapper {
  padding: 1rem 0;
  overflow-x: auto;
}
.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}:root {
  --admin-area-tooltip-background-color: #73bc6e;
  --admin-area-tooltip-font-size: 80%;
  --admin-area-dark-tooltip-background-color: #363636;
}
.tippy-box[data-theme~=adminArea] {
  background-color: var(--admin-area-tooltip-background-color);
  color: white;
  font-size: var(--admin-area-tooltip-font-size);
  padding: 0.25rem;
  border-radius: 0;
}
.tippy-box[data-theme~=adminArea][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=right] > .tippy-arrow::before {
  border-right-color: var(--admin-area-tooltip-background-color);
}
.tippy-content {
  white-space: pre-line;
}
.tippy-box[data-theme~=adminAreaDark] {
  background-color: var(--admin-area-dark-tooltip-background-color);
  color: white;
  font-size: var(--admin-area-tooltip-font-size);
  padding: 0.25rem;
  border-radius: 0;
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=right] > .tippy-arrow::before {
  border-right-color: var(--admin-area-dark-tooltip-background-color);
}:root {
  --admin-area-tooltip-background-color: #73bc6e;
  --admin-area-tooltip-font-size: 80%;
  --admin-area-dark-tooltip-background-color: #363636;
}
.tippy-box[data-theme~=adminArea] {
  background-color: var(--admin-area-tooltip-background-color);
  color: white;
  font-size: var(--admin-area-tooltip-font-size);
  padding: 0.25rem;
  border-radius: 0;
}
.tippy-box[data-theme~=adminArea][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=right] > .tippy-arrow::before {
  border-right-color: var(--admin-area-tooltip-background-color);
}
.tippy-content {
  white-space: pre-line;
}
.tippy-box[data-theme~=adminAreaDark] {
  background-color: var(--admin-area-dark-tooltip-background-color);
  color: white;
  font-size: var(--admin-area-tooltip-font-size);
  padding: 0.25rem;
  border-radius: 0;
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=right] > .tippy-arrow::before {
  border-right-color: var(--admin-area-dark-tooltip-background-color);
}.layout-root[data-v-81deccc6] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}
.layout-header[data-v-81deccc6] {
  background-color: blue;
  height: 3rem;
}
.layout-inner-section[data-v-81deccc6] {
  display: flex;
  flex: 1 1 auto;
}
.layout-left[data-v-81deccc6] {
  flex: 0 1 auto;
  width: 200px;
  min-height: 100%;
  background-color: blueviolet;
}
.layout-content[data-v-81deccc6] {
  flex: 1 1 auto;
}
.layout-right[data-v-81deccc6] {
  flex: 0 1 auto;
  width: 200px;
  background-color: lightcoral;
  height: 100%;
}
.layout-footer[data-v-81deccc6] {
  background-color: lightgray;
  height: 3rem;
}.redBox {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 229, 229, var(--tw-bg-opacity));
}
h1 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(204, 30, 28, var(--tw-text-opacity));
}
h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(204, 30, 28, var(--tw-text-opacity));
}
h3, h4 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
p {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
@media (min-width: 800px) {
  p {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.pageList svg {
  margin-right: 0.5rem;
  margin-top: 5px;
  --tw-text-opacity: 1;
  color: rgba(204, 30, 28, var(--tw-text-opacity));
}
table tr td:first-child {
  padding-right: 0.75rem;
}
a {
  --tw-text-opacity: 1;
  color: rgba(204, 30, 28, var(--tw-text-opacity));
}
a:hover {
  --tw-text-opacity: 1;
  color: rgba(152, 42, 41, var(--tw-text-opacity));
}
.whitebox svg {
  font-size: 4.5rem;
  line-height: 1;
}
body[data-fs=bigger] h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
body[data-fs=bigger] h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
body[data-fs=bigger] h3, h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
body[data-fs=bigger] p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body[data-fs=bigger] div {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body[data-fs=bigger] .tabContentIcon {
  font-size: 110px;
  line-height: 1;
}
body[data-fs=smaller] h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
body[data-fs=smaller] h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
body[data-fs=smaller] h3, h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body[data-fs=smaller] p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
body[data-fs=smaller] div {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
body[data-fs=smaller] .tabContentIcon {
  font-size: 110px;
  line-height: 1;
}
body[data-contrast=true] .redBox {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-width: 1px;
}
body[data-contrast=true] .redBox .redBoxIcon {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
body[data-contrast=true] .whitebox .whiteBoxIconContainer {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 30, 28, var(--tw-bg-opacity));
}
body[data-contrast=true] .whitebox .whiteBoxIcon {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
body[data-contrast=true] a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}.ProseMirror ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.ProseMirror ul li {
  display: list-item;
}