#hero {
  margin-bottom: 0 !important; }
  @media (max-width: 991px) {
    #hero {
      background-size: cover !important; } }
  #hero .blocks {
    display: inline-flex;
    gap: 12px;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      #hero .blocks {
        display: none; } }
    #hero .blocks .block {
      padding: 30px 32px;
      border: 1px solid #262626;
      border-radius: 22px;
      background: #060606; }
      @media (max-width: 991px) {
        #hero .blocks .block {
          padding: 12px; } }

#build .blocks {
  display: inline-flex;
  gap: 33px;
  margin-top: 40px; }
  @media (max-width: 1400px) {
    #build .blocks {
      gap: 18px;
      justify-content: center; } }
  @media (max-width: 991px) {
    #build .blocks {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 576px) {
    #build .blocks {
      gap: 0px; } }
  #build .blocks .block {
    border: 1px solid #262626;
    border-radius: 22px;
    display: inline-flex;
    padding: 45px 0px;
    background: #060606; }
    @media (max-width: 576px) {
      #build .blocks .block {
        border: 0;
        padding: 0;
        flex-direction: column;
        width: 100%; } }
    #build .blocks .block .column {
      padding: 58px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 1400px) {
        #build .blocks .block .column {
          padding: 28px; } }
      #build .blocks .block .column:first-child {
        border-right: 1px solid #262626; }
      @media (max-width: 576px) {
        #build .blocks .block .column {
          margin-bottom: 12px;
          padding: 32px;
          border: 1px solid #262626;
          border-radius: 22px; }
          #build .blocks .block .column:first-child {
            border-right: 0px; } }
    #build .blocks .block .icon {
      width: 30px;
      height: 30px;
      border-radius: 83.333px;
      background: #007FFF;
      display: flex;
      justify-content: center;
      margin-bottom: 23px; }
      #build .blocks .block .icon img {
        max-width: 15px; }
    #build .blocks .block .title {
      font-size: clamp(16px, 4vw, 21px) !important;
      font-style: normal;
      font-weight: 400;
      line-height: 123%;
      min-width: 203px; }
      @media (max-width: 1200px) {
        #build .blocks .block .title {
          min-width: 153px; } }
      @media (max-width: 991px) {
        #build .blocks .block .title {
          min-width: 203px; } }

#why-choose.image-bottom {
  position: relative; }
  #why-choose.image-bottom .blocks {
    display: flex;
    align-items: center;
    margin: 0 0 24px 0;
    border: 1px solid #262626;
    border-radius: 22px;
    background: #060606;
    overflow: hidden; }
    #why-choose.image-bottom .blocks .title {
      padding: 64px; }
      @media (max-width: 576px) {
        #why-choose.image-bottom .blocks .title {
          padding: 32px; } }
    #why-choose.image-bottom .blocks .image {
      min-height: 440px; }
    #why-choose.image-bottom .blocks .col-lg-7 {
      padding: 0; }
  @media (max-width: 991px) {
    #why-choose.image-bottom .image {
      display: block !important;
      border-radius: 20px;
      min-height: 300px !important; } }
  #why-choose.image-bottom .features {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px; }
    @media (max-width: 991px) {
      #why-choose.image-bottom .features {
        gap: 24px 0; } }
  #why-choose.image-bottom .card {
    grid-column: span 2;
    border: 1px solid #262626;
    border-radius: 22px;
    background: #060606;
    padding: 32px; }
    @media (max-width: 576px) {
      #why-choose.image-bottom .card {
        text-align: center; } }
    #why-choose.image-bottom .card .title {
      font-size: clamp(16px, 3vw, 20px) !important; }
    #why-choose.image-bottom .card .lrg {
      margin-bottom: 0; }
  #why-choose.image-bottom .card:nth-child(4),
  #why-choose.image-bottom .card:nth-child(5) {
    grid-column: span 3;
    padding: 64px 32px; }
    @media (max-width: 991px) {
      #why-choose.image-bottom .card:nth-child(4),
      #why-choose.image-bottom .card:nth-child(5) {
        padding: 32px; } }
  @media (max-width: 991px) {
    #why-choose.image-bottom .features {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    #why-choose.image-bottom .features {
      grid-template-columns: 1fr; } }

#table .wrapper {
  border: 1px solid #262626;
  border-radius: 22px;
  padding: 140px; }
  @media (max-width: 1200px) {
    #table .wrapper {
      padding: 24px; } }
  @media (max-width: 576px) {
    #table .wrapper {
      padding: 0px;
      border: 0; } }
  #table .wrapper h5.second {
    margin-top: 70px; }
    @media (max-width: 576px) {
      #table .wrapper h5.second {
        margin-top: 50px; } }
#table .tiers-wrapper {
  overflow-x: auto;
  margin-top: 50px; }
#table .tiers-table {
  min-width: 800px;
  width: 100%;
  max-width: 816px;
  margin: 0 auto; }
  @media (max-width: 576px) {
    #table .tiers-table {
      min-width: 680px; } }
#table .tiers-head {
  display: grid;
  gap: 40px;
  grid-template-columns: 120px 120px 200px 1fr;
  background: #007FFF;
  color: #fff;
  padding: 15px 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }
  @media (max-width: 576px) {
    #table .tiers-head {
      grid-template-columns: 120px 120px 120px 200px; } }
  #table .tiers-head .col-tier {
    background: #007FFF;
    padding: 0; }
#table .tiers-row {
  display: grid;
  gap: 40px;
  grid-template-columns: 120px 120px 200px 1fr;
  background: #202020;
  margin-top: 14px;
  align-items: center; }
  @media (max-width: 576px) {
    #table .tiers-row {
      grid-template-columns: 120px 120px 120px 200px; } }
  #table .tiers-row:nth-child(odd) {
    background: #0F0F0F; }
    #table .tiers-row:nth-child(odd) .col-tier {
      background: #0F0F0F; }
  #table .tiers-row div:nth-child(333), #table .tiers-row div:nth-child(4) {
    text-align: left; }
#table .tiers-row {
  border-radius: 0; }
#table .col-tier {
  position: sticky;
  background: #202020;
  padding: 24px;
  left: 0;
  z-index: 1; }
#table .tiers-head .col-tier {
  z-index: 2; }

#support .image {
  border: 1px solid #262626;
  border-radius: 22px;
  max-height: 419px;
  overflow: hidden; }
  @media (max-width: 991px) {
    #support .image {
      margin-top: 12px; } }
#support .blocks {
  display: inline-flex;
  gap: 23px;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    #support .blocks {
      gap: 12px; } }
  #support .blocks .block {
    border: 1px solid #262626;
    border-radius: 22px;
    display: inline-flex;
    padding: 0px 40px;
    height: 197px;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 4vw, 21px) !important;
    flex: 1 0 40%;
    text-align: center;
    background: #060606; }
    @media (max-width: 576px) {
      #support .blocks .block {
        flex: 1 0 100%;
        height: 82px; } }
    #support .blocks .block:hover {
      background: #007FFF; }

#trading .pad-section {
  padding: 113px 64px;
  border: 1px solid #262626;
  border-radius: 22px; }
  @media (max-width: 1200px) {
    #trading .pad-section {
      padding: 0;
      border: 0px solid #262626; } }
@media (min-width: 991px) {
  #trading .first {
    padding-right: 0; } }
@media (min-width: 991px) and (max-width: 1200px) {
  #trading .first {
    padding: 0; } }
@media (max-width: 991px) {
  #trading .first {
    text-align: center; } }
#trading .main-card {
  padding: 100px 32px;
  border: 1px solid #262626;
  border-radius: 22px;
  min-height: 378px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #060606; }
  @media (max-width: 991px) {
    #trading .main-card {
      padding: 32px;
      min-height: 207px;
      margin-bottom: 12px; } }
  @media (min-width: 576px) {
    #trading .main-card {
      border: 0; } }
#trading .features {
  display: flex;
  gap: 12px; }
  @media (max-width: 576px) {
    #trading .features {
      flex-direction: column; } }
#trading .features-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px; }
#trading .feature-card {
  padding: 32px;
  border: 1px solid #262626;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #060606; }
  @media (max-width: 576px) {
    #trading .feature-card {
      text-align: center;
      align-items: center; } }
#trading .feature-card.big {
  height: 218px; }
  @media (max-width: 1200px) {
    #trading .feature-card.big {
      height: 180px; } }
  @media (max-width: 576px) {
    #trading .feature-card.big {
      height: 150px; } }
#trading .feature-card.small {
  height: 146px; }
  @media (max-width: 1200px) {
    #trading .feature-card.small {
      height: 180px; } }
  @media (max-width: 576px) {
    #trading .feature-card.small {
      height: 150px; } }
#trading .icon {
  width: 30px;
  height: 30px;
  border-radius: 83.333px;
  background: #007FFF;
  display: flex;
  justify-content: center;
  margin-bottom: 8px; }
  #trading .icon img {
    max-width: 15px; }
#trading .lrg {
  margin-bottom: 0; }

#real-time {
  background: #060606; }
  #real-time .brdr {
    border: 1px solid #262626;
    border-radius: 22px;
    overflow: hidden; }
    #real-time .brdr .block {
      padding: 81px 85px; }
      @media (max-width: 991px) {
        #real-time .brdr .block {
          padding: 39px 25px; } }
      #real-time .brdr .block ul, #real-time .brdr .block .lrg {
        margin-bottom: 0; }
  @media (max-width: 991px) {
    #real-time .imag {
      height: 332px; } }

#grow .container {
  position: relative; }
#grow .row {
  margin: 0;
  border: 1px solid #262626;
  border-radius: 22px; }
  @media (max-width: 576px) {
    #grow .row {
      background-position-x: -744px !important; } }
  @media (max-width: 991px) {
    #grow .row:before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      pointer-events: none; } }
  #grow .row .wrapper {
    padding: 85px; }
    @media (max-width: 991px) {
      #grow .row .wrapper {
        padding: 97px 40px;
        text-align: center;
        position: relative;
        z-index: 1; } }
    #grow .row .wrapper .button {
      display: inline-flex;
      gap: 18px; }
      #grow .row .wrapper .button .btn {
        background: #007FFF26; }
        #grow .row .wrapper .button .btn:hover {
          background: #007FFF; }

.popup-overlay {
  position: fixed;
  inset: 0;
  background: #007fff8a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease; }
  .popup-overlay.active {
    opacity: 1;
    visibility: visible; }
  .popup-overlay form {
    width: 100%; }
    .popup-overlay form ::placeholder {
      color: #E2E2E2 !important;
      opacity: 0.3;
      font-size: clamp(14px, 3vw, 16px);
      font-weight: 400; }
    .popup-overlay form label {
      font-size: 14px;
      color: #A0A0A0;
      display: flex;
      flex-direction: column; }
      .popup-overlay form label input, .popup-overlay form label textarea {
        margin: 8px 0 32px 0;
        background: #1C1C1C;
        color: #fff;
        border-radius: 10px;
        width: 100%;
        border: 0;
        padding: 8px 12px; }
      .popup-overlay form label input {
        height: 40px; }
    .popup-overlay form #submit {
      color: #fff;
      background: #007FFF;
      border-radius: 20px; }
  .popup-overlay .form-response {
    color: red; }

.popup-box {
  background: #000;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: all .3s ease; }

.popup-overlay.active .popup-box {
  transform: scale(1);
  opacity: 1; }

.popup-overlay.closing .popup-box {
  transform: scale(0.8);
  opacity: 0; }

.popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #007FFF; }

@media (max-width: 576px) {
  #real-time .brdr {
    margin: 0px !important; } }
html[dir="rtl"] #grow .row {
  transform: scaleX(-1);
  display: flex;
  flex-direction: row-reverse; }
  html[dir="rtl"] #grow .row .mblock {
    transform: scaleX(-1); }
html[dir="rtl"] #table .tiers-row div:nth-child(333), html[dir="rtl"] #table .tiers-row div:nth-child(4) {
  text-align: center; }
html[dir="rtl"] .has-text-align-left {
  text-align: right !important; }
@media (min-width: 576px) {
  html[dir="rtl"] #build .blocks .block .column:first-child {
    border-right: 0px solid #262626;
    border-left: 1px solid #262626; } }
html[dir="rtl"] #table .tiers-head {
  grid-template-columns: 1fr 200px 120px 120px; }
html[dir="rtl"] #table .tiers-row {
  grid-template-columns: 1fr 200px 120px 120px; }
html[dir="rtl"] #table .tiers-table {
  direction: ltr; }
@media (max-width: 576px) {
  html[dir="rtl"] #table .tiers-row {
    grid-template-columns: 200px 120px 120px 120px; } }

/*# sourceMappingURL=partners.css.map */
