@charset "UTF-8";
.subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  padding: 1rem;
  border-radius: 8px;
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.subnav li {
  list-style: none;
}
.subnav li a {
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.subnav li a:hover,
.subnav li a.active {
  background: #595e5f;
  color: #fff;
}

h2 {
  color: #40d7a3;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: block !important;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.q {
  cursor: pointer;
  color: #fff;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  font-weight: bold;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
  font-size: 17px;
}

.q::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background-image: url("/assets/images/arrow-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.q.active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.q:hover,
.q:focus {
  outline: none;
}

.a {
  display: none;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 0 1.5rem;
  margin-top: 0.25rem;
  border-radius: 4px;
}

.q.active + .a {
  display: block;
}

.b2t {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #40d7a3;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.8;
  z-index: 1000;
}

#faqtop:hover {
  opacity: 1;
}

#techq {
  scroll-margin-top: 100px;
}

.bankingmethods .withdrawalDesktop,
.bankingmethods .depositDesktop {
  display: none;
}
.bankingmethods .withdrawalMobile {
  width: 100%;
}
.bankingmethods .withdrawalMobile .row {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px auto 10px auto;
  grid-template-columns: auto auto auto;
}
.bankingmethods .withdrawalMobile .col {
  padding: 0 0 0 1em;
}
.bankingmethods .withdrawalMobile .col p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
}
@media screen and (max-width: 568px) {
  .bankingmethods .withdrawalMobile .col p {
    font-size: 12px;
  }
}
.bankingmethods .withdrawalMobile .col span {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8em;
}
.bankingmethods .depositMobile {
  width: 100%;
}
.bankingmethods .depositMobile .row {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 10px auto 10px auto;
  grid-template-columns: 70px auto auto;
}
.bankingmethods .depositMobile .col {
  padding: 0 0 0 1em;
}
.bankingmethods .depositMobile .col p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
}
@media screen and (max-width: 568px) {
  .bankingmethods .depositMobile .col p {
    font-size: 12px;
  }
}
.bankingmethods .depositMobile .col span {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8em;
}
.bankingmethods p.headerBank {
  text-align: center;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  line-height: 41px;
}
.bankingmethods .header {
  font-size: 0.85em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 2em;
  color: #fff;
  padding: 0.8em;
  background-color: #131313;
}
.bankingmethods .bankwire {
  font-size: 1.8em;
}
.bankingmethods .row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 80px;
}
.bankingmethods .logo.mobile {
  max-height: 200px;
  position: relative;
  height: 60px;
  max-width: initial !important;
}
.bankingmethods .logo.desktop {
  display: block;
  margin: 0 auto;
  max-height: 40px;
}
.bankingmethods .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bankingmethods .method {
  z-index: 1;
}
.bankingmethods .method:nth-child(odd) {
  background-color: #131313;
}
.bankingmethods .method:nth-child(even) {
  background-color: #302d2d;
}
.bankingmethods .details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
}
.bankingmethods .details .col {
  text-align: center;
  line-height: 60px;
  padding: 0;
}
.bankingmethods .details .col .header,
.bankingmethods .details .col .row {
  border-left: 1px dotted #bfbfbf;
}
.bankingmethods .button {
  background: -webkit-gradient(linear, left top, right top, from(#BE0200), to(#FF2B29));
  background: linear-gradient(90deg, #BE0200 0%, #FF2B29 100%);
  -webkit-box-shadow: 0 0 9px 8px rgba(255, 45, 41, 0.25);
          box-shadow: 0 0 9px 8px rgba(255, 45, 41, 0.25);
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 2em;
  padding: 0.3em 1em;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.method > p,
.details .col > p {
  height: 50px;
}

.withdrawals,
.toggle {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banking .wrapper {
  width: 100%;
}
.banking .wrapper .maintitle,
.banking .wrapper .intro,
.banking .wrapper .template {
  padding: 0 2em;
}
.banking #promotions {
  padding: 1em;
}
.banking #promotions .wrapper {
  width: 95%;
}

.tab-buttons .tab-button {
  background-color: #282828;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  height: 39.2px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.tab-buttons .tab-button:hover {
  background-color: #403838;
}
.tab-buttons .active-tab-button {
  background-color: #BE0200;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.tab-buttons .active-tab-button:hover {
  background-color: #BE0200;
}

.dep {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 1em 1em;
  border-bottom: solid 4px #BE0200 !important;
  height: 43px;
}
.dep h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
}
.dep .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dep .checkbox p {
  text-transform: uppercase;
  margin: 0 3px;
}
.dep .checkbox input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  margin: 0;
}
.dep .checkbox label {
  cursor: pointer;
  text-indent: -2999px;
  width: 44px;
  height: 24px;
  background: #131313;
  display: block;
  border-radius: 28px;
  position: relative;
}
.dep .checkbox label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#BE0200), to(#FF2B29));
  background: linear-gradient(90deg, #BE0200 0%, #FF2B29 100%);
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dep .checkbox label:active:after {
  width: 20px;
}
.dep .checkbox input:checked + label:after {
  left: calc(100% - 2px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media screen and (max-width: 568px) {
  .bankingmethods .depositMobile .row {
    -ms-grid-columns: auto auto auto !important;
    grid-template-columns: auto auto auto !important;
  }
  .bankingmethods .logo {
    max-height: 200px;
    position: relative;
    height: 60px;
    max-width: initial !important;
  }
  .bankingmethods .header {
    min-height: 50px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 22px;
    word-break: break-word;
  }
  .maintitle h1 {
    word-break: break-word;
  }
  .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-buttons .tab-button {
    width: 50%;
  }
}
@media screen and (min-width: 568px) {
  .bankingmethods .depositMobile,
  .bankingmethods .withdrawalMobile {
    display: none;
  }
  .bankingmethods .withdrawalDesktop,
  .bankingmethods .depositDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3em 0;
  }
  .bankingmethods .bankwire {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    width: 100%;
  }
  .bankingmethods .row:nth-child(odd) {
    background-color: #131313;
  }
  .bankingmethods .row:nth-child(even) {
    background-color: #302d2d;
  }
  .bankingmethods .logo {
    display: block;
    margin: 0 auto;
    max-height: 40px;
  }
  .bankingmethods .method {
    -webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.6);
            box-shadow: 3px 0 10px rgba(0, 0, 0, 0.6);
    width: 250px;
  }
  .bankingmethods .button {
    padding: 4px 22px;
    font-weight: 600;
    width: unset;
  }
  .bankingmethods #deposits {
    margin: 0 auto;
  }
  .bankingmethods #withdrawals {
    width: 92%;
    margin: 0 auto;
  }
  .bankingmethods .dep {
    margin: 3em 0em -1em 0em;
  }
  .bankingmethods .dep .checkbox {
    margin-top: 2.5em;
  }
  .bankingmethods #promotions {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1024px) {
  .bankingmethods .method {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.contact-wrapper .contact-main {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.contact-wrapper .contact-main h1 {
  font-weight: 700;
  font-size: 24px;
  color: #40d7a3;
  margin-bottom: 15px;
}
.contact-wrapper .contact-main h3 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 10px;
}
.contact-wrapper .contact-main p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #fff;
}
.contact-wrapper .contact-main p a {
  color: #40d7a3;
  text-decoration: none;
}
.contact-wrapper .contact-main p a:hover {
  text-decoration: underline;
}
.contact-wrapper .contact-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.contact-wrapper .contact-sidebar .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.contact-wrapper .contact-sidebar .contact-block .icon {
  font-size: 36px;
  width: 48px;
  height: 48px;
  background: #333;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 8px #888;
          box-shadow: 0 0 8px #888;
}
.contact-wrapper .contact-sidebar .contact-block .email-icon {
  content: "@";
  font-weight: 700;
  font-family: monospace;
}
.contact-wrapper .contact-sidebar .contact-block .chat-icon {
  content: "✉";
}
.contact-wrapper .contact-sidebar .contact-block h2 {
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 5px 0;
  color: #fff;
}
.contact-wrapper .contact-sidebar .contact-block h2 span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #fff;
  margin-top: -3px;
}
.contact-wrapper .contact-sidebar .contact-block p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
}
.contact-wrapper .contact-sidebar .contact-block p a {
  color: #40d7a3;
  font-weight: 600;
  text-decoration: none;
}
.contact-wrapper .contact-sidebar .contact-block p a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-wrapper .contact-main {
    border-right: none;
    padding-right: 0;
  }
  .contact-wrapper .contact-sidebar {
    padding-left: 0;
    gap: 20px;
  }
}
/* new login */
#lmModalOverlay .modalwrapper {
  font-family: Montserrat, sans-serif;
  background-color: #242625;
  color: #fff;
  border: none;
}
#lmModalOverlay .modalwrapper .signup-invitation h3 {
  font-size: 1.5em;
  color: #40d7a3;
}
#lmModalOverlay .modalwrapper .signup-invitation p {
  margin: 0.7em 0;
}
#lmModalOverlay .modalwrapper .signup-invitation h4 {
  font-size: 1em;
  margin: 0.3em 0;
}
#lmModalOverlay .modalwrapper .signup-invitation .btn {
  background: #40d7a3;
  color: #fff;
}
#lmModalOverlay .modalwrapper .signup-invitation .btn:hover {
  background: red;
}
#lmModalOverlay .modalwrapper .closelmmodal {
  color: #fff;
  background: transparent;
  top: 7px;
  right: 7px;
}
@media screen and (max-width: 420px) {
  #lmModalOverlay .modalwrapper .closelmmodal {
    top: 2px;
    right: 2px;
  }
}
#lmModalOverlay .modalwrapper .row2col label {
  white-space: nowrap;
}
#lmModalOverlay .modalwrapper .row2col a {
  text-decoration: none;
  color: #40d7a3;
}
#lmModalOverlay .row {
  margin: 0;
}
#lmModalOverlay #hcaptcha_cont {
  width: 100%;
  margin: 1em auto 0 auto;
}
#lmModalOverlay .loginerror,
#lmModalOverlay .error {
  color: #FF0000;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-top: 5px;
}
#lmModalOverlay .btn {
  background: #666;
  border: none;
  color: #fff;
}
#lmModalOverlay .btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#lmModalOverlay input {
  border: none;
  color: #666;
  outline: none;
}
#lmModalOverlay input::-webkit-input-placeholder {
  background: #fff;
}
#lmModalOverlay input::-moz-placeholder {
  background: #fff;
}
#lmModalOverlay input:-ms-input-placeholder {
  background: #fff;
}
#lmModalOverlay input::-ms-input-placeholder {
  background: #fff;
}
#lmModalOverlay input:focus,
#lmModalOverlay input::placeholder {
  background: #fff;
}
#lmModalOverlay .lds-spinner div:after {
  background: #be0200;
}
#lmModalOverlay .requestPasswform {
  max-width: 280px;
}
#lmModalOverlay .requestPasswform h3 {
  color: #40d7a3;
  font-size: 1.3em;
  margin-bottom: 0;
}
#lmModalOverlay .requestPasswform .btn {
  background: #be0200;
  color: #fff;
}
#lmModalOverlay .requestPasswform a {
  color: #40d7a3;
}
#lmModalOverlay .confirmationRequestPassword span,
#lmModalOverlay .confirmationRequestPassword span.emailaddress {
  color: #40d7a3;
}
#lmModalOverlay .confirmationRequestPassword h3 {
  font-size: 1.5em;
  color: #40d7a3;
  font-weight: 500;
  margin: 0;
}
#lmModalOverlay .confirmationRequestPassword p {
  margin: 1em 0;
}
#lmModalOverlay .logoutconfirm p {
  color: #40d7a3;
}
#lmModalOverlay .logoutconfirm button.btn {
  background: #666;
  border: none;
  color: #fff;
}
#lmModalOverlay .logoutconfirm button.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#lmModalOverlay .logoutconfirm button.btn.yes {
  background: -webkit-gradient(linear, left top, right top, from(#BE0200), to(#FF2B29));
  background: linear-gradient(90deg, #BE0200 0%, #FF2B29 100%);
  color: #fff;
}
#lmModalOverlay .loginform + .noacc {
  margin-top: 0;
}
#lmModalOverlay .loginform + .noacc a {
  font-weight: 500;
  color: #be0200;
}

/* end new login */
#lmModalOverlay .modalwrapper.subscribe {
  background-color: #242625 !important;
  color: #fff;
}
#lmModalOverlay .modalwrapper.subscribe .closelmmodal {
  color: #40d7a3;
}
#lmModalOverlay .modalwrapper.subscribe .closelmmodal:hover {
  color: #40d7a3;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal {
  color: #fff;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .icon-rsm {
  color: #be0200 !important;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal h3 {
  color: #40d7a3;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .actions .button {
  color: #fff;
  background: #666 !important;
  height: 3em;
  font-size: 16px;
  border-radius: 4px;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .actions .button--gray {
  background: #be0200 !important;
  color: #fff !important;
}
#lmModalOverlay .modalwrapper.subscribe #resubscriptionModal .actions .loader {
  border: 3px solid rgb(102, 102, 102);
  border-bottom-color: #fff;
}

.bitcoin-wrapper {
  width: 100%;
  margin-bottom: 40px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.bitcoin-wrapper ul li {
  margin-bottom: 10px;
  color: #ffffff;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.bitcoin-wrapper ul li a, .bitcoin-wrapper ul li strong {
  color: #40d7a3 !important;
  font-weight: 700;
}
.bitcoin-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url("/images/arrow-red.svg") no-repeat center center;
  background-size: contain;
}

.bc-no-bg {
  padding: 20px 0 0;
}
.bc-no-bg .container {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .bc-no-bg {
    padding: 15px 0 0;
  }
}

.bc-gray-bg-text {
  color: #fff;
}
.bc-gray-bg-text p {
  color: #fff;
}

.bc-gray-bg-text + p {
  color: #fff;
}

.bc-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bc-banner h1 {
  margin: 0;
  text-transform: initial;
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .bc-banner h1 {
    margin-left: 0;
    font-size: 27px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 412px) {
  .bc-banner h1 {
    font-size: 22px;
  }
}
.bc-banner + p {
  text-align: justify;
}

.bc-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .bc-icons {
    margin: 30px 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bc-icons .bc-icons-items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24%;
          flex: 1 1 24%;
  max-width: 24%;
  text-align: center;
  padding: 0 50px;
  position: relative;
}
.bc-icons .bc-icons-items p {
  color: #ffffff;
  display: none;
}
@media screen and (max-width: 1200px) {
  .bc-icons .bc-icons-items {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .bc-icons .bc-icons-items {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    max-width: 48%;
  }
  .bc-icons .bc-icons-items:nth-child(1), .bc-icons .bc-icons-items:nth-child(2) {
    margin-bottom: 15px;
  }
}
.bc-icons .bc-icons-items .bc-icon-img {
  position: relative;
  display: block;
}
.bc-icons .bc-icons-items .bc-icon-img::before {
  content: "";
  width: 100%;
  height: 65px;
  background: url("/images/arrow.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  top: 50%;
  position: absolute;
  left: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 30px;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bc-icons .bc-icons-items .bc-icon-img::before {
    left: 75%;
  }
}
@media screen and (max-width: 992px) {
  .bc-icons .bc-icons-items .bc-icon-img::before {
    width: 20%;
    margin-left: -25px;
  }
}
.bc-icons .bc-icons-items:last-child .bc-icon-img::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .bc-icons .bc-icons-items:nth-child(2) .bc-icon-img::before {
    display: none;
  }
}
.bc-icons .bc-icons-items img {
  display: inline-block;
  max-width: 124px;
}
@media screen and (max-width: 1024px) {
  .bc-icons .bc-icons-items img {
    max-width: 90px;
  }
}

.bc-gray-bg .container {
  padding: 0 !important;
}
.bc-gray-bg .bc-acc-title {
  text-decoration: none;
  background: #000;
  border-radius: 8px;
  padding: 15px 10px;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 99%;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #ffffff !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 400px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title {
    font-size: 16px;
    padding-left: 30px;
  }
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background-size: contain !important;
  background-repeat: no-repeat;
}
@media screen and (max-width: 400px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bc-gray-bg .bc-acc-title h2.bc-accordion-title::before {
    width: 24px;
    height: 24px;
  }
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.create-coin::before {
  background: url("/images/icons/creating-a-coinbase2.svg") no-repeat center center transparent;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.purchase-coin::before {
  background: url("/images/icons/purchasing-bitcoin2.svg") no-repeat center center transparent;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.deposit-coin::before {
  background: url("/images/icons/depositing-bitcoin2.svg") no-repeat center center transparent;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.receive-coin::before {
  background: url("/images/icons/receiving-casino-winnings2.svg") no-repeat center center transparent;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
}
.bc-gray-bg .bc-acc-title h2.bc-accordion-title.open::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.bc-gray-bg .bc-inner-top,
.bc-gray-bg .bc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bc-gray-bg .bc-inner-top,
  .bc-gray-bg .bc-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bc-gray-bg .bc-inner-top .bc-media-content,
.bc-gray-bg .bc-inner-top .bc-text-content,
.bc-gray-bg .bc-inner .bc-media-content,
.bc-gray-bg .bc-inner .bc-text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .bc-gray-bg .bc-inner-top .bc-media-content,
  .bc-gray-bg .bc-inner-top .bc-text-content,
  .bc-gray-bg .bc-inner .bc-media-content,
  .bc-gray-bg .bc-inner .bc-text-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.bc-gray-bg .bc-inner-top .bc-media-content h3,
.bc-gray-bg .bc-inner-top .bc-text-content h3,
.bc-gray-bg .bc-inner .bc-media-content h3,
.bc-gray-bg .bc-inner .bc-text-content h3 {
  font-size: 16px;
  border-top: none;
}
.bc-gray-bg .bc-inner-top .bc-media-content p,
.bc-gray-bg .bc-inner-top .bc-text-content p,
.bc-gray-bg .bc-inner .bc-media-content p,
.bc-gray-bg .bc-inner .bc-text-content p {
  color: #ffffff;
}
.bc-gray-bg .bc-inner-top .bc-text-content {
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .bc-gray-bg .bc-inner-top .bc-media-content {
    margin-bottom: 16px;
  }
}
.bc-gray-bg .bc-inner-top .bc-media-content img {
  width: 100%;
}
.bc-gray-bg .bc-inner .bc-media-content {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bc-gray-bg .bc-inner .bc-media-content {
    width: 100%;
  }
}
.bc-gray-bg .bc-inner .bc-media-content img {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .bc-gray-bg .bc-inner .bc-text-content {
    margin-bottom: 32px;
  }
}
.bc-gray-bg h3 {
  margin: 0 0 14px;
  padding-top: 14px;
  font-weight: 400;
  text-transform: initial;
  border-top: 1px solid #5C5C5C;
  color: #ffffff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .bc-gray-bg h3 {
    margin: 0 0 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }
}
.bc-gray-bg .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bc-gray-bg .two-column li {
  max-width: 35%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .bc-gray-bg .two-column li {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
  }
}

.bc-row {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bc-row {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .bc-row ul {
    margin-bottom: 0;
  }
  .bc-row ul.two-column {
    margin-bottom: 20px;
  }
}

.bc-accordion-content {
  margin-bottom: 20px;
}
.bc-accordion-content .bc-content {
  display: none;
}

.bc-gray-bg h3 {
  font-size: 16px !important;
}

.common-page-wrap hr.line-bottom {
  border: 0;
  margin: 20px 0;
}
.common-page-wrap .bg-box {
  background: #be0200;
  padding: 30px 50px;
  border-radius: 8px;
}
@media (min-width: 320px) {
  .common-page-wrap .bg-box {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .common-page-wrap .bg-box {
    padding: 30px 50px;
  }
}
.common-page-wrap .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.common-page-wrap .page-title h1.term-title {
  font-weight: 700;
  font-size: 24px;
  color: #be0200;
  margin-bottom: 15px;
}
.common-page-wrap .content .common-content-container h1, .common-page-wrap .content .common-content-container h2, .common-page-wrap .content .common-content-container h3 {
  color: #40d7a3;
  font-weight: 600;
  padding: 10px 0;
}
.common-page-wrap .content .common-content-container h1 {
  font-size: 26px;
  line-height: 27px;
}
.common-page-wrap .content .common-content-container h2 {
  font-size: 24px;
  line-height: 29px;
}
.common-page-wrap .content .common-content-container h3 {
  font-size: 20px;
  line-height: 24px;
}
.common-page-wrap .content .common-content-container p {
  color: #40d7a3;
  padding: 5px 0;
  line-height: 25px;
  font-size: 16px !important;
}
.common-page-wrap .content .common-content-container p a {
  color: #40d7a3;
  text-decoration: underline;
}
.common-page-wrap .content .common-content-container ol, .common-page-wrap .content .common-content-container ul {
  list-style: disc;
  padding: 10px 0 10px 18px;
}
.common-page-wrap .content .common-content-container ol li, .common-page-wrap .content .common-content-container ul li {
  line-height: 25px;
  color: #40d7a3;
  font-size: 16px;
  padding-bottom: 5px;
}
.common-page-wrap .content .common-content-container #myCountry h2 {
  color: #fff;
  background-color: #40d7a3;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 40px;
  padding: 10px 20px;
  margin-bottom: 0 !important;
}
.common-page-wrap .content .common-content-container #myCountry table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background-color: #fff;
}
.common-page-wrap .content .common-content-container #myCountry table tbody tr:nth-child(odd) {
  background-color: #131313;
}
.common-page-wrap .content .common-content-container #myCountry table tbody tr:nth-child(2n) {
  background-color: #191b1a;
}
.common-page-wrap .content .common-content-container #myCountry table td {
  padding: 10px;
  border-right: 1px dotted #fff;
}
.common-page-wrap .content .common-content-container #myCountry table td:last-of-type {
  border-right: none;
}
.common-page-wrap .content .common-content-container #myCountry table td img {
  width: 60px;
}
@media (min-width: 320px) {
  .common-page-wrap .content .common-content-container #myCountry table td img {
    max-width: 50px;
  }
}
@media (min-width: 768px) {
  .common-page-wrap .content .common-content-container #myCountry table td img {
    max-width: 90px;
  }
}
.common-page-wrap .content .common-content-container #myCountry table td .allowed img, .common-page-wrap .content .common-content-container #myCountry table td .notallowed img {
  width: 50px;
  height: 50px;
}
@media (min-width: 320px) {
  .common-page-wrap .content .common-content-container #myCountry table td .allowed img, .common-page-wrap .content .common-content-container #myCountry table td .notallowed img {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 430px) {
  .common-page-wrap .content .common-content-container #myCountry table td {
    padding: 2px;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .common-page-wrap .content .common-content-container #myCountry table td {
    padding: 10px;
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
  margin: 0; /* remove default body margin */
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .sidebar:not(.collapsed) ~ .main-content {
    margin-left: 230px;
    -webkit-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
    margin-right: auto;
  }
  .sidebar.collapsed ~ .main-content {
    margin-left: 50px;
    margin-right: auto;
    -webkit-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
  }
}
section.content-pages {
  color: #fff;
  top: 50px;
  min-height: 850px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.content-pages {
    top: 80px;
  }
}
section.content-pages p {
  margin-bottom: 1rem;
}
section.content-pages h1 {
  color: #40d7a3;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: block !important;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
section.content-pages h2 {
  font-size: 1.3rem;
}
section.content-pages h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: block !important;
  margin-bottom: 1rem;
}
section.content-pages a {
  color: #40d7a3;
  text-decoration: none;
}
section.content-pages .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000;
  padding: 2rem;
  margin: 2rem 0 4rem;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 800;
  gap: 2rem;
  text-align: center;
}
section.content-pages .information .content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
}
section.content-pages .information .button--cta {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 567px) {
  section.content-pages .information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.content-pages .information .content, section.content-pages .information .button--cta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.content-pages .information .button {
  width: 60%;
  padding: 10px 30px;
  border-radius: 8px;
  font: 700 17px "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 567px) {
  section.content-pages .information .button {
    width: 80%;
  }
}
section.content-pages .information .button.is-red {
  background-image: -webkit-gradient(linear, left top, right top, from(#BE0200), to(#FF2B29));
  background-image: linear-gradient(90deg, #BE0200 0%, #FF2B29 100%);
  -webkit-filter: drop-shadow(0px 4px 0px rgba(174, 4, 2, 0.63));
          filter: drop-shadow(0px 4px 0px rgba(174, 4, 2, 0.63));
  -webkit-box-shadow: 0 0 9px 8px rgba(255, 45, 41, 0.25);
          box-shadow: 0 0 9px 8px rgba(255, 45, 41, 0.25);
}
section.content-pages .information .button.is-red::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF2B29), to(#ef2624));
  background-image: linear-gradient(90deg, #FF2B29 0%, #ef2624 100%);
}
section.content-pages .information .button.is-red::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#BE0200), to(#FF2B29));
  background-image: linear-gradient(90deg, #BE0200 0%, #FF2B29 100%);
}
section.content-pages .information .button.is-red:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF2B29), to(#ef2624));
  background-image: linear-gradient(90deg, #FF2B29 0%, #ef2624 100%);
}
section.content-pages .information .button::before, section.content-pages .information .button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 0;
}
section.content-pages .information .button::before {
  border-radius: 50% 50% 0 0;
  -webkit-transform: translateY(100%) scaleY(0.5);
          transform: translateY(100%) scaleY(0.5);
}
section.content-pages .information .button::after {
  border-radius: 0;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}
section.content-pages .information .button div {
  position: relative;
  top: 3px;
  width: 100%;
  height: 26px;
  overflow: hidden;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.content-pages .information .button div span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
section.content-pages .information .button div span:first-child {
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
section.content-pages .information .button div span:last-child {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
section.content-pages .information .button:hover {
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
section.content-pages .information .button:hover::after {
  border-radius: 0 0 50% 50%;
  -webkit-transform: translateY(-100%) scaleY(0.5);
          transform: translateY(-100%) scaleY(0.5);
}
section.content-pages .information .button:hover::before {
  border-radius: 0;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}
section.content-pages .information .button:hover div span:first-child {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
section.content-pages .information .button:hover div span:last-child {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
@media (max-width: 768px) {
  section.content-pages .information .button--cta {
    width: 100% !important;
  }
}
section.content-pages ol {
  padding: 0 20px;
}

ul.tab-menu.subnav {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto 1rem;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
ul.tab-menu.subnav li {
  list-style: none;
  padding: 0.5rem;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
}
ul.tab-menu.subnav li a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  font-size: 15px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
}
ul.tab-menu.subnav li a:hover {
  color: #595e5f;
}
ul.tab-menu.subnav li.active {
  background: #595e5f;
}
ul.tab-menu.subnav li.active a {
  color: #fff;
}
@media (max-width: 567px) {
  ul.tab-menu.subnav {
    -ms-grid-columns: (100px)[3];
    grid-template-columns: repeat(3, 100px);
    width: 85%;
    justify-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  ul.tab-menu.subnav li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.tab-menu.subnav li a {
    padding: 5px;
    font-size: 13px;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  ul.tab-menu.subnav li a {
    padding: 0.5rem 1rem;
  }
}