@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/assets/fonts/open-sans-latin.woff2') format('woff2');
}

@media (max-width: 767.98px) {
  footer .row.contact {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  footer .row.contact > .title {
    margin-bottom: 12px;
  }

  footer .row.contact > div {
    display: grid;
    width: 100%;
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  footer .row.contact > div > span[data-local-static='true'],
  footer .row.contact > div > a {
    display: grid !important;
    width: 100%;
    min-height: 36px;
    margin: 0 !important;
    padding: 0;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: #d7d9dc !important;
    font-size: 14px !important;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
  }

  footer .row.contact > div > span[data-local-static='true'] img,
  footer .row.contact > div > a img {
    display: block;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    object-fit: contain;
  }

  footer .row.contact > div > span[data-local-static='true'] span {
    min-width: 0;
    color: inherit !important;
    font: inherit;
    white-space: nowrap;
  }

  footer .row.contact > div > br {
    display: none;
  }
}

@font-face {
  font-family: 'Sofia Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/assets/fonts/sofia-sans-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Sofia Sans';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/sofia-sans-italic-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Sofia Sans Condensed';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/assets/fonts/sofia-sans-condensed-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/roboto-condensed-latin.woff2') format('woff2');
}

:root {
  --bs-font-open-sans: 'Open Sans', Arial, Helvetica, sans-serif;
  --bs-body-font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.menu_menu_item_educational_videos,
li:has(> a[href='/int/en/learn-to-trade/videos']) {
  display: none !important;
}

.bg-new .header.hero-bonus-title {
  font-size: 64px !important;
  text-transform: none;
}

@media (max-width: 575px) {
  .bg-new .header.hero-bonus-title {
    font-size: 44px !important;
  }
}

@media (max-width: 400px) {
  .bg-new .header.hero-bonus-title {
    font-size: 38px !important;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img.lazyloaded {
  opacity: 1;
  visibility: visible;
}

.home-spinner,
#chatbox-custom,
#sticky-footer,
.download-app,
[data-bs-target='#appModal'],
[data-target='#modal_app'],
#appModal,
#modal_app,
#flags-btn,
a.flags,
.flags-mbl,
.tool-cookie-settings,
#apk_link,
#ios_link,
#android_link,
.cookieMessage,
.cc-cookies {
  display: none !important;
}

a[data-local-disabled='true'][href='#']:is(.btn, [class*='btn-']):not(
    [data-local-path*='/calculators/']
  ) {
  display: none !important;
}

#liveQuotes .nav-link {
  cursor: pointer;
}

#liveQuotes .nav-link .icons {
  display: block;
}

#liveQuotes .nav-link span:last-child {
  display: block;
  text-transform: capitalize;
}

#liveQuotes .instrumentRow {
  display: flex;
  align-items: center;
  min-height: 41px;
  margin-top: 0;
}

#liveQuotes .instrumentRow .instrument {
  flex: 0 0 38%;
  width: auto;
  margin: 0;
}

#liveQuotes .instrumentRow .pricelivequotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex: 1 1 auto;
  width: auto;
  gap: 10px;
}

#liveQuotes .instrumentRow .spread {
  flex: 0 0 18%;
  width: auto;
  margin: 0;
  text-align: right;
}

#liveQuotes .quote-price {
  font-variant-numeric: tabular-nums;
}

.navbar-2 .btn-outline-primary.text-white,
.navbar-2 .btn-outline-primary.text-white:visited {
  color: #fff !important;
}

#arena-promo-dock {
  position: fixed;
  z-index: 1300;
  right: 0;
  bottom: 0;
  left: 0;
  height: 112px;
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  pointer-events: none;
  transition:
    transform 220ms ease,
    opacity 180ms ease;
}

#arena-promo-dock.is-closed {
  transform: translateY(220px);
  opacity: 0;
}

.arena-promo-banner {
  position: relative;
  height: 112px;
  overflow: visible;
  background-color: #123753;
  background-image: url('/assets/hfappnew/websites/landing-pages/templates/traders-arena/sticky-bg.webp');
  background-position: center;
  background-size: cover;
}

.arena-promo-art {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: max(120px, calc(50% - 780px));
  width: 340px;
  height: 204px;
  background-image: url('/assets/hfappnew/websites/landing-pages/templates/traders-arena/images/sticky-left-image.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.arena-promo-copy {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 50%;
  width: 520px;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'Roboto Condensed', 'Sofia Sans Condensed', Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.arena-promo-copy > span {
  display: block;
  margin-bottom: 13px;
  color: #c8d0ff;
  font-size: 24px;
}

.arena-promo-copy strong {
  display: block;
  background: linear-gradient(90deg, #d7c3ff 0%, #9bdcff 100%);
  background-clip: text;
  color: transparent;
  font-size: 38px;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.arena-promo-copy b {
  font-weight: 700;
}

.arena-register-label {
  position: absolute;
  z-index: 3;
  top: 31px;
  right: clamp(64px, 14vw, 360px);
  width: 222px;
  height: 56px;
  border-radius: 4px;
  background: #d90716;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}

.arena-close {
  position: absolute;
  z-index: 4;
  top: -17px;
  right: 26px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  font-size: 37px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}

.arena-close span {
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #navbarMenu.show {
    display: block;
  }

  #navbarMenu .dropdown-menu.show {
    display: block;
  }

  #arena-promo-dock,
  .arena-promo-banner {
    height: 102px;
  }

  .arena-promo-art {
    left: 15px;
    width: 243px;
    height: 146px;
  }

  .arena-promo-copy {
    top: 20px;
    left: 49%;
    width: 370px;
  }

  .arena-promo-copy > span {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .arena-promo-copy strong {
    font-size: 29px;
  }

  .arena-register-label {
    top: 29px;
    right: 30px;
    width: 160px;
    height: 46px;
    font-size: 15px;
    line-height: 46px;
  }

  .arena-close {
    top: -15px;
    right: 17px;
    width: 31px;
    height: 31px;
    font-size: 29px;
  }
}

@media (max-width: 767.98px) {
  #arena-promo-dock,
  .arena-promo-banner {
    height: 94px;
  }

  .arena-promo-art {
    display: none;
  }

  .arena-promo-copy {
    top: 15px;
    left: 34%;
    width: 220px;
  }

  .arena-promo-copy > span {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .arena-promo-copy strong {
    font-size: 21px;
    white-space: normal;
  }

  .arena-promo-copy b {
    display: block;
    margin-top: 4px;
    font-size: 16px;
  }

  .arena-register-label {
    top: 28px;
    right: 12px;
    width: 112px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }

  .arena-close {
    top: -42px;
    right: 62px;
    width: 30px;
    height: 30px;
    font-size: 28px;
  }
}
