@charset "UTF-8";
.video-react .video-react-big-play-button:before,
.video-react .video-react-control:before {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@font-face {
  font-family: video-react;
  src: url(/static/media/.77fd441a88a27df26934.eot) format("eot");
}
@font-face {
  font-family: video-react;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/.a2a9a4d52a0efd70605d) format("woff"),
    url(/static/media/.f91c39f5de88efadb70a) format("truetype");
}
.video-react .video-react-bezel .video-react-bezel-icon,
.video-react .video-react-big-play-button,
.video-react .video-react-closed-caption,
.video-react .video-react-mute-control,
.video-react .video-react-play-control,
.video-react .video-react-play-progress,
.video-react .video-react-volume-level,
.video-react .video-react-volume-menu-button,
.video-react-icon {
  speak: none;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: video-react !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.video-react .video-react-bezel .video-react-bezel-icon-play:before,
.video-react .video-react-big-play-button:before,
.video-react .video-react-play-control:before,
.video-react-icon-play-arrow:before {
  content: "";
}
.video-react-icon-play-circle-filled:before {
  content: "";
}
.video-react-icon-play-circle-outline:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-pause:before,
.video-react .video-react-play-control.video-react-playing:before,
.video-react-icon-pause:before {
  content: "";
}
.video-react-icon-pause-circle-filled:before {
  content: "";
}
.video-react-icon-pause-circle-outline:before {
  content: "";
}
.video-react-icon-stop:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before,
.video-react-icon-fast-rewind:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before,
.video-react-icon-fast-forward:before {
  content: "";
}
.video-react-icon-skip-previous:before {
  content: "";
}
.video-react-icon-skip-next:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-replay-5:before,
.video-react-icon-replay-5:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-replay-10:before,
.video-react-icon-replay-10:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-replay-30:before,
.video-react-icon-replay-30:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-forward-5:before,
.video-react-icon-forward-5:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-forward-10:before,
.video-react-icon-forward-10:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-forward-30:before,
.video-react-icon-forward-30:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-volume-off:before,
.video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before,
.video-react-icon-volume-off:before {
  content: "";
}
.video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before,
.video-react-icon-volume-mute:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-volume-down:before,
.video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before,
.video-react-icon-volume-down:before {
  content: "";
}
.video-react .video-react-bezel .video-react-bezel-icon-volume-up:before,
.video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before,
.video-react-icon-volume-up:before {
  content: "";
}
.video-react-icon-fullscreen:before {
  content: "";
}
.video-react-icon-fullscreen-exit:before {
  content: "";
}
.video-react .video-react-closed-caption:before,
.video-react-icon-closed-caption:before {
  content: "";
}
.video-react-icon-hd:before {
  content: "";
}
.video-react-icon-settings:before {
  content: "";
}
.video-react-icon-share:before {
  content: "";
}
.video-react-icon-info:before {
  content: "";
}
.video-react-icon-info-outline:before {
  content: "";
}
.video-react-icon-close:before {
  content: "";
}
.video-react .video-react-play-progress:before,
.video-react .video-react-volume-level:before,
.video-react-icon-circle:before {
  content: "";
}
.video-react-icon-circle-outline:before {
  content: "";
}
.video-react-icon-circle-inner-circle:before {
  content: "";
}
.video-react {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: serif, Times, Times New Roman;
  font-size: 10px;
  line-height: 1;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: top;
}
.video-react:-moz-full-screen {
  position: absolute;
}
.video-react:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important;
}
.video-react *,
.video-react :after,
.video-react :before {
  box-sizing: inherit;
}
.video-react ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin: 0;
}
.video-react.video-react-16-9,
.video-react.video-react-4-3,
.video-react.video-react-fluid {
  height: 0;
  max-width: 100%;
  width: 100%;
}
.video-react.video-react-16-9 {
  padding-top: 56.25%;
}
.video-react.video-react-4-3 {
  padding-top: 75%;
}
.video-react.video-react-fill {
  height: 100%;
  width: 100%;
}
.video-react .video-react-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-react.video-react-fullscreen {
  height: 100% !important;
  padding-top: 0 !important;
  width: 100% !important;
}
.video-react.video-react-fullscreen.video-react-user-inactive {
  cursor: none;
}
body.video-react-full-window {
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 0;
}
body.video-react-full-window .video-react-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.video-react .video-react-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-decoration: none;
  text-transform: none;
  transition: none;
}
.video-react .video-react-loading-spinner {
  background-clip: padding-box;
  border: 6px solid #2b333fb3;
  border-radius: 25px;
  box-sizing: border-box;
  display: none;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 50px;
}
.video-react .video-react-loading-spinner:after,
.video-react .video-react-loading-spinner:before {
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8)
      infinite,
    video-react-spinner-fade 1.1s linear infinite;
  border: inherit;
  border-color: #fff #0000 #0000;
  border-radius: inherit;
  box-sizing: inherit;
  content: "";
  height: inherit;
  margin: -6px;
  opacity: 1;
  position: absolute;
  width: inherit;
}
.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
  display: block;
}
.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
  border-top-color: #fff;
}
.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
  animation-delay: 0.44s;
  border-top-color: #fff;
}
@keyframes video-react-spinner-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  to {
    border-top-color: #73859f;
  }
}
.video-react .video-react-big-play-button {
  background-color: #2b333f;
  background-color: #2b333fb3;
  border: 0.06666em solid #fff;
  border-radius: 0.3em;
  cursor: pointer;
  display: block;
  font-size: 3em;
  height: 1.5em;
  left: 10px;
  line-height: 1.5em;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 10px;
  transition: all 0.4s;
  width: 3em;
}
.video-react .video-react-big-play-button.video-react-big-play-button-center {
  left: 50%;
  margin-left: -1.5em;
  margin-top: -0.75em;
  top: 50%;
}
.video-react .video-react-big-play-button.big-play-button-hide {
  display: none;
}
.video-react .video-react-big-play-button:focus,
.video-react:hover .video-react-big-play-button {
  background-color: #73859f;
  background-color: #73859f80;
  border-color: #fff;
  outline: 0;
  transition: all 0s;
}
.video-react-menu-button {
  cursor: pointer;
}
.video-react-menu-button.video-react-disabled {
  cursor: default;
}
.video-react-menu .video-react-menu-content {
  display: block;
  font-family: serif, Times, Times New Roman;
  margin: 0;
  overflow: auto;
  padding: 0;
}
.video-react-menu li {
  font-size: 1.2em;
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  text-align: center;
}
.video-react-menu li:focus,
.video-react-menu li:hover {
  background-color: #73859f;
  background-color: #73859f80;
  outline: 0;
}
.video-react-menu li.video-react-selected,
.video-react-menu li.video-react-selected:focus,
.video-react-menu li.video-react-selected:hover {
  background-color: #fff;
  color: #2b333f;
}
.video-react-menu li.vjs-menu-title {
  cursor: default;
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  margin: 0 0 0.3em;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none;
}
.video-react .video-react-menu-button-popup .video-react-menu {
  border-top-color: #2b333fb3;
  bottom: 0;
  display: none;
  height: 0;
  left: -3em;
  margin-bottom: 1.5em;
  position: absolute;
  width: 10em;
}
.video-react
  .video-react-menu-button-popup
  .video-react-menu
  .video-react-menu-content {
  background-color: #2b333f;
  background-color: #2b333fb3;
  bottom: 1.5em;
  max-height: 15em;
  position: absolute;
  width: 100%;
}
.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block;
}
.video-react .video-react-menu-button-inline {
  overflow: hidden;
  transition: all 0.4s;
}
.video-react .video-react-menu-button-inline:before {
  width: 2.222222222em;
}
.video-react .video-react-menu-button-inline.video-react-slider-active,
.video-react .video-react-menu-button-inline:focus,
.video-react .video-react-menu-button-inline:hover {
  width: 12em;
}
.video-react
  .video-react-menu-button-inline.video-react-slider-active
  .video-react-menu,
.video-react .video-react-menu-button-inline:focus .video-react-menu,
.video-react .video-react-menu-button-inline:hover .video-react-menu {
  display: block;
  opacity: 1;
}
.video-react .video-react-menu-button-inline.video-react-slider-active {
  transition: none;
}
.video-react .video-react-menu-button-inline .video-react-menu {
  height: 100%;
  left: 4em;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  width: auto;
}
.video-react .video-react-menu-button-inline .video-react-menu-content {
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: auto;
}
.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.video-react-no-flex .video-react-menu-button-inline.video-react-slider-active,
.video-react-no-flex .video-react-menu-button-inline:focus,
.video-react-no-flex .video-react-menu-button-inline:hover {
  width: auto;
}
.video-react .video-react-poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}
.video-react .video-react-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.video-react .video-react-slider {
  background-color: #73859f;
  background-color: #73859f80;
  cursor: pointer;
  margin: 0 0.45em;
  outline: 0;
  padding: 0;
  position: relative;
}
.video-react .video-react-slider:focus {
  box-shadow: 0 0 1em #fff;
}
.video-react .video-react-control {
  flex: none;
  height: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  width: 4em;
}
.video-react .video-react-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-react .video-react-control:focus,
.video-react .video-react-control:focus:before,
.video-react .video-react-control:hover:before {
  text-shadow: 0 0 1em #fff, 0 0 0.5em #fff;
}
.video-react .video-react-control-text {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle;
}
.video-react .video-react-control-bar {
  background-color: #2b333f;
  background-color: #2b333fb3;
  bottom: 0;
  display: none;
  height: 3em;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.video-react-has-started .video-react-control-bar {
  display: flex;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
  visibility: visible;
}
.video-react-has-started.video-react-user-inactive.video-react-playing
  .video-react-control-bar.video-react-control-bar-auto-hide {
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  visibility: visible;
}
.video-react-controls-disabled .video-react-control-bar,
.video-react-error .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar {
  display: none !important;
}
.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing
  .video-react-control-bar {
  opacity: 1;
  visibility: visible;
}
.video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table;
}
.video-react .video-react-progress-control {
  align-items: center;
  display: flex;
  flex: auto;
  min-width: 4em;
}
.video-react-live .video-react-progress-control {
  display: none;
}
.video-react .video-react-progress-holder {
  flex: auto;
  height: 0.3em;
  transition: all 0.2s;
}
.video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.6666666667em;
}
.video-react
  .video-react-progress-control:hover
  .video-react-mouse-display:after,
.video-react
  .video-react-progress-control:hover
  .video-react-play-progress:after,
.video-react .video-react-progress-control:hover .video-react-time-tooltip {
  font-size: 0.6em;
  visibility: visible;
}
.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-load-progress div,
.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar {
  display: block;
  height: 0.3em;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.video-react .video-react-play-progress {
  background-color: #fff;
}
.video-react .video-react-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
}
.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after,
.video-react .video-react-time-tooltip {
  background-color: #fff;
  background-color: #fffc;
  border-radius: 0.3em;
  color: #000;
  content: attr(data-current-time);
  font-size: 0.9em;
  padding: 6px 8px 8px;
  pointer-events: none;
  position: absolute;
  right: -1.9em;
  top: -3.4em;
  visibility: hidden;
}
.video-react .video-react-play-progress:after,
.video-react .video-react-play-progress:before,
.video-react .video-react-time-tooltip {
  z-index: 1;
}
.video-react
  .video-react-progress-control
  .video-react-keep-tooltips-inside:after {
  display: none;
}
.video-react .video-react-load-progress {
  background: #bfc7d3;
  background: #73859f80;
}
.video-react .video-react-load-progress div {
  background: #fff;
  background: #73859fbf;
}
.video-react.video-react-no-flex .video-react-progress-control {
  width: auto;
}
.video-react .video-react-time-tooltip {
  display: inline-block;
  float: right;
  height: 2.4em;
  position: relative;
  right: -1.9em;
}
.video-react .video-react-tooltip-progress-bar {
  visibility: hidden;
}
.video-react .video-react-progress-control .video-react-mouse-display {
  background-color: #000;
  display: none;
  height: 100%;
  position: absolute;
  width: 1px;
  z-index: 1;
}
.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0;
}
.video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block;
}
.video-react.video-react-user-inactive
  .video-react-progress-control
  .video-react-mouse-display,
.video-react.video-react-user-inactive
  .video-react-progress-control
  .video-react-mouse-display:after {
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  visibility: hidden;
}
.video-react.video-react-user-inactive.video-react-no-flex
  .video-react-progress-control
  .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex
  .video-react-progress-control
  .video-react-mouse-display:after {
  display: none;
}
.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
  background-color: #000;
  background-color: #000c;
  color: #fff;
}
.video-react .video-react-fullscreen-control,
.video-react .video-react-play-control {
  cursor: pointer;
  flex: none;
}
.video-react.video-react-fullscreen {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.video-react .video-react-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  padding-left: 1em;
  padding-right: 1em;
  width: auto;
}
.video-react .video-react-time-divider {
  line-height: 3em;
  min-width: auto;
  padding: 0;
}
.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
  cursor: pointer;
  flex: none;
}
.video-react .video-react-volume-control {
  align-items: center;
  display: flex;
  flex: none;
  width: 5em;
}
.video-react .video-react-volume-bar {
  margin: 1.35em 0.45em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal {
  height: 0.3em;
  width: 5em;
}
.video-react
  .video-react-volume-bar.video-react-slider-horizontal
  .video-react-volume-level {
  width: 100%;
}
.video-react .video-react-volume-bar.video-react-slider-vertical {
  height: 5em;
  margin: 1.35em auto;
  width: 0.3em;
}
.video-react
  .video-react-volume-bar.video-react-slider-vertical
  .video-react-volume-level {
  height: 100%;
}
.video-react .video-react-volume-level {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
}
.video-react .video-react-volume-level:before {
  font-size: 0.9em;
  position: absolute;
}
.video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em;
}
.video-react .video-react-slider-vertical .video-react-volume-level:before {
  left: -0.3em;
  top: -0.5em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level:before {
  right: -0.5em;
  top: -0.3em;
}
.video-react
  .video-react-menu-button-popup.video-react-volume-menu-button
  .video-react-menu {
  border-top-color: #0000;
  display: block;
  height: 0;
  width: 0;
}
.video-react
  .video-react-menu-button-popup.video-react-volume-menu-button-vertical
  .video-react-menu {
  height: 8em;
  left: 0.5em;
}
.video-react
  .video-react-menu-button-popup.video-react-volume-menu-button-horizontal
  .video-react-menu {
  left: -2em;
}
.video-react
  .video-react-menu-button-popup.video-react-volume-menu-button
  .video-react-menu-content {
  height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0;
}
.video-react
  .video-react-volume-menu-button-vertical
  .video-react-lock-showing
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-vertical.video-react-slider-active
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-vertical:focus
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-vertical:hover
  .video-react-menu-content {
  height: 8em;
  width: 2.9em;
}
.video-react
  .video-react-volume-menu-button-horizontal
  .video-react-lock-showing
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-horizontal
  .video-react-slider-active
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-horizontal:focus
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-horizontal:hover
  .video-react-menu-content {
  height: 2.9em;
  width: 8em;
}
.video-react
  .video-react-volume-menu-button.video-react-menu-button-inline
  .video-react-menu-content {
  background-color: initial !important;
}
.video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center;
}
.video-react .video-react-playback-rate .video-react-menu {
  left: 0;
  width: 4em;
}
.video-react .video-react-bezel {
  background: #00000080;
  border-radius: 26px;
  height: 52px;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  width: 52px;
  z-index: 17;
}
.video-react .video-react-bezel.video-react-bezel-animation {
  animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel.video-react-bezel-animation-alt {
  animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel .video-react-bezel-icon {
  font-size: 26px;
  height: 36px;
  line-height: 36px;
  margin: 8px;
  text-align: center;
  width: 36px;
}
@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.video-react .video-react-closed-caption {
  cursor: pointer;
  flex: none;
}
.video-react video::-webkit-media-text-track-container {
  transform: translateY(-30px);
}
.intro-section .article-title {
  font-feature-settings: "calt" off;
}
.spell-list {
  display: flex;
  justify-content: center;
}
.spell-list .spell-item {
  position: relative;
  z-index: 1;
}
.spell-list .spell-item:after {
  background-color: #fff;
  content: "";
  height: 35px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: -19px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  width: 1px;
}
.spell-list .spell-item.selected:after {
  opacity: 0;
}
@media (max-width: 768px) {
  .spell-list .spell-item:after {
    opacity: 0;
  }
  .spell-list .spell-item.selected:after {
    opacity: 0.4;
  }
}
.magnus-card-bg {
  background: url(/static/media/magnus-banner-bg.d1ddaf4e03b9505d02cf.png)
    no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .magnus-card-bg {
    background-position: 50%;
    background-size: contain;
  }
}
@media screen and (min-width: 640px) and (max-width: 759px) {
  .magnus-card-bg {
    background-image: url(/static/media/magnus-tablet-banner-bg.1080a3962ac841299029.png)
      no-repeat;
    background-position: 50%;
    background-size: 100% 85%;
  }
}
@media screen and (min-width: 760px) and (max-width: 1023px) {
  .magnus-card-bg {
    background-image: url(/static/media/magnus-tablet-banner-bg.1080a3962ac841299029.png)
      no-repeat;
    background-position: 50%;
    background-size: 100% 95%;
  }
}
@media screen and (max-width: 639px) {
  .magnus-card-bg {
    background-image: url(/static/media/magnus-banner-bg.d1ddaf4e03b9505d02cf.png)
      no-repeat;
    background-position: 20%;
    background-size: 115% 72%;
  }
}
.m8-card-bg {
  background: url(/static/media/m8-mobile.9174436c7bf4ef927f53.jpg) no-repeat
    50%;
  background-position: 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .m8-card-bg {
    background: url(/static/media/m8-tablet.028345fc5e366b5d46ee.jpg) no-repeat
      50%;
    background-position: 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .m8-card-bg {
    background: url(/static/media/m8-desktop.8586184d1f20f3dd7215.jpg) no-repeat
      50%;
    background-position: 50%;
    background-size: cover;
  }
}
.chess-puzzle-card-bg {
  background: url(/static/media/puzzle-mobile.82f74afc1f202f9d0c9f.jpg)
    no-repeat 50%;
  background-position: 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .chess-puzzle-card-bg {
    background: url(/static/media/puzzle-tablet.87a82abc3fefa8087925.jpg)
      no-repeat 50%;
    background-position: 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .chess-puzzle-card-bg {
    background: url(/static/media/puzzle-desktop.68ac6134ba2776d91237.jpg)
      no-repeat 50%;
    background-position: 50%;
    background-size: cover;
  }
}
.genesis-comic-card-bg {
  background: url(/static/media/comic-mobile.0c6d8a2d8b5d89104754.jpg) no-repeat
    50%;
  background-position: 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .genesis-comic-card-bg {
    background: url(/static/media/comic-tablet.39f6c974af93dea5fc4b.jpg)
      no-repeat 50%;
    background-position: 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .genesis-comic-card-bg {
    background: url(/static/media/comic-desktop.27a6223e05e2a156ce5e.jpg)
      no-repeat 50%;
    background-position: 50%;
    background-size: cover;
  }
}
@media (max-height: 512px) {
  .intro-section #home-learnmore-btn {
    display: none;
  }
}
.intro-font-date {
  font-family: TT Firs Neue Variable;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 768px) {
  .intro-font-date {
    font-size: 28px;
    line-height: 34px;
  }
}
.intro-font-title {
  font-family: TT Firs Neue Variable;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 768px) {
  .intro-font-title {
    font-size: 48px;
    line-height: 60px;
  }
}
.intro-font-subtitle {
  font-family: TT Firs Neue Variable;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 768px) {
  .intro-font-subtitle {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1913px) {
  .slider-positioning-fix {
    justify-content: center;
  }
}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
.text-with-white-border-1 {
  color: #000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.text-with-black-border-3 {
  color: #fff;
  text-shadow: -3px -3px 0 #101932, 6px 6px 0 #101932;
}
.hero-pengu-button-shadow {
  box-shadow: 3px 6px 0 0 #000;
}
.hero-video-drop-shadow {
  box-shadow: 16px 16px 0 0 #00aefa;
}
.pudgy-board-footer {
  position: relative;
  text-align: center;
}
.pudgy-board-footer:after {
  border-bottom: 1.5px solid #afabff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.pudgy-board-footer span {
  background-color: #5c56ac;
  color: #afabff;
  padding: 0 8px;
  position: relative;
}
.txn-success {
  background: url(/static/media/txn_successful_bg.3e5345691970f4e10868.jpg);
  background-size: center;
}
input[type="number"] {
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .md\:text-with-white-border-2 {
    color: #000;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
      2px 2px 0 #fff;
  }
  .md\:text-with-black-border-3 {
    color: #fff;
    text-shadow: -3px -3px 0 #101932, 6px 6px 0 #101932;
  }
}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
.tag-bg-new {
  background: linear-gradient(90deg, #e7fb5d, #edc729);
  height: 24px;
  width: 53px;
}
.tag-bg-coming-soon,
.tag-bg-new {
  align-items: center;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  justify-content: center;
}
.tag-bg-coming-soon {
  background: #4a5568cc;
  height: 32px;
  width: 152px;
}
.tag-bg-live {
  background: linear-gradient(90deg, #e7fb5d, #edc729);
  height: 24px;
  width: 53px;
}
.tag-bg-ended,
.tag-bg-live {
  align-items: center;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  justify-content: center;
}
.tag-bg-ended {
  background: #4a5568cc;
  height: 32px;
  width: 82px;
}
.tag-text-new {
  color: #0d1017;
}
.tag-text-coming-soon,
.tag-text-new {
  font-feature-settings: "calt" off;
  font-family: TT Firs Neue Variable;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.6px;
  text-align: center;
  text-transform: uppercase;
}
.tag-text-coming-soon {
  color: #fff;
}
.tag-text-live {
  font-feature-settings: "calt" off;
  color: #0d1017;
  font-family: TT Firs Neue Variable;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.tag-text-live,
.tag-text-live-dot {
  line-height: 17.6px;
  text-align: center;
}
.tag-text-live-dot {
  font-feature-settings: "calt" off;
  color: #ff439d;
  font-family: TT Firs Neue Variable;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.tag-text-ended {
  font-feature-settings: "calt" off;
  color: #a0aec0;
  font-family: TT Firs Neue Variable;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .tag-bg-coming-soon {
    background: #fff3;
    height: 24px;
    width: 120px;
  }
  .tag-text-coming-soon {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (min-width: 1024px) {
  header {
    background-color: #0000 !important;
  }
}
@media screen and (min-width: 1700px) {
  header #top-nav-socials {
    display: flex !important;
  }
}
@media (min-width: 1000px) and (max-height: 600px) {
  .story-section .story-titles {
    bottom: -70%;
  }
}
@media (min-width: 1000px) and (max-height: 850px) {
  .story-section .story-titles.signed-in {
    bottom: 15%;
    height: 400px;
  }
}
@media (min-width: 1000px) and (max-height: 800px) {
  .story-section .story-titles.signed-in {
    height: 300px;
  }
}
@media (min-width: 1000px) and (max-height: 700px) {
  .story-section .story-titles.signed-in {
    height: 200px;
  }
}
@media (min-width: 1000px) and (max-height: 600px) {
  .story-section .story-titles.signed-in {
    height: 120px;
  }
}
.pvp-mode-card {
  -webkit-mask-size: 100% 100%;
  -webkit-mask: url(/static/media/mask-mobile.a1141072164a0f919599.svg)
    no-repeat center;
  mask: url(/static/media/mask-mobile.a1141072164a0f919599.svg) no-repeat center;
  mask-size: 100% 100%;
}
@media (min-width: 1280px) {
  .pvp-mode-card {
    -webkit-mask-size: 100% 100%;
    -webkit-mask: url(/static/media/mask.ecb39c5c45a8ed318445.svg) no-repeat
      center;
    mask: url(/static/media/mask.ecb39c5c45a8ed318445.svg) no-repeat center;
    mask-size: 100% 100%;
  }
}
.pvp-mode-card-half {
  -webkit-mask-size: 100% 100%;
  -webkit-mask: url(/static/media/mask-mobile.a1141072164a0f919599.svg)
    no-repeat center;
  mask: url(/static/media/mask-mobile.a1141072164a0f919599.svg) no-repeat center;
  mask-size: 100% 100%;
}
@media (min-width: 1280px) {
  .pvp-mode-card-half {
    -webkit-mask-size: 100% 100%;
    -webkit-mask: url(/static/media/mask-half.6a197d8ba8f479a2e4fc.svg)
      no-repeat center;
    mask: url(/static/media/mask-half.6a197d8ba8f479a2e4fc.svg) no-repeat center;
    mask-size: 100% 100%;
  }
}
.game-mode-casual {
  background-image: url(/static/media/pengu-casual-mobile.6217eac4b8a3860cca5d.jpg);
}
.game-mode-casual,
.game-mode-ranked {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.game-mode-ranked {
  background-image: url(/static/media/pengu-ranked-mobile.0ca556c8bb01b11124ff.jpg);
}
.game-mode-custom {
  background-image: url(/static/media/pengu-custom-mobile.fd8e873f773d5ececc85.jpg);
}
.game-mode-custom,
.game-mode-training {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.game-mode-training {
  background-image: url(/static/media/pengu-training-mobile.860d58d6d56c862204d1.jpg);
}
.daily-rewards-progress {
  background: url(/static/media/m8s.ef3f981a159b268ecce9.png), #1a202c;
  background-position: 0, 50%;
  background-repeat: no-repeat;
  background-size: contain, cover;
}
@media (min-width: 1280px) {
  .game-mode-casual {
    background-image: url(/static/media/pengu-casual.b87cc9dda7892c3cb695.jpg);
  }
  .game-mode-casual,
  .game-mode-ranked {
    background-position: 50%;
    background-size: cover;
  }
  .game-mode-ranked {
    background-image: url(/static/media/pengu-ranked.5c15d49143558d0125f0.jpg);
  }
  .game-mode-custom {
    background-image: url(/static/media/pengu-custom.a2255b8118fd81fbccf2.jpg);
  }
  .game-mode-custom,
  .game-mode-training {
    background-position: 50%;
    background-size: cover;
  }
  .game-mode-training {
    background-image: url(/static/media/pengu-training.3d02a10292dc9341a172.jpg);
  }
}
.spell-selection-scrollbar {
  &::-webkit-scrollbar {
    width: 6px;
  }
  &::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #d9d9d9;
  }
  &::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00fffb, #00c9fa 57%, #00aefa 95%);
  }
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
.profile-spinner {
  animation: profile-spinner-rotate 1s linear infinite;
  background: url(/static/media/spinner.79ca62c051f93ad359cd.svg) no-repeat;
  height: 88px;
  width: 88px;
}
@keyframes profile-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.blue-grayscale {
  filter: grayscale(100%) brightness(45%) sepia(100%) hue-rotate(180deg)
    saturate(100%);
}
.match-history-scrollbar {
  &::-webkit-scrollbar {
    width: 6px;
  }
  &::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #d9d9d9;
  }
  &::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00fffb, #00c9fa 57%, #00aefa 95%);
  }
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
.copy-icon {
  height: 16px;
  margin-left: 0.5rem;
  width: 16px;
}
.copy-icon path {
  fill: #ffffff80;
}
.user-info-container {
  justify-content: space-between;
}
.user-info-container .profile-pic {
  border: 6px solid #1a202c;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #ffffff80;
  height: 52px;
  overflow: hidden;
  position: relative;
  width: 52px;
}
.user-info-container .profile-pic:before {
  border: 3px solid #fff;
  border-radius: 100%;
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .user_info-ELO {
    justify-content: center;
  }
  .user-info-container {
    align-items: center;
    height: min-content;
    width: 100%;
  }
  .user-info-container .profile-pic {
    height: 100px;
    width: 100px;
  }
  .edit-btn-text {
    font-feature-settings: "calt" off;
    color: #fff;
    font-family: TT Firs Neue Variable;
    font-size: 15.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.6px;
    text-align: center;
    text-transform: uppercase;
  }
  .spellfire-btn-base {
    background: #6957cd1a;
    border: 1px solid var(--Brand-Lavender, #b07ff7);
    border-radius: 16px 0;
  }
}
.user_info-font-heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: TT Firs Neue Variable;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1280px) {
  .user_info-font-heading {
    font-size: 30px;
    line-height: 36px;
  }
}
.user_info-font-address {
  color: #fffc;
  font-family: TT Firs Neue Variable;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
@media (min-width: 1280px) {
  .user_info-font-address {
    font-size: 16px;
    line-height: 24px;
  }
}
.user_info-font-ELO,
.user_info-font-joined_since {
  font-family: TT Firs Neue Variable;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
@media (min-width: 1280px) {
  .user_info-font-ELO,
  .user_info-font-joined_since {
    font-size: 16px;
    line-height: 24px;
  }
}
.user_info-font-joined_since-date {
  font-family: TT Firs Neue Variable;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
@media (min-width: 1280px) {
  .user_info-font-joined_since-date {
    font-size: 16px;
    line-height: 18px;
  }
}
.user_info-font-rank,
.user_info-font-rating {
  font-family: TT Firs Neue Variable;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1280px) {
  .user_info-font-rank,
  .user_info-font-rating {
    font-size: 16px;
    line-height: 24px;
  }
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
.hr {
  background-color: #ffffff3d;
  display: block;
  height: 1px;
  margin-bottom: 0.375rem;
  margin-top: 0.375rem;
  width: 100%;
}
.tab-bg {
  border-bottom: 1px solid #0000;
  position: relative;
}
.tab-bg-selected {
  background: linear-gradient(180deg, #fff0, #ffffff80 80%);
  background-size: cover;
  border-bottom: 1px solid #fff;
}
.tab-bg-selected:before,
.tab-bg:before {
  background-color: #fff3;
  bottom: -8px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.tab-bg-selected:after {
  background-color: #fff;
  bottom: -10px;
  clip-path: polygon(2% 100%, 98% 100%, 100% 0, 0 0);
  content: "";
  height: 3px;
  position: absolute;
  width: 80%;
}
.profile-spinner-wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.font-tab {
  font-family: TT Firs Neue Variable;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1280px) {
  .font-tab {
    font-size: 20px;
    line-height: 24px;
  }
}
#play-to-earn {
  background-image: url(/static/media/m8-banner.7818ac0b3cc64084b545.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}
@media screen and (max-width: 768px) {
  #play-to-earn {
    background-image: url(/static/media/combined.ffec0e351d0ce50a5e62.jpg);
    background-repeat: no-repeat;
    min-height: auto;
  }
}
@media screen and (min-width: 1920px) {
  #play-to-earn {
    background-size: contain;
  }
}
#play-to-earn ul li {
  margin: 15px 0;
}
#rank-system {
  background-image: url(/static/media/rank-background.93999b36b9beb6f7b4f1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}
@media screen and (max-width: 768px) {
  #rank-system {
    background-image: url(/static/media/rank-background-mobile.1f2df9d67634b93abeeb.jpg);
    min-height: auto;
  }
}
@media screen and (min-width: 1920px) {
  #rank-system {
    background-size: contain;
  }
}
img#flip {
  transform: rotateY(180deg);
}
#gahr {
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gahr {
    margin: 0 10px;
  }
}
#gahr .dist {
  background-color: #101932;
  display: inline;
  position: relative;
  top: 0;
  z-index: 2;
}
#gahr .maor {
  border-left: 1px solid #a0aec0;
  border-right: 1px solid #a0aec0;
  border-top: 1px solid #a0aec0;
  display: block;
  height: 26px;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: 1;
}
.ranks {
  margin-top: 30px;
}
.ranks :nth-child(2) .img-wrapper {
  padding: 5px 0;
}
.ranks :nth-child(2) .txt-clip {
  margin-bottom: -5px;
}
.ranks :nth-child(3) .img-wrapper {
  padding: 10px 0;
}
.ranks :nth-child(3) .txt-clip {
  margin-bottom: -10px;
}
.ranks :nth-child(4) .img-wrapper {
  padding: 15px 0;
}
.ranks :nth-child(4) .txt-clip {
  margin-bottom: -15px;
}
.ranks :nth-child(5) .img-wrapper {
  padding: 20px 0;
}
.ranks :nth-child(5) .txt-clip {
  margin-bottom: -20px;
}
.ranks :nth-child(6) .img-wrapper {
  padding: 25px 0;
}
.ranks :nth-child(6) .txt-clip {
  margin-bottom: -25px;
}
.ranks :last-child .img-wrapper {
  padding: 30px 0;
}
.ranks :last-child .txt-clip {
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .rank {
    margin-bottom: 10px;
  }
}
.rank .rank-img {
  height: 120px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .rank .rank-img {
    height: 60px;
    width: 60px;
  }
}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
#ethernals-allocation .svg-cyan path {
  fill: #00fffb;
}
#ethernals-allocation .checkmate-token-grey-50 circle {
  stroke: #718096;
}
#ethernals-allocation .checkmate-token-grey-50 path {
  fill: #718096;
}
@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
    animation: spin 1.5s linear infinite;
  }
}
@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:-left-1 {
    left: -0.25rem;
  }
  .lg\:bottom-0 {
    bottom: 0;
  }
  .lg\:bottom-\[13\.55rem\] {
    bottom: 13.55rem;
  }
  .lg\:bottom-\[23\.25rem\] {
    bottom: 23.25rem;
  }
  .lg\:bottom-auto {
    bottom: auto;
  }
  .lg\:left-3 {
    left: 0.75rem;
  }
  .lg\:left-7 {
    left: 1.75rem;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:top-3 {
    top: 0.75rem;
  }
  .lg\:top-\[30\%\] {
    top: 30%;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:top-full {
    top: 100%;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .lg\:my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .lg\:my-\[200px\] {
    margin-bottom: 200px;
    margin-top: 200px;
  }
  .lg\:-mr-\[20px\] {
    margin-right: -20px;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-\[76px\] {
    margin-bottom: 76px;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:ml-\[156px\] {
    margin-left: 156px;
  }
  .lg\:ml-\[8\%\] {
    margin-left: 8%;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mr-\[2\%\] {
    margin-right: 2%;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-\[130px\] {
    margin-top: 130px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-11 {
    height: 2.75rem;
  }
  .lg\:h-4 {
    height: 1rem;
  }
  .lg\:h-\[125px\] {
    height: 125px;
  }
  .lg\:h-\[12px\] {
    height: 12px;
  }
  .lg\:h-\[150px\] {
    height: 150px;
  }
  .lg\:h-\[20px\] {
    height: 20px;
  }
  .lg\:h-\[22px\] {
    height: 22px;
  }
  .lg\:h-\[24\.5px\] {
    height: 24.5px;
  }
  .lg\:h-\[250px\] {
    height: 250px;
  }
  .lg\:h-\[280px\] {
    height: 280px;
  }
  .lg\:h-\[28px\] {
    height: 28px;
  }
  .lg\:h-\[410px\] {
    height: 410px;
  }
  .lg\:h-\[48px\] {
    height: 48px;
  }
  .lg\:h-\[54px\] {
    height: 54px;
  }
  .lg\:h-\[64px\] {
    height: 64px;
  }
  .lg\:h-\[70\%\] {
    height: 70%;
  }
  .lg\:h-\[700px\] {
    height: 700px;
  }
  .lg\:h-\[74px\] {
    height: 74px;
  }
  .lg\:h-\[76px\] {
    height: 76px;
  }
  .lg\:h-\[80dvh\] {
    height: 80dvh;
  }
  .lg\:h-\[88px\] {
    height: 88px;
  }
  .lg\:h-\[96px\] {
    height: 96px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:min-h-\[72px\] {
    min-height: 72px;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-4 {
    width: 1rem;
  }
  .lg\:w-\[100\%\] {
    width: 100%;
  }
  .lg\:w-\[11\.875rem\] {
    width: 11.875rem;
  }
  .lg\:w-\[12px\] {
    width: 12px;
  }
  .lg\:w-\[140px\] {
    width: 140px;
  }
  .lg\:w-\[145px\] {
    width: 145px;
  }
  .lg\:w-\[150px\] {
    width: 150px;
  }
  .lg\:w-\[168px\] {
    width: 168px;
  }
  .lg\:w-\[16px\] {
    width: 16px;
  }
  .lg\:w-\[177px\] {
    width: 177px;
  }
  .lg\:w-\[18px\] {
    width: 18px;
  }
  .lg\:w-\[250px\] {
    width: 250px;
  }
  .lg\:w-\[3\%\] {
    width: 3%;
  }
  .lg\:w-\[410px\] {
    width: 410px;
  }
  .lg\:w-\[48px\] {
    width: 48px;
  }
  .lg\:w-\[500px\] {
    width: 500px;
  }
  .lg\:w-\[57px\] {
    width: 57px;
  }
  .lg\:w-\[600px\] {
    width: 600px;
  }
  .lg\:w-\[64px\] {
    width: 64px;
  }
  .lg\:w-\[77px\] {
    width: 77px;
  }
  .lg\:w-\[800px\] {
    width: 800px;
  }
  .lg\:w-\[830px\] {
    width: 830px;
  }
  .lg\:w-\[83px\] {
    width: 83px;
  }
  .lg\:w-\[85\%\] {
    width: 85%;
  }
  .lg\:w-\[86\%\] {
    width: 86%;
  }
  .lg\:w-\[92px\] {
    width: 92px;
  }
  .lg\:w-\[980px\] {
    width: 980px;
  }
  .lg\:w-\[98px\] {
    width: 98px;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[340px\] {
    min-width: 340px;
  }
  .lg\:min-w-\[400px\] {
    min-width: 400px;
  }
  .lg\:min-w-full {
    min-width: 100%;
  }
  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .lg\:max-w-\[150px\] {
    max-width: 150px;
  }
  .lg\:max-w-\[200px\] {
    max-width: 200px;
  }
  .lg\:max-w-\[224px\] {
    max-width: 224px;
  }
  .lg\:max-w-\[424px\] {
    max-width: 424px;
  }
  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .lg\:max-w-\[708px\] {
    max-width: 708px;
  }
  .lg\:max-w-\[768px\] {
    max-width: 768px;
  }
  .lg\:flex-1 {
    flex: 1 1;
  }
  .lg\:cursor-pointer {
    cursor: pointer;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-1 {
    gap: 0.25rem;
  }
  .lg\:gap-2 {
    gap: 0.5rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-x-5 {
    column-gap: 1.25rem;
  }
  .lg\:gap-x-6 {
    column-gap: 1.5rem;
  }
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(4rem * var(--tw-space-x-reverse));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:self-stretch {
    align-self: stretch;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:overflow-y-clip {
    overflow-y: clip;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:border-\[\#624c7b\] {
    --tw-border-opacity: 1;
    border-color: rgb(98 76 123 / var(--tw-border-opacity));
  }
  .lg\:bg-navy-fade {
    background-image: linear-gradient(180deg, #101932, #0000);
  }
  .lg\:bg-navy-mask {
    background-image: linear-gradient(180deg, #101932, #0006);
  }
  .lg\:bg-none {
    background-image: none;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-\[20\%\] {
    padding-left: 20%;
    padding-right: 20%;
  }
  .lg\:px-\[6\%\] {
    padding-left: 6%;
    padding-right: 6%;
  }
  .lg\:px-\[clamp\(2rem\2c 5vw\2c 4\.6875rem\)\] {
    padding-left: clamp(2rem, 5vw, 4.6875rem);
    padding-right: clamp(2rem, 5vw, 4.6875rem);
  }
  .lg\:py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .lg\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .lg\:py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .lg\:py-\[12px\] {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-\[15px\] {
    font-size: 15px;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[24px\] {
    font-size: 24px;
  }
  .lg\:text-\[28px\] {
    font-size: 28px;
  }
  .lg\:text-\[30px\] {
    font-size: 30px;
  }
  .lg\:text-\[36px\] {
    font-size: 36px;
  }
  .lg\:text-\[48px\] {
    font-size: 48px;
  }
  .lg\:text-\[60px\] {
    font-size: 60px;
  }
  .lg\:text-\[80px\] {
    font-size: 80px;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[102px\] {
    line-height: 102px;
  }
  .lg\:leading-\[18px\] {
    line-height: 18px;
  }
  .lg\:leading-\[20px\] {
    line-height: 20px;
  }
  .lg\:leading-\[24px\] {
    line-height: 24px;
  }
  .lg\:leading-\[29px\] {
    line-height: 29px;
  }
  .lg\:leading-\[30px\] {
    line-height: 30px;
  }
  .lg\:leading-\[36px\] {
    line-height: 36px;
  }
  .lg\:leading-\[40px\] {
    line-height: 40px;
  }
  .lg\:leading-\[48px\] {
    line-height: 48px;
  }
  .lg\:leading-\[78px\] {
    line-height: 78px;
  }
  .lg\:opacity-20 {
    opacity: 0.2;
  }
  .lg\:shadow-none {
    --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);
  }
  .lg\:first\:mt-12:first-child {
    margin-top: 3rem;
  }
}
.bg-not-found {
  background-image: url(/static/media/background-mobile.12fa05e0394ae78a838c.jpg);
}
@media (min-width: 1024px) {
  .bg-not-found {
    background-image: url(/static/media/background.bb43eee2cf0e80e29135.jpg);
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    90deg,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
  -webkit-transform: translateZ(var(--toastify-z-index));
  width: var(--toastify-toast-width);
  z-index: var(--toastify-z-index);
}
.Toastify__toast-container--top-left {
  left: 1em;
  top: 1em;
}
.Toastify__toast-container--top-center {
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  right: 1em;
  top: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
  }
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    left: auto;
    right: 0;
  }
}
.Toastify__toast {
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 #0000001a, 0 2px 15px 0 #0000000d;
  box-sizing: border-box;
  cursor: default;
  direction: ltr;
  display: flex;
  font-family: var(--toastify-font-family);
  justify-content: space-between;
  margin-bottom: 1rem;
  max-height: var(--toastify-toast-max-height);
  min-height: var(--toastify-toast-min-height);
  overflow: hidden;
  padding: 8px;
  position: relative;
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  margin: auto 0;
  padding: 6px;
}
.Toastify__toast-body > div:last-child {
  flex: 1 1;
  word-break: break-word;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  display: flex;
  flex-shrink: 0;
  margin-inline-end: 10px;
  width: 20px;
}
.Toastify--animate {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.Toastify--animate-icon {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  background: var(--toastify-color-info);
  color: var(--toastify-text-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  background: var(--toastify-color-success);
  color: var(--toastify-text-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  background: var(--toastify-color-warning);
  color: var(--toastify-text-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  background: var(--toastify-color-error);
  color: var(--toastify-text-color-error);
}
.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
  background: var(--toastify-color-transparent);
}
.Toastify__close-button {
  align-self: flex-start;
  background: #0000;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  outline: none;
  padding: 0;
  transition: 0.3s ease;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:focus,
.Toastify__close-button:hover {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  bottom: 0;
  height: 5px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  transform-origin: left;
  width: 100%;
  z-index: var(--toastify-z-index);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  left: auto;
  right: 0;
  transform-origin: right;
}
.Toastify__spinner {
  animation: Toastify__spin 0.65s linear infinite;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-radius: 100%;
  border-right-color: var(--toastify-spinner-color);
  box-sizing: border-box;
  height: 20px;
  width: 20px;
}
@keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, 500px, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -500px, 0);
    visibility: hidden;
  }
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.Toastify__toast-container--bottom-right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.Toastify__toast-theme--dark.Toastify__toast--success {
  background-color: #00fffb1a;
  border: 1px solid;
  border-color: rgb(0, 174, 250, var(--tw-border-opacity));
  color: #00fffb;
}
.Toastify__toast-theme--dark.Toastify__toast--error {
  background-color: #ff62fa1a;
  border: 1px solid;
  border-color: rgb(180, 49, 206, var(--tw-border-opacity));
  color: #ff74f4;
}
.Toastify__toast-body {
  padding: 0;
  text-align: left;
}
.vertical-timeline:before {
  border-image: linear-gradient(180deg, #fff0 0, #fff) 0 100%;
  border-left: 1px solid;
  content: "";
  display: block;
  min-height: 30px;
}
.timeline-item {
  max-width: 432px;
  padding: 0.2rem 2rem;
}
.timeline-date {
  position: relative;
}
.timeline-date:before {
  border: 1px solid #fff;
}
.live.timeline-date:before,
.timeline-date:before {
  content: "";
  height: 12px;
  left: -2.4rem;
  position: absolute;
  top: 0.2rem;
  transform: rotate(45deg);
  width: 12px;
  z-index: 1;
}
.live.timeline-date:before {
  background-color: #fff;
}
.timeline-content {
  padding-bottom: 3rem;
  padding-top: 1rem;
  position: relative;
}
.timeline-content:before {
  border-left: 1px solid #fff;
  bottom: 0;
  content: "";
  left: -2rem;
  position: absolute;
  top: 0;
}
.timeline-item:last-child .timeline-content {
  padding-bottom: 1rem;
}
.timeline-item:last-child .timeline-content:before {
  border-image: linear-gradient(0deg, #fff0 0, #fff) 0 100%;
  border-left: 1px solid;
  bottom: 0;
  content: "";
  left: -2rem;
  position: absolute;
  top: 0;
}
.timeline-date-font {
  font-family: TT Firs Neue Variable;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .timeline-date-font {
    font-size: 20px;
    line-height: 24px;
  }
}
.timeline-title-font {
  font-family: TT Firs Neue Variable;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .timeline-title-font {
    font-size: 24px;
    line-height: 30px;
  }
}
.timeline-content-font {
  font-family: TT Firs Neue Variable;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1024px) {
  .timeline-content-font {
    font-size: 16px;
    line-height: 20px;
  }
}
.chess-com-tournament-page-ribbon {
  background: url(/static/media/ribbon.355f29e396f582a1fe06.png) no-repeat 50%;
  background-size: contain;
}
.chess-com-tournament-page-bg {
  background: linear-gradient(180deg, #0000 0, #0009 60%, #111932a3 64%),
    url(/static/media/chesscom-bg.c021f0ae6db473681afb.jpg) no-repeat 50%;
  background-position: 50%;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .timeline-content {
    padding-bottom: 2rem;
    padding-top: 0.5rem;
  }
  .live.timeline-date:before,
  .timeline-date:before {
    left: -2.35rem;
    top: 0;
  }
  .chess-com-tournament-page-bg {
    background: linear-gradient(180deg, #0000 0, #0009 60%, #111932a3),
      url(/static/media/chesscom-bg.c021f0ae6db473681afb.jpg) no-repeat 50%;
    background-position: 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  .chess-com-tournament-page-bg {
    background: linear-gradient(180deg, #0000 0, #0009 56%, #111932e3 60%),
      url(/static/media/chesscom-bg-mobile.7bb79f87ab955b8e4ce7.jpg) no-repeat
        50%;
    background-position: 50%, top;
    background-size: contain, contain;
  }
}
.site-layout.tx-loader {
  background: url(/static/media/generic-tx-loading.c887b40bf7bacd7edbe0.png);
  background-position: 50%;
  background-size: cover;
}
.site-layout.tx-loader.pfp-tx {
  background: url(/static/media/pfp-result.34cba4b0fcfbbe040867.jpg);
}
.site-layout.tx-loader.txn-success {
  background: url(/static/media/txn_successful_bg.3e5345691970f4e10868.jpg);
  background-position: 50%;
  background-size: cover;
}
.smoke {
  background: url(/static/media/smoke.efe20b677573b98a189e.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 820px 820px;
}
@media screen and (max-width: 768px) {
  .smoke {
    background-size: 480px 480px;
  }
}
.frame .corner {
  height: 16px;
  width: 16px;
}
.frame .corner.c-top-right {
  background-image: url(/static/media/top-right.c9c45731d96c8231e92b.svg);
  right: -2px;
  top: -2px;
}
.frame .corner.c-bot-left {
  background-image: url(/static/media/bottom-left.d105b3a2125388406cbb.svg);
  bottom: -2px;
  left: -2px;
}
.frame .half-border {
  height: 50%;
  width: 50%;
}
.frame .half-border.bot-left {
  bottom: 0;
  left: 0;
}
.frame .half-border.top-right {
  right: 0;
  top: 0;
}
.frame .image-loader {
  background-image: url(/static/media/transaction-spinner.0a579980746390fbd9ff.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  height: 480px;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .frame .image-loader {
    height: 240px;
    width: 240px;
  }
}
.bg-pengu-board-nft-details {
  background: linear-gradient(rgba(1, 48, 49, 0.807), rgba(1, 33, 65, 0.748)),
    url(/static/media/pengu-bg-mobile.996179132c21fb449bbb.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .bg-pengu-board-nft-details {
    background: linear-gradient(rgba(1, 48, 49, 0.807), rgba(1, 33, 65, 0.748)),
      url(/static/media/pengu-bg-desktop.2102c190a12926e3f4d6.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-variation-settings: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  line-height: inherit;
  margin: 0;
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-feature-settings: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: initial;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}
[hidden] {
  display: none;
}
* {
  scrollbar-color: auto;
  scrollbar-width: auto;
}
*,
:after,
:before {
  --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: #3b82f680;
  --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: ;
}
::-webkit-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: #3b82f680;
  --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: ;
}
::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: #3b82f680;
  --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: ;
}
.container {
  width: 100%;
}
@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 520px) {
  .container {
    max-width: 520px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@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: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1700px;
  }
}
.spellfire-btn-base {
  align-items: center;
  border: 1px solid;
  color: #fff;
  column-gap: 18px;
  display: flex;
  font-family: TT Firs Neue Variable;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}
.spellfire-btn-xs.spellfire-btn-default {
  background-color: #00aefa1a;
  border-color: #00aefa;
}
.spellfire-btn-xs.spellfire-btn-default:hover {
  background-color: #00aefa;
}
.spellfire-btn-xs.spellfire-btn-loading {
  background-image: linear-gradient(90deg, #1093cd, #00cecb);
  border: none;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.spellfire-btn-common-size {
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
  font-size: 14px;
  height: 48px;
  line-height: 16px;
  padding: 10px;
}
.spellfire-btn-sm.spellfire-btn-default {
  background-color: #00aefa1a;
  border-color: #00aefa;
}
.spellfire-btn-sm.spellfire-btn-default:hover {
  background-color: #00aefa;
}
.spellfire-btn-sm.spellfire-btn-loading {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.spellfire-btn-cta.spellfire-btn-default,
.spellfire-btn-sm.spellfire-btn-loading {
  background-color: #00aefa;
  border-color: #00aefa;
}
.spellfire-btn-cta.spellfire-btn-default:hover {
  background-image: linear-gradient(90deg, #00aefa, #00fffb);
}
.spellfire-btn-cta.spellfire-btn-loading {
  background-color: #00aefa;
  border-color: #00aefa;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.spellfire-btn-lavender.spellfire-btn-default {
  background-color: #b07ff71a;
  border-color: #b07ff7;
}
.spellfire-btn-lavender.spellfire-btn-default:hover {
  background-image: linear-gradient(90deg, #b07ff7, #b07ff7);
}
.spellfire-btn-lavender.spellfire-btn-loading {
  background-color: #b07ff7;
  border-color: #b07ff7;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.spellfire-btn-disabled {
  background-blend-mode: luminosity;
  background-image: linear-gradient(180deg, #757677, #5d5e5f);
  border: none;
  cursor: not-allowed;
  font-weight: light;
  opacity: 0.7;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-\[1px\] {
  inset: -1px;
}
.inset-0 {
  inset: 0;
}
.inset-10 {
  inset: 2.5rem;
}
.inset-14 {
  inset: 3.5rem;
}
.inset-2 {
  inset: 0.5rem;
}
.inset-3 {
  inset: 0.75rem;
}
.inset-\[-10px\] {
  inset: -10px;
}
.inset-\[\.3rem\] {
  inset: 0.3rem;
}
.inset-\[2px\] {
  inset: 2px;
}
.inset-\[calc\(0\.75rem\+1px\)\] {
  inset: calc(0.75rem + 1px);
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.inset-x-\[50px\] {
  left: 50px;
  right: 50px;
}
.inset-y-3 {
  bottom: 0.75rem;
  top: 0.75rem;
}
.-bottom-\[0\.2rem\] {
  bottom: -0.2rem;
}
.-bottom-\[12px\] {
  bottom: -12px;
}
.-bottom-\[19px\] {
  bottom: -19px;
}
.-bottom-\[2px\] {
  bottom: -2px;
}
.-bottom-\[50px\] {
  bottom: -50px;
}
.-bottom-\[6px\] {
  bottom: -6px;
}
.-bottom-\[70px\] {
  bottom: -70px;
}
.-left-2 {
  left: -0.5rem;
}
.-left-\[0\.2rem\] {
  left: -0.2rem;
}
.-left-\[2px\] {
  left: -2px;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-\[0\.2rem\] {
  right: -0.2rem;
}
.-right-\[150px\] {
  right: -150px;
}
.-right-\[20px\] {
  right: -20px;
}
.-right-\[2px\] {
  right: -2px;
}
.-right-\[4px\] {
  right: -4px;
}
.-top-1 {
  top: -0.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-\[0\.2rem\] {
  top: -0.2rem;
}
.-top-\[12px\] {
  top: -12px;
}
.-top-\[200px\] {
  top: -200px;
}
.-top-\[28px\] {
  top: -28px;
}
.-top-\[2px\] {
  top: -2px;
}
.-top-\[32px\] {
  top: -32px;
}
.-top-\[4px\] {
  top: -4px;
}
.-top-\[60px\] {
  top: -60px;
}
.-top-\[70px\] {
  top: -70px;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[-12px\] {
  bottom: -12px;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.bottom-\[-3\.5px\] {
  bottom: -3.5px;
}
.bottom-\[\.3rem\] {
  bottom: 0.3rem;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[240px\] {
  bottom: 240px;
}
.bottom-\[45px\] {
  bottom: 45px;
}
.bottom-\[4px\] {
  bottom: 4px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.bottom-\[64px\] {
  bottom: 64px;
}
.bottom-\[65px\] {
  bottom: 65px;
}
.bottom-\[93\%\] {
  bottom: 93%;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-20 {
  left: 5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[-12px\] {
  left: -12px;
}
.left-\[-2px\] {
  left: -2px;
}
.left-\[-3\.5px\] {
  left: -3.5px;
}
.left-\[-4px\] {
  left: -4px;
}
.left-\[\.3rem\] {
  left: 0.3rem;
}
.left-\[20\%\] {
  left: 20%;
}
.left-\[2px\] {
  left: 2px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[inherit\] {
  left: inherit;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.right-1 {
  right: 0.25rem;
}
.right-1\/2 {
  right: 50%;
}
.right-10 {
  right: 2.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-12px\] {
  right: -12px;
}
.right-\[-1px\] {
  right: -1px;
}
.right-\[-1rem\] {
  right: -1rem;
}
.right-\[-2px\] {
  right: -2px;
}
.right-\[-3\.5px\] {
  right: -3.5px;
}
.right-\[-31px\] {
  right: -31px;
}
.right-\[-3px\] {
  right: -3px;
}
.right-\[-4px\] {
  right: -4px;
}
.right-\[\.3rem\] {
  right: 0.3rem;
}
.right-\[13\%\] {
  right: 13%;
}
.right-\[2px\] {
  right: 2px;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-1\.3rem\] {
  top: -1.3rem;
}
.top-\[-12px\] {
  top: -12px;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[-2\.7px\] {
  top: -2.7px;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[-3\.5px\] {
  top: -3.5px;
}
.top-\[-6px\] {
  top: -6px;
}
.top-\[\.3rem\] {
  top: 0.3rem;
}
.top-\[120\%\] {
  top: 120%;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[24px\] {
  top: 24px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[55\%\] {
  top: 55%;
}
.top-\[70\%\] {
  top: 70%;
}
.top-auto {
  top: auto;
}
.-z-0 {
  z-index: 0;
}
.-z-\[10\] {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-first {
  order: -9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-full {
  grid-row: 1/-1;
}
.row-start-2 {
  grid-row-start: 2;
}
.m-1 {
  margin: 0.25rem;
}
.m-4 {
  margin: 1rem;
}
.m-\[12px\] {
  margin: 12px;
}
.m-\[1px\] {
  margin: 1px;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-my-3 {
  margin-bottom: -0.75rem;
  margin-top: -0.75rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-\[1\.5625rem\] {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
.mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}
.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.my-8 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.my-\[20px\] {
  margin-bottom: 20px;
  margin-top: 20px;
}
.my-\[2px\] {
  margin-bottom: 2px;
  margin-top: 2px;
}
.my-\[30px\] {
  margin-bottom: 30px;
  margin-top: 30px;
}
.my-\[50px\] {
  margin-bottom: 50px;
  margin-top: 50px;
}
.-mb-\[3dvh\] {
  margin-bottom: -3dvh;
}
.-mb-\[40px\] {
  margin-bottom: -40px;
}
.-mb-\[calc\(100dvh-8rem\)\] {
  margin-bottom: calc(100dvh * -1 - -8rem);
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-\[20px\] {
  margin-left: -20px;
}
.-ml-\[30px\] {
  margin-left: -30px;
}
.-ml-\[4px\] {
  margin-left: -4px;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-\[4px\] {
  margin-right: -4px;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-\[10dvh\] {
  margin-top: -10dvh;
}
.-mt-\[70px\] {
  margin-top: -70px;
}
.-mt-\[88px\] {
  margin-top: -88px;
}
.-mt-\[8rem\] {
  margin-top: -8rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.875rem\] {
  margin-bottom: 0.875rem;
}
.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}
.mb-\[200px\] {
  margin-bottom: 200px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[12\%\] {
  margin-left: 12%;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[10\%\] {
  margin-right: 10%;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mr-\[1px\] {
  margin-right: 1px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[0\.6875rem\] {
  margin-top: 0.6875rem;
}
.mt-\[1\.875rem\] {
  margin-top: 1.875rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[128px\] {
  margin-top: 128px;
}
.mt-\[150px\] {
  margin-top: 150px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[2rem\] {
  margin-top: 2rem;
}
.mt-\[3\.75rem\] {
  margin-top: 3.75rem;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40vh\] {
  margin-top: 40vh;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5rem\] {
  margin-top: 5rem;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[88px\] {
  margin-top: 88px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[280\/100\] {
  aspect-ratio: 280/100;
}
.aspect-\[358\/132\] {
  aspect-ratio: 358/132;
}
.aspect-\[630\/378\] {
  aspect-ratio: 630/378;
}
.aspect-\[87\/16\] {
  aspect-ratio: 87/16;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.\!h-\[60px\] {
  height: 60px !important;
}
.h-0 {
  height: 0;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.125rem\] {
  height: 1.125rem;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
}
.h-\[1\.875rem\] {
  height: 1.875rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[103px\] {
  height: 103px;
}
.h-\[106px\] {
  height: 106px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[11\.25rem\] {
  height: 11.25rem;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[132px\] {
  height: 132px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[195px\] {
  height: 195px;
}
.h-\[197px\] {
  height: 197px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.1875rem\] {
  height: 2.1875rem;
}
.h-\[2\.25rem\] {
  height: 2.25rem;
}
.h-\[20\.625rem\] {
  height: 20.625rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[208px\] {
  height: 208px;
}
.h-\[209px\] {
  height: 209px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[245px\] {
  height: 245px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25\%\] {
  height: 25%;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[272px\] {
  height: 272px;
}
.h-\[288px\] {
  height: 288px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[294px\] {
  height: 294px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[3\.75rem\] {
  height: 3.75rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[342px\] {
  height: 342px;
}
.h-\[348px\] {
  height: 348px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[6\.67px\] {
  height: 6.67px;
}
.h-\[6\.6px\] {
  height: 6.6px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[630px\] {
  height: 630px;
}
.h-\[63px\] {
  height: 63px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[676px\] {
  height: 676px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[7\.5rem\] {
  height: 7.5rem;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[750px\] {
  height: 750px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[87px\] {
  height: 87px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[8rem\] {
  height: 8rem;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[99px\] {
  height: 99px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[calc\(100\%\)\] {
  height: 100%;
}
.h-\[calc\(100\%-16px-12px-24px\)\] {
  height: calc(100% - 52px);
}
.h-\[calc\(100\%-37px\)\] {
  height: calc(100% - 37px);
}
.h-\[calc\(100\%-4px\)\] {
  height: calc(100% - 4px);
}
.h-\[calc\(100\%-6px\)\] {
  height: calc(100% - 6px);
}
.h-\[calc\(100vh-104px\)\] {
  height: calc(100vh - 104px);
}
.h-\[calc\(100vh-200px\)\] {
  height: calc(100vh - 200px);
}
.h-\[calc\(100vh-230px\)\] {
  height: calc(100vh - 230px);
}
.h-\[calc\(100vh-284px\)\] {
  height: calc(100vh - 284px);
}
.h-\[calc\(100vh-288px\)\] {
  height: calc(100vh - 288px);
}
.h-\[calc\(100vh-370px\)\] {
  height: calc(100vh - 370px);
}
.h-\[calc\(100vh-390px\)\] {
  height: calc(100vh - 390px);
}
.h-\[calc\(100vh-450px\)\] {
  height: calc(100vh - 450px);
}
.h-\[calc\(100vh-67\.1px-195px\)\] {
  height: calc(100vh - 262.1px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-max {
  height: max-content;
}
.h-min {
  height: min-content;
}
.h-screen {
  height: 100vh;
}
.max-h-\[100vh\] {
  max-height: 100vh;
}
.max-h-\[132px\] {
  max-height: 132px;
}
.max-h-\[28px\] {
  max-height: 28px;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[38px\] {
  max-height: 38px;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[42px\] {
  max-height: 42px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-\[627px\] {
  max-height: 627px;
}
.max-h-\[756px\] {
  max-height: 756px;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[196px\] {
  min-height: 196px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[390px\] {
  min-height: 390px;
}
.min-h-\[408px\] {
  min-height: 408px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[592px\] {
  min-height: 592px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[66px\] {
  min-height: 66px;
}
.min-h-\[756px\] {
  min-height: 756px;
}
.min-h-\[80dvh\] {
  min-height: 80dvh;
}
.min-h-\[calc\(100vh-61px-160px-112\.31px-48px-16px-24px\)\] {
  min-height: calc(100vh - 421.31px);
}
.min-h-max {
  min-height: max-content;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[200px\] {
  width: 200px !important;
}
.w-0 {
  width: 0;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[0\.5px\] {
  width: 0.5px;
}
.w-\[1\.5rem\] {
  width: 1.5rem;
}
.w-\[1\.875rem\] {
  width: 1.875rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[10\.75rem\] {
  width: 10.75rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[11\.25rem\] {
  width: 11.25rem;
}
.w-\[11\.875rem\] {
  width: 11.875rem;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[124px\] {
  width: 124px;
}
.w-\[127px\] {
  width: 127px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[137px\] {
  width: 137px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[15rem\] {
  width: 15rem;
}
.w-\[16\%\] {
  width: 16%;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17\.25rem\] {
  width: 17.25rem;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[18\.75rem\] {
  width: 18.75rem;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[2\.25rem\] {
  width: 2.25rem;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[209px\] {
  width: 209px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[218px\] {
  width: 218px;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[222px\] {
  width: 222px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[238px\] {
  width: 238px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[28\%\] {
  width: 28%;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[29px\] {
  width: 29px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30dvw\] {
  width: 30dvw;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[33px\] {
  width: 33px;
}
.w-\[342px\] {
  width: 342px;
}
.w-\[348px\] {
  width: 348px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[354px\] {
  width: 354px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[40vw\] {
  width: 40vw;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[43\%\] {
  width: 43%;
}
.w-\[43px\] {
  width: 43px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[470px\] {
  width: 470px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[49px\] {
  width: 49px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[512px\] {
  width: 512px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[6\.125rem\] {
  width: 6.125rem;
}
.w-\[6\.67px\] {
  width: 6.67px;
}
.w-\[6\.6px\] {
  width: 6.6px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[624px\] {
  width: 624px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[79px\] {
  width: 79px;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[82px\] {
  width: 82px;
}
.w-\[83\%\] {
  width: 83%;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[85vw\] {
  width: 85vw;
}
.w-\[86\%\] {
  width: 86%;
}
.w-\[86px\] {
  width: 86px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[8rem\] {
  width: 8rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[92px\] {
  width: 92px;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[97\%\] {
  width: 97%;
}
.w-\[99px\] {
  width: 99px;
}
.w-\[9px\] {
  width: 9px;
}
.w-\[9rem\] {
  width: 9rem;
}
.w-\[calc\(100\%-1rem\)\] {
  width: calc(100% - 1rem);
}
.w-\[calc\(100\%-4px\)\] {
  width: calc(100% - 4px);
}
.w-\[calc\(100vw-1rem\)\] {
  width: calc(100vw - 1rem);
}
.w-\[calc\(540px\+31px\)\] {
  width: 571px;
}
.w-\[full\] {
  width: full;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-min {
  width: min-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0;
}
.min-w-\[104px\] {
  min-width: 104px;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[114px\] {
  min-width: 114px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[130dvw\] {
  min-width: 130dvw;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.min-w-\[256px\] {
  min-width: 256px;
}
.min-w-\[26px\] {
  min-width: 26px;
}
.min-w-\[333px\] {
  min-width: 333px;
}
.min-w-\[340px\] {
  min-width: 340px;
}
.min-w-\[358px\] {
  min-width: 358px;
}
.min-w-\[540px\] {
  min-width: 540px;
}
.min-w-\[62px\] {
  min-width: 62px;
}
.min-w-\[878px\] {
  min-width: 878px;
}
.min-w-full {
  min-width: 100%;
}
.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-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100dvw\] {
  max-width: 100dvw;
}
.max-w-\[1033px\] {
  max-width: 1033px;
}
.max-w-\[115px\] {
  max-width: 115px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[122px\] {
  max-width: 122px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[154px\] {
  max-width: 154px;
}
.max-w-\[1580px\] {
  max-width: 1580px;
}
.max-w-\[165px\] {
  max-width: 165px;
}
.max-w-\[1680px\] {
  max-width: 1680px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[18\.75rem\] {
  max-width: 18.75rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[21\.875rem\] {
  max-width: 21.875rem;
}
.max-w-\[25\.625rem\] {
  max-width: 25.625rem;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[356px\] {
  max-width: 356px;
}
.max-w-\[358px\] {
  max-width: 358px;
}
.max-w-\[372px\] {
  max-width: 372px;
}
.max-w-\[39\.375rem\] {
  max-width: 39.375rem;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[448px\] {
  max-width: 448px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[512px\] {
  max-width: 512px;
}
.max-w-\[58px\] {
  max-width: 58px;
}
.max-w-\[675px\] {
  max-width: 675px;
}
.max-w-\[690px\] {
  max-width: 690px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[calc\(100\%-46px\)\] {
  max-width: calc(100% - 46px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2,
.-translate-x-\[50\%\] {
  --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));
}
.-translate-y-1\/2,
.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
}
.-translate-y-1\/2,
.-translate-y-\[50\%\],
.translate-x-1\/2 {
  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));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
}
.translate-x-\[-50\%\],
.translate-y-0 {
  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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
}
.translate-y-16 {
  --tw-translate-y: 4rem;
}
.translate-y-16,
.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));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
}
.translate-y-\[50\%\] {
  --tw-translate-y: 50%;
}
.translate-y-\[50\%\],
.translate-y-\[calc\(100vh-76px\)\] {
  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));
}
.translate-y-\[calc\(100vh-76px\)\] {
  --tw-translate-y: calc(100vh - 76px);
}
.translate-y-full {
  --tw-translate-y: 100%;
}
.-rotate-90,
.translate-y-full {
  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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
}
.rotate-0 {
  --tw-rotate: 0deg;
}
.rotate-0,
.rotate-180 {
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-45 {
  --tw-rotate: 45deg;
}
.rotate-45,
.rotate-90 {
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
}
.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
}
.rotate-\[-90deg\],
.rotate-\[180deg\] {
  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));
}
.rotate-\[180deg\] {
  --tw-rotate: 180deg;
}
.rotate-\[90deg\] {
  --tw-rotate: 90deg;
}
.-skew-x-\[30deg\],
.rotate-\[90deg\] {
  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));
}
.-skew-x-\[30deg\] {
  --tw-skew-x: -30deg;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.scale-100,
.scale-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));
}
.scale-50 {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
}
.scale-95 {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
}
.scale-95,
.scale-\[1\.3\] {
  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));
}
.scale-\[1\.3\] {
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
}
.scale-y-50 {
  --tw-scale-y: 0.5;
}
.scale-y-50,
.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-none {
  transform: none !important;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fade-in;
}
@keyframes fade-out-20 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.animate-fade-out-20 {
  animation: fade-out-20;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[160px\2c 1fr\2c 170px\2c 1fr\2c 120px\2c 100px\] {
  grid-template-columns: 160px 1fr 170px 1fr 120px 100px;
}
.grid-cols-\[1fr_2fr_minmax\(84px\2c 1fr\)\] {
  grid-template-columns: 1fr 2fr minmax(84px, 1fr);
}
.grid-cols-\[1fr_3fr\] {
  grid-template-columns: 1fr 3fr;
}
.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[2fr_minmax\(84px\2c 1fr\)\] {
  grid-template-columns: 2fr minmax(84px, 1fr);
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-\[minmax\(100px\2c
  200px\)\2c
  minmax\(136px\2c
  300px\)\2c
  minmax\(140px\2c
  170px\)\2c
  minmax\(136px\2c
  300px\)\2c
  minmax\(90px\2c
  120px\)\2c
  minmax\(50px\2c
  80px\)\] {
  grid-template-columns: minmax(100px, 200px) minmax(136px, 300px) minmax(
      140px,
      170px
    ) minmax(136px, 300px) minmax(90px, 120px) minmax(50px, 80px);
}
.grid-cols-\[repeat\(auto-fit\2c 88px\)\] {
  grid-template-columns: repeat(auto-fit, 88px);
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[auto\2c auto\],
.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[0\.625rem\] {
  gap: 0.625rem;
}
.gap-\[0\.627rem\] {
  gap: 0.627rem;
}
.gap-\[1\.875rem\] {
  gap: 1.875rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-x-1\.5 {
  column-gap: 0.375rem;
}
.gap-x-10 {
  column-gap: 2.5rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-2\.5 {
  column-gap: 0.625rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-x-\[10px\] {
  column-gap: 10px;
}
.gap-x-\[2px\] {
  column-gap: 2px;
}
.gap-x-\[40px\] {
  column-gap: 40px;
}
.gap-x-\[4px\] {
  column-gap: 4px;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0px * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0px * var(--tw-space-x-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1rem * var(--tw-space-x-reverse));
}
.space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(30px * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(30px * var(--tw-space-x-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
}
.divide-\[\#FFFFFF4D\] > :not([hidden]) ~ :not([hidden]) {
  border-color: #ffffff4d;
}
.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity));
}
.place-self-center {
  place-self: center;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate,
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[1\.88rem\] {
  border-radius: 1.88rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[17\.6px_0px\] {
  border-radius: 17.6px 0;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.rounded-bl-\[5px\] {
  border-bottom-left-radius: 5px;
}
.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[10\.12px\] {
  border-bottom-right-radius: 10.12px;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.rounded-br-\[12px\] {
  border-bottom-right-radius: 12px;
}
.rounded-br-\[14px\] {
  border-bottom-right-radius: 14px;
}
.rounded-br-\[15px\] {
  border-bottom-right-radius: 15px;
}
.rounded-br-\[16px\] {
  border-bottom-right-radius: 16px;
}
.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}
.rounded-br-\[22px\] {
  border-bottom-right-radius: 22px;
}
.rounded-br-\[24px\] {
  border-bottom-right-radius: 24px;
}
.rounded-br-\[2rem\] {
  border-bottom-right-radius: 2rem;
}
.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}
.rounded-br-\[36px\] {
  border-bottom-right-radius: 36px;
}
.rounded-br-\[40px\] {
  border-bottom-right-radius: 40px;
}
.rounded-br-\[6px\] {
  border-bottom-right-radius: 6px;
}
.rounded-br-\[9px\] {
  border-bottom-right-radius: 9px;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tl-\[10\.12px\] {
  border-top-left-radius: 10.12px;
}
.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}
.rounded-tl-\[12px\] {
  border-top-left-radius: 12px;
}
.rounded-tl-\[14px\] {
  border-top-left-radius: 14px;
}
.rounded-tl-\[15px\] {
  border-top-left-radius: 15px;
}
.rounded-tl-\[16px\] {
  border-top-left-radius: 16px;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}
.rounded-tl-\[22px\] {
  border-top-left-radius: 22px;
}
.rounded-tl-\[24px\] {
  border-top-left-radius: 24px;
}
.rounded-tl-\[2rem\] {
  border-top-left-radius: 2rem;
}
.rounded-tl-\[36px\] {
  border-top-left-radius: 36px;
}
.rounded-tl-\[40px\] {
  border-top-left-radius: 40px;
}
.rounded-tl-\[6px\] {
  border-top-left-radius: 6px;
}
.rounded-tl-\[9px\] {
  border-top-left-radius: 9px;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}
.rounded-tr-\[5px\] {
  border-top-right-radius: 5px;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[\.5px\] {
  border-width: 0.5px;
}
.border-\[0\.0625rem\] {
  border-width: 0.0625rem;
}
.border-\[0\.063rem\] {
  border-width: 0.063rem;
}
.border-\[0\.1px\] {
  border-width: 0.1px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[0\.64px\] {
  border-width: 0.64px;
}
.border-\[0\.67px\] {
  border-width: 0.67px;
}
.border-\[0\.77px\] {
  border-width: 0.77px;
}
.border-\[1\.1px\] {
  border-width: 1.1px;
}
.border-\[10px\] {
  border-width: 10px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-y-2 {
  border-bottom-width: 2px;
  border-top-width: 2px;
}
.border-y-\[0\.5px\] {
  border-bottom-width: 0.5px;
  border-top-width: 0.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-b-\[16px\] {
  border-bottom-width: 16px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0;
}
.border-l-\[16px\] {
  border-left-width: 16px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.\!border-\[\#FF5FF4\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 95 244 / var(--tw-border-opacity)) !important;
}
.border-\[\#00AEFA\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 250 / var(--tw-border-opacity));
}
.border-\[\#00FFFB\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 251 / var(--tw-border-opacity));
}
.border-\[\#00FFFF33\] {
  border-color: #0ff3;
}
.border-\[\#030016\] {
  --tw-border-opacity: 1;
  border-color: rgb(3 0 22 / var(--tw-border-opacity));
}
.border-\[\#1a202c00\] {
  border-color: #1a202c00;
}
.border-\[\#3B3198\] {
  --tw-border-opacity: 1;
  border-color: rgb(59 49 152 / var(--tw-border-opacity));
}
.border-\[\#4A5568\] {
  --tw-border-opacity: 1;
  border-color: rgb(74 85 104 / var(--tw-border-opacity));
}
.border-\[\#6CCEFFCC\] {
  border-color: #6cceffcc;
}
.border-\[\#9A9A9A\] {
  --tw-border-opacity: 1;
  border-color: rgb(154 154 154 / var(--tw-border-opacity));
}
.border-\[\#A0AEC0\] {
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
}
.border-\[\#A617C9\] {
  --tw-border-opacity: 1;
  border-color: rgb(166 23 201 / var(--tw-border-opacity));
}
.border-\[\#AFABFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(175 171 255 / var(--tw-border-opacity));
}
.border-\[\#B07FF7\] {
  --tw-border-opacity: 1;
  border-color: rgb(176 127 247 / var(--tw-border-opacity));
}
.border-\[\#B58E52\] {
  --tw-border-opacity: 1;
  border-color: rgb(181 142 82 / var(--tw-border-opacity));
}
.border-\[\#B6B6B6\] {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}
.border-\[\#FF439D\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 67 157 / var(--tw-border-opacity));
}
.border-\[\#FF5FF4\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 95 244 / var(--tw-border-opacity));
}
.border-\[\#FFFFFF1A\] {
  border-color: #ffffff1a;
}
.border-\[\#FFFFFF33\] {
  border-color: #fff3;
}
.border-\[\#FFFFFF4D\] {
  border-color: #ffffff4d;
}
.border-\[\#FFFFFF5C\] {
  border-color: #ffffff5c;
}
.border-\[\#FFFFFF60\] {
  border-color: #ffffff60;
}
.border-\[\#FFFFFF66\] {
  border-color: #fff6;
}
.border-\[\#FFFFFF80\] {
  border-color: #ffffff80;
}
.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#ffffff14\] {
  border-color: #ffffff14;
}
.border-\[\#ffffff5c\] {
  border-color: #ffffff5c;
}
.border-\[\#ffffff63\] {
  border-color: #ffffff63;
}
.border-\[\#ffffff80\] {
  border-color: #ffffff80;
}
.border-\[black\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[grey\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 250 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-cyan {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 251 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/10 {
  border-color: #ffffff1a;
}
.border-white\/20 {
  border-color: #fff3;
}
.border-white\/30 {
  border-color: #ffffff4d;
}
.border-white\/50 {
  border-color: #ffffff80;
}
.border-y-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-\[\#00FFFB\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 255 251 / var(--tw-border-opacity));
}
.border-b-\[\#B07FF7\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(176 127 247 / var(--tw-border-opacity));
}
.border-b-\[\#FFFFFF33\] {
  border-bottom-color: #fff3;
}
.border-b-\[\#FFFFFF4D\] {
  border-bottom-color: #ffffff4d;
}
.border-b-\[\#FFFFFFCC\] {
  border-bottom-color: #fffc;
}
.border-l-transparent {
  border-left-color: #0000;
}
.border-r-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-\[\#ffffff9a\] {
  border-right-color: #fff9;
}
.border-r-transparent {
  border-right-color: #0000;
}
.border-t-\[\#FFFFFF33\] {
  border-top-color: #fff3;
}
.border-t-\[\#ffffff80\] {
  border-top-color: #ffffff80;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.\!bg-\[rgba\(255\2c 95\2c 244\2c 0\.1\)\] {
  background-color: #ff5ff41a !important;
}
.bg-\[\#00000033\] {
  background-color: #0003;
}
.bg-\[\#0000004D\] {
  background-color: #0000004d;
}
.bg-\[\#00000060\] {
  background-color: #00000060;
}
.bg-\[\#00000066\] {
  background-color: #0006;
}
.bg-\[\#00000080\] {
  background-color: #00000080;
}
.bg-\[\#00000099\] {
  background-color: #0009;
}
.bg-\[\#000000BF\] {
  background-color: #000000bf;
}
.bg-\[\#000000CC\] {
  background-color: #000c;
}
.bg-\[\#000000a1\] {
  background-color: #000000a1;
}
.bg-\[\#00AEFA1A\] {
  background-color: #00aefa1a;
}
.bg-\[\#00AEFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 250 / var(--tw-bg-opacity));
}
.bg-\[\#00FFFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 251 / var(--tw-bg-opacity));
}
.bg-\[\#030016\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 0 22 / var(--tw-bg-opacity));
}
.bg-\[\#06091C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 9 28 / var(--tw-bg-opacity));
}
.bg-\[\#0A1929\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 25 41 / var(--tw-bg-opacity));
}
.bg-\[\#0F063B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 6 59 / var(--tw-bg-opacity));
}
.bg-\[\#0F3146\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 49 70 / var(--tw-bg-opacity));
}
.bg-\[\#10193280\] {
  background-color: #10193280;
}
.bg-\[\#101932CC\] {
  background-color: #101932cc;
}
.bg-\[\#101932E5\] {
  background-color: #101932e5;
}
.bg-\[\#101932\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 25 50 / var(--tw-bg-opacity));
}
.bg-\[\#121212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}
.bg-\[\#151D36\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 29 54 / var(--tw-bg-opacity));
}
.bg-\[\#16181C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 24 28 / var(--tw-bg-opacity));
}
.bg-\[\#171923\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 35 / var(--tw-bg-opacity));
}
.bg-\[\#1A202C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}
.bg-\[\#27208266\] {
  background-color: #27208266;
}
.bg-\[\#29FFFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 255 252 / var(--tw-bg-opacity));
}
.bg-\[\#2A3045\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 48 69 / var(--tw-bg-opacity));
}
.bg-\[\#2D3748CC\] {
  background-color: #2d3748cc;
}
.bg-\[\#2D3748\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 55 72 / var(--tw-bg-opacity));
}
.bg-\[\#2F2F2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity));
}
.bg-\[\#353345\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 51 69 / var(--tw-bg-opacity));
}
.bg-\[\#3B3198\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 49 152 / var(--tw-bg-opacity));
}
.bg-\[\#40475b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 71 91 / var(--tw-bg-opacity));
}
.bg-\[\#4A5568\]\/60 {
  background-color: #4a556899;
}
.bg-\[\#4CFFAF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 255 175 / var(--tw-bg-opacity));
}
.bg-\[\#5C56AC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(92 86 172 / var(--tw-bg-opacity));
}
.bg-\[\#6957CD1A\] {
  background-color: #6957cd1a;
}
.bg-\[\#6957CD40\] {
  background-color: #6957cd40;
}
.bg-\[\#9A9A9A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity));
}
.bg-\[\#A617C91A\] {
  background-color: #a617c91a;
}
.bg-\[\#AFABFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(175 171 255 / var(--tw-bg-opacity));
}
.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-\[\#FF5FF4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 95 244 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF14\] {
  background-color: #ffffff14;
}
.bg-\[\#FFFFFF1A\] {
  background-color: #ffffff1a;
}
.bg-\[\#FFFFFF33\] {
  background-color: #fff3;
}
.bg-\[\#FFFFFF66\] {
  background-color: #fff6;
}
.bg-\[\#FFFFFFB2\] {
  background-color: #ffffffb2;
}
.bg-\[\#b17ff72a\] {
  background-color: #b17ff72a;
}
.bg-\[\#bcbec4\]\/30 {
  background-color: #bcbec44d;
}
.bg-\[\#ffcf00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 0 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff0d\] {
  background-color: #ffffff0d;
}
.bg-\[\#ffffff14\] {
  background-color: #ffffff14;
}
.bg-\[grey\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 174\2c 250\2c 0\.10\)\] {
  background-color: #00aefa1a;
}
.bg-\[rgba\(16\2c 25\2c 50\2c 0\.8\)\] {
  background-color: #101932cc;
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
  background-color: #ffffff14;
}
.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/40 {
  background-color: #0006;
}
.bg-black\/50 {
  background-color: #00000080;
}
.bg-black\/70 {
  background-color: #000000b3;
}
.bg-black\/90 {
  background-color: #000000e6;
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 250 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-grey-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}
.bg-grey-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 35 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(16 25 50 / var(--tw-bg-opacity));
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: initial;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10 {
  background-color: #ffffff1a;
}
.bg-white\/20 {
  background-color: #fff3;
}
.bg-white\/50 {
  background-color: #ffffff80;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-\[6\%\] {
  --tw-bg-opacity: 6%;
}
.bg-\[linear-gradient\(0deg\2c \#101932\2c \#101932\)\] {
  background-image: linear-gradient(0deg, #101932, #101932);
}
.bg-\[linear-gradient\(0deg\2c
  rgba\(1\2c
  1\2c
  12\2c
  0\.25\)\2c
  rgba\(1\2c
  1\2c
  12\2c
  0\.25\)\)\2c
  linear-gradient\(180deg\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\)_0\%\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\.5\)_117\.27\%\)\2c
  linear-gradient\(0deg\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\.5\)\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\.5\)\)\] {
  background-image: linear-gradient(0deg, #01010c40, #01010c40),
    linear-gradient(180deg, #0000, #00000080 117.27%),
    linear-gradient(0deg, #00000080, #00000080);
}
.bg-\[linear-gradient\(180deg\2c
  _rgba\(0\2c
  162\2c
  159\2c
  0\.84\)_0\%\2c
  rgba\(16\2c
  25\2c
  50\2c
  0\)_122\.78\%\)\] {
  background-image: linear-gradient(180deg, #00a29fd6, #10193200 122.78%);
}
.bg-\[linear-gradient\(180deg\2c
  rgba\(153\2c
  153\2c
  153\2c
  0\)0\%\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\.1\)88\.46\%\)\] {
  background-image: linear-gradient(180deg, #9990 0, #ffffff1a 88.46%);
}
.bg-\[linear-gradient\(90deg\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\)_0\%\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\.2\)_25\%\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\.2\)_75\%\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\)_100\%\)\] {
  background-image: linear-gradient(90deg, #fff0, #fff3 25%, #fff3 75%, #fff0);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-light-shower {
  background-image: url(/static/media/slower-lighter.125f83617d2db89bcc24.gif);
}
.bg-navy-fade {
  background-image: linear-gradient(180deg, #101932, #0000);
}
.bg-navy-mask {
  background-image: linear-gradient(180deg, #101932, #0006);
}
.from-\[\#00000033\] {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#000000\] {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0066FF\] {
  --tw-gradient-from: #06f var(--tw-gradient-from-position);
  --tw-gradient-to: #06f0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00AEFA\] {
  --tw-gradient-from: #00aefa var(--tw-gradient-from-position);
  --tw-gradient-to: #00aefa00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00FFFB\] {
  --tw-gradient-from: #00fffb var(--tw-gradient-from-position);
  --tw-gradient-to: #00fffb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00affa8e\] {
  --tw-gradient-from: #00affa8e var(--tw-gradient-from-position);
  --tw-gradient-to: #00affa00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0D1017\] {
  --tw-gradient-from: #0d1017 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d101700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0D1018\] {
  --tw-gradient-from: #0d1018 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d101800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0F063B\] {
  --tw-gradient-from: #0f063b var(--tw-gradient-from-position);
  --tw-gradient-to: #0f063b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#10193200\] {
  --tw-gradient-from: #10193200 var(--tw-gradient-from-position);
  --tw-gradient-to: #10193200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1019328c\] {
  --tw-gradient-from: #1019328c var(--tw-gradient-from-position);
  --tw-gradient-to: #10193200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#101932\] {
  --tw-gradient-from: #101932 var(--tw-gradient-from-position);
  --tw-gradient-to: #10193200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#101932be\] {
  --tw-gradient-from: #101932be var(--tw-gradient-from-position);
  --tw-gradient-to: #10193200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#143C7A\] {
  --tw-gradient-from: #143c7a var(--tw-gradient-from-position);
  --tw-gradient-to: #143c7a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#56FFD6\] {
  --tw-gradient-from: #56ffd6 var(--tw-gradient-from-position);
  --tw-gradient-to: #56ffd600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#6957CD\] {
  --tw-gradient-from: #6957cd var(--tw-gradient-from-position);
  --tw-gradient-to: #6957cd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#6F68D3\] {
  --tw-gradient-from: #6f68d3 var(--tw-gradient-from-position);
  --tw-gradient-to: #6f68d300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#7B4AE2\] {
  --tw-gradient-from: #7b4ae2 var(--tw-gradient-from-position);
  --tw-gradient-to: #7b4ae200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#A617C9\] {
  --tw-gradient-from: #a617c9 var(--tw-gradient-from-position);
  --tw-gradient-to: #a617c900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#B431CE\] {
  --tw-gradient-from: #b431ce var(--tw-gradient-from-position);
  --tw-gradient-to: #b431ce00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#EDC729\] {
  --tw-gradient-from: #edc729 var(--tw-gradient-from-position);
  --tw-gradient-to: #edc72900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F7CB2C\] {
  --tw-gradient-from: #f7cb2c var(--tw-gradient-from-position);
  --tw-gradient-to: #f7cb2c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFFFFF00\] {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFFFFF4D\] {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(16\2c 25\2c 50\2c 0\.8\)\] {
  --tw-gradient-from: #101932cc var(--tw-gradient-from-position);
  --tw-gradient-to: #10193200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(4\2c 4\2c 4\2c 0\.4\)\] {
  --tw-gradient-from: #04040466 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: #0f172a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: #0000 var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-0\% {
  --tw-gradient-from-position: 0%;
}
.via-\[\#00FFFB33\] {
  --tw-gradient-to: #00fffb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #00fffb33 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#010c1e\] {
  --tw-gradient-to: #010c1e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #010c1e var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#E15AE5\] {
  --tw-gradient-to: #e15ae500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #e15ae5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#F1E550\] {
  --tw-gradient-to: #f1e55000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #f1e550 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#FF439D1A\] {
  --tw-gradient-to: #ff439d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #ff439d1a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#FFFFFF33\] {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #fff3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffffff50\] {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #ffffff50 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #0000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-30\% {
  --tw-gradient-via-position: 30%;
}
.via-45\% {
  --tw-gradient-via-position: 45%;
}
.via-\[75\%\] {
  --tw-gradient-via-position: 75%;
}
.to-\[\#00000033\] {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}
.to-\[\#00000040\] {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}
.to-\[\#000000\] {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-\[\#00AEFA\] {
  --tw-gradient-to: #00aefa var(--tw-gradient-to-position);
}
.to-\[\#00FFFB\] {
  --tw-gradient-to: #00fffb var(--tw-gradient-to-position);
}
.to-\[\#00fffb8d\] {
  --tw-gradient-to: #00fffb8d var(--tw-gradient-to-position);
}
.to-\[\#00fffbb8\] {
  --tw-gradient-to: #00fffbb8 var(--tw-gradient-to-position);
}
.to-\[\#00fffbcc\] {
  --tw-gradient-to: #00fffbcc var(--tw-gradient-to-position);
}
.to-\[\#060913d9\] {
  --tw-gradient-to: #060913d9 var(--tw-gradient-to-position);
}
.to-\[\#0D101700\] {
  --tw-gradient-to: #0d101700 var(--tw-gradient-to-position);
}
.to-\[\#0E141D\] {
  --tw-gradient-to: #0e141d var(--tw-gradient-to-position);
}
.to-\[\#0E293BB2\] {
  --tw-gradient-to: #0e293bb2 var(--tw-gradient-to-position);
}
.to-\[\#101932\] {
  --tw-gradient-to: #101932 var(--tw-gradient-to-position);
}
.to-\[\#18103F\] {
  --tw-gradient-to: #18103f var(--tw-gradient-to-position);
}
.to-\[\#56FF71\] {
  --tw-gradient-to: #56ff71 var(--tw-gradient-to-position);
}
.to-\[\#6957CD\] {
  --tw-gradient-to: #6957cd var(--tw-gradient-to-position);
}
.to-\[\#92D4FF48\] {
  --tw-gradient-to: #92d4ff48 var(--tw-gradient-to-position);
}
.to-\[\#96FAE048\] {
  --tw-gradient-to: #96fae048 var(--tw-gradient-to-position);
}
.to-\[\#A7EDF848\] {
  --tw-gradient-to: #a7edf848 var(--tw-gradient-to-position);
}
.to-\[\#AFABFF48\] {
  --tw-gradient-to: #afabff48 var(--tw-gradient-to-position);
}
.to-\[\#B07FF7\] {
  --tw-gradient-to: #b07ff7 var(--tw-gradient-to-position);
}
.to-\[\#B890F8\] {
  --tw-gradient-to: #b890f8 var(--tw-gradient-to-position);
}
.to-\[\#D68BFF48\] {
  --tw-gradient-to: #d68bff48 var(--tw-gradient-to-position);
}
.to-\[\#D9D9D948\] {
  --tw-gradient-to: #d9d9d948 var(--tw-gradient-to-position);
}
.to-\[\#E7FB5D\] {
  --tw-gradient-to: #e7fb5d var(--tw-gradient-to-position);
}
.to-\[\#EDF869\] {
  --tw-gradient-to: #edf869 var(--tw-gradient-to-position);
}
.to-\[\#FF5FF4\] {
  --tw-gradient-to: #ff5ff4 var(--tw-gradient-to-position);
}
.to-\[\#FF74F4\] {
  --tw-gradient-to: #ff74f4 var(--tw-gradient-to-position);
}
.to-\[\#FF9CEE48\] {
  --tw-gradient-to: #ff9cee48 var(--tw-gradient-to-position);
}
.to-\[\#FFFFFF00\] {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}
.to-\[\#ffffff80\] {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}
.to-\[\#ffffff9a\] {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}
.to-\[rgba\(16\2c 25\2c 50\2c 0\.8\)\] {
  --tw-gradient-to: #101932cc var(--tw-gradient-to-position);
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-neutral-900\/40 {
  --tw-gradient-to: #17171766 var(--tw-gradient-to-position);
}
.to-primary {
  --tw-gradient-to: #101932 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-white\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}
.to-10\% {
  --tw-gradient-to-position: 10%;
}
.to-100\% {
  --tw-gradient-to-position: 100%;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: 50%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-\[\#000000\] {
  fill: #000;
}
.fill-\[\#00F7BD\] {
  fill: #00f7bd;
}
.fill-\[\#101932E5\] {
  fill: #101932e5;
}
.fill-\[\#B07FF7\] {
  fill: #b07ff7;
}
.fill-\[\#FF5FF4\] {
  fill: #ff5ff4;
}
.fill-\[\#FFFFFF4D\] {
  fill: #ffffff4d;
}
.fill-\[\#FFFFFF\],
.fill-\[white\] {
  fill: #fff;
}
.fill-blue {
  fill: #00aefa;
}
.fill-white {
  fill: #fff;
}
.stroke-\[\#ffffff82\] {
  stroke: #ffffff82;
}
.stroke-\[2\] {
  stroke-width: 2;
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.object-center {
  object-position: center;
}
.p-0 {
  padding: 0;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[0\.0625rem\] {
  padding: 0.0625rem;
}
.p-\[0\.125rem\] {
  padding: 0.125rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[2\.5px\] {
  padding: 2.5px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[5\%\] {
  padding: 5%;
}
.p-\[8px\] {
  padding: 8px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[1\.875rem\] {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[3dvw\] {
  padding-left: 3dvw;
  padding-right: 3dvw;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8\%\] {
  padding-left: 8%;
  padding-right: 8%;
}
.px-\[8\.5\%\] {
  padding-left: 8.5%;
  padding-right: 8.5%;
}
.px-\[9\%\] {
  padding-left: 9%;
  padding-right: 9%;
}
.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.py-1\.5 {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}
.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.py-12 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.py-9 {
  padding-bottom: 2.25rem;
  padding-top: 2.25rem;
}
.py-\[0\.375rem\] {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}
.py-\[1\.875rem\] {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}
.py-\[11px\] {
  padding-bottom: 11px;
  padding-top: 11px;
}
.py-\[15px\] {
  padding-bottom: 15px;
  padding-top: 15px;
}
.py-\[20px\] {
  padding-bottom: 20px;
  padding-top: 20px;
}
.py-\[40px\] {
  padding-bottom: 40px;
  padding-top: 40px;
}
.py-\[4px\] {
  padding-bottom: 4px;
  padding-top: 4px;
}
.py-\[5px\] {
  padding-bottom: 5px;
  padding-top: 5px;
}
.py-\[6px\] {
  padding-bottom: 6px;
  padding-top: 6px;
}
.py-\[8px\] {
  padding-bottom: 8px;
  padding-top: 8px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}
.pb-\[1\.875rem\] {
  padding-bottom: 1.875rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pb-\[209px\] {
  padding-bottom: 209px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[3\.125rem\] {
  padding-bottom: 3.125rem;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[65px\] {
  padding-bottom: 65px;
}
.pb-\[calc\(65px\+136px\)\] {
  padding-bottom: 201px;
}
.pb-\[calc\(65px\+76px\)\] {
  padding-bottom: 141px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[20\%\] {
  padding-left: 20%;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pr-\[36px\] {
  padding-right: 36px;
}
.pr-\[5vw\] {
  padding-right: 5vw;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pt-\[3\.75rem\] {
  padding-top: 3.75rem;
}
.pt-\[calc\(-10vh\+100px\)\] {
  padding-top: calc(-10vh + 100px);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: initial;
}
.align-middle {
  vertical-align: middle;
}
.align-\[-0\.125em\] {
  vertical-align: -0.125em;
}
.font-Londrina_Solid {
  font-family: Londrina Solid Regular;
}
.font-TT_Firs_Neue {
  font-family: TT Firs Neue;
}
.font-TT_Firs_Neue_Bold {
  font-family: TT Firs Neue Bold;
}
.font-TT_Firs_Neue_Light {
  font-family: TT Firs Neue Light;
}
.font-TT_Firs_Neue_Thin {
  font-family: TT Firs Neue Thin;
}
.font-TT_Firs_Neue_Variable,
.font-\[\'TT_Firs_Neue_Variable\'\] {
  font-family: TT Firs Neue Variable;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.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-\[10\.31px\] {
  font-size: 10.31px;
}
.text-\[10\.67px\] {
  font-size: 10.67px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11\.88px\] {
  font-size: 11.88px;
}
.text-\[12\.38px\] {
  font-size: 12.38px;
}
.text-\[120px\] {
  font-size: 120px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13\.81px\] {
  font-size: 13.81px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22\.5px\] {
  font-size: 22.5px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[51px\] {
  font-size: 51px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.font-\[100\] {
  font-weight: 100;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[450\] {
  font-weight: 450;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-\[900\] {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.\!leading-\[24px\] {
  line-height: 24px !important;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6,
.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}
.leading-\[1\.875rem\] {
  line-height: 1.875rem;
}
.leading-\[10\.67px\] {
  line-height: 10.67px;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[11px\] {
  line-height: 11px;
}
.leading-\[12\.38px\] {
  line-height: 12.38px;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[13px\] {
  line-height: 13px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[15\.47px\] {
  line-height: 15.47px;
}
.leading-\[15\.84px\] {
  line-height: 15.84px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22\.48px\] {
  line-height: 22.48px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[33\.73px\] {
  line-height: 33.73px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[37\.46px\] {
  line-height: 37.46px;
}
.leading-\[3rem\] {
  line-height: 3rem;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[52px\] {
  line-height: 52px;
}
.leading-\[60px\] {
  line-height: 60px;
}
.leading-\[8px\] {
  line-height: 8px;
}
.leading-loose {
  line-height: 2;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0;
}
.text-\[\#00AEFA\] {
  --tw-text-opacity: 1;
  color: rgb(0 174 250 / var(--tw-text-opacity));
}
.text-\[\#00F7BD\] {
  --tw-text-opacity: 1;
  color: rgb(0 247 189 / var(--tw-text-opacity));
}
.text-\[\#00FFFB\] {
  --tw-text-opacity: 1;
  color: rgb(0 255 251 / var(--tw-text-opacity));
}
.text-\[\#00aefa\] {
  --tw-text-opacity: 1;
  color: rgb(0 174 250 / var(--tw-text-opacity));
}
.text-\[\#00fffb\] {
  --tw-text-opacity: 1;
  color: rgb(0 255 251 / var(--tw-text-opacity));
}
.text-\[\#101932\] {
  --tw-text-opacity: 1;
  color: rgb(16 25 50 / var(--tw-text-opacity));
}
.text-\[\#3684A6\] {
  --tw-text-opacity: 1;
  color: rgb(54 132 166 / var(--tw-text-opacity));
}
.text-\[\#36D1DA\] {
  --tw-text-opacity: 1;
  color: rgb(54 209 218 / var(--tw-text-opacity));
}
.text-\[\#4A5568\] {
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}
.text-\[\#696050\] {
  --tw-text-opacity: 1;
  color: rgb(105 96 80 / var(--tw-text-opacity));
}
.text-\[\#6b6b6b\] {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}
.text-\[\#92D4FF\] {
  --tw-text-opacity: 1;
  color: rgb(146 212 255 / var(--tw-text-opacity));
}
.text-\[\#96FAE0\] {
  --tw-text-opacity: 1;
  color: rgb(150 250 224 / var(--tw-text-opacity));
}
.text-\[\#A0AEC0\] {
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.text-\[\#A7EDF8\] {
  --tw-text-opacity: 1;
  color: rgb(167 237 248 / var(--tw-text-opacity));
}
.text-\[\#AFABFF\] {
  --tw-text-opacity: 1;
  color: rgb(175 171 255 / var(--tw-text-opacity));
}
.text-\[\#B07FF7\] {
  --tw-text-opacity: 1;
  color: rgb(176 127 247 / var(--tw-text-opacity));
}
.text-\[\#B7B7B7\] {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}
.text-\[\#BCAEFF\] {
  --tw-text-opacity: 1;
  color: rgb(188 174 255 / var(--tw-text-opacity));
}
.text-\[\#CBD5E0\] {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}
.text-\[\#D0D0D0\] {
  --tw-text-opacity: 1;
  color: rgb(208 208 208 / var(--tw-text-opacity));
}
.text-\[\#D68BFF\] {
  --tw-text-opacity: 1;
  color: rgb(214 139 255 / var(--tw-text-opacity));
}
.text-\[\#E7FB5D\] {
  --tw-text-opacity: 1;
  color: rgb(231 251 93 / var(--tw-text-opacity));
}
.text-\[\#F99AFF\] {
  --tw-text-opacity: 1;
  color: rgb(249 154 255 / var(--tw-text-opacity));
}
.text-\[\#FF3091\] {
  --tw-text-opacity: 1;
  color: rgb(255 48 145 / var(--tw-text-opacity));
}
.text-\[\#FF439D\] {
  --tw-text-opacity: 1;
  color: rgb(255 67 157 / var(--tw-text-opacity));
}
.text-\[\#FF5FF4\] {
  --tw-text-opacity: 1;
  color: rgb(255 95 244 / var(--tw-text-opacity));
}
.text-\[\#FF9CEE\] {
  --tw-text-opacity: 1;
  color: rgb(255 156 238 / var(--tw-text-opacity));
}
.text-\[\#FFE97D\] {
  --tw-text-opacity: 1;
  color: rgb(255 233 125 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF3D\] {
  color: #ffffff3d;
}
.text-\[\#FFFFFF80\] {
  color: #ffffff80;
}
.text-\[\#FFFFFF99\] {
  color: #fff9;
}
.text-\[\#FFFFFFB2\] {
  color: #ffffffb2;
}
.text-\[\#FFFFFFCC\] {
  color: #fffc;
}
.text-\[\#FFFFFFE5\] {
  color: #ffffffe5;
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#ffffff5c\] {
  color: #ffffff5c;
}
.text-\[300\] {
  color: 300;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 174 250 / var(--tw-text-opacity));
}
.text-cyan {
  --tw-text-opacity: 1;
  color: rgb(0 255 251 / var(--tw-text-opacity));
}
.text-fuchsia {
  --tw-text-opacity: 1;
  color: rgb(255 95 244 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-grey-10 {
  --tw-text-opacity: 1;
  color: rgb(237 242 247 / var(--tw-text-opacity));
}
.text-grey-30 {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}
.text-grey-40 {
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.text-grey-50 {
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-transparent {
  color: #0000;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/100 {
  color: #fff;
}
.text-white\/20 {
  color: #fff3;
}
.text-white\/60 {
  color: #fff9;
}
.text-white\/70 {
  color: #ffffffb3;
}
.text-white\/80 {
  color: #fffc;
}
.text-white\/90 {
  color: #ffffffe6;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.3\] {
  opacity: 0.3;
}
.opacity-\[0\.6\] {
  opacity: 0.6;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px #00000040;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.shadow-2xl,
.shadow-\[0_0_0_0\.32px_\#B58E52\] {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_0\.32px_\#B58E52\] {
  --tw-shadow: 0 0 0 0.32px #b58e52;
  --tw-shadow-colored: 0 0 0 0.32px var(--tw-shadow-color);
}
.shadow-\[0_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 4px 0px #00000040;
  --tw-shadow-colored: 0 4px 4px 0px 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-\[5px_5px_5px_5px_rgba\(0\2c 0\2c 0\2c 1\)\] {
  --tw-shadow: 5px 5px 5px 5px #000;
  --tw-shadow-colored: 5px 5px 5px 5px 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-\[inset_0_0_0_1000px_rgba\(59\2c 130\2c 246\2c 0\.3\)\] {
  --tw-shadow: inset 0 0 0 1000px #3b82f64d;
  --tw-shadow-colored: inset 0 0 0 1000px var(--tw-shadow-color);
}
.shadow-\[inset_0_0_0_1000px_rgba\(59\2c 130\2c 246\2c 0\.3\)\],
.shadow-lg {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}
.outline-none {
  outline: 2px solid #0000;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-2 {
  outline-width: 2px;
}
.outline-\[0\.32px\] {
  outline-width: 0.32px;
}
.outline-offset-1 {
  outline-offset: 1px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.outline-offset-\[-1px\] {
  outline-offset: -1px;
}
.outline-\[\#56FFD6\]\/30 {
  outline-color: #56ffd64d;
}
.outline-\[\#B58E52\] {
  outline-color: #b58e52;
}
.outline-\[\#FFFFFF5C\] {
  outline-color: #ffffff5c;
}
.outline-\[\#FFFFFF66\] {
  outline-color: #fff6;
}
.brightness-50 {
  --tw-brightness: brightness(0.5);
}
.brightness-50,
.brightness-75 {
  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);
}
.brightness-75 {
  --tw-brightness: brightness(0.75);
}
.brightness-\[0\.4\] {
  --tw-brightness: brightness(0.4);
}
.brightness-\[0\.4\],
.grayscale {
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
}
.\!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) !important;
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}
.backdrop-blur,
.backdrop-blur-\[12px\] {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.backdrop-blur-\[12px\] {
  --tw-backdrop-blur: blur(12px);
}
.backdrop-blur-\[36px\] {
  --tw-backdrop-blur: blur(36px);
}
.backdrop-blur-\[36px\],
.backdrop-blur-\[8\.800000190734863px\] {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.backdrop-blur-\[8\.800000190734863px\] {
  --tw-backdrop-blur: blur(8.800000190734863px);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}
.backdrop-blur-md,
.backdrop-blur-sm {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}
.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition {
  transition-duration: 0.15s;
  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-all {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-opacity {
  transition-duration: 0.15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-transform {
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.delay-100 {
  transition-delay: 0.1s;
}
.duration-100 {
  transition-duration: 0.1s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}
.scrollbar::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar::-webkit-scrollbar-track:active {
  background-color: var(
    --scrollbar-track-active,
    var(--scrollbar-track-hover, var(--scrollbar-track))
  );
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar::-webkit-scrollbar-thumb:active {
  background-color: var(
    --scrollbar-thumb-active,
    var(--scrollbar-thumb-hover, var(--scrollbar-thumb))
  );
}
.scrollbar::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}
.scrollbar::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar::-webkit-scrollbar-corner:active {
  background-color: var(
    --scrollbar-corner-active,
    var(--scrollbar-corner-hover, var(--scrollbar-corner))
  );
}
.scrollbar {
  scrollbar-color: var(--scrollbar-thumb, initial)
    var(--scrollbar-track, initial);
  scrollbar-width: auto;
}
.scrollbar::-webkit-scrollbar {
  display: block;
  height: var(--scrollbar-height, 16px);
  width: var(--scrollbar-width, 16px);
}
.scrollbar-thin::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}
.scrollbar-thin::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar-thin::-webkit-scrollbar-track:active {
  background-color: var(
    --scrollbar-track-active,
    var(--scrollbar-track-hover, var(--scrollbar-track))
  );
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar-thin::-webkit-scrollbar-thumb:active {
  background-color: var(
    --scrollbar-thumb-active,
    var(--scrollbar-thumb-hover, var(--scrollbar-thumb))
  );
}
.scrollbar-thin::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}
.scrollbar-thin::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar-thin::-webkit-scrollbar-corner:active {
  background-color: var(
    --scrollbar-corner-active,
    var(--scrollbar-corner-hover, var(--scrollbar-corner))
  );
}
.scrollbar-thin {
  scrollbar-color: var(--scrollbar-thumb, initial)
    var(--scrollbar-track, initial);
  scrollbar-width: thin;
}
.scrollbar-thin::-webkit-scrollbar {
  display: block;
  height: 8px;
  width: 8px;
}
.scrollbar-none {
  scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
.scrollbar-track-\[transparent\] {
  --scrollbar-track: #0000 !important;
}
.scrollbar-thumb-\[\#13c7f6\] {
  --scrollbar-thumb: #13c7f6 !important;
}
.scrollbar-w-\[2px\] {
  --scrollbar-width: 2px;
}
.animation-delay-100 {
  animation-delay: 0.1s;
}
.animation-delay-1500 {
  animation-delay: 1.5s;
}
.animation-delay-2000 {
  animation-delay: 2s;
}
.animation-duration-500 {
  animation-duration: 0.5s;
}
.animation-duration-1000 {
  animation-duration: 1s;
}
.animation-duration-2000 {
  animation-duration: 2s;
}
.animation-fill-forward {
  animation-fill-mode: forwards;
}
.animation-direction-reverse {
  animation-direction: reverse;
}
.animation-repeat-once {
  animation-iteration-count: 1;
}
.animation-repeat-infinite {
  animation-iteration-count: infinite;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.\[clip-path\:polygon\(0_0\2c 100\%_0\2c 0_100\%\)\] {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.\[text-shadow\:_0_2px_32px_\#00A110\] {
  text-shadow: 0 2px 32px #00a110;
}
.placeholder\:bg-transparent::placeholder {
  background-color: initial;
}
.backdrop\:filter::-webkit-backdrop {
  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);
}
.backdrop\:filter::backdrop {
  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);
}
.before\:pointer-events-none:before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0:before {
  content: var(--tw-content);
  inset: 0;
}
.before\:inset-\[0\.8px\]:before {
  content: var(--tw-content);
  inset: 0.8px;
}
.before\:bottom-0:before {
  bottom: 0;
  content: var(--tw-content);
}
.before\:left-\[-6px\]:before {
  content: var(--tw-content);
  left: -6px;
}
.before\:-z-10:before {
  content: var(--tw-content);
  z-index: -10;
}
.before\:h-full:before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-\[7px\]:before {
  content: var(--tw-content);
  width: 7px;
}
.before\:skew-x-\[45deg\]:before {
  --tw-skew-x: 45deg;
  content: var(--tw-content);
  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));
}
.before\:rounded-full:before {
  border-radius: 9999px;
  content: var(--tw-content);
}
.before\:rounded-br-\[40px\]:before {
  border-bottom-right-radius: 40px;
  content: var(--tw-content);
}
.before\:rounded-tl-\[40px\]:before {
  border-top-left-radius: 40px;
  content: var(--tw-content);
}
.before\:border:before {
  border-width: 1px;
  content: var(--tw-content);
}
.before\:border-\[0\.6px\]:before {
  border-width: 0.6px;
  content: var(--tw-content);
}
.before\:border-solid:before {
  border-style: solid;
  content: var(--tw-content);
}
.before\:border-\[\#FFFFFF\]:before {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  content: var(--tw-content);
}
.before\:border-transparent:before {
  border-color: #0000;
  content: var(--tw-content);
}
.before\:bg-\[white\]:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
}
.before\:bg-gradient-to-b:before {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  content: var(--tw-content);
}
.before\:bg-gradient-to-br:before {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  content: var(--tw-content);
}
.before\:from-\[\#00fffb52\]:before {
  --tw-gradient-from: #00fffb52 var(--tw-gradient-from-position);
  --tw-gradient-to: #00fffb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
}
.before\:from-\[\#56FFD6\]:before {
  --tw-gradient-from: #56ffd6 var(--tw-gradient-from-position);
  --tw-gradient-to: #56ffd600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
}
.before\:to-\[\#0078F\]:before {
  --tw-gradient-to: #0078F var(--tw-gradient-to-position);
  content: var(--tw-content);
}
.before\:to-\[\#00affa52\]:before {
  --tw-gradient-to: #00affa52 var(--tw-gradient-to-position);
  content: var(--tw-content);
}
.before\:opacity-20:before {
  content: var(--tw-content);
  opacity: 0.2;
}
.before\:opacity-50:before {
  content: var(--tw-content);
  opacity: 0.5;
}
.before\:content-\[\"\"\]:before,
.before\:content-\[\'\'\]:before {
  --tw-content: "";
  content: var(--tw-content);
}
.after\:absolute:after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0:after {
  bottom: 0;
  content: var(--tw-content);
}
.after\:right-\[-6px\]:after {
  content: var(--tw-content);
  right: -6px;
}
.after\:h-full:after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-\[7px\]:after {
  content: var(--tw-content);
  width: 7px;
}
.after\:skew-x-\[-45deg\]:after {
  --tw-skew-x: -45deg;
  content: var(--tw-content);
  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));
}
.after\:bg-\[white\]:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
}
.after\:content-\[\"\"\]:after {
  --tw-content: "";
  content: var(--tw-content);
}
.first\:mt-0:first-child {
  margin-top: 0;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0;
}
.read-only\:text-white\/20:-moz-read-only {
  color: #fff3;
}
.read-only\:text-white\/20:read-only {
  color: #fff3;
}
.focus-within\:border-\[\#00FFFB\]:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 251 / var(--tw-border-opacity));
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}
.group:hover .group-hover\:stroke-\[3\] {
  stroke-width: 3;
}
.group:hover .group-hover\:font-bold {
  font-weight: 700;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}
.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}
.group:hover .group-hover\:shadow-\[0_0_15px_\#00FFFB\] {
  --tw-shadow: 0 0 15px #00fffb;
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:blur-\[0\.0625rem\] {
  --tw-blur: blur(0.0625rem);
  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);
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-\[2px\]:hover {
  border-width: 2px;
}
.hover\:border-\[\#B07FF7\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(176 127 247 / var(--tw-border-opacity));
}
.hover\:bg-\[\#00aefa\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 250 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#030016\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 0 22 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#0B2337\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 35 55 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#6957CD1A\]:hover {
  background-color: #6957cd1a;
}
.hover\:bg-\[\#6957CD40\]:hover {
  background-color: #6957cd40;
}
.hover\:bg-\[\#6957CD70\]:hover {
  background-color: #6957cd70;
}
.hover\:bg-\[\#B07FF74D\]:hover {
  background-color: #b07ff74d;
}
.hover\:bg-transparent:hover {
  background-color: initial;
}
.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-t:hover {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.hover\:from-\[\#00AEFA\]:hover {
  --tw-gradient-from: #00aefa var(--tw-gradient-from-position);
  --tw-gradient-to: #00aefa00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-\[\#1093CD\]:hover {
  --tw-gradient-from: #1093cd var(--tw-gradient-from-position);
  --tw-gradient-to: #1093cd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#00CECB\]:hover {
  --tw-gradient-to: #00cecb var(--tw-gradient-to-position);
}
.hover\:to-\[\#00FFFB\]:hover {
  --tw-gradient-to: #00fffb var(--tw-gradient-to-position);
}
.hover\:text-\[\#FFFFFF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.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);
}
.hover\:duration-200:hover {
  transition-duration: 0.2s;
}
.focus\:border-\[\#00FFFB\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 255 251 / var(--tw-border-opacity));
}
.focus\:bg-\[\#00000033\]:focus {
  background-color: #0003;
}
.focus\:bg-\[\#6957CD1A\]:focus {
  background-color: #6957cd1a;
}
.focus\:bg-\[\#6957CD\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(105 87 205 / var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid #0000;
  outline-offset: 2px;
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.child\:child\:fill-blue > * > *,
.child\:fill-\[\#00AEFA\] > * {
  fill: #00aefa;
}
.child\:fill-\[\#FF439D\] > * {
  fill: #ff439d;
}
.child\:fill-\[\#FFFFFFCC\] > * {
  fill: #fffc;
}
.child\:px-\[2\.1875rem\] > * {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
.child\:font-TT_Firs_Neue > * {
  font-family: TT Firs Neue;
}
.child\:text-sm > * {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.child\:font-light > * {
  font-weight: 300;
}
.child\:opacity-50 > * {
  opacity: 0.5;
}
@media (prefers-reduced-motion: reduce) {
  @keyframes spin {
    to {
      transform: rotate(1turn);
    }
  }
  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
    animation: spin 1.5s linear infinite;
  }
}
@media (min-width: 520px) {
  .xs\:left-\[2\%\] {
    left: 2%;
  }
  .xs\:mt-\[400px\] {
    margin-top: 400px;
  }
  .xs\:h-\[10\.5px\] {
    height: 10.5px;
  }
  .xs\:h-\[140px\] {
    height: 140px;
  }
  .xs\:h-\[192px\] {
    height: 192px;
  }
  .xs\:h-\[21px\] {
    height: 21px;
  }
  .xs\:h-\[240px\] {
    height: 240px;
  }
  .xs\:h-\[260px\] {
    height: 260px;
  }
  .xs\:h-\[40px\] {
    height: 40px;
  }
  .xs\:h-\[42px\] {
    height: 42px;
  }
  .xs\:w-\[10\.5px\] {
    width: 10.5px;
  }
  .xs\:w-\[133px\] {
    width: 133px;
  }
  .xs\:w-\[192px\] {
    width: 192px;
  }
  .xs\:w-\[277px\] {
    width: 277px;
  }
  .xs\:w-\[40px\] {
    width: 40px;
  }
  .xs\:w-\[461px\] {
    width: 461px;
  }
  .xs\:w-\[48px\] {
    width: 48px;
  }
  .xs\:w-\[495px\] {
    width: 495px;
  }
  .xs\:items-start {
    align-items: flex-start;
  }
  .xs\:gap-y-4 {
    row-gap: 1rem;
  }
  .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  }
  .xs\:rounded-br-\[19\.4px\] {
    border-bottom-right-radius: 19.4px;
  }
  .xs\:rounded-tl-\[19\.4px\] {
    border-top-left-radius: 19.4px;
  }
  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xs\:pt-6 {
    padding-top: 1.5rem;
  }
  .xs\:pt-\[calc\(-10vh\+200px\)\] {
    padding-top: calc(-10vh + 200px);
  }
  .xs\:text-\[14px\] {
    font-size: 14px;
  }
  .xs\:text-\[16px\] {
    font-size: 16px;
  }
  .xs\:text-\[18px\] {
    font-size: 18px;
  }
  .xs\:text-\[20px\] {
    font-size: 20px;
  }
  .xs\:text-\[24px\] {
    font-size: 24px;
  }
  .xs\:text-\[36px\] {
    font-size: 36px;
  }
  .xs\:leading-\[20px\] {
    line-height: 20px;
  }
  .xs\:leading-\[24px\] {
    line-height: 24px;
  }
  .xs\:leading-\[30px\] {
    line-height: 30px;
  }
  .xs\:leading-\[48px\] {
    line-height: 48px;
  }
}
@media (max-width: 375px) {
  .max-375\:overflow-visible {
    overflow: visible;
  }
  .max-375\:whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 640px) {
  .sm\:bottom-4 {
    bottom: 1rem;
  }
  .sm\:bottom-full {
    bottom: 100%;
  }
  .sm\:left-4 {
    left: 1rem;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:-mt-16 {
    margin-top: -4rem;
  }
  .sm\:ml-\[56px\] {
    margin-left: 56px;
  }
  .sm\:mt-12 {
    margin-top: 3rem;
  }
  .sm\:mt-\[0px\] {
    margin-top: 0;
  }
  .sm\:mt-\[90px\] {
    margin-top: 90px;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:min-h-\[38rem\] {
    min-height: 38rem;
  }
  .sm\:w-28 {
    width: 7rem;
  }
  .sm\:w-\[14\.375rem\] {
    width: 14.375rem;
  }
  .sm\:w-\[300px\] {
    width: 300px;
  }
  .sm\:w-\[92vw\] {
    width: 92vw;
  }
  .sm\:min-w-\[25\.625rem\] {
    min-width: 25.625rem;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-\[24px\] {
    font-size: 24px;
  }
  .sm\:text-\[36px\] {
    font-size: 36px;
  }
  .sm\:leading-\[1\.875rem\] {
    line-height: 1.875rem;
  }
  .sm\:leading-\[30px\] {
    line-height: 30px;
  }
  .sm\:leading-\[48px\] {
    line-height: 48px;
  }
  .sm\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .md\:bottom-\[6px\] {
    bottom: 6px;
  }
  .md\:left-0 {
    left: 0;
  }
  .md\:left-\[inherit\] {
    left: inherit;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:right-\[55px\] {
    right: 55px;
  }
  .md\:m-5 {
    margin: 1.25rem;
  }
  .md\:m-\[20px\] {
    margin: 20px;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:-mt-\[30px\] {
    margin-top: -30px;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mb-\[0px\] {
    margin-bottom: 0;
  }
  .md\:mb-\[2\.5rem\] {
    margin-bottom: 2.5rem;
  }
  .md\:mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }
  .md\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-7 {
    margin-top: 1.75rem;
  }
  .md\:mt-\[10px\] {
    margin-top: 10px;
  }
  .md\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }
  .md\:mt-\[6\.25rem\] {
    margin-top: 6.25rem;
  }
  .md\:mt-\[6\.375rem\] {
    margin-top: 6.375rem;
  }
  .md\:mt-\[650px\] {
    margin-top: 650px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-36 {
    height: 9rem;
  }
  .md\:h-4 {
    height: 1rem;
  }
  .md\:h-5 {
    height: 1.25rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-7 {
    height: 1.75rem;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-\[100\%\] {
    height: 100%;
  }
  .md\:h-\[10px\] {
    height: 10px;
  }
  .md\:h-\[12\.5px\] {
    height: 12.5px;
  }
  .md\:h-\[14px\] {
    height: 14px;
  }
  .md\:h-\[16\.5px\] {
    height: 16.5px;
  }
  .md\:h-\[160px\] {
    height: 160px;
  }
  .md\:h-\[16px\] {
    height: 16px;
  }
  .md\:h-\[17px\] {
    height: 17px;
  }
  .md\:h-\[18px\] {
    height: 18px;
  }
  .md\:h-\[19px\] {
    height: 19px;
  }
  .md\:h-\[20px\] {
    height: 20px;
  }
  .md\:h-\[210px\] {
    height: 210px;
  }
  .md\:h-\[24\.5px\] {
    height: 24.5px;
  }
  .md\:h-\[24px\] {
    height: 24px;
  }
  .md\:h-\[280px\] {
    height: 280px;
  }
  .md\:h-\[3\.75rem\] {
    height: 3.75rem;
  }
  .md\:h-\[300px\] {
    height: 300px;
  }
  .md\:h-\[30px\] {
    height: 30px;
  }
  .md\:h-\[320px\] {
    height: 320px;
  }
  .md\:h-\[32px\] {
    height: 32px;
  }
  .md\:h-\[338px\] {
    height: 338px;
  }
  .md\:h-\[400px\] {
    height: 400px;
  }
  .md\:h-\[44px\] {
    height: 44px;
  }
  .md\:h-\[450px\] {
    height: 450px;
  }
  .md\:h-\[500px\] {
    height: 500px;
  }
  .md\:h-\[50px\] {
    height: 50px;
  }
  .md\:h-\[54px\] {
    height: 54px;
  }
  .md\:h-\[60px\] {
    height: 60px;
  }
  .md\:h-\[650px\] {
    height: 650px;
  }
  .md\:h-\[666px\] {
    height: 666px;
  }
  .md\:h-\[7\.5rem\] {
    height: 7.5rem;
  }
  .md\:h-\[70px\] {
    height: 70px;
  }
  .md\:h-\[72px\] {
    height: 72px;
  }
  .md\:h-\[750px\] {
    height: 750px;
  }
  .md\:h-\[90px\] {
    height: 90px;
  }
  .md\:h-\[calc\(100vh-284px\)\] {
    height: calc(100vh - 284px);
  }
  .md\:h-\[calc\(100vh-288px\)\] {
    height: calc(100vh - 288px);
  }
  .md\:max-h-\[50px\] {
    max-height: 50px;
  }
  .md\:max-h-\[72px\] {
    max-height: 72px;
  }
  .md\:min-h-\[224px\] {
    min-height: 224px;
  }
  .md\:min-h-\[756px\] {
    min-height: 756px;
  }
  .md\:w-36 {
    width: 9rem;
  }
  .md\:w-4 {
    width: 1rem;
  }
  .md\:w-5 {
    width: 1.25rem;
  }
  .md\:w-6 {
    width: 1.5rem;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-\[100\%\] {
    width: 100%;
  }
  .md\:w-\[100px\] {
    width: 100px;
  }
  .md\:w-\[10px\] {
    width: 10px;
  }
  .md\:w-\[12\.5px\] {
    width: 12.5px;
  }
  .md\:w-\[133px\] {
    width: 133px;
  }
  .md\:w-\[14px\] {
    width: 14px;
  }
  .md\:w-\[15\.625rem\] {
    width: 15.625rem;
  }
  .md\:w-\[16\.5px\] {
    width: 16.5px;
  }
  .md\:w-\[160px\] {
    width: 160px;
  }
  .md\:w-\[17px\] {
    width: 17px;
  }
  .md\:w-\[18px\] {
    width: 18px;
  }
  .md\:w-\[200px\] {
    width: 200px;
  }
  .md\:w-\[20px\] {
    width: 20px;
  }
  .md\:w-\[21\.875rem\] {
    width: 21.875rem;
  }
  .md\:w-\[210px\] {
    width: 210px;
  }
  .md\:w-\[224px\] {
    width: 224px;
  }
  .md\:w-\[22px\] {
    width: 22px;
  }
  .md\:w-\[240px\] {
    width: 240px;
  }
  .md\:w-\[24px\] {
    width: 24px;
  }
  .md\:w-\[260px\] {
    width: 260px;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:w-\[30px\] {
    width: 30px;
  }
  .md\:w-\[328px\] {
    width: 328px;
  }
  .md\:w-\[32px\] {
    width: 32px;
  }
  .md\:w-\[330px\] {
    width: 330px;
  }
  .md\:w-\[340px\] {
    width: 340px;
  }
  .md\:w-\[410px\] {
    width: 410px;
  }
  .md\:w-\[440px\] {
    width: 440px;
  }
  .md\:w-\[461px\] {
    width: 461px;
  }
  .md\:w-\[50px\] {
    width: 50px;
  }
  .md\:w-\[54px\] {
    width: 54px;
  }
  .md\:w-\[56px\] {
    width: 56px;
  }
  .md\:w-\[57px\] {
    width: 57px;
  }
  .md\:w-\[600px\] {
    width: 600px;
  }
  .md\:w-\[60px\] {
    width: 60px;
  }
  .md\:w-\[624px\] {
    width: 624px;
  }
  .md\:w-\[650px\] {
    width: 650px;
  }
  .md\:w-\[66px\] {
    width: 66px;
  }
  .md\:w-\[675px\] {
    width: 675px;
  }
  .md\:w-\[7\.5rem\] {
    width: 7.5rem;
  }
  .md\:w-\[700px\] {
    width: 700px;
  }
  .md\:w-\[750px\] {
    width: 750px;
  }
  .md\:w-\[76\%\] {
    width: 76%;
  }
  .md\:w-\[830px\] {
    width: 830px;
  }
  .md\:w-\[86px\] {
    width: 86px;
  }
  .md\:w-\[90\%\] {
    width: 90%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-\[280px\] {
    min-width: 280px;
  }
  .md\:min-w-\[300px\] {
    min-width: 300px;
  }
  .md\:min-w-\[30px\] {
    min-width: 30px;
  }
  .md\:min-w-\[830px\] {
    min-width: 830px;
  }
  .md\:min-w-full {
    min-width: 100%;
  }
  .md\:max-w-\[192px\] {
    max-width: 192px;
  }
  .md\:max-w-\[200px\] {
    max-width: 200px;
  }
  .md\:max-w-\[258px\] {
    max-width: 258px;
  }
  .md\:max-w-\[450px\] {
    max-width: 450px;
  }
  .md\:max-w-\[568px\] {
    max-width: 568px;
  }
  .md\:max-w-\[700px\] {
    max-width: 700px;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:flex-1 {
    flex: 1 1;
  }
  .md\:translate-x-0 {
    --tw-translate-x: 0px;
  }
  .md\:rotate-0,
  .md\:translate-x-0 {
    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));
  }
  .md\:rotate-0 {
    --tw-rotate: 0deg;
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-\[1\.875rem\] {
    gap: 1.875rem;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .md\:gap-y-4 {
    row-gap: 1rem;
  }
  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }
  .md\:gap-y-\[60px\] {
    row-gap: 60px;
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  }
  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
  }
  .md\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
  .md\:rounded-br-\[10px\] {
    border-bottom-right-radius: 10px;
  }
  .md\:rounded-br-\[16px\] {
    border-bottom-right-radius: 16px;
  }
  .md\:rounded-br-\[23px\] {
    border-bottom-right-radius: 23px;
  }
  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
  .md\:rounded-tl-\[10px\] {
    border-top-left-radius: 10px;
  }
  .md\:rounded-tl-\[16px\] {
    border-top-left-radius: 16px;
  }
  .md\:rounded-tl-\[23px\] {
    border-top-left-radius: 23px;
  }
  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }
  .md\:py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .md\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .md\:py-\[0px\] {
    padding-top: 0;
  }
  .md\:pb-0,
  .md\:py-\[0px\] {
    padding-bottom: 0;
  }
  .md\:pb-\[10px\] {
    padding-bottom: 10px;
  }
  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pr-\[4\%\] {
    padding-right: 4%;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-\[calc\(-10vh\+400px\)\] {
    padding-top: calc(-10vh + 400px);
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .md\:text-\[12px\] {
    font-size: 12px;
  }
  .md\:text-\[14px\] {
    font-size: 14px;
  }
  .md\:text-\[16px\] {
    font-size: 16px;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
  .md\:text-\[22px\] {
    font-size: 22px;
  }
  .md\:text-\[24px\] {
    font-size: 24px;
  }
  .md\:text-\[28px\] {
    font-size: 28px;
  }
  .md\:text-\[30px\] {
    font-size: 30px;
  }
  .md\:text-\[40px\] {
    font-size: 40px;
  }
  .md\:text-\[44px\] {
    font-size: 44px;
  }
  .md\:text-\[48px\] {
    font-size: 48px;
  }
  .md\:text-\[50px\] {
    font-size: 50px;
  }
  .md\:text-\[60px\] {
    font-size: 60px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:font-\[900\] {
    font-weight: 900;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:leading-\[1\.875rem\] {
    line-height: 1.875rem;
  }
  .md\:leading-\[100px\] {
    line-height: 100px;
  }
  .md\:leading-\[18px\] {
    line-height: 18px;
  }
  .md\:leading-\[20\.24px\] {
    line-height: 20.24px;
  }
  .md\:leading-\[20px\] {
    line-height: 20px;
  }
  .md\:leading-\[22px\] {
    line-height: 22px;
  }
  .md\:leading-\[24px\] {
    line-height: 24px;
  }
  .md\:leading-\[26px\] {
    line-height: 26px;
  }
  .md\:leading-\[27px\] {
    line-height: 27px;
  }
  .md\:leading-\[28px\] {
    line-height: 28px;
  }
  .md\:leading-\[3\.25rem\] {
    line-height: 3.25rem;
  }
  .md\:leading-\[3\.75rem\] {
    line-height: 3.75rem;
  }
  .md\:leading-\[30px\] {
    line-height: 30px;
  }
  .md\:leading-\[32px\] {
    line-height: 32px;
  }
  .md\:leading-\[33\.73px\] {
    line-height: 33.73px;
  }
  .md\:leading-\[36px\] {
    line-height: 36px;
  }
  .md\:leading-\[37px\] {
    line-height: 37px;
  }
  .md\:leading-\[3rem\] {
    line-height: 3rem;
  }
  .md\:leading-\[60px\] {
    line-height: 60px;
  }
  .md\:hover\:border-\[3px\]:hover {
    border-width: 3px;
  }
  .md\:hover\:px-\[14px\]:hover {
    padding-left: 14px;
    padding-right: 14px;
  }
  .md\:hover\:py-\[6px\]:hover {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:-left-1 {
    left: -0.25rem;
  }
  .lg\:bottom-0 {
    bottom: 0;
  }
  .lg\:bottom-\[13\.55rem\] {
    bottom: 13.55rem;
  }
  .lg\:bottom-\[23\.25rem\] {
    bottom: 23.25rem;
  }
  .lg\:bottom-auto {
    bottom: auto;
  }
  .lg\:left-3 {
    left: 0.75rem;
  }
  .lg\:left-7 {
    left: 1.75rem;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:top-3 {
    top: 0.75rem;
  }
  .lg\:top-\[30\%\] {
    top: 30%;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:top-full {
    top: 100%;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .lg\:my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .lg\:my-\[200px\] {
    margin-bottom: 200px;
    margin-top: 200px;
  }
  .lg\:-mr-\[20px\] {
    margin-right: -20px;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-\[76px\] {
    margin-bottom: 76px;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:ml-\[156px\] {
    margin-left: 156px;
  }
  .lg\:ml-\[8\%\] {
    margin-left: 8%;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mr-\[2\%\] {
    margin-right: 2%;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-\[130px\] {
    margin-top: 130px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-11 {
    height: 2.75rem;
  }
  .lg\:h-4 {
    height: 1rem;
  }
  .lg\:h-\[125px\] {
    height: 125px;
  }
  .lg\:h-\[12px\] {
    height: 12px;
  }
  .lg\:h-\[150px\] {
    height: 150px;
  }
  .lg\:h-\[20px\] {
    height: 20px;
  }
  .lg\:h-\[22px\] {
    height: 22px;
  }
  .lg\:h-\[24\.5px\] {
    height: 24.5px;
  }
  .lg\:h-\[250px\] {
    height: 250px;
  }
  .lg\:h-\[280px\] {
    height: 280px;
  }
  .lg\:h-\[28px\] {
    height: 28px;
  }
  .lg\:h-\[410px\] {
    height: 410px;
  }
  .lg\:h-\[48px\] {
    height: 48px;
  }
  .lg\:h-\[54px\] {
    height: 54px;
  }
  .lg\:h-\[64px\] {
    height: 64px;
  }
  .lg\:h-\[70\%\] {
    height: 70%;
  }
  .lg\:h-\[700px\] {
    height: 700px;
  }
  .lg\:h-\[74px\] {
    height: 74px;
  }
  .lg\:h-\[76px\] {
    height: 76px;
  }
  .lg\:h-\[80dvh\] {
    height: 80dvh;
  }
  .lg\:h-\[88px\] {
    height: 88px;
  }
  .lg\:h-\[96px\] {
    height: 96px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:min-h-\[72px\] {
    min-height: 72px;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-4 {
    width: 1rem;
  }
  .lg\:w-\[100\%\] {
    width: 100%;
  }
  .lg\:w-\[11\.875rem\] {
    width: 11.875rem;
  }
  .lg\:w-\[12px\] {
    width: 12px;
  }
  .lg\:w-\[140px\] {
    width: 140px;
  }
  .lg\:w-\[145px\] {
    width: 145px;
  }
  .lg\:w-\[150px\] {
    width: 150px;
  }
  .lg\:w-\[168px\] {
    width: 168px;
  }
  .lg\:w-\[16px\] {
    width: 16px;
  }
  .lg\:w-\[177px\] {
    width: 177px;
  }
  .lg\:w-\[18px\] {
    width: 18px;
  }
  .lg\:w-\[250px\] {
    width: 250px;
  }
  .lg\:w-\[3\%\] {
    width: 3%;
  }
  .lg\:w-\[410px\] {
    width: 410px;
  }
  .lg\:w-\[48px\] {
    width: 48px;
  }
  .lg\:w-\[500px\] {
    width: 500px;
  }
  .lg\:w-\[57px\] {
    width: 57px;
  }
  .lg\:w-\[600px\] {
    width: 600px;
  }
  .lg\:w-\[64px\] {
    width: 64px;
  }
  .lg\:w-\[77px\] {
    width: 77px;
  }
  .lg\:w-\[800px\] {
    width: 800px;
  }
  .lg\:w-\[830px\] {
    width: 830px;
  }
  .lg\:w-\[83px\] {
    width: 83px;
  }
  .lg\:w-\[85\%\] {
    width: 85%;
  }
  .lg\:w-\[86\%\] {
    width: 86%;
  }
  .lg\:w-\[92px\] {
    width: 92px;
  }
  .lg\:w-\[980px\] {
    width: 980px;
  }
  .lg\:w-\[98px\] {
    width: 98px;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[340px\] {
    min-width: 340px;
  }
  .lg\:min-w-\[400px\] {
    min-width: 400px;
  }
  .lg\:min-w-full {
    min-width: 100%;
  }
  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .lg\:max-w-\[150px\] {
    max-width: 150px;
  }
  .lg\:max-w-\[200px\] {
    max-width: 200px;
  }
  .lg\:max-w-\[224px\] {
    max-width: 224px;
  }
  .lg\:max-w-\[424px\] {
    max-width: 424px;
  }
  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .lg\:max-w-\[708px\] {
    max-width: 708px;
  }
  .lg\:max-w-\[768px\] {
    max-width: 768px;
  }
  .lg\:flex-1 {
    flex: 1 1;
  }
  .lg\:cursor-pointer {
    cursor: pointer;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-1 {
    gap: 0.25rem;
  }
  .lg\:gap-2 {
    gap: 0.5rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-x-5 {
    column-gap: 1.25rem;
  }
  .lg\:gap-x-6 {
    column-gap: 1.5rem;
  }
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(4rem * var(--tw-space-x-reverse));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:self-stretch {
    align-self: stretch;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:overflow-y-clip {
    overflow-y: clip;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:border-\[\#624c7b\] {
    --tw-border-opacity: 1;
    border-color: rgb(98 76 123 / var(--tw-border-opacity));
  }
  .lg\:bg-navy-fade {
    background-image: linear-gradient(180deg, #101932, #0000);
  }
  .lg\:bg-navy-mask {
    background-image: linear-gradient(180deg, #101932, #0006);
  }
  .lg\:bg-none {
    background-image: none;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-\[20\%\] {
    padding-left: 20%;
    padding-right: 20%;
  }
  .lg\:px-\[6\%\] {
    padding-left: 6%;
    padding-right: 6%;
  }
  .lg\:px-\[clamp\(2rem\2c 5vw\2c 4\.6875rem\)\] {
    padding-left: clamp(2rem, 5vw, 4.6875rem);
    padding-right: clamp(2rem, 5vw, 4.6875rem);
  }
  .lg\:py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .lg\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .lg\:py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .lg\:py-\[12px\] {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-\[15px\] {
    font-size: 15px;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[24px\] {
    font-size: 24px;
  }
  .lg\:text-\[28px\] {
    font-size: 28px;
  }
  .lg\:text-\[30px\] {
    font-size: 30px;
  }
  .lg\:text-\[36px\] {
    font-size: 36px;
  }
  .lg\:text-\[48px\] {
    font-size: 48px;
  }
  .lg\:text-\[60px\] {
    font-size: 60px;
  }
  .lg\:text-\[80px\] {
    font-size: 80px;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[102px\] {
    line-height: 102px;
  }
  .lg\:leading-\[18px\] {
    line-height: 18px;
  }
  .lg\:leading-\[20px\] {
    line-height: 20px;
  }
  .lg\:leading-\[24px\] {
    line-height: 24px;
  }
  .lg\:leading-\[29px\] {
    line-height: 29px;
  }
  .lg\:leading-\[30px\] {
    line-height: 30px;
  }
  .lg\:leading-\[36px\] {
    line-height: 36px;
  }
  .lg\:leading-\[40px\] {
    line-height: 40px;
  }
  .lg\:leading-\[48px\] {
    line-height: 48px;
  }
  .lg\:leading-\[78px\] {
    line-height: 78px;
  }
  .lg\:opacity-20 {
    opacity: 0.2;
  }
  .lg\:shadow-none {
    --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);
  }
  .lg\:no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .lg\:no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lg\:first\:mt-12:first-child {
    margin-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .xl\:relative {
    position: relative;
  }
  .xl\:inset-4 {
    inset: 1rem;
  }
  .xl\:inset-\[calc\(1rem\+1px\)\] {
    inset: calc(1rem + 1px);
  }
  .xl\:-bottom-\[320px\] {
    bottom: -320px;
  }
  .xl\:right-3 {
    right: 0.75rem;
  }
  .xl\:col-start-1 {
    grid-column-start: 1;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-end-\[-1\] {
    grid-column-end: -1;
  }
  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .xl\:row-start-1 {
    grid-row-start: 1;
  }
  .xl\:row-start-2 {
    grid-row-start: 2;
  }
  .xl\:row-start-3 {
    grid-row-start: 3;
  }
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:m-6 {
    margin: 1.5rem;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .xl\:my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .xl\:my-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .xl\:my-\[20px\] {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .xl\:-mt-8 {
    margin-top: -2rem;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:mt-\[50px\] {
    margin-top: 50px;
  }
  .xl\:mt-\[88px\] {
    margin-top: 88px;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:aspect-\[396\/309\] {
    aspect-ratio: 396/309;
  }
  .xl\:aspect-\[423\/627\] {
    aspect-ratio: 423/627;
  }
  .xl\:\!h-\[72px\] {
    height: 72px !important;
  }
  .xl\:h-12 {
    height: 3rem;
  }
  .xl\:h-3 {
    height: 0.75rem;
  }
  .xl\:h-32 {
    height: 8rem;
  }
  .xl\:h-8 {
    height: 2rem;
  }
  .xl\:h-\[100px\] {
    height: 100px;
  }
  .xl\:h-\[108px\] {
    height: 108px;
  }
  .xl\:h-\[109px\] {
    height: 109px;
  }
  .xl\:h-\[118px\] {
    height: 118px;
  }
  .xl\:h-\[120px\] {
    height: 120px;
  }
  .xl\:h-\[124px\] {
    height: 124px;
  }
  .xl\:h-\[128px\] {
    height: 128px;
  }
  .xl\:h-\[130px\] {
    height: 130px;
  }
  .xl\:h-\[150px\] {
    height: 150px;
  }
  .xl\:h-\[160px\] {
    height: 160px;
  }
  .xl\:h-\[16px\] {
    height: 16px;
  }
  .xl\:h-\[18px\] {
    height: 18px;
  }
  .xl\:h-\[200px\] {
    height: 200px;
  }
  .xl\:h-\[20px\] {
    height: 20px;
  }
  .xl\:h-\[24px\] {
    height: 24px;
  }
  .xl\:h-\[280px\] {
    height: 280px;
  }
  .xl\:h-\[300px\] {
    height: 300px;
  }
  .xl\:h-\[30px\] {
    height: 30px;
  }
  .xl\:h-\[32px\] {
    height: 32px;
  }
  .xl\:h-\[34px\] {
    height: 34px;
  }
  .xl\:h-\[400px\] {
    height: 400px;
  }
  .xl\:h-\[40px\] {
    height: 40px;
  }
  .xl\:h-\[410px\] {
    height: 410px;
  }
  .xl\:h-\[430px\] {
    height: 430px;
  }
  .xl\:h-\[48px\] {
    height: 48px;
  }
  .xl\:h-\[56px\] {
    height: 56px;
  }
  .xl\:h-\[596px\] {
    height: 596px;
  }
  .xl\:h-\[59px\] {
    height: 59px;
  }
  .xl\:h-\[5px\] {
    height: 5px;
  }
  .xl\:h-\[60px\] {
    height: 60px;
  }
  .xl\:h-\[62px\] {
    height: 62px;
  }
  .xl\:h-\[650px\] {
    height: 650px;
  }
  .xl\:h-\[70px\] {
    height: 70px;
  }
  .xl\:h-\[72px\] {
    height: 72px;
  }
  .xl\:h-\[74px\] {
    height: 74px;
  }
  .xl\:h-\[80px\] {
    height: 80px;
  }
  .xl\:h-\[82px\] {
    height: 82px;
  }
  .xl\:h-\[8px\] {
    height: 8px;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:h-full {
    height: 100%;
  }
  .xl\:max-h-\[309px\] {
    max-height: 309px;
  }
  .xl\:max-h-\[627px\] {
    max-height: 627px;
  }
  .xl\:max-h-\[86vh\] {
    max-height: 86vh;
  }
  .xl\:min-h-\[550px\] {
    min-height: 550px;
  }
  .xl\:min-h-\[72px\] {
    min-height: 72px;
  }
  .xl\:min-h-\[888px\] {
    min-height: 888px;
  }
  .xl\:\!w-\[240px\] {
    width: 240px !important;
  }
  .xl\:w-3 {
    width: 0.75rem;
  }
  .xl\:w-8 {
    width: 2rem;
  }
  .xl\:w-\[10\%\] {
    width: 10%;
  }
  .xl\:w-\[100px\] {
    width: 100px;
  }
  .xl\:w-\[106px\] {
    width: 106px;
  }
  .xl\:w-\[108px\] {
    width: 108px;
  }
  .xl\:w-\[109px\] {
    width: 109px;
  }
  .xl\:w-\[11\.875rem\] {
    width: 11.875rem;
  }
  .xl\:w-\[116px\] {
    width: 116px;
  }
  .xl\:w-\[118px\] {
    width: 118px;
  }
  .xl\:w-\[1234px\] {
    width: 1234px;
  }
  .xl\:w-\[124px\] {
    width: 124px;
  }
  .xl\:w-\[128px\] {
    width: 128px;
  }
  .xl\:w-\[129px\] {
    width: 129px;
  }
  .xl\:w-\[130px\] {
    width: 130px;
  }
  .xl\:w-\[13px\] {
    width: 13px;
  }
  .xl\:w-\[140px\] {
    width: 140px;
  }
  .xl\:w-\[150px\] {
    width: 150px;
  }
  .xl\:w-\[160px\] {
    width: 160px;
  }
  .xl\:w-\[16px\] {
    width: 16px;
  }
  .xl\:w-\[18px\] {
    width: 18px;
  }
  .xl\:w-\[200px\] {
    width: 200px;
  }
  .xl\:w-\[20px\] {
    width: 20px;
  }
  .xl\:w-\[230px\] {
    width: 230px;
  }
  .xl\:w-\[235px\] {
    width: 235px;
  }
  .xl\:w-\[240px\] {
    width: 240px;
  }
  .xl\:w-\[24px\] {
    width: 24px;
  }
  .xl\:w-\[272px\] {
    width: 272px;
  }
  .xl\:w-\[300px\] {
    width: 300px;
  }
  .xl\:w-\[30px\] {
    width: 30px;
  }
  .xl\:w-\[32px\] {
    width: 32px;
  }
  .xl\:w-\[350px\] {
    width: 350px;
  }
  .xl\:w-\[400px\] {
    width: 400px;
  }
  .xl\:w-\[40px\] {
    width: 40px;
  }
  .xl\:w-\[420px\] {
    width: 420px;
  }
  .xl\:w-\[42px\] {
    width: 42px;
  }
  .xl\:w-\[440px\] {
    width: 440px;
  }
  .xl\:w-\[48px\] {
    width: 48px;
  }
  .xl\:w-\[500px\] {
    width: 500px;
  }
  .xl\:w-\[508px\] {
    width: 508px;
  }
  .xl\:w-\[530px\] {
    width: 530px;
  }
  .xl\:w-\[600px\] {
    width: 600px;
  }
  .xl\:w-\[62px\] {
    width: 62px;
  }
  .xl\:w-\[646px\] {
    width: 646px;
  }
  .xl\:w-\[650px\] {
    width: 650px;
  }
  .xl\:w-\[68px\] {
    width: 68px;
  }
  .xl\:w-\[72px\] {
    width: 72px;
  }
  .xl\:w-\[766px\] {
    width: 766px;
  }
  .xl\:w-\[78px\] {
    width: 78px;
  }
  .xl\:w-\[80px\] {
    width: 80px;
  }
  .xl\:w-\[812px\] {
    width: 812px;
  }
  .xl\:w-\[86px\] {
    width: 86px;
  }
  .xl\:w-\[8px\] {
    width: 8px;
  }
  .xl\:w-\[97vw\] {
    width: 97vw;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:w-min {
    width: min-content;
  }
  .xl\:min-w-\[206px\] {
    min-width: 206px;
  }
  .xl\:min-w-\[382px\] {
    min-width: 382px;
  }
  .xl\:min-w-\[524px\] {
    min-width: 524px;
  }
  .xl\:min-w-\[624px\] {
    min-width: 624px;
  }
  .xl\:max-w-\[142px\] {
    max-width: 142px;
  }
  .xl\:max-w-\[396px\] {
    max-width: 396px;
  }
  .xl\:max-w-\[423px\] {
    max-width: 423px;
  }
  .xl\:max-w-\[596px\] {
    max-width: 596px;
  }
  .xl\:max-w-\[744px\] {
    max-width: 744px;
  }
  .xl\:max-w-\[90\%\] {
    max-width: 90%;
  }
  .xl\:max-w-\[916px\] {
    max-width: 916px;
  }
  .xl\:max-w-full {
    max-width: 100%;
  }
  .xl\:flex-1 {
    flex: 1 1;
  }
  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .xl\:translate-y-\[35\%\] {
    --tw-translate-y: 35%;
    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));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[1fr_minmax\(auto\2c 160px\)\] {
    grid-template-columns: 1fr minmax(auto, 160px);
  }
  .xl\:grid-cols-\[auto_34\%\] {
    grid-template-columns: auto 34%;
  }
  .xl\:grid-cols-\[repeat\(auto-fit\2c 118px\)\] {
    grid-template-columns: repeat(auto-fit, 118px);
  }
  .xl\:grid-rows-\[auto_1fr_auto\] {
    grid-template-rows: auto 1fr auto;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xl\:place-items-center {
    place-items: center;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-0 {
    gap: 0;
  }
  .xl\:gap-1 {
    gap: 0.25rem;
  }
  .xl\:gap-10 {
    gap: 2.5rem;
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:gap-2 {
    gap: 0.5rem;
  }
  .xl\:gap-3 {
    gap: 0.75rem;
  }
  .xl\:gap-4 {
    gap: 1rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-7 {
    gap: 1.75rem;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:gap-x-1 {
    column-gap: 0.25rem;
  }
  .xl\:gap-x-10 {
    column-gap: 2.5rem;
  }
  .xl\:gap-x-2 {
    column-gap: 0.5rem;
  }
  .xl\:gap-x-3 {
    column-gap: 0.75rem;
  }
  .xl\:gap-x-4 {
    column-gap: 1rem;
  }
  .xl\:gap-x-6 {
    column-gap: 1.5rem;
  }
  .xl\:gap-y-0 {
    row-gap: 0;
  }
  .xl\:gap-y-16 {
    row-gap: 4rem;
  }
  .xl\:gap-y-4 {
    row-gap: 1rem;
  }
  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
  }
  .xl\:place-self-auto {
    place-self: auto;
  }
  .xl\:overflow-hidden {
    overflow: hidden;
  }
  .xl\:overflow-y-auto {
    overflow-y: auto;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .xl\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
  .xl\:rounded-br-\[20px\] {
    border-bottom-right-radius: 20px;
  }
  .xl\:rounded-br-\[24px\] {
    border-bottom-right-radius: 24px;
  }
  .xl\:rounded-br-\[48px\] {
    border-bottom-right-radius: 48px;
  }
  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
  .xl\:rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }
  .xl\:rounded-tl-\[24px\] {
    border-top-left-radius: 24px;
  }
  .xl\:rounded-tl-\[48px\] {
    border-top-left-radius: 48px;
  }
  .xl\:border-\[2px\] {
    border-width: 2px;
  }
  .xl\:border-b-\[40px\] {
    border-bottom-width: 40px;
  }
  .xl\:border-l-\[44px\] {
    border-left-width: 44px;
  }
  .xl\:border-solid {
    border-style: solid;
  }
  .xl\:border-none {
    border-style: none;
  }
  .xl\:border-\[\#48232380\] {
    border-color: #48232380;
  }
  .xl\:bg-\[\#0000004D\] {
    background-color: #0000004d;
  }
  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .xl\:from-transparent {
    --tw-gradient-from: #0000 var(--tw-gradient-from-position);
    --tw-gradient-to: #0000 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .xl\:to-transparent {
    --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  }
  .xl\:p-2 {
    padding: 0.5rem;
  }
  .xl\:p-3 {
    padding: 0.75rem;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:p-6 {
    padding: 1.5rem;
  }
  .xl\:p-\[10px\] {
    padding: 10px;
  }
  .xl\:p-\[4px\] {
    padding: 4px;
  }
  .xl\:p-\[6px\] {
    padding: 6px;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .xl\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .xl\:py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .xl\:py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .xl\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .xl\:py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .xl\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .xl\:py-7 {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }
  .xl\:py-9 {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .xl\:pt-12 {
    padding-top: 3rem;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-center {
    text-align: center;
  }
  .xl\:\!text-\[20px\] {
    font-size: 20px !important;
  }
  .xl\:text-\[10px\] {
    font-size: 10px;
  }
  .xl\:text-\[12px\] {
    font-size: 12px;
  }
  .xl\:text-\[14px\] {
    font-size: 14px;
  }
  .xl\:text-\[16px\] {
    font-size: 16px;
  }
  .xl\:text-\[17px\] {
    font-size: 17px;
  }
  .xl\:text-\[18px\] {
    font-size: 18px;
  }
  .xl\:text-\[20px\] {
    font-size: 20px;
  }
  .xl\:text-\[24px\] {
    font-size: 24px;
  }
  .xl\:text-\[28px\] {
    font-size: 28px;
  }
  .xl\:text-\[30px\] {
    font-size: 30px;
  }
  .xl\:text-\[36px\] {
    font-size: 36px;
  }
  .xl\:text-\[40px\] {
    font-size: 40px;
  }
  .xl\:text-\[44px\] {
    font-size: 44px;
  }
  .xl\:text-\[48px\] {
    font-size: 48px;
  }
  .xl\:text-\[68px\] {
    font-size: 68px;
  }
  .xl\:text-\[70px\] {
    font-size: 70px;
  }
  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xl\:\!leading-\[24px\] {
    line-height: 24px !important;
  }
  .xl\:leading-\[17px\] {
    line-height: 17px;
  }
  .xl\:leading-\[20px\] {
    line-height: 20px;
  }
  .xl\:leading-\[24px\] {
    line-height: 24px;
  }
  .xl\:leading-\[30px\] {
    line-height: 30px;
  }
  .xl\:leading-\[34px\] {
    line-height: 34px;
  }
  .xl\:leading-\[36px\] {
    line-height: 36px;
  }
  .xl\:leading-\[42px\] {
    line-height: 42px;
  }
  .xl\:leading-\[48px\] {
    line-height: 48px;
  }
  .xl\:leading-\[60px\] {
    line-height: 60px;
  }
  .xl\:no-underline {
    text-decoration-line: none;
  }
}
@media (min-width: 1536px) {
  .\32xl\:-top-\[350px\] {
    top: -350px;
  }
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .\32xl\:-ml-10 {
    margin-left: -2.5rem;
  }
  .\32xl\:block {
    display: block;
  }
  .\32xl\:w-\[130px\] {
    width: 130px;
  }
  .\32xl\:w-\[1440px\] {
    width: 1440px;
  }
  .\32xl\:w-\[2\%\] {
    width: 2%;
  }
  .\32xl\:w-\[612px\] {
    width: 612px;
  }
  .\32xl\:w-\[910px\] {
    width: 910px;
  }
  .\32xl\:w-\[92vw\] {
    width: 92vw;
  }
  .\32xl\:w-full {
    width: 100%;
  }
  .\32xl\:min-w-\[144px\] {
    min-width: 144px;
  }
  .\32xl\:max-w-\[1740px\] {
    max-width: 1740px;
  }
  .\32xl\:max-w-\[1940px\] {
    max-width: 1940px;
  }
  .\32xl\:-translate-x-\[20\%\] {
    --tw-translate-x: -20%;
    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));
  }
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:flex-row {
    flex-direction: row;
  }
  .\32xl\:justify-start {
    justify-content: flex-start;
  }
  .\32xl\:justify-between {
    justify-content: space-between;
  }
  .\32xl\:gap-10 {
    gap: 2.5rem;
  }
  .\32xl\:gap-4 {
    gap: 1rem;
  }
  .\32xl\:gap-5 {
    gap: 1.25rem;
  }
  .\32xl\:gap-x-20 {
    column-gap: 5rem;
  }
  .\32xl\:gap-x-3 {
    column-gap: 0.75rem;
  }
  .\32xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
  .\32xl\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .\32xl\:text-\[16px\] {
    font-size: 16px;
  }
  .\32xl\:text-\[18px\] {
    font-size: 18px;
  }
  .\32xl\:text-\[20px\] {
    font-size: 20px;
  }
  .\32xl\:text-\[30px\] {
    font-size: 30px;
  }
  .\32xl\:leading-\[20px\] {
    line-height: 20px;
  }
  .\32xl\:leading-\[24px\] {
    line-height: 24px;
  }
  .\32xl\:leading-\[36px\] {
    line-height: 36px;
  }
}
@media (min-width: 600px) {
  .lb-m\:m-5 {
    margin: 1.25rem;
  }
  .lb-m\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lb-m\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lb-m\:ml-0 {
    margin-left: 0;
  }
  .lb-m\:mr-6 {
    margin-right: 1.5rem;
  }
  .lb-m\:mt-\[20px\] {
    margin-top: 20px;
  }
  .lb-m\:h-11 {
    height: 2.75rem;
  }
  .lb-m\:h-4 {
    height: 1rem;
  }
  .lb-m\:h-5 {
    height: 1.25rem;
  }
  .lb-m\:h-6 {
    height: 1.5rem;
  }
  .lb-m\:h-\[100\%\] {
    height: 100%;
  }
  .lb-m\:h-\[12px\] {
    height: 12px;
  }
  .lb-m\:h-\[22px\] {
    height: 22px;
  }
  .lb-m\:h-\[24px\] {
    height: 24px;
  }
  .lb-m\:h-\[44px\] {
    height: 44px;
  }
  .lb-m\:h-\[48px\] {
    height: 48px;
  }
  .lb-m\:h-\[64px\] {
    height: 64px;
  }
  .lb-m\:h-\[80px\] {
    height: 80px;
  }
  .lb-m\:h-\[96px\] {
    height: 96px;
  }
  .lb-m\:h-auto {
    height: auto;
  }
  .lb-m\:max-h-\[50px\] {
    max-height: 50px;
  }
  .lb-m\:w-\[100px\] {
    width: 100px;
  }
  .lb-m\:w-\[120px\] {
    width: 120px;
  }
  .lb-m\:w-\[12px\] {
    width: 12px;
  }
  .lb-m\:w-\[150px\] {
    width: 150px;
  }
  .lb-m\:w-\[165px\] {
    width: 165px;
  }
  .lb-m\:w-\[166px\] {
    width: 166px;
  }
  .lb-m\:w-\[168px\] {
    width: 168px;
  }
  .lb-m\:w-\[177px\] {
    width: 177px;
  }
  .lb-m\:w-\[22px\] {
    width: 22px;
  }
  .lb-m\:w-\[320px\] {
    width: 320px;
  }
  .lb-m\:w-\[48px\] {
    width: 48px;
  }
  .lb-m\:w-\[50\%\] {
    width: 50%;
  }
  .lb-m\:w-\[60px\] {
    width: 60px;
  }
  .lb-m\:w-\[64px\] {
    width: 64px;
  }
  .lb-m\:w-\[80px\] {
    width: 80px;
  }
  .lb-m\:flex-1 {
    flex: 1 1;
  }
  .lb-m\:flex-row {
    flex-direction: row;
  }
  .lb-m\:justify-end {
    justify-content: flex-end;
  }
  .lb-m\:gap-y-2 {
    row-gap: 0.5rem;
  }
  .lb-m\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }
  .lb-m\:gap-y-4 {
    row-gap: 1rem;
  }
  .lb-m\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
  .lb-m\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
  .lb-m\:border-r {
    border-right-width: 1px;
  }
  .lb-m\:border-\[\#624c7b\] {
    --tw-border-opacity: 1;
    border-color: rgb(98 76 123 / var(--tw-border-opacity));
  }
  .lb-m\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lb-m\:py-\[12px\] {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .lb-m\:pr-12 {
    padding-right: 3rem;
  }
  .lb-m\:pr-\[80px\] {
    padding-right: 80px;
  }
  .lb-m\:pt-\[80px\] {
    padding-top: 80px;
  }
  .lb-m\:text-center {
    text-align: center;
  }
  .lb-m\:text-right {
    text-align: right;
  }
  .lb-m\:text-\[13px\] {
    font-size: 13px;
  }
  .lb-m\:text-\[16px\] {
    font-size: 16px;
  }
  .lb-m\:text-\[18px\] {
    font-size: 18px;
  }
  .lb-m\:text-\[20px\] {
    font-size: 20px;
  }
  .lb-m\:text-\[24px\] {
    font-size: 24px;
  }
  .lb-m\:text-\[32px\] {
    font-size: 32px;
  }
  .lb-m\:text-\[38px\] {
    font-size: 38px;
  }
  .lb-m\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lb-m\:leading-\[16px\] {
    line-height: 16px;
  }
  .lb-m\:leading-\[20px\] {
    line-height: 20px;
  }
  .lb-m\:leading-\[24px\] {
    line-height: 24px;
  }
  .lb-m\:leading-\[30px\] {
    line-height: 30px;
  }
  .lb-m\:leading-\[40px\] {
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .lb-d\:w-\[1272px\] {
    width: 1272px;
  }
  .lb-d\:w-\[1440px\] {
    width: 1440px;
  }
  .lb-d\:w-\[916px\] {
    width: 916px;
  }
}
@media (min-width: 1700px) {
  .ethernals-3xl\:right-2 {
    right: 0.5rem;
  }
  .ethernals-3xl\:top-2 {
    top: 0.5rem;
  }
  .ethernals-3xl\:h-5 {
    height: 1.25rem;
  }
  .ethernals-3xl\:h-\[100px\] {
    height: 100px;
  }
  .ethernals-3xl\:h-\[17px\] {
    height: 17px;
  }
  .ethernals-3xl\:h-\[19px\] {
    height: 19px;
  }
  .ethernals-3xl\:h-\[444px\] {
    height: 444px;
  }
  .ethernals-3xl\:h-\[60\%\] {
    height: 60%;
  }
  .ethernals-3xl\:h-\[62px\] {
    height: 62px;
  }
  .ethernals-3xl\:h-\[88px\] {
    height: 88px;
  }
  .ethernals-3xl\:h-auto {
    height: auto;
  }
  .ethernals-3xl\:min-h-\[520px\] {
    min-height: 520px;
  }
  .ethernals-3xl\:w-5 {
    width: 1.25rem;
  }
  .ethernals-3xl\:w-\[1050px\] {
    width: 1050px;
  }
  .ethernals-3xl\:w-\[150px\] {
    width: 150px;
  }
  .ethernals-3xl\:w-\[17px\] {
    width: 17px;
  }
  .ethernals-3xl\:w-\[19px\] {
    width: 19px;
  }
  .ethernals-3xl\:w-\[76\%\] {
    width: 76%;
  }
  .ethernals-3xl\:w-\[77px\] {
    width: 77px;
  }
  .ethernals-3xl\:w-\[83px\] {
    width: 83px;
  }
  .ethernals-3xl\:w-\[95vw\] {
    width: 95vw;
  }
  .ethernals-3xl\:w-\[98px\] {
    width: 98px;
  }
  .ethernals-3xl\:max-w-\[192px\] {
    max-width: 192px;
  }
  .ethernals-3xl\:flex-1 {
    flex: 1 1;
  }
  .ethernals-3xl\:grid-cols-\[auto_33\%\] {
    grid-template-columns: auto 33%;
  }
  .ethernals-3xl\:justify-start {
    justify-content: flex-start;
  }
  .ethernals-3xl\:gap-2 {
    gap: 0.5rem;
  }
  .ethernals-3xl\:gap-5 {
    gap: 1.25rem;
  }
  .ethernals-3xl\:gap-x-10 {
    column-gap: 2.5rem;
  }
  .ethernals-3xl\:text-\[14px\] {
    font-size: 14px;
  }
  .ethernals-3xl\:text-\[15px\] {
    font-size: 15px;
  }
  .ethernals-3xl\:text-\[16px\] {
    font-size: 16px;
  }
  .ethernals-3xl\:text-\[18px\] {
    font-size: 18px;
  }
  .ethernals-3xl\:text-\[19px\] {
    font-size: 19px;
  }
  .ethernals-3xl\:text-\[20px\] {
    font-size: 20px;
  }
  .ethernals-3xl\:leading-\[15px\] {
    line-height: 15px;
  }
  .ethernals-3xl\:leading-\[16px\] {
    line-height: 16px;
  }
  .ethernals-3xl\:leading-\[19px\] {
    line-height: 19px;
  }
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #141f10;
}
::-webkit-scrollbar-thumb {
  background: #171306;
}
.button-aqua-blue-gradient {
  background: linear-gradient(92.29deg, #55e3e8, #26589d);
}
.button-aqua-blue-gradient:hover {
  background: linear-gradient(92.29deg, #26589d, #55e3e8);
}
.button-blue-gradient {
  background: linear-gradient(92.29deg, #00fffb, #00aefa);
}
.button-blue-gradient:hover {
  background: linear-gradient(92.29deg, #00aefa, #00fffb);
}
.button-purple-gradient {
  background: linear-gradient(93.21deg, #b07ff7, #6957cd 99.87%);
}
.button-purple-gradient:hover {
  background: linear-gradient(93.21deg, #6957cd, #b07ff7 99.87%);
}
.button-purple-gradient2 {
  background: linear-gradient(93.21deg, #6957cd 40%, #b07ff7 110%);
}
.button-purple-gradient2:hover {
  background: linear-gradient(93.21deg, #b07ff7 -10%, #6957cd 40%);
}
.button-purple-gradient3 {
  background: linear-gradient(93.21deg, #6957cd 40%, #b07ff7 110%);
}
.button-purple-gradient3:hover {
  background: linear-gradient(93.21deg, #b07ff7 -10%, #6957cd 40%);
}
.hovered-button-blue-gradient:hover {
  background: linear-gradient(92.29deg, #00fffb, #00aefa);
}
.button-disabled-gradient {
  background: linear-gradient(92.29deg, #5d5e5f, #757677);
}
.button-pink-gradient {
  background: linear-gradient(92.29deg, #ff62fa, #ff74f4);
}
.button-pink-gradient:hover {
  background: linear-gradient(92.29deg, #ff74f4, #ff62fa);
}
.button-pink-purple-gradient {
  background: linear-gradient(90deg, #ff74f4 0.47%, #b431ce 100.47%);
}
.button-pink-purple-gradient:hover {
  background: linear-gradient(90deg, #b431ce 0.47%, #ff74f4 100.47%);
}
.button-grey-gradient:disabled {
  background: linear-gradient(90deg, #757677, #5d5e5f);
}
.box-border-gradient {
  background: linear-gradient(180deg, #00fffb, #00aefa);
}
.border-blue-gradient {
  border-image: linear-gradient(92.29deg, #00fffb, #00aefa);
  border-image-slice: 1;
}
.border-gradient-color {
  background: linear-gradient(138deg, #00fffb05, #00aefa05), #10193299;
  border: 1px solid #00fffb;
  border-radius: 48px 0;
}
.border-gray-gradient-color {
  background: linear-gradient(138deg, #00fffb05, #00aefa05), #101932;
  border: 1px solid #fff6;
  border-radius: 16px 0;
}
.border-purple-gradient-color {
  background: #6957cd1a;
  border: 1px solid #b07ff7;
  border-radius: 24px 0;
}
.border-pink-gradient-color {
  background: rgba(166, 23, 201, 0.102);
  border: 1px solid #ff5ff4;
  border-radius: 24px 0;
}
.border-purple-gradient-color:hover {
  background: linear-gradient(90deg, #6957cd, #b07ff7);
  border: 0;
  border-radius: 24px 0;
}
.border-pink-gradient-color:hover {
  background: linear-gradient(90deg, #b431ce 0.47%, #ff74f4 100.47%);
  border: 0;
  border-radius: 24px 0;
}
.spellfire-multiplier-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 174, 250, 0.149),
    rgba(0, 255, 251, 0.149)
  );
}
.spellfire-multiplier-button-gradient:disabled {
  background: linear-gradient(90deg, #b07ff7, #6957cd);
}
.spellfire-orb-burning-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.302),
    rgba(0, 174, 250, 0.302)
  );
}
.gradient-text {
  background-image: linear-gradient(90deg, #00aefa, #00fffb);
}
.gradient-text,
.gradient-text-purple {
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}
.gradient-text-purple {
  background-image: linear-gradient(90deg, #b07ff7, #6957cd);
}
.game-button-gradient {
  background: linear-gradient(180deg, #6957cd, #b07ff7);
}
.site-layout {
  margin: auto;
}
.loader {
  animation: loader 2s linear infinite;
  border-radius: 50%;
  height: 150px;
  position: relative;
  width: 150px;
  z-index: 1000;
}
.loader.profile-loading {
  height: 4.25rem;
  width: 4.25rem;
}
@keyframes loader {
  0% {
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    filter: hue-rotate(1turn);
    transform: rotate(1turn);
  }
}
.loader:before {
  bottom: 4px;
  left: 4px;
  mask: radial-gradient(farthest-side, #0000 calc(100% - 10px), #fff 0)
    no-repeat;
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 10px), #fff 0);
  right: 4px;
  top: 4px;
}
.loader:after,
.loader:before {
  background: linear-gradient(45deg, #0000, #0000 30%, #e7fb5d) no-repeat;
  border-radius: 50%;
  content: "";
  position: absolute;
}
.loader:after {
  bottom: 0;
  filter: blur(100px);
  left: 0;
  right: 0;
  top: 0;
}
.circle {
  --radius: 8.85rem;
  --angle: 0deg;
  left: calc(50% + var(--radius) * sin(var(--angle)));
  position: absolute;
  top: calc(50% - var(--radius) * cos(var(--angle)));
}
@media screen and (min-width: 768px) {
  .circle {
    --radius: clamp(12.5rem, 17.5dvw, 22rem);
  }
}
.circle:first-child {
  --angle: 0deg;
  animation-delay: 1s;
  animation-duration: 1s;
  z-index: 300;
}
.circle:nth-child(2) {
  --angle: 72deg;
  animation-delay: 1.5s;
  animation-duration: 1s;
  z-index: 200;
}
.circle:nth-child(3) {
  --angle: 144deg;
  animation-delay: 2s;
  animation-duration: 1s;
  z-index: 100;
}
.circle:nth-child(4) {
  --angle: 216deg;
  animation-delay: 2.5s;
  animation-duration: 1s;
  z-index: 100;
}
.circle:nth-child(5) {
  --angle: 288deg;
  animation-delay: 3s;
  animation-duration: 1s;
  z-index: 200;
}
.circle:nth-child(6) {
  --radius: 0rem;
  animation-delay: 3.5s;
  animation-duration: 1s;
  z-index: 200;
}
.module {
  color: #fff;
  position: relative;
}
.module-border {
  fill: none;
  stroke: url(#grad);
  stroke-width: 1px;
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
}
#grad stop:first-child {
  stop-color: #fff;
}
#grad stop:nth-child(2) {
  stop-color: #0000;
}
.fade-in-section {
  opacity: 0;
  transform: translateY(-10vh);
  transition: opacity 1.2s ease-out, transform 0.6s ease-out,
    visibility 1.2s ease-out;
  visibility: hidden;
  will-change: opacity, transform, visibility;
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.bg-spellfire-todays-reward-pool {
  background-image: url(/static/media/spellfire-reward-pool-bg.0b6b39be7f6279c81fd7.png);
}
.bg-spellfire-tmr-reward-pool-mb {
  background-image: url(/static/media/spellfire-tmr-reward-pool-bg-mb.7cd98fe3bcbdc64a2585.png);
}
.bg-spellfire-multiplier {
  background-image: url(/static/media/spellfire-multiplier-bg.c2157867ba5f0e19a334.png);
}
.bg-pvp {
  background-image: url(/static/media/pengu-bg-mobile.a7296893956889cc9905.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1280px) {
  .bg-pvp {
    background-image: url(/static/media/pengu-bg.0e523f33a90e5ce2cc30.jpg);
  }
}
.bg-pvp-spell-selection {
  background-image: url(/static/media/bg-deco.501bca381b3681ca0171.svg),
    url(/static/media/bg-mobile.a3a4d569b60974c0539b.jpg);
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 130% 90%, cover;
}
@media (min-width: 1280px) {
  .bg-pvp-spell-selection {
    background-image: url(/static/media/bg-deco.501bca381b3681ca0171.svg),
      url(/static/media/bg.c2d46e6cbf015088b8b3.jpg);
    background-size: 100% 90%, cover;
  }
}
.btn,
.btn-l {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.btn-l {
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  height: 60px;
  width: 200px;
}
.btn-xl {
  align-items: center;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 24px;
  display: flex;
  gap: 0.5rem;
  height: 72px;
  justify-content: center;
  width: 240px;
}
.btn-outline-purple {
  --tw-border-opacity: 1;
  background-color: #6957cd1a;
  border-color: rgb(176 127 247 / var(--tw-border-opacity));
  border-width: 2px;
}
.btn-outline-purple:hover {
  background-color: #6957cd40;
}
.btn-outline-purple:focus {
  background-color: #0003;
}
.btn-outline-purple:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-outline-pink {
  --tw-border-opacity: 1;
  background-color: #a617c91a;
  border-color: rgb(255 95 244 / var(--tw-border-opacity));
  border-width: 2px;
}
.btn-outline-pink:hover {
  background-color: #a617c940;
}
.btn-outline-pink:focus {
  background-color: #0003;
}
.btn-outline-pink:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-blue-solid {
  --tw-bg-opacity: 1;
  --tw-gradient-from: #00aefa var(--tw-gradient-from-position);
  --tw-gradient-to: #00aefa00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #00fffb var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  background-color: rgb(0 174 250 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-blue-solid:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.btn-blue-solid:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 250 / var(--tw-bg-opacity));
}
.btn-blue-solid:disabled {
  opacity: 0.5;
  pointer-events: none;
}
[role="button"],
button {
  cursor: pointer;
  font-family: TT Firs Neue;
}
button {
  font-size: 1rem;
  line-height: 1.5rem;
}
button:active,
button:focus {
  box-shadow: none;
  outline: none;
}
a {
  cursor: pointer;
  font-family: TT Firs Neue;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration-line: none;
  text-decoration: none;
}
input[type="submit"] {
  height: auto;
}
input[type="checkbox"],
input[type="radio"] {
  height: 0.875em;
  width: 0.875em;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #37b772;
  border-color: #37b772;
}
h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h1,
h2 {
  font-family: TT Firs Neue;
}
h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
h3 {
  font-family: TT Firs Neue;
  font-size: 1.5rem;
  line-height: 2rem;
}
h4 {
  font-size: 1.25rem;
}
h4,
h5 {
  font-family: TT Firs Neue;
  line-height: 1.75rem;
}
h5 {
  font-size: 1.125rem;
}
h6,
p {
  font-size: 1rem;
  line-height: 1.5rem;
}
h6,
p,
span {
  font-family: TT Firs Neue;
}
span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.fixed-overlay,
.overlay {
  border-radius: 0;
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 99;
}
.fixed-overlay {
  height: 100vh;
  height: 100dvh;
  position: fixed;
  width: 100vw;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#root,
body,
html {
  font-feature-settings: "calt" 0;
  background-color: #131213;
  color: #fff;
  font-size: 16px;
  scroll-behavior: smooth;
}
#root {
  min-width: 350px;
  position: relative;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
