/* [project]/node_modules/normalize.css/normalize.css [client] (css) */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

/* [project]/node_modules/react-dropdown/style.css [client] (css) */
.Dropdown-root {
  position: relative;
}

.Dropdown-control {
  box-sizing: border-box;
  color: #333;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
  padding: 8px 52px 8px 10px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.Dropdown-control:hover {
  box-shadow: 0 1px rgba(0, 0, 0, .06);
}

.Dropdown-arrow {
  content: " ";
  height: 0;
  margin-top: -ceil(2.5);
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  border-bottom-width: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
}

.is-open .Dropdown-arrow {
  border-width: 0 5px 5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
}

.Dropdown-menu {
  box-sizing: border-box;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 200px;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  overflow-y: auto;
  box-shadow: 0 1px rgba(0, 0, 0, .06);
}

.Dropdown-menu .Dropdown-group > .Dropdown-title {
  color: #333;
  text-transform: capitalize;
  padding: 8px 10px;
  font-weight: bold;
}

.Dropdown-option {
  box-sizing: border-box;
  color: rgba(51, 51, 51, .8);
  cursor: pointer;
  padding: 8px 10px;
  display: block;
}

.Dropdown-option:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.Dropdown-option:hover, .Dropdown-option.is-selected {
  color: #333;
  background-color: #f2f9fc;
}

.Dropdown-noresults {
  box-sizing: border-box;
  color: #ccc;
  cursor: default;
  padding: 8px 10px;
  display: block;
}

/* [project]/node_modules/react-toastify/dist/ReactToastify.css [client] (css) */
: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: rgba(255, 255, 255, .7);
  --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-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --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(to right, #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-color-progress-bgo: .2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}

.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
    padding: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}

.Toastify__toast {
  --y: 0;
  -ms-touch-action: none;
  touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  border-radius: var(--toastify-toast-bd-radius);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  z-index: 0;
  direction: ltr;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.Toastify__toast--stacked {
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform .3s;
  position: absolute;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity .1s;
}

.Toastify__toast--stacked[data-collapsed="false"] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed="true"]:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: "";
  height: calc(var(--g) * 1px);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.Toastify__toast--stacked[data-pos="top"] {
  top: 0;
}

.Toastify__toast--stacked[data-pos="bot"] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos="bot"].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos="top"].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(3);
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-body {
  flex: auto;
  align-items: center;
  margin: auto 0;
  padding: 6px;
  display: flex;
}

.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  flex-shrink: 0;
  width: 20px;
  display: flex;
}

.Toastify__toast-icon:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 10px;
}

.Toastify__toast-icon:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 10px;
}

.Toastify__toast-icon:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 10px;
}

.Toastify__toast-icon:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 10px;
}

.Toastify__toast-icon:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 10px;
}

.Toastify__toast-icon:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 10px;
}

.Toastify--animate {
  animation-duration: .5s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: .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--light, .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-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--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  z-index: 1;
  background: none;
  border: none;
  outline: none;
  align-self: flex-start;
  padding: 0;
  transition: all .3s;
}

.Toastify__close-button--light {
  color: #000;
  opacity: .3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  width: 14px;
  height: 16px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: .7;
  transform-origin: 0;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: 100%;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp {
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--wrp[data-hidden="true"] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  animation: .65s linear infinite Toastify__spin;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    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, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .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, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    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: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y)  - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y)  + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .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, calc(var(--y)  - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y)  + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-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--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-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 {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }

  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-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--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* [project]/src/shared/lib/assets/styles/styles.scss.css [client] (css) */
:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, .75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, .5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .176);
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .176);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: rgba(13, 110, 253, .25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, .75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, .5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, .15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-75 {
  opacity: .75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: .1;
}

.border-opacity-25 {
  --bs-border-opacity: .25;
}

.border-opacity-50 {
  --bs-border-opacity: .5;
}

.border-opacity-75 {
  --bs-border-opacity: .75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: .25rem !important;
}

.me-2 {
  margin-right: .5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: .25rem !important;
}

.ms-2 {
  margin-left: .5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: .25rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: .25rem !important;
}

.pe-2 {
  padding-right: .5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: .25rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: .25rem !important;
}

.ps-2 {
  padding-left: .5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: .25rem !important;
}

.gap-2 {
  gap: .5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: .25rem !important;
}

.row-gap-2 {
  row-gap: .5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: .25rem !important;
}

.column-gap-2 {
  column-gap: .5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, .5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: .25;
}

.text-opacity-50 {
  --bs-text-opacity: .5;
}

.text-opacity-75 {
  --bs-text-opacity: .75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10, .link-opacity-10-hover:hover {
  --bs-link-opacity: .1;
}

.link-opacity-25, .link-opacity-25-hover:hover {
  --bs-link-opacity: .25;
}

.link-opacity-50, .link-opacity-50-hover:hover {
  --bs-link-opacity: .5;
}

.link-opacity-75, .link-opacity-75-hover:hover {
  --bs-link-opacity: .75;
}

.link-opacity-100, .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1, .link-offset-1-hover:hover {
  text-underline-offset: .125em !important;
}

.link-offset-2, .link-offset-2-hover:hover {
  text-underline-offset: .25em !important;
}

.link-offset-3, .link-offset-3-hover:hover {
  text-underline-offset: .375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0, .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10, .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: .1;
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: .25;
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: .5;
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: .75;
}

.link-underline-opacity-100, .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.bg-opacity-75 {
  --bs-bg-opacity: .75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 720px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-inline-grid {
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mt-md-2 {
    margin-top: .5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: .25rem !important;
  }

  .me-md-2 {
    margin-right: .5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .mb-md-2 {
    margin-bottom: .5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: .25rem !important;
  }

  .gap-md-2 {
    gap: .5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: .25rem !important;
  }

  .row-gap-md-2 {
    row-gap: .5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: .25rem !important;
  }

  .column-gap-md-2 {
    column-gap: .5rem !important;
  }

  .column-gap-md-3 {
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    column-gap: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: .25rem !important;
  }

  .gap-lg-2 {
    gap: .5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: .25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: .5rem !important;
  }

  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1585px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: .25rem !important;
  }

  .gap-xl-2 {
    gap: .5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: .5rem !important;
  }

  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-md: 720px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1585px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: none;
  width: auto;
}

.row-cols-1 > * {
  flex: none;
  width: 100%;
}

.row-cols-2 > * {
  flex: none;
  width: 50%;
}

.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex: none;
  width: 25%;
}

.row-cols-5 > * {
  flex: none;
  width: 20%;
}

.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

.col-auto {
  flex: none;
  width: auto;
}

.col-1 {
  flex: none;
  width: 8.33333%;
}

.col-2 {
  flex: none;
  width: 16.6667%;
}

.col-3 {
  flex: none;
  width: 25%;
}

.col-4 {
  flex: none;
  width: 33.3333%;
}

.col-5 {
  flex: none;
  width: 41.6667%;
}

.col-6 {
  flex: none;
  width: 50%;
}

.col-7 {
  flex: none;
  width: 58.3333%;
}

.col-8 {
  flex: none;
  width: 66.6667%;
}

.col-9 {
  flex: none;
  width: 75%;
}

.col-10 {
  flex: none;
  width: 83.3333%;
}

.col-11 {
  flex: none;
  width: 91.6667%;
}

.col-12 {
  flex: none;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 720px) {
  .col-md {
    flex: 1 0 0;
  }

  .row-cols-md-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-md-auto {
    flex: none;
    width: auto;
  }

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-md-3 {
    flex: none;
    width: 25%;
  }

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-md-6 {
    flex: none;
    width: 50%;
  }

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-md-9 {
    flex: none;
    width: 75%;
  }

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-md-12 {
    flex: none;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }

  .row-cols-lg-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-auto {
    flex: none;
    width: auto;
  }

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-lg-12 {
    flex: none;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1585px) {
  .col-xl {
    flex: 1 0 0;
  }

  .row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-auto {
    flex: none;
    width: auto;
  }

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  height: var(--bs-progress-height);
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.form-label {
  margin-bottom: .5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}

.form-text {
  color: var(--bs-secondary-color);
  margin-top: .25rem;
  font-size: .875em;
}

.form-control {
  width: 100%;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-clip: padding-box;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  margin: -.375rem -.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
  margin: -.375rem -.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.form-control:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.form-control:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.form-control:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.form-control:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.form-control:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  width: 100%;
  color: var(--bs-body-color);
  border: solid rgba(0, 0, 0, 0);
  border-width: var(--bs-border-width) 0;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.form-control-sm::-webkit-file-upload-button {
  margin: -.25rem -.5rem;
  padding: .25rem .5rem;
}

.form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  padding: .25rem .5rem;
}

.form-control-sm:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
  margin-right: .5rem;
}

.form-control-sm:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  margin-right: .5rem;
}

.form-control-sm:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  margin-right: .5rem;
}

.form-control-sm:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: .5rem;
}

.form-control-sm:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: .5rem;
}

.form-control-sm:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: .5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.form-control-lg::-webkit-file-upload-button {
  margin: -.5rem -1rem;
  padding: .5rem 1rem;
}

.form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  padding: .5rem 1rem;
}

.form-control-lg:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
  margin-right: 1rem;
}

.form-control-lg:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  margin-right: 1rem;
}

.form-control-lg:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  margin-right: 1rem;
}

.form-control-lg:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: 1rem;
}

.form-control-lg:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: 1rem;
}

.form-control-lg:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: 100%;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: .75rem;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  text-align: right;
  padding-left: 0;
  padding-right: 1.5em;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: 100%;
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

.form-check-inline {
  margin-right: 1rem;
  display: inline-block;
}

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  z-index: 2;
  max-width: 100%;
  height: 100%;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid rgba(0, 0, 0, 0);
  transform-origin: 0 0;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}

.form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: rgba(0, 0, 0, 0);
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > textarea:focus ~ label:after, .form-floating > textarea:not(:placeholder-shown) ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: .375rem;
  right: .375rem;
}

.form-floating > textarea:disabled ~ label:after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label, .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  z-index: 2;
  position: relative;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  width: 100%;
  color: var(--bs-form-valid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(1.5em + 3.75rem);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  width: 100%;
  color: var(--bs-form-invalid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(1.5em + 3.75rem);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

@font-face {
  font-family: Cydekick;
  src: url("/fonts/Cydekick-Regular.woff2") format("woff2"), url("/fonts/Cydekick-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLJQq_T9AIU0g.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLJQq_I9AIU0g.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLJQq_J9AIU0g.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLJQq_H9AI.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfkMapbsEk7TDLdtEz1BwkWmpp2YLr41Q.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfkMapbsEk7TDLdtEz1BwkWmpptYLr41Q.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfkMapbsEk7TDLdtEz1BwkWmppsYLr41Q.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfkMapbsEk7TDLdtEz1BwkWmppiYLo.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ6_T9AIU0g.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ6_I9AIU0g.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ6_J9AIU0g.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ6_H9AI.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpK9RK_T9AIU0g.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpK9RK_I9AIU0g.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpK9RK_J9AIU0g.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpK9RK_H9AI.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLZRa_T9AIU0g.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLZRa_I9AIU0g.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLZRa_J9AIU0g.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLZRa_H9AI.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeNIh1U5_F7AY.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeNIh1SJ_F7AY.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeNIh1SZ_F7AY.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeNIh1R5_F.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIf6MapbsEk7TDLdtEz1BwkWi6pgeL4.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIf6MapbsEk7TDLdtEz1BwkWkKpgeL4.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIf6MapbsEk7TDLdtEz1BwkWkapgeL4.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIf6MapbsEk7TDLdtEz1BwkWn6pg.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkebIl1U5_F7AY.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkebIl1SJ_F7AY.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkebIl1SZ_F7AY.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkebIl1R5_F.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeQI51U5_F7AY.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeQI51SJ_F7AY.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeQI51SZ_F7AY.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeQI51R5_F.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeJI91U5_F7AY.woff2") format("woff2");
  unicode-range: U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeJI91SJ_F7AY.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeJI91SZ_F7AY.woff2") format("woff2");
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeJI91R5_F.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Quantico;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/quantico/v17/rax4HiSdp9cPL3KIF7xuFD96ng.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Quantico;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/quantico/v17/rax7HiSdp9cPL3KIF7xuHIRfi0349A.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Quantico;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/quantico/v17/rax-HiSdp9cPL3KIF7xrJD0.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Quantico;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/quantico/v17/rax5HiSdp9cPL3KIF7TQAShdu08.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

body {
  color: #ffffdf;
  cursor: url("/images/cursor.svg") 0 0, auto;
  background: #171717;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 100%;
  width: 100%;
  min-width: 360px;
  max-width: 100%;
  min-height: 100vh;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: grid;
  overflow-x: hidden;
}

@media (min-width: 1280px) {
  body {
    grid-template-rows: auto min-content;
  }
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.page-body {
  background: #1f1f1f;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.page-main {
  flex-grow: 1;
  padding-top: 60px;
  padding-bottom: 130px;
}

.page-main.active {
  position: relative;
  overflow: hidden;
}

.page-main.active .page-main:before {
  z-index: 100;
  content: "";
  background: rgba(23, 23, 23, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.page-main.page-home .page-main {
  padding-top: 0;
}

@media (min-width: 720px) {
  .page-main.page-home section > .container {
    max-width: 1156px;
    margin: 0 auto;
    padding: 0 24px;
  }
}

.page-main.page-marketplace:after {
  z-index: -1;
  content: "";
  background: radial-gradient(100% 100%, rgba(23, 23, 23, .1) 0%, #171717 100%), #d3d3d3 url("/images/bg.webp") 50% / cover no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-main.page-card:after {
  z-index: -1;
  content: "";
  background: radial-gradient(50% 50%, rgba(23, 23, 23, .1) 0%, #171717 100%), #d3d3d3 url("/images/bg.webp") 50% / cover no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-main.page-register {
  background: #1f1f1f;
  grid-template-rows: min-content auto;
}

@media (min-width: 768px) {
  .page-main {
    padding-top: 80px;
  }
}

.container {
  margin: 0 16px;
}

@media (min-width: 768px) {
  .container {
    margin: 0 24px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1380px;
    margin: 0 auto;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.g-1 {
  gap: 4px;
}

.my-32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mb-32px {
  margin-bottom: 32px;
}

.mt-32px {
  margin-top: 32px;
}

.text-yellow {
  color: #ffb932 !important;
}

.text-error {
  color: #ff3632 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.button {
  white-space: nowrap;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: normal;
  display: inline-flex;
}

.button--yellow {
  color: #ffffdf;
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(rgba(255, 185, 0, .5) 21.8%, rgba(255, 144, 0, .5) 120.8%);
  border: 1px solid #ffb932;
  border-radius: 14px;
  gap: 8px;
  padding: 9px 29px;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background .2s ease-out, box-shadow .2s ease-out;
  box-shadow: inset 0 0 20px #ffb932;
}

.button--yellow:hover {
  background: #171717;
  box-shadow: inset 0 0 32px rgba(255, 210, 50, .5);
}

.button--disabled {
  cursor: default;
  pointer-events: none;
}

.button--grey {
  color: #ffffdf;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #3d3d3d;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 4px 16px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background .2s ease-out;
  display: flex;
}

.button--grey:hover, .button--grey.active {
  background: radial-gradient(50.07% 75.18% at 50% 54.51%, #ffb900 0%, #ff9000 100%);
}

.button--black {
  color: #ffb932;
  background: #323232;
  border-radius: 14px;
  align-items: center;
  gap: 8px;
  padding: 8px 40px;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: background .2s ease-out, box-shadow .2s ease-out;
  display: flex;
  box-shadow: 0 4px 18px rgba(244, 150, 2, .3);
}

@media (min-width: 720px) {
  .button--black {
    padding-right: 14px;
  }
}

.button--black:hover {
  background: #171717;
  box-shadow: 0 4px 18px rgba(244, 150, 2, .5);
}

.button--transparent {
  color: #ffffdf;
  background: none;
  border: 1px solid #ffffdf;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14.5px 17px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
}

.button--transparent svg {
  fill: currentColor;
}

.button--invert {
  color: #ffffdf;
  text-align: center;
  background: #3d3d3d;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 14px;
  gap: 8px;
  padding: 9px 29px;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background .2s ease-out;
}

.button--invert:hover, .button--invert.active {
  background: radial-gradient(50.07% 75.18% at 50% 54.51%, #ffb900 0%, #ff9000 100%);
  color: #ffffdf !important;
}

.button--flex {
  display: flex;
}

.button--block {
  display: block;
}

.hide-desktop {
  display: none;
}

@media (min-width: 1280px) {
  .hide-desktop {
    display: block;
  }

  .hide-mobile {
    display: none;
  }
}

.title {
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  text-align: center;
  color: #ffffdf;
  font-family: Cydekick, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 90%;
}

.title--2 {
  font-size: 58px;
}

@media (min-width: 720px) {
  .title--2 {
    font-size: 112px;
  }
}

.title--3 {
  font-size: 32px;
}

@media (min-width: 720px) {
  .title--3 {
    font-size: 40px;
  }
}

.title--4 {
  color: #ffb932;
  text-transform: uppercase;
  font-family: Quantico, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 720px) {
  .title--4 {
    font-size: 32px;
  }
}

.title--5 {
  color: #ffb932;
  text-transform: uppercase;
  font-family: Quantico, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.paragraph {
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  color: #ffffdf;
  font-family: Chakra Petch, sans-serif;
  font-style: normal;
  line-height: normal;
}

.paragraph--1 {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 720px) {
  .paragraph--1 {
    font-size: 16px;
  }
}

.paragraph--1-bold {
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 720px) {
  .paragraph--1-bold {
    font-size: 16px;
  }
}

.paragraph--2 {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 720px) {
  .paragraph--2 {
    font-size: 14px;
  }
}

.paragraph--2-bold {
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .paragraph--2-bold {
    font-size: 14px;
  }
}

.paragraph--3 {
  font-size: 12px;
  font-weight: 500;
}

.small-label {
  color: #ffffdf;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Chakra Petch, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 1280px) {
  .small-label {
    color: #ffffdf;
  }
}

.opera .prev-page, .opera .marketplace-card, .opera .marketplace-card__rarity, .opera .button--yellow, .opera .button--grey, .opera .profile__user-wrapper, .opera .form__input-control, .opera .profile-transactions, .opera .page-footer .container, .opera .page-footer__nav, .opera .page-footer__pay, .mobile-chrome .prev-page, .mobile-chrome .marketplace-card, .mobile-chrome .marketplace-card__rarity, .mobile-chrome .button--yellow, .mobile-chrome .button--grey, .mobile-chrome .profile__user-wrapper, .mobile-chrome .form__input-control, .mobile-chrome .profile-transactions, .mobile-chrome .page-footer .container, .mobile-chrome .page-footer__nav, .mobile-chrome .page-footer__pay {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.opera .prev-page:before, .opera .marketplace-card:before, .opera .marketplace-card__rarity:before, .opera .button--yellow:before, .opera .button--grey:before, .opera .profile__user-wrapper:before, .opera .form__input-control:before, .opera .profile-transactions:before, .opera .page-footer .container:before, .opera .page-footer__nav:before, .opera .page-footer__pay:before, .mobile-chrome .prev-page:before, .mobile-chrome .marketplace-card:before, .mobile-chrome .marketplace-card__rarity:before, .mobile-chrome .button--yellow:before, .mobile-chrome .button--grey:before, .mobile-chrome .profile__user-wrapper:before, .mobile-chrome .form__input-control:before, .mobile-chrome .profile-transactions:before, .mobile-chrome .page-footer .container:before, .mobile-chrome .page-footer__nav:before, .mobile-chrome .page-footer__pay:before {
  content: "";
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: inherit;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.opera .marketplace-card, .opera .button--yellow, .opera .button--grey, .opera .profile__user-wrapper, .opera .form__input-control, .opera .profile-transactions, .opera .page-footer .container, .opera .page-footer__nav, .opera .page-footer__pay, .mobile-chrome .marketplace-card, .mobile-chrome .button--yellow, .mobile-chrome .button--grey, .mobile-chrome .profile__user-wrapper, .mobile-chrome .form__input-control, .mobile-chrome .profile-transactions, .mobile-chrome .page-footer .container, .mobile-chrome .page-footer__nav, .mobile-chrome .page-footer__pay {
  position: relative;
}

.opera .marketplace-card__rarity, .opera .button--yellow, .mobile-chrome .marketplace-card__rarity, .mobile-chrome .button--yellow {
  overflow: hidden;
}

.border-orange-custom {
  border: 1px solid #f8a932;
}

.progress {
  --bs-progress-border-radius: 3px;
  background: rgba(255, 185, 50, .2);
  margin-bottom: 14px;
  overflow: visible;
  transform: skewX(-26deg);
}

@media (min-width: 1280px) {
  .progress {
    margin-bottom: 8px;
  }
}

.progress-bar {
  filter: drop-shadow(0 0 5px #ffd232);
  background: linear-gradient(#ffb900 16.67%, #ff9000 92.36%);
  border-radius: 3px;
}

.dotted-line {
  background-image: linear-gradient(to right, #606060 30%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 10px 1px;
  height: 1px;
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-menu {
  transform: rotateX(0)translateX(0);
  z-index: 10000 !important;
}

@media (min-width: 720px) {
  .dropdown:hover .dropdown-menu {
    transform: rotateX(0)translateX(0);
  }
}

.dropdown-menu {
  z-index: 150;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: top;
  background: rgba(23, 23, 23, .5);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 341px;
  padding: 24px;
  transition: transform .2s ease-out;
  display: flex;
  position: absolute;
  top: 100%;
  right: 0%;
  transform: rotateX(90deg)translateX(0);
}

.dropdown-menu li {
  display: flex;
}

.dropdown-menu li:hover .dropdown-item {
  color: #ffb932;
}

@media (min-width: 720px) {
  .dropdown-menu {
    right: 0;
    transform: rotateX(90deg)translateX(0);
  }
}

.dropdown-item {
  color: #ffffdf;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  min-height: 21px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color .2s ease-out;
  display: flex;
}

.dropdown-item-custom {
  margin-right: -4px;
}

.page-footer .dropdown:hover .dropdown-menu {
  transform: rotateX(0)translateX(-40%);
}

@media (min-width: 720px) {
  .page-footer .dropdown:hover .dropdown-menu {
    transform: rotateX(0)translateX(-30%);
  }
}

.page-footer .dropdown-menu {
  transform-origin: bottom;
  top: auto;
  bottom: 100%;
  left: 40%;
  transform: rotateX(90deg)translateX(-40%);
}

@media (min-width: 720px) {
  .page-footer .dropdown-menu {
    left: 30%;
    transform: rotateX(90deg)translateX(-30%);
  }
}

@media (max-width: 660px) {
  .page-footer .dropdown:hover .dropdown-menu {
    left: 50%;
    transform: rotateX(0)translateX(calc(21px - 50%));
  }

  .page-footer .dropdown-menu {
    left: 50%;
    transform: rotateX(90deg)translateX(calc(21px - 50%));
  }

  .page-header .dropdown:hover .dropdown-menu {
    position: fixed;
    top: 60px;
    right: 50%;
    transform: rotateX(0)translateX(50%);
  }

  .page-header .dropdown-menu {
    scrollbar-width: none;
    max-height: calc(100% - 64px);
    right: 50%;
    overflow-y: scroll;
    transform: rotateX(90deg)translateX(50%);
  }
}

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

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

  50% {
    stroke-dasharray: 90 150;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 90 150;
    stroke-dashoffset: -124px;
  }
}

.spinner {
  width: 20px;
  height: 20px;
  animation: 2s linear infinite rotate;
}

.spinner .path {
  stroke: #fff;
  stroke-linecap: round;
  animation: 1.5s ease-in-out infinite dash;
}

.badge {
  background-color: #3d3d3d;
  border-radius: 16px;
  padding: 8px 16px;
  transition: all .3s;
}

.badge:hover {
  background-color: #4a4a4a;
}

.list {
  padding-left: 18px;
}

.page-header {
  z-index: 100;
  background: none;
  width: 100%;
  margin-bottom: -72px;
  position: fixed;
}

.page-header .container {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

@media (min-width: 768px) {
  .page-header .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1280px) {
  .page-header .container {
    max-width: 100%;
    padding: 20px 40px;
  }
}

@media (min-width: 1920px) {
  .page-header .container {
    padding: 20px 47px;
  }
}

@media (min-width: 768px) {
  .page-header {
    margin-bottom: -92px;
  }
}

@media (min-width: 1280px) {
  .page-header {
    z-index: 100;
    margin-bottom: 0;
  }
}

.page-header__logo {
  margin-right: auto;
}

@media (min-width: 1280px) {
  .page-header__logo {
    margin: 0 0 16px;
  }
}

.page-header__mobile-panel {
  align-items: center;
  gap: 8px;
  display: flex;
}

@media (min-width: 1280px) {
  .page-header__mobile-panel {
    display: none;
  }
}

.mobile-panel__dropdown {
  padding: 4.5px 0;
}

.mobile-panel__dropdown img {
  border: 1px solid #606060;
  border-radius: 5px;
}

.mobile-panel__dropdown svg {
  fill: rgba(0, 0, 0, 0);
  stroke: #ffffdf;
  transition: stroke .2s ease-out;
}

.mobile-panel__dropdown:hover svg, .mobile-panel__dropdown:focus svg {
  stroke: #ffb932;
}

.page-header__desktop-panel {
  align-items: flex-start;
  gap: 2px;
  display: flex;
}

@media (min-width: 400px) {
  .page-header__desktop-panel {
    gap: 11px;
  }
}

.desktop-panel__list {
  align-items: center;
  gap: 2px;
  display: flex;
}

@media (min-width: 400px) {
  .desktop-panel__list {
    gap: 8px;
  }
}

@media not (min-width: 720px) {
  .desktop-panel__list .hide-mobile-link {
    display: none !important;
  }
}

.desktop-panel__link {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(23, 23, 23, .5);
  border-radius: 14px;
  padding: 10px;
  display: flex;
}

.desktop-panel__link svg {
  fill: #ffffdf;
  transition: fill .2s ease-out;
}

.desktop-panel__link:hover svg, .desktop-panel__link:focus svg {
  fill: #ffb932;
}

.desktop-panel__link.user__menu {
  justify-content: center;
  align-items: center;
  width: 52px;
  max-width: 52px;
  height: 52px;
  max-height: 52px;
  padding: 0;
  display: flex;
}

@media (hover: hover) {
  .desktop-panel__link.user__menu:hover {
    border: 1px solid #ffb932;
  }
}

.language-chosed {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.language-chosed__image {
  cursor: pointer;
  border-radius: 999px;
}

.list-languages {
  z-index: 2;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(23, 23, 23, .5);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 224px;
  padding: 32px;
  transition: opacity .25s, transform .25s, visibility 0s linear .25s;
  display: flex;
  position: absolute;
  top: 85%;
  right: 20px;
  transform: translateY(-6px);
}

.list-languages.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .25s, transform .25s, visibility;
  transform: translateY(0);
}

.language {
  color: #ffffdf;
  cursor: pointer;
  align-items: center;
  gap: 15px;
  font-family: Chakra Petch;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.language:hover, .language:active {
  color: #ffb932;
}

@media (max-width: 500px) {
  .list-languages {
    height: 300px;
    overflow-y: auto;
  }
}

.main-nav {
  justify-content: center;
  align-items: baseline;
  gap: 20px;
  min-width: 328px;
  padding: 12px 20px 14px;
  display: flex;
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.main-nav:after {
  content: "";
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  z-index: -1;
  background-color: rgba(23, 23, 23, .5);
  border-radius: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 720px) {
  .main-nav {
    gap: 32px;
  }
}

@media (min-width: 1280px) {
  .main-nav {
    border-radius: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-width: auto;
    padding: 16px 13px 21px;
    display: flex;
    top: 20px;
    bottom: auto;
    left: 21px;
    right: auto;
  }
}

.main-nav__list {
  justify-content: center;
  align-items: baseline;
  gap: 20px;
  display: flex;
}

@media (min-width: 720px) {
  .main-nav__list {
    gap: 32px;
  }
}

@media (min-width: 1280px) {
  .main-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .main-nav__item:last-child {
    margin-top: auto;
  }
}

.main-nav__link {
  color: #ffffdf;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  white-space: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: color .3s ease-out;
  display: flex;
}

.main-nav__link img {
  filter: brightness(200%) saturate(0%);
  flex-grow: 1;
  transition: filter .2s ease-out;
}

.main-nav__link:hover, .main-nav__link:focus {
  color: #ffb932;
}

.main-nav__link:hover img, .main-nav__link:focus img {
  filter: brightness();
}

.main-nav__link--active {
  color: #ffb932;
}

.main-nav__link--active img {
  filter: brightness();
}

p.main-nav__link:hover, p.main-nav__link:focus {
  color: #ffffdf;
}

p.main-nav__link:hover img, p.main-nav__link:focus img {
  filter: brightness(200%) saturate(0%);
}

.main-nav__user, .main-nav__user.active .main-nav__user-content {
  display: flex;
}

.main-nav__user-button {
  color: #ffffdf;
  cursor: pointer;
  width: 40px;
  height: 38px;
}

.main-nav__user-button img {
  filter: brightness(200%) saturate(0%);
  width: 24px;
  height: 24px;
  transition: filter .2s ease-out;
}

.main-nav__user-button:hover, .main-nav__user-button:focus {
  color: #ffb932;
}

.main-nav__user-button:hover img, .main-nav__user-button:focus img {
  filter: brightness();
}

.main-nav__user-content {
  z-index: 200;
  flex-direction: column;
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
  padding: 12px 12px 0;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-nav__user-content:after {
  content: "";
  z-index: -1;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: rgba(23, 23, 23, .5);
  border-radius: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1280px) {
  .main-nav__user-content {
    min-width: 286px;
    left: calc(100% + 8px);
    right: auto;
  }
}

.main-nav__user-info {
  background: rgba(61, 61, 61, .25);
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  padding: 8px;
  display: flex;
}

@media (min-width: 1280px) {
  .main-nav__user-info {
    margin-top: 8px;
  }
}

.main-nav__user-info li {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-nav__user-info li img {
  min-width: 24px;
}

@media (min-width: 1280px) {
  .main-nav__user-info li {
    justify-content: flex-start;
    gap: 8px;
  }

  .main-nav__user-info li p {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .main-nav__user-info li p span:first-child {
    order: 1;
  }
}

.main-nav__user-list {
  flex-direction: column;
  gap: 16px;
  padding: 16px 8px;
  display: flex;
  position: relative;
}

.main-nav__user-list:after {
  content: "";
  opacity: .2;
  background: #606060;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -12px;
  right: -12px;
}

@media (min-width: 1280px) {
  .main-nav__user-list:after {
    content: none;
  }
}

.main-nav__user-list .paragraph--1 {
  color: #9a9a9a;
  align-items: center;
  gap: 12px;
  display: flex;
}

.main-nav__user-list .paragraph--1 svg {
  fill: currentColor;
  transition: fill .2s ease-out;
}

.main-nav__user-list .paragraph--1:hover svg {
  fill: #ffffdf;
}

@media (min-width: 1280px) {
  .main-nav__user-list li:last-child {
    padding-top: 12px;
    position: relative;
  }

  .main-nav__user-list li:last-child:before {
    content: "";
    opacity: .2;
    background: #606060;
    height: 1px;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
  }
}

.main-nav__user-footer {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 8px 14px;
  display: flex;
}

.main-nav__user-footer img {
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 40px;
  min-width: 40px;
  height: 40px;
  transition: border-color .2s ease-out;
}

.main-nav__user-footer a {
  align-items: center;
  gap: 10px;
  display: flex;
}

@media (min-width: 1280px) {
  .main-nav__user-footer a {
    width: 100%;
    position: relative;
  }
}

@media (hover: hover) {
  .main-nav__user-footer a:hover p span:first-child {
    color: #ffb932;
  }

  .main-nav__user-footer a:hover img {
    border-color: #ffb932;
  }
}

.main-nav__user-footer a p span:first-child {
  align-items: center;
  gap: 4px;
  transition: color .2s ease-out;
  display: flex;
}

.main-nav__user-footer a p span:first-child svg {
  fill: rgba(0, 0, 0, 0);
  stroke: currentColor;
  transform: rotate(-90deg);
}

@media (min-width: 1280px) {
  .main-nav__user-footer a p span:first-child svg {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}

.main-nav__user-footer a p span:last-child {
  color: #9a9a9a;
}

@media (min-width: 1280px) {
  .main-nav__user-footer {
    order: -1;
    margin-bottom: 16px;
    padding: 0;
  }
}

.main-nav__user-close {
  color: #9a9a9a;
  background: rgba(61, 61, 61, .3);
  border-radius: 50px;
  padding: 8px;
}

.main-nav__user-close:hover {
  color: #ffb932;
  transition: color .2s ease-out;
}

.main-nav__user-close svg {
  stroke: currentColor;
}

@media (min-width: 1280px) {
  .main-nav__user-close {
    display: none;
  }
}

.main-nav__copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.main-nav__copy-button {
  color: #ffb932;
}

.prev-page {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(23, 23, 23, .5);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-width: auto;
  min-height: auto;
  padding: 16px 13px 21px;
  display: flex;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.prev-page__logo {
  display: flex;
}

.prev-page__back {
  color: #ffffdf;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-family: Chakra Petch, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.prev-page__back:hover svg {
  stroke: #ffb932;
}

.prev-page__back:hover span {
  color: #ffb932;
}

.prev-page__back svg {
  stroke: currentColor;
}

.prev-page__back span {
  opacity: .5;
  transition: opacity .2s ease-out;
}

@media (min-width: 1280px) {
  .prev-page {
    gap: 32px;
    top: 40px;
    left: 20px;
  }
}

.page-footer {
  z-index: 20;
  background: none;
  margin-bottom: 16px;
  position: relative;
}

.page-footer .container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(23, 23, 23, .5);
  border-radius: 24px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 720px) {
  .page-footer .container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .page-footer .container {
    justify-content: flex-end;
    max-width: 1244px;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .page-footer .container {
    margin-left: 108px;
    margin-right: 24px;
  }
}

@media (min-width: 1460px) {
  .page-footer .container {
    margin: 0 auto;
  }
}

@media (min-width: 1920px) {
  .page-footer .container {
    gap: 164px;
    max-width: 1719px;
    padding-left: 157px;
  }
}

.page-footer__token {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 720px) {
  .page-footer__token {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media (min-width: 992px) {
  .page-footer__token {
    --bs-gutter-x: 0;
    width: 40%;
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .page-footer__token {
    width: 471px;
    padding-bottom: 0;
  }
}

.page-footer__token-heading {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .page-footer__token-heading {
    margin: 0;
  }
}

@media (min-width: 1280px) {
  .page-footer__token-heading {
    margin-bottom: 24px;
  }
}

.page-footer__token-heading h3, .page-footer__token-content p:first-child {
  margin-bottom: 16px;
}

.page-footer__partners {
  --bs-gutter-x: 4px;
  --bs-gutter-y: 4px;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  display: grid;
}

.page-footer__partners li:nth-child(odd) {
  text-align: right;
}

.page-footer__partners li:nth-child(2n) {
  text-align: left;
}

.page-footer__partners li > a {
  width: calc(100% - 24px);
  height: 100%;
  max-height: 40px;
  padding: 10px;
}

@media (min-width: 720px) {
  .page-footer__partners li > a {
    width: auto;
    min-width: 128px;
  }
}

.page-footer__partners li > a img {
  object-fit: contain;
  max-height: 24px;
}

@media (min-width: 992px) {
  .page-footer__partners {
    margin-bottom: 41px;
  }
}

.page-footer__token-copyright {
  opacity: .6;
  margin-bottom: 16px;
  display: none;
}

.page-footer__nav {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(#ffb900 16.67%, #ff9000 92.36%);
  border: 1px solid #ffd232;
  border-radius: 24px;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
  padding: 24px 24px 100px;
  display: flex;
  box-shadow: inset 0 0 80px #ffd232;
}

@media (min-width: 720px) {
  .page-footer__nav {
    padding: 35px 24px 100px;
  }
}

@media (min-width: 992px) {
  .page-footer__nav {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .page-footer__nav {
    gap: 0;
    width: 801px;
    padding: 54px 56px 40px;
  }
}

@media (min-width: 1920px) {
  .page-footer__nav {
    width: 70%;
  }
}

.page-footer__nav .desktop-panel__list {
  justify-content: space-between;
}

@media (min-width: 720px) {
  .page-footer__nav .desktop-panel__list {
    justify-content: flex-start;
  }
}

@media (min-width: 720px) and (not (min-width: 992px)) {
  .page-footer__nav .desktop-panel__list {
    align-self: center;
  }
}

.page-footer__lists {
  --bs-gutter-x: 23px;
  --bs-gutter-y: 33px;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  display: grid;
}

@media (min-width: 720px) {
  .page-footer__lists {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1280px) {
  .page-footer__lists {
    margin-right: 33px;
  }
}

.page-footer__lists ul {
  flex-direction: column;
  gap: 7px;
  display: flex;
}

.page-footer__lists ul > li > p, .page-footer__lists ul > li > a {
  color: #171717;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: color .2s ease-out;
}

.page-footer__lists ul > li > p:hover, .page-footer__lists ul > li > a:hover {
  color: #ffffdf;
}

@media (min-width: 720px) {
  .page-footer__lists ul > li > p, .page-footer__lists ul > li > a {
    font-size: 14px;
  }
}

.page-footer__lists ul > li > p:hover {
  color: #171717;
}

@media (min-width: 1280px) {
  .page-footer__lists {
    --bs-gutter-x: 0px;
    margin-bottom: 63px;
  }
}

.page-footer__address {
  color: #171717;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  flex-direction: column;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.page-footer__address p:first-child {
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (min-width: 720px) {
  .page-footer__address p:first-child {
    margin-top: 3px;
    margin-bottom: 16px;
  }

  .page-footer__address {
    font-size: 14px;
    display: block !important;
  }

  .page-footer__address p {
    white-space: nowrap;
    line-height: normal;
  }
}

.page-footer__pay {
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: rgba(23, 23, 23, .5);
  border-radius: 12px;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
  padding: 20px;
  display: flex;
}

@media (min-width: 1280px) {
  .page-footer__pay {
    border-radius: 16px;
    flex-direction: row;
    align-self: center;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin-bottom: 29px;
    padding: 8px;
  }
}

.page-footer__title {
  align-items: center;
  gap: 8px;
  display: flex;
}

.page-footer__title span {
  color: #ffffdf;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  white-space: nowrap;
  opacity: .6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 720px) {
  .page-footer__title span {
    font-size: 14px;
  }
}

.page-footer__code {
  color: #ffffdf;
  font-feature-settings: "ss09" on, "ss01" on, "salt" on, "ss06" on, "ss04" on, "ss08" on, "ss03" on, "ss05" on, "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 720px) {
  .page-footer__code {
    font-size: 14px;
  }
}

.page-footer__socials {
  place-content: center space-between;
  align-items: center;
  row-gap: 16px;
  display: flex;
}

.page-footer__socials li > a {
  display: inline-flex;
}

.page-footer__socials li > a:hover svg, .page-footer__socials li > a:focus svg {
  fill: #ffffdf;
}

.page-footer__socials svg {
  fill: #171717;
  transition: fill .2s ease-out;
}

@media (min-width: 720px) {
  .page-footer__socials {
    justify-content: flex-start;
    gap: 24px;
  }
}

.page-footer__copyright {
  color: #171717;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 720px) and (not (min-width: 992px)) {
  .page-footer__copyright {
    align-self: center;
  }
}

@media (min-width: 720px) {
  .page-footer__copyright {
    color: #3d3d3d;
    font-size: 10px;
  }
}

@media (min-width: 1280px) {
  .page-footer__copyright {
    margin-top: 24px;
  }
}

.intro {
  padding-top: 90px;
  padding-bottom: 169px;
  position: relative;
}

.intro:before {
  z-index: -1;
  content: "";
  background: url("/images/home/ring.webp") 30% bottom / cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.intro .container {
  text-align: center;
}

@media (min-width: 720px) {
  .intro {
    margin-bottom: 105px;
    padding-top: 160px;
    padding-bottom: 190px;
  }
}

.video-background {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.intro__list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  display: flex;
}

.intro__item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  padding: 8px 16px;
}

.intro__item--blue {
  color: #77d6ff;
  background: rgba(119, 214, 255, .2);
}

.intro__item--green {
  color: #22ff87;
  background: rgba(34, 255, 135, .2);
}

.intro__item--pink {
  color: #ff94ee;
  background: rgba(255, 148, 238, .2);
}

@media (min-width: 720px) {
  .intro__item {
    font-size: 14px;
  }
}

.intro__title {
  margin-bottom: 24px;
}

@media (min-width: 720px) {
  .intro__title {
    margin-bottom: 33px;
    font-size: 136px;
  }
}

.intro__links {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(23, 23, 23, .5);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  display: flex;
}

.intro__links > * {
  width: 100%;
}

@media (min-width: 720px) {
  .intro__links {
    max-width: 598px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .intro__links {
    flex-direction: row;
    gap: 10px;
    max-width: 684px;
    padding: 10px;
  }
}

.intro__paragraph {
  color: #ffb932;
  margin-bottom: 16px;
  font-size: 16px;
}

@media (min-width: 1280px) {
  .intro__paragraph {
    min-width: 30%;
    margin: 0;
  }
}

.intro__button {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.intro__button:last-child {
  margin-top: 8px;
}

@media (min-width: 1280px) {
  .intro__button:last-child {
    margin: 0;
  }
}

.party-token {
  margin-bottom: 80px;
}

.party-token .container {
  text-align: center;
}

@media (min-width: 720px) {
  .party-token {
    margin-bottom: 222px;
  }
}

.party-token__wrapper {
  fill: rgba(23, 23, 23, .5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  margin-bottom: 32px;
  padding: 45px 8px 40px;
  position: relative;
  overflow: hidden;
}

.party-token__wrapper:after {
  content: "";
  opacity: .8;
  filter: blur(75px);
  background: radial-gradient(50% 50%, #ffd232 0%, rgba(255, 210, 50, 0) 100%);
  border-radius: 270px;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 62%);
}

@media (min-width: 720px) {
  .party-token__wrapper:after {
    border-radius: 769px;
    width: 769px;
    height: 769px;
  }

  .party-token__wrapper {
    padding: 56px 125px 40px;
  }
}

.party-token__title {
  margin-bottom: 60px;
}

@media (min-width: 720px) {
  .party-token__title {
    margin-bottom: 49px;
  }
}

.party-token__list {
  position: relative;
}

.party-token__list:before {
  z-index: -1;
  content: "";
  opacity: .75;
  background: url("/images/home/smile.gif") 50% / cover no-repeat;
  width: 152px;
  height: 152px;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

@media (min-width: 720px) {
  .party-token__list:before {
    opacity: 1;
    width: 200px;
    height: 200px;
    top: 5%;
  }
}

.party-token__list--mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 44px;
  display: flex;
}

@media (min-width: 720px) {
  .party-token__list--mobile {
    display: none;
  }
}

.party-token__list--desktop {
  display: none;
}

@media (min-width: 720px) {
  .party-token__list--desktop {
    justify-content: space-between;
    margin-bottom: 29px;
    display: flex;
  }
}

.party-token__first-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  display: flex;
}

.party-token__first-list .party-token__item:first-child {
  margin-left: 50px;
}

.party-token__first-list .party-token__item:nth-child(2) {
  margin-left: 30px;
}

.party-token__second-list {
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  display: flex;
}

.party-token__second-list .party-token__item:first-child {
  margin-right: 50px;
}

.party-token__second-list .party-token__item:nth-child(2) {
  margin-right: 30px;
}

.party-token__item {
  color: #171717;
  background: var(--Gradient, linear-gradient(180deg, #ffb900 16.67%, #ff9000 92.36%));
  border-radius: 60px;
  justify-content: center;
  min-width: 180px;
  padding: 4px 16px 8px;
  display: inline-flex;
}

@media (min-width: 720px) {
  .party-token__item {
    min-width: 260px;
    padding: 8px 16px 12px;
  }
}

.party-token__item--mobile:nth-child(odd) {
  align-self: flex-start;
}

.party-token__item--mobile:nth-child(2n) {
  align-self: flex-end;
}

.party-token__item--mobile:first-child {
  margin-left: 30px;
}

.party-token__item--mobile:nth-child(2) {
  margin-right: 30px;
}

.party-token__item--mobile:nth-child(3) {
  margin-left: 20px;
}

.party-token__item--mobile:nth-child(4) {
  margin-right: 20px;
}

.party-token__subtitle {
  color: #ffffdf;
  margin-bottom: 16px;
  padding-bottom: 4px;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  position: relative;
}

.party-token__subtitle:after {
  content: "";
  background: #ffffdf;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 4px #ffffdf;
}

@media (min-width: 720px) {
  .party-token__subtitle {
    font-size: 24px;
  }
}

.party-token__text {
  padding: 0 24px;
}

@media (min-width: 720px) {
  .party-token__text {
    padding: 0 117px;
  }
}

.party-token__buttons {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

@media (min-width: 720px) {
  .party-token__buttons li {
    width: calc(50% - 8px);
  }
}

@media (min-width: 1280px) {
  .party-token__buttons li {
    width: auto;
  }
}

.party-token__buttons li > a {
  color: #ffffdf;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  width: 100%;
  min-height: 50px;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 1280px) {
  .party-token__buttons li > a {
    width: auto;
  }
}

@media (min-width: 720px) {
  .party-token__buttons {
    flex-flow: wrap;
    justify-content: center;
  }
}

.carousels {
  flex-direction: column;
  gap: 32px;
  max-width: 2000px;
  margin: 0 auto 120px;
  display: flex;
}

.carousels .marketplace-card {
  width: 220px;
}

@media not (max-width: 587px) {
  .carousels .marketplace-card {
    width: 330px;
  }
}

.carousels .owl-carousel .owl-stage {
  display: flex;
}

.carousels .owl-carousel .owl-item {
  width: auto;
  height: 100%;
}

.carousels .marketplace-card {
  gap: 12px;
  padding: 12px 12px 20px;
}

.carousels video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.carousels__title {
  text-align: center;
}

.carousels__button {
  align-self: center;
  padding: 16px 40px;
  font-size: 14px;
}

.features {
  text-align: center;
  margin-bottom: 80px;
}

.features .marketplace-card {
  padding: 12px;
}

.features .marketplace-card__rarity {
  padding: 4px 12px;
  font-family: Quantico, sans-serif;
  font-size: 18px;
}

.features .marketplace-card__img-wrapper video {
  width: 100%;
  height: auto;
}

.features__title, .swiper-features {
  margin-bottom: 32px;
}

@media (min-width: 1280px) {
  .swiper-features {
    margin-bottom: 60px;
  }
}

.swiper-features__text {
  text-align: left;
  padding: 12px;
}

.swiper-features__buttons {
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.swiper-features__button {
  padding: 10px;
}

.swiper-features__button--next {
  transform: rotate(180deg);
}

@media (min-width: 1280px) {
  .swipers-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    display: flex;
    position: relative;
  }
}

.swiper-trumb__wrapper {
  max-width: 448px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1280px) {
  .swiper-trumb__wrapper {
    display: block;
  }
}

.swiper-trumb2__wrapper {
  max-width: 448px;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 1280px) {
  .swiper-trumb2__wrapper {
    display: block;
  }

  .swiper-features__wrapper {
    max-width: 800px;
  }
}

.news {
  margin-bottom: 138px;
}

.news .marketplace-card {
  gap: 8px;
  padding: 12px;
}

@media (min-width: 720px) {
  .news .marketplace-card {
    height: 100%;
  }
}

.news .marketplace-card__rarity--game {
  color: #ffffdf;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(rgba(255, 185, 0, .4) 16.67%, rgba(255, 144, 0, .4) 92.36%);
  border-radius: 16px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 720px) {
  .news {
    margin-bottom: 120px;
  }
}

.news__title {
  margin-bottom: 24px;
}

@media (min-width: 720px) {
  .news__title {
    text-align: center;
    color: #ffffdf;
    margin-bottom: 48px;
    font-family: Cydekick, sans-serif;
    font-size: 112px;
    font-style: italic;
    font-weight: 400;
    line-height: 90%;
  }
}

.news__list {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

@media (min-width: 720px) {
  .news__list {
    flex-flow: wrap;
    justify-content: center;
  }
}

@media (min-width: 1280px) {
  .news__list {
    gap: 24px;
  }
}

@media (min-width: 720px) {
  .news__item {
    width: calc(50% - 12px);
  }
}

@media (min-width: 1280px) {
  .news__item {
    width: calc(33.3333% - 16px);
  }
}

.news__link {
  display: inline-flex;
}

.news__item-img {
  border-radius: 14px;
}

.news__item-content {
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
  padding: 12px;
  display: flex;
}

.news__item-footer {
  justify-content: space-between;
  display: flex;
}

.news__item-footer span:first-child {
  opacity: .6;
}

.news__item-footer span:last-child {
  color: #ffb932;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 720px) {
  .news__item-footer span:last-child {
    font-size: 16px;
  }
}

.investors {
  text-align: center;
  max-width: 2000px;
  margin-bottom: 120px;
}

@media (min-width: 720px) {
  .investors {
    margin-bottom: 160px;
  }
}

.investors__title {
  margin-bottom: 46px;
}

@media (min-width: 720px) {
  .investors__title {
    max-width: 886px;
    margin: 0 auto 65px;
  }
}

.investors__title br {
  display: none;
}

@media (min-width: 720px) {
  .investors__title br {
    display: inline-block;
  }
}

.investors__link {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

@media (min-width: 720px) {
  .investors__link {
    width: 212px;
    height: 212px;
  }
}

.investors__link-bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(23, 23, 23, .5);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.roadmap {
  margin-bottom: 120px;
}

@media (min-width: 720px) {
  .roadmap {
    margin-bottom: 170px;
  }
}

.roadmap__wrapper {
  fill: var(--dark-grey-50, rgba(23, 23, 23, .5));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  max-width: 474px;
  margin: 0 auto;
  padding: 40px 24px;
  position: relative;
  overflow: hidden;
}

.roadmap__wrapper:before {
  content: "";
  opacity: .8;
  filter: blur(100px);
  background: radial-gradient(50% 50%, #ffd232 0%, rgba(255, 210, 50, 0) 100%);
  border-radius: 949px;
  width: 228px;
  height: 949px;
  position: absolute;
  top: -40%;
  left: -20%;
}

@media (min-width: 1280px) {
  .roadmap__wrapper:before {
    border-radius: 769px;
    width: 769px;
    height: 769px;
    top: 50%;
    left: -45%;
    transform: translate(0, -50%);
  }

  .roadmap__wrapper {
    max-width: 100%;
    padding: 55px 120px 60px;
  }
}

.roadmap__title {
  text-align: center;
  margin-bottom: 38px;
}

@media (min-width: 1280px) {
  .roadmap__title {
    margin-bottom: 48px;
  }
}

.roadmap__cards {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

@media (min-width: 1280px) {
  .roadmap__cards {
    flex-direction: row;
    justify-content: center;
    gap: 13px;
  }
}

.roadmap__card {
  padding-left: 48px;
  position: relative;
}

@media (min-width: 1280px) {
  .roadmap__card {
    padding: 0;
  }

  .roadmap__card:first-child, .roadmap__card:nth-child(2) {
    width: calc(38% - 9px);
  }

  .roadmap__card:last-child {
    width: calc(24% - 9px);
  }

  .roadmap__card:last-child .roadmap__subtitle:after {
    width: 92%;
  }
}

.roadmap__subtitle {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: normal;
}

@media (min-width: 1280px) {
  .roadmap__subtitle {
    padding-bottom: 38px;
    font-size: 24px;
    position: relative;
  }
}

.roadmap__subtitle:before {
  content: "";
  background: url("/images/home/sun.svg") center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1280px) {
  .roadmap__subtitle:before {
    top: auto;
    bottom: 0;
    left: -10px;
  }
}

.roadmap__subtitle:after {
  content: "";
  background: rgba(255, 185, 50, .2);
  border-radius: 10px;
  width: 8px;
  height: 87%;
  position: absolute;
  bottom: 0;
  left: 8px;
}

@media (min-width: 1280px) {
  .roadmap__subtitle:after {
    width: 95%;
    height: 8px;
    bottom: 8px;
    left: auto;
    right: 0;
  }
}

.roadmap__subtitle--done:before {
  background: url("/images/home/sun-colored.svg") center no-repeat;
}

.roadmap__subtitle--done:after {
  filter: drop-shadow(0 0 5px #ffd232);
  opacity: 1;
  background: linear-gradient(#ffb900 16.67%, #ff9000 92.36%);
}

.roadmap__list {
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
}

.roadmap__list li::marker {
  margin-right: 10px;
}

.community {
  text-align: center;
  margin-bottom: 120px;
}

.community .container {
  max-width: 920px;
}

@media (min-width: 720px) {
  .community {
    margin-bottom: 160px;
  }
}

.community__title {
  margin-bottom: 20px;
}

@media (min-width: 720px) {
  .community__title {
    margin-bottom: 30px;
  }
}

.community__list {
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
}

.community__img {
  max-width: 590px;
  height: auto;
  margin-bottom: 19px;
}

@media (min-width: 720px) {
  .community__img {
    margin-bottom: 45px;
  }
}

.community__form {
  background: var(--dark-grey-50, rgba(23, 23, 23, .5));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 14px;
  justify-content: space-between;
  gap: 4px;
  padding: 5px 5px 5px 20px;
  display: flex;
}

@media (min-width: 720px) {
  .community__form {
    max-width: 448px;
    margin: 0 auto;
  }
}

.community__form-input {
  width: 100%;
  color: var(--White, #ffffdf);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 15px 0;
}

.community__form-input:focus-visible {
  border: none;
  outline: none;
}

.community__form-input::placeholder {
  color: var(--White, #ffffdf);
}

.community__form-button {
  padding: 9px 20px;
  font-size: 14px;
}

.page-marketplace {
  z-index: 1;
}

.marketplace {
  z-index: 20;
  position: relative;
}

.marketplace .container {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

@media (min-width: 1920px) {
  .marketplace .container {
    max-width: 1872px;
    padding: 0 47px 0 100px;
  }
}

@media (min-width: 1280px) {
  .marketplace .container {
    padding: 0 40px 0 100px;
  }
}

@media (min-width: 992px) {
  .marketplace__wrapper {
    gap: 10px;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .marketplace__wrapper {
    gap: 32px;
  }
}

.marketplace__cards {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: flex;
}

.marketplace__cards.hide {
  display: none;
}

.marketplace-filter {
  flex-direction: column;
  display: flex;
}

@media (min-width: 992px) {
  .marketplace-filter {
    gap: 21px;
    min-width: 224px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}

.marketplace-filter__title {
  display: none;
}

@media (min-width: 992px) {
  .marketplace-filter__title {
    display: block;
  }
}

.marketplace-filter__dotted-line {
  margin-top: 8px;
  margin-bottom: 8px;
}

.marketplace-filter__dotted-line--hide {
  display: none;
}

@media (min-width: 992px) {
  .marketplace-filter__dotted-line--hide {
    display: block;
  }
}

.marketplace-filter__buttons {
  gap: 4px;
  margin-bottom: 13px;
  margin-right: -16px;
  padding-bottom: 5px;
  padding-right: 16px;
  display: flex;
  overflow-x: auto;
}

@media (min-width: 992px) {
  .marketplace-filter__buttons {
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
}

@media not (min-width: 486px) {
  .marketplace-filter__buttons {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}

.marketplace-filter__count {
  color: #ffffdf;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  background: rgba(23, 23, 23, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding: 4px 6px;
  font-family: Chakra Petch, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.marketplace-filter__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #ffffdf;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background: #171717;
  border: 1px solid #ffd232;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: none;
  box-shadow: inset 0 0 32px rgba(255, 210, 50, .5);
}

.marketplace-filter__select:hover {
  background: #000;
}

@media (min-width: 992px) {
  .marketplace-filter__select {
    display: flex;
  }
}

.marketplace-filter__checkbox-control {
  align-items: center;
  gap: 15px;
  display: flex;
  position: relative;
}

.marketplace-filter__checkbox-control--hide-desktop {
  display: none;
}

@media (min-width: 992px) {
  .marketplace-filter__checkbox-control--hide-desktop {
    display: flex;
  }
}

.marketplace-filter__checkbox-label {
  color: #9a9a9a;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  background: #3d3d3d;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 8px 0 16px;
  display: flex;
}

.marketplace-filter__checkbox-label:hover {
  color: #ffb932;
}

.marketplace-filter__checkbox-label:hover .marketplace-filter__checkbox-custom {
  border: 1px solid #ffb932;
}

.marketplace-filter__checkbox-label:hover .paragraph {
  color: #ffb932;
}

.marketplace-filter__checkbox-label .paragraph {
  transition: color .2s ease-out;
}

.marketplace-filter__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.marketplace-filter__checkbox:checked ~ .marketplace-filter__checkbox-custom {
  border: 1px solid #ffb932;
}

.marketplace-filter__checkbox:checked ~ .marketplace-filter__checkbox-custom:before {
  display: block;
}

.marketplace-filter__checkbox:checked ~ .paragraph {
  color: #ffb932;
}

.marketplace-filter__checkbox-custom {
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  margin-right: 8px;
  transition: border .2s ease-out;
  display: flex;
}

.marketplace-filter__checkbox-custom:before {
  content: "";
  background-image: url("/images/cheked.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 8px;
  display: none;
}

.marketplace-filter__checkbox-text {
  font-size: 14px;
}

.marketplace-filter__checkbox-count {
  color: #ffffdf;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  background: #3d3d3d;
  border-radius: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  margin-left: auto;
  padding: 4px 6px;
  font-family: Chakra Petch, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.marketplace-filter__mobile {
  z-index: 150;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: bottom;
  background: rgba(23, 23, 23, .75);
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 12px 16px 40px;
  transition: transform .2s ease-out;
  display: flex;
  position: fixed;
  bottom: 80px;
  left: 0;
  right: 0;
  transform: rotateX(90deg);
}

.marketplace-filter__mobile.active {
  transform: rotateX(0);
}

@media (max-height: 560px) {
  .marketplace-filter__mobile {
    border-radius: 20px;
    gap: 6px;
    padding-bottom: 16px;
  }
}

.marketplace-filter__mobile-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.marketplace-filter__mobile-buttons {
  gap: 4px;
  display: flex;
}

.marketplace-filter__mobile-reset {
  color: #ffb932;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.marketplace-filter__line {
  background: #606060;
  border-radius: 8px;
  width: 60px;
  height: 3px;
}

.marketplace-filter__mobile-content {
  flex-direction: column;
  gap: 16px;
  width: 100%;
  display: flex;
}

@media (max-height: 560px) {
  .marketplace-filter__mobile-content {
    gap: 12px;
  }
}

.marketplace-filter__mobile-content p {
  color: #ffb932;
}

.marketplace-filter__mobile-content-wrapper {
  gap: 16px;
}

@media (min-height: 560px) {
  .marketplace-filter__mobile-content-wrapper {
    flex-direction: column;
  }
}

.marketplace-filter__mobile-content-wrapper .marketplace-filter__checkbox-control {
  width: 100%;
}

.marketplace-sort {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

@media (min-width: 1280px) {
  .marketplace-sort {
    padding: 10px 0;
  }
}

.marketplace-sort__wrapper {
  align-items: center;
  gap: 8px;
  width: 47%;
  display: flex;
}

@media (min-width: 500px) {
  .marketplace-sort__wrapper {
    width: auto;
  }
}

.marketplace-sort__button {
  display: flex;
}

@media (min-width: 992px) {
  .marketplace-sort__button {
    display: none;
  }
}

.marketplace-sort__search {
  width: 70%;
}

@media (min-width: 500px) {
  .marketplace-sort__search {
    width: auto;
  }
}

.marketplace-sort__search-control {
  display: inline-flex;
  position: relative;
}

.marketplace-sort__search-button {
  z-index: 5;
  position: absolute;
}

.marketplace-sort__search-button--clear {
  opacity: 0;
  padding: 6px;
  transition: right .3s ease-in-out, opacity .3s ease-in-out;
}

@media not (min-width: 1280px) {
  .marketplace-sort__search-button--clear {
    right: 70%;
  }
}

@media (min-width: 1280px) {
  .marketplace-sort__search-button--clear {
    right: 30%;
  }
}

.marketplace-sort__input {
  color: #9a9a9a;
  text-align: left;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  background: none;
  border: none;
  border-radius: 10px;
  outline: none;
  width: 32px;
  padding: 7px 16px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: width .3s ease-out, padding .3s ease-out;
}

.marketplace-sort__input.active ~ .marketplace-sort__search-button--clear {
  opacity: 1;
  right: 0;
}

@media not (min-width: 1280px) {
  .marketplace-sort__input.active {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(23, 23, 23, .5);
    width: 100%;
    padding-left: 30px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .marketplace-sort__input.active {
    width: 300px;
    padding-right: 40px;
  }

  .marketplace-sort__input {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(23, 23, 23, .5);
    width: 60%;
    padding-left: 40px;
    padding-right: 0;
  }
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-results-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.marketplace-sort__select-control {
  align-items: center;
  gap: 8px;
  display: flex;
}

.marketplace-sort__select-label {
  color: #ffffdf;
  text-align: right;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.marketplace-sort__select {
  color: #ffb932;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  background-color: #3d3d3d;
  background-image: url("/images/up-down.svg"), none;
  background-position: calc(100% - 10px);
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  border: none;
  border-radius: 10px;
  min-width: 140px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.marketplace-sort__select.hide-middle {
  display: none;
}

@media (min-width: 992px) {
  .marketplace-sort__select.hide-middle {
    display: block;
  }
}

.marketplace-sort__select.is-open:before {
  content: "";
  background: none;
  border: 1px solid #ffffdf;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.marketplace-sort__select .Dropdown-control {
  color: #ffb932;
  background: none;
  border: none;
  border-radius: 10px;
  flex-shrink: 0;
  padding: 7px 16px;
  box-shadow: none !important;
}

.marketplace-sort__select .Dropdown-control:hover {
  color: #ffffdf;
  cursor: pointer;
}

.marketplace-sort__select .Dropdown-arrow {
  display: none;
}

.marketplace-sort__select .Dropdown-menu {
  background: #3d3d3d;
  border: none;
  border-radius: 16px;
  margin-top: 3px;
}

.marketplace-sort__select .Dropdown-option.is-selected {
  color: #ffb932;
  background: none;
}

.marketplace-sort__select .Dropdown-option {
  color: #ffffdf;
}

.marketplace-sort__select .is-disabled {
  opacity: .3;
  pointer-events: none;
  cursor: not-allowed;
}

.marketplace-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(23, 23, 23, .5);
  border-radius: 24px;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 12px 12px 24px;
  display: flex;
}

.marketplace-card:hover .marketplace-card__img-wrapper:before {
  opacity: 1;
}

@media (min-width: 1280px) {
  .marketplace-card:hover .marketplace-card__content {
    transform: translateY(-69px);
  }

  .marketplace-card:hover .marketplace-card__content.inventory-card-content {
    transform: translateY(-59px);
  }

  .marketplace-card:hover .marketplace-card__content:after {
    background: radial-gradient(50% 50%, #ffd232 0%, rgba(255, 210, 50, 0) 100%);
  }

  .marketplace-card:hover .marketplace-card__rarity.arty-points {
    opacity: 0;
    transition: all .1s linear;
  }
}

@media (min-width: 720px) {
  .marketplace-card {
    width: calc(50% - 8px);
  }
}

@media (min-width: 992px) {
  .marketplace-card {
    width: calc(50% - 8px);
  }
}

@media (min-width: 1280px) {
  .marketplace-card {
    gap: 6px;
    width: calc(33.3333% - 10.6667px);
    overflow: hidden;
  }
}

@media (min-width: 1920px) {
  .marketplace-card {
    width: calc(25% - 12px);
  }
}

.marketplace-card__img-wrapper {
  display: flex;
  position: relative;
}

.marketplace-card__img-wrapper img {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
}

.marketplace-card__img-wrapper video {
  border-radius: 14px;
  width: 100%;
}

.marketplace-card__img-wrapper:before {
  content: "";
  opacity: .4;
  border-radius: 14px;
  transition: opacity .2s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.marketplace-card__img-wrapper--uncommon:before {
  background: radial-gradient(70.71% 70.71% at 0 0, rgba(34, 255, 135, .6) 0%, rgba(34, 255, 135, 0) 100%);
}

.marketplace-card__img-wrapper--epic:before {
  background: radial-gradient(70.71% 70.71% at 0 0, #ff94ee 0%, rgba(255, 148, 238, 0) 100%);
}

.marketplace-card__img-wrapper--rare:before {
  background: radial-gradient(70.71% 70.71% at 0 0, #3c7eff 0%, rgba(60, 126, 255, 0) 100%);
}

.marketplace-card__rarity {
  z-index: 1;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  padding: 8px 16px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 10px;
  left: 10px;
}

.marketplace-card__rarity.arty-points {
  top: unset;
  left: unset;
  transition: all .1s linear;
  bottom: 10px;
  right: 10px;
}

@media (min-width: 1280px) {
  .marketplace-card__rarity {
    top: 12px;
    left: 12px;
  }

  .marketplace-card__rarity.arty-points {
    top: unset;
    left: unset;
    bottom: 12px;
    right: 12px;
  }
}

.marketplace-card__rarity--uncommon {
  color: #22ff87;
  background: linear-gradient(90deg, rgba(34, 255, 135, .2) 0%, rgba(87, 206, 213, .2) 100%);
  border-radius: 16px;
}

.marketplace-card__rarity--epic {
  color: #ff94ee;
  background: linear-gradient(90deg, rgba(221, 85, 255, .4) 0%, rgba(255, 34, 220, .4) 100%);
  border-radius: 20px;
}

.marketplace-card__rarity--rare {
  color: #77b8ff;
  background: linear-gradient(90deg, rgba(32, 67, 255, .4) 0%, rgba(60, 126, 255, .4) 100%);
  border-radius: 16px;
}

.marketplace-card__rarity--legendary {
  color: #ffd5ba;
  background: linear-gradient(90deg, rgba(184, 71, 0, .8) 0%, rgba(204, 108, 48, .8) 100%);
  border-radius: 16px;
}

.marketplace-card__rarity--quantum {
  color: #ffffc7;
  background: linear-gradient(90deg, rgba(255, 255, 1, .6) 0%, rgba(205, 205, 0, .6) 100%);
  border-radius: 16px;
}

.marketplace-card__rarity.marketplace-card__rarity-mobile {
  display: none;
}

@media not (min-width: 768px) {
  .marketplace-card__rarity.marketplace-card__rarity-mobile {
    margin-bottom: 13px;
    padding: 4px 8px;
    font-size: 12px;
    position: relative;
    top: 0;
    left: 0;
  }
}

.marketplace-card__rarity.substratum {
  background: #000;
  overflow: hidden;
}

.marketplace-card__content {
  padding: 0 12px;
}

@media (min-width: 1280px) {
  .marketplace-card__content {
    margin-bottom: -69px;
    transition: transform .2s ease-out;
    transform: translateY(0);
  }

  .marketplace-card__content:after {
    z-index: -1;
    content: "";
    background: none;
    border-radius: 514px;
    width: 514px;
    height: 442px;
    transition: background 1s ease-out;
    position: absolute;
    top: 25%;
    left: 40%;
    transform: translateX(-40%);
  }
}

.marketplace-card__title {
  color: #ffb932;
  margin-bottom: 16px;
}

.marketplace-card__sold-info {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.marketplace-card__button {
  width: 100%;
  display: flex;
}

.marketplace-notavailable {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.marketplace-notavailable .marketplace-card {
  min-width: 336px;
  min-height: 460px;
  display: none;
}

.marketplace-notavailable .marketplace-card:first-child {
  display: block;
}

@media (min-width: 720px) {
  .marketplace-notavailable .marketplace-card:nth-child(2) {
    display: block;
  }
}

@media (min-width: 1150px) {
  .marketplace-notavailable .marketplace-card:nth-child(3) {
    display: block;
  }
}

@media (min-width: 1280px) {
  .marketplace-notavailable .marketplace-card {
    display: block;
  }
}

.marketplace-notavailable.hide {
  display: none;
}

.marketplace-notavailable__heading {
  padding-top: 140px;
}

.marketplace-notavailable__title {
  color: #606060;
  margin-bottom: 32px;
}

@media (min-width: 1280px) {
  .marketplace-notavailable__title {
    margin-bottom: 39px;
    font-size: 96px;
  }
}

.marketplace-notavailable__cards {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}

@media (min-width: 1280px) {
  .marketplace-notavailable__cards {
    margin-bottom: -400px;
  }
}

.marketplace-notavailable__cards.hide {
  display: none;
}

.card {
  background: #1f1f1f;
}

.card .main-nav {
  z-index: 10000 !important;
}

.card.page-main {
  z-index: 20;
  position: relative;
  overflow: hidden;
}

.card.page-main:before {
  content: "";
  width: 1950px;
  height: 1699px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
}

@media (min-width: 768px) {
  .card.page-main:before {
    width: 1436px;
    height: 1251px;
  }
}

@media (min-width: 1280px) {
  .card.page-main:before {
    width: 1950px;
    height: 1699px;
  }
}

@media (min-width: 1920px) {
  .card.page-main:before {
    width: 2126px;
    height: 1853px;
  }
}

.card--uncommon .single-card__rarity {
  color: var(--Green, #22ff87);
  background: linear-gradient(90deg, rgba(34, 255, 135, .2) 0%, rgba(87, 206, 213, .2) 100%);
}

.card--uncommon:before {
  background: radial-gradient(50% 50%, #22ff87 0%, rgba(23, 23, 23, 0) 100%);
}

.card--epic .single-card__rarity {
  color: var(--Purple, #ff94ee);
  background: linear-gradient(90deg, rgba(221, 85, 255, .4) 0%, rgba(255, 34, 220, .4) 100%);
}

.card--epic:before {
  background: radial-gradient(50% 50%, #77d6ff 0%, rgba(23, 23, 23, 0) 100%);
}

.card--rare .single-card__rarity {
  color: var(--Blue, #77b8ff);
  background: linear-gradient(90deg, rgba(32, 67, 255, .4) 0%, rgba(60, 126, 255, .4) 100%);
}

.card--rare:before {
  background: radial-gradient(50% 50%, #ff94ee 0%, rgba(23, 23, 23, 0) 100%);
}

.card--legendary .single-card__rarity {
  color: #ffd5ba;
  background: linear-gradient(90deg, rgba(184, 71, 0, .8) 0%, rgba(204, 108, 48, .8) 100%);
}

.card--quantum .single-card__rarity {
  color: #ffffc7;
  background: linear-gradient(90deg, rgba(255, 255, 1, .6) 0%, rgba(205, 205, 0, .6) 100%);
}

.single-card {
  padding-top: 15px;
}

@media (min-width: 1280px) {
  .single-card {
    padding-top: 70px;
  }

  .single-card .container {
    padding-left: 110px;
  }
}

@media (min-width: 1920px) {
  .single-card .container {
    max-width: 1562px;
    padding-left: 0;
  }
}

.single-card__wrapper {
  flex-direction: column;
  align-items: center;
  gap: 21px;
  display: flex;
}

@media (min-width: 768px) {
  .single-card__wrapper {
    gap: 25px;
    margin-bottom: 23px;
  }
}

@media (min-width: 1280px) {
  .single-card__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
  }
}

@media (min-width: 1920px) {
  .single-card__wrapper {
    gap: 71px;
  }
}

.single-card__video-wrapper {
  border-radius: 16px;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .single-card__video-wrapper, .single-card__video-wrapper > div {
    width: 100%;
  }
}

.single-card__rarity {
  z-index: 1;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 16px;
  padding: 4px 8px;
  font-family: Chakra Petch, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 16px;
  left: 16px;
}

.single-card__rarity.substratum {
  background: #000;
  overflow: hidden;
}

.single-card__rarity.arty-points {
  top: unset;
  left: unset;
  bottom: 16px;
  right: 16px;
}

@media (min-width: 768px) {
  .single-card__rarity {
    padding: 8px 16px;
    font-size: 14px;
    top: 24px;
    left: 24px;
  }

  .single-card__rarity.arty-points {
    top: unset;
    left: unset;
    bottom: 24px;
    right: 24px;
  }
}

.single-card__video {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .single-card__video {
    width: 720px;
    height: 720px;
  }
}

@media (min-width: 1280px) {
  .single-card__video {
    width: 531px;
    height: 531px;
  }
}

@media (min-width: 1920px) {
  .single-card__video {
    width: 717px;
    height: 717px;
  }
}

.single-card__content {
  width: 100%;
}

@media (min-width: 1280px) {
  .single-card__content > div {
    padding-right: 110px;
  }
}

@media (min-width: 1920px) {
  .single-card__content > div {
    padding: 0;
  }
}

.single-card__title {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .single-card__title {
    margin-bottom: 32px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .single-card__title {
    margin-bottom: 25px;
  }
}

.single-card__category {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

@media (min-width: 768px) {
  .single-card__category {
    gap: 23px;
    margin-bottom: 24px;
  }
}

.single-card__info {
  flex-wrap: wrap;
  align-items: center;
  row-gap: 24px;
  display: flex;
}

@media (min-width: 768px) {
  .single-card__info {
    justify-content: space-between;
  }
}

.single-card__info-text {
  flex-direction: column;
  gap: 11px;
  width: 45%;
  display: flex;
}

.single-card__info-text span:first-child {
  color: #ffb932;
  font-weight: 700;
}

@media (min-width: 768px) {
  .single-card__info-text {
    gap: 8px;
    width: auto;
  }
}

.single-card__progress {
  gap: 14px;
  width: 100%;
}

.single-card__progress P {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
}

@media (min-width: 768px) {
  .single-card__progress {
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .single-card__progress {
    width: 59%;
  }
}

.single-card__price {
  margin-bottom: 34px;
  display: flex;
}

.single-card__price P {
  flex-direction: column;
  gap: 11px;
  width: 45%;
  display: flex;
}

@media (min-width: 1280px) {
  .single-card__price P {
    width: auto;
  }
}

.single-card__price P > span:first-child {
  color: #ffb932;
  font-weight: 700;
}

.single-card__price P > span:last-child span {
  font-weight: 700;
}

.single-card__price .button {
  width: 55%;
}

@media (min-width: 768px) {
  .single-card__price .button {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .single-card__price .button {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .single-card__price {
    justify-content: space-between;
    margin-bottom: 37px;
  }
}

.single-card__text {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .single-card__text {
    margin-bottom: 40px;
  }
}

.single-card__community {
  flex-direction: column;
  gap: 7px;
  display: flex;
}

@media (min-width: 768px) {
  .single-card__community .dotted-line {
    display: none;
  }
}

.single-card__community-title {
  color: #ffb932;
}

.mobile-community {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.mobile-community > div {
  align-items: center;
  display: flex;
}

@media (min-width: 768px) {
  .mobile-community {
    display: none;
  }
}

.mobile-community__text {
  flex-direction: column;
  gap: 5px;
  width: 31%;
  display: flex;
}

.mobile-community__img {
  padding-left: 32px;
  position: relative;
}

.mobile-community__img:before {
  content: "V";
  width: 24px;
  height: 24px;
  color: var(--Dark-grey, #171717);
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  background: url("/images/single-card/Ellipse.svg") no-repeat;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mobile-community__button {
  width: 67%;
}

.single-card__table {
  display: none;
}

.single-card__table th {
  text-align: left;
  padding: 18px 0;
}

@media not (min-width: 1280px) {
  .single-card__table th {
    width: 17%;
  }

  .single-card__table th:last-child {
    width: auto;
  }
}

.single-card__table td {
  text-align: left;
  padding: 7px 0;
}

@media (min-width: 1280px) {
  .single-card__table td {
    padding: 5px 0;
  }

  .single-card__table td:last-child {
    text-align: center;
  }
}

@media (min-width: 1920px) {
  .single-card__table td:last-child {
    text-align: end;
  }
}

.single-card__table thead {
  background-image: linear-gradient(to right, #606060 30%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 10px 1px;
}

.single-card__table tbody tr:last-child {
  background-image: linear-gradient(to right, #606060 30%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 10px 1px;
}

.single-card__table tbody .button {
  width: 100%;
}

@media (min-width: 1280px) {
  .single-card__table tbody .button {
    width: auto;
  }
}

@media (min-width: 1920px) {
  .single-card__table tbody .button {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .single-card__table {
    display: table;
  }
}

.offers {
  margin-bottom: 120px;
}

@media (min-width: 1280px) {
  .offers {
    margin-bottom: 164px;
  }
}

.offers .container {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

@media (min-width: 1280px) {
  .offers .container {
    flex-direction: row;
    gap: 85px;
    padding-left: 110px;
  }
}

@media (min-width: 1920px) {
  .offers .container {
    gap: 164px;
    max-width: 1872px;
    padding-left: 157px;
  }
}

@media not (min-width: 768px) {
  .offers .marketplace-card {
    gap: 10px;
    width: 100%;
    padding: 0 0 8px;
  }

  .offers .marketplace-card video {
    width: 100%;
    height: auto;
  }

  .offers .marketplace-card__content {
    padding: 0 8px;
  }

  .offers .marketplace-card__title {
    word-spacing: -4px;
    font-size: 18px;
  }

  .offers .marketplace-card__rarity {
    display: none;
  }

  .offers .marketplace-card__rarity-mobile {
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .offers .marketplace-card {
    gap: 23px;
  }

  .offers .marketplace-card__title {
    margin-bottom: 24px;
  }

  .offers video {
    width: 328px;
    height: 328px;
  }

  .offers .marketplace-card__sold-info {
    font-size: 12px;
  }
}

@media (min-width: 1280px) {
  .offers video {
    width: 312px;
    height: 312px;
  }
}

@media (min-width: 1920px) {
  .offers .marketplace-card {
    min-width: 456px;
  }

  .offers video {
    width: 424px;
    height: 424px;
  }
}

.offers__list {
  gap: 0;
  justify-content: unset;
  --bs-gutter-x: 9px;
  --bs-gutter-y: 9px;
}

.offers__list .col {
  display: flex;
}

.offers__list .col:nth-child(odd) {
  justify-content: flex-end;
}

.offers__list .col:nth-child(2n) {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .offers__list {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 24px;
  }
}

@media (min-width: 1280px) {
  .offers__list {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
}

.buy-block {
  background-color: rgba(23, 23, 23, .5);
  border-radius: 24px;
  width: 100%;
  padding: 40px !important;
}

.buy-block__header {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.buy-block__header .close-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.buy-block__table {
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .buy-block__table {
    flex-direction: row;
  }
}

.buy-block__controls {
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

@media (min-width: 768px) {
  .buy-block__controls {
    flex-direction: row;
  }
}

.header-register__main-nav.main-nav {
  display: none;
}

@media (min-width: 1280px) {
  .header-register__main-nav.main-nav {
    gap: 32px;
    min-height: auto;
    display: flex;
    top: 40px;
  }
}

.header-register {
  z-index: 50;
  background: none;
  padding-bottom: 100px;
}

@media (min-width: 1280px) {
  .header-register {
    margin: 0;
    padding: 0;
  }

  .header-register__logo {
    display: none;
  }
}

.header-register__back {
  align-items: center;
  gap: 4px;
  transition: color .2s ease-out;
  display: flex;
}

.header-register__back span {
  opacity: .5;
  transition: opacity .2s ease-out;
}

.header-register__back svg {
  stroke: currentColor;
}

.header-register__back:hover {
  color: #ffb932;
}

.header-register__back:hover span {
  opacity: 1;
}

@media (min-width: 1280px) {
  .header-register__back--mobile {
    display: none;
  }

  .header-register__back--desktop {
    color: #ffffdf;
    flex-direction: column;
    font-family: Chakra Petch, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
  }
}

.form {
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
  display: flex;
}

.form__title a {
  color: #ffb932;
  padding-left: 8px;
}

.visible-input {
  z-index: 1 !important;
}

.form__link {
  align-items: center;
  display: inline-flex;
}

.form__link svg {
  fill: rgba(0, 0, 0, 0);
  stroke: #ffb932;
  transform: rotate(-90deg);
}

.form__input-control {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: -1;
  background: rgba(23, 23, 23, .5);
  border-radius: 14px;
  position: relative;
}

.form__input-control:hover label {
  color: #ffffdf;
}

.form__input-control:hover .form__input-button svg {
  fill: #ffffdf;
}

.form__input-control.error .form__input {
  color: #ff3632;
}

.form__input-control .form__input {
  color: #ffb932;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 16px 20px;
  transition: color .2s ease-out;
}

.form__input-control .form__input:-webkit-autofill {
  -webkit-text-fill-color: #ffb932;
  border: none;
  -webkit-box-shadow: inset 0 0 0 40rem rgba(23, 23, 23, .984);
}

.form__input-control .form__input:autofill {
  -webkit-text-fill-color: #ffb932;
  border: none;
  -webkit-box-shadow: inset 0 0 0 40rem rgba(23, 23, 23, .984);
}

.form__input-control .form__input:-webkit-autofill {
  -webkit-text-fill-color: #ffb932;
  border: none;
  -webkit-box-shadow: inset 0 0 0 40rem rgba(23, 23, 23, .984);
}

.form__input-control .form__input:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffb932;
  border: none;
  -webkit-box-shadow: inset 0 0 0 40rem rgba(23, 23, 23, .984);
}

.form__input-control .form__input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffb932;
  border: none;
  -webkit-box-shadow: inset 0 0 0 40rem rgba(23, 23, 23, .984);
}

.form__input-control .form__input--textarea {
  resize: none;
  height: 120px;
  min-height: 120px;
}

.form__input-button {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
}

.form__input-button svg {
  fill: #9a9a9a;
  transition: fill .2s ease-out;
}

.form__checkbox-label {
  color: #9a9a9a;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form__checkbox-label:hover {
  color: #ffb932;
}

.form__checkbox-label:hover .form__checkbox-custom {
  border: 1px solid #ffb932;
}

.form__checkbox-label:hover .form__checkbox-text {
  color: #ffb932;
}

.form__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.form__checkbox:checked ~ .form__checkbox-custom {
  border: 1px solid #ffb932;
}

.form__checkbox:checked ~ .form__checkbox-custom:before {
  display: block;
}

.form__checkbox:checked ~ .form__checkbox-text {
  color: #ffb932;
}

.form__checkbox-custom {
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  margin-right: 8px;
  transition: border .2s ease-out;
  display: flex;
}

.form__checkbox-custom:before {
  content: "";
  background-image: url("/images/cheked.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 8px;
  display: none;
}

.form__checkbox-text {
  color: #9a9a9a;
  text-align: left;
  font-size: 12px;
  transition: color .2s ease-out;
}

@media (min-width: 1280px) {
  .form__checkbox-text {
    font-size: 14px;
  }
}

.form-floating > label {
  color: #9a9a9a;
  padding: 16px 20px;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out, color .1s ease-in-out;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding: 16px 20px;
}

.form-control:focus {
  box-shadow: none;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  color: #9a9a9a;
  background-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}

.form-floating > .form-control:focus ~ label:after, .form-floating > .form-control:not(:placeholder-shown) ~ label:after, .form-floating > .form-control-plaintext ~ label:after, .form-floating > .form-select ~ label:after {
  display: none;
}

.form-input-otp {
  -moz-appearance: textfield;
}

.form-input-otp::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-input-otp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-register main {
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 1280px) {
  .page-register main {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.page-register:before {
  content: "";
  background: radial-gradient(50% 50%, #77d6ff 0%, rgba(23, 23, 23, 0) 100%);
  width: 1950px;
  height: 1699px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
}

.page-register__title {
  margin-bottom: 16px;
}

.page-register__subtitle {
  margin-bottom: 40px;
}

.page-register__wrapper {
  text-align: center;
  max-width: 454px;
  margin: 0 auto;
}

.register__title {
  margin-bottom: 30px;
}

.form__login-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form__login-footer a {
  color: #ffb932;
}

.form__singup-footer {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.form__singup-footer a {
  color: #ffb932;
}

.register__separator {
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.register__separator .dotted-line {
  width: 100%;
}

.register__separator-text {
  white-space: nowrap;
  color: #9a9a9a;
}

.register__buttons {
  gap: 16px;
  display: flex;
}

.register__buttons a {
  width: 100%;
}

.register__buttons a:hover {
  border: 1px solid #ffb932;
}

.relative {
  position: relative;
}

.d-flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.reset-pass .form__input-control {
  margin-bottom: 16px;
}

@media (min-width: 1280px) {
  .check-email .container, .reset-pass .container {
    padding-top: 10px;
  }
}

.check-email__wrapper {
  text-align: center;
  max-width: 356px;
  margin: 0 auto;
}

.check-email__list {
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.check-email__list input {
  text-transform: uppercase;
  text-align: center;
  font-family: Quantico, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  width: 80px !important;
  height: 80px !important;
  line-height: normal !important;
}

.check-email__list input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.check-email__list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.check-email__error-message {
  color: #ffb932;
  height: 24px;
  margin-bottom: 16px;
  font-size: 14px;
}

.check-email__timer {
  margin-bottom: 16px;
}

.wallet {
  text-align: center;
}

.wallet .register__separator {
  margin-bottom: 0;
}

.wallet__title {
  margin-bottom: 32px;
}

.wallet__subtitle {
  margin-bottom: 8px;
}

.wallet__desc {
  margin-bottom: 40px;
}

.wallet__inner {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.wallet-success__wrapper {
  background: var(--dark-grey-50, rgba(23, 23, 23, .5));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  max-width: 688px;
  margin: 0 auto;
  padding: 24px;
}

@media (min-width: 1280px) {
  .wallet-success__wrapper {
    padding: 40px 117px;
  }
}

.wallet-success__title {
  margin-bottom: 24px;
}

.wallet-success__subtitle {
  margin-bottom: 32px;
}

.checkout {
  padding-top: 25px;
  padding-bottom: 100px;
}

.checkout .container {
  text-align: center;
}

@media (min-width: 1280px) {
  .checkout .container {
    max-width: 1158px;
    margin: 0 auto;
  }
}

.checkout .dotted-line {
  width: 100%;
}

@media (min-width: 992px) {
  .checkout {
    padding: 0;
  }
}

.checkout__title {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .checkout__title {
    margin-bottom: 40px;
  }

  .checkout__wrapper {
    justify-content: center;
    gap: 56px;
    display: flex;
  }
}

.checkout__wrapper .checkout__video {
  width: 100%;
  max-width: 531px;
  height: auto;
  max-height: 531px;
}

.checkout__wrapper .checkout__mobile-video {
  width: 80px;
  height: 80px;
}

.checkout__video-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .checkout__video-wrapper {
    display: block;
  }
}

.checkout__content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(23, 23, 23, .5);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  display: flex;
}

@media (min-width: 992px) {
  .checkout__content {
    gap: 27px;
    padding: 40px;
  }
}

.checkout__header p {
  text-align: left;
  margin-bottom: 16px;
}

.checkout__mobile-wrapper {
  align-items: center;
  gap: 16px;
  display: flex;
}

.checkout__mobile-video {
  border-radius: 16px;
}

@media (min-width: 992px) {
  .checkout__mobile-video {
    display: none;
  }
}

.checkout__mobile-inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.checkout__mobile-inner h5 {
  font-size: 18px;
}

@media (min-width: 992px) {
  .checkout__mobile-inner h5 {
    font-size: 24px;
  }
}

.checkout__mobile-inner .single-card__rarity {
  position: static;
}

@media (min-width: 992px) {
  .checkout__mobile-inner .single-card__rarity {
    display: none;
  }
}

.checkout__info {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

@media (min-width: 992px) {
  .checkout__info {
    flex-direction: row;
    gap: 40px;
  }
}

.checkout__info-text {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

@media (min-width: 992px) {
  .checkout__info-text {
    min-width: 137px;
  }
}

.checkout__info-text .paragraph:first-child {
  color: #ffb932;
}

.checkout__info-text .paragraph:last-child > span:first-child {
  font-weight: 700;
}

.checkout__footer {
  width: 100%;
}

.checkout__buttons {
  flex-wrap: wrap;
  gap: 16px;
  max-width: 296px;
  display: flex;
}

.checkout__buttons button {
  border-radius: 40px;
  width: 100%;
  padding: 8px 8px 8px 16px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .checkout__buttons button {
    font-size: 14px;
  }

  .checkout__buttons {
    flex-wrap: nowrap;
    gap: 8px;
    max-width: 100%;
  }
}

.checkout__footer-title {
  text-align: left;
  margin-bottom: 16px;
}

.checkout__button {
  background: var(--dark-grey-50, rgba(23, 23, 23, .5));
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.checkout__button--cheked {
  background-image: url("/images/cheked.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
}

.checkout__pay {
  text-align: left;
  padding-top: 15px;
  display: none;
}

.checkout__pay .paragraph:first-child {
  color: #ffb932;
  margin-bottom: 8px;
}

.checkout__pay .paragraph:nth-child(2) {
  margin-bottom: 32px;
}

.checkout__pay.active {
  display: block;
}

@media (min-width: 992px) {
  .checkout__pay {
    padding-top: 24px;
  }
}

.page-policy {
  padding-top: 120px;
}

.page-policy .main-nav {
  display: none;
}

@media (min-width: 1280px) {
  .page-policy .page-header {
    display: none;
  }
}

.policy {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 120px;
}

@media (min-width: 1280px) {
  .policy {
    margin-top: 0;
    padding-top: 26px;
  }
}

.policy__wrapper {
  text-align: left;
  flex-direction: column;
  row-gap: 16px;
  max-width: 922px;
  margin: 0 auto;
  display: flex;
}

pre {
  text-wrap: pretty;
  margin: 1em 0;
}

.policy__title {
  color: #ffffdf;
  margin-bottom: 37px;
}

@media (min-width: 1280px) {
  .policy__title {
    margin-bottom: 47px;
    font-size: 48px;
  }
}

.policy__subtitle {
  color: #ffffdf;
  margin-bottom: 28px;
  font-size: 18px;
}

@media (min-width: 1280px) {
  .policy__subtitle {
    margin-bottom: 38px;
    font-size: 24px;
  }
}

.policy__table {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1280px) {
  .policy__table {
    margin-bottom: 47px;
  }
}

.policy__mobile-table {
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  flex-direction: column;
  gap: 20px;
  padding: 20px 16px;
  display: flex;
}

@media (min-width: 1280px) {
  .policy__mobile-table {
    display: none;
  }
}

.policy__mobile-table .line {
  background: #3d3d3d;
  width: calc(100% + 32px);
  height: 1px;
  margin-left: -16px;
  margin-right: -16px;
}

.policy__mobile-table ul {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.policy__mobile-table ul > li > p {
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.policy__mobile-table ul > li > p:first-child {
  color: #9a9a9a;
  margin-bottom: 6px;
}

.policy__mobile-table ul > li > p:last-child {
  color: #ffffdf;
}

.policy__desktop-table {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
  border: .5px solid #3d3d3d;
  border-radius: 12px;
  display: none;
  overflow: hidden;
}

.policy__desktop-table th, .policy__desktop-table td {
  vertical-align: top;
  border: .5px solid #3d3d3d;
  width: 20%;
  padding: 7px 15px 15px 7px;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 1280px) {
  .policy__desktop-table {
    display: table;
  }
}

.mb-1 {
  color: var(--text);
  margin: 0 0 8px;
  font-weight: 600;
}

.mt-1 {
  margin-top: 8px;
}

.list {
  margin: 0 0 0 1.2em;
  padding: 0;
}

.list--ordered {
  list-style: decimal;
}

.list--ordered-alpha {
  list-style: lower-alpha;
}

.list--disc {
  list-style: outside;
}

.list li {
  margin: 0 0 10px;
  padding-left: 4px;
}

a {
  color: var(--accent);
  border-bottom: 1px dotted color-mix(in srgb, var(--accent) 65%, transparent);
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .85;
}

.table {
  border-collapse: collapse;
  width: 100%;
  color: var(--text-dim);
  background: rgba(255, 255, 255, .02);
  border-radius: 10px;
  margin: 10px 0 14px;
  font-size: 13px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.table thead th {
  text-align: left;
  color: var(--head);
  background: rgba(255, 255, 255, .03);
  padding: 10px 12px;
  font-weight: 700;
}

.table tbody td {
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 10px 12px;
}

.table--permissions td, .table--permissions th {
  vertical-align: top;
  word-break: break-word;
}

.table--permissions th:first-child {
  width: 22%;
}

.table--permissions th:nth-child(2) {
  width: 14%;
}

.table--permissions th:nth-child(3) {
  width: 16%;
}

.table--permissions th:nth-child(4) {
  width: 15%;
}

.table--permissions th:nth-child(5) {
  width: 12%;
}

@media (max-width: 560px) {
  .title--4 {
    font-size: 18px;
  }

  .paragraph, .paragraph--1-bold {
    font-size: 13.5px;
  }

  .container {
    padding: 0 14px;
  }

  .table {
    font-size: 12.5px;
  }
}

.page-profile {
  background: #1f1f1f;
}

.page-profile.page-main {
  position: relative;
  overflow-x: hidden;
}

.page-profile.page-main:before {
  content: "";
  background: radial-gradient(50% 50%, #606060 0%, rgba(96, 96, 96, 0) 100%);
  width: 1950px;
  height: 1699px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
}

.leaderboard {
  padding: 24px 0 48px;
}

.leaderboard__title {
  text-align: center;
  color: #ffffdf;
  font-family: Cydekick;
  font-size: 84px;
  font-weight: 400;
  line-height: 86px;
}

.leaderboard__container {
  max-width: 1230px;
  margin: 0 auto;
}

.leaderboard__grid {
  justify-content: center;
  gap: 99px;
  margin-top: 37px;
  display: flex;
}

@media (max-width: 1024px) {
  .leaderboard__grid {
    grid-template-columns: 1fr;
  }
}

.rush-card__label {
  color: #d4d4d4;
  margin-bottom: 20px;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.rush-card__time {
  color: #9a9a9a;
  margin-top: 4px;
  font-family: Chakra Petch;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.rush-card__time-left {
  color: #d4d4d4;
  font-family: Chakra Petch;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

.rush-card__pool-label {
  color: #9a9a9a;
  font-family: Chakra Petch;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.rush-card__pool-value {
  background: linear-gradient(#ffff01, #ff9000);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-family: Chakra Petch;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.rush-card__prizes {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.rush-card__prizes li {
  background: linear-gradient(90deg, rgba(255, 255, 255, .05) 0%, rgba(153, 153, 153, 0) 100%);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding: 5px 4px 5px 10px;
  display: flex;
}

.rush-card__prizes li span {
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.rush-card__prizes li b {
  text-align: right;
  color: #ffffdf;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.rush-card {
  background: rgba(0, 0, 0, .3);
  border-radius: 18px;
  flex-direction: column;
  width: 395px;
  padding: 24px;
  display: flex;
}

.rush-card__header {
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.rush-card__trophy img {
  margin: 0 9px;
  width: 97px !important;
  min-width: 97px !important;
  height: 117px !important;
  position: relative !important;
}

.rush-card__meta {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.rush-card__season {
  color: #ffffdf;
  margin-top: 4px;
  font-family: Chakra Petch;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.rush-card__hr {
  opacity: .5;
  background: #606060;
  width: 100%;
  height: 1px;
  margin: 6px 0;
}

.grad-1st {
  background: linear-gradient(#ffff01, #ff9000);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
}

.grad-2nd {
  background: linear-gradient(#fff7e3, #c1b4a3);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
}

.grad-3rd {
  background: linear-gradient(#ffbc7e, #c66445);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
}

.leaderboard__panel {
  border-radius: 18px;
  width: 100%;
}

.leaderboard__table {
  background: rgba(0, 0, 0, .3);
  border-radius: 18px;
}

.leaderboard__rows {
  max-height: 690px;
  padding-bottom: 40px;
  padding-left: 21px;
  padding-right: 25px;
  overflow-y: scroll;
}

.leaderboard__scroll {
  --row-h: 68px;
  --head-h: 44px;
  height: 730px;
  min-height: 730px;
  max-height: calc(var(--head-h)  + var(--row-h) * 8);
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .28) rgba(255, 255, 255, .06);
  border-radius: 18px;
  overflow-y: visible;
}

.leaderboard__scroll::-webkit-scrollbar {
  width: 10px;
}

.leaderboard__scroll::-webkit-scrollbar-button {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 0;
  height: 0;
  display: none;
}

.leaderboard__scroll::-webkit-scrollbar-button:single-button {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 0;
  height: 0;
  display: none;
}

.leaderboard__scroll::-webkit-scrollbar-button:start:decrement {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 0;
  height: 0;
  display: none;
}

.leaderboard__scroll::-webkit-scrollbar-button:end:increment {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 0;
  height: 0;
  display: none;
}

.leaderboard__scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
}

.leaderboard__scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .28);
  border: 2px solid #0a0a0a;
  border-radius: 999px;
}

.leaderboard__scroll::-webkit-scrollbar-corner {
  background: none;
}

.lb-head {
  z-index: 3;
  isolation: isolate;
  background: none;
  border-radius: 18px 18px 0 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 43px 17px 36px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lb-head .col {
  color: #d4d4d4;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.lb-head .col-score {
  text-align: end;
  width: -moz-fit-content;
  width: fit-content;
}

.inner-wrapper-col {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 206px;
  display: flex;
}

.lb-row {
  align-items: center;
  width: 100%;
  padding: 9px 20px 9px 12px;
  display: flex;
}

.dashed-line {
  background: repeating-linear-gradient(to right, #606060 0, #606060 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 8px);
  width: 100%;
  height: 1px;
}

.lb-cell {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

.lb-rank {
  justify-content: center;
  align-items: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  margin-right: 12px;
  display: flex;
}

.lb-score {
  color: #ffffdf;
  margin-left: auto;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.leaderboard__rows > .lb-row:last-child:after {
  display: none;
}

.lb-rank .rank-number {
  color: #e4e7ec;
  font-weight: 700;
  display: inline-block;
}

.medal {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-family: Chakra Petch;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.medal--gold {
  color: #171717;
  background: linear-gradient(#ffff01 0%, #ff9000 100%);
  border: 1px solid #ffd232;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.medal--silver {
  color: #171717;
  background: linear-gradient(#fff7e3 16.67%, #c1b4a3 92.36%);
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.medal--bronze {
  color: #171717;
  background: linear-gradient(#ffbc7e 16.67%, #c66445 92.36%);
  border: 1px solid #ff7c32;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lb-player {
  align-items: center;
  gap: 12px;
  display: flex;
}

.avatar {
  z-index: 2;
  background: linear-gradient(#e0e0e0 0%, #575757 100%);
  border-radius: 12px;
  position: relative;
}

.avatar img {
  border-radius: 12px;
  width: 48px !important;
  height: 48px !important;
  position: relative !important;
}

.player-name {
  color: #ffffdf;
  z-index: 2;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.lb-row-info {
  border-radius: 12px;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lb-row-info .row-bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-1 {
  --row-grad: #ffd232;
}

.top-2 {
  --row-grad: #fff;
}

.top-3 {
  --row-grad: #d88057;
}

.score-chip {
  background: linear-gradient(#ffff01, #ff9000);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-weight: 700;
}

.score-chip--silver {
  background: linear-gradient(#fff7e3, #c1b4a3);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-weight: 700;
}

.score-chip--bronze {
  background: linear-gradient(#ffbc7e, #c66445);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  font-weight: 700;
}

.leaderboard__me {
  border-radius: 12px;
}

.leaderboard__me .lb-row.is-me {
  background: #2c2c29;
  border-radius: 12px;
  align-items: center;
  padding: 12px 45px 12px 33px;
  display: flex;
  position: relative;
}

@media (max-width: 670px) {
  .leaderboard__rush, .rush-card {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .leaderboard {
    padding: 16px 0 24px;
  }

  .leaderboard__grid {
    margin: 30px 0 0 !important;
  }

  .leaderboard__title {
    font-size: 40px !important;
    line-height: 42px !important;
  }

  .leaderboard__container {
    max-width: 100%;
    padding: 0 14px;
  }

  .leaderboard__scroll {
    height: 483px;
    min-height: 483px;
  }

  .leaderboard__rows {
    max-height: 421px;
    padding-bottom: 25px;
  }

  .leaderboard__rush {
    width: 100%;
    position: static;
  }

  .leaderboard__rows {
    padding-left: 23px;
    padding-right: 23px;
  }

  .lb-row {
    padding: 9px 15px 9px 0;
  }

  .player-name, .lb-score {
    font-size: 12px;
    line-height: 14px;
  }

  .rush-card__label {
    font-size: 18px;
    line-height: 20px;
  }

  .rush-card__prizes {
    gap: 8px;
  }

  .rush-card__prizes li {
    padding: 9px 4px 9px 10px;
  }

  .rush-card__prizes li span, .rush-card__prizes li b {
    font-size: 11px;
    line-height: 13px;
  }

  .avatar img {
    width: 40px !important;
    height: 40px !important;
  }

  .lb-head {
    padding: 20px 43px 18px 30px;
  }

  .lb-head .col {
    font-size: 12px;
    line-height: 14px;
  }

  .lb-rank .rank-number {
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    display: flex;
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .lb-rank {
    margin-right: 0;
  }

  .lb-rank .medal {
    font-size: 14px;
    line-height: 16px;
  }

  .rush-card__time, .rush-card__time-left, .rush-card__pool-label {
    font-size: 12px;
    line-height: 14px;
  }

  .rush-card__pool-value {
    font-size: 24px;
    line-height: 26px;
  }

  .rush-card__trophy img {
    width: 97px !important;
    min-width: 97px !important;
    height: 117px !important;
  }

  .medal--gold {
    background: inherit;
    background: linear-gradient(#ffff01, #ff9000);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    border: none;
  }

  .medal--silver {
    background: inherit;
    background: linear-gradient(#fff7e3, #c1b4a3);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    border: none;
  }

  .medal--bronze {
    background: inherit;
    background: linear-gradient(#ffbc7e, #c66445);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    border: none;
  }

  .leaderboard__me .lb-row.is-me {
    padding: 9px 38px 9px 23px;
  }

  .is-me .lb-rank {
    border: none !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
  }
}

.quest-overlay {
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, .2);
  place-items: center;
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.quest-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(rgba(0, 0, 0, .3) 0%, rgba(102, 102, 102, .3) 100%);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: calc(100% - 21px);
  max-width: 433px;
  padding: 24px;
  display: flex;
  position: absolute;
}

.quest-card__inner-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.quest-card--sm {
  width: 333px;
  max-width: calc(100svw - 24px);
}

.quest-card__title {
  text-align: center;
  color: #ffffdf;
  align-items: center;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.tasks-card__list {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  display: flex;
}

.task-row {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background: #3d3d3d;
  border: none;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 38px;
  padding: 9px 12px 9px 16px;
  display: flex;
}

.is-done {
  background: radial-gradient(50% 75.17% at 50% 54.51%, #ffb900 0%, #ff9000 100%);
}

.task-row__left {
  align-items: center;
  gap: 8px;
  display: flex;
}

.task-row__text {
  color: #ffffdf;
  text-align: start;
  font-family: Chakra Petch;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
}

.task-row__icon, .task-row__open, .task-row__check {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.tasks-card__footer--stack {
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
  display: flex;
}

.tasks-card__completed {
  color: #ffffdf;
  align-items: center;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.tasks-card__completed b {
  color: #f7a600;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #1b1400;
  border: 0;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 800;
  line-height: 1;
  transition: background .15s, border-color .15s;
}

.btn--yellow {
  -webkit-backdrop-filter: blur(14.9123px);
  backdrop-filter: blur(14.9123px);
  background: linear-gradient(rgba(255, 185, 0, .5) 21.8%, rgba(255, 144, 0, .5) 120.8%);
  border: .745614px solid #ffb932;
  border-radius: 37.2807px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 8px 22px;
  display: flex;
  box-shadow: inset 0 0 14.9123px #ffd232;
}

.btn--ok {
  max-width: 86px;
  height: 38px;
  margin: 0 auto;
}

.btn--close {
  width: 86px !important;
}

.btn--finish {
  -webkit-backdrop-filter: blur(14.9123px);
  backdrop-filter: blur(14.9123px);
  background: linear-gradient(rgba(255, 185, 0, .5) 21.8%, rgba(255, 144, 0, .5) 120.8%);
  border: .745614px solid #ffb932;
  border-radius: 37.2807px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 131px;
  min-width: 86px;
  height: 38px;
  padding: 8px 22px;
  display: flex;
  box-shadow: inset 0 0 14.9123px #ffd232;
}

.disabled-finish {
  box-shadow: none !important;
  color: #ffffdf !important;
  background: #171717 !important;
  border: .745614px solid #ffffdf !important;
}

.step-card {
  flex-direction: column;
  align-items: start;
  gap: 20px;
  width: 100%;
  display: flex;
}

.step-card__count {
  text-transform: uppercase;
  color: #f7a600;
  font-family: Chakra Petch;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.step-card__title {
  color: #ffffdf;
  margin: 0 auto;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.field__label {
  color: #9aa3af;
  font-size: 12px;
}

.field__input {
  color: #ffb932;
  background: rgba(0, 0, 0, .3);
  border: none;
  border-radius: 10px;
  outline: none;
  width: 100%;
  height: 38px;
  padding: 12px 15px;
  font-family: Chakra Petch;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.field__input::placeholder {
  color: #ffb932;
}

.has-error {
  border-color: #ec5b5b;
}

.field__error {
  color: #ec5b5b;
  margin: 2px 0 0;
  font-size: 13px;
}

.done-card {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: flex;
}

.step-error {
  text-align: center;
  margin: 0 auto;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.step-error--warn {
  color: #f7a600;
}

.step-error--danger {
  color: #ff5f57;
}

.done-card h4 {
  text-align: center;
  color: #ffffdf;
  align-items: center;
  font-family: Chakra Petch;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.done-card p {
  color: #d5d9e1;
  margin: 0 0 6px;
}

@media (max-width: 1440px) {
  .leaderboard__grid {
    gap: 50px;
    margin-left: 150px;
    margin-right: 20px;
  }
}

@media (max-width: 1040px) {
  .leaderboard__grid {
    margin-left: 20px;
  }
}

@media (max-width: 920px) {
  .leaderboard__grid {
    flex-direction: column;
    gap: 24px;
  }

  .leaderboard__rush {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .leaderboard__grid {
    gap: 24px;
  }

  .leaderboard__title {
    font-size: 52px;
    line-height: 54px;
  }
}

@media (max-width: 425px) {
  .quest-card--sm {
    width: calc(100svw - 20px);
  }

  .inner-wrapper-col {
    gap: 10px;
    width: auto;
    max-width: 146px;
  }
}

@media (max-width: 320px) {
  .quest-card--sm {
    width: calc(100svw - 16px);
  }

  .btn--ok {
    width: 100%;
  }
}

.rush-card--loading {
  background: rgba(0, 0, 0, .25);
  border-radius: 18px;
  padding: 20px;
}

.skel {
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  width: 100%;
  height: 14px;
  animation: 1.2s ease-in-out infinite skel;
  display: block;
}

.skel--title {
  width: 40%;
  height: 18px;
  margin-bottom: 12px;
}

.skel--row {
  height: 14px;
  margin: 10px 0;
}

.leaderboard__me--bottom {
  z-index: 6;
  background: rgba(255, 255, 221, .05);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.leaderboard__me--bottom .lb-row {
  cursor: pointer;
}

.is-me .lb-rank {
  border: 2px solid #ffff01;
  border-radius: 40px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  margin-right: 12px;
}

.is-me .lb-rank .rank-number {
  color: #ffff01;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.task-row__right {
  align-items: center;
  gap: 8px;
  display: flex;
}

.task-row__reward {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #292a2e;
  border-radius: 999px;
  align-items: center;
  min-width: 40px;
  min-height: 25px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.task-row__reward--done {
  opacity: .5;
}

.task-row__open, .task-row__check {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.quest-card__close {
  color: #999;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 1;
  transition: color .15s;
  position: absolute;
  top: 6px;
  right: 6px;
}

.quest-card__close:active, .quest-card__close:hover {
  color: #ffb932;
}

.profile {
  z-index: 1;
  margin-bottom: 60px;
  padding-top: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .profile {
    margin-bottom: 130px;
    padding-top: 57px;
  }
}

@media (min-width: 1280px) {
  .profile {
    margin-bottom: 120px;
    padding-top: 34px;
  }

  .profile .container {
    max-width: 1392px;
    padding-left: 118px;
  }
}

.profile__heading {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 4px;
  display: flex;
}

@media (min-width: 768px) {
  .profile__heading {
    flex-direction: row;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    gap: 0;
    display: grid;
  }
}

@media (min-width: 1280px) {
  .profile__heading {
    max-width: 1157px;
  }
}

.profile__user-menu {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .profile__user-menu {
    grid-column: 3;
    justify-self: end;
    width: auto;
  }
}

.profile__user-wrapper {
  background: rgba(23, 23, 23, .5);
  border-radius: 14px;
  justify-content: flex-end;
  display: flex;
}

@media not (min-width: 768px) {
  .profile__user-wrapper {
    width: 100%;
  }
}

.profile__user-image {
  background-color: #171717;
  border-radius: 14px;
  overflow: hidden;
}

.profile__user-image img {
  object-fit: cover;
  display: block;
}

.profile__user-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  padding: 8px 20px;
  display: flex;
  position: relative;
}

.profile__user-details.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.profile__user-details {
  z-index: 200;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  letter-spacing: .05em;
  word-wrap: break-word;
  white-space: pre-wrap;
  text-align: left;
  color: #ffffdf;
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(rgba(0, 0, 0, .3) 0%, rgba(102, 102, 102, .3) 100%);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 433px;
  padding: 24px;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 400;
  line-height: 165.8%;
  transition: opacity .25s, transform .25s, visibility 0s linear .25s;
  display: flex;
  position: absolute;
  top: 78%;
  right: 100%;
}

@media (max-width: 610px) {
  .profile__user-details {
    top: 120%;
    right: 0%;
  }
}

@media (max-width: 540px) {
  .profile__user-details {
    width: 363px;
    padding: 17px;
    font-size: 12px;
    line-height: 145.8%;
  }
}

@media (max-width: 470px) {
  .profile__user-details {
    width: 313px;
    padding: 14px;
    font-size: 11px;
    line-height: 140.8%;
    right: -27%;
  }
}

@media (max-width: 406px) {
  .profile__user-details {
    right: -96%;
  }
}

.profile__user-details--leaderboard {
  top: 78%;
  right: 105px;
}

.profile__ap-wrapper {
  z-index: 10;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.profile__ap-wrapper--leaderboard {
  justify-content: end;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  display: inline-flex;
  position: relative;
}

@media (max-width: 622px) {
  .profile__user-details--leaderboard {
    top: 120%;
    right: 0;
  }
}

@media (max-width: 380px) {
  .profile__user-details--leaderboard {
    right: -30px;
  }
}

.profile__user-ap {
  color: #9a9a9a;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.profile__user-btn {
  color: #9a9a9a;
  fill: currentColor;
  align-items: center;
  display: flex;
}

.profile__user-btn:hover {
  color: #ffb932;
  fill: #ffb932;
}

@media (min-width: 768px) {
  .profile__title {
    text-align: center;
    grid-column: 2;
    justify-self: center;
    font-size: 84px;
  }
}

@media (min-width: 1280px) {
  .profile__title {
    font-size: 112px;
  }
}

.profile__img-wrapper {
  background: #171717;
  border: 2px solid #ffb900;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile__img-wrapper img {
  object-fit: cover;
  border-radius: 80px;
  width: 100%;
  transform: scale(1.01);
}

@media (min-width: 768px) {
  .profile__img-wrapper {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1280px) {
  .profile__img-wrapper {
    width: 148px;
    height: 148px;
  }
}

.profile__img-text {
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background: linear-gradient(#ffb900 16.67%, #ff9000 92.36%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 10px;
  font-family: Cydekick, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 90%;
}

.profile__img-text.hide {
  display: none;
}

@media (min-width: 768px) {
  .profile__img-text {
    font-size: 90px;
  }
}

.profile__img {
  border-radius: 80px;
}

.profile__img.hide {
  display: none;
}

.profile__img-input {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.profile__header {
  background-image: linear-gradient(to right, #606060 30%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 10px 1px;
  gap: 24px;
  display: flex;
}

.profile__header-tab {
  color: #ffffdf;
  padding: 16px 4px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color .2s ease-out;
}

@media (min-width: 768px) {
  .profile__header-tab {
    font-size: 16px;
  }
}

.profile__header-tab:hover {
  color: #ffb932;
}

.profile__header-tab.active {
  color: #ffb932;
  box-shadow: inset 0 -2px 0 -1px #ffb932;
}

.profile__tab {
  padding-top: 30px;
  display: none;
}

@media (min-width: 768px) {
  .profile__tab {
    padding-top: 40px;
  }
}

@media (min-width: 1280px) {
  .profile__tab {
    padding-top: 75px;
  }
}

.profile__tab.active {
  display: block;
}

.profile-settings {
  flex-direction: column;
  gap: 56px;
  display: flex;
}

@media (min-width: 768px) {
  .profile-settings {
    gap: 77px;
  }
}

@media (min-width: 1280px) {
  .profile-settings {
    flex-direction: row;
    gap: 80px;
    max-width: 1157px;
  }

  .profile-settings__left-column {
    max-width: 58%;
  }

  .profile-settings__right-column {
    width: 100%;
    max-width: 42%;
  }
}

.profile-settings__title {
  color: #ffffdf;
  text-align: start;
  margin-bottom: 20px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .profile-settings__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.profile-settings__button {
  color: #ffffdf;
  border: 1px solid #ffffdf;
  border-radius: 50px;
  margin: 0 auto;
  padding: 14.5px 29px;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all .3s;
}

@media (min-width: 768px) {
  .profile-settings__button {
    min-width: 160px;
  }
}

@media (min-width: 1280px) {
  .profile-settings__button {
    min-width: auto;
  }
}

.profile-settings__button:hover {
  border: 1px solid #ffb932;
}

.profile-settings__button.disabled {
  color: #3d3d3d;
  cursor: default;
  border: 1px solid #3d3d3d;
}

.form-info {
  gap: 8px;
  margin-bottom: 0;
}

.form-info .form__input--textarea {
  min-height: 145px;
}

@media (min-width: 768px) {
  .form-info {
    flex-flow: wrap;
    gap: 24px;
  }

  .form-info .form__input-control {
    width: 100%;
  }

  .form-info .form__input-control:first-child, .form-info .form__input-control:nth-child(2) {
    width: calc(50% - 12px);
  }
}

.form-password {
  gap: 8px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-password {
    gap: 24px;
  }
}

.form-password .form__title .paragraph {
  font-size: 16px;
}

@media (min-width: 768px) {
  .form-password .profile-settings__button {
    align-self: flex-start;
  }
}

.form-password__title {
  color: #ffffdf;
  text-align: start;
  margin-bottom: 4px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .form-password__title {
    margin-bottom: 19px;
    font-size: 24px;
  }
}

.profile-transactions {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(23, 23, 23, .5);
  border-radius: 16px;
  padding: 16px;
}

@media (min-width: 768px) {
  .profile-transactions {
    padding: 24px;
  }
}

@media (min-width: 1280px) {
  .profile-transactions {
    padding: 32px 40px;
  }
}

.profile-transactions__title {
  color: #ffffdf;
  font-size: 18px;
}

@media (min-width: 1280px) {
  .profile-transactions__title {
    font-size: 24px;
  }
}

.profile-transactions__heading {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

@media (min-width: 768px) {
  .profile-transactions__heading {
    flex-flow: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}

@media (min-width: 1280px) {
  .profile-transactions__heading {
    justify-content: flex-end;
    gap: 32px;
    margin-bottom: 32px;
  }
}

.profile-transactions__heading .dotted-line {
  width: 100%;
}

@media (min-width: 1280px) {
  .profile-transactions__heading .dotted-line {
    display: none;
  }
}

.profile-transactions__refresh {
  align-items: center;
  gap: 16px;
  display: flex;
}

@media (min-width: 768px) {
  .profile-transactions__refresh {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .profile-transactions__refresh {
    width: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .profile-transactions__search {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .profile-transactions__search {
    width: auto;
    min-width: 242px;
  }
}

.profile-transactions__search-control {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(23, 23, 23, .5);
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  padding: 4px 16px 4px 8px;
  display: flex;
}

.profile-transactions__input {
  color: #757575;
  background: none;
  border: none;
  padding-left: 4px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.profile-transactions__input ::-moz-placeholder {
  color: #757575;
}

.profile-transactions__input :-moz-placeholder-shown {
  color: #757575;
}

.profile-transactions__input :placeholder-shown {
  color: #757575;
}

.profile-transactions__search-button--clear {
  margin-left: auto;
}

.profile-transactions__sort {
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  display: flex;
}

.profile-transactions__sort p:first-child {
  margin-right: auto;
}

.profile-transactions__sort p:nth-child(2) .marketplace-sort__select {
  min-width: 120px;
}

.profile-transactions__sort p:nth-child(3) .marketplace-sort__select {
  min-width: 126px;
}

@media (min-width: 768px) {
  .profile-transactions__sort {
    gap: 30px;
  }

  .profile-transactions__sort p:nth-child(2) .marketplace-sort__select {
    min-width: 130px;
  }

  .profile-transactions__sort p:nth-child(3) .marketplace-sort__select {
    min-width: 140px;
  }
}

@media (min-width: 1280px) {
  .profile-transactions__sort {
    gap: 8px;
  }

  .profile-transactions__mobile-tables {
    display: none;
  }
}

.profile-transactions__mobile-table {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
  padding: 16px 0 28px;
  display: flex;
}

@media (min-width: 768px) {
  .profile-transactions__mobile-table {
    row-gap: 32px;
    padding: 26px 0 19px;
  }
}

.profile-transactions__mobile-table li {
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  width: 30%;
  display: flex;
}

@media (min-width: 768px) {
  .profile-transactions__mobile-table li {
    min-height: 59px;
  }
}

.profile-transactions__mobile-table li:last-child {
  width: 100%;
}

@media (min-width: 768px) {
  .profile-transactions__mobile-table li:last-child a {
    margin-top: auto;
  }

  .profile-transactions__mobile-table li:nth-child(5n) {
    width: 28%;
  }

  .profile-transactions__mobile-table li {
    width: 18%;
  }
}

.profile-transactions__desktop-table {
  display: none;
}

@media (min-width: 1280px) {
  .profile-transactions__desktop-table {
    width: 100%;
    display: table;
  }
}

.profile-transactions__desktop-table thead {
  background-image: linear-gradient(to right, #606060 30%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 10px 1px;
}

.profile-transactions__desktop-table thead th {
  text-align: left;
  padding-bottom: 20px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.profile-transactions__desktop-table tbody tr {
  background-image: linear-gradient(to right, #606060 30%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 10px 1px;
}

.profile-transactions__desktop-table tbody tr td {
  padding: 15px 0;
}

.withdrawalTitle {
  color: #ffffdf;
  margin-bottom: 20px;
  font-family: Chakra Petch;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.wrap {
  max-width: 574px;
  margin: 0 auto;
}

.net-select {
  position: relative;
}

.select {
  isolation: isolate;
  background: rgba(0, 0, 0, .3);
  border: none;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 9px 15px;
  display: flex;
}

.left {
  align-items: center;
  gap: 8px;
  display: flex;
}

.coin {
  background: none;
  border-radius: 8px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}

.label {
  color: #ffb932;
  font-family: Chakra Petch;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.chev {
  width: 30px;
  height: 30px;
  transition: transform .2s;
}

.chev.open {
  transform: rotate(180deg);
}

.menu {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, .3);
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.item {
  cursor: pointer;
  color: #ffb932;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  font-family: Chakra Petch;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.item.active, .item:hover {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #1f1f1f;
  background: rgba(255, 255, 255, .35);
}

.item:first-child {
  border-radius: 10px 10px 0 0;
}

.item:last-child {
  border-radius: 0 0 10px 10px;
}

.inputWrap {
  margin-top: 20px;
  position: relative;
}

.input {
  color: #fff;
  background: rgba(0, 0, 0, .3);
  border: none;
  border-radius: 10px;
  outline: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 48px;
  padding: 12px 15px;
  font-family: Chakra Petch;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.input.invalid {
  border-color: #ff6b6b;
}

.input::placeholder {
  color: #7e7e7e;
}

.suffix {
  pointer-events: none;
  color: #ffffdf;
  font-family: Chakra Petch;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.error {
  color: #ff6b6b;
  font-size: 12px;
}

.cta {
  cursor: pointer;
  -webkit-backdrop-filter: blur(14.9123px);
  backdrop-filter: blur(14.9123px);
  color: #ffffdf;
  background: linear-gradient(rgba(255, 185, 0, .5) 21.8%, rgba(255, 144, 0, .5) 120.8%);
  border: .745614px solid #ffb932;
  border-radius: 37.2807px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 195px;
  height: 52px;
  margin: 30px auto 0;
  padding: 11px 22px;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  box-shadow: inset 0 0 14.9123px #ffd232;
}

.cta:hover {
  filter: brightness(1.06);
}

.cta:active {
  transform: translateY(1px);
}

.cta:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.toast-overlay {
  z-index: 51;
  place-items: center;
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.toast {
  z-index: 52;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(rgba(0, 0, 0, .3) 0%, rgba(102, 102, 102, .3) 100%);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 24px;
  display: flex;
}

.fee-hint {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.fee-hint__qm {
  color: #f5a623;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #f5a623;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font: 700 12px / 1 sans-serif;
  display: inline-flex;
}

.fee-hint__pop {
  white-space: normal;
  overflow-wrap: anywhere;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
  min-width: 260px;
  max-width: 344px;
  transform: translateX(var(--shift-x, 0));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  color: #ffffdf;
  background: linear-gradient(rgba(0, 0, 0, .3) 0%, rgba(102, 102, 102, .3) 100%);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 24px;
  font-family: Chakra Petch;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  transition: opacity .15s, visibility .15s;
  display: flex;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
}

.fee-hint:hover .fee-hint__pop, .fee-hint:focus-within .fee-hint__pop, .fee-hint__pop.is-open {
  opacity: 1;
  visibility: visible;
}

.fee-hint.is-top .fee-hint__pop {
  top: auto;
  bottom: calc(100% + 8px);
}

.fee-hint.is-center .fee-hint__pop {
  transform: translateX(calc(-50% + var(--shift-x, 0)));
  left: 50%;
  right: auto;
}

.fee-hint.is-left .fee-hint__pop {
  left: auto;
  right: 0;
}

.fee-hint.is-right .fee-hint__pop {
  left: 0;
  right: auto;
}

.fee-hint.is-side-right .fee-hint__pop {
  transform: translateY(calc(-50% + var(--shift-y, 0)));
  top: 50%;
  left: calc(100% + 8px);
  right: auto;
}

.fee-hint.is-side-left .fee-hint__pop {
  transform: translateY(calc(-50% + var(--shift-y, 0)));
  top: 50%;
  left: auto;
  right: calc(100% + 8px);
}

.fee-hint.is-side-right.is-vtop .fee-hint__pop, .fee-hint.is-side-left.is-vtop .fee-hint__pop {
  transform: translateY(var(--shift-y, 0));
  top: 0;
}

.fee-hint.is-side-right.is-vbottom .fee-hint__pop, .fee-hint.is-side-left.is-vbottom .fee-hint__pop {
  transform: translateY(var(--shift-y, 0));
  top: auto;
  bottom: 0;
}

@media (max-width: 765px) {
  .fee-hint__pop {
    max-width: min(360px, 100vw - 40px);
  }
}

.toast-text {
  text-align: center;
  color: #ffffdf;
  align-items: center;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.toast-ok {
  -webkit-backdrop-filter: blur(14.9123px);
  backdrop-filter: blur(14.9123px);
  text-align: center;
  color: #ffffdf;
  background: linear-gradient(rgba(255, 185, 0, .5) 21.8%, rgba(255, 144, 0, .5) 120.8%);
  border: .745614px solid #ffb932;
  border-radius: 37.2807px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 86px;
  height: 38px;
  padding: 8px 22px;
  font-family: Chakra Petch;
  font-size: 11.9298px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  box-shadow: inset 0 0 14.9123px #ffd232;
}

.modal {
  z-index: 50;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, .2);
  place-items: center;
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-card {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: linear-gradient(rgba(0, 0, 0, .3) 0%, rgba(102, 102, 102, .3) 100%);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: calc(100% - 20px);
  max-width: 480px;
  padding: 24px;
  display: flex;
  position: absolute;
}

.modal-title {
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(#ffc94a 20.65%, #d77d00 73.91%);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  font-family: Quantico;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  display: flex;
}

.modal-sub {
  text-align: center;
  color: #ffffdf;
  align-items: center;
  font-family: Chakra Petch;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.note {
  background-color: #27282b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 10px 12px 10px 15px;
  display: flex;
}

.note-icon {
  justify-content: center;
  align-items: center;
  min-width: 20px;
  min-height: 20px;
  display: flex;
}

.note-text {
  color: #ffffdf;
  font-size: 13px;
  line-height: 20px;
}

.otp {
  justify-content: center;
  gap: 14px;
  margin: 12px 0 6px;
  font-weight: 400;
  display: flex;
}

.otp-input {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: center;
  color: #fff;
  background: rgba(23, 23, 23, .87);
  border: none;
  border-radius: 14px;
  outline: none;
  flex-direction: column;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  font-family: Chakra Petch;
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
  display: flex;
}

.otp-input:focus {
  border-color: #ffc84a;
  box-shadow: 0 0 0 2px rgba(255, 200, 74, .15);
}

.timer {
  text-align: center;
  color: #ffffdf;
  align-items: center;
  font-family: Chakra Petch;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.modal-actions {
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px 38px 0;
  display: flex;
}

.btn {
  -webkit-backdrop-filter: blur(14.9123px);
  backdrop-filter: blur(14.9123px);
  color: #ffffdf;
  cursor: pointer;
  background: linear-gradient(rgba(255, 185, 0, .5) 21.8%, rgba(255, 144, 0, .5) 120.8%);
  border: .745614px solid #ffb932;
  border-radius: 37.2807px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 38px;
  padding: 8px 22px;
  font-family: Chakra Petch;
  font-size: 11.9298px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  box-shadow: inset 0 0 14.9123px #ffd232;
}

.btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

@media (max-width: 440px) {
  .wrap {
    max-width: 100%;
  }

  .withdrawalTitle {
    margin-bottom: 14px;
  }

  .inputWrap {
    margin-top: 8px;
  }

  .inputWrap--note {
    margin-top: 14px;
  }

  .cta {
    margin: 14px auto;
  }

  .note-text {
    font-size: 10px;
    line-height: 16px;
  }

  .coin {
    border-radius: 6px;
    width: 24px;
    height: 24px;
  }

  .chev {
    width: 26px;
    height: 26px;
  }

  .suffix {
    font-size: 11px;
    right: 12px;
  }

  .toast {
    border-radius: 16px;
    width: calc(100% - 24px);
    padding: 18px 16px 20px;
  }

  .toast-ok {
    border-radius: 20px;
    min-width: 92px;
    height: 38px;
  }

  .modal-actions {
    padding: 20px 0 0;
  }

  .otp-input {
    width: 60px;
    height: 60px;
  }

  .modal-title {
    font-size: 26px;
    line-height: 28px;
  }

  .modal-sub {
    font-size: 13px;
    line-height: 17px;
  }
}

.link--withdrawal > svg > path {
  transition: fill .2s ease-out;
}

.link--withdrawal:hover > svg > path {
  fill: #ffffdf;
}

.recovery {
  margin-bottom: 156px;
}

@media (min-width: 1280px) {
  .recovery {
    margin-bottom: 0;
  }
}

.recovery__desc {
  margin-bottom: 24px;
}

@media (min-width: 720px) {
  .recovery__desc {
    margin-bottom: 32px;
  }
}

.recovery__list, .recovery__list-selected {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.recovery__list li, .recovery__list-selected li {
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss01" on, "salt" on, "ss08" on, "ss06" on, "ss03" on, "ss05" on, "ss04" on, "ss09" on, "clig" off, "liga" off;
  color: #9a9a9a;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background: #0d0d0d;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  padding: 8px 20px;
  font-family: Chakra Petch, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

@media (min-width: 720px) {
  .recovery__list li, .recovery__list-selected li {
    min-height: auto;
    font-size: 14px;
  }
}

.recovery__list {
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}

@media (min-width: 720px) {
  .recovery__list {
    margin-bottom: 32px;
  }
}

.recovery__back {
  justify-content: center;
}

.recovery__list-selected {
  background: var(--dark-grey-50, rgba(23, 23, 23, .5));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  align-items: flex-start;
  min-height: 120px;
  margin-bottom: 32px;
  padding: 16px 16px 16px 20px;
}

.recovery__list-selected li:after {
  content: "";
  background: url("/images/Close.svg") no-repeat;
  width: 16px;
  height: 16px;
}

.popup {
  z-index: 99;
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-head {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.popup-head--title {
  padding-right: 25px;
  font-size: 24px;
  line-height: 32px;
}

.popup-head--close {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.popup-head--close svg {
  width: 100%;
  height: 100%;
}

.popup-head--close svg path {
  stroke: #ffffdf;
}

.popup-content {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(23, 23, 23, .5);
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  padding: 32px;
  display: flex;
}

.popup-content.cropper-content {
  width: 100%;
  max-width: 500px;
}

.loading-page {
  justify-content: center;
  align-items: center;
  display: flex;
}

.loading-loader {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.loading-loader__image {
  max-width: 100px;
}

.loading-loader__box {
  border: 1px dolid red;
  width: 150px;
  height: 5px;
}

.progress-bar--infinite {
  transform-origin: 0;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  contain: paint;
  width: 100%;
  animation: 1.8s linear infinite arty-fill-loop;
  transform: scaleX(0);
}

@keyframes arty-fill-loop {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  5% {
    opacity: 1;
  }

  85% {
    opacity: 1;
    transform: scaleX(1);
  }

  90% {
    opacity: 0;
    transform: scaleX(1);
  }

  91% {
    opacity: 0;
    transform: scaleX(0);
  }

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

.progress-bar--paused {
  animation-play-state: paused;
}

/*# sourceMappingURL=_4bcc1003._.css.map*/