/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/bse-website/src/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Poppins:200,400,300,500,700);
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./apps/bse-website/src/assets/css/shaka-controls.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
/*! @license
 * Shaka Player
 * Copyright 2016 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
.shaka-hidden {
  display: none !important
}

.shaka-hidden-rewind-container,
.shaka-hidden-fast-forward-container {
  display: none;
}

.shaka-video-container {
  position: relative;
  top: 0;
  left: 0;
  display: flex
}

.shaka-video-container .material-icons-round {
  font-family: 'Material Icons Round';
  font-size: 24px
}

.shaka-video-container * {
  font-family: Roboto-Regular, Roboto, sans-serif
}

.shaka-video-container:fullscreen {
  width: 100%;
  height: 100%;
  background-color: #000
}

.shaka-video-container:fullscreen .shaka-text-container {
  font-size: 4.4vmin
}

.shaka-video-container:-webkit-full-screen {
  width: 100%;
  height: 100%;
  background-color: #000
}

.shaka-video-container:-webkit-full-screen .shaka-text-container {
  font-size: 4.4vmin
}

.shaka-video-container:-moz-full-screen {
  width: 100%;
  height: 100%;
  background-color: #000
}

.shaka-video-container:-moz-full-screen .shaka-text-container {
  font-size: 4.4vmin
}

.shaka-video-container:-ms-fullscreen {
  width: 100%;
  height: 100%;
  background-color: #000
}

.shaka-video-container:-ms-fullscreen .shaka-text-container {
  font-size: 4.4vmin
}

.shaka-controls-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 1
}

.shaka-video-container:not([shaka-controls=true]) .shaka-controls-container {
  display: none
}

.shaka-controls-container * {
  flex-shrink: 0
}

.shaka-controls-container[casting=true] .shaka-fullscreen-button {
  display: none
}

.shaka-bottom-controls {
  width: 96%;
  padding: 0;
  padding-bottom: 2.5%;
  z-index: 1
}

.shaka-controls-button-panel {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  min-width: 48px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 0;
  transition: opacity cubic-bezier(.4, 0, .6, 1) .6s
}

.shaka-controls-container[casting=true] .shaka-controls-button-panel,
.shaka-controls-container[shown=true] .shaka-controls-button-panel {
  opacity: 1
}

.shaka-controls-button-panel>* {
  color: #fff;
  height: 32px;
  margin: 1px 6px;
  padding: 0;
  background: 0 0;
  border: 0;
  cursor: pointer
}

.shaka-controls-button-panel .shaka-overflow-menu-only {
  display: none
}

.shaka-play-button-container {
  margin: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.shaka-scrim-container {
  margin: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity cubic-bezier(.4, 0, .6, 1) .6s;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 15%)
}

.shaka-controls-container[casting=true] .shaka-scrim-container,
.shaka-controls-container[shown=true] .shaka-scrim-container {
  opacity: 1
}

.shaka-text-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  min-width: 48px;
  transition: bottom cubic-bezier(.4, 0, .6, 1) .1s;
  transition-delay: .5s
}

.shaka-text-container span {
  font-size: 20px;
  line-height: 1.4;
  background-color: rgba(0, 0, 0, .8);
  color: #fff
}

.shaka-controls-container[shown=true]~.shaka-text-container {
  bottom: 15%;
  transition-delay: 0s
}

.shaka-spinner-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center
}

.shaka-video-container:not([shaka-controls=true]) .shaka-spinner-container {
  display: none
}

.shaka-spinner {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 7.8%;
  width: 0;
  height: 0;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, .5))
}

.shaka-play-button {
  box-sizing: border-box;
  padding: 7.5%;
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
  border: none;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, .9);
  opacity: 0;
  transition: opacity cubic-bezier(.4, 0, .6, 1) .6s
}

.shaka-controls-container[casting=true] .shaka-play-button,
.shaka-controls-container[shown=true] .shaka-play-button {
  opacity: 1
}

.shaka-play-button[icon=play] {
  background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8%205v14l11-7z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E)
}

.shaka-play-button[icon=pause] {
  background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6%2019h4V5H6v14zm8-14v14h4V5h-4z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E)
}

.shaka-current-time {
  font-size: 14px;
  color: #fff;
  height: auto;
  cursor: pointer
}

.shaka-current-time[disabled] {
  background-color: transparent;
  color: #fff;
  cursor: default
}

.shaka-controls-container button:focus,
.shaka-controls-container input:focus {
  outline: 1px solid Highlight
}

.shaka-controls-container button:-moz-focus-inner,
.shaka-controls-container input:-moz-focus-outer {
  outline: 0;
  border: 0
}

.shaka-controls-container:not(.shaka-keyboard-navigation) button:focus,
.shaka-controls-container:not(.shaka-keyboard-navigation) input:focus {
  outline: 0
}

.shaka-range-container {
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 6px;
  height: 4px;
  border-radius: 4px;
  background: #fff
}

.shaka-volume-bar-container {
  width: 100px
}

.shaka-range-element {
  -webkit-appearance: none;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  height: 12px;
  top: -4px;
  z-index: 1
}

.shaka-range-element::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  background: 0 0;
  color: transparent;
  border: none
}

.shaka-range-element::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  background: #fff
}

.shaka-range-element::-moz-range-track {
  width: 100%;
  height: 12px;
  background: 0 0;
  color: transparent;
  border: none
}

.shaka-range-element::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  background: #fff
}

.shaka-seek-bar-container {
  opacity: 0;
  transition: opacity cubic-bezier(.4, 0, .6, 1) .6s
}

.shaka-controls-container[casting=true] .shaka-seek-bar-container,
.shaka-controls-container[shown=true] .shaka-seek-bar-container {
  opacity: 1
}

.shaka-ad-markers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%
}

/*!
 * @license
 * The SVG/CSS buffering spinner is based on http://codepen.io/jczimm/pen/vEBpoL
 * Some local modifications have been made.
 *
 * Copyright (c) 2016 by jczimm
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.shaka-spinner-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

.shaka-spinner-path {
  stroke: #202124;
  stroke-dasharray: 20, 200;
  stroke-dashoffset: 0;
  animation: dash 1s ease-in-out infinite;
  stroke-linecap: round
}

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

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

.shaka-spacer {
  cursor: default;
  flex-shrink: 1;
  flex-grow: 1;
  margin: 0
}

.shaka-overflow-menu,
.shaka-settings-menu {
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .4);
  border-radius: 2px;
  max-height: 250px;
  min-width: 180px;
  opacity: 0;
  transition: opacity cubic-bezier(.4, 0, .6, 1) .6s;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 30px
}

.shaka-controls-container[casting=true] .shaka-overflow-menu,
.shaka-controls-container[casting=true] .shaka-settings-menu,
.shaka-controls-container[shown=true] .shaka-overflow-menu,
.shaka-controls-container[shown=true] .shaka-settings-menu {
  opacity: 1
}

.shaka-overflow-menu button,
.shaka-settings-menu button {
  font-size: 14px;
  background: 0 0;
  color: #000;
  border: none;
  min-height: 30px;
  padding: 3.5px 6px;
  display: flex;
  align-items: center;
  cursor: pointer
}

.shaka-overflow-menu button:hover,
.shaka-settings-menu button:hover {
  background: #e0e0e0
}

.shaka-overflow-menu button label,
.shaka-settings-menu button label {
  cursor: pointer
}

.shaka-keyboard-navigation .shaka-overflow-menu button:focus,
.shaka-keyboard-navigation .shaka-settings-menu button:focus {
  background: #e0e0e0
}

.shaka-overflow-menu i,
.shaka-settings-menu i {
  padding-left: 10px;
  padding-right: 10px
}

.shaka-overflow-menu.shaka-low-position,
.shaka-settings-menu.shaka-low-position {
  bottom: 15px
}

.shaka-overflow-menu span {
  text-align: left
}

.shaka-overflow-button-label {
  position: relative;
  display: flex;
  flex-direction: column
}

.shaka-current-selection-span {
  color: rgba(0, 0, 0, .54)
}

.shaka-settings-menu span {
  margin-left: 54px
}

.shaka-back-to-overflow-button span {
  margin-left: 0
}

.shaka-back-to-overflow-button i {
  padding-right: 20px
}

.shaka-auto-span {
  left: 17px
}

.shaka-captions-on {
  color: #000
}

.shaka-captions-off {
  color: grey
}

.shaka-controls-container[ad-active=true] {
  pointer-events: none
}

.shaka-controls-container[ad-active=true] .shaka-bottom-controls {
  pointer-events: auto
}

.shaka-client-side-ad-container,
.shaka-server-side-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.shaka-video-container[shaka-controls=true] .shaka-client-side-ad-container iframe,
.shaka-video-container[shaka-controls=true] .shaka-server-side-ad-container iframe {
  height: 90%
}

.shaka-server-side-ad-container {
  width: 100%;
  height: 100%;
  flex-shrink: 1
}

.shaka-server-side-ad-container:not([ad-active=true]) {
  pointer-events: none
}

.shaka-ad-controls {
  display: flex;
  flex-direction: row;
  z-index: 1;
  padding-bottom: 1%
}

.shaka-video-container:not([shaka-controls=true]) .shaka-ad-controls {
  display: none
}

.shaka-ad-controls button,
.shaka-ad-controls div {
  color: #fff;
  font-size: initial
}

.shaka-ad-controls div:not(.shaka-skip-ad-counter) {
  margin: 1px 6px
}

.shaka-ad-counter,
.shaka-ad-position {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-shadow: 1px 1px 4px #000
}

.shaka-skip-ad-container {
  position: relative;
  right: -2%;
  display: flex;
  flex-direction: row;
  margin: 0
}

.shaka-skip-ad-button {
  padding: 5px 15px;
  background: rgba(0, 0, 0, .7);
  border: none;
  cursor: pointer
}

.shaka-skip-ad-button:disabled {
  background: rgba(0, 0, 0, .3)
}

.shaka-skip-ad-counter {
  padding: 5px 5px;
  background: rgba(0, 0, 0, .7);
  margin: 0
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype')
}

@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsround/v55/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmM.otf) format('opentype')
}

.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr
}

/*# sourceMappingURL=controls.css.map */
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/bse-website/src/styles.scss?ngGlobalStyle (1) ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/* You can add global styles to this file, and also import other style files */
@layer tailwind-base, foundation-layer, tailwind-utils-and-components, app-styles;
@layer foundation-layer {
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none;
  }
  [data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
  [data-whatintent=touch] *,
  [data-whatintent=touch] *:focus,
  [data-whatinput=mouse] *,
  [data-whatinput=mouse] *:focus,
  [data-whatinput=touch] *,
  [data-whatinput=touch] *:focus {
    outline: none;
  }
  [draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }
  .foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
  }
  html {
    box-sizing: border-box;
    font-size: 100%;
  }
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
  }
  textarea {
    height: auto;
    min-height: 50px;
    border-radius: 8px;
  }
  select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 8px;
  }
  .map_canvas img,
  .map_canvas embed,
  .map_canvas object,
  .mqa-display img,
  .mqa-display embed,
  .mqa-display object {
    max-width: none !important;
  }
  button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 8px;
    background: transparent;
    line-height: 1;
    cursor: auto;
  }
  [data-whatinput=mouse] button {
    outline: 0;
  }
  pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
  }
  .is-visible {
    display: block !important;
  }
  .is-hidden {
    display: none !important;
  }
  [type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
  textarea {
    appearance: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  }
  [type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  }
  textarea {
    max-width: 100%;
  }
  textarea[rows] {
    height: auto;
  }
  input:disabled, input[readonly],
  textarea:disabled,
  textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
  }
  [type=submit],
  [type=button] {
    appearance: none;
    border-radius: 8px;
  }
  input[type=search] {
    box-sizing: border-box;
  }
  ::placeholder {
    color: #cacaca;
  }
  [type=file],
  [type=checkbox],
  [type=radio] {
    margin: 0 0 1rem;
  }
  [type=checkbox] + label,
  [type=radio] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  [type=checkbox] + label[for],
  [type=radio] + label[for] {
    cursor: pointer;
  }
  label > [type=checkbox],
  label > [type=radio] {
    margin-right: 0.5rem;
  }
  [type=file] {
    width: 100%;
  }
  label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
  }
  label.middle {
    margin: 0 0 1rem;
    line-height: 1.5;
    padding: 0.5625rem 0;
  }
  .help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
  }
  .input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
  }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 8px 0 0 8px;
  }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 8px 8px 0;
  }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label, .input-group-button, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap;
  }
  .input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
  }
  .input-group-label:first-child {
    border-right: 0;
  }
  .input-group-label:last-child {
    border-left: 0;
  }
  .input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0;
  }
  .input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
  }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }
  fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }
  legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
  .fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
  }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
  }
  select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  }
  @media screen and (min-width: 0\0 ) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
  }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
  }
  select::-ms-expand {
    display: none;
  }
  select[multiple] {
    height: auto;
    background-image: none;
  }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: rgb(249, 236.1, 234.1);
  }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
  }
  .is-invalid-label {
    color: #cc4b37;
  }
  .form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
  }
  .form-error.is-visible {
    display: block;
  }
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
  }
  em,
  i {
    font-style: italic;
    line-height: inherit;
  }
  strong,
  b {
    font-weight: bold;
    line-height: inherit;
  }
  small {
    font-size: 80%;
    line-height: inherit;
  }
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
  }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca;
  }
  h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  @media print, screen and (min-width: 40em) {
    h1, .h1 {
      font-size: 3rem;
    }
    h2, .h2 {
      font-size: 2.5rem;
    }
    h3, .h3 {
      font-size: 1.9375rem;
    }
    h4, .h4 {
      font-size: 1.5625rem;
    }
    h5, .h5 {
      font-size: 1.25rem;
    }
    h6, .h6 {
      font-size: 1rem;
    }
  }
  a {
    line-height: inherit;
    color: #1c3738;
    text-decoration: none;
    cursor: pointer;
  }
  a:hover, a:focus {
    color: rgb(24.08, 47.3, 48.16);
  }
  a img {
    border: 0;
  }
  hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
  }
  ul,
  ol,
  dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
  }
  li {
    font-size: inherit;
  }
  ul {
    margin-left: 1.25rem;
    list-style-type: disc;
  }
  ol {
    margin-left: 1.25rem;
  }
  ul ul, ul ol, ol ul, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
  }
  dl {
    margin-bottom: 1rem;
  }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
  }
  blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
  }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
  }
  abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none;
  }
  figure {
    margin: 0;
  }
  kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a;
    border-radius: 8px;
  }
  .subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
  }
  .lead {
    font-size: 125%;
    line-height: 1.6;
  }
  .stat {
    font-size: 2.5rem;
    line-height: 1;
  }
  p + .stat {
    margin-top: -1rem;
  }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none;
  }
  .cite-block, cite {
    display: block;
    color: #8a8a8a;
    font-size: 0.8125rem;
  }
  .cite-block:before, cite:before {
    content: "— ";
  }
  .code-inline, code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem;
  }
  .code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  @media print, screen and (min-width: 40em) {
    .medium-text-left {
      text-align: left;
    }
    .medium-text-right {
      text-align: right;
    }
    .medium-text-center {
      text-align: center;
    }
    .medium-text-justify {
      text-align: justify;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-text-left {
      text-align: left;
    }
    .large-text-right {
      text-align: right;
    }
    .large-text-center {
      text-align: center;
    }
    .large-text-justify {
      text-align: justify;
    }
  }
  .show-for-print {
    display: none !important;
  }
  @media print {
    * {
      background: transparent !important;
      color: black !important;
      -webkit-print-color-adjust: economy;
              print-color-adjust: economy;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    .show-for-print {
      display: block !important;
    }
    .hide-for-print {
      display: none !important;
    }
    table.show-for-print {
      display: table !important;
    }
    thead.show-for-print {
      display: table-header-group !important;
    }
    tbody.show-for-print {
      display: table-row-group !important;
    }
    tr.show-for-print {
      display: table-row !important;
    }
    td.show-for-print {
      display: table-cell !important;
    }
    th.show-for-print {
      display: table-cell !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
      content: "";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    pre,
    blockquote {
      border: 1px solid #8a8a8a;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page {
      margin: 0.5cm;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    .print-break-inside {
      page-break-inside: auto;
    }
  }
  .grid-container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  }
  .grid-container.fluid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-container.fluid {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  }
  .grid-container.full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .grid-x {
    display: flex;
    flex-flow: row wrap;
  }
  .cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
  }
  .cell.auto {
    flex: 1 1 0;
  }
  .cell.shrink {
    flex: 0 0 auto;
  }
  .grid-x > .auto {
    width: auto;
  }
  .grid-x > .shrink {
    width: auto;
  }
  .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex-basis: auto;
  }
  @media print, screen and (min-width: 40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
      flex-basis: auto;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
      flex-basis: auto;
    }
  }
  .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
    flex: 0 0 auto;
  }
  .grid-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-x > .small-3 {
    width: 25%;
  }
  .grid-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-x > .small-6 {
    width: 50%;
  }
  .grid-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-x > .small-9 {
    width: 75%;
  }
  .grid-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-x > .small-12 {
    width: 100%;
  }
  @media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
      flex: 1 1 0;
      width: auto;
    }
    .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
      flex: 0 0 auto;
    }
    .grid-x > .medium-shrink {
      width: auto;
    }
    .grid-x > .medium-1 {
      width: 8.3333333333%;
    }
    .grid-x > .medium-2 {
      width: 16.6666666667%;
    }
    .grid-x > .medium-3 {
      width: 25%;
    }
    .grid-x > .medium-4 {
      width: 33.3333333333%;
    }
    .grid-x > .medium-5 {
      width: 41.6666666667%;
    }
    .grid-x > .medium-6 {
      width: 50%;
    }
    .grid-x > .medium-7 {
      width: 58.3333333333%;
    }
    .grid-x > .medium-8 {
      width: 66.6666666667%;
    }
    .grid-x > .medium-9 {
      width: 75%;
    }
    .grid-x > .medium-10 {
      width: 83.3333333333%;
    }
    .grid-x > .medium-11 {
      width: 91.6666666667%;
    }
    .grid-x > .medium-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
      flex: 1 1 0;
      width: auto;
    }
    .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
      flex: 0 0 auto;
    }
    .grid-x > .large-shrink {
      width: auto;
    }
    .grid-x > .large-1 {
      width: 8.3333333333%;
    }
    .grid-x > .large-2 {
      width: 16.6666666667%;
    }
    .grid-x > .large-3 {
      width: 25%;
    }
    .grid-x > .large-4 {
      width: 33.3333333333%;
    }
    .grid-x > .large-5 {
      width: 41.6666666667%;
    }
    .grid-x > .large-6 {
      width: 50%;
    }
    .grid-x > .large-7 {
      width: 58.3333333333%;
    }
    .grid-x > .large-8 {
      width: 66.6666666667%;
    }
    .grid-x > .large-9 {
      width: 75%;
    }
    .grid-x > .large-10 {
      width: 83.3333333333%;
    }
    .grid-x > .large-11 {
      width: 91.6666666667%;
    }
    .grid-x > .large-12 {
      width: 100%;
    }
  }
  .grid-margin-x:not(.grid-x) > .cell {
    width: auto;
  }
  .grid-margin-y:not(.grid-y) > .cell {
    height: auto;
  }
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
    }
  }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem;
    }
  }
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto;
    }
    .grid-margin-x > .shrink {
      width: auto;
    }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem);
    }
    .grid-margin-x > .medium-auto {
      width: auto;
    }
    .grid-margin-x > .medium-shrink {
      width: auto;
    }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto;
    }
    .grid-margin-x > .large-shrink {
      width: auto;
    }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem);
    }
  }
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem;
    }
  }
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem;
    }
  }
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  }
  .small-up-1 > .cell {
    width: 100%;
  }
  .small-up-2 > .cell {
    width: 50%;
  }
  .small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .small-up-4 > .cell {
    width: 25%;
  }
  .small-up-5 > .cell {
    width: 20%;
  }
  .small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .small-up-8 > .cell {
    width: 12.5%;
  }
  @media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
      width: 100%;
    }
    .medium-up-2 > .cell {
      width: 50%;
    }
    .medium-up-3 > .cell {
      width: 33.3333333333%;
    }
    .medium-up-4 > .cell {
      width: 25%;
    }
    .medium-up-5 > .cell {
      width: 20%;
    }
    .medium-up-6 > .cell {
      width: 16.6666666667%;
    }
    .medium-up-7 > .cell {
      width: 14.2857142857%;
    }
    .medium-up-8 > .cell {
      width: 12.5%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
      width: 100%;
    }
    .large-up-2 > .cell {
      width: 50%;
    }
    .large-up-3 > .cell {
      width: 33.3333333333%;
    }
    .large-up-4 > .cell {
      width: 25%;
    }
    .large-up-5 > .cell {
      width: 20%;
    }
    .large-up-6 > .cell {
      width: 16.6666666667%;
    }
    .large-up-7 > .cell {
      width: 14.2857142857%;
    }
    .large-up-8 > .cell {
      width: 12.5%;
    }
  }
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
      width: calc(100% - 1.875rem);
    }
    .grid-margin-x.small-up-2 > .cell {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x.small-up-3 > .cell {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x.small-up-4 > .cell {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x.small-up-5 > .cell {
      width: calc(20% - 1.875rem);
    }
    .grid-margin-x.small-up-6 > .cell {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x.small-up-7 > .cell {
      width: calc(14.2857142857% - 1.875rem);
    }
    .grid-margin-x.small-up-8 > .cell {
      width: calc(12.5% - 1.875rem);
    }
    .grid-margin-x.medium-up-1 > .cell {
      width: calc(100% - 1.875rem);
    }
    .grid-margin-x.medium-up-2 > .cell {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x.medium-up-3 > .cell {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x.medium-up-4 > .cell {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x.medium-up-5 > .cell {
      width: calc(20% - 1.875rem);
    }
    .grid-margin-x.medium-up-6 > .cell {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x.medium-up-7 > .cell {
      width: calc(14.2857142857% - 1.875rem);
    }
    .grid-margin-x.medium-up-8 > .cell {
      width: calc(12.5% - 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
      width: calc(100% - 1.875rem);
    }
    .grid-margin-x.large-up-2 > .cell {
      width: calc(50% - 1.875rem);
    }
    .grid-margin-x.large-up-3 > .cell {
      width: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-x.large-up-4 > .cell {
      width: calc(25% - 1.875rem);
    }
    .grid-margin-x.large-up-5 > .cell {
      width: calc(20% - 1.875rem);
    }
    .grid-margin-x.large-up-6 > .cell {
      width: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-x.large-up-7 > .cell {
      width: calc(14.2857142857% - 1.875rem);
    }
    .grid-margin-x.large-up-8 > .cell {
      width: calc(12.5% - 1.875rem);
    }
  }
  .small-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .small-3 {
    width: 25%;
  }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .small-6 {
    width: 50%;
  }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .small-9 {
    width: 75%;
  }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .small-12 {
    width: 100%;
  }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%;
    }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%;
    }
    .small-margin-collapse > .medium-3 {
      width: 25%;
    }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%;
    }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%;
    }
    .small-margin-collapse > .medium-6 {
      width: 50%;
    }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%;
    }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%;
    }
    .small-margin-collapse > .medium-9 {
      width: 75%;
    }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%;
    }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%;
    }
    .small-margin-collapse > .medium-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%;
    }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%;
    }
    .small-margin-collapse > .large-3 {
      width: 25%;
    }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%;
    }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%;
    }
    .small-margin-collapse > .large-6 {
      width: 50%;
    }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%;
    }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%;
    }
    .small-margin-collapse > .large-9 {
      width: 75%;
    }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%;
    }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%;
    }
    .small-margin-collapse > .large-12 {
      width: 100%;
    }
  }
  .small-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
      margin-right: 0;
      margin-left: 0;
    }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0;
    }
    .medium-margin-collapse > .small-1 {
      width: 8.3333333333%;
    }
    .medium-margin-collapse > .small-2 {
      width: 16.6666666667%;
    }
    .medium-margin-collapse > .small-3 {
      width: 25%;
    }
    .medium-margin-collapse > .small-4 {
      width: 33.3333333333%;
    }
    .medium-margin-collapse > .small-5 {
      width: 41.6666666667%;
    }
    .medium-margin-collapse > .small-6 {
      width: 50%;
    }
    .medium-margin-collapse > .small-7 {
      width: 58.3333333333%;
    }
    .medium-margin-collapse > .small-8 {
      width: 66.6666666667%;
    }
    .medium-margin-collapse > .small-9 {
      width: 75%;
    }
    .medium-margin-collapse > .small-10 {
      width: 83.3333333333%;
    }
    .medium-margin-collapse > .small-11 {
      width: 91.6666666667%;
    }
    .medium-margin-collapse > .small-12 {
      width: 100%;
    }
    .medium-margin-collapse > .medium-1 {
      width: 8.3333333333%;
    }
    .medium-margin-collapse > .medium-2 {
      width: 16.6666666667%;
    }
    .medium-margin-collapse > .medium-3 {
      width: 25%;
    }
    .medium-margin-collapse > .medium-4 {
      width: 33.3333333333%;
    }
    .medium-margin-collapse > .medium-5 {
      width: 41.6666666667%;
    }
    .medium-margin-collapse > .medium-6 {
      width: 50%;
    }
    .medium-margin-collapse > .medium-7 {
      width: 58.3333333333%;
    }
    .medium-margin-collapse > .medium-8 {
      width: 66.6666666667%;
    }
    .medium-margin-collapse > .medium-9 {
      width: 75%;
    }
    .medium-margin-collapse > .medium-10 {
      width: 83.3333333333%;
    }
    .medium-margin-collapse > .medium-11 {
      width: 91.6666666667%;
    }
    .medium-margin-collapse > .medium-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
      width: 8.3333333333%;
    }
    .medium-margin-collapse > .large-2 {
      width: 16.6666666667%;
    }
    .medium-margin-collapse > .large-3 {
      width: 25%;
    }
    .medium-margin-collapse > .large-4 {
      width: 33.3333333333%;
    }
    .medium-margin-collapse > .large-5 {
      width: 41.6666666667%;
    }
    .medium-margin-collapse > .large-6 {
      width: 50%;
    }
    .medium-margin-collapse > .large-7 {
      width: 58.3333333333%;
    }
    .medium-margin-collapse > .large-8 {
      width: 66.6666666667%;
    }
    .medium-margin-collapse > .large-9 {
      width: 75%;
    }
    .medium-margin-collapse > .large-10 {
      width: 83.3333333333%;
    }
    .medium-margin-collapse > .large-11 {
      width: 91.6666666667%;
    }
    .medium-margin-collapse > .large-12 {
      width: 100%;
    }
  }
  @media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
      margin-right: 0;
      margin-left: 0;
    }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse {
      margin-right: 0;
      margin-left: 0;
    }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0;
    }
    .large-margin-collapse > .small-1 {
      width: 8.3333333333%;
    }
    .large-margin-collapse > .small-2 {
      width: 16.6666666667%;
    }
    .large-margin-collapse > .small-3 {
      width: 25%;
    }
    .large-margin-collapse > .small-4 {
      width: 33.3333333333%;
    }
    .large-margin-collapse > .small-5 {
      width: 41.6666666667%;
    }
    .large-margin-collapse > .small-6 {
      width: 50%;
    }
    .large-margin-collapse > .small-7 {
      width: 58.3333333333%;
    }
    .large-margin-collapse > .small-8 {
      width: 66.6666666667%;
    }
    .large-margin-collapse > .small-9 {
      width: 75%;
    }
    .large-margin-collapse > .small-10 {
      width: 83.3333333333%;
    }
    .large-margin-collapse > .small-11 {
      width: 91.6666666667%;
    }
    .large-margin-collapse > .small-12 {
      width: 100%;
    }
    .large-margin-collapse > .medium-1 {
      width: 8.3333333333%;
    }
    .large-margin-collapse > .medium-2 {
      width: 16.6666666667%;
    }
    .large-margin-collapse > .medium-3 {
      width: 25%;
    }
    .large-margin-collapse > .medium-4 {
      width: 33.3333333333%;
    }
    .large-margin-collapse > .medium-5 {
      width: 41.6666666667%;
    }
    .large-margin-collapse > .medium-6 {
      width: 50%;
    }
    .large-margin-collapse > .medium-7 {
      width: 58.3333333333%;
    }
    .large-margin-collapse > .medium-8 {
      width: 66.6666666667%;
    }
    .large-margin-collapse > .medium-9 {
      width: 75%;
    }
    .large-margin-collapse > .medium-10 {
      width: 83.3333333333%;
    }
    .large-margin-collapse > .medium-11 {
      width: 91.6666666667%;
    }
    .large-margin-collapse > .medium-12 {
      width: 100%;
    }
    .large-margin-collapse > .large-1 {
      width: 8.3333333333%;
    }
    .large-margin-collapse > .large-2 {
      width: 16.6666666667%;
    }
    .large-margin-collapse > .large-3 {
      width: 25%;
    }
    .large-margin-collapse > .large-4 {
      width: 33.3333333333%;
    }
    .large-margin-collapse > .large-5 {
      width: 41.6666666667%;
    }
    .large-margin-collapse > .large-6 {
      width: 50%;
    }
    .large-margin-collapse > .large-7 {
      width: 58.3333333333%;
    }
    .large-margin-collapse > .large-8 {
      width: 66.6666666667%;
    }
    .large-margin-collapse > .large-9 {
      width: 75%;
    }
    .large-margin-collapse > .large-10 {
      width: 83.3333333333%;
    }
    .large-margin-collapse > .large-11 {
      width: 91.6666666667%;
    }
    .large-margin-collapse > .large-12 {
      width: 100%;
    }
    .large-padding-collapse {
      margin-right: 0;
      margin-left: 0;
    }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0;
    }
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2);
  }
  @media print, screen and (min-width: 40em) {
    .medium-offset-0 {
      margin-left: 0%;
    }
    .grid-margin-x > .medium-offset-0 {
      margin-left: calc(0% + 1.875rem / 2);
    }
    .medium-offset-1 {
      margin-left: 8.3333333333%;
    }
    .grid-margin-x > .medium-offset-1 {
      margin-left: calc(8.3333333333% + 1.875rem / 2);
    }
    .medium-offset-2 {
      margin-left: 16.6666666667%;
    }
    .grid-margin-x > .medium-offset-2 {
      margin-left: calc(16.6666666667% + 1.875rem / 2);
    }
    .medium-offset-3 {
      margin-left: 25%;
    }
    .grid-margin-x > .medium-offset-3 {
      margin-left: calc(25% + 1.875rem / 2);
    }
    .medium-offset-4 {
      margin-left: 33.3333333333%;
    }
    .grid-margin-x > .medium-offset-4 {
      margin-left: calc(33.3333333333% + 1.875rem / 2);
    }
    .medium-offset-5 {
      margin-left: 41.6666666667%;
    }
    .grid-margin-x > .medium-offset-5 {
      margin-left: calc(41.6666666667% + 1.875rem / 2);
    }
    .medium-offset-6 {
      margin-left: 50%;
    }
    .grid-margin-x > .medium-offset-6 {
      margin-left: calc(50% + 1.875rem / 2);
    }
    .medium-offset-7 {
      margin-left: 58.3333333333%;
    }
    .grid-margin-x > .medium-offset-7 {
      margin-left: calc(58.3333333333% + 1.875rem / 2);
    }
    .medium-offset-8 {
      margin-left: 66.6666666667%;
    }
    .grid-margin-x > .medium-offset-8 {
      margin-left: calc(66.6666666667% + 1.875rem / 2);
    }
    .medium-offset-9 {
      margin-left: 75%;
    }
    .grid-margin-x > .medium-offset-9 {
      margin-left: calc(75% + 1.875rem / 2);
    }
    .medium-offset-10 {
      margin-left: 83.3333333333%;
    }
    .grid-margin-x > .medium-offset-10 {
      margin-left: calc(83.3333333333% + 1.875rem / 2);
    }
    .medium-offset-11 {
      margin-left: 91.6666666667%;
    }
    .grid-margin-x > .medium-offset-11 {
      margin-left: calc(91.6666666667% + 1.875rem / 2);
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-offset-0 {
      margin-left: 0%;
    }
    .grid-margin-x > .large-offset-0 {
      margin-left: calc(0% + 1.875rem / 2);
    }
    .large-offset-1 {
      margin-left: 8.3333333333%;
    }
    .grid-margin-x > .large-offset-1 {
      margin-left: calc(8.3333333333% + 1.875rem / 2);
    }
    .large-offset-2 {
      margin-left: 16.6666666667%;
    }
    .grid-margin-x > .large-offset-2 {
      margin-left: calc(16.6666666667% + 1.875rem / 2);
    }
    .large-offset-3 {
      margin-left: 25%;
    }
    .grid-margin-x > .large-offset-3 {
      margin-left: calc(25% + 1.875rem / 2);
    }
    .large-offset-4 {
      margin-left: 33.3333333333%;
    }
    .grid-margin-x > .large-offset-4 {
      margin-left: calc(33.3333333333% + 1.875rem / 2);
    }
    .large-offset-5 {
      margin-left: 41.6666666667%;
    }
    .grid-margin-x > .large-offset-5 {
      margin-left: calc(41.6666666667% + 1.875rem / 2);
    }
    .large-offset-6 {
      margin-left: 50%;
    }
    .grid-margin-x > .large-offset-6 {
      margin-left: calc(50% + 1.875rem / 2);
    }
    .large-offset-7 {
      margin-left: 58.3333333333%;
    }
    .grid-margin-x > .large-offset-7 {
      margin-left: calc(58.3333333333% + 1.875rem / 2);
    }
    .large-offset-8 {
      margin-left: 66.6666666667%;
    }
    .grid-margin-x > .large-offset-8 {
      margin-left: calc(66.6666666667% + 1.875rem / 2);
    }
    .large-offset-9 {
      margin-left: 75%;
    }
    .grid-margin-x > .large-offset-9 {
      margin-left: calc(75% + 1.875rem / 2);
    }
    .large-offset-10 {
      margin-left: 83.3333333333%;
    }
    .grid-margin-x > .large-offset-10 {
      margin-left: calc(83.3333333333% + 1.875rem / 2);
    }
    .large-offset-11 {
      margin-left: 91.6666666667%;
    }
    .grid-margin-x > .large-offset-11 {
      margin-left: calc(91.6666666667% + 1.875rem / 2);
    }
  }
  .grid-y {
    display: flex;
    flex-flow: column nowrap;
  }
  .grid-y > .cell {
    height: auto;
    max-height: none;
  }
  .grid-y > .auto {
    height: auto;
  }
  .grid-y > .shrink {
    height: auto;
  }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto;
  }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto;
    }
  }
  .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
    flex: 0 0 auto;
  }
  .grid-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-y > .small-3 {
    height: 25%;
  }
  .grid-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-y > .small-6 {
    height: 50%;
  }
  .grid-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-y > .small-9 {
    height: 75%;
  }
  .grid-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-y > .small-12 {
    height: 100%;
  }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0;
      height: auto;
    }
    .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
      flex: 0 0 auto;
    }
    .grid-y > .medium-shrink {
      height: auto;
    }
    .grid-y > .medium-1 {
      height: 8.3333333333%;
    }
    .grid-y > .medium-2 {
      height: 16.6666666667%;
    }
    .grid-y > .medium-3 {
      height: 25%;
    }
    .grid-y > .medium-4 {
      height: 33.3333333333%;
    }
    .grid-y > .medium-5 {
      height: 41.6666666667%;
    }
    .grid-y > .medium-6 {
      height: 50%;
    }
    .grid-y > .medium-7 {
      height: 58.3333333333%;
    }
    .grid-y > .medium-8 {
      height: 66.6666666667%;
    }
    .grid-y > .medium-9 {
      height: 75%;
    }
    .grid-y > .medium-10 {
      height: 83.3333333333%;
    }
    .grid-y > .medium-11 {
      height: 91.6666666667%;
    }
    .grid-y > .medium-12 {
      height: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0;
      height: auto;
    }
    .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
      flex: 0 0 auto;
    }
    .grid-y > .large-shrink {
      height: auto;
    }
    .grid-y > .large-1 {
      height: 8.3333333333%;
    }
    .grid-y > .large-2 {
      height: 16.6666666667%;
    }
    .grid-y > .large-3 {
      height: 25%;
    }
    .grid-y > .large-4 {
      height: 33.3333333333%;
    }
    .grid-y > .large-5 {
      height: 41.6666666667%;
    }
    .grid-y > .large-6 {
      height: 50%;
    }
    .grid-y > .large-7 {
      height: 58.3333333333%;
    }
    .grid-y > .large-8 {
      height: 66.6666666667%;
    }
    .grid-y > .large-9 {
      height: 75%;
    }
    .grid-y > .large-10 {
      height: 83.3333333333%;
    }
    .grid-y > .large-11 {
      height: 91.6666666667%;
    }
    .grid-y > .large-12 {
      height: 100%;
    }
  }
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem;
    }
  }
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
    }
  }
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem;
    }
  }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem;
    }
  }
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto;
    }
    .grid-margin-y > .shrink {
      height: auto;
    }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem);
    }
    .grid-margin-y > .medium-auto {
      height: auto;
    }
    .grid-margin-y > .medium-shrink {
      height: auto;
    }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto;
    }
    .grid-margin-y > .large-shrink {
      height: auto;
    }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem);
    }
  }
  .grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .grid-frame {
    width: 100%;
  }
  .cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  @media print, screen and (min-width: 40em) {
    .medium-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100vw;
    }
    .cell .medium-grid-frame {
      width: 100%;
    }
    .medium-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .medium-cell-block-container {
      display: flex;
      flex-direction: column;
      max-height: 100%;
    }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap;
    }
    .medium-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      min-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100vw;
    }
    .cell .large-grid-frame {
      width: 100%;
    }
    .large-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .large-cell-block-container {
      display: flex;
      flex-direction: column;
      max-height: 100%;
    }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap;
    }
    .large-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      min-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  }
  .grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
  @media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      height: 100vh;
      width: auto;
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
      align-items: stretch;
      height: 100vh;
      width: auto;
    }
  }
  .cell .grid-y.grid-frame {
    height: 100%;
  }
  @media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
      height: 100%;
    }
  }
  @media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
      height: 100%;
    }
  }
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem;
    }
  }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem;
    }
  }
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto;
    }
    .grid-margin-y > .shrink {
      height: auto;
    }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem);
    }
    .grid-margin-y > .medium-auto {
      height: auto;
    }
    .grid-margin-y > .medium-shrink {
      height: auto;
    }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto;
    }
    .grid-margin-y > .large-shrink {
      height: auto;
    }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem);
    }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem);
    }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem);
    }
  }
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem);
    }
  }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
      height: calc(100vh + 1.875rem);
    }
  }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
      height: calc(100vh + 1.875rem);
    }
  }
  .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    padding: 0.85em 1em;
  }
  [data-whatinput=mouse] .button {
    outline: 0;
  }
  .button.tiny {
    font-size: 0.6rem;
  }
  .button.small {
    font-size: 0.75rem;
  }
  .button.large {
    font-size: 1.25rem;
  }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #1c3738;
    color: #fefefe;
  }
  .button:hover, .button:focus {
    background-color: rgb(23.8, 46.75, 47.6);
    color: #fefefe;
  }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #1c3738;
    color: #fefefe;
  }
  .button.primary:hover, .button.primary:focus {
    background-color: rgb(22.4, 44, 44.8);
    color: #fefefe;
  }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #4d4847;
    color: #fefefe;
  }
  .button.secondary:hover, .button.secondary:focus {
    background-color: rgb(61.6, 57.6, 56.8);
    color: #fefefe;
  }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a;
  }
  .button.success:hover, .button.success:focus {
    background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
    color: #0a0a0a;
  }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a;
  }
  .button.warning:hover, .button.warning:focus {
    background-color: rgb(204, 139.2, 0);
    color: #0a0a0a;
  }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe;
  }
  .button.alert:hover, .button.alert:focus {
    background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
    color: #fefefe;
  }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent;
  }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #1c3738;
    color: #1c3738;
  }
  .button.hollow:hover, .button.hollow:focus {
    border-color: rgb(14, 27.5, 28);
    color: rgb(14, 27.5, 28);
  }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #1c3738;
    color: #1c3738;
  }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: rgb(14, 27.5, 28);
    color: rgb(14, 27.5, 28);
  }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #4d4847;
    color: #4d4847;
  }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: rgb(38.5, 36, 35.5);
    color: rgb(38.5, 36, 35.5);
  }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76;
  }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
    color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00;
  }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: rgb(127.5, 87, 0);
    color: rgb(127.5, 87, 0);
  }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37;
  }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
    color: rgb(103.187250996, 36.6314741036, 26.312749004);
  }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent;
  }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #1c3738;
  }
  .button.clear:hover, .button.clear:focus {
    color: rgb(14, 27.5, 28);
  }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #1c3738;
  }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: rgb(14, 27.5, 28);
  }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #4d4847;
  }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: rgb(38.5, 36, 35.5);
  }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76;
  }
  .button.clear.success:hover, .button.clear.success:focus {
    color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00;
  }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: rgb(127.5, 87, 0);
  }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37;
  }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: rgb(103.187250996, 36.6314741036, 26.312749004);
  }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
  }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em;
    content: "";
    border-bottom-width: 0;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1c3738;
  }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1c3738;
  }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #4d4847;
  }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76;
  }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00;
  }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37;
  }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
  }
  a.button:hover, a.button:focus {
    text-decoration: none;
  }
  .button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-grow: 1;
  }
  .button-group::before, .button-group::after {
    display: none;
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .button-group::after {
    clear: both;
  }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto;
  }
  .button-group .button:last-child {
    margin-right: 0;
  }
  .button-group.tiny .button {
    font-size: 0.6rem;
  }
  .button-group.small .button {
    font-size: 0.75rem;
  }
  .button-group.large .button {
    font-size: 1.25rem;
  }
  .button-group.expanded .button {
    flex: 1 1 0px;
  }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
    background-color: #1c3738;
    color: #fefefe;
  }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: rgb(22.4, 44, 44.8);
    color: #fefefe;
  }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
    background-color: #4d4847;
    color: #fefefe;
  }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: rgb(61.6, 57.6, 56.8);
    color: #fefefe;
  }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a;
  }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
    color: #0a0a0a;
  }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a;
  }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: rgb(204, 139.2, 0);
    color: #0a0a0a;
  }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe;
  }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
    color: #fefefe;
  }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent;
  }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #1c3738;
    color: #1c3738;
  }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: rgb(14, 27.5, 28);
    color: rgb(14, 27.5, 28);
  }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #1c3738;
    color: #1c3738;
  }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: rgb(14, 27.5, 28);
    color: rgb(14, 27.5, 28);
  }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #4d4847;
    color: #4d4847;
  }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: rgb(38.5, 36, 35.5);
    color: rgb(38.5, 36, 35.5);
  }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76;
  }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
    color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00;
  }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: rgb(127.5, 87, 0);
    color: rgb(127.5, 87, 0);
  }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37;
  }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
    color: rgb(103.187250996, 36.6314741036, 26.312749004);
  }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent;
  }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #1c3738;
  }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: rgb(14, 27.5, 28);
  }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #1c3738;
  }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: rgb(14, 27.5, 28);
  }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #4d4847;
  }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: rgb(38.5, 36, 35.5);
  }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76;
  }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00;
  }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: rgb(127.5, 87, 0);
  }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37;
  }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: rgb(103.187250996, 36.6314741036, 26.312749004);
  }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem;
  }
  .button-group.no-gaps .button + .button {
    border-left-color: transparent;
  }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap;
  }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    flex: 0 0 100%;
  }
  .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0;
  }
  .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
    flex: 1 1 0px;
  }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0;
    }
  }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0;
    }
  }
  @media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block;
    }
    .button-group.stacked-for-small.expanded .button {
      display: block;
      margin-right: 0;
    }
  }
  @media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block;
    }
    .button-group.stacked-for-medium.expanded .button {
      display: block;
      margin-right: 0;
    }
  }
  .close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer;
  }
  [data-whatinput=mouse] .close-button {
    outline: 0;
  }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a;
  }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
  }
  .close-button.medium, .close-button {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
  }
  .label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 8px;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1c3738;
    color: #fefefe;
  }
  .label.primary {
    background: #1c3738;
    color: #fefefe;
  }
  .label.secondary {
    background: #4d4847;
    color: #fefefe;
  }
  .label.success {
    background: #3adb76;
    color: #0a0a0a;
  }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a;
  }
  .label.alert {
    background: #cc4b37;
    color: #fefefe;
  }
  .progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    background-color: #cacaca;
  }
  .progress.primary .progress-meter {
    background-color: #1c3738;
  }
  .progress.secondary .progress-meter {
    background-color: #4d4847;
  }
  .progress.success .progress-meter {
    background-color: #3adb76;
  }
  .progress.warning .progress-meter {
    background-color: #ffae00;
  }
  .progress.alert .progress-meter {
    background-color: #cc4b37;
  }
  .progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #1c3738;
    border-radius: 8px;
  }
  .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap;
    border-radius: 8px;
  }
  .slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    touch-action: none;
  }
  .slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
  }
  .slider-fill.is-dragging {
    transition: all 0s linear;
  }
  .slider-handle {
    left: 0;
    z-index: 1;
    cursor: grab;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 8px;
    background-color: #1c3738;
    transition: all 0.2s ease-in-out;
    touch-action: manipulation;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  [data-whatinput=mouse] .slider-handle {
    outline: 0;
  }
  .slider-handle:hover {
    background-color: rgb(23.8, 46.75, 47.6);
  }
  .slider-handle.is-dragging {
    transition: all 0s linear;
    cursor: grabbing;
  }
  .slider.disabled,
  .slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
  }
  .slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scale(1, -1);
  }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
  }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%);
  }
  .switch {
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fefefe;
    -webkit-user-select: none;
            user-select: none;
    height: 2rem;
  }
  .switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
  }
  .switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 8px;
    background: #cacaca;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
  }
  input + .switch-paddle {
    margin: 0;
  }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 8px;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: "";
  }
  input:checked ~ .switch-paddle {
    background: #1c3738;
  }
  input:checked ~ .switch-paddle::after {
    left: 2.25rem;
  }
  input:focus-visible ~ .switch-paddle {
    background: rgb(181.8, 181.8, 181.8);
  }
  input:focus-visible ~ .switch-paddle::after {
    background: #fefefe;
  }
  input:checked:focus-visible ~ .switch-paddle {
    background: rgb(19.55, 102.85, 158.1);
  }
  input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5;
  }
  [data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0;
  }
  .switch-inactive, .switch-active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .switch-active {
    left: 8%;
    display: none;
  }
  input:checked + label > .switch-active {
    display: block;
  }
  .switch-inactive {
    right: 15%;
  }
  input:checked + label > .switch-inactive {
    display: none;
  }
  .switch.tiny {
    height: 1.5rem;
  }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
  }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
  }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem;
  }
  .switch.small {
    height: 1.75rem;
  }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
  }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem;
  }
  .switch.large {
    height: 2.5rem;
  }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem;
  }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 8px;
  }
  thead,
  tbody,
  tfoot {
    border: 1px solid rgb(241.3, 241.3, 241.3);
    background-color: #fefefe;
  }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
  }
  thead {
    background: rgb(247.65, 247.65, 247.65);
    color: #0a0a0a;
  }
  tfoot {
    background: rgb(241.3, 241.3, 241.3);
    color: #0a0a0a;
  }
  thead tr,
  tfoot tr {
    background: transparent;
  }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
  }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
  }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgb(241.3, 241.3, 241.3);
  }
  table.unstriped tbody {
    background-color: #fefefe;
  }
  table.unstriped tbody tr {
    border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
    background-color: #fefefe;
  }
  @media print, screen and (max-width: 63.99875em) {
    table.stack thead {
      display: none;
    }
    table.stack tfoot {
      display: none;
    }
    table.stack tr,
    table.stack th,
    table.stack td {
      display: block;
    }
    table.stack td {
      border-top: 0;
    }
  }
  table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  table.hover thead tr:hover {
    background-color: rgb(242.55, 242.55, 242.55);
  }
  table.hover tfoot tr:hover {
    background-color: rgb(236.2, 236.2, 236.2);
  }
  table.hover tbody tr:hover {
    background-color: rgb(248.9, 248.9, 248.9);
  }
  table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: rgb(236.15, 236.15, 236.15);
  }
  .table-scroll {
    overflow-x: auto;
  }
  .badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #1c3738;
    color: #fefefe;
  }
  .badge.primary {
    background: #1c3738;
    color: #fefefe;
  }
  .badge.secondary {
    background: #4d4847;
    color: #fefefe;
  }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a;
  }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a;
  }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe;
  }
  .breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none;
  }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .breadcrumbs::after {
    clear: both;
  }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase;
  }
  .breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: ">";
    color: #cacaca;
  }
  .breadcrumbs a {
    color: #1c3738;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
  }
  .callout {
    background-color: rgb(254.85, 254.85, 254.85);
    color: #0a0a0a;
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 8px;
  }
  .callout > :first-child {
    margin-top: 0;
  }
  .callout > :last-child {
    margin-bottom: 0;
  }
  .callout.primary {
    background-color: rgb(212.4, 232.9392857143, 233.7);
    color: #0a0a0a;
  }
  .callout.secondary {
    background-color: rgb(228.9506756757, 227.1162162162, 226.7493243243);
    color: #0a0a0a;
  }
  .callout.success {
    background-color: rgb(225.45, 249.6, 234.45);
    color: #0a0a0a;
  }
  .callout.warning {
    background-color: rgb(255, 242.85, 216.75);
    color: #0a0a0a;
  }
  .callout.alert {
    background-color: rgb(247.35, 228, 225);
    color: #0a0a0a;
  }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }
  .card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
  }
  .card > :last-child {
    margin-bottom: 0;
  }
  .card-divider {
    display: flex;
    flex: 0 1 auto;
    padding: 1rem;
    background: #fefefe;
  }
  .card-divider > :last-child {
    margin-bottom: 0;
  }
  .card-section {
    flex: 1 0 auto;
    padding: 1rem;
  }
  .card-section > :last-child {
    margin-bottom: 0;
  }
  .card-image {
    min-height: 1px;
  }
  .dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background-color: #fefefe;
    font-size: 1rem;
  }
  .dropdown-pane.is-opening {
    display: block;
  }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible;
  }
  .dropdown-pane.tiny {
    width: 100px;
  }
  .dropdown-pane.small {
    width: 200px;
  }
  .dropdown-pane.large {
    width: 400px;
  }
  .pagination {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .pagination::before, .pagination::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .pagination::after {
    clear: both;
  }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 8px;
    font-size: 0.875rem;
    display: none;
  }
  .pagination li:last-child, .pagination li:first-child {
    display: inline-block;
  }
  @media print, screen and (min-width: 40em) {
    .pagination li {
      display: inline-block;
    }
  }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 8px;
    color: #0a0a0a;
  }
  .pagination a:hover,
  .pagination button:hover {
    background: #e6e6e6;
  }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1c3738;
    color: #fefefe;
    cursor: default;
  }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
  }
  .pagination .disabled:hover {
    background: transparent;
  }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: "…";
    color: #0a0a0a;
  }
  .pagination-previous a::before,
  .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "«";
  }
  .pagination-next a::after,
  .pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "»";
  }
  .has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    cursor: help;
  }
  .tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 8px;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe;
  }
  .tooltip::before {
    position: absolute;
  }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: "";
    border-top-width: 0;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%;
  }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: "";
    border-bottom-width: 0;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto;
  }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%;
  }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: "";
    border-left-width: 0;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto;
  }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%;
  }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto;
  }
  .tooltip.align-left::before {
    left: 10%;
    right: auto;
  }
  .tooltip.align-right::before {
    left: auto;
    right: 10%;
  }
  .accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
  }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed;
  }
  .accordion-item:first-child > :first-child {
    border-radius: 8px 8px 0 0;
  }
  .accordion-item:last-child > :last-child {
    border-radius: 0 0 8px 8px;
  }
  .accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1c3738;
  }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 8px 8px;
  }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6;
  }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
  }
  .is-active > .accordion-title::before {
    content: "–";
  }
  .accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
  }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .media-object {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
  }
  .media-object img {
    max-width: none;
  }
  @media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
      flex-wrap: wrap;
    }
  }
  .media-object-section {
    flex: 0 1 auto;
  }
  .media-object-section:first-child {
    padding-right: 1rem;
  }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
  }
  .media-object-section > :last-child {
    margin-bottom: 0;
  }
  @media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%;
    }
    .stack-for-small .media-object-section img {
      width: 100%;
    }
  }
  .media-object-section.main-section {
    flex: 1 1 0px;
  }
  .orbit {
    position: relative;
  }
  .orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
  }
  .orbit-slide {
    width: 100%;
    position: absolute;
  }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
  }
  .orbit-figure {
    margin: 0;
  }
  .orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
  }
  .orbit-next, .orbit-previous {
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  [data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
    outline: 0;
  }
  .orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
    background-color: rgba(10, 10, 10, 0.5);
  }
  .orbit-previous {
    left: 0;
  }
  .orbit-next {
    left: auto;
    right: 0;
  }
  .orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
  }
  [data-whatinput=mouse] .orbit-bullets {
    outline: 0;
  }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca;
  }
  .orbit-bullets button:hover {
    background-color: #8a8a8a;
  }
  .orbit-bullets button.is-active {
    background-color: #8a8a8a;
  }
  .responsive-embed,
  .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
  }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%;
  }
  .tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none;
  }
  .tabs::before, .tabs::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .tabs::after {
    clear: both;
  }
  .tabs.vertical > li {
    display: block;
    float: none;
    width: auto;
  }
  .tabs.simple > li > a {
    padding: 0;
  }
  .tabs.simple > li > a:hover {
    background: transparent;
  }
  .tabs.primary {
    background: #1c3738;
  }
  .tabs.primary > li > a {
    color: #fefefe;
  }
  .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: rgb(35.1, 68.9464285714, 70.2);
  }
  .tabs-title {
    float: left;
  }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1c3738;
  }
  [data-whatinput=mouse] .tabs-title > a {
    outline: 0;
  }
  .tabs-title > a:hover {
    background: #fefefe;
    color: rgb(24.08, 47.3, 48.16);
  }
  .tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #e6e6e6;
    color: #1c3738;
  }
  .tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    transition: all 0.5s ease;
  }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
  }
  .tabs-panel {
    display: none;
    padding: 1rem;
  }
  .tabs-panel.is-active {
    display: block;
  }
  .thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
  }
  a.thumbnail {
    transition: box-shadow 200ms ease-out;
  }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(28, 55, 56, 0.5);
  }
  a.thumbnail image {
    box-shadow: none;
  }
  .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  [data-whatinput=mouse] .menu li {
    outline: 0;
  }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
  }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0;
  }
  .menu input {
    display: inline-block;
  }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.vertical.icon-top li a img,
  .menu.vertical.icon-top li a i,
  .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
  .menu.vertical.icon-bottom li a i,
  .menu.vertical.icon-bottom li a svg {
    text-align: left;
  }
  .menu.expanded li {
    flex: 1 1 0px;
  }
  .menu.expanded.icon-top li a img,
  .menu.expanded.icon-top li a i,
  .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
  .menu.expanded.icon-bottom li a i,
  .menu.expanded.icon-bottom li a svg {
    text-align: left;
  }
  .menu.simple {
    align-items: center;
  }
  .menu.simple li + li {
    margin-left: 1rem;
  }
  .menu.simple a {
    padding: 0;
  }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row;
    }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column;
    }
    .menu.medium-expanded li {
      flex: 1 1 0px;
    }
    .menu.medium-simple li {
      flex: 1 1 0px;
    }
  }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row;
    }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column;
    }
    .menu.large-expanded li {
      flex: 1 1 0px;
    }
    .menu.large-simple li {
      flex: 1 1 0px;
    }
  }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem;
  }
  .menu.icons a {
    display: flex;
  }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex;
  }
  .menu.icon-left li a, .menu.nested.icon-left li a {
    flex-flow: row nowrap;
  }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg, .menu.nested.icon-left li a img,
  .menu.nested.icon-left li a i,
  .menu.nested.icon-left li a svg {
    margin-right: 0.25rem;
  }
  .menu.icon-right li a, .menu.nested.icon-right li a {
    flex-flow: row nowrap;
  }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg, .menu.nested.icon-right li a img,
  .menu.nested.icon-right li a i,
  .menu.nested.icon-right li a svg {
    margin-left: 0.25rem;
  }
  .menu.icon-top li a, .menu.nested.icon-top li a {
    flex-flow: column nowrap;
  }
  .menu.icon-top li a img,
  .menu.icon-top li a i,
  .menu.icon-top li a svg, .menu.nested.icon-top li a img,
  .menu.nested.icon-top li a i,
  .menu.nested.icon-top li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
  }
  .menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    flex-flow: column nowrap;
  }
  .menu.icon-bottom li a img,
  .menu.icon-bottom li a i,
  .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
  .menu.nested.icon-bottom li a i,
  .menu.nested.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
  }
  .menu .is-active > a {
    background: #1c3738;
    color: #fefefe;
  }
  .menu .active > a {
    background: #1c3738;
    color: #fefefe;
  }
  .menu.align-left {
    justify-content: flex-start;
  }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end;
  }
  .menu.align-right li .submenu li {
    justify-content: flex-start;
  }
  .menu.align-right.vertical li {
    display: block;
    text-align: right;
  }
  .menu.align-right.vertical li .submenu li {
    text-align: right;
  }
  .menu.align-right.icon-top li a img,
  .menu.align-right.icon-top li a i,
  .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
  .menu.align-right.icon-bottom li a i,
  .menu.align-right.icon-bottom li a svg {
    text-align: right;
  }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
  }
  .menu.align-center li {
    display: flex;
    justify-content: center;
  }
  .menu.align-center li .submenu li {
    justify-content: flex-start;
  }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
  }
  .menu-centered > .menu {
    justify-content: center;
  }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center;
  }
  .menu-centered > .menu li .submenu li {
    justify-content: flex-start;
  }
  .no-js [data-responsive-menu] ul {
    display: none;
  }
  .menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
  }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: "";
  }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  }
  .menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
  }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: "";
  }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  }
  .accordion-menu li {
    width: 100%;
  }
  .accordion-menu a {
    padding: 0.7rem 1rem;
  }
  .accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem;
  }
  .accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem;
  }
  .accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0;
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative;
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1c3738 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
  }
  .accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    right: 1rem;
    left: auto;
  }
  .accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem;
  }
  .accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
  }
  .is-accordion-submenu-parent {
    position: relative;
  }
  .has-submenu-toggle > a {
    margin-right: 40px;
  }
  .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1c3738 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .submenu-toggle[aria-expanded=true]::after {
    transform: scaleY(-1);
    transform-origin: 50% 50%;
  }
  .submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .is-drilldown {
    position: relative;
    overflow: hidden;
  }
  .is-drilldown li {
    display: block;
  }
  .is-drilldown.animate-height {
    transition: height 0.5s;
  }
  .drilldown a {
    padding: 0.7rem 1rem;
    background: #fefefe;
  }
  .drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: transform 0.15s linear;
  }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%);
  }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%);
  }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem;
  }
  .drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0;
  }
  .drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
  }
  .drilldown .is-drilldown-submenu-parent > a {
    position: relative;
  }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1c3738;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
  }
  .drilldown.align-left .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1c3738;
    right: 1rem;
    left: auto;
  }
  .drilldown.align-right .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1c3738 transparent transparent;
    right: auto;
    left: 1rem;
  }
  .drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1c3738 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
  }
  .dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1c3738 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  [data-whatinput=mouse] .dropdown.menu a {
    outline: 0;
  }
  .dropdown.menu > li > a {
    padding: 0.7rem 1rem;
  }
  .dropdown.menu > li.is-active > a {
    background: transparent;
    color: #1c3738;
  }
  .no-js .dropdown.menu ul {
    display: none;
  }
  .dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
  }
  .dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1c3738 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1c3738;
  }
  @media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
      top: 100%;
      right: auto;
      left: 0;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
      position: relative;
      padding-right: 1.5rem;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px;
      content: "";
      border-bottom-width: 0;
      border-color: #1c3738 transparent transparent;
      right: 5px;
      left: auto;
      margin-top: -3px;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
      top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
      top: 0;
      right: 100%;
      left: auto;
    }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 100%;
    }
    .dropdown.menu.medium-vertical > li > a::after {
      right: 14px;
    }
    .dropdown.menu.medium-vertical > li.opens-left > a::after {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px;
      content: "";
      border-left-width: 0;
      border-color: transparent #1c3738 transparent transparent;
      right: auto;
      left: 5px;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a::after {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px;
      content: "";
      border-right-width: 0;
      border-color: transparent transparent transparent #1c3738;
    }
  }
  @media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
      top: 100%;
      right: auto;
      left: 0;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
      position: relative;
      padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px;
      content: "";
      border-bottom-width: 0;
      border-color: #1c3738 transparent transparent;
      right: 5px;
      left: auto;
      margin-top: -3px;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
      top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
      top: 0;
      right: 100%;
      left: auto;
    }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 100%;
    }
    .dropdown.menu.large-vertical > li > a::after {
      right: 14px;
    }
    .dropdown.menu.large-vertical > li.opens-left > a::after {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px;
      content: "";
      border-left-width: 0;
      border-color: transparent #1c3738 transparent transparent;
      right: auto;
      left: 5px;
    }
    .dropdown.menu.large-vertical > li.opens-right > a::after {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px;
      content: "";
      border-right-width: 0;
      border-color: transparent transparent transparent #1c3738;
    }
  }
  .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
  }
  .is-dropdown-menu.vertical {
    width: 100px;
  }
  .is-dropdown-menu.vertical.align-right {
    float: right;
  }
  .is-dropdown-submenu-parent {
    position: relative;
  }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
  }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
  }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe;
  }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
  }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
  }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1c3738 transparent transparent;
    right: auto;
    left: 5px;
  }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1c3738;
  }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
  }
  .is-dropdown-submenu > li {
    width: 100%;
  }
  .is-dropdown-submenu.js-dropdown-active {
    display: block;
  }
  .is-off-canvas-open {
    overflow: hidden;
  }
  .js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(254, 254, 254, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer;
  }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
  }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
  }
  .off-canvas-wrapper {
    position: relative;
    overflow: hidden;
  }
  .off-canvas {
    z-index: 12;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
    background: #e6e6e6;
    position: fixed;
  }
  [data-whatinput=mouse] .off-canvas {
    outline: 0;
  }
  .off-canvas.is-transition-push {
    z-index: 12;
  }
  .off-canvas.is-closed {
    visibility: hidden;
  }
  .off-canvas.is-transition-overlap {
    z-index: 13;
  }
  .off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  }
  .off-canvas.is-open {
    transform: translate(0, 0);
  }
  .off-canvas-absolute {
    z-index: 12;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
    background: #e6e6e6;
    position: absolute;
  }
  [data-whatinput=mouse] .off-canvas-absolute {
    outline: 0;
  }
  .off-canvas-absolute.is-transition-push {
    z-index: 12;
  }
  .off-canvas-absolute.is-closed {
    visibility: hidden;
  }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13;
  }
  .off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0);
  }
  .position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 250px;
    transform: translateX(-250px);
  }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px);
  }
  .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0, 0);
  }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px);
  }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  }
  .position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 250px;
    transform: translateX(250px);
  }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px);
  }
  .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    transform: translate(0, 0);
  }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px);
  }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  }
  .position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px;
    transform: translateY(-250px);
  }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px);
  }
  .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    transform: translate(0, 0);
  }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px);
  }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  }
  .position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px;
    transform: translateY(250px);
  }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px);
  }
  .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    transform: translate(0, 0);
  }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px);
  }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
  }
  .off-canvas-content {
    transform: none;
    backface-visibility: hidden;
  }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: transform 0.5s ease;
  }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0);
  }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0);
  }
  @media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
      transform: none;
      z-index: 12;
      transition: none;
      visibility: visible;
    }
    .position-left.reveal-for-medium .close-button {
      display: none;
    }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none;
    }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px;
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px;
    }
    .position-right.reveal-for-medium {
      transform: none;
      z-index: 12;
      transition: none;
      visibility: visible;
    }
    .position-right.reveal-for-medium .close-button {
      display: none;
    }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none;
    }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px;
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px;
    }
    .position-top.reveal-for-medium {
      transform: none;
      z-index: 12;
      transition: none;
      visibility: visible;
    }
    .position-top.reveal-for-medium .close-button {
      display: none;
    }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none;
    }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px;
    }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
      transform: none;
      z-index: 12;
      transition: none;
      visibility: visible;
    }
    .position-bottom.reveal-for-medium .close-button {
      display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px;
    }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px;
    }
  }
  @media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
      transform: none;
      z-index: 12;
      transition: none;
      visibility: visible;
    }
    .position-left.reveal-for-large .close-button {
      display: none;
    }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none;
    }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px;
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px;
    }
    .position-right.reveal-for-large {
      transform: none;
      z-index: 12;
      transition: none;
      visibility: visible;
    }
    .position-right.reveal-for-large .close-button {
      display: none;
    }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none;
    }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px;
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px;
    }
    .position-top.reveal-for-large {
      transform: none;
      z-index: 12;
      transition: none;
      visibility: visible;
    }
    .position-top.reveal-for-large .close-button {
      display: none;
    }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none;
    }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px;
    }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
      transform: none;
      z-index: 12;
      transition: none;
      visibility: visible;
    }
    .position-bottom.reveal-for-large .close-button {
      display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none;
    }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px;
    }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px;
    }
  }
  @media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
      visibility: visible;
      height: auto;
      position: static;
      background: none;
      width: auto;
      overflow: visible;
      transition: none;
    }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none;
    }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none;
    }
  }
  @media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
      visibility: visible;
      height: auto;
      position: static;
      background: none;
      width: auto;
      overflow: visible;
      transition: none;
    }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none;
    }
    .off-canvas.in-canvas-for-large .close-button {
      display: none;
    }
  }
  html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
  }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  html.is-reveal-open body {
    overflow-y: hidden;
  }
  .reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .reveal {
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1006;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background-color: #fefefe;
  }
  [data-whatinput=mouse] .reveal {
    outline: 0;
  }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0;
    }
  }
  .reveal .column {
    min-width: 0;
  }
  .reveal > :last-child {
    margin-bottom: 0;
  }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem;
    }
  }
  .reveal.collapse {
    padding: 0;
  }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem;
    }
    .reveal.small {
      width: 50%;
      max-width: 75rem;
    }
    .reveal.large {
      width: 90%;
      max-width: 75rem;
    }
  }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
  @media print, screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0;
    }
  }
  .reveal.without-overlay {
    position: fixed;
  }
  .sticky-container {
    position: relative;
  }
  .sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0);
  }
  .sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;
  }
  .sticky.is-stuck.is-at-top {
    top: 0;
  }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0;
  }
  .sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
  }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0;
  }
  .title-bar {
    padding: 0.5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .title-bar-left,
  .title-bar-right {
    flex: 1 1 0px;
  }
  .title-bar-right {
    text-align: right;
  }
  .title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
  }
  .top-bar {
    padding: 0.5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .top-bar,
  .top-bar ul {
    background-color: #fefefe;
  }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem;
  }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
  }
  .top-bar input.button {
    width: auto;
  }
  .top-bar {
    flex-wrap: wrap;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
      flex: 1 1 auto;
      margin-right: auto;
    }
    .top-bar .top-bar-right {
      flex: 0 1 auto;
      margin-left: auto;
    }
  }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .top-bar-title {
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
  }
  .top-bar-left,
  .top-bar-right {
    flex: 0 0 auto;
  }
  .float-left {
    float: left !important;
  }
  .float-right {
    float: right !important;
  }
  .float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .clearfix::before, .clearfix::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .clearfix::after {
    clear: both;
  }
  .align-left {
    justify-content: flex-start;
  }
  .align-right {
    justify-content: flex-end;
  }
  .align-center {
    justify-content: center;
  }
  .align-justify {
    justify-content: space-between;
  }
  .align-spaced {
    justify-content: space-around;
  }
  .align-left.vertical.menu > li > a {
    justify-content: flex-start;
  }
  .align-right.vertical.menu > li > a {
    justify-content: flex-end;
  }
  .align-center.vertical.menu > li > a {
    justify-content: center;
  }
  .align-top {
    align-items: flex-start;
  }
  .align-self-top {
    align-self: flex-start;
  }
  .align-bottom {
    align-items: flex-end;
  }
  .align-self-bottom {
    align-self: flex-end;
  }
  .align-middle {
    align-items: center;
  }
  .align-self-middle {
    align-self: center;
  }
  .align-stretch {
    align-items: stretch;
  }
  .align-self-stretch {
    align-self: stretch;
  }
  .align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .small-order-1 {
    order: 1;
  }
  .small-order-2 {
    order: 2;
  }
  .small-order-3 {
    order: 3;
  }
  .small-order-4 {
    order: 4;
  }
  .small-order-5 {
    order: 5;
  }
  .small-order-6 {
    order: 6;
  }
  @media print, screen and (min-width: 40em) {
    .medium-order-1 {
      order: 1;
    }
    .medium-order-2 {
      order: 2;
    }
    .medium-order-3 {
      order: 3;
    }
    .medium-order-4 {
      order: 4;
    }
    .medium-order-5 {
      order: 5;
    }
    .medium-order-6 {
      order: 6;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-order-1 {
      order: 1;
    }
    .large-order-2 {
      order: 2;
    }
    .large-order-3 {
      order: 3;
    }
    .large-order-4 {
      order: 4;
    }
    .large-order-5 {
      order: 5;
    }
    .large-order-6 {
      order: 6;
    }
  }
  .flex-container {
    display: flex;
  }
  .flex-child-auto {
    flex: 1 1 auto;
  }
  .flex-child-grow {
    flex: 1 0 auto;
  }
  .flex-child-shrink {
    flex: 0 1 auto;
  }
  .flex-dir-row {
    flex-direction: row;
  }
  .flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-dir-column {
    flex-direction: column;
  }
  .flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
  @media print, screen and (min-width: 40em) {
    .medium-flex-container {
      display: flex;
    }
    .medium-flex-child-auto {
      flex: 1 1 auto;
    }
    .medium-flex-child-grow {
      flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
      flex: 0 1 auto;
    }
    .medium-flex-dir-row {
      flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
      flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
      flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
      flex-direction: column-reverse;
    }
  }
  @media print, screen and (min-width: 64em) {
    .large-flex-container {
      display: flex;
    }
    .large-flex-child-auto {
      flex: 1 1 auto;
    }
    .large-flex-child-grow {
      flex: 1 0 auto;
    }
    .large-flex-child-shrink {
      flex: 0 1 auto;
    }
    .large-flex-dir-row {
      flex-direction: row;
    }
    .large-flex-dir-row-reverse {
      flex-direction: row-reverse;
    }
    .large-flex-dir-column {
      flex-direction: column;
    }
    .large-flex-dir-column-reverse {
      flex-direction: column-reverse;
    }
  }
  .hide {
    display: none !important;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  @media print, screen and (max-width: 39.99875em) {
    .hide-for-small-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
      display: none !important;
    }
  }
  @media print, screen and (min-width: 40em) {
    .hide-for-medium {
      display: none !important;
    }
  }
  @media screen and (max-width: 39.99875em) {
    .show-for-medium {
      display: none !important;
    }
  }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
      display: none !important;
    }
  }
  @media print, screen and (min-width: 64em) {
    .hide-for-large {
      display: none !important;
    }
  }
  @media screen and (max-width: 63.99875em) {
    .show-for-large {
      display: none !important;
    }
  }
  @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
      display: none !important;
    }
  }
  .show-for-sr,
  .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important;
    }
  }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important;
    }
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important;
    }
  }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important;
    }
  }
  .show-for-dark-mode {
    display: none;
  }
  .hide-for-dark-mode {
    display: block;
  }
  @media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
      display: block !important;
    }
    .hide-for-dark-mode {
      display: none !important;
    }
  }
  .show-for-ie {
    display: none;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .show-for-ie {
      display: block !important;
    }
    .hide-for-ie {
      display: none !important;
    }
  }
  .show-for-sticky {
    display: none;
  }
  .is-stuck .show-for-sticky {
    display: block;
  }
  .is-stuck .hide-for-sticky {
    display: none;
  }
  .text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .text-nowrap {
    white-space: nowrap !important;
  }
  .text-wrap {
    word-wrap: break-word !important;
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .text-capitalize {
    text-transform: capitalize !important;
  }
  .text-overline {
    text-decoration: overline !important;
  }
  .text-underline {
    text-decoration: underline !important;
  }
  .text-line-through {
    text-decoration: line-through !important;
  }
  .font-wide {
    letter-spacing: 0.25rem;
  }
  .font-normal {
    font-weight: normal;
  }
  .font-bold {
    font-weight: bold;
  }
  .font-italic {
    font-style: italic !important;
  }
  ul.list-disc {
    list-style-type: disc !important;
  }
  ul.list-circle {
    list-style-type: circle !important;
  }
  ul.list-square {
    list-style-type: square !important;
  }
  ol.list-decimal {
    list-style-type: decimal !important;
  }
  ol.list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.list-upper-roman {
    list-style-type: upper-roman !important;
  }
  .rounded {
    border-radius: 5000px !important;
  }
  .rounded .switch-paddle {
    border-radius: 5000px !important;
  }
  .rounded .switch-paddle:after {
    border-radius: 50%;
  }
  .radius {
    border-radius: 0.1875rem;
  }
  .bordered {
    border: 0.0625rem solid #cacaca;
  }
  .shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .arrow-down {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4375rem;
    content: "";
    border-bottom-width: 0;
    border-color: #0a0a0a transparent transparent;
  }
  .arrow-up {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4375rem;
    content: "";
    border-top-width: 0;
    border-color: transparent transparent #0a0a0a;
  }
  .arrow-right {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4375rem;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0a0a0a;
  }
  .arrow-left {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4375rem;
    content: "";
    border-left-width: 0;
    border-color: transparent #0a0a0a transparent transparent;
  }
  .separator-center {
    text-align: center !important;
  }
  .separator-center::before, .separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .separator-center::after {
    clear: both;
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1c3738;
    margin: 1rem auto 0;
  }
  .separator-left {
    text-align: left !important;
  }
  .separator-left::before, .separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .separator-left::after {
    clear: both;
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1c3738;
    margin: 1rem auto 0;
    margin-left: 0 !important;
  }
  .separator-right {
    text-align: right !important;
  }
  .separator-right::before, .separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .separator-right::after {
    clear: both;
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1c3738;
    margin: 1rem auto 0;
    margin-right: 0 !important;
  }
  .overflow-visible {
    overflow: visible !important;
  }
  .overflow-x-visible {
    overflow-x: visible !important;
  }
  .overflow-y-visible {
    overflow-y: visible !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .display-inline {
    display: inline !important;
  }
  .display-inline-block {
    display: inline-block !important;
  }
  .display-block {
    display: block !important;
  }
  .display-table {
    display: table !important;
  }
  .display-table-cell {
    display: table-cell !important;
  }
  .position-static {
    position: static !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .border-box {
    box-sizing: border-box !important;
  }
  .border-none {
    border: 0 !important;
  }
  .width-25 {
    width: 25% !important;
  }
  .width-50 {
    width: 50% !important;
  }
  .width-75 {
    width: 75% !important;
  }
  .width-100 {
    width: 100% !important;
  }
  .height-25 {
    height: 25% !important;
  }
  .height-50 {
    height: 50% !important;
  }
  .height-75 {
    height: 75% !important;
  }
  .height-100 {
    height: 100% !important;
  }
  .max-width-100 {
    max-width: 100% !important;
  }
  .max-height-100 {
    max-height: 100% !important;
  }
  .margin-0 {
    margin: 0rem !important;
  }
  .margin-top-0 {
    margin-top: 0rem !important;
  }
  .margin-right-0 {
    margin-right: 0rem !important;
  }
  .margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .margin-left-0 {
    margin-left: 0rem !important;
  }
  .margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .padding-0 {
    padding: 0rem !important;
  }
  .padding-top-0 {
    padding-top: 0rem !important;
  }
  .padding-right-0 {
    padding-right: 0rem !important;
  }
  .padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .padding-left-0 {
    padding-left: 0rem !important;
  }
  .padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .margin-1 {
    margin: 1rem !important;
  }
  .margin-top-1 {
    margin-top: 1rem !important;
  }
  .margin-right-1 {
    margin-right: 1rem !important;
  }
  .margin-bottom-1 {
    margin-bottom: 1rem !important;
  }
  .margin-left-1 {
    margin-left: 1rem !important;
  }
  .margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .padding-1 {
    padding: 1rem !important;
  }
  .padding-top-1 {
    padding-top: 1rem !important;
  }
  .padding-right-1 {
    padding-right: 1rem !important;
  }
  .padding-bottom-1 {
    padding-bottom: 1rem !important;
  }
  .padding-left-1 {
    padding-left: 1rem !important;
  }
  .padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .margin-2 {
    margin: 2rem !important;
  }
  .margin-top-2 {
    margin-top: 2rem !important;
  }
  .margin-right-2 {
    margin-right: 2rem !important;
  }
  .margin-bottom-2 {
    margin-bottom: 2rem !important;
  }
  .margin-left-2 {
    margin-left: 2rem !important;
  }
  .margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .padding-2 {
    padding: 2rem !important;
  }
  .padding-top-2 {
    padding-top: 2rem !important;
  }
  .padding-right-2 {
    padding-right: 2rem !important;
  }
  .padding-bottom-2 {
    padding-bottom: 2rem !important;
  }
  .padding-left-2 {
    padding-left: 2rem !important;
  }
  .padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .margin-3 {
    margin: 3rem !important;
  }
  .margin-top-3 {
    margin-top: 3rem !important;
  }
  .margin-right-3 {
    margin-right: 3rem !important;
  }
  .margin-bottom-3 {
    margin-bottom: 3rem !important;
  }
  .margin-left-3 {
    margin-left: 3rem !important;
  }
  .margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .padding-3 {
    padding: 3rem !important;
  }
  .padding-top-3 {
    padding-top: 3rem !important;
  }
  .padding-right-3 {
    padding-right: 3rem !important;
  }
  .padding-bottom-3 {
    padding-bottom: 3rem !important;
  }
  .padding-left-3 {
    padding-left: 3rem !important;
  }
  .padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  button {
    border: 1px solid transparent;
  }
}
@layer app-styles {
  .ng-touched:not(form, div).ng-invalid {
    border: 2px solid red;
  }
  #my-screen-share-content-video,
  #my-screen-share-content-canvas {
    width: 100%;
    height: auto;
  }
  #users-screen-share-content-canvas {
    width: 100%;
    height: auto;
  }
  #zmmtg-root {
    display: none;
  }
  .reveal-modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .reveal-modal-body {
    backface-visibility: hidden;
    margin: 15% auto;
    padding: 1rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    min-width: 360px;
    max-width: 600px;
  }
  html {
    scroll-behavior: smooth;
  }
}
@layer tailwind-base {
  *, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  ::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  /* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root,
[data-theme]{
    background-color: var(--fallback-b1,oklch(var(--b1)/1));
    color: var(--fallback-bc,oklch(var(--bc)/1));
  }
  @supports not (color: oklch(0% 0 0)){
    :root{
      color-scheme: light;
      --fallback-p: #491eff;
      --fallback-pc: #d4dbff;
      --fallback-s: #ff41c7;
      --fallback-sc: #fff9fc;
      --fallback-a: #00cfbd;
      --fallback-ac: #00100d;
      --fallback-n: #2b3440;
      --fallback-nc: #d7dde4;
      --fallback-b1: #ffffff;
      --fallback-b2: #e5e6e6;
      --fallback-b3: #e5e6e6;
      --fallback-bc: #1f2937;
      --fallback-in: #00b3f0;
      --fallback-inc: #000000;
      --fallback-su: #00ca92;
      --fallback-suc: #000000;
      --fallback-wa: #ffc22d;
      --fallback-wac: #000000;
      --fallback-er: #ff6f70;
      --fallback-erc: #000000;
    }
    @media (prefers-color-scheme: dark){
      :root{
        color-scheme: dark;
        --fallback-p: #7582ff;
        --fallback-pc: #050617;
        --fallback-s: #ff71cf;
        --fallback-sc: #190211;
        --fallback-a: #00c7b5;
        --fallback-ac: #000e0c;
        --fallback-n: #2a323c;
        --fallback-nc: #a6adbb;
        --fallback-b1: #1d232a;
        --fallback-b2: #191e24;
        --fallback-b3: #15191e;
        --fallback-bc: #a6adbb;
        --fallback-in: #00b3f0;
        --fallback-inc: #000000;
        --fallback-su: #00ca92;
        --fallback-suc: #000000;
        --fallback-wa: #ffc22d;
        --fallback-wac: #000000;
        --fallback-er: #ff6f70;
        --fallback-erc: #000000;
      }
    }
  }
  html{
    -webkit-tap-highlight-color: transparent;
  }
  *{
    scrollbar-color: color-mix(in oklch, currentColor 35%, transparent) transparent;
  }
  *:hover{
    scrollbar-color: color-mix(in oklch, currentColor 60%, transparent) transparent;
  }
  :root{
    color-scheme: light;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 89.824% 0.06192 275.75;
    --ac: 15.352% 0.0368 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 49.12% 0.3096 275.75;
    --s: 69.71% 0.329 342.55;
    --sc: 98.71% 0.0106 342.55;
    --a: 76.76% 0.184 183.61;
    --n: 32.1785% 0.02476 255.701624;
    --nc: 89.4994% 0.011585 252.096176;
    --b1: 100% 0 0;
    --b2: 96.1151% 0 0;
    --b3: 92.4169% 0.00108 197.137559;
    --bc: 27.8078% 0.029596 256.847952;
  }
  @media (prefers-color-scheme: dark){
    :root{
      color-scheme: dark;
      --in: 72.06% 0.191 231.6;
      --su: 64.8% 0.150 160;
      --wa: 84.71% 0.199 83.87;
      --er: 71.76% 0.221 22.18;
      --pc: 13.138% 0.0392 275.75;
      --sc: 14.96% 0.052 342.55;
      --ac: 14.902% 0.0334 183.61;
      --inc: 0% 0 0;
      --suc: 0% 0 0;
      --wac: 0% 0 0;
      --erc: 0% 0 0;
      --rounded-box: 1rem;
      --rounded-btn: 0.5rem;
      --rounded-badge: 1.9rem;
      --animation-btn: 0.25s;
      --animation-input: .2s;
      --btn-focus-scale: 0.95;
      --border-btn: 1px;
      --tab-border: 1px;
      --tab-radius: 0.5rem;
      --p: 65.69% 0.196 275.75;
      --s: 74.8% 0.26 342.55;
      --a: 74.51% 0.167 183.61;
      --n: 31.3815% 0.021108 254.139175;
      --nc: 74.6477% 0.0216 264.435964;
      --b1: 25.3267% 0.015896 252.417568;
      --b2: 23.2607% 0.013807 253.100675;
      --b3: 21.1484% 0.01165 254.087939;
      --bc: 74.6477% 0.0216 264.435964;
    }
  }
  [data-theme=light]{
    color-scheme: light;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 89.824% 0.06192 275.75;
    --ac: 15.352% 0.0368 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 49.12% 0.3096 275.75;
    --s: 69.71% 0.329 342.55;
    --sc: 98.71% 0.0106 342.55;
    --a: 76.76% 0.184 183.61;
    --n: 32.1785% 0.02476 255.701624;
    --nc: 89.4994% 0.011585 252.096176;
    --b1: 100% 0 0;
    --b2: 96.1151% 0 0;
    --b3: 92.4169% 0.00108 197.137559;
    --bc: 27.8078% 0.029596 256.847952;
  }
  [data-theme=dark]{
    color-scheme: dark;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 13.138% 0.0392 275.75;
    --sc: 14.96% 0.052 342.55;
    --ac: 14.902% 0.0334 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 65.69% 0.196 275.75;
    --s: 74.8% 0.26 342.55;
    --a: 74.51% 0.167 183.61;
    --n: 31.3815% 0.021108 254.139175;
    --nc: 74.6477% 0.0216 264.435964;
    --b1: 25.3267% 0.015896 252.417568;
    --b2: 23.2607% 0.013807 253.100675;
    --b3: 21.1484% 0.01165 254.087939;
    --bc: 74.6477% 0.0216 264.435964;
  }
  [data-theme=emerald]{
    color-scheme: light;
    --b2: 93% 0 0;
    --b3: 86% 0 0;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 76.6626% 0.135433 153.450024;
    --pc: 33.3872% 0.040618 162.240129;
    --s: 61.3028% 0.202368 261.294233;
    --sc: 100% 0 0;
    --a: 72.7725% 0.149783 33.200363;
    --ac: 0% 0 0;
    --n: 35.5192% 0.032071 262.988584;
    --nc: 98.4625% 0.001706 247.838921;
    --b1: 100% 0 0;
    --bc: 35.5192% 0.032071 262.988584;
    --animation-btn: 0;
    --animation-input: 0;
    --btn-focus-scale: 1;
  }
}
@layer tailwind-utils-and-components {
  .container{
    width: 100%;
  }
  @media (min-width: 640px){
    .container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .container{
      max-width: 1536px;
    }
  }
  .daisy-alert{
    display: grid;
    width: 100%;
    grid-auto-flow: row;
    align-content: flex-start;
    align-items: center;
    justify-items: center;
    gap: 1rem;
    text-align: center;
    border-radius: var(--rounded-box, 1rem);
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    padding: 1rem;
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --alert-bg: var(--fallback-b2,oklch(var(--b2)/1));
    --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
    background-color: var(--alert-bg);
  }
  @media (min-width: 640px){
    .daisy-alert{
      grid-auto-flow: column;
      grid-template-columns: auto minmax(auto,1fr);
      justify-items: start;
      text-align: start;
    }
  }
  .daisy-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
    height: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: fit-content;
    padding-left: 0.563rem;
    padding-right: 0.563rem;
    border-radius: var(--rounded-badge, 1.9rem);
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }
  .daisy-breadcrumbs{
    max-width: 100%;
    overflow-x: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .daisy-breadcrumbs > ul,
  .daisy-breadcrumbs > ol{
    display: flex;
    align-items: center;
    white-space: nowrap;
    min-height: min-content;
  }
  .daisy-breadcrumbs > ul > li, .daisy-breadcrumbs > ol > li{
    display: flex;
    align-items: center;
  }
  .daisy-breadcrumbs > ul > li > a, .daisy-breadcrumbs > ol > li > a{
    display: flex;
    cursor: pointer;
    align-items: center;
  }
  @media (hover:hover){
    .daisy-breadcrumbs > ul > li > a:hover, .daisy-breadcrumbs > ol > li > a:hover{
      text-decoration-line: underline;
    }
    .daisy-label a:hover{
      --tw-text-opacity: 1;
      color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    }
    .daisy-menu li > *:not(ul, .daisy-menu-title, details, .daisy-btn):active,
.daisy-menu li > *:not(ul, .daisy-menu-title, details, .daisy-btn).daisy-active,
.daisy-menu li > details > summary:active{
      --tw-bg-opacity: 1;
      background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
      --tw-text-opacity: 1;
      color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
    }
    .daisy-tab:hover{
      --tw-text-opacity: 1;
    }
    .daisy-tabs-boxed :is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]):hover, .daisy-tabs-boxed :is(input:checked):hover{
      --tw-text-opacity: 1;
      color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
    }
    .daisy-table tr.daisy-hover:hover,
  .daisy-table tr.daisy-hover:nth-child(even):hover{
      --tw-bg-opacity: 1;
      background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    }
  }
  .daisy-btn{
    display: inline-flex;
    height: 3rem;
    min-height: 3rem;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: var(--rounded-btn, 0.5rem);
    border-color: transparent;
    border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1em;
    gap: 0.5rem;
    font-weight: 600;
    text-decoration-line: none;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-width: var(--border-btn, 1px);
    transition-property: color, background-color, border-color, opacity, box-shadow, transform;
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: var(--fallback-bc,oklch(var(--bc)/1));
    background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1;
  }
  .daisy-btn-disabled,
  .daisy-btn[disabled],
  .daisy-btn:disabled{
    pointer-events: none;
  }
  .daisy-btn-circle{
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    padding: 0px;
  }
  :where(.daisy-btn:is(input[type="checkbox"])),
:where(.daisy-btn:is(input[type="radio"])){
    width: auto;
    appearance: none;
  }
  .daisy-btn:is(input[type="checkbox"]):after,
.daisy-btn:is(input[type="radio"]):after{
    --tw-content: attr(aria-label);
    content: var(--tw-content);
  }
  .daisy-card{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: var(--rounded-box, 1rem);
  }
  .daisy-card:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .daisy-card-body{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: var(--padding-card, 2rem);
    gap: 0.5rem;
  }
  .daisy-card-body :where(p){
    flex-grow: 1;
  }
  .daisy-card-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .daisy-card figure{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .daisy-card.daisy-image-full{
    display: grid;
  }
  .daisy-card.daisy-image-full:before{
    position: relative;
    content: "";
    z-index: 10;
    border-radius: var(--rounded-box, 1rem);
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    opacity: 0.75;
  }
  .daisy-card.daisy-image-full:before,
    .daisy-card.daisy-image-full > *{
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .daisy-card.daisy-image-full > figure img{
    height: 100%;
    object-fit: cover;
  }
  .daisy-card.daisy-image-full > .daisy-card-body{
    position: relative;
    z-index: 20;
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }
  .daisy-collapse:not(td):not(tr):not(colgroup){
    visibility: visible;
  }
  .daisy-collapse{
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-rows: max-content 0fr;
    transition: grid-template-rows 0.2s;
    width: 100%;
    border-radius: var(--rounded-box, 1rem);
  }
  .daisy-collapse-title,
.daisy-collapse > input[type="checkbox"],
.daisy-collapse > input[type="radio"],
.daisy-collapse-content{
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .daisy-collapse > input[type="checkbox"],
.daisy-collapse > input[type="radio"]{
    appearance: none;
    opacity: 0;
  }
  :where(.daisy-collapse > input[type="checkbox"]),
:where(.daisy-collapse > input[type="radio"]){
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .daisy-collapse-content{
    visibility: hidden;
    grid-column-start: 1;
    grid-row-start: 2;
    min-height: 0px;
    transition: visibility 0.2s;
    transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: unset;
  }
  .daisy-collapse[open],
.daisy-collapse-open,
.daisy-collapse:focus:not(.daisy-collapse-close){
    grid-template-rows: max-content 1fr;
  }
  .daisy-collapse:not(.daisy-collapse-close):has(> input[type="checkbox"]:checked),
.daisy-collapse:not(.daisy-collapse-close):has(> input[type="radio"]:checked){
    grid-template-rows: max-content 1fr;
  }
  .daisy-collapse[open] > .daisy-collapse-content,
.daisy-collapse-open > .daisy-collapse-content,
.daisy-collapse:focus:not(.daisy-collapse-close) > .daisy-collapse-content,
.daisy-collapse:not(.daisy-collapse-close) > input[type="checkbox"]:checked ~ .daisy-collapse-content,
.daisy-collapse:not(.daisy-collapse-close) > input[type="radio"]:checked ~ .daisy-collapse-content{
    visibility: visible;
    min-height: fit-content;
  }
  .daisy-divider{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1rem;
    white-space: nowrap;
  }
  .daisy-divider:before,
  .daisy-divider:after{
    height: 0.125rem;
    width: 100%;
    flex-grow: 1;
    --tw-content: '';
    content: var(--tw-content);
    background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  }
  .daisy-drawer{
    position: relative;
    display: grid;
    grid-auto-columns: max-content auto;
    width: 100%;
  }
  .daisy-drawer-content{
    grid-column-start: 2;
    grid-row-start: 1;
    min-width: 0px;
  }
  .daisy-drawer-side{
    pointer-events: none;
    position: fixed;
    inset-inline-start: 0px;
    top: 0px;
    grid-column-start: 1;
    grid-row-start: 1;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    align-items: flex-start;
    justify-items: start;
    overflow-x: hidden;
    overflow-y: hidden;
    overscroll-behavior: contain;
    height: 100vh;
    height: 100dvh;
  }
  .daisy-drawer-side > .daisy-drawer-overlay{
    position: sticky;
    top: 0px;
    place-self: stretch;
    cursor: pointer;
    background-color: transparent;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
  }
  .daisy-drawer-side > *{
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .daisy-drawer-side > *:not(.daisy-drawer-overlay){
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 300ms;
    will-change: transform;
    transform: translateX(-100%);
  }
  [dir="rtl"] .daisy-drawer-side > *:not(.daisy-drawer-overlay){
    transform: translateX(100%);
  }
  .daisy-drawer-toggle{
    position: fixed;
    height: 0px;
    width: 0px;
    appearance: none;
    opacity: 0;
  }
  .daisy-drawer-toggle:checked ~ .daisy-drawer-side{
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
  }
  .daisy-drawer-toggle:checked ~ .daisy-drawer-side > *:not(.daisy-drawer-overlay){
    transform: translateX(0%);
  }
  .daisy-drawer-end > .daisy-drawer-toggle ~ .daisy-drawer-content{
    grid-column-start: 1;
  }
  .daisy-drawer-end > .daisy-drawer-toggle ~ .daisy-drawer-side{
    grid-column-start: 2;
    justify-items: end;
  }
  .daisy-drawer-end > .daisy-drawer-toggle ~ .daisy-drawer-side > *:not(.daisy-drawer-overlay){
    transform: translateX(100%);
  }
  [dir="rtl"] .daisy-drawer-end > .daisy-drawer-toggle ~ .daisy-drawer-side > *:not(.daisy-drawer-overlay){
    transform: translateX(-100%);
  }
  .daisy-drawer-end > .daisy-drawer-toggle:checked ~ .daisy-drawer-side > *:not(.daisy-drawer-overlay){
    transform: translateX(0%);
  }
  .daisy-dropdown{
    position: relative;
    display: inline-block;
  }
  .daisy-dropdown > *:not(summary):focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .daisy-dropdown .daisy-dropdown-content{
    position: absolute;
  }
  .daisy-dropdown:is(:not(details)) .daisy-dropdown-content{
    visibility: hidden;
    opacity: 0;
    transform-origin: top;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
  }
  .daisy-dropdown-end .daisy-dropdown-content{
    inset-inline-end: 0px;
  }
  .daisy-dropdown-left .daisy-dropdown-content{
    bottom: auto;
    inset-inline-end: 100%;
    top: 0px;
    transform-origin: right;
  }
  .daisy-dropdown-right .daisy-dropdown-content{
    bottom: auto;
    inset-inline-start: 100%;
    top: 0px;
    transform-origin: left;
  }
  .daisy-dropdown-bottom .daisy-dropdown-content{
    bottom: auto;
    top: 100%;
    transform-origin: top;
  }
  .daisy-dropdown-top .daisy-dropdown-content{
    bottom: 100%;
    top: auto;
    transform-origin: bottom;
  }
  .daisy-dropdown-end.daisy-dropdown-right .daisy-dropdown-content{
    bottom: 0px;
    top: auto;
  }
  .daisy-dropdown-end.daisy-dropdown-left .daisy-dropdown-content{
    bottom: 0px;
    top: auto;
  }
  .daisy-dropdown.daisy-dropdown-open .daisy-dropdown-content,
.daisy-dropdown:not(.daisy-dropdown-hover):focus .daisy-dropdown-content,
.daisy-dropdown:focus-within .daisy-dropdown-content{
    visibility: visible;
    opacity: 1;
  }
  @media (hover: hover){
    .daisy-dropdown.daisy-dropdown-hover:hover .daisy-dropdown-content{
      visibility: visible;
      opacity: 1;
    }
    .daisy-btn:hover{
      --tw-border-opacity: 1;
      border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
      --tw-bg-opacity: 1;
      background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
    }
    @supports (color: color-mix(in oklab, black, black)){
      .daisy-btn:hover{
        background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
        border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
      }
    }
    @supports not (color: oklch(0% 0 0)){
      .daisy-btn:hover{
        background-color: var(--btn-color, var(--fallback-b2));
        border-color: var(--btn-color, var(--fallback-b2));
      }
    }
    .daisy-btn.daisy-glass:hover{
      --glass-opacity: 25%;
      --glass-border-opacity: 15%;
    }
    .daisy-btn-ghost:hover{
      border-color: transparent;
    }
    @supports (color: oklch(0% 0 0)){
      .daisy-btn-ghost:hover{
        background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
      }
    }
    .daisy-btn-link:hover{
      border-color: transparent;
      background-color: transparent;
      text-decoration-line: underline;
    }
    .daisy-btn-outline:hover{
      --tw-border-opacity: 1;
      border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
      --tw-bg-opacity: 1;
      background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
      --tw-text-opacity: 1;
      color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)));
    }
    .daisy-btn-outline.daisy-btn-primary:hover{
      --tw-text-opacity: 1;
      color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
    }
    @supports (color: color-mix(in oklab, black, black)){
      .daisy-btn-outline.daisy-btn-primary:hover{
        background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      }
    }
    .daisy-btn-outline.daisy-btn-secondary:hover{
      --tw-text-opacity: 1;
      color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
    }
    @supports (color: color-mix(in oklab, black, black)){
      .daisy-btn-outline.daisy-btn-secondary:hover{
        background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      }
    }
    .daisy-btn-outline.daisy-btn-accent:hover{
      --tw-text-opacity: 1;
      color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
    }
    @supports (color: color-mix(in oklab, black, black)){
      .daisy-btn-outline.daisy-btn-accent:hover{
        background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
      }
    }
    .daisy-btn-outline.daisy-btn-success:hover{
      --tw-text-opacity: 1;
      color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
    }
    @supports (color: color-mix(in oklab, black, black)){
      .daisy-btn-outline.daisy-btn-success:hover{
        background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
      }
    }
    .daisy-btn-outline.daisy-btn-info:hover{
      --tw-text-opacity: 1;
      color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
    }
    @supports (color: color-mix(in oklab, black, black)){
      .daisy-btn-outline.daisy-btn-info:hover{
        background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
      }
    }
    .daisy-btn-outline.daisy-btn-warning:hover{
      --tw-text-opacity: 1;
      color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
    }
    @supports (color: color-mix(in oklab, black, black)){
      .daisy-btn-outline.daisy-btn-warning:hover{
        background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
      }
    }
    .daisy-btn-outline.daisy-btn-error:hover{
      --tw-text-opacity: 1;
      color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
    }
    @supports (color: color-mix(in oklab, black, black)){
      .daisy-btn-outline.daisy-btn-error:hover{
        background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      }
    }
    .daisy-btn-disabled:hover,
    .daisy-btn[disabled]:hover,
    .daisy-btn:disabled:hover{
      --tw-border-opacity: 0;
      background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
      --tw-bg-opacity: 0.2;
      color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
      --tw-text-opacity: 0.2;
    }
    @supports (color: color-mix(in oklab, black, black)){
      .daisy-btn:is(input[type="checkbox"]:checked):hover, .daisy-btn:is(input[type="radio"]:checked):hover{
        background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
        border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      }
    }
    .daisy-dropdown.daisy-dropdown-hover:hover .daisy-dropdown-content{
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):not(.daisy-active, .daisy-btn):hover, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):not(.daisy-active, .daisy-btn):hover{
      cursor: pointer;
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
    @supports (color: oklch(0% 0 0)){
      :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):not(.daisy-active, .daisy-btn):hover, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):not(.daisy-active, .daisy-btn):hover{
        background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
      }
    }
    .daisy-tab[disabled],
    .daisy-tab[disabled]:hover{
      cursor: not-allowed;
      color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
      --tw-text-opacity: 0.2;
    }
  }
  .daisy-dropdown:is(details) summary::-webkit-details-marker{
    display: none;
  }
  .daisy-label{
    display: flex;
    -webkit-user-select: none;
            user-select: none;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .daisy-input{
    flex-shrink: 1;
    appearance: none;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 2;
    line-height: 1.5rem;
    border-radius: var(--rounded-btn, 0.5rem);
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  }
  .daisy-input[type="number"]::-webkit-inner-spin-button,
.daisy-input-md[type="number"]::-webkit-inner-spin-button{
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-inline-end: -1rem;
  }
  .daisy-join .daisy-dropdown .daisy-join-item:first-child:not(:last-child),
  .daisy-join *:first-child:not(:last-child) .daisy-dropdown .daisy-join-item{
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
  }
  .daisy-link{
    cursor: pointer;
    text-decoration-line: underline;
  }
  .daisy-mask{
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .daisy-menu{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem;
  }
  .daisy-menu :where(li ul){
    position: relative;
    white-space: nowrap;
    margin-inline-start: 1rem;
    padding-inline-start: 0.5rem;
  }
  .daisy-menu :where(li:not(.daisy-menu-title) > *:not(ul, details, .daisy-menu-title, .daisy-btn)), .daisy-menu :where(li:not(.daisy-menu-title) > details > summary:not(.daisy-menu-title)){
    display: grid;
    grid-auto-flow: column;
    align-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    grid-auto-columns: minmax(auto, max-content) auto max-content;
    -webkit-user-select: none;
            user-select: none;
  }
  .daisy-menu li.daisy-disabled{
    cursor: not-allowed;
    -webkit-user-select: none;
            user-select: none;
    color: var(--fallback-bc,oklch(var(--bc)/0.3));
  }
  .daisy-menu :where(li > .daisy-menu-dropdown:not(.daisy-menu-dropdown-show)){
    display: none;
  }
  :where(.daisy-menu li){
    position: relative;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
  }
  :where(.daisy-menu li) .daisy-badge{
    justify-self: end;
  }
  .daisy-modal{
    pointer-events: none;
    position: fixed;
    inset: 0px;
    margin: 0px;
    display: grid;
    height: 100%;
    max-height: none;
    width: 100%;
    max-width: none;
    justify-items: center;
    padding: 0px;
    opacity: 0;
    overscroll-behavior: contain;
    z-index: 999;
    background-color: transparent;
    color: inherit;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: transform, opacity, visibility;
    overflow-y: hidden;
  }
  :where(.daisy-modal){
    align-items: center;
  }
  .daisy-modal-box{
    max-height: calc(100vh - 5em);
    grid-column-start: 1;
    grid-row-start: 1;
    width: 91.666667%;
    max-width: 32rem;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-bottom-right-radius: var(--rounded-box, 1rem);
    border-bottom-left-radius: var(--rounded-box, 1rem);
    border-top-left-radius: var(--rounded-box, 1rem);
    border-top-right-radius: var(--rounded-box, 1rem);
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    padding: 1.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .daisy-modal-open,
.daisy-modal:target,
.daisy-modal-toggle:checked + .daisy-modal,
.daisy-modal[open]{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }
  .daisy-modal-action{
    display: flex;
    margin-top: 1.5rem;
    justify-content: flex-end;
  }
  :root:has(:is(.daisy-modal-open, .daisy-modal:target, .daisy-modal-toggle:checked + .daisy-modal, .daisy-modal[open])){
    overflow: hidden;
    scrollbar-gutter: stable;
  }
  .daisy-progress{
    position: relative;
    width: 100%;
    appearance: none;
    overflow: hidden;
    height: 0.5rem;
    border-radius: var(--rounded-box, 1rem);
    background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  }
  .daisy-radial-progress{
    position: relative;
    display: inline-grid;
    height: var(--size);
    width: var(--size);
    place-content: center;
    border-radius: 9999px;
    background-color: transparent;
    vertical-align: middle;
    box-sizing: content-box;
    --value: 0;
    --size: 5rem;
    --thickness: calc(var(--size) / 10);
  }
  .daisy-radial-progress::-moz-progress-bar{
    appearance: none;
    background-color: transparent;
  }
  .daisy-radial-progress::-webkit-progress-value{
    appearance: none;
    background-color: transparent;
  }
  .daisy-radial-progress::-webkit-progress-bar{
    appearance: none;
    background-color: transparent;
  }
  .daisy-radial-progress:before,
.daisy-radial-progress:after{
    position: absolute;
    border-radius: 9999px;
    content: "";
  }
  .daisy-radial-progress:before{
    inset: 0px;
    background: radial-gradient(farthest-side, currentColor 98%, #0000) top/var(--thickness) var(--thickness)
      no-repeat,
    conic-gradient(currentColor calc(var(--value) * 1%), #0000 0);
    mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--thickness)),
    #000 calc(100% - var(--thickness))
  );
  }
  .daisy-radial-progress:after{
    inset: calc(50% - var(--thickness) / 2);
    transform: rotate(calc(var(--value) * 3.6deg - 90deg)) translate(calc(var(--size) / 2 - 50%));
    background-color: currentColor;
  }
  .daisy-steps{
    display: inline-grid;
    grid-auto-flow: column;
    overflow: hidden;
    overflow-x: auto;
    counter-reset: step;
    grid-auto-columns: 1fr;
  }
  .daisy-steps .daisy-step{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: auto;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-rows: 40px 1fr;
    place-items: center;
    text-align: center;
    min-width: 4rem;
  }
  .daisy-tabs{
    display: grid;
    align-items: flex-end;
  }
  .daisy-tabs-lifted:has(.daisy-tab-content[class^="daisy-rounded-"])
    .daisy-tab:first-child:not(:is(.daisy-tab-active, [aria-selected="true"])), .daisy-tabs-lifted:has(.daisy-tab-content[class*=" daisy-rounded-"])
    .daisy-tab:first-child:not(:is(.daisy-tab-active, [aria-selected="true"])){
    border-bottom-color: transparent;
  }
  .daisy-tab{
    position: relative;
    grid-row-start: 1;
    display: inline-flex;
    height: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    appearance: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
    --tab-padding: 1rem;
    --tw-text-opacity: 0.5;
    --tab-color: var(--fallback-bc,oklch(var(--bc)/1));
    --tab-bg: var(--fallback-b1,oklch(var(--b1)/1));
    --tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));
    color: var(--tab-color);
    padding-inline-start: var(--tab-padding, 1rem);
    padding-inline-end: var(--tab-padding, 1rem);
  }
  .daisy-tab:is(input[type="radio"]){
    width: auto;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .daisy-tab:is(input[type="radio"]):after{
    --tw-content: attr(aria-label);
    content: var(--tw-content);
  }
  .daisy-tab:not(input):empty{
    cursor: default;
    grid-column-start: span 9999;
  }
  :checked + .daisy-tab-content:nth-child(2),
  :is(.daisy-tab-active, [aria-selected="true"]) + .daisy-tab-content:nth-child(2){
    border-start-start-radius: 0px;
  }
  input.daisy-tab:checked + .daisy-tab-content,
:is(.daisy-tab-active, [aria-selected="true"]) + .daisy-tab-content{
    display: block;
  }
  .daisy-table{
    position: relative;
    width: 100%;
    border-radius: var(--rounded-box, 1rem);
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .daisy-table :where(.daisy-table-pin-rows thead tr){
    position: sticky;
    top: 0px;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  }
  .daisy-table :where(.daisy-table-pin-rows tfoot tr){
    position: sticky;
    bottom: 0px;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  }
  .daisy-table :where(.daisy-table-pin-cols tr th){
    position: sticky;
    left: 0px;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  }
  .daisy-textarea{
    min-height: 3rem;
    flex-shrink: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
    border-radius: var(--rounded-btn, 0.5rem);
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  }
  .daisy-alert-info{
    border-color: var(--fallback-in,oklch(var(--in)/0.2));
    --tw-text-opacity: 1;
    color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
    --alert-bg: var(--fallback-in,oklch(var(--in)/1));
    --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
  }
  .daisy-alert-warning{
    border-color: var(--fallback-wa,oklch(var(--wa)/0.2));
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
    --alert-bg: var(--fallback-wa,oklch(var(--wa)/1));
    --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
  }
  .daisy-alert-error{
    border-color: var(--fallback-er,oklch(var(--er)/0.2));
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
    --alert-bg: var(--fallback-er,oklch(var(--er)/1));
    --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
  }
  .daisy-badge-primary{
    --tw-border-opacity: 1;
    border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }
  .daisy-badge-secondary{
    --tw-border-opacity: 1;
    border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }
  .daisy-badge-warning{
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  }
  .daisy-badge-outline{
    border-color: currentColor;
    --tw-border-opacity: 0.5;
    background-color: transparent;
    color: currentColor;
  }
  .daisy-badge-outline.daisy-badge-neutral{
    --tw-text-opacity: 1;
    color: var(--fallback-n,oklch(var(--n)/var(--tw-text-opacity)));
  }
  .daisy-badge-outline.daisy-badge-primary{
    --tw-text-opacity: 1;
    color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
  }
  .daisy-badge-outline.daisy-badge-secondary{
    --tw-text-opacity: 1;
    color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
  }
  .daisy-badge-outline.daisy-badge-accent{
    --tw-text-opacity: 1;
    color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)));
  }
  .daisy-badge-outline.daisy-badge-info{
    --tw-text-opacity: 1;
    color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)));
  }
  .daisy-badge-outline.daisy-badge-success{
    --tw-text-opacity: 1;
    color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)));
  }
  .daisy-badge-outline.daisy-badge-warning{
    --tw-text-opacity: 1;
    color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)));
  }
  .daisy-badge-outline.daisy-badge-error{
    --tw-text-opacity: 1;
    color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
  }
  .daisy-btm-nav > * .daisy-label{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .daisy-breadcrumbs > ul > li > a:focus, .daisy-breadcrumbs > ol > li > a:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .daisy-breadcrumbs > ul > li > a:focus-visible, .daisy-breadcrumbs > ol > li > a:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  .daisy-breadcrumbs > ul > li + *:before, .daisy-breadcrumbs > ol > li + *:before{
    content: "";
    margin-left: 0.5rem;
    margin-right: 0.75rem;
    display: block;
    height: 0.375rem;
    width: 0.375rem;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0.4;
    border-top: 1px solid;
    border-right: 1px solid;
    background-color: transparent;
  }
  [dir="rtl"] .daisy-breadcrumbs > ul > li + *:before,
[dir="rtl"] .daisy-breadcrumbs > ol > li + *:before{
    --tw-rotate: -135deg;
  }
  @media (prefers-reduced-motion: no-preference){
    .daisy-btn{
      animation: button-pop var(--animation-btn, 0.25s) ease-out;
    }
  }
  .daisy-btn:active:hover,
  .daisy-btn:active:focus{
    animation: button-pop 0s ease-out;
    transform: scale(var(--btn-focus-scale, 0.97));
  }
  @supports not (color: oklch(0% 0 0)){
    .daisy-btn{
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2));
    }
    .daisy-btn-primary{
      --btn-color: var(--fallback-p);
    }
    .daisy-btn-secondary{
      --btn-color: var(--fallback-s);
    }
    .daisy-btn-accent{
      --btn-color: var(--fallback-a);
    }
    .daisy-btn-neutral{
      --btn-color: var(--fallback-n);
    }
    .daisy-btn-success{
      --btn-color: var(--fallback-su);
    }
    .daisy-btn-warning{
      --btn-color: var(--fallback-wa);
    }
    .daisy-btn-error{
      --btn-color: var(--fallback-er);
    }
  }
  @supports (color: color-mix(in oklab, black, black)){
    .daisy-btn-outline.daisy-btn-primary.daisy-btn-active{
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
    .daisy-btn-outline.daisy-btn-secondary.daisy-btn-active{
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }
    .daisy-btn-outline.daisy-btn-accent.daisy-btn-active{
      background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
    }
    .daisy-btn-outline.daisy-btn-success.daisy-btn-active{
      background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
    }
    .daisy-btn-outline.daisy-btn-info.daisy-btn-active{
      background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
    }
    .daisy-btn-outline.daisy-btn-warning.daisy-btn-active{
      background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
    }
    .daisy-btn-outline.daisy-btn-error.daisy-btn-active{
      background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    }
  }
  .daisy-btn:focus-visible{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
  }
  .daisy-btn-primary{
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
    outline-color: var(--fallback-p,oklch(var(--p)/1));
  }
  @supports (color: oklch(0% 0 0)){
    .daisy-btn-primary{
      --btn-color: var(--p);
    }
    .daisy-btn-secondary{
      --btn-color: var(--s);
    }
    .daisy-btn-accent{
      --btn-color: var(--a);
    }
    .daisy-btn-neutral{
      --btn-color: var(--n);
    }
    .daisy-btn-success{
      --btn-color: var(--su);
    }
    .daisy-btn-warning{
      --btn-color: var(--wa);
    }
    .daisy-btn-error{
      --btn-color: var(--er);
    }
  }
  .daisy-btn-secondary{
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
    outline-color: var(--fallback-s,oklch(var(--s)/1));
  }
  .daisy-btn-accent{
    --tw-text-opacity: 1;
    color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
    outline-color: var(--fallback-a,oklch(var(--a)/1));
  }
  .daisy-btn-neutral{
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
    outline-color: var(--fallback-n,oklch(var(--n)/1));
  }
  .daisy-btn-success{
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
    outline-color: var(--fallback-su,oklch(var(--su)/1));
  }
  .daisy-btn-warning{
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
    outline-color: var(--fallback-wa,oklch(var(--wa)/1));
  }
  .daisy-btn-error{
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
    outline-color: var(--fallback-er,oklch(var(--er)/1));
  }
  .daisy-btn.daisy-glass{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: currentColor;
  }
  .daisy-btn.daisy-glass.daisy-btn-active{
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }
  .daisy-btn-ghost{
    border-width: 1px;
    border-color: transparent;
    background-color: transparent;
    color: currentColor;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: currentColor;
  }
  .daisy-btn-ghost.daisy-btn-active{
    border-color: transparent;
    background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  }
  .daisy-btn-link{
    border-color: transparent;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
    text-decoration-line: underline;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: currentColor;
  }
  .daisy-btn-link.daisy-btn-active{
    border-color: transparent;
    background-color: transparent;
    text-decoration-line: underline;
  }
  .daisy-btn-outline{
    border-color: currentColor;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .daisy-btn-outline.daisy-btn-active{
    --tw-border-opacity: 1;
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-primary{
    --tw-text-opacity: 1;
    color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-primary.daisy-btn-active{
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-secondary{
    --tw-text-opacity: 1;
    color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-secondary.daisy-btn-active{
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-accent{
    --tw-text-opacity: 1;
    color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-accent.daisy-btn-active{
    --tw-text-opacity: 1;
    color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-success{
    --tw-text-opacity: 1;
    color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-success.daisy-btn-active{
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-info{
    --tw-text-opacity: 1;
    color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-info.daisy-btn-active{
    --tw-text-opacity: 1;
    color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-warning{
    --tw-text-opacity: 1;
    color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-warning.daisy-btn-active{
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-error{
    --tw-text-opacity: 1;
    color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
  }
  .daisy-btn-outline.daisy-btn-error.daisy-btn-active{
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  }
  .daisy-btn.daisy-btn-disabled,
  .daisy-btn[disabled],
  .daisy-btn:disabled{
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }
  .daisy-btn:is(input[type="checkbox"]:checked),
.daisy-btn:is(input[type="radio"]:checked){
    --tw-border-opacity: 1;
    border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }
  .daisy-btn:is(input[type="checkbox"]:checked):focus-visible, .daisy-btn:is(input[type="radio"]:checked):focus-visible{
    outline-color: var(--fallback-p,oklch(var(--p)/1));
  }
  @keyframes button-pop{
    0%{
      transform: scale(var(--btn-focus-scale, 0.98));
    }
    40%{
      transform: scale(1.02);
    }
    100%{
      transform: scale(1);
    }
  }
  .daisy-card :where(figure:first-child){
    overflow: hidden;
    border-start-start-radius: inherit;
    border-start-end-radius: inherit;
    border-end-start-radius: unset;
    border-end-end-radius: unset;
  }
  .daisy-card :where(figure:last-child){
    overflow: hidden;
    border-start-start-radius: unset;
    border-start-end-radius: unset;
    border-end-start-radius: inherit;
    border-end-end-radius: inherit;
  }
  .daisy-card:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  .daisy-card.daisy-bordered{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  }
  .daisy-card-bordered{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  }
  .daisy-card.daisy-compact .daisy-card-body{
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .daisy-card-title{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
  }
  .daisy-card.daisy-image-full :where(figure){
    overflow: hidden;
    border-radius: inherit;
  }
  @keyframes checkmark{
    0%{
      background-position-y: 5px;
    }
    50%{
      background-position-y: -2px;
    }
    100%{
      background-position-y: 0;
    }
  }
  details.daisy-collapse{
    width: 100%;
  }
  details.daisy-collapse summary{
    position: relative;
    display: block;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  details.daisy-collapse summary::-webkit-details-marker{
    display: none;
  }
  .daisy-collapse:focus-visible{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/1));
  }
  .daisy-collapse:has(.daisy-collapse-title:focus-visible),
.daisy-collapse:has(> input[type="checkbox"]:focus-visible),
.daisy-collapse:has(> input[type="radio"]:focus-visible){
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/1));
  }
  .daisy-collapse-arrow > .daisy-collapse-title:after{
    position: absolute;
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    --tw-translate-y: -100%;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.2s;
    top: 1.9rem;
    inset-inline-end: 1.4rem;
    content: "";
    transform-origin: 75% 75%;
    box-shadow: 2px 2px;
    pointer-events: none;
  }
  .daisy-collapse-plus > .daisy-collapse-title:after{
    position: absolute;
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 300ms;
    top: 0.9rem;
    inset-inline-end: 1.4rem;
    content: "+";
    pointer-events: none;
  }
  .daisy-collapse:not(.daisy-collapse-open):not(.daisy-collapse-close) > input[type="checkbox"],
.daisy-collapse:not(.daisy-collapse-open):not(.daisy-collapse-close) > input[type="radio"]:not(:checked),
.daisy-collapse:not(.daisy-collapse-open):not(.daisy-collapse-close) > .daisy-collapse-title{
    cursor: pointer;
  }
  .daisy-collapse:focus:not(.daisy-collapse-open):not(.daisy-collapse-close):not(.daisy-collapse[open]) > .daisy-collapse-title{
    cursor: unset;
  }
  .daisy-collapse-title{
    position: relative;
  }
  .daisy-collapse-title,
:where(.daisy-collapse > input[type="checkbox"]),
:where(.daisy-collapse > input[type="radio"]){
    padding: 1rem;
    padding-inline-end: 3rem;
    min-height: 3.75rem;
    transition: background-color 0.2s ease-out;
  }
  .daisy-collapse[open] > :where(.daisy-collapse-content),
.daisy-collapse-open > :where(.daisy-collapse-content),
.daisy-collapse:focus:not(.daisy-collapse-close) > :where(.daisy-collapse-content),
.daisy-collapse:not(.daisy-collapse-close) > :where(input[type="checkbox"]:checked ~ .daisy-collapse-content),
.daisy-collapse:not(.daisy-collapse-close) > :where(input[type="radio"]:checked ~ .daisy-collapse-content){
    padding-bottom: 1rem;
    transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
  }
  .daisy-collapse[open].daisy-collapse-arrow > .daisy-collapse-title:after,
.daisy-collapse-open.daisy-collapse-arrow > .daisy-collapse-title:after,
.daisy-collapse-arrow:focus:not(.daisy-collapse-close) > .daisy-collapse-title:after,
.daisy-collapse-arrow:not(.daisy-collapse-close) > input[type="checkbox"]:checked ~ .daisy-collapse-title:after,
.daisy-collapse-arrow:not(.daisy-collapse-close) > input[type="radio"]:checked ~ .daisy-collapse-title:after{
    --tw-translate-y: -50%;
    --tw-rotate: 225deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .daisy-collapse[open].daisy-collapse-plus > .daisy-collapse-title:after,
.daisy-collapse-open.daisy-collapse-plus > .daisy-collapse-title:after,
.daisy-collapse-plus:focus:not(.daisy-collapse-close) > .daisy-collapse-title:after,
.daisy-collapse-plus:not(.daisy-collapse-close) > input[type="checkbox"]:checked ~ .daisy-collapse-title:after,
.daisy-collapse-plus:not(.daisy-collapse-close) > input[type="radio"]:checked ~ .daisy-collapse-title:after{
    content: "−";
  }
  .daisy-divider:not(:empty){
    gap: 1rem;
  }
  .daisy-drawer-toggle:checked ~ .daisy-drawer-side > .daisy-drawer-overlay{
    background-color: #0006;
  }
  .daisy-drawer-toggle:focus-visible ~ .daisy-drawer-content label.daisy-drawer-button{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
  }
  .daisy-dropdown.daisy-dropdown-open .daisy-dropdown-content,
.daisy-dropdown:focus .daisy-dropdown-content,
.daisy-dropdown:focus-within .daisy-dropdown-content{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .daisy-label-text{
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }
  .daisy-label-text-alt{
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }
  .daisy-input input{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
    background-color: transparent;
  }
  .daisy-input input:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .daisy-input[list]::-webkit-calendar-picker-indicator{
    line-height: 1em;
  }
  .daisy-input-bordered{
    border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  }
  .daisy-input:focus,
  .daisy-input:focus-within{
    box-shadow: none;
    border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  }
  .daisy-input-error{
    --tw-border-opacity: 1;
    border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
  }
  .daisy-input-error:focus,
    .daisy-input-error:focus-within{
    --tw-border-opacity: 1;
    border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
    outline-color: var(--fallback-er,oklch(var(--er)/1));
  }
  .daisy-input:has(> input[disabled]),
  .daisy-input-disabled,
  .daisy-input:disabled,
  .daisy-input[disabled]{
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    color: var(--fallback-bc,oklch(var(--bc)/0.4));
  }
  .daisy-input:has(> input[disabled])::placeholder,
  .daisy-input-disabled::placeholder,
  .daisy-input:disabled::placeholder,
  .daisy-input[disabled]::placeholder{
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
    --tw-placeholder-opacity: 0.2;
  }
  .daisy-input:has(> input[disabled]) > input[disabled]{
    cursor: not-allowed;
  }
  .daisy-input::-webkit-date-and-time-value{
    text-align: inherit;
  }
  .daisy-join > :where(*:not(:first-child)):is(.daisy-btn){
    margin-inline-start: calc(var(--border-btn) * -1);
  }
  .daisy-link-primary{
    --tw-text-opacity: 1;
    color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
  }
  @supports (color:color-mix(in oklab,black,black)){
    @media (hover:hover){
      .daisy-link-primary:hover{
        color: color-mix(in oklab,var(--fallback-p,oklch(var(--p)/1)) 80%,black);
      }
      .daisy-link-neutral:hover{
        color: color-mix(in oklab,var(--fallback-n,oklch(var(--n)/1)) 80%,black);
      }
    }
  }
  .daisy-link-neutral{
    --tw-text-opacity: 1;
    color: var(--fallback-n,oklch(var(--n)/var(--tw-text-opacity)));
  }
  .daisy-link:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .daisy-link:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  .daisy-loading{
    pointer-events: none;
    display: inline-block;
    aspect-ratio: 1 / 1;
    width: 1.5rem;
    background-color: currentColor;
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  }
  .daisy-loading-spinner{
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  }
  .daisy-loading-lg{
    width: 2.5rem;
  }
  .daisy-mask-circle{
    mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");
  }
  :where(.daisy-menu li:empty){
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    opacity: 0.1;
    margin: 0.5rem 1rem;
    height: 1px;
  }
  .daisy-menu :where(li ul):before{
    position: absolute;
    bottom: 0.75rem;
    inset-inline-start: 0px;
    top: 0.75rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    opacity: 0.1;
    content: "";
  }
  .daisy-menu :where(li:not(.daisy-menu-title) > *:not(ul, details, .daisy-menu-title, .daisy-btn)),
.daisy-menu :where(li:not(.daisy-menu-title) > details > summary:not(.daisy-menu-title)){
    border-radius: var(--rounded-btn, 0.5rem);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: start;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
    text-wrap: balance;
  }
  :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):not(summary, .daisy-active, .daisy-btn).daisy-focus, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):not(summary, .daisy-active, .daisy-btn):focus, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):is(summary):not(.daisy-active, .daisy-btn):focus-visible, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):not(summary, .daisy-active, .daisy-btn).daisy-focus, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):not(summary, .daisy-active, .daisy-btn):focus, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):is(summary):not(.daisy-active, .daisy-btn):focus-visible{
    cursor: pointer;
    background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .daisy-menu li > *:not(ul, .daisy-menu-title, details, .daisy-btn):active,
.daisy-menu li > *:not(ul, .daisy-menu-title, details, .daisy-btn).daisy-active,
.daisy-menu li > details > summary:active{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }
  .daisy-menu :where(li > details > summary)::-webkit-details-marker{
    display: none;
  }
  .daisy-menu :where(li > details > summary):after,
.daisy-menu :where(li > .daisy-menu-dropdown-toggle):after{
    justify-self: end;
    display: block;
    margin-top: -0.5rem;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    transition-property: transform, margin-top;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    transform-origin: 75% 75%;
    box-shadow: 2px 2px;
    pointer-events: none;
  }
  .daisy-menu :where(li > details[open] > summary):after,
.daisy-menu :where(li > .daisy-menu-dropdown-toggle.daisy-menu-dropdown-show):after{
    transform: rotate(225deg);
    margin-top: 0;
  }
  .daisy-mockup-browser .daisy-mockup-browser-toolbar .daisy-input{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 1.75rem;
    width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    padding-left: 2rem;
    direction: ltr;
  }
  .daisy-mockup-browser .daisy-mockup-browser-toolbar .daisy-input:before{
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 50%;
    aspect-ratio: 1 / 1;
    height: 0.75rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    border-width: 2px;
    border-color: currentColor;
    opacity: 0.6;
  }
  .daisy-mockup-browser .daisy-mockup-browser-toolbar .daisy-input:after{
    content: "";
    position: absolute;
    left: 1.25rem;
    top: 50%;
    height: 0.5rem;
    --tw-translate-y: 25%;
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    border-width: 1px;
    border-color: currentColor;
    opacity: 0.6;
  }
  .daisy-modal:not(dialog:not(.daisy-modal-open)),
  .daisy-modal::backdrop{
    background-color: #0006;
    animation: modal-pop 0.2s ease-out;
  }
  .daisy-modal-backdrop{
    z-index: -1;
    grid-column-start: 1;
    grid-row-start: 1;
    display: grid;
    align-self: stretch;
    justify-self: stretch;
    color: transparent;
  }
  .daisy-modal-open .daisy-modal-box,
.daisy-modal-toggle:checked + .daisy-modal .daisy-modal-box,
.daisy-modal:target .daisy-modal-box,
.daisy-modal[open] .daisy-modal-box{
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .daisy-modal-action > :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)));
  }
  .daisy-modal-action:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }
  @keyframes modal-pop{
    0%{
      opacity: 0;
    }
  }
  .daisy-progress::-moz-progress-bar{
    border-radius: var(--rounded-box, 1rem);
    background-color: currentColor;
  }
  .daisy-progress-primary::-moz-progress-bar{
    border-radius: var(--rounded-box, 1rem);
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  }
  .daisy-progress:indeterminate{
    --progress-color: var(--fallback-bc,oklch(var(--bc)/1));
    background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
    background-size: 200%;
    background-position-x: 15%;
    animation: progress-loading 5s ease-in-out infinite;
  }
  .daisy-progress-primary:indeterminate{
    --progress-color: var(--fallback-p,oklch(var(--p)/1));
  }
  .daisy-progress::-webkit-progress-bar{
    border-radius: var(--rounded-box, 1rem);
    background-color: transparent;
  }
  .daisy-progress::-webkit-progress-value{
    border-radius: var(--rounded-box, 1rem);
    background-color: currentColor;
  }
  .daisy-progress-primary::-webkit-progress-value{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  }
  .daisy-progress:indeterminate::-moz-progress-bar{
    background-color: transparent;
    background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
    background-size: 200%;
    background-position-x: 15%;
    animation: progress-loading 5s ease-in-out infinite;
  }
  @keyframes progress-loading{
    50%{
      background-position-x: -115%;
    }
  }
  @keyframes radiomark{
    0%{
      box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
    }
    50%{
      box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
    }
    100%{
      box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
    }
  }
  @keyframes rating-pop{
    0%{
      transform: translateY(-0.125em);
    }
    40%{
      transform: translateY(-0.125em);
    }
    100%{
      transform: translateY(0);
    }
  }
  .daisy-skeleton{
    border-radius: var(--rounded-box, 1rem);
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
    will-change: background-position;
    animation: skeleton 1.8s ease-in-out infinite;
    background-image: linear-gradient(
    105deg,
    transparent 0%,
    transparent 40%,
    var(--fallback-b1,oklch(var(--b1)/1)) 50%,
    transparent 60%,
    transparent 100%
  );
    background-size: 200% auto;
    background-repeat: no-repeat;
    background-position-x: -50%;
  }
  @media (prefers-reduced-motion){
    .daisy-skeleton{
      animation-duration: 15s;
    }
  }
  @keyframes skeleton{
    from{
      background-position: 150%;
    }
    to{
      background-position: -50%;
    }
  }
  .daisy-steps .daisy-step:before{
    top: 0px;
    grid-column-start: 1;
    grid-row-start: 1;
    height: 0.5rem;
    width: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    content: "";
    margin-inline-start: -100%;
  }
  .daisy-steps .daisy-step:after{
    content: counter(step);
    counter-increment: step;
    z-index: 1;
    position: relative;
    grid-column-start: 1;
    grid-row-start: 1;
    display: grid;
    height: 2rem;
    width: 2rem;
    place-items: center;
    place-self: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }
  .daisy-steps .daisy-step:first-child:before{
    content: none;
  }
  .daisy-steps .daisy-step[data-content]:after{
    content: attr(data-content);
  }
  .daisy-steps .daisy-step-neutral + .daisy-step-neutral:before,
  .daisy-steps .daisy-step-neutral:after{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }
  .daisy-steps .daisy-step-primary + .daisy-step-primary:before,
  .daisy-steps .daisy-step-primary:after{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }
  .daisy-steps .daisy-step-secondary + .daisy-step-secondary:before,
  .daisy-steps .daisy-step-secondary:after{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }
  .daisy-steps .daisy-step-accent + .daisy-step-accent:before,
  .daisy-steps .daisy-step-accent:after{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
  }
  .daisy-steps .daisy-step-info + .daisy-step-info:before{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
  }
  .daisy-steps .daisy-step-info:after{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
  }
  .daisy-steps .daisy-step-success + .daisy-step-success:before{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
  }
  .daisy-steps .daisy-step-success:after{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  }
  .daisy-steps .daisy-step-warning + .daisy-step-warning:before{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
  }
  .daisy-steps .daisy-step-warning:after{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  }
  .daisy-steps .daisy-step-error + .daisy-step-error:before{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));
  }
  .daisy-steps .daisy-step-error:after{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  }
  .daisy-tabs-lifted > .daisy-tab:focus-visible{
    border-end-end-radius: 0;
    border-end-start-radius: 0;
  }
  .daisy-tab:is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]), .daisy-tab:is(input:checked){
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
  }
  .daisy-tab:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .daisy-tab:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: -5px;
  }
  .daisy-tab-disabled,
  .daisy-tab[disabled]{
    cursor: not-allowed;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }
  .daisy-tabs-bordered > .daisy-tab{
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    --tw-border-opacity: 0.2;
    border-style: solid;
    border-bottom-width: calc(var(--tab-border, 1px) + 1px);
  }
  .daisy-tabs-lifted > .daisy-tab{
    border: var(--tab-border, 1px) solid transparent;
    border-width: 0 0 var(--tab-border, 1px) 0;
    border-start-start-radius: var(--tab-radius, 0.5rem);
    border-start-end-radius: var(--tab-radius, 0.5rem);
    border-bottom-color: var(--tab-border-color);
    padding-inline-start: var(--tab-padding, 1rem);
    padding-inline-end: var(--tab-padding, 1rem);
    padding-top: var(--tab-border, 1px);
  }
  .daisy-tabs-lifted > .daisy-tab:is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]), .daisy-tabs-lifted > .daisy-tab:is(input:checked){
    background-color: var(--tab-bg);
    border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
    border-inline-start-color: var(--tab-border-color);
    border-inline-end-color: var(--tab-border-color);
    border-top-color: var(--tab-border-color);
    padding-inline-start: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
    padding-inline-end: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
    padding-bottom: var(--tab-border, 1px);
    padding-top: 0;
  }
  .daisy-tabs-lifted > .daisy-tab:is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]):before, .daisy-tabs-lifted > .daisy-tab:is(input:checked):before{
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + var(--tab-radius, 0.5rem) * 2);
    height: var(--tab-radius, 0.5rem);
    bottom: 0;
    background-size: var(--tab-radius, 0.5rem);
    background-position: top left,
        top right;
    background-repeat: no-repeat;
    --tab-grad: calc(69% - var(--tab-border, 1px));
    --radius-start: radial-gradient(
        circle at top left,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
    --radius-end: radial-gradient(
        circle at top right,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
    background-image: var(--radius-start), var(--radius-end);
  }
  .daisy-tabs-lifted > .daisy-tab:is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]):first-child:before, .daisy-tabs-lifted > .daisy-tab:is(input:checked):first-child:before{
    background-image: var(--radius-end);
    background-position: top right;
  }
  [dir="rtl"] .daisy-tabs-lifted > .daisy-tab:is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]):first-child:before, [dir="rtl"] .daisy-tabs-lifted > .daisy-tab:is(input:checked):first-child:before{
    background-image: var(--radius-start);
    background-position: top left;
  }
  .daisy-tabs-lifted > .daisy-tab:is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]):last-child:before, .daisy-tabs-lifted > .daisy-tab:is(input:checked):last-child:before{
    background-image: var(--radius-start);
    background-position: top left;
  }
  [dir="rtl"] .daisy-tabs-lifted > .daisy-tab:is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .daisy-tabs-lifted > .daisy-tab:is(input:checked):last-child:before{
    background-image: var(--radius-end);
    background-position: top right;
  }
  .daisy-tabs-lifted
  > :is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled])
  + .daisy-tabs-lifted
  :is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]):before, .daisy-tabs-lifted > .daisy-tab:is(input:checked) + .daisy-tabs-lifted .daisy-tab:is(input:checked):before{
    background-image: var(--radius-end);
    background-position: top right;
  }
  .daisy-tabs-boxed{
    border-radius: var(--rounded-btn, 0.5rem);
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    padding: 0.25rem;
  }
  .daisy-tabs-boxed .daisy-tab{
    border-radius: var(--rounded-btn, 0.5rem);
  }
  .daisy-tabs-boxed :is(.daisy-tab-active, [aria-selected="true"]):not(.daisy-tab-disabled):not([disabled]), .daisy-tabs-boxed :is(input:checked){
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }
  .daisy-table:where([dir="rtl"], [dir="rtl"] *){
    text-align: right;
  }
  .daisy-table :where(th, td){
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    vertical-align: middle;
  }
  .daisy-table tr.daisy-active,
  .daisy-table tr.daisy-active:nth-child(even),
  .daisy-table-zebra tbody tr:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }
  .daisy-table :where(thead tr, tbody tr:not(:last-child), tbody tr:first-child:last-child){
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  }
  .daisy-table :where(thead, tfoot){
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: var(--fallback-bc,oklch(var(--bc)/0.6));
  }
  .daisy-table :where(tfoot){
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  }
  .daisy-textarea-bordered{
    border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  }
  .daisy-textarea:focus{
    box-shadow: none;
    border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  }
  .daisy-textarea-disabled,
  .daisy-textarea:disabled,
  .daisy-textarea[disabled]{
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    color: var(--fallback-bc,oklch(var(--bc)/0.4));
  }
  .daisy-textarea-disabled::placeholder,
  .daisy-textarea:disabled::placeholder,
  .daisy-textarea[disabled]::placeholder{
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
    --tw-placeholder-opacity: 0.2;
  }
  @keyframes toast-pop{
    0%{
      transform: scale(0.9);
      opacity: 0;
    }
    100%{
      transform: scale(1);
      opacity: 1;
    }
  }
  .daisy-btn-xs{
    height: 1.5rem;
    min-height: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
  }
  .daisy-btn-sm{
    height: 2rem;
    min-height: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
  }
  .daisy-btn-md{
    height: 3rem;
    min-height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
  }
  .daisy-btn-block{
    width: 100%;
  }
  .daisy-btn-square:where(.daisy-btn-xs){
    height: 1.5rem;
    width: 1.5rem;
    padding: 0px;
  }
  .daisy-btn-square:where(.daisy-btn-sm){
    height: 2rem;
    width: 2rem;
    padding: 0px;
  }
  .daisy-btn-square:where(.daisy-btn-md){
    height: 3rem;
    width: 3rem;
    padding: 0px;
  }
  .daisy-btn-circle:where(.daisy-btn-xs){
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 9999px;
    padding: 0px;
  }
  .daisy-btn-circle:where(.daisy-btn-sm){
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    padding: 0px;
  }
  .daisy-btn-circle:where(.daisy-btn-md){
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    padding: 0px;
  }
  .daisy-btn-circle:where(.daisy-btn-lg){
    height: 4rem;
    width: 4rem;
    border-radius: 9999px;
    padding: 0px;
  }
  .daisy-drawer-open > .daisy-drawer-toggle{
    display: none;
  }
  .daisy-drawer-open > .daisy-drawer-toggle ~ .daisy-drawer-side{
    pointer-events: auto;
    visibility: visible;
    position: sticky;
    display: block;
    width: auto;
    overscroll-behavior: auto;
  }
  .daisy-drawer-open > .daisy-drawer-toggle ~ .daisy-drawer-side > *:not(.daisy-drawer-overlay){
    transform: translateX(0%);
  }
  [dir="rtl"] .daisy-drawer-open > .daisy-drawer-toggle ~ .daisy-drawer-side > *:not(.daisy-drawer-overlay){
    transform: translateX(0%);
  }
  .daisy-drawer-open > .daisy-drawer-toggle:checked ~ .daisy-drawer-side{
    pointer-events: auto;
    visibility: visible;
  }
  .daisy-drawer-open > .daisy-drawer-side{
    overflow-y: auto;
  }
  html:has(.daisy-drawer-toggle:checked){
    overflow-y: hidden;
    scrollbar-gutter: stable;
  }
  .daisy-steps-horizontal .daisy-step{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    place-items: center;
    text-align: center;
  }
  .daisy-steps-vertical{
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
  }
  .daisy-steps-vertical .daisy-step{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .daisy-tabs-md :where(.daisy-tab){
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
    --tab-padding: 1rem;
  }
  .daisy-tabs-lg :where(.daisy-tab){
    height: 3rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
    --tab-padding: 1.25rem;
  }
  .daisy-tabs-sm :where(.daisy-tab){
    height: 1.5rem;
    font-size: 0.875rem;
    line-height: .75rem;
    --tab-padding: 0.75rem;
  }
  .daisy-tabs-xs :where(.daisy-tab){
    height: 1.25rem;
    font-size: 0.75rem;
    line-height: .75rem;
    --tab-padding: 0.5rem;
  }
  .daisy-card-compact .daisy-card-body{
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .daisy-card-compact .daisy-card-title{
    margin-bottom: 0.25rem;
  }
  .daisy-card-normal .daisy-card-body{
    padding: var(--padding-card, 2rem);
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .daisy-card-normal .daisy-card-title{
    margin-bottom: 0.75rem;
  }
  .daisy-drawer-open > .daisy-drawer-toggle ~ .daisy-drawer-side > .daisy-drawer-overlay{
    cursor: default;
    background-color: transparent;
  }
  .daisy-join.daisy-join-vertical > :where(*:not(:first-child)):is(.daisy-btn){
    margin-top: calc(var(--border-btn) * -1);
  }
  .daisy-join.daisy-join-horizontal > :where(*:not(:first-child)):is(.daisy-btn){
    margin-inline-start: calc(var(--border-btn) * -1);
    margin-top: 0px;
  }
  .daisy-modal-top :where(.daisy-modal-box){
    width: 100%;
    max-width: none;
    --tw-translate-y: -2.5rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-bottom-right-radius: var(--rounded-box, 1rem);
    border-bottom-left-radius: var(--rounded-box, 1rem);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .daisy-modal-middle :where(.daisy-modal-box){
    width: 91.666667%;
    max-width: 32rem;
    --tw-translate-y: 0px;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-left-radius: var(--rounded-box, 1rem);
    border-top-right-radius: var(--rounded-box, 1rem);
    border-bottom-right-radius: var(--rounded-box, 1rem);
    border-bottom-left-radius: var(--rounded-box, 1rem);
  }
  .daisy-modal-bottom :where(.daisy-modal-box){
    width: 100%;
    max-width: none;
    --tw-translate-y: 2.5rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-left-radius: var(--rounded-box, 1rem);
    border-top-right-radius: var(--rounded-box, 1rem);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .daisy-steps-horizontal .daisy-step{
    grid-template-rows: 40px 1fr;
    grid-template-columns: auto;
    min-width: 4rem;
  }
  .daisy-steps-horizontal .daisy-step:before{
    height: 0.5rem;
    width: 100%;
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    content: "";
    margin-inline-start: -100%;
  }
  .daisy-steps-horizontal .daisy-step:where([dir="rtl"], [dir="rtl"] *):before{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .daisy-steps-vertical .daisy-step{
    gap: 0.5rem;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto;
    min-height: 4rem;
    justify-items: start;
  }
  .daisy-steps-vertical .daisy-step:before{
    height: 100%;
    width: 0.5rem;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    margin-inline-start: 50%;
  }
  .daisy-steps-vertical .daisy-step:where([dir="rtl"], [dir="rtl"] *):before{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
  }
  .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
  }
  .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: open-quote;
  }
  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: close-quote;
  }
  .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
  }
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
  }
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: "`";
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: "`";
  }
  .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
  }
  .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
  }
  .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: none;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: none;
  }
  .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 0;
  }
  .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: baseline;
  }
  .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: top;
  }
  .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    text-align: start;
  }
  .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .prose{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
  }
  .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .static{
    position: static;
  }
  .fixed{
    position: fixed;
  }
  .absolute{
    position: absolute;
  }
  .relative{
    position: relative;
  }
  .inset-0{
    inset: 0px;
  }
  .inset-x-0{
    left: 0px;
    right: 0px;
  }
  .-top-40{
    top: -10rem;
  }
  .bottom-0{
    bottom: 0px;
  }
  .bottom-14{
    bottom: 3.5rem;
  }
  .bottom-5{
    bottom: 1.25rem;
  }
  .left-0{
    left: 0px;
  }
  .left-\[calc\(50\%\+3rem\)\]{
    left: calc(50% + 3rem);
  }
  .right-0{
    right: 0px;
  }
  .right-2{
    right: 0.5rem;
  }
  .right-5{
    right: 1.25rem;
  }
  .top-0{
    top: 0px;
  }
  .top-2{
    top: 0.5rem;
  }
  .top-\[calc\(100\%-13rem\)\]{
    top: calc(100% - 13rem);
  }
  .isolate{
    isolation: isolate;
  }
  .-z-10{
    z-index: -10;
  }
  .z-10{
    z-index: 10;
  }
  .z-20{
    z-index: 20;
  }
  .z-50{
    z-index: 50;
  }
  .z-\[1\]{
    z-index: 1;
  }
  .float-right{
    float: right;
  }
  .m-2{
    margin: 0.5rem;
  }
  .m-auto{
    margin: auto;
  }
  .mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .-mt-2{
    margin-top: -0.5rem;
  }
  .mb-1{
    margin-bottom: 0.25rem;
  }
  .mb-16{
    margin-bottom: 4rem;
  }
  .mb-2{
    margin-bottom: 0.5rem;
  }
  .mb-4{
    margin-bottom: 1rem;
  }
  .mb-6{
    margin-bottom: 1.5rem;
  }
  .mb-8{
    margin-bottom: 2rem;
  }
  .ml-1{
    margin-left: 0.25rem;
  }
  .ml-2{
    margin-left: 0.5rem;
  }
  .ml-4{
    margin-left: 1rem;
  }
  .ml-6{
    margin-left: 1.5rem;
  }
  .mr-2{
    margin-right: 0.5rem;
  }
  .mr-4{
    margin-right: 1rem;
  }
  .mr-8{
    margin-right: 2rem;
  }
  .mt-1{
    margin-top: 0.25rem;
  }
  .mt-10{
    margin-top: 2.5rem;
  }
  .mt-16{
    margin-top: 4rem;
  }
  .mt-2{
    margin-top: 0.5rem;
  }
  .mt-24{
    margin-top: 6rem;
  }
  .mt-3{
    margin-top: 0.75rem;
  }
  .mt-4{
    margin-top: 1rem;
  }
  .mt-6{
    margin-top: 1.5rem;
  }
  .mt-8{
    margin-top: 2rem;
  }
  .line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block{
    display: block;
  }
  .inline-block{
    display: inline-block;
  }
  .inline{
    display: inline;
  }
  .flex{
    display: flex;
  }
  .table{
    display: table;
  }
  .grid{
    display: grid;
  }
  .contents{
    display: contents;
  }
  .list-item{
    display: list-item;
  }
  .hidden{
    display: none;
  }
  .aspect-\[1155\/678\]{
    aspect-ratio: 1155/678;
  }
  .aspect-\[16\/9\]{
    aspect-ratio: 16/9;
  }
  .aspect-video{
    aspect-ratio: 16 / 9;
  }
  .h-10{
    height: 2.5rem;
  }
  .h-12{
    height: 3rem;
  }
  .h-14{
    height: 3.5rem;
  }
  .h-16{
    height: 4rem;
  }
  .h-20{
    height: 5rem;
  }
  .h-32{
    height: 8rem;
  }
  .h-4{
    height: 1rem;
  }
  .h-5{
    height: 1.25rem;
  }
  .h-6{
    height: 1.5rem;
  }
  .h-8{
    height: 2rem;
  }
  .h-\[300px\]{
    height: 300px;
  }
  .h-fit{
    height: fit-content;
  }
  .h-full{
    height: 100%;
  }
  .max-h-full{
    max-height: 100%;
  }
  .min-h-\[600px\]{
    min-height: 600px;
  }
  .min-h-full{
    min-height: 100%;
  }
  .min-h-screen{
    min-height: 100vh;
  }
  .w-1\/2{
    width: 50%;
  }
  .w-1\/3{
    width: 33.333333%;
  }
  .w-1\/4{
    width: 25%;
  }
  .w-10{
    width: 2.5rem;
  }
  .w-12{
    width: 3rem;
  }
  .w-16{
    width: 4rem;
  }
  .w-2\/3{
    width: 66.666667%;
  }
  .w-20{
    width: 5rem;
  }
  .w-3\/4{
    width: 75%;
  }
  .w-40{
    width: 10rem;
  }
  .w-48{
    width: 12rem;
  }
  .w-5{
    width: 1.25rem;
  }
  .w-6{
    width: 1.5rem;
  }
  .w-72{
    width: 18rem;
  }
  .w-8{
    width: 2rem;
  }
  .w-80{
    width: 20rem;
  }
  .w-96{
    width: 24rem;
  }
  .w-\[36\.125rem\]{
    width: 36.125rem;
  }
  .w-auto{
    width: auto;
  }
  .w-fit{
    width: fit-content;
  }
  .w-full{
    width: 100%;
  }
  .min-w-0{
    min-width: 0px;
  }
  .min-w-\[240px\]{
    min-width: 240px;
  }
  .max-w-2xl{
    max-width: 42rem;
  }
  .max-w-3xl{
    max-width: 48rem;
  }
  .max-w-4xl{
    max-width: 56rem;
  }
  .max-w-5xl{
    max-width: 64rem;
  }
  .max-w-7xl{
    max-width: 80rem;
  }
  .max-w-\[120px\]{
    max-width: 120px;
  }
  .max-w-\[300px\]{
    max-width: 300px;
  }
  .max-w-full{
    max-width: 100%;
  }
  .max-w-md{
    max-width: 28rem;
  }
  .max-w-xs{
    max-width: 20rem;
  }
  .flex-1{
    flex: 1 1 0%;
  }
  .shrink-0{
    flex-shrink: 0;
  }
  .flex-grow{
    flex-grow: 1;
  }
  .grow{
    flex-grow: 1;
  }
  .-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .transform-gpu{
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  @keyframes spin{
    to{
      transform: rotate(360deg);
    }
  }
  .animate-spin{
    animation: spin 1s linear infinite;
  }
  .cursor-pointer{
    cursor: pointer;
  }
  .list-inside{
    list-style-position: inside;
  }
  .list-decimal{
    list-style-type: decimal;
  }
  .list-disc{
    list-style-type: disc;
  }
  .list-none{
    list-style-type: none;
  }
  .grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-row{
    flex-direction: row;
  }
  .flex-col{
    flex-direction: column;
  }
  .flex-wrap{
    flex-wrap: wrap;
  }
  .items-start{
    align-items: flex-start;
  }
  .items-center{
    align-items: center;
  }
  .justify-start{
    justify-content: flex-start;
  }
  .justify-end{
    justify-content: flex-end;
  }
  .justify-center{
    justify-content: center;
  }
  .justify-between{
    justify-content: space-between;
  }
  .gap-1{
    gap: 0.25rem;
  }
  .gap-2{
    gap: 0.5rem;
  }
  .gap-3{
    gap: 0.75rem;
  }
  .gap-4{
    gap: 1rem;
  }
  .gap-6{
    gap: 1.5rem;
  }
  .gap-8{
    gap: 2rem;
  }
  .gap-x-6{
    column-gap: 1.5rem;
  }
  .gap-x-8{
    column-gap: 2rem;
  }
  .gap-y-12{
    row-gap: 3rem;
  }
  .space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .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)));
  }
  .space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .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-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .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-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .overflow-hidden{
    overflow: hidden;
  }
  .overflow-x-auto{
    overflow-x: auto;
  }
  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .whitespace-nowrap{
    white-space: nowrap;
  }
  .text-balance{
    text-wrap: balance;
  }
  .text-pretty{
    text-wrap: pretty;
  }
  .break-words{
    overflow-wrap: break-word;
  }
  .rounded-box{
    border-radius: var(--rounded-box, 1rem);
  }
  .rounded-full{
    border-radius: 9999px;
  }
  .rounded-lg{
    border-radius: 0.5rem;
  }
  .rounded-md{
    border-radius: 0.375rem;
  }
  .rounded-sm{
    border-radius: 0.125rem;
  }
  .rounded-xl{
    border-radius: 0.75rem;
  }
  .rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .border{
    border-width: 1px;
  }
  .border-2{
    border-width: 2px;
  }
  .border-b{
    border-bottom-width: 1px;
  }
  .border-l{
    border-left-width: 1px;
  }
  .border-t{
    border-top-width: 1px;
  }
  .border-dashed{
    border-style: dashed;
  }
  .border-base-200{
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity, 1)));
  }
  .border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }
  .border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }
  .border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
  .border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }
  .border-red-500{
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
  .border-slate-500{
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }
  .bg-base-100{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity, 1)));
  }
  .bg-base-100\/80{
    background-color: var(--fallback-b1,oklch(var(--b1)/0.8));
  }
  .bg-base-200{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity, 1)));
  }
  .bg-error\/10{
    background-color: var(--fallback-er,oklch(var(--er)/0.1));
  }
  .bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
  .bg-primary{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity, 1)));
  }
  .bg-primary\/10{
    background-color: var(--fallback-p,oklch(var(--p)/0.1));
  }
  .bg-primary\/20{
    background-color: var(--fallback-p,oklch(var(--p)/0.2));
  }
  .bg-slate-100{
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }
  .bg-success{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity, 1)));
  }
  .bg-success\/10{
    background-color: var(--fallback-su,oklch(var(--su)/0.1));
  }
  .bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }
  .bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }
  .from-\[\#ff80b5\]{
    --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-primary{
    --tw-gradient-from: var(--fallback-p,oklch(var(--p)/1)) var(--tw-gradient-from-position);
    --tw-gradient-to: var(--fallback-p,oklch(var(--p)/0)) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .to-\[\#9089fc\]{
    --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
  }
  .to-secondary{
    --tw-gradient-to: var(--fallback-s,oklch(var(--s)/1)) var(--tw-gradient-to-position);
  }
  .stroke-current{
    stroke: currentColor;
  }
  .object-contain{
    object-fit: contain;
  }
  .object-cover{
    object-fit: cover;
  }
  .p-0{
    padding: 0px;
  }
  .p-2{
    padding: 0.5rem;
  }
  .p-3{
    padding: 0.75rem;
  }
  .p-4{
    padding: 1rem;
  }
  .p-5{
    padding: 1.25rem;
  }
  .p-6{
    padding: 1.5rem;
  }
  .p-8{
    padding: 2rem;
  }
  .px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pb-2{
    padding-bottom: 0.5rem;
  }
  .pb-32{
    padding-bottom: 8rem;
  }
  .pb-4{
    padding-bottom: 1rem;
  }
  .pb-8{
    padding-bottom: 2rem;
  }
  .pl-4{
    padding-left: 1rem;
  }
  .pt-10{
    padding-top: 2.5rem;
  }
  .pt-14{
    padding-top: 3.5rem;
  }
  .pt-4{
    padding-top: 1rem;
  }
  .pt-8{
    padding-top: 2rem;
  }
  .text-left{
    text-align: left;
  }
  .text-center{
    text-align: center;
  }
  .text-right{
    text-align: right;
  }
  .text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .text-sm\/6{
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .font-bold{
    font-weight: 700;
  }
  .font-medium{
    font-weight: 500;
  }
  .font-semibold{
    font-weight: 600;
  }
  .uppercase{
    text-transform: uppercase;
  }
  .lowercase{
    text-transform: lowercase;
  }
  .italic{
    font-style: italic;
  }
  .leading-relaxed{
    line-height: 1.625;
  }
  .tracking-tight{
    letter-spacing: -0.025em;
  }
  .text-base-100{
    --tw-text-opacity: 1;
    color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity, 1)));
  }
  .text-base-100\/90{
    color: var(--fallback-b1,oklch(var(--b1)/0.9));
  }
  .text-base-content{
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity, 1)));
  }
  .text-base-content\/60{
    color: var(--fallback-bc,oklch(var(--bc)/0.6));
  }
  .text-base-content\/70{
    color: var(--fallback-bc,oklch(var(--bc)/0.7));
  }
  .text-base-content\/80{
    color: var(--fallback-bc,oklch(var(--bc)/0.8));
  }
  .text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
  .text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }
  .text-error{
    --tw-text-opacity: 1;
    color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity, 1)));
  }
  .text-error-content{
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity, 1)));
  }
  .text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
  .text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
  .text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
  .text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
  .text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
  .text-green-500{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }
  .text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }
  .text-info{
    --tw-text-opacity: 1;
    color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity, 1)));
  }
  .text-primary{
    --tw-text-opacity: 1;
    color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity, 1)));
  }
  .text-primary-content{
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity, 1)));
  }
  .text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
  .text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
  .text-secondary{
    --tw-text-opacity: 1;
    color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity, 1)));
  }
  .text-slate-400{
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }
  .text-slate-500{
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }
  .text-success{
    --tw-text-opacity: 1;
    color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity, 1)));
  }
  .text-success-content{
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity, 1)));
  }
  .text-warning-content{
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity, 1)));
  }
  .text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .text-yellow-500{
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
  }
  .underline{
    text-decoration-line: underline;
  }
  .opacity-25{
    opacity: 0.25;
  }
  .opacity-30{
    opacity: 0.3;
  }
  .opacity-70{
    opacity: 0.7;
  }
  .opacity-75{
    opacity: 0.75;
  }
  .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);
    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);
    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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
  .ring-gray-900\/10{
    --tw-ring-color: rgb(17 24 39 / 0.1);
  }
  .blur-3xl{
    --tw-blur: blur(64px);
    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);
  }
  .drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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{
    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);
  }
  .transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .duration-200{
    transition-duration: 200ms;
  }
  .duration-300{
    transition-duration: 300ms;
  }
}
@media (hover: hover){
  .hover\:daisy-btn-primary:hover.daisy-btn-outline:hover{
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }
  @supports (color: color-mix(in oklab, black, black)){
    .hover\:daisy-btn-primary:hover.daisy-btn-outline:hover{
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }
  .hover\:daisy-btn-primary:hover.daisy-btn-outline:hover{
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }
  @supports (color: color-mix(in oklab, black, black)){
    .hover\:daisy-btn-primary:hover.daisy-btn-outline:hover{
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }
  .hover\:daisy-btn-error:hover.daisy-btn-outline:hover{
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  }
  @supports (color: color-mix(in oklab, black, black)){
    .hover\:daisy-btn-error:hover.daisy-btn-outline:hover{
      background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    }
  }
  .hover\:daisy-btn-error:hover.daisy-btn-outline:hover{
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  }
  @supports (color: color-mix(in oklab, black, black)){
    .hover\:daisy-btn-error:hover.daisy-btn-outline:hover{
      background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    }
  }
}
@supports not (color: oklch(0% 0 0)){
  .hover\:daisy-btn-primary:hover{
    --btn-color: var(--fallback-p);
  }
  .hover\:daisy-btn-error:hover{
    --btn-color: var(--fallback-er);
  }
}
@supports (color: color-mix(in oklab, black, black)){
  .hover\:daisy-btn-primary:hover.daisy-btn-outline.daisy-btn-active{
    background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
  }
  .hover\:daisy-btn-error:hover.daisy-btn-outline.daisy-btn-active{
    background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
  }
}
.hover\:daisy-btn-primary:hover{
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@supports (color: oklch(0% 0 0)){
  .hover\:daisy-btn-primary:hover{
    --btn-color: var(--p);
  }
  .hover\:daisy-btn-error:hover{
    --btn-color: var(--er);
  }
}
.hover\:daisy-btn-error:hover{
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-er,oklch(var(--er)/1));
}
.hover\:daisy-btn-primary:hover.daisy-btn-outline{
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}
.hover\:daisy-btn-primary:hover.daisy-btn-outline.daisy-btn-active{
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.hover\:daisy-btn-error:hover.daisy-btn-outline{
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
}
.hover\:daisy-btn-error:hover.daisy-btn-outline.daisy-btn-active{
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
}
.focus\:daisy-input-primary:focus{
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
}
.focus\:daisy-input-primary:focus:focus,.focus\:daisy-input-primary:focus:focus-within{
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
.focus\:daisy-textarea-primary:focus{
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
}
.focus\:daisy-textarea-primary:focus:focus{
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:bg-base-300:hover{
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity, 1)));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity, 1)));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:ring-gray-900\/20:hover{
  --tw-ring-color: rgb(17 24 39 / 0.2);
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:bg-primary\/20{
  background-color: var(--fallback-p,oklch(var(--p)/0.2));
}
@media (min-width: 640px){
  .sm\:-top-80{
    top: -20rem;
  }
  .sm\:left-\[calc\(50\%\+36rem\)\]{
    left: calc(50% + 36rem);
  }
  .sm\:top-\[calc\(100\%-30rem\)\]{
    top: calc(100% - 30rem);
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:max-h-56{
    max-height: 14rem;
  }
  .sm\:w-\[72\.1875rem\]{
    width: 72.1875rem;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .sm\:text-xl\/8{
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:ml-5{
    margin-left: 1.25rem;
  }
  .md\:block{
    display: block;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:min-w-\[500px\]{
    min-width: 500px;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@angular/material/prebuilt-themes/rose-red.css?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
html{--mat-sys-background: #fff8f8;--mat-sys-error: #ba1a1a;--mat-sys-error-container: #ffdad6;--mat-sys-inverse-on-surface: #faeeef;--mat-sys-inverse-primary: #ffb1c5;--mat-sys-inverse-surface: #352f30;--mat-sys-on-background: #201a1b;--mat-sys-on-error: #ffffff;--mat-sys-on-error-container: #410002;--mat-sys-on-primary: #ffffff;--mat-sys-on-primary-container: #3f001b;--mat-sys-on-primary-fixed: #3f001b;--mat-sys-on-primary-fixed-variant: #8f0045;--mat-sys-on-secondary: #ffffff;--mat-sys-on-secondary-container: #2b151b;--mat-sys-on-secondary-fixed: #2b151b;--mat-sys-on-secondary-fixed-variant: #5b3f46;--mat-sys-on-surface: #201a1b;--mat-sys-on-surface-variant: #514346;--mat-sys-on-tertiary: #ffffff;--mat-sys-on-tertiary-container: #410000;--mat-sys-on-tertiary-fixed: #410000;--mat-sys-on-tertiary-fixed-variant: #930100;--mat-sys-outline: #847376;--mat-sys-outline-variant: #d6c2c5;--mat-sys-primary: #ba005c;--mat-sys-primary-container: #ffd9e1;--mat-sys-primary-fixed: #ffd9e1;--mat-sys-primary-fixed-dim: #ffb1c5;--mat-sys-scrim: #000000;--mat-sys-secondary: #74565d;--mat-sys-secondary-container: #ffd9e1;--mat-sys-secondary-fixed: #ffd9e1;--mat-sys-secondary-fixed-dim: #e3bdc5;--mat-sys-shadow: #000000;--mat-sys-surface: #fff8f8;--mat-sys-surface-bright: #fff8f8;--mat-sys-surface-container: #f7ebec;--mat-sys-surface-container-high: #f1e5e6;--mat-sys-surface-container-highest: #ece0e1;--mat-sys-surface-container-low: #fdf1f2;--mat-sys-surface-container-lowest: #ffffff;--mat-sys-surface-dim: #e3d7d8;--mat-sys-surface-tint: #ba005c;--mat-sys-surface-variant: #f3dde1;--mat-sys-tertiary: #c00100;--mat-sys-tertiary-container: #ffdad4;--mat-sys-tertiary-fixed: #ffdad4;--mat-sys-tertiary-fixed-dim: #ffb4a8;--mat-sys-neutral-variant20: #3a2d30;--mat-sys-neutral10: #201a1b;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: 0.031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: 0.875rem;--mat-sys-body-medium-tracking: 0.016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 0.75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: 0.75rem;--mat-sys-body-small-tracking: 0.025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -0.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: 0.875rem;--mat-sys-label-large-tracking: 0.006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 0.75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: 0.75rem;--mat-sys-label-medium-tracking: 0.031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 0.688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: 0.688rem;--mat-sys-label-small-tracking: 0.031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: 0.009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: 0.875rem;--mat-sys-title-small-tracking: 0.006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: 0.16;--mat-sys-focus-state-layer-opacity: 0.12;--mat-sys-hover-state-layer-opacity: 0.08;--mat-sys-pressed-state-layer-opacity: 0.12}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-spinner/animations/ball-scale-pulse.css?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-pulse,
.la-ball-scale-pulse > div {
    position: relative;
    box-sizing: border-box;
}

.la-ball-scale-pulse {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-scale-pulse.la-dark {
    color: #333;
}

.la-ball-scale-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-scale-pulse {
    width: 32px;
    height: 32px;
}

.la-ball-scale-pulse > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: .5;
    animation: ball-scale-pulse 2s infinite ease-in-out;
}

.la-ball-scale-pulse > div:last-child {
    animation-delay: -1.0s;
}

.la-ball-scale-pulse.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-scale-pulse.la-sm > div {
    width: 16px;
    height: 16px;
}

.la-ball-scale-pulse.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-scale-pulse.la-2x > div {
    width: 64px;
    height: 64px;
}

.la-ball-scale-pulse.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-scale-pulse.la-3x > div {
    width: 96px;
    height: 96px;
}

/*
 * Animation
 */
@keyframes ball-scale-pulse {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/filepond/dist/filepond.min.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/*!
 * FilePond 4.32.5
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}.filepond--file-action-button[disabled]{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.25)}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shake{10%,90%{transform:translateX(-.0625em)}20%,80%{transform:translateX(.125em)}30%,50%,70%{transform:translateX(-.25em)}40%,60%{transform:translateX(.25em)}}@keyframes fall{0%{opacity:0;transform:scale(.5);animation-timing-function:ease-out}70%{opacity:1;transform:scale(1.1);animation-timing-function:ease-in-out}to{transform:scale(1);animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity;touch-action:auto}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;backface-visibility:hidden;transform-origin:left top;transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.4;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * FilePondPluginImagePreview 4.6.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0;
}
.filepond--image-preview-wrapper {
  z-index: 2;
}
.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}
.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}
.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: rgba(54, 151, 99, 1);
}
.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: rgba(196, 78, 71, 1);
}
/* disable for Safari as mix-blend-mode causes the overflow:hidden of the parent container to not work */
@supports (-webkit-marquee-repetition: infinite) and
  (object-fit: fill) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}
.filepond--image-preview-wrapper {
  /* no interaction */
  -webkit-user-select: none;
  user-select: none;

  /* have preview fill up all available space */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;

  /* radius is .05em less to prevent the panel background color from shining through */
  border-radius: 0.45em;
  overflow: hidden;

  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01);
}
.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex; /* this aligns the graphic vertically if the panel is higher than the image */
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;

  /* will be animated */
  will-change: transform, opacity;
}
.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;

  /* transparency indicator (currently only supports grid or basic color) */
}
.filepond--image-clip[data-transparency-indicator='grid'] img,
.filepond--image-clip[data-transparency-indicator='grid'] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}
.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview-wrapper {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  transform: scaleY(-1);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
  margin-bottom: 0.325em;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='left'] {
  left: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='right'] {
  right: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
  margin-bottom: calc(0.325em + 0.1875em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/filepond-plugin-image-edit/dist/filepond-plugin-image-edit.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * FilePondPluginImageEdit 1.6.3
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*='center'] {
  margin-left: -0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*='bottom'] {
  margin-bottom: -0.1875em;
}

.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute;
}

.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}


/*# sourceMappingURL=styles.css.map*/