.-hidden,
.-display-none {
  display: none;
}
.-disable-transition {
  transition: none !important;
}
@media (min-width: 1501px) {
  .-l\:-visible,
  .-l-visible {
    display: none;
  }
}
@media (min-width: 1201px) {
  .-m\:-visible,
  .-m-visible {
    display: none;
  }
}
@media (min-width: 1001px) {
  .-s\:-visible,
  .-s-visible {
    display: none;
  }
}
@media (min-width: 751px) {
  .-xs\:-visible,
  .-xs-visible {
    display: none;
  }
}
@media (min-width: 501px) {
  .-xxs\:-visible,
  .-xxs-visible {
    display: none;
  }
}
@media (max-width: 1200px) {
  .-m\:-hidden,
  .-m-hidden {
    display: none;
  }
}
@media (max-width: 1000px) {
  .-s\:-hidden,
  .-s-hidden {
    display: none;
  }
}
@media (max-width: 750px) {
  .-xs\:-hidden,
  .-xs-hidden {
    display: none;
  }
}
@media (max-width: 500px) {
  .-xxs\:-hidden,
  .-xxs-hidden {
    display: none;
  }
}
.-text-center {
  text-align: center;
}
@media (max-width: 750px) {
  .-xs\:-text-center {
    text-align: center;
  }
}
.-align-left {
  text-align: left;
}
.-relative {
  position: relative;
}
.-opacity-40 {
  opacity: 0.4;
}
.-underline {
  text-decoration: underline;
}
:root:not(.device-touch) .-underline:hover,
:root:not(.device-touch) .-underline:active,
.-underline:active {
  text-decoration: underline;
}
.-font-bold {
  font-weight: 700;
}
.-nobr {
  white-space: nowrap;
}
.-currency-usd {
  font-size: 1.3em;
  line-height: 1;
}
.-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.-overflow-ellipsis_220 {
  max-width: 220px;
}
.-sticky-show {
  display: none;
}
.sticky .-sticky-hide {
  display: none;
}
.sticky .-sticky-show {
  display: inherit;
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
@media (max-width: 750px) {
  .-xs\:sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 1200px) {
  .-m\:sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
}
.-heartbeat-animation {
  animation: heartbeat 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.-font-normal {
  font-weight: normal;
}
.-text-red {
  color: #fa1e26;
}
.-border-red {
  border-color: #fa1e26;
}
.-flex {
  display: flex;
}
@media (max-width: 750px) {
  .-xs\:-flex {
    display: flex;
  }
}
.-inline-flex {
  display: inline-flex;
}
.-items-center {
  align-items: center;
}
@media (max-width: 750px) {
  .-xs\:-flex-column {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .-xxs\:-flex-column {
    flex-direction: column;
  }
}
.-flex-auto {
  flex: 1 0 auto;
}
@media (max-width: 750px) {
  .-xs\:-flex-auto {
    flex: 1 0 auto;
  }
}
.-justify-between {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .-xs\:-justify-between {
    justify-content: space-between;
  }
}
.mr-4 {
  margin-right: 1rem;
}
.ml-12 {
  margin-left: 3rem;
}
.-border-none {
  border: none;
}
.-text-red {
  color: #fa1e26;
}
.-text-md {
  font-size: 16px;
  line-height: 1.25;
}
.-text-sm {
  font-size: 14px;
  line-height: 1.428571428571429;
}
.-text-xs {
  font-size: 12px;
  line-height: ;
}
.-paragraph-gap-sm {
  margin-bottom: 2rem;
}
.-paragraph-gap-sm p {
  margin-bottom: 0.8rem;
}
.-rounded-m {
  border-radius: 10px;
}
.-bordered-box {
  border: 2px solid #ffc6c7;
}
.-cursor-wait {
  cursor: wait;
}
.self-stretch {
  align-self: stretch;
}

