html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Jost";
  src: url("./fonts/Jost-Bold.ttf");
  src: url("./fonts/Jost-Bold.ttf?#iefix") format("embedded-opentype"), url("../fonts/Jost-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Jost";
  src: url("./fonts/Jost-Regular.ttf");
  src: url("./fonts/Jost-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/Jost-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: Calibri, "Trebuchet MS", sans-serif;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  line-height: 1.5;
  color: #495873;
  background: #F8F8F8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #ffffff;
}
body::-webkit-scrollbar-thumb {
  background-color: #8A8A8E;
  border-radius: 20px;
}

a {
  color: #121212;
}

*::selection,
*::-moz-selection,
*::-webkit-selection {
  background: #FF9500;
  color: #EFF2F5;
}

.first-visit-greeting {
  position: fixed;
  inset: 0;
  z-index: 3000;
  pointer-events: none;
  animation: firstVisitFadeIn 180ms ease-out both;
}
.first-visit-greeting--closing {
  animation: firstVisitFadeOut 180ms ease-in both;
}
.first-visit-greeting__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 22, 38, 0.78);
  pointer-events: auto;
}
.first-visit-greeting__panel {
  position: absolute;
  right: clamp(16px, 5vw, 72px);
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0;
  pointer-events: auto;
  z-index: 2;
}
.first-visit-greeting__bubble {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 18px;
  width: min(600px, 100vw - 170px);
  min-height: 188px;
  padding: 50px 70px 44px 54px;
  overflow: visible;
  isolation: isolate;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(12, 16, 26, 0.12);
  transform: translate(30px, -108px);
  z-index: 1;
}
.first-visit-greeting__bubble > * {
  position: relative;
  z-index: 1;
}
.first-visit-greeting__icon {
  width: 48px;
  height: 48px;
}
.first-visit-greeting__copy {
  min-width: 0;
}
.first-visit-greeting__title {
  margin-bottom: 2px;
  color: #121212;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}
.first-visit-greeting__text {
  color: #495873;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  white-space: pre-line;
}
.first-visit-greeting__action {
  min-width: 118px;
  height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 100px;
  color: #ffffff;
  background: #FF9500;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-33px);
  transition: transform 160ms ease, background 160ms ease;
}
.first-visit-greeting__action:hover, .first-visit-greeting__action:focus-visible {
  background: #ff7a00;
  transform: translateX(-33px);
}
.first-visit-greeting__robot {
  width: clamp(120px, 16vw, 190px);
  height: auto;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 2;
}

.first-visit-greeting-active {
  overflow: hidden;
}

.first-visit-greeting--compact .first-visit-greeting__backdrop {
  background: transparent;
}

.first-visit-greeting--guide-open .first-visit-greeting__backdrop {
  pointer-events: none;
}
.first-visit-greeting--guide-open .first-visit-greeting__bubble, .first-visit-greeting--compact .first-visit-greeting__bubble {
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 0;
  width: 432px;
  max-width: 432px;
  min-height: 98px;
  padding: 6px 22px 6px 18px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(12, 16, 26, 0.12);
  transform: translate(-20px, -82px);
}
.first-visit-greeting--guide-open .first-visit-greeting__icon, .first-visit-greeting--compact .first-visit-greeting__icon {
  width: 30px;
  height: 30px;
  align-self: center;
  margin-top: 0;
}
.first-visit-greeting--guide-open .first-visit-greeting__copy, .first-visit-greeting--compact .first-visit-greeting__copy {
  align-self: center;
  width: 250px;
  max-width: 250px;
  transform: translateX(0);
}
.first-visit-greeting--guide-open .first-visit-greeting__title, .first-visit-greeting--compact .first-visit-greeting__title {
  font-size: 13px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 2px;
  line-height: 1.15;
  white-space: normal;
}
.first-visit-greeting--guide-open .first-visit-greeting__text, .first-visit-greeting--compact .first-visit-greeting__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.16;
  white-space: pre-line;
  color: #495873;
}
.first-visit-greeting--guide-open .first-visit-greeting__action, .first-visit-greeting--compact .first-visit-greeting__action {
  grid-column: auto;
  justify-self: start;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  width: 104px;
  min-width: 104px;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  transform: translateX(0);
}
.first-visit-greeting--guide-open .first-visit-greeting__action:hover, .first-visit-greeting--guide-open .first-visit-greeting__action:focus-visible, .first-visit-greeting--compact .first-visit-greeting__action:hover, .first-visit-greeting--compact .first-visit-greeting__action:focus-visible {
  transform: translateX(0);
}
.first-visit-greeting--guide-open .first-visit-greeting__robot, .first-visit-greeting--compact .first-visit-greeting__robot {
  width: 190px;
}

@media (min-width: 640px) and (max-height: 520px) {
  .first-visit-greeting--guide-open .first-visit-greeting__bubble, .first-visit-greeting--compact .first-visit-greeting__bubble {
    transform: translate(-20px, -40px);
  }
}
.arbitrage-instruction-launcher {
  position: fixed;
  right: clamp(16px, 5vw, 72px);
  bottom: 0;
  z-index: 2500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 36px;
  padding: 0 10px;
  border: 0;
  color: #ffffff;
  background: url("../assets/rectangle.svg") center/252px 36px no-repeat;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  transition: filter 160ms ease;
}
.arbitrage-instruction-launcher:hover, .arbitrage-instruction-launcher:focus-visible {
  filter: brightness(1.04);
}
.arbitrage-instruction-launcher__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 20px;
}

.arbitrage-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 3100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-family: Calibri, Arial, sans-serif;
  animation: firstVisitFadeIn 180ms ease-out both;
}
.arbitrage-guide-modal--closing {
  animation: firstVisitFadeOut 180ms ease-in both;
}
.arbitrage-guide-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 22, 38, 0.78);
}
.first-visit-greeting--guide-open + .arbitrage-guide-modal .arbitrage-guide-modal__backdrop {
  background: transparent;
}

.arbitrage-guide-modal__steps {
  display: block !important;
  grid-template-columns: none !important;
}

.arbitrage-guide-modal__steps li {
  display: block;
  width: 100%;
}

.arbitrage-guide-modal__dialog {
  box-shadow: none !important;
}
.arbitrage-guide-modal__dialog {
  position: relative;
  width: min(920px, 100vw - 32px);
  max-height: calc(100vh - 72px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 14px 22px 16px;
  border: 2px solid #0b7edb;
  border-radius: 10px;
  background: #ffffff;
  color: #53627f;
  transform: translateY(-99px);
}
.arbitrage-guide-modal__close {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #53627f;
  font-size: 32px;
  line-height: 24px;
  cursor: pointer;
}
.arbitrage-guide-modal__title {
  margin: 0 38px 5px;
  color: #4c5d7a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
.arbitrage-guide-modal__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 36%);
  gap: 18px;
  align-items: start;
}
.arbitrage-guide-modal__summary h3 {
  margin: 0 0 5px;
  color: #4c5d7a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}
.arbitrage-guide-modal__summary p {
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.22;
}
.arbitrage-guide-modal__diagram {
  width: 100%;
  max-height: 170px;
  height: auto;
  margin-top: 2px;
  display: block;
  object-fit: contain;
}
.arbitrage-guide-modal__lead, .arbitrage-guide-modal__steps-title, .arbitrage-guide-modal__complete, .arbitrage-guide-modal__continue {
  color: #4c5d7a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}
.arbitrage-guide-modal__lead {
  margin: 5px 0;
}
.arbitrage-guide-modal__steps-title {
  margin: 0 0 5px;
  font-size: 18px;
}
.arbitrage-guide-modal__steps {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: arbitrage-step;
}
.arbitrage-guide-modal__steps li {
  position: relative;
  counter-increment: arbitrage-step;
  min-height: 18px;
  margin-bottom: 15px;
  padding-left: 22px;
  color: #53627f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.22;
}
.arbitrage-guide-modal__steps li::before {
  content: counter(arbitrage-step) ".";
  position: absolute;
  left: 0;
  top: -1px;
  color: #53627f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.arbitrage-guide-modal__done {
  display: block;
  margin: 2px auto 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4c5d7a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.arbitrage-guide-modal__complete {
  margin: 0 0 10px;
}
.arbitrage-guide-modal__continue {
  margin: 0;
}

@keyframes firstVisitFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes firstVisitFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 639px) {
  .first-visit-greeting__panel {
    right: 8px;
    bottom: 0;
    gap: 0;
  }
  .first-visit-greeting__bubble {
    grid-template-columns: 30px minmax(0, 1fr);
    width: min(306px, calc(100vw - 104px));
    min-height: 178px;
    align-items: start;
    column-gap: 10px;
    row-gap: 10px;
    padding: 24px 24px 34px 16px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(12, 16, 26, 0.16);
    transform: translate(30px, -18px);
  }
  .first-visit-greeting__bubble::after {
    right: 24px;
    bottom: -10px;
    width: 24px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0, 40% 100%);
    filter: drop-shadow(0 8px 12px rgba(12, 16, 26, 0.12));
    transform: rotate(16deg);
  }
  .first-visit-greeting__icon {
    width: 30px;
    height: 30px;
    transform: none;
  }
  .first-visit-greeting__copy {
    transform: none;
  }
  .first-visit-greeting__title {
    font-size: 12px;
  }
  .first-visit-greeting__text {
    font-size: 12px;
    line-height: 1.05;
  }
  .first-visit-greeting__action {
    grid-column: 2;
    justify-self: end;
    margin-top: 2px;
    margin-left: 0;
    transform: none;
    height: 26px;
    min-width: 56px;
    padding: 0 12px;
    font-size: 11px;
  }
  .first-visit-greeting__action:hover, .first-visit-greeting__action:focus-visible {
    transform: translateY(-1px);
  }
  .first-visit-greeting__robot {
    align-self: flex-end;
    width: 84px;
  }
  .first-visit-greeting--guide-open .first-visit-greeting__bubble, .first-visit-greeting--compact .first-visit-greeting__bubble {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    width: auto;
    max-width: min(352px, 100vw - 8px);
    min-height: 86px;
    align-items: center;
    column-gap: 8px;
    row-gap: 0;
    padding: 2px 16px 8px 10px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(12, 16, 26, 0.16);
    transform: translate(-66px, -18px);
  }
  .first-visit-greeting--guide-open .first-visit-greeting__icon, .first-visit-greeting--compact .first-visit-greeting__icon {
    width: 30px;
    height: 30px;
    align-self: center;
    margin-top: 0;
    transform: none;
  }
  .first-visit-greeting--guide-open .first-visit-greeting__copy, .first-visit-greeting--compact .first-visit-greeting__copy {
    max-width: 220px;
    transform: none;
  }
  .first-visit-greeting--guide-open .first-visit-greeting__title, .first-visit-greeting--compact .first-visit-greeting__title {
    font-size: 14px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 0;
    line-height: 1.12;
    white-space: pre-line;
  }
  .first-visit-greeting--guide-open .first-visit-greeting__text, .first-visit-greeting--compact .first-visit-greeting__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.12;
    white-space: pre-line;
    color: #495873;
  }
  .first-visit-greeting--guide-open .first-visit-greeting__action, .first-visit-greeting--compact .first-visit-greeting__action {
    grid-column: auto;
    justify-self: start;
    margin-top: 0;
    margin-left: 0;
    width: 104px;
    height: 36px;
    min-width: 104px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: Calibri, "Trebuchet MS", sans-serif;
    transform: none;
  }
  .first-visit-greeting--guide-open .first-visit-greeting__action:hover, .first-visit-greeting--guide-open .first-visit-greeting__action:focus-visible, .first-visit-greeting--compact .first-visit-greeting__action:hover, .first-visit-greeting--compact .first-visit-greeting__action:focus-visible {
    transform: none;
  }
  .arbitrage-instruction-launcher {
    right: 8px;
  }
  .arbitrage-guide-modal {
    align-items: flex-start;
    padding: 8px;
    pointer-events: auto;
  }
  .arbitrage-guide-modal__dialog {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 150px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    padding: 22px 18px 20px;
    border-radius: 8px;
    transform: none;
    scrollbar-width: thin;
    scrollbar-color: #0b101a rgba(10, 16, 26, 0.12);
  }
  .arbitrage-guide-modal__dialog::-webkit-scrollbar {
    width: 10px;
  }
  .arbitrage-guide-modal__dialog::-webkit-scrollbar-track {
    background: rgba(10, 16, 26, 0.08);
    border-radius: 999px;
  }
  .arbitrage-guide-modal__dialog::-webkit-scrollbar-thumb {
    background: #0b101a;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.95);
  }
  .arbitrage-guide-modal__close {
    top: 10px;
    right: 12px;
  }
  .arbitrage-guide-modal__title {
    margin: 0 32px 18px;
    font-size: 21px;
  }
  .arbitrage-guide-modal__intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .arbitrage-guide-modal__summary h3 {
    font-size: 17px;
  }
  .arbitrage-guide-modal__summary p {
    font-size: 14px;
  }
  .arbitrage-guide-modal__lead, .arbitrage-guide-modal__steps-title, .arbitrage-guide-modal__complete, .arbitrage-guide-modal__continue, .arbitrage-guide-modal__done {
    font-size: 17px;
  }
  .arbitrage-guide-modal__steps li {
    display: block;
    padding-left: 28px;
    font-size: 13px;
  }
  .arbitrage-guide-modal__steps li::before {
    font-size: 18px;
  }
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1150px;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .container {
    width: 960px;
    padding: 0 20px;
  }
}
@media (max-width: 959px) {
  .container {
    width: 720px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 640px;
  }
}
@media (max-width: 639px) {
  .container {
    width: 480px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 95%;
    max-width: 380px;
    border-radius: 24px;
  }
}
.header .container .up {
  background: #0b101a;
  border-radius: 100px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.header .container .up .left {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.header .container .up .left .ticker {
  width: 100%;
  overflow: hidden;
}
.header .container .up .left .ticker .ticker__track {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  width: max-content;
  animation: tickerMove 20s linear infinite;
}
.header .container .up .left .ticker .ticker__track .ticker__item {
  flex: 0 0 auto;
  padding: 15px 20px;
  color: #ffffff;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
}
.header .container .up .left .ticker .ticker__track .ticker__item .runName {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 1279px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runName {
    font-size: 14px;
  }
}
@media (max-width: 959px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runName {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runName {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runName {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runName {
    font-size: 12px;
  }
}
.header .container .up .left .ticker .ticker__track .ticker__item .runPrice {
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
}
@media (max-width: 1279px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runPrice {
    font-size: 14px;
  }
}
@media (max-width: 959px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runPrice {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runPrice {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runPrice {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runPrice {
    font-size: 12px;
  }
}
.header .container .up .left .ticker .ticker__track .ticker__item .runChange {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 12px;
}
@media (max-width: 639px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runChange {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .header .container .up .left .ticker .ticker__track .ticker__item .runChange {
    font-size: 12px;
  }
}
.header .container .up .left .ticker .ticker__track .ticker__item .runChange::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.header .container .up .left .ticker .ticker__track .ticker__item .runUp {
  color: #1dd1a1;
}
.header .container .up .left .ticker .ticker__track .ticker__item .runUp::before {
  border-bottom: 7px solid #1dd1a1;
}
.header .container .up .left .ticker .ticker__track .ticker__item .runDown {
  color: #ff5c5c;
}
.header .container .up .left .ticker .ticker__track .ticker__item .runDown::before {
  border-top: 7px solid #ff5c5c;
}
@keyframes tickerMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes visitors-online-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(35, 209, 13, 0.4);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 6px rgba(35, 209, 13, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(35, 209, 13, 0);
  }
}
.header .container .up .right {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-left: 20px;
}
.header .container .up .right .visitors-online {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.header .container .up .right .visitors-online .visitors-online__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #23d10d;
  box-shadow: 0 0 0 0 rgba(35, 209, 13, 0.4);
  flex-shrink: 0;
  animation: visitors-online-pulse 1.8s ease-out infinite;
}
.header .container .up .right .visitors-online .visitors-online__count {
  font-size: inherit;
  font-weight: inherit;
}
.header .container .up .right .lang {
  position: relative;
}
.header .container .up .right .lang .lang__current {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  cursor: pointer;
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  transition: 0.3s;
  position: relative;
}
.header .container .up .right .lang .lang__current::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 10px;
  background-image: url("../assets/img/figurewhite.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
}
.header .container .up .right .lang .lang__current img {
  width: 18px;
  height: 18px;
}
.header .container .up .right .lang .lang__dropdown {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  border-radius: 8px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  min-width: 90px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  z-index: 99;
}
.header .container .up .right .lang .lang__dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: 0.2s;
}
.header .container .up .right .lang .lang__dropdown li a:hover {
  background: #EFF2F5;
}
.header .container .up .right .lang .lang__dropdown li a img {
  width: 18px;
  height: 18px;
}
.header .container .up .right .lang:hover .lang__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .container .up .right .theme-toggle {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.header .container .up .right .theme-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}
.header .container .up .right .theme-toggle:focus-visible {
  outline: 2px solid #FF9500;
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .header .container .up {
    padding: 0 16px;
  }
  .header .container .up .left {
    display: none;
  }
  .header .container .up .right {
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
    gap: 10px;
  }
  .header .container .up .right .visitors-online {
    font-size: 14px;
    gap: 8px;
  }
  .header .container .up .right .visitors-online .visitors-online__dot {
    width: 7px;
    height: 7px;
  }
  .header .container .up .right .visitors-online .visitors-online__count {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .header .container .up .right .visitors-online .visitors-online__suffix {
    display: none;
  }
}
.header .container .down {
  margin-top: 10px;
}
.header .container .down #open-menu-btn {
  padding: 10px;
  background: none;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
}
@media (max-width: 959px) {
  .header .container .down #open-menu-btn {
    display: block;
  }
}
@media (max-width: 479px) {
  .header .container .down #open-menu-btn {
    display: block;
  }
}
.header .container .down .mobHeader {
  display: none;
}
@media (max-width: 959px) {
  .header .container .down .mobHeader {
    display: flex;
  }
}
@media (max-width: 479px) {
  .header .container .down .mobHeader {
    display: flex;
  }
}
.header .container .down .mobHeader {
  justify-content: space-between;
  align-items: center;
}
.header .container .down .mobHeader a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  gap: 8px;
}
.header .container .down .mobHeader a img {
  display: none;
  width: 27px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 959px) {
  .header .container .down .mobHeader a img {
    display: flex;
  }
}
@media (max-width: 479px) {
  .header .container .down .mobHeader a img {
    display: flex;
  }
}
.header .container .down .mobHeader a span {
  display: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #FF9500;
  white-space: nowrap;
}
@media (max-width: 959px) {
  .header .container .down .mobHeader a span {
    display: block;
  }
}
@media (max-width: 479px) {
  .header .container .down .mobHeader a span {
    display: block;
  }
}
.header .container .down .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.header .container .down .modal.open {
  display: flex;
}
.header .container .down .modal .modal-content {
  background: white;
  width: 90%;
  max-width: 380px;
  border-radius: 20px;
  padding: 30px 0 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
}
.header .container .down .modal .modal-content .close {
  position: absolute;
  top: -4px;
  right: 25px;
  cursor: pointer;
  padding: 10px;
}
.header .container .down .modal .modal-content .vertical-menu {
  display: flex;
  flex-direction: column;
}
.header .container .down .modal .modal-content .vertical-menu .menu-item {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header .container .down .modal .modal-content .vertical-menu .menu-item:hover {
  background: #FF9500;
  color: white;
  padding-left: 25px;
}
.header .container .down .modal .modal-content .vertical-menu .menu-item.active {
  background: #FF9500;
  color: white;
}
.header .container .down .menu {
  background: white;
  padding: 10px 20px;
  border-radius: 50px;
}
@media (max-width: 959px) {
  .header .container .down .menu {
    display: none;
  }
}
@media (max-width: 479px) {
  .header .container .down .menu {
    display: none;
  }
}
.header .container .down .menu .menu__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  column-gap: 2px;
}
.header .container .down .menu .menu__list li {
  min-width: 0;
  text-align: center;
}
.header .container .down .menu .menu__list li a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #495873;
  padding: 10px 14px;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .header .container .down .menu .menu__list li a {
    font-size: 15px;
  }
}
@media (max-width: 959px) {
  .header .container .down .menu .menu__list li a {
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .header .container .down .menu .menu__list li a {
    padding: 10px 8px;
  }
}
.header .container .down .menu .menu__list li a:hover {
  color: #ffffff;
  background: #FF9500;
  padding: 10px 14px;
  border-radius: 50px;
}
@media (max-width: 959px) {
  .header .container .down .menu .menu__list li a:hover {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .header .container .down .menu .menu__list li a:hover {
    padding: 10px 8px;
  }
}
.header .container .down .menu .menu__list li a.active {
  color: #ffffff;
  background: #FF9500;
  border-radius: 50px;
}
.header .container .down .menu .menu__list .menu__logo {
  grid-column: 4;
  width: 176px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin: 0 12px;
}
@media (max-width: 959px) {
  .header .container .down .menu .menu__list .menu__logo {
    margin: 0 8px;
  }
}
.header .container .down .menu .menu__list .menu__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
}
.header .container .down .menu .menu__list .menu__logo a span {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #FF9500;
  white-space: nowrap;
}
.header .container .down .menu .menu__list .menu__logo img {
  width: 27px;
  height: 30px;
  display: block;
}
.header .container .down .menu .menu__list .menu__logo a:hover {
  background: none;
}

.main {
  margin-top: 10px;
}
.main .coin-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.main .coin-nav .tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  gap: 10px;
}
@media (max-width: 959px) {
  .main .coin-nav .tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 479px) {
  .main .coin-nav .tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.main .coin-nav .tabs .tab-btn {
  border: none;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #495873;
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: 0 5px 14px rgba(18, 18, 18, 0.04);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
@media (max-width: 1279px) {
  .main .coin-nav .tabs .tab-btn {
    font-size: 14px;
  }
}
@media (max-width: 959px) {
  .main .coin-nav .tabs .tab-btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main .coin-nav .tabs .tab-btn {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .main .coin-nav .tabs .tab-btn {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .main .coin-nav .tabs .tab-btn {
    font-size: 13px;
    padding: 10px 14px;
    min-height: 44px;
  }
}
.main .coin-nav .tabs .tab-btn:hover {
  color: #FF9500;
  box-shadow: 0 8px 18px rgba(18, 18, 18, 0.08);
  transform: translateY(-1px);
}
.main .coin-nav .tabs .tab-btn.active {
  background: #FF9500;
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(255, 144, 0, 0.28);
}
.main .middle {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  gap: 16px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .main .middle {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 959px) {
  .main .middle {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main .middle {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .main .middle {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .main .middle {
    margin-bottom: 20px;
  }
}
.main .middle .middleLeft {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin-right: 0;
  background: transparent;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
@media (max-width: 1279px) {
  .main .middle .middleLeft {
    flex: 1 1 0;
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .main .middle .middleLeft {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .main .middle .middleLeft {
    margin-bottom: 16px;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .main .middle .middleLeft {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft {
    margin-right: 0;
  }
}
.main .middle .middleLeft .tabs {
  display: flex;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  margin-top: 14px;
}
.main .middle .middleLeft .tabs .tab-btn {
  border: none;
  background: none;
  padding: 10px 20px;
  margin-right: 30px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .main .middle .middleLeft .tabs .tab-btn {
    font-size: 14px;
  }
}
@media (max-width: 959px) {
  .main .middle .middleLeft .tabs .tab-btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main .middle .middleLeft .tabs .tab-btn {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft .tabs .tab-btn {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft .tabs .tab-btn {
    font-size: 14px;
    margin-right: 10px;
  }
}
.main .middle .middleLeft .tabs .tab-btn:hover {
  color: #FF9500;
}
.main .middle .middleLeft .tabs .tab-btn.active {
  background: #FF9500;
  color: #ffffff;
}
.main .middle .middleLeft .tabs .tab-btn:last-child {
  margin-right: 0;
}
.main .middle .middleLeft .tab-content {
  display: none;
  flex-direction: column;
  background: transparent;
  border-radius: 0;
  margin-top: 0;
  flex: 1 1 auto;
  min-height: 0;
  gap: 16px;
}
.main .middle .middleLeft .tab-content.active {
  display: flex;
  flex: 1 1 auto;
}
.main .middle .middleLeft .tab-content .chartPanel {
  background: #ffffff;
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 34px rgba(12, 16, 26, 0.08);
  overflow: hidden;
}
@media (max-width: 479px) {
  .main .middle .middleLeft .tab-content .chartPanel {
    padding: 16px;
  }
}
.main .middle .middleLeft .tab-content .coin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  gap: 12px;
}
@media (max-width: 767px) {
  .main .middle .middleLeft .tab-content .coin-header {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.main .middle .middleLeft .tab-content .coin-header .coin-icon {
  display: flex;
  align-items: center;
  align-self: center;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}
.main .middle .middleLeft .tab-content .coin-header .coin-icon h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
  .main .middle .middleLeft .tab-content .coin-header .coin-icon h2 {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .main .middle .middleLeft .tab-content .coin-header .coin-icon h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main .middle .middleLeft .tab-content .coin-header .coin-icon h2 {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft .tab-content .coin-header .coin-icon h2 {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft .tab-content .coin-header .coin-icon h2 {
    font-size: 16px;
  }
}
.main .middle .middleLeft .tab-content .coin-header .coin-info {
  display: flex;
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
  min-width: 0;
}
.main .middle .middleLeft .tab-content .coin-header .chart-monitoring-copy {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
  color: #7f8fa8;
  text-align: right;
  transform: translateY(1px);
}
@media (max-width: 1279px) {
  .main .middle .middleLeft .tab-content .coin-header .chart-monitoring-copy {
    font-size: 12px;
  }
}
@media (max-width: 959px) {
  .main .middle .middleLeft .tab-content .coin-header .chart-monitoring-copy {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main .middle .middleLeft .tab-content .coin-header .chart-monitoring-copy {
    font-size: 14px;
    white-space: normal;
    text-align: left;
    transform: none;
  }
}
.main .middle .middleLeft .tab-content .chart-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ffffff;
  border-radius: 22px;
  margin-top: 14px;
}
.main .middle .middleLeft .tab-content .chart-section {
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.main .middle .middleLeft .tab-content .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.main .middle .middleLeft .tab-content .chart-header .chart-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}
.main .middle .middleLeft .tab-content .chart-subtitle {
  font-size: 12px;
  color: #93a5bf;
  letter-spacing: 0.3px;
}
.main .middle .middleLeft .tab-content .chart-canvas-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  clip-path: inset(0 round 22px);
  width: 100%;
  aspect-ratio: auto;
  flex: 1 1 auto;
  min-height: 312px;
  height: 392px;
  max-height: none;
  contain: layout paint;
}
@media (max-width: 767px) {
  .main .middle .middleLeft .tab-content .chart-canvas-wrap {
    min-height: 240px;
    height: 300px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft .tab-content .chart-canvas-wrap {
    min-height: 220px;
    height: 280px;
  }
}
.main .middle .middleLeft .tab-content .chart-canvas-wrap canvas {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.main .middle .middleLeft .tab-content .chart-hover-overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.main .middle .middleLeft .tab-content .chart-hover-line {
  position: absolute;
  width: 1px;
  background: rgba(74, 158, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(12, 20, 34, 0.18);
}
.main .middle .middleLeft .tab-content .chart-hover-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 50%;
  background: #4a9eff;
  border: 2px solid #fff;
  box-shadow: 0 0 0 4px rgba(74, 158, 255, 0.12), 0 8px 24px rgba(12, 20, 34, 0.18);
}
.main .middle .middleLeft .tab-content .chart-hover-tooltip {
  position: absolute;
  min-width: 148px;
  max-width: calc(100% - 24px);
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(13, 20, 34, 0.92);
  border: 1px solid rgba(74, 158, 255, 0.2);
  color: #fff;
  box-shadow: 0 16px 32px rgba(8, 12, 20, 0.28);
  transform: translate(-50%, -100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  white-space: nowrap;
}
.main .middle .middleLeft .tab-content .chart-hover-tooltip__time {
  font-size: 11px;
  color: #bfd0e6;
  letter-spacing: 0.2px;
}
.main .middle .middleLeft .tab-content .chart-hover-tooltip__price {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPlacesCard {
  background: #1d2435;
  border-radius: 22px;
  padding: 18px 18px 20px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 34px rgba(12, 16, 26, 0.12);
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPlacesHeader {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPlacesHeader h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  color: #ffffff;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPlacesHeader p {
  margin: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPlacesGrid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 276px) minmax(0, 1fr);
  gap: 18px;
}
@media (max-width: 1359px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPlacesGrid {
    grid-template-columns: minmax(0, 244px) minmax(0, 1fr);
  }
}
@media (max-width: 1279px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPlacesGrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPlacesGrid {
    grid-template-columns: 1fr;
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlight {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightCard {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightLabel {
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightBody {
  margin-top: 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}
@media (max-width: 479px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightBody {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightInfo {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightInfo strong {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightInfo strong {
    font-size: 18px;
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightInfo .bestBuyFeaturedExchange {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightInfo .bestBuyFeaturedExchange {
    font-size: 18px;
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightInfo span {
  font-size: 15px;
  line-height: 1.1;
  color: #32BB16;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightInfo span {
    font-size: 13px;
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightPrice {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ff9f18;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 479px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHighlightPrice {
    justify-self: end;
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyCopy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyCopy p {
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 1439px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1fr) minmax(96px, auto);
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1fr) minmax(88px, auto);
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyList {
  min-width: 0;
  overflow: hidden;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHead,
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyRow {
  display: grid;
  grid-template-columns: 34px minmax(0, 1.6fr) minmax(88px, 1fr) minmax(72px, auto);
  gap: 10px;
  align-items: center;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHead {
  padding: 4px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1359px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1.5fr) minmax(84px, auto) minmax(88px, auto);
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1.8fr) minmax(96px, auto) minmax(96px, auto);
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1fr) minmax(88px, auto);
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyRow {
  min-height: 52px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1199px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyRow {
    grid-template-columns: 28px minmax(0, 1.8fr) minmax(96px, auto) minmax(96px, auto);
  }
}
@media (max-width: 1439px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyRow {
    grid-template-columns: 28px minmax(0, 1fr) minmax(96px, auto);
    gap: 8px;
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyRow {
    grid-template-columns: 28px minmax(0, 1fr) minmax(88px, auto);
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyRow:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyCell {
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyHead .bestBuyCell {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyIndex {
  text-align: center;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyExchangeCell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyExchangeCell .exchange-link {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyExchangeCell span:last-child {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPair {
  color: #2f7cff;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPair {
    display: none;
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPair {
    display: none;
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPrice {
  text-align: right;
  white-space: nowrap;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyExchangeLogo {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyExchangeLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyExchangeLogo.featured {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyExchangeLogo.featured {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyExchangeLogo.featured {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyExchangeLogo.fallback {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.main .middle .middleLeft .tab-content .bestBuyPlaces .bestBuyPlacesEmpty {
  margin-top: 14px;
  border-radius: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
}
.main .middle .middleLeft > .bestBuyPlacesStandalone {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin-top: 20px;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesCard {
  background: #1d2435;
  border-radius: 22px;
  padding: 18px 18px 20px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 34px rgba(12, 16, 26, 0.12);
}
@media (max-width: 767px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesCard {
    padding: 16px;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesHeader {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesHeader h3 {
  margin: 0;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesHeader p {
  margin: 0;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesGrid {
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 268px) minmax(0, 1fr);
  gap: 12px;
}
@media (max-width: 1359px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesGrid {
    grid-template-columns: minmax(0, 252px) minmax(0, 1fr);
  }
}
@media (max-width: 1279px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesGrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlight {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightCard {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightLabel {
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightBody {
  margin-top: 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightBody {
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightBody {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 8px;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo {
  min-width: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo strong {
  display: block;
  width: 100%;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo strong {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo strong {
    font-size: 17px;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo .bestBuyFeaturedExchange {
  display: block;
  width: 100%;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo .bestBuyFeaturedExchange {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo .bestBuyFeaturedExchange {
    font-size: 17px;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo span {
  display: block;
  width: 100%;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #32BB16;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo span {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo span {
    font-size: 12px;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightPrice {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 9px 12px;
  border-radius: 999px;
  background: #ff9f18;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightPrice {
    padding: 8px 11px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightPrice {
    padding: 8px 10px;
    font-size: 13px;
    justify-self: end;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyCopy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyCopy p {
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 1.28;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.56);
}
@media (max-width: 1439px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1fr) minmax(96px, auto);
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1fr) minmax(88px, auto);
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyList {
  min-width: 0;
  overflow: hidden;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead,
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyRow {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) minmax(72px, auto);
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead,
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyRow {
    gap: 8px;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead {
  padding: 4px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1359px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1fr) minmax(88px, auto);
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1fr) minmax(96px, auto);
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead {
    grid-template-columns: 28px minmax(0, 1fr) minmax(88px, auto);
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyRow {
  min-height: 52px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1199px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyRow {
    grid-template-columns: 28px minmax(0, 1fr) minmax(96px, auto);
    gap: 8px;
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyRow {
    grid-template-columns: 28px minmax(0, 1fr) minmax(88px, auto);
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyRow:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyCell {
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead .bestBuyCell {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyIndex {
  text-align: center;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyExchangeCell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyExchangeCell span:last-child {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPair {
  color: #2f7cff;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPair {
    display: none;
  }
}
@media (max-width: 639px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPair {
    display: none;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPrice {
  text-align: right;
  white-space: nowrap;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyExchangeLogo {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyExchangeLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyExchangeLogo.featured {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}
@media (max-width: 1439px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyExchangeLogo.featured {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyExchangeLogo.featured {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyExchangeLogo.fallback {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesEmpty {
  margin-top: 14px;
  border-radius: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
}
.main .middle .badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  letter-spacing: 0.3px;
  padding: 8px 12px;
  background: rgba(74, 158, 255, 0.08);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.main .middle .badge-icon {
  width: 8px;
  height: 8px;
  background: #1dd1a1;
  border-radius: 50%;
  animation: pulse-live 2s infinite;
  display: inline-flex;
  align-items: center;
}
@keyframes pulse-live {
  0% {
    box-shadow: 0 0 0 0 rgba(29, 209, 161, 0.7);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(29, 209, 161, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(29, 209, 161, 0);
  }
}
.main .middle .badge:hover {
  background: rgba(74, 158, 255, 0.15);
  color: #ddd;
}
.main .middle .middleRight {
  flex: 0 1 520px;
  width: min(100%, 520px);
  max-width: 520px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .main .middle .middleRight {
    flex-basis: 390px;
    width: 390px;
  }
}
@media (max-width: 1199px) {
  .main .middle .middleRight {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 959px) {
  .main .middle .middleRight {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }
}
.main .middle .middleRight .middleUp {
  display: flex;
  box-shadow: 0 18px 34px rgba(12, 16, 26, 0.12);
  width: 100%;
  border-radius: 22px;
  padding: 20px 20px 18px;
  background: #1d2435;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.main .middle .middleRight .middleUp p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #eef4ff;
}
.main .middle .middleRight .middleUp .middleUp__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.main .middle .middleRight .middleUp .middleUp__lead {
  font-weight: 700;
}
.main .middle .middleRight .middleUp .middleUp__tourButton {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffaf1f 0%, #ff9500 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease;
}
.main .middle .middleRight .middleUp .middleUp__tourButton:hover, .main .middle .middleRight .middleUp .middleUp__tourButton:focus-visible {
  filter: brightness(1.04);
  transform: translateY(-1px);
}
.main .middle .middleRight .middleUp .middleUp__note {
  text-align: center;
  color: #d7e0ef;
}
.quick-tour-active {
  overflow: hidden;
}

.quick-tour {
  position: fixed;
  inset: 0;
  z-index: 10000;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  color: #ffffff;
  pointer-events: none;
}

.quick-tour__shade {
  position: absolute;
  inset: 0;
  background: transparent;
  animation: quickTourFadeIn 160ms ease both;
}

.quick-tour--text-only .quick-tour__shade {
  background: rgba(8, 12, 20, 0.76);
  backdrop-filter: blur(2px);
}

.quick-tour__spotlight {
  position: absolute;
  top: var(--quick-tour-spotlight-top, 50%);
  left: var(--quick-tour-spotlight-left, 50%);
  width: var(--quick-tour-spotlight-width, 280px);
  height: var(--quick-tour-spotlight-height, 180px);
  border-radius: 24px;
  box-shadow: 0 0 0 9999px rgba(8, 12, 20, 0.76), 0 0 0 2px rgba(255, 175, 31, 0.95), 0 22px 70px rgba(0, 0, 0, 0.32);
  transition: top 220ms ease, left 220ms ease, width 220ms ease, height 220ms ease, opacity 160ms ease;
  pointer-events: none;
}

.quick-tour__card {
  position: fixed;
  top: var(--quick-tour-card-top, 50%);
  left: var(--quick-tour-card-left, 50%);
  width: min(380px, calc(100vw - 24px));
  padding: 22px;
  border-radius: 18px;
  background: #1d2435;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  pointer-events: auto;
  transition: top 220ms ease, left 220ms ease, transform 160ms ease, opacity 160ms ease;
}

.quick-tour--text-only .quick-tour__card {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quick-tour--closing .quick-tour__shade,
.quick-tour--closing .quick-tour__card,
.quick-tour--closing .quick-tour__spotlight {
  opacity: 0;
}

.quick-tour--final-step [data-quick-tour-close] {
  display: none;
}

.quick-tour__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.quick-tour__eyebrow {
  margin: 0 42px 8px 0;
  color: #ffbf4d;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.quick-tour__title {
  margin: 0 42px 12px 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
}

.quick-tour__text {
  margin: 0;
  color: #eef4ff;
  font-size: 16px;
  line-height: 1.45;
}

.quick-tour__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.quick-tour__button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: linear-gradient(180deg, #ffaf1f 0%, #ff9500 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.quick-tour__button--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #d7e0ef;
}

@media (max-width: 767px) {
  .quick-tour__card {
    right: 12px;
    bottom: 12px;
    top: auto;
    left: 12px;
    width: auto;
  }

  .quick-tour--text-only .quick-tour__card {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(380px, calc(100vw - 24px));
  }
}

@keyframes quickTourFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main .middle .middleRight .middleDown {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main .middle .middleRight .middleDown .marketInsights {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Calibri, "Trebuchet MS", sans-serif;
}
.main .middle .middleRight .middleDown .marketInsights .insightCard {
  border-radius: 22px;
  background: #1d2435;
  color: #ffffff;
  padding: 20px 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 34px rgba(12, 16, 26, 0.12);
  overflow: hidden;
}
@media (max-width: 479px) {
  .main .middle .middleRight .middleDown .marketInsights .insightCard {
    padding: 18px;
  }
}
.main .middle .middleRight .middleDown .marketInsights .insightHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.main .middle .middleRight .middleDown .marketInsights .insightTitle {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: normal;
}
@media (max-width: 479px) {
  .main .middle .middleRight .middleDown .marketInsights .insightTitle {
    font-size: 24px;
  }
}
.main .middle .middleRight .middleDown .marketInsights .insightBrandLogo {
  width: 86px;
  height: auto;
  display: block;
  white-space: nowrap;
}
@media (max-width: 479px) {
  .main .middle .middleRight .middleDown .marketInsights .insightBrandLogo {
    width: 82px;
  }
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGrid {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .main .middle .middleRight .middleDown .marketInsights .indicatorGrid {
    grid-template-columns: 1fr;
  }
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGauge {
  flex: 0 0 184px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .main .middle .middleRight .middleDown .marketInsights .indicatorGauge {
    flex-basis: auto;
  }
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeArc {
  width: 184px;
  height: 96px;
  border-radius: 184px 184px 0 0;
  background: linear-gradient(90deg, #ff4f5e 0%, #ff7a3d 24%, #f0d34b 50%, #8fdf3d 76%, #32BB16 100%);
  position: relative;
  overflow: visible;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeArc::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  bottom: 0;
  border-radius: 170px 170px 0 0;
  background: #1d2435;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeArc::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: calc(var(--indicator-y, 40px) - 9px);
  left: calc(var(--indicator-x, 152px) - 9px);
  background: #ffffff;
  border: 2px solid #1A2232;
  box-shadow: 0 8px 18px rgba(12, 20, 34, 0.18);
}
@media (max-width: 479px) {
  .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeArc {
    width: 184px;
    height: 96px;
  }
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeValue {
  position: absolute;
  inset: auto 0 8px;
  text-align: center;
  z-index: 1;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeValue strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeValue span {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 479px) {
  .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeValue strong {
    font-size: 24px;
  }
  .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeValue span {
    font-size: 18px;
  }
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeMeta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 14px;
  min-height: 64px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeMeta .meta {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeMeta .label {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorGaugeMeta .state {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorStats {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  padding-top: 22px;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorStat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 76px;
  padding: 8px 58px 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.main .middle .middleRight .middleDown .marketInsights .indicatorStat .meta {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  width: 100%;
  text-align: right;
  padding-top: 6px;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorStat .label {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.main .middle .middleRight .middleDown .marketInsights .indicatorStat .state {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorStat .chip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #1d2435;
  aspect-ratio: 1/1;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorInfo {
  margin-top: 22px;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorInfo h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorInfo p {
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}
.main .middle .middleRight .middleDown .marketInsights .indicatorInfo ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}
.main .middle .middleRight .middleDown .marketInsights .indicatorInfo li {
  font-size: 11px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}
.main .middle .middleRight .middleDown .marketInsights .indicatorInfo strong {
  font-weight: 700;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorHeader .insightTitle {
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .main .middle .middleRight .middleDown .marketInsights .calculatorHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
@media (max-width: 479px) {
  .main .middle .middleRight .middleDown .marketInsights .calculatorHeader {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main .middle .middleRight .middleDown .marketInsights .calculatorSubhead {
  margin-left: auto;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 767px) {
  .main .middle .middleRight .middleDown .marketInsights .calculatorSubhead {
    margin-left: 0;
    font-size: 11px;
    white-space: normal;
    text-align: left;
  }
}
.main .middle .middleRight .middleDown .marketInsights .calculatorGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px 18px;
  justify-items: center;
  align-content: center;
}
@media (max-width: 767px) {
  .main .middle .middleRight .middleDown .marketInsights .calculatorGrid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
}
.main .middle .middleRight .middleDown .marketInsights .calculatorField {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 201px;
  max-width: 100%;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorField label {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorInput {
  min-height: 26px;
  height: 26px;
  width: 201px;
  max-width: 100%;
  border-radius: 50px;
  padding: 2px 10px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  color: #ffffff;
  text-align: left;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorInput.calculatorInputSelect {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding-right: 10px;
  cursor: pointer;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorAmountInput {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  outline: none;
  font-size: 14px;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorAmountInput::placeholder {
  color: rgba(255, 255, 255, 0.54);
}
.main .middle .middleRight .middleDown .marketInsights .calculatorCard {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorCard .calculatorGrid {
  flex: 1 1 auto;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorSelect {
  position: relative;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorSelect.open .calculatorDropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorExchange {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding-right: 10px;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorExchange .exchangeBadge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 184, 0, 0.18);
  color: #ffcb47;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorExchange .exchangeName {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorExchangeLogo {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.08);
}
.main .middle .middleRight .middleDown .marketInsights .calculatorValueGroup {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  white-space: nowrap;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorCaret {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.78);
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  transform: rotate(45deg) translateY(-2px);
  flex: 0 0 auto;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorValue {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorDropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 320px;
  padding: 8px;
  overflow-y: auto;
  border-radius: 16px;
  background: #2b3449;
  box-shadow: 0 16px 30px rgba(7, 11, 18, 0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 5;
  scrollbar-width: thin;
  scrollbar-color: rgba(74, 158, 255, 0.42) rgba(255, 255, 255, 0.04);
}
.main .middle .middleRight .middleDown .marketInsights .calculatorDropdown::-webkit-scrollbar {
  width: 8px;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorDropdown::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorDropdown::-webkit-scrollbar-thumb {
  background: rgba(74, 158, 255, 0.42);
  border-radius: 999px;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorDropdown::-webkit-scrollbar-thumb:hover {
  background: rgba(74, 158, 255, 0.58);
}
.main .middle .middleRight .middleDown .marketInsights .calculatorOption {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
}
.main .middle .middleRight .middleDown .marketInsights .calculatorOption:hover, .main .middle .middleRight .middleDown .marketInsights .calculatorOption.active {
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 479px) {
  .main .middle .middleRight .middleDown .marketInsights .calculatorGrid {
    grid-template-columns: 1fr;
  }
  .main .middle .middleRight .middleDown .marketInsights .calculatorSubhead {
    white-space: normal;
  }
}
.main .middle .middleRight .middleDown .marketInsights .calculatorProfit {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #32BB16;
}
.main .middle .middleRight .middleDown .marketInsights .tone-good {
  color: #32BB16;
}
.main .middle .middleRight .middleDown .marketInsights .tone-neutral {
  color: #f0d34b;
}
.main .middle .middleRight .middleDown .marketInsights .tone-small {
  color: #ffac63;
}
.main .titlePage {
  display: flex;
  justify-content: center;
  padding: 0 0 24px 0;
}
@media (max-width: 959px) {
  .main .titlePage {
    padding: 0 0 20px 0;
  }
}
.main .titlePage h1, .main .titlePage h3 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .main .titlePage h1, .main .titlePage h3 {
    font-size: 36px;
  }
}
@media (max-width: 959px) {
  .main .titlePage h1, .main .titlePage h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .main .titlePage h1, .main .titlePage h3 {
    font-size: 24px;
  }
}
.main .table-container {
  padding: 24px;
  border-radius: 16px;
  margin-top: 12px;
  margin: 0 var(--section-side-gap);
  border: 1px solid #EFF2F5;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: rgba(18, 18, 18, 0.05) 0px 5px 5px 0px;
  background: #ffffff;
}
.main .table-container .pulsating-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #21C95E;
  border-radius: 50%;
  animation: pulsate 1s infinite;
  margin-right: 5px;
}
@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.main .table-container .pulsating-orange-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ff6b35;
  border-radius: 50%;
  animation: pulsate-orange 1s infinite;
  margin-right: 5px;
}
@keyframes pulsate-orange {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.main .table-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0 0;
  margin: 8px auto 0;
}
.main .table-container .market-table-note {
  margin: 12px auto 0;
  max-width: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  color: #495873;
  white-space: nowrap;
}
.main .table-container .pagination button {
  background: transparent;
  border: 1px solid #EFF2F5;
  color: #495873;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .table-container .pagination button:hover {
  border-color: #FF9500;
  color: #495873;
}
.main .table-container .pagination button.active {
  background: #FF9500;
  color: #ffffff;
  margin: 0px;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.main .table-container .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.main .table-container .chart-header .chart-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main .table-container .chart-title {
  font-size: 24px;
  font-weight: 700;
  color: #495873;
  letter-spacing: -0.3px;
}
.main .table-container .chart-subtitle {
  font-size: 12px;
  color: #93a5bf;
  letter-spacing: 0.3px;
}
.main .table-container .chart-canvas-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  clip-path: inset(0 round 22px);
  height: 380px;
  width: 100%;
  contain: layout paint;
}
.main .table-container .chart-canvas-wrap canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.main .table-container .chart-hover-overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.main .table-container .chart-hover-line {
  position: absolute;
  width: 1px;
  background: rgba(74, 158, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(12, 20, 34, 0.18);
}
.main .table-container .chart-hover-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 50%;
  background: #4a9eff;
  border: 2px solid #fff;
  box-shadow: 0 0 0 4px rgba(74, 158, 255, 0.12), 0 8px 24px rgba(12, 20, 34, 0.18);
}
.main .table-container .chart-hover-tooltip {
  position: absolute;
  min-width: 148px;
  max-width: calc(100% - 24px);
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(13, 20, 34, 0.92);
  border: 1px solid rgba(74, 158, 255, 0.2);
  color: #fff;
  box-shadow: 0 16px 32px rgba(8, 12, 20, 0.28);
  transform: translate(-50%, -100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  white-space: nowrap;
}
.main .table-container .chart-hover-tooltip__time {
  font-size: 11px;
  color: #bfd0e6;
  letter-spacing: 0.2px;
}
.main .table-container .chart-hover-tooltip__price {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.main .table-container .pagination button:disabled {
  opacity: 0.5;
  cursor: default;
}
.main .table-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.main table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  margin-top: 20px;
}
.main thead {
  border-bottom: 2px solid #EFF2F5;
}
.main th {
  text-align: left;
  padding: 16px;
  color: #121212;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  white-space: nowrap;
}
.main td {
  padding: 16px;
  border-bottom: 1px solid #EFF2F5;
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
}
.main .exchange-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main .exchange-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.main .exchange-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.main .exchange-name {
  font-weight: 700;
}
.main .exchange-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-color 0.2s ease;
}
.main .exchange-link:hover {
  border-bottom-color: #495873;
}
.main .exchange-link:focus-visible {
  outline: 2px solid #495873;
  outline-offset: 2px;
  border-radius: 2px;
}
.main .price {
  color: #121212;
  font-weight: 400;
}
.main .volume {
  color: #888;
}
.main .percentage {
  color: #21C95E;
  font-weight: 400;
}
.main .loading {
  text-align: center;
  padding: 40px;
  color: #EFF2F5;
}
@media (max-width: 1279px) and (min-width: 960px) {
  .main .table-container {
    padding: 18px;
    overflow-x: hidden;
  }
  .main table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
  .main th,
  .main td {
    padding: 12px 8px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
  }
  .main th:nth-child(5),
  .main th:nth-child(6),
  .main th:nth-child(8),
  .main td:nth-child(5),
  .main td:nth-child(6),
  .main td:nth-child(8) {
    display: none;
  }
  .main th:nth-child(1),
  .main td:nth-child(1) {
    width: 44px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .main th:nth-child(2),
  .main td:nth-child(2) {
    width: 32%;
    text-align: left;
  }
  .main th:nth-child(3),
  .main td:nth-child(3) {
    width: 14%;
  }
  .main th:nth-child(4),
  .main td:nth-child(4) {
    width: 18%;
  }
  .main th:nth-child(7),
  .main td:nth-child(7) {
    width: 18%;
  }
  .main th:nth-child(9),
  .main td:nth-child(9) {
    width: 18%;
    font-size: 11px;
  }
  .main .exchange-cell {
    min-width: 0;
    gap: 8px;
    justify-content: flex-start;
  }
  .main .exchange-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}
@media (max-width: 959px) {
  .main .table-container {
    padding: 16px;
    overflow-x: hidden;
  }
  .main table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    margin-top: 12px;
  }
  .main th {
    padding: 12px 10px;
    font-size: 10px;
    text-align: center;
    white-space: normal;
  }
  .main td {
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }
  .main th:nth-child(3),
  .main th:nth-child(5),
  .main th:nth-child(6),
  .main th:nth-child(7),
  .main th:nth-child(8),
  .main th:nth-child(9),
  .main td:nth-child(3),
  .main td:nth-child(5),
  .main td:nth-child(6),
  .main td:nth-child(7),
  .main td:nth-child(8),
  .main td:nth-child(9) {
    display: none;
  }
  .main th:nth-child(1),
  .main td:nth-child(1) {
    width: 44px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .main th:nth-child(2),
  .main td:nth-child(2) {
    width: 58%;
    text-align: left;
  }
  .main th:nth-child(4),
  .main td:nth-child(4) {
    width: 42%;
    text-align: center;
    padding-right: 6px;
    padding-left: 6px;
    white-space: nowrap;
  }
  .main .exchange-cell {
    min-width: 0;
    gap: 8px;
    justify-content: flex-start;
  }
  .main .exchange-name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  .main .pagination {
    padding: 12px 0;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .main .pagination button {
    flex: 0 0 auto;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 12px;
  }
  .main .pagination button.active {
    padding: 0 8px;
    border-radius: 12px;
  }
}
@media (max-width: 479px) {
  .main .table-container {
    padding: 12px;
  }
  .main table {
    min-width: 100%;
  }
  .main th,
  .main td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main th:nth-child(4),
  .main td:nth-child(4) {
    width: 104px;
  }
  .main .exchange-logo {
    width: 20px;
    height: 20px;
  }
  .main .exchange-name {
    max-width: 120px;
    font-size: 12px;
  }
}
.main .coin-select-container {
  max-width: 340px;
  padding: 20px;
}
@media (max-width: 959px) {
  .main .coin-select-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main .coin-select-container {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  .main .coin-select-container {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .main .coin-select-container {
    max-width: 100%;
  }
}
.main .coin-select-container label {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #495873;
}
@media (max-width: 959px) {
  .main .coin-select-container label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main .coin-select-container label {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .main .coin-select-container label {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .main .coin-select-container label {
    font-size: 16px;
  }
}
.main .coin-select-container .custom-dropdown {
  position: relative;
  width: 100%;
}
.main .coin-select-container .custom-dropdown .select-header {
  padding: 10px 20px;
  border: 1px solid #EFF2F5;
  border-radius: 8px;
  background: white;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
}
@media (max-width: 959px) {
  .main .coin-select-container .custom-dropdown .select-header {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main .coin-select-container .custom-dropdown .select-header {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .main .coin-select-container .custom-dropdown .select-header {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .main .coin-select-container .custom-dropdown .select-header {
    font-size: 16px;
  }
}
.main .coin-select-container .custom-dropdown .select-header .coin-icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.main .coin-select-container .custom-dropdown .select-header .arrow {
  margin-left: auto;
  font-size: 12px;
  color: #121212;
  transition: transform 0.2s;
  background: none;
}
.main .coin-select-container .custom-dropdown.open .arrow {
  transform: scaleY(-1);
}
.main .coin-select-container .options-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid #EFF2F5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 240px;
  overflow-y: auto;
  z-index: 10;
}
.main .coin-select-container .custom-dropdown.open .options-list {
  display: block;
}
.main .coin-select-container .option {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
}
.main .coin-select-container .option img {
  width: 26px;
  height: 26px;
}
.main .coin-select-container .option:hover,
.main .coin-select-container .option.selected {
  background-color: #f0f0f0;
}
.main .about {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 5px 5px 0 rgba(18, 18, 18, 0.05);
}
.main .about .titleAbout {
  font-size: 24px;
  font-weight: 700;
  color: #495873;
}
@media (max-width: 1279px) {
  .main .about .titleAbout {
    font-size: 18px;
  }
}
@media (max-width: 959px) {
  .main .about .titleAbout {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main .about .titleAbout {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .main .about .titleAbout {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .main .about .titleAbout {
    font-size: 16px;
  }
}
.main .about .textAbout {
  font-size: 14px;
  font-weight: 400;
  color: #495873;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 639px) {
  .main .about .textAbout {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .main .about .textAbout {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
.main .about .textAbout:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.main .faq {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 5px 5px 0 rgba(18, 18, 18, 0.05);
}
.main .faq .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .main .faq .faq-grid {
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .main .faq .faq-grid {
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .main .faq .faq-grid {
    gap: 10px;
  }
}
.main .faq .faq-grid .faq-question {
  width: 100%;
  background: #F8F8F8;
  border: none;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #495873;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 959px) {
  .main .faq .faq-grid .faq-question {
    font-size: 14px;
    height: 62px;
  }
}
@media (max-width: 767px) {
  .main .faq .faq-grid .faq-question {
    font-size: 14px;
    height: 62px;
  }
}
@media (max-width: 639px) {
  .main .faq .faq-grid .faq-question {
    font-size: 14px;
    height: 62px;
  }
}
@media (max-width: 479px) {
  .main .faq .faq-grid .faq-question {
    font-size: 14px;
    height: 62px;
  }
}
.main .faq .faq-grid .faq-question:hover {
  background: #FF9500;
  color: #ffffff;
}
.main .faq .faq-grid .faq-question .arrow {
  font-size: 14px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.main .faq .faq-grid .faq-question.active .arrow {
  transform: scaleY(-1);
}
.main .faq .faq-grid .faq-answer {
  background: transparent;
  border-radius: 12px;
  padding: 0;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  color: #374151;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 959px) {
  .main .faq .faq-grid .faq-answer {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main .faq .faq-grid .faq-answer {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .main .faq .faq-grid .faq-answer {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .main .faq .faq-grid .faq-answer {
    font-size: 14px;
  }
}
.main .faq .faq-grid .faq-answer.open {
  padding: 0;
  max-height: 300px;
}
@media (max-width: 768px) {
  .main .faq .faq-grid {
    grid-template-columns: 1fr;
  }
}
.main .contacts {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 5px 25px rgba(18, 18, 18, 0.05);
}
.main .contacts .contactsInner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: start;
}
@media (max-width: 767px) {
  .main .contacts .contactsInner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .contact-form {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .contact-form {
    width: 100%;
  }
}
.main .contacts .contactsInner .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .form-row {
    grid-template-columns: 1fr;
  }
}
.main .contacts .contactsInner .input-group .input-wrapper {
  position: relative;
}
.main .contacts .contactsInner .input-group .input-wrapper input {
  width: 100%;
  padding: 15px 15px 15px 50px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  background: #F8F8F8;
  height: 52px;
  color: #495873;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .main .contacts .contactsInner .input-group .input-wrapper input {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .input-group .input-wrapper input {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .input-group .input-wrapper input {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .input-group .input-wrapper input {
    font-size: 12px;
  }
}
.main .contacts .contactsInner .input-group .input-wrapper .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media (max-width: 959px) {
  .main .contacts .contactsInner .input-group .input-wrapper .icon {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .input-group .input-wrapper .icon {
    width: 20px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .input-group .input-wrapper .icon {
    width: 20px;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .input-group .input-wrapper .icon {
    width: 20px;
  }
}
.main .contacts .contactsInner .input-group textarea {
  width: 100%;
  padding: 20px;
  border-radius: 24px;
  border: none;
  font-size: 16px;
  background: #F8F8F8;
  resize: vertical;
  min-height: 218px;
  line-height: 1.5;
  box-sizing: border-box;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  margin-top: 20px;
}
.main .contacts .contactsInner .input-group textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
@media (max-width: 959px) {
  .main .contacts .contactsInner .input-group textarea::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .input-group textarea::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .input-group textarea::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .input-group textarea::placeholder {
    font-size: 12px;
  }
}
.main .contacts .contactsInner .send-btn {
  background: #FF9500;
  color: white;
  border: none;
  padding: 10px 90px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width: 959px) {
  .main .contacts .contactsInner .send-btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .send-btn {
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .send-btn {
    font-size: 14px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .send-btn {
    font-size: 14px;
    width: 100%;
  }
}
.main .contacts .contactsInner .contact-info {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
}
.main .contacts .contactsInner .contact-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.main .contacts .contactsInner .contact-info .info-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .contact-info .info-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .contact-info .info-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .contact-info .info-item {
    flex-direction: column;
    align-items: center;
  }
}
.main .contacts .contactsInner .contact-info .info-item .icon-circle {
  background: #FF9500;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 959px) {
  .main .contacts .contactsInner .contact-info .info-item .icon-circle {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .contact-info .info-item .icon-circle {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .contact-info .info-item .icon-circle {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .contact-info .info-item .icon-circle {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}
.main .contacts .contactsInner .contact-info .info-item .icon-circle img {
  width: 24px;
  height: 24px;
}
@media (max-width: 959px) {
  .main .contacts .contactsInner .contact-info .info-item .icon-circle img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .contact-info .info-item .icon-circle img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .contact-info .info-item .icon-circle img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .contact-info .info-item .icon-circle img {
    width: 20px;
    height: 20px;
  }
}
.main .contacts .contactsInner .contact-info .info-item .info-content {
  width: 190px;
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content {
    width: 175px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content {
    width: 175px;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content {
    width: 175px;
  }
}
.main .contacts .contactsInner .contact-info .info-item .info-content .info-title {
  font-size: 14px;
  font-weight: 700;
  color: #495873;
}
@media (max-width: 959px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content .info-title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content .info-title {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content .info-title {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content .info-title {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
}
.main .contacts .contactsInner .contact-info .info-item .info-content .info-text {
  font-size: 14px;
  font-weight: 400;
  color: #495873;
}
@media (max-width: 959px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content .info-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content .info-text {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content .info-text {
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .main .contacts .contactsInner .contact-info .info-item .info-content .info-text {
    font-size: 12px;
    text-align: center;
  }
}
.main .term {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 5px 25px rgba(18, 18, 18, 0.05);
}
.main .term .innerTerm .titleTerm {
  display: flex;
  align-items: center;
}
.main .term .innerTerm .titleTerm .update {
  font-size: 24px;
  font-weight: 700;
  color: #495873;
}
@media (max-width: 767px) {
  .main .term .innerTerm .titleTerm .update {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .main .term .innerTerm .titleTerm .update {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .main .term .innerTerm .titleTerm .update {
    font-size: 18px;
  }
}
.main .term .innerTerm .titleTerm .date {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #495873;
}
@media (max-width: 767px) {
  .main .term .innerTerm .titleTerm .date {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .main .term .innerTerm .titleTerm .date {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .main .term .innerTerm .titleTerm .date {
    font-size: 12px;
  }
}
.main .term .innerTerm .bigText {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .main .term .innerTerm .bigText {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .main .term .innerTerm .bigText {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .main .term .innerTerm .bigText {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.main .term .innerTerm p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .main .term .innerTerm p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .main .term .innerTerm p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .main .term .innerTerm p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
.main .term .innerTerm p:last-child {
  padding-bottom: 0;
}
.main .term .innerTerm ul li {
  padding-left: 10px;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .main .term .innerTerm ul li {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .main .term .innerTerm ul li {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .main .term .innerTerm ul li {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
.main .privacy {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 5px 25px rgba(18, 18, 18, 0.05);
}
.main .privacy .innerPrivacy .titlePrivacy {
  display: flex;
  align-items: center;
}
.main .privacy .innerPrivacy .titlePrivacy .update {
  font-size: 24px;
  font-weight: 700;
  color: #495873;
}
@media (max-width: 767px) {
  .main .privacy .innerPrivacy .titlePrivacy .update {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .main .privacy .innerPrivacy .titlePrivacy .update {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .main .privacy .innerPrivacy .titlePrivacy .update {
    font-size: 18px;
  }
}
.main .privacy .innerPrivacy .titlePrivacy .date {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #495873;
}
@media (max-width: 767px) {
  .main .privacy .innerPrivacy .titlePrivacy .date {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .main .privacy .innerPrivacy .titlePrivacy .date {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .main .privacy .innerPrivacy .titlePrivacy .date {
    font-size: 12px;
  }
}
.main .privacy .innerPrivacy .bigText {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .main .privacy .innerPrivacy .bigText {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .main .privacy .innerPrivacy .bigText {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .main .privacy .innerPrivacy .bigText {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.main .privacy .innerPrivacy p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .main .privacy .innerPrivacy p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .main .privacy .innerPrivacy p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .main .privacy .innerPrivacy p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
.main .privacy .innerPrivacy p:last-child {
  padding-bottom: 0;
}
.main .privacy .innerPrivacy ul li {
  padding-left: 10px;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .main .privacy .innerPrivacy ul li {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .main .privacy .innerPrivacy ul li {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .main .privacy .innerPrivacy ul li {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

.footer {
  margin-top: 50px;
  background: #0b101a;
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 639px) {
  .footer {
    padding: 30px 0;
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .footer {
    padding: 30px 0;
    margin-top: 30px;
  }
}
.footer .container .innerFooter .topFooter {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .footer .container .innerFooter .topFooter {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .footer .container .innerFooter .topFooter {
    flex-direction: column;
    align-items: center;
  }
}
.footer .container .innerFooter .topFooter p {
  font-size: 18px;
  font-weight: 700;
  color: #FF9500;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .footer .container .innerFooter .topFooter p {
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .footer .container .innerFooter .topFooter p {
    margin-bottom: 5px;
  }
}
.footer .container .innerFooter .topFooter ul li {
  margin-bottom: 10px;
}
.footer .container .innerFooter .topFooter ul li:last-child {
  margin-bottom: 0;
}
.footer .container .innerFooter .topFooter ul li a {
  font-size: 14px;
  color: #ffffff;
}
.footer .container .innerFooter .topFooter ul li a:hover {
  color: #FF9500;
}
.footer .container .innerFooter .topFooter .leftColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
@media (max-width: 639px) {
  .footer .container .innerFooter .topFooter .leftColumn {
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .footer .container .innerFooter .topFooter .leftColumn {
    align-items: center;
    margin-bottom: 20px;
  }
}
.footer .container .innerFooter .topFooter .leftColumn ul li {
  text-align: left;
}
@media (max-width: 639px) {
  .footer .container .innerFooter .topFooter .leftColumn ul li {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .container .innerFooter .topFooter .leftColumn ul li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 479px) {
  .footer .container .innerFooter .topFooter .leftColumn ul li {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .container .innerFooter .topFooter .leftColumn ul li:last-child {
    margin-bottom: 0px;
  }
}
.footer .container .innerFooter .topFooter .centerColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 639px) {
  .footer .container .innerFooter .topFooter .centerColumn {
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .footer .container .innerFooter .topFooter .centerColumn {
    align-items: center;
    margin-bottom: 20px;
  }
}
.footer .container .innerFooter .topFooter .centerColumn ul li {
  text-align: center;
}
@media (max-width: 639px) {
  .footer .container .innerFooter .topFooter .centerColumn ul li {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .container .innerFooter .topFooter .centerColumn ul li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 479px) {
  .footer .container .innerFooter .topFooter .centerColumn ul li {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .container .innerFooter .topFooter .centerColumn ul li:last-child {
    margin-bottom: 0px;
  }
}
.footer .container .innerFooter .topFooter .rightColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}
@media (max-width: 639px) {
  .footer .container .innerFooter .topFooter .rightColumn {
    align-items: center;
  }
}
@media (max-width: 479px) {
  .footer .container .innerFooter .topFooter .rightColumn {
    align-items: center;
  }
}
.footer .container .innerFooter .topFooter .rightColumn ul li {
  text-align: right;
}
@media (max-width: 639px) {
  .footer .container .innerFooter .topFooter .rightColumn ul li {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .container .innerFooter .topFooter .rightColumn ul li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 479px) {
  .footer .container .innerFooter .topFooter .rightColumn ul li {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .container .innerFooter .topFooter .rightColumn ul li:last-child {
    margin-bottom: 0px;
  }
}
.footer .container .innerFooter .downFooter {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.footer .container .innerFooter .downFooter p {
  font-size: 14px;
  font-weight: 700;
}

body.theme-dark {
  background: #0f1420;
  color: #c9d3e0;
}
body.theme-dark a {
  color: #e2ebf6;
}
body.theme-dark .header .container .down .menu,
body.theme-dark .main .middle .middleRight .middleUp,
body.theme-dark .main .table-container,
body.theme-dark .main .about,
body.theme-dark .main .term,
body.theme-dark .main .privacy,
body.theme-dark .main .faq,
body.theme-dark .main .contacts {
  background: #1a2232;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}
body.theme-dark .main .middle .middleLeft .tab-content {
  background: transparent;
}
body.theme-dark .main .middle .middleLeft .tab-content .chart-container,
body.theme-dark .main .middle .middleLeft .tab-content .chart-canvas-wrap,
body.theme-dark .main .table-container .chart-canvas-wrap {
  background: transparent;
}
body.theme-dark .main .middle .middleLeft .tab-content .chartPanel {
  background: #1d2435;
  box-shadow: 0 18px 34px rgba(12, 16, 26, 0.12);
}
body.theme-dark .header .container .down .modal .modal-content {
  background: #1a2232;
}
body.theme-dark .header .container .up .right .lang .lang__dropdown {
  background: #121a28;
  border: 1px solid #2d3a50;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
body.theme-dark .header .container .up .right .lang .lang__dropdown li a {
  color: #e2ebf6;
}
body.theme-dark .header .container .up .right .lang .lang__dropdown li a:hover {
  background: #1a2232;
}
body.theme-dark .main .table-container {
  border-color: transparent;
}
body.theme-dark .header .container .down .modal .modal-content .vertical-menu .menu-item,
body.theme-dark .header .container .down .menu .menu__list li a,
body.theme-dark .main .titlePage h1,
body.theme-dark .main .titlePage h3,
body.theme-dark .main .middle .middleLeft .tab-content .coin-header .price,
body.theme-dark .main .about .titleAbout,
body.theme-dark .main .about .textAbout,
body.theme-dark .main .faq .faq-grid .faq-question,
body.theme-dark .main .faq .faq-grid .faq-answer,
body.theme-dark .main th,
body.theme-dark .main td,
body.theme-dark .main .price,
body.theme-dark .main .coin-select-container label,
body.theme-dark .main .coin-select-container .custom-dropdown .select-header,
body.theme-dark .main .term .innerTerm .titleTerm .update,
body.theme-dark .main .term .innerTerm .titleTerm .date,
body.theme-dark .main .term .innerTerm .bigText,
body.theme-dark .main .term .innerTerm p,
body.theme-dark .main .term .innerTerm ul li,
body.theme-dark .main .privacy .innerPrivacy .titlePrivacy .update,
body.theme-dark .main .privacy .innerPrivacy .titlePrivacy .date,
body.theme-dark .main .privacy .innerPrivacy .bigText,
body.theme-dark .main .privacy .innerPrivacy p,
body.theme-dark .main .privacy .innerPrivacy ul li,
body.theme-dark .main .contacts .contactsInner .input-group .input-wrapper input {
  color: #e2ebf6;
}
body.theme-dark .main .coin-nav .tabs .tab-btn,
body.theme-dark .main .faq .faq-grid .faq-question,
body.theme-dark .main .coin-select-container .custom-dropdown .select-header,
body.theme-dark .main .coin-select-container .options-list,
body.theme-dark .main .contacts .contactsInner .input-group textarea,
body.theme-dark .main .contacts .contactsInner .input-group .input-wrapper input {
  background: #121a28;
  border-color: #2d3a50;
}
body.theme-dark .main .coin-nav .tabs .tab-btn,
body.theme-dark .main .coin-nav .tabs .tab-btn:hover,
body.theme-dark .main .coin-nav .tabs .tab-btn.active {
  color: #fff;
}
body.theme-dark .main .coin-nav .tabs .tab-btn.active {
  background: #FF9500;
  box-shadow: 0 3px 8px rgba(255, 255, 255, 0.2);
}
body.theme-dark .main .contacts .contactsInner .input-group textarea,
body.theme-dark .main .contacts .contactsInner .input-group textarea::placeholder,
body.theme-dark .main .contacts .contactsInner .input-group .input-wrapper input::placeholder {
  color: #e2ebf6;
}
body.theme-dark .main .contacts .contactsInner .contact-info .info-content .info-title,
body.theme-dark .main .contacts .contactsInner .contact-info .info-content .info-text,
body.theme-dark .main .contacts .contactsInner .contact-info .info-content .info-text a {
  color: #e2ebf6;
}
body.theme-dark .main thead {
  border-bottom-color: #2d3a50;
}
body.theme-dark .main td {
  border-bottom-color: #2d3a50;
}
body.theme-dark .main .table-container .pagination button {
  border-color: #2d3a50;
  color: #c9d3e0;
}
body.theme-dark .main .exchange-logo {
  background: #0f1420;
}
body.theme-dark .main .volume,
body.theme-dark .main .coin-select-container .custom-dropdown .select-header .arrow,
body.theme-dark .main .table-container .market-table-note,
body.theme-dark .main .table-container .chart-subtitle,
body.theme-dark .main .middle .middleLeft .tab-content .chart-subtitle {
  color: #8ea2bf;
}

body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesCard,
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightCard,
body.theme-light .main .middle .middleRight .middleUp,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .insightCard {
  background: #ffffff;
  color: #1d2435;
  border-color: rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 34px rgba(12, 16, 26, 0.08);
}
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightCard {
  background: #f5f7fb;
}
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesHeader h3,
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightLabel,
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo strong,
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHighlightInfo .bestBuyFeaturedExchange,
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyCell,
body.theme-light .main .middle .middleRight .middleUp .middleUp__lead,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .insightTitle,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeValue strong,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeValue span,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorInfo h3,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorField label,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorValue,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .exchangeName {
  color: #1d2435;
}
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyPlacesHeader p,
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyCopy p,
body.theme-light .main .middle .middleRight .middleUp p,
body.theme-light .main .middle .middleRight .middleUp .middleUp__note,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorSubhead,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorInfo p,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorInfo li,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorStat .label,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeMeta .label {
  color: #5b667a;
}
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyHead,
body.theme-light .main .middle .middleLeft > .bestBuyPlacesStandalone .bestBuyRow,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeMeta,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorStat {
  border-color: rgba(17, 24, 39, 0.1);
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeArc::before {
  background: #ffffff;
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeArc::after {
  border-color: rgba(17, 24, 39, 0.1);
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorGaugeMeta .chip,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .indicatorStat .chip {
  border-color: #ffffff;
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .insightBrandLogo {
  filter: brightness(0) saturate(100%) opacity(0.9);
}

@media (max-width: 639px) {
  .first-visit-greeting--guide-open .first-visit-greeting__bubble, .first-visit-greeting--compact .first-visit-greeting__bubble {
    grid-template-columns: 30px minmax(0, 1fr) auto !important;
    width: 432px !important;
    max-width: 432px !important;
    row-gap: 0 !important;
    column-gap: 8px !important;
    transform: translate(-28px, -18px) !important;
  }
  .first-visit-greeting--guide-open .first-visit-greeting__copy, .first-visit-greeting--compact .first-visit-greeting__copy {
    width: 250px !important;
    max-width: 250px !important;
  }
  .first-visit-greeting--guide-open .first-visit-greeting__action, .first-visit-greeting--compact .first-visit-greeting__action {
    grid-column: auto !important;
    justify-self: start !important;
    align-self: center !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 104px !important;
    min-width: 104px !important;
    height: 36px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: Calibri, "Trebuchet MS", sans-serif !important;
  }
  .first-visit-greeting--guide-open .first-visit-greeting__robot, .first-visit-greeting--compact .first-visit-greeting__robot {
    width: 102px !important;
  }
}
.arbitrage-guide-modal__title {
  margin: 0 38px 5px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.arbitrage-guide-modal__summary h3,
.arbitrage-guide-modal__steps-title {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.arbitrage-guide-modal__summary h3 {
  margin: 0 0 5px !important;
}

.arbitrage-guide-modal__steps-title {
  margin: 0 0 5px !important;
}

.arbitrage-guide-modal__summary p,
.arbitrage-guide-modal__lead,
.arbitrage-guide-modal__steps li,
.arbitrage-guide-modal__complete,
.arbitrage-guide-modal__continue,
.arbitrage-guide-modal__done {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.arbitrage-guide-modal__lead {
  margin: 5px 0 !important;
}

.arbitrage-guide-modal__done {
  margin: 2px auto 10px !important;
}

.arbitrage-guide-modal__complete {
  margin: 0 0 10px !important;
}

.arbitrage-guide-modal__steps li {
  margin-bottom: 15px !important;
}

.arbitrage-guide-modal__dialog {
  max-height: calc(100vh - 72px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  transform: none !important;
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorInput,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorDropdown {
  background: #f5f7fb;
  color: #1d2435;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.08);
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorDropdown {
  box-shadow: 0 16px 30px rgba(12, 16, 26, 0.12);
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorOption {
  color: #1d2435;
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorOption:hover,
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorOption.active {
  background: rgba(17, 24, 39, 0.06);
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorExchangeLogo {
  background: rgba(17, 24, 39, 0.08);
}
body.theme-light body,
body.theme-light body * {
  font-family: Calibri, "Trebuchet MS", sans-serif !important;
}
body.theme-light .main .middle .middleRight .middleDown .marketInsights .calculatorCaret {
  border-right-color: rgba(29, 36, 53, 0.72);
  border-bottom-color: rgba(29, 36, 53, 0.72);
}
