*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.tw-container {
  width: 100%
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .tw-container {
    max-width: 1536px
  }
}

.tw-invisible {
  visibility: hidden !important
}

.tw-absolute {
  position: absolute !important
}

.tw-relative {
  position: relative !important
}

.tw-sticky {
  position: sticky !important
}

.tw-top-0 {
  top: 0px !important
}

.tw-m-0 {
  margin: 0px !important
}

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

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

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

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

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

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

.tw-mr-3 {
  margin-right: 0.75rem !important
}

.tw-ml-3 {
  margin-left: 0.75rem !important
}

.tw-mb-20 {
  margin-bottom: 5rem !important
}

.tw-mb-8 {
  margin-bottom: 2rem !important
}

.tw--ml-6 {
  margin-left: -1.5rem !important
}

.tw-ml-6 {
  margin-left: 1.5rem !important
}

.tw-mt-5 {
  margin-top: 1.25rem !important
}

.tw-mt-16 {
  margin-top: 4rem !important
}

.tw-mb-3 {
  margin-bottom: 0.75rem !important
}

.tw-mb-0 {
  margin-bottom: 0px !important
}

.tw-mt-8 {
  margin-top: 2rem !important
}

.tw-mt-0 {
  margin-top: 0px !important
}

.tw-mt-2 {
  margin-top: 0.5rem !important
}

.tw-mt-3 {
  margin-top: 0.75rem !important
}

.tw-mt-10 {
  margin-top: 2.5rem !important
}

.tw-mt-24 {
  margin-top: 6rem !important
}

.tw-mb-5 {
  margin-bottom: 1.25rem !important
}

.tw-mb-10 {
  margin-bottom: 2.5rem !important
}

.tw-mr-2 {
  margin-right: 0.5rem !important
}

.tw-mr-4 {
  margin-right: 1rem !important
}

.tw--ml-4 {
  margin-left: -1rem !important
}

.tw-mt-20 {
  margin-top: 5rem !important
}

.tw-mb-2 {
  margin-bottom: 0.5rem !important
}

.tw-mb-6 {
  margin-bottom: 1.5rem !important
}

.tw-mt-4 {
  margin-top: 1rem !important
}

.tw-block {
  display: block !important
}

.tw-inline-block {
  display: inline-block !important
}

.tw-flex {
  display: flex !important
}

.tw-inline-flex {
  display: inline-flex !important
}

.tw-grid {
  display: grid !important
}

.tw-hidden {
  display: none !important
}

.tw-h-8 {
  height: 2rem !important
}

.tw-h-36 {
  height: 9rem !important
}

.tw-h-52 {
  height: 13rem !important
}

.tw-h-5 {
  height: 1.25rem !important
}

.tw-h-full {
  height: 100% !important
}

.tw-h-4 {
  height: 1rem !important
}

.tw-h-3 {
  height: 0.75rem !important
}

.tw-w-11\/12 {
  width: 91.666667% !important
}

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

.tw-w-full {
  width: 100% !important
}

.tw-w-4 {
  width: 1rem !important
}

.tw-w-5 {
  width: 1.25rem !important
}

.tw-w-64 {
  width: 16rem !important
}

.tw-w-36 {
  width: 9rem !important
}

.tw-w-3 {
  width: 0.75rem !important
}

.tw-w-1 {
  width: 0.25rem !important
}

.tw-w-1\/2 {
  width: 50% !important
}

.tw-min-w-full {
  min-width: 100% !important
}

.tw-min-w-0 {
  min-width: 0px !important
}

.tw-max-w-full {
  max-width: 100% !important
}

.tw-flex-1 {
  flex: 1 1 0% !important
}

.tw-cursor-pointer {
  cursor: pointer !important
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}

.tw-flex-col {
  flex-direction: column !important
}

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

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

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

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

.tw-gap-2 {
  gap: 0.5rem !important
}

.tw-gap-6 {
  gap: 1.5rem !important
}

.tw-gap-y-3 {
  row-gap: 0.75rem !important
}

.tw-gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important
}

.tw-gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important
}

.tw-gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important
}

.tw-gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important
}

.tw-gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important
}

.tw-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.tw-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important
}

.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important
}

.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important
}

.tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important
}

.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
}

.tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important
}

.tw-divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
}

.tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity)) !important
}

.tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity)) !important
}

.tw-divide-ticker-divider > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(57, 82, 124, var(--tw-divide-opacity)) !important
}

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

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

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

.tw-whitespace-nowrap {
  white-space: nowrap !important
}

.tw-break-words {
  overflow-wrap: break-word !important
}

.tw-rounded-sm {
  border-radius: 0.125rem !important
}

.tw-border-0 {
  border-width: 0px !important
}

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

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

.tw-border-b {
  border-bottom-width: 1px !important
}

.tw-border-r-0 {
  border-right-width: 0px !important
}

.tw-border-b-2 {
  border-bottom-width: 2px !important
}

.tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important
}

.tw-border-brand-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(7, 39, 91, var(--tw-border-opacity)) !important
}

.tw-border-brand-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 149, 218, var(--tw-border-opacity)) !important
}

.tw-bg-transparent {
  background-color: transparent !important
}

.tw-bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important
}

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

.tw-bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important
}

.tw-bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important
}

.tw-bg-brand-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(7, 39, 91, var(--tw-bg-opacity)) !important
}

.tw-bg-ticker-divider {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(57, 82, 124, var(--tw-bg-opacity)) !important
}

.tw-bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important
}

.tw-bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important
}

.tw-bg-cover {
  background-size: cover !important
}

.tw-bg-center {
  background-position: center !important
}

.tw-stroke-current {
  stroke: currentColor !important
}

.tw-stroke-1 {
  stroke-width: 1 !important
}

.tw-p-3 {
  padding: 0.75rem !important
}

.tw-p-5 {
  padding: 1.25rem !important
}

.tw-p-2 {
  padding: 0.5rem !important
}

.tw-p-4 {
  padding: 1rem !important
}

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

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

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

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

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

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

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

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

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

.tw-pb-12 {
  padding-bottom: 3rem !important
}

.tw-pt-16 {
  padding-top: 4rem !important
}

.tw-pr-1 {
  padding-right: 0.25rem !important
}

.tw-pr-5 {
  padding-right: 1.25rem !important
}

.tw-pr-24 {
  padding-right: 6rem !important
}

.tw-pr-6 {
  padding-right: 1.5rem !important
}

.tw-pl-2 {
  padding-left: 0.5rem !important
}

.tw-text-left {
  text-align: left !important
}

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

.tw-text-right {
  text-align: right !important
}

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

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

.tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important
}

.tw-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important
}

.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important
}

.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important
}

.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important
}

.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important
}

.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important
}

.tw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important
}

.tw-font-medium {
  font-weight: 500 !important
}

.tw-font-bold {
  font-weight: 700 !important
}

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

.tw-tracking-wider {
  letter-spacing: 0.05em !important
}

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

.tw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity)) !important
}

.tw-text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important
}

.tw-text-brand-error {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 0, 0, var(--tw-text-opacity)) !important
}

.tw-text-brand-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(7, 39, 91, var(--tw-text-opacity)) !important
}

.tw-text-brand-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 149, 218, var(--tw-text-opacity)) !important
}

.tw-text-ticker-green {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 203, 13, var(--tw-text-opacity)) !important
}

.tw-text-ticker-red {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 0, 0, var(--tw-text-opacity)) !important
}

.tw-text-ticker-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 125, 189, var(--tw-text-opacity)) !important
}

.tw-text-movement-up {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 155, 71, var(--tw-text-opacity)) !important
}

.tw-text-movement-down {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 42, 37, var(--tw-text-opacity)) !important
}

.tw-text-movement-none {
  --tw-text-opacity: 1 !important;
  color: rgba(7, 39, 91, var(--tw-text-opacity)) !important
}

.tw-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity)) !important
}

.tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important
}

.tw-text-opacity-60 {
  --tw-text-opacity: 0.6 !important
}

.tw-text-opacity-80 {
  --tw-text-opacity: 0.8 !important
}

.hover\:tw-cursor-pointer:hover {
  cursor: pointer !important
}

.hover\:tw-bg-brand-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 149, 218, var(--tw-bg-opacity)) !important
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important
}

@media (min-width: 640px) {
  .sm\:tw--ml-8 {
    margin-left: -2rem !important
  }

  .sm\:tw-h-14 {
    height: 3.5rem !important
  }

  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .sm\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important
  }

  .sm\:tw-leading-5 {
    line-height: 1.25rem !important
  }
}

@media (min-width: 768px) {
  .md\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .md\:tw-w-1\/2 {
    width: 50% !important
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .md\:tw-flex-row {
    flex-direction: row !important
  }

  .md\:tw-items-center {
    align-items: center !important
  }

  .md\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .md\:tw-p-4 {
    padding: 1rem !important
  }
}

@media (min-width: 1024px) {
  .lg\:tw-mr-10 {
    margin-right: 2.5rem !important
  }

  .lg\:tw-mt-0 {
    margin-top: 0px !important
  }

  .lg\:tw-ml-10 {
    margin-left: 2.5rem !important
  }

  .lg\:tw-flex {
    display: flex !important
  }

  .lg\:tw-hidden {
    display: none !important
  }

  .lg\:tw-h-52 {
    height: 13rem !important
  }

  .lg\:tw-w-1\/2 {
    width: 50% !important
  }

  .lg\:tw-w-5\/6 {
    width: 83.333333% !important
  }

  .lg\:tw-w-1\/6 {
    width: 16.666667% !important
  }

  .lg\:tw-max-w-screen-md {
    max-width: 768px !important
  }

  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .lg\:tw-gap-y-0 {
    row-gap: 0px !important
  }

  .lg\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .lg\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important
  }
}

@media (min-width: 1280px) {
  .xl\:tw-w-4\/5 {
    width: 80% !important
  }

  .xl\:tw-w-1\/5 {
    width: 20% !important
  }

  .xl\:tw-max-w-none {
    max-width: none !important
  }

  .xl\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important
  }
}