._1MD-qal6 {
  border-bottom: 1px solid var(--gray-700);
  display: flex;
  flex-direction: column;
  margin: 0 -5px;
  padding: var(--sidebarTopBottomPadding) var(--sidebarLeftRightPadding); }
  ._1MD-qal6 .positionLeverageForm {
    display: flex;
    flex-grow: 1;
    justify-content: center; }
  ._1MD-qal6 .leverageWrapper {
    display: flex;
    flex-grow: 1;
    font-size: 1rem;
    margin-top: 5px; }
    ._1MD-qal6 .leverageWrapper .leverage {
      flex-grow: 1; }
    ._1MD-qal6 .leverageWrapper .editLeverage {
      margin-left: 8px;
      margin-top: -2px; }
    ._1MD-qal6 .leverageWrapper .rc-slider-mark-text {
      font-size: 0.77rem; }
      ._1MD-qal6 .leverageWrapper .rc-slider-mark-text:first-child {
        margin-left: 0 !important;
        left: -15px !important;
        overflow: visible;
        text-align: left;
        white-space: nowrap; }
      ._1MD-qal6 .leverageWrapper .rc-slider-mark-text:nth-of-type(2) {
        transform: translateX(1px); }
      ._1MD-qal6 .leverageWrapper .rc-slider-mark-text:nth-last-of-type(2) {
        transform: translateX(0); }
      ._1MD-qal6 .leverageWrapper .rc-slider-mark-text:last-of-type {
        right: -12px; }
    ._1MD-qal6 .leverageWrapper .rc-slider-mark-text-active {
      color: white; }
  ._1MD-qal6 .tooltipWrapper:hover {
    background-color: var(--gray-800); }

._1SBSHmbU {
  font-size: 1.25rem;
  font-weight: 500;
  padding: var(--sidebarHeaderTopBottomPadding) var(--sidebarHeaderLeftRightPadding);
  margin: 0 -8px; }

._1wLfO6Ux {
  font-size: 1.38rem;
  position: absolute;
  right: var(--sidebarLeftRightPadding); }

._2yHREGAu {
  margin-bottom: 0;
  padding-bottom: 4px; }

._1YLiKDlW {
  display: flex;
  flex-direction: row; }

._2ODWXCMh ._2sq0TXhv:before {
  content: '+';
  padding-right: 3px; }

._3Nx02lp5 {
  color: white;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 6px; }

._3-uuKu61 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px; }

._3YFy4KeA {
  color: var(--gray-500); }

._3zzkqksc {
  cursor: pointer; }

._24kezr90 ._3Nx02lp5 {
  text-align: right; }

._3YFy4KeA ._2sq0TXhv:before {
  content: '+';
  padding-right: 3px; }

._1Stn-hN0 {
  flex-direction: row;
  font-size: 1.38rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis; }

._3vXWnkiN {
  color: var(--gray-300);
  font-size: 1rem;
  margin-top: 3px; }

._16kPngp3 {
  margin-top: 10px; }

._1ZQA1KNJ {
  color: white;
  display: flex;
  font-size: 0.9rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis; }

._1qo1jATD {
  color: var(--price-neg); }

._2ODWXCMh {
  color: var(--price-pos); }

._2MJkexvH {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-top: 10px; }

._2J6xSVrU::before {
  content: "\F044";
  cursor: pointer;
  font-family: "icomoon";
  padding-left: 2px; }

.tkg3-8r8 {
  display: flex;
  flex-direction: row;
  margin: 5px 5px 10px 0; }

._2bVTCdq4 {
  margin-right: 10px; }

._2bVTCdq4::before {
  content: "\E909";
  font-family: "icomoon"; }

._23FGopK0 {
  margin-left: 2px; }

._23FGopK0::before {
  content: "\E90A";
  font-family: "icomoon"; }

:root {
  --sidebarHeaderLeftRightPadding: 2px;
  --sidebarHeaderTopBottomPadding: 15px;
  --sidebarLeftRightPadding: 11px;
  --sidebarTopBottomPadding: 0;
  --fontWeightBase: 300; }

/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/
:root {
  --bitmex-red:  #F16C60;
  --bitmex-blue: #6A78B9;
  --white:       #FFFFFF;
  --gray-100:    #CADFE6;
  --gray-300:    #96A9B0;
  --gray-500:    #73868C;
  --gray-700:    #303F45;
  --gray-800:    #132026;
  --gray-900:    #061117;
  --black:       #000000;
  --green-100:   #D6EFDE;
  --green-200:   #8CFFA9;
  --green-300:   #5EFF87;
  --green-500:   #12B355;
  --green-700:   #19422C;
  --red-100:     #FCD8DA;
  --red-200:     #FF968C;
  --red-300:     #FF6179;
  --red-500:     #F2304E;
  --red-700:     #5A2F3B;
  --blue-100:    #E6ECFF;
  --blue-200:    #8CF2FF;
  --blue-300:    #54EBFF;
  --blue-500:    #547FFF;
  --blue-700:    #23525C;
  --yellow-500:  #FFCB33;
  --logoBlue:      #5B69B1;
  --lime:          #8CBF26;
  --red:           #e5603b;
  --redDark:       #d04f4f;
  --blue:          #618fb0;
  --green:         #56bc76;
  --greenDark:     #388d53;
  --orange:        #eac85e;
  --yellow:        #eed37e;
  --pink:          #E671B8;
  --purple:        #A700AE;
  --brown:         #A05000;
  --teal:          #4ab0ce;
  --gray:          #666;
  --gray-dark:     #555;
  --gray-darker:   #222;
  --gray-light:    #999;
  --backgroundGray:#333;
  --lightGray:     #f8f8f8;
  --shadowGray:    rgba(#676767, .4);
  --white:         #ffffff;
  --black:         #000000; }

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/
:root {
  --bitmex-red:  #F16C60;
  --bitmex-blue: #6A78B9;
  --white:       #FFFFFF;
  --gray-100:    #CADFE6;
  --gray-300:    #96A9B0;
  --gray-500:    #73868C;
  --gray-700:    #303F45;
  --gray-800:    #132026;
  --gray-900:    #061117;
  --black:       #000000;
  --green-100:   #D6EFDE;
  --green-200:   #8CFFA9;
  --green-300:   #5EFF87;
  --green-500:   #12B355;
  --green-700:   #19422C;
  --red-100:     #FCD8DA;
  --red-200:     #FF968C;
  --red-300:     #FF6179;
  --red-500:     #F2304E;
  --red-700:     #5A2F3B;
  --blue-100:    #E6ECFF;
  --blue-200:    #8CF2FF;
  --blue-300:    #54EBFF;
  --blue-500:    #547FFF;
  --blue-700:    #23525C;
  --yellow-500:  #FFCB33;
  --logoBlue:      #5B69B1;
  --lime:          #8CBF26;
  --red:           #e5603b;
  --redDark:       #d04f4f;
  --blue:          #618fb0;
  --green:         #56bc76;
  --greenDark:     #388d53;
  --orange:        #eac85e;
  --yellow:        #eed37e;
  --pink:          #E671B8;
  --purple:        #A700AE;
  --brown:         #A05000;
  --teal:          #4ab0ce;
  --gray:          #666;
  --gray-dark:     #555;
  --gray-darker:   #222;
  --gray-light:    #999;
  --backgroundGray:#333;
  --lightGray:     #f8f8f8;
  --shadowGray:    rgba(#676767, .4);
  --white:         #ffffff;
  --black:         #000000; }

:root ._3mU6DBvT {
  --lime:                  #8CBF26;
  --red:                   #e8704f;
  --redDark:               #d56161;
  --blue:                  #c0d2df;
  --green:                 #52b370;
  --orange:                #a48c42;
  --yellow:                #eac85e;
  --pink:                  #E671B8;
  --purple:                #A700AE;
  --brown:                 #A05000;
  --teal:                  #4ab0ce;
  --gray:                  #333;
  --gray-dark:             #888;
  --gray-darker:           #bbb;
  --gray-light:            #999;
  --backgroundGray:        #333;
  --lightGray:             #E6E9ED;
  --shadowGray:            rgba(#676767, .6);
  --white:                 #000;
  --black:                 #fff; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
.gmqxVo97 {
  align-items: center;
  background: var(--headerBackground);
  border: 0;
  box-shadow: 0px 0px 2px 0px black;
  color: var(--headerTextColor);
  display: flex;
  padding: 8px var(--section-separation)/2;
  position: relative;
  z-index: 1; }
  .gmqxVo97 > ._2wx45MYS, .gmqxVo97 ._2UCMYPbC > ._2wx45MYS {
    background: -webkit-linear-gradient(rgba(170, 170, 170, 0), rgba(170, 170, 170, 0.8), rgba(145, 145, 145, 0));
    background: linear-gradient(rgba(170, 170, 170, 0), rgba(170, 170, 170, 0.8), rgba(145, 145, 145, 0));
    height: 100%;
    margin: 0 0.53846rem;
    position: relative;
    width: 1px; }

._3I5f-zFv, ._3I5f-zFv ._3jFvE3ps {
  width: 3.07692rem; }

._3I5f-zFv i {
  font-size: 1.23077rem;
  line-height: 3.07692rem;
  margin-left: 1px;
  transition: transform 0.3s; }

._3jFvE3ps {
  background: var(--sidebarActiveColor);
  bottom: 0;
  color: var(--sidebarTextColor);
  left: 0;
  position: absolute;
  text-align: center;
  top: 0; }

._1m3xJ_St {
  display: flex;
  flex: 25 0 auto;
  font-size: 1.38462rem;
  justify-content: space-between;
  max-width: 550px;
  padding: 0 10px; }
  ._1m3xJ_St a {
    color: var(--headerTextColor); }
    ._1m3xJ_St a:hover {
      text-decoration: none;
      text-shadow: 0 0 4px #fff; }
    ._1m3xJ_St a:active, ._1m3xJ_St a._2LihfTrG {
      text-shadow: none; }

._2LihfTrG {
  font-weight: bold;
  letter-spacing: 0; }

._2wx45MYS {
  color: var(--white); }

._2UCMYPbC {
  align-items: center;
  align-self: flex-end;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  justify-content: flex-end; }

._1mNCXSUh {
  color: var(--sidebarTextColor);
  font-size: 0.84615rem;
  line-height: 14px; }
  ._1mNCXSUh:hover {
    color: var(--sidebarTextColor); }

._39qDSUxb {
  font-weight: bold;
  opacity: 0.8;
  padding-right: 4px;
  text-transform: uppercase; }
  ._39qDSUxb:after {
    content: ": "; }

._2HHdzcBx {
  color: var(--headerTextColor);
  font-size: 1.53846rem;
  vertical-align: top; }
  ._2HHdzcBx:hover {
    color: var(--headerTextColor);
    text-decoration: none;
    text-shadow: 0 0 4px #fff; }

@media (max-width: 1199px) {
  ._1m3xJ_St {
    justify-content: space-around;
    padding: 0; }
  ._1m3xJ_St a {
    font-size: 1.23077rem; }
  ._1mNCXSUh {
    font-size: 0.76923rem; } }

@media (max-width: 767px) {
  ._1m3xJ_St {
    flex-shrink: 1;
    flex-wrap: wrap; }
    ._1m3xJ_St a {
      font-size: 1.07692rem; } }

.closed .widget-controls .dropdown {
  display: none; }

._36m_l82u {
  padding-top: 2px; }
  ._36m_l82u li > a {
    padding: 3px 8px; }
  ._36m_l82u .wTK2uW6M {
    color: var(--link-color) !important; }
    ._36m_l82u .wTK2uW6M:hover {
      text-decoration: underline;
      background-color: inherit; }

._2QJpJQ4Y {
  border-bottom: 1px solid var(--separatorColor);
  font-weight: 600;
  margin-bottom: 2px;
  padding-bottom: 2px;
  padding-left: 8px; }

._1g_CtwBJ {
  border-top: 1px solid var(--separatorColor);
  margin-top: 2px;
  padding-top: 2px; }

.wTK2uW6M::after {
  content: "\F08E";
  float: right;
  font-family: 'icomoon';
  font-size: 10px; }

._2fQkZnHa {
  padding: 0 6px; }

._2IuDjYzm a {
  font-weight: 600 !important; }

._2IuDjYzm::before {
  color: var(--link-color);
  content: "\F00C";
  float: right;
  font-family: 'icomoon';
  padding-top: 3px;
  position: absolute;
  right: 10px; }

#_2Qm_LtGy {
  border: none;
  border-bottom: 2px solid var(--logoBlue); }
  #_2Qm_LtGy td {
    border: none; }
  #_2Qm_LtGy td:nth-child(1),
  #_2Qm_LtGy td:nth-child(2),
  #_2Qm_LtGy td:nth-child(4),
  #_2Qm_LtGy td:nth-child(6) {
    width: 10%; }
  #_2Qm_LtGy td:nth-child(3),
  #_2Qm_LtGy td:nth-child(5),
  #_2Qm_LtGy td:nth-child(10) {
    padding-left: 1rem;
    width: 8%; }
  #_2Qm_LtGy td:nth-child(7),
  #_2Qm_LtGy td:nth-child(8),
  #_2Qm_LtGy td:nth-child(9) {
    width: 12%; }
  #_2Qm_LtGy thead td {
    vertical-align: top;
    padding-top: 4px; }
  #_2Qm_LtGy tbody tr:nth-child(odd) td {
    background-color: var(--subTableStripeBG); }
  #_2Qm_LtGy tbody tr:last-child td {
    border-bottom: 2px solid var(--logoBlue); }
  #_2Qm_LtGy tbody td {
    font-weight: var(--fontWeightBase); }
  #_2Qm_LtGy .KkzeMmC1 {
    margin: 4px 0;
    padding-left: 4px;
    border-left: 3px solid var(--lightGray); }
  #_2Qm_LtGy ._1T4XGYTl .KkzeMmC1 {
    border-left: 3px solid var(--green); }
  #_2Qm_LtGy ._3y5QGTn3 .KkzeMmC1 {
    border-left: 3px solid var(--red); }
  #_2Qm_LtGy ._2XI_iz2- {
    text-align: left; }
  #_2Qm_LtGy tr:last-child td._2XI_iz2- {
    border-bottom: 2px solid var(--logoBlue); }
  #_2Qm_LtGy ._3TJXwb4z {
    display: block;
    margin-top: -4px;
    font-weight: var(--fontWeightBase); }
  #_2Qm_LtGy ._1Ectr5Qt {
    display: block;
    margin-top: -6px;
    font-size: 0.85rem;
    font-weight: var(--fontWeightBase); }
  #_2Qm_LtGy ._2BjEz8iO {
    text-align: left; }

#_2p0Q_-lc ._2N2euOsX {
  padding: 0; }

#_2p0Q_-lc td {
  background-color: var(--subTableBG);
  vertical-align: middle;
  border: none; }
  #_2p0Q_-lc td ._2fvKV5nn tbody > tr:nth-child(odd) > td {
    background-color: var(--subTableBG); }

#_2p0Q_-lc ._1HoXN1Bv {
  text-align: left;
  color: var(--logoBlue);
  border-bottom: 1px solid var(--logoBlue); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
._3Re5Guvu .react-json-tree ul:first-child {
  padding: 3px 4px !important; }

._5OOhWIeb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--text-color); }

._1MNpKMbM {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--listItemBorder);
  border-bottom: 0px;
  padding: 0.92308rem 0.92308rem 0.92308rem 0.46154rem; }

._1MNpKMbM:last-child {
  border-bottom: 1px solid var(--listItemBorder); }

._1MNpKMbM:nth-child(odd) {
  background-color: var(--listItemOddBg); }

._2k-PzdEW {
  display: flex; }

.sDdugEld {
  margin-left: 12px; }

._2hkzjjEv {
  display: flex;
  justify-content: flex-end;
  background-color: var(--lightGray);
  border-radius: 6px;
  color: #010101; }

._1YY-pUyp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100px;
  margin-left: 0.46154rem; }

._2dNFihvq {
  background-color: #0D2026;
  color: #F5F9FA; }

._4hxh9juj::after {
  font-family: 'icomoon';
  content: '\F0D7';
  margin-left: 0.46154rem; }

._4hxh9juj._3ZL8OkPn::after {
  content: '\F0D8';
  color: #F5F9FA; }

._32QcCsCc {
  padding: 0.15385rem 0.46154rem 0 0;
  width: 1.5rem; }

._1XcseckE {
  display: flex;
  justify-content: flex-end; }

._3urcMt0c {
  display: flex;
  margin-right: 18px;
  flex: 1; }

._3HfW-GZU {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px; }

._2nWtCT3b {
  font-weight: bold;
  margin-bottom: 6px; }

h4._7E9LT740 {
  color: var(--textLightGray);
  border-bottom: 1px solid var(--listItemBorder); }

._2XFtnzZ4 {
  padding: 0; }

h3.fOTshz47 {
  border-bottom: 1px solid var(--listItemBorder); }

._2ZeLIozx {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.c9Qd-Gp9 {
  margin: 0; }

._1UrglDAt {
  display: flex;
  justify-content: center;
  margin: 24px; }

._193GRWh2 {
  font-weight: 700;
  padding: 6px 12px; }

._193GRWh2:focus {
  background-color: var(--lightGray); }

._2r9jkehf {
  background: var(--coprorate-grey-850);
  border: solid 1px var(--coprorate-grey-850);
  color: var(--corporate-grey-100);
  font-size: 1.38rem;
  font-weight: 600;
  margin: 1.38rem .9rem;
  padding: 1rem 3rem; }

._1pT_Kgkb {
  background: none;
  color: var(--corporate-grey-850); }

._1IMZ4jh_ {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 42rem;
  width: 100%; }

._15iLJUua {
  color: #4a4a4a;
  display: block;
  font-size: 1.23rem;
  font-weight: 600;
  margin-top: 3rem; }
  ._15iLJUua::after {
    content: "*";
    color: var(--corporate-bitmex-red); }

.SuzjvxPd {
  border: 1px solid var(--corporate-grey-600);
  color: var(--corporate-grey-500);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.23rem 0;
  padding: 0.7rem; }

._1qU0ug9q {
  background: var(--corporate-white); }

._3AqjsuRF {
  background-color: var(--corporate-grey-300);
  border: 1px solid var(--coprorate-grey-850);
  border-radius: 5px; }
  ._3AqjsuRF select {
    background: transparent;
    border: none;
    font-weight: 600;
    width: 100%; }

._1SgO4v_a {
  align-items: center;
  color: var(--corporate-grey-500);
  display: flex;
  font-size: 1.23rem; }
  ._1SgO4v_a input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    height: 1.85rem;
    margin-right: 0.46rem;
    width: 1.85rem; }
    ._1SgO4v_a input[type="checkbox"]::before {
      background: var(--corporate-white);
      border-radius: 0.3rem;
      border: 1px solid var(--corporate-grey-600);
      content: "";
      display: inline-block;
      font-size: 1.5rem;
      height: 1.85rem;
      width: 1.85rem;
      text-align: center; }
  ._1SgO4v_a input[type="checkbox"]:checked::before {
    background: var(--corporate-grey-600);
    content: "\F00C";
    color: var(--corporate-white);
    font-family: "icomoon"; }
  ._1SgO4v_a input[type="checkbox"]:checked + label {
    color: var(--coprorate-grey-850); }
  ._1SgO4v_a label {
    font-weight: 600;
    margin: 0; }

._2siBzcOM {
  position: relative;
  overflow: hidden; }

._1IEUE4zD {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.xwSE0fwB {
  cursor: pointer;
  width: 100%; }
  .xwSE0fwB i {
    margin-right: 1rem; }
  .xwSE0fwB span {
    color: var(--corporate-bitmex-blue-alt); }

._1D9qE-fP {
  width: auto; }

.b4ubUgii::after {
  content: "\F0D8";
  font-family: "icomoon"; }

.eu_QO192::after {
  content: "\F0D7";
  font-family: "icomoon"; }

._2B-SsIPF {
  cursor: pointer;
  height: 2rem;
  margin: 0.5rem; }

._2Uq6135F {
  display: none;
  margin-right: 0.5rem; }

._71Dn7LO {
  display: flex;
  flex-direction: column; }

._2a9PSN67 {
  margin: 4rem 4rem 0;
  width: 14rem;
  top: 0;
  position: absolute; }

._1QwDyRu3 {
  margin-top: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 0; }

@media screen and (max-width: 768px) {
  ._2a9PSN67 {
    position: relative; } }

._2oyVBgw8 {
  display: flex;
  flex-direction: column;
  height: 96%; }

.ChDMFOUa {
  margin: 0 auto;
  max-width: 42rem;
  width: 100%; }

.CDOuvLUC {
  display: inherit;
  height: 8rem; }
  .CDOuvLUC a {
    margin-left: 0; }

._1fXO7PiQ {
  display: flex;
  flex-direction: row; }

._3Nyvties {
  border-top: 1px solid var(--corporate-grey-300);
  margin: auto;
  width: 90%; }

._1skeFJLh {
  display: flex;
  flex-direction: row-reverse;
  height: 96%; }
  ._1skeFJLh section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%; }
  ._1skeFJLh h2 {
    align-items: center;
    display: flex; }
  ._1skeFJLh i {
    font-size: 2.2rem;
    margin-right: 2rem;
    width: 2rem; }

._316gMEMk {
  margin: 4rem;
  max-width: 48rem; }
  ._316gMEMk h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-top: 2rem; }
  ._316gMEMk p {
    font-size: 1.8rem;
    line-height: 1; }

.cYxpoqEj {
  align-items: center;
  background-image: -webkit-linear-gradient(165deg, var(--corporate-bitmex-blue-alt) 50%, var(--corporate-bitmex-blue) 40%);
  color: var(--corporate-white);
  display: flex; }
  .cYxpoqEj ul {
    list-style-type: none;
    max-width: 32rem;
    padding: 0; }

@media screen and (max-width: 768px) {
  ._1skeFJLh {
    flex-direction: column; }
    ._1skeFJLh section {
      min-height: 500px;
      width: 100%; }
  ._3iRheHFK {
    position: inherit;
    margin: 2rem; } }

.Euv06-Rc {
  flex-direction: column;
  width: 100%; }

._2aMhVUxa {
  border-top: 1px solid var(--corporate-grey-300);
  font-size: 1.3rem;
  font-weight: 600;
  padding: 1.2rem;
  width: 100%;
  text-align: center; }
  ._2aMhVUxa a {
    color: var(--corporate-grey-500);
    margin: 0.6rem; }
    ._2aMhVUxa a::after {
      color: var(--corporate-grey-300);
      content: '/';
      display: inline-block;
      left: 0.6rem;
      position: relative; }
  ._2aMhVUxa :last-child::after {
    content: ''; }


/*# sourceMappingURL=debugging_webpack/1-4ab3b71aed2f66022862.css.map*/