.market-primary-currency-dropdown-item{position:relative;align-items:center;box-sizing:border-box;width:100%;line-height:1}.market-primary-currency-dropdown-item.is-secondary{display:flex;gap:0 4px;justify-content:space-between}.market-primary-currency-dropdown-item.is-primary{display:grid;grid-template-columns:repeat(3,1fr);gap:0 4px}.market-primary-currency-dropdown-item__currency{display:flex;flex:1;gap:12px;align-items:center;min-width:0;font-family:var(--font-primary)}.market-primary-currency-dropdown-item__currency-icon{flex-shrink:0;width:32px;height:32px}.market-primary-currency-dropdown-item__currency-info{display:flex;gap:8px;align-items:center;min-width:0;line-height:1}.market-primary-currency-dropdown-item__currency-name{max-width:100%;color:var(--text-primary);font-weight:700;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.market-primary-currency-dropdown-item__currency-ticker{color:var(--ui-500);font-weight:500;font-size:12px}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--currency{display:flex;grid-column:1 / 4;gap:24px;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--ui-400)}.market-primary-currency-dropdown-item__cell--currency{min-width:0}.market-primary-currency-dropdown-item__cell--chart{align-self:center}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--chart,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--change,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--volume-secondary,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--chart{display:none}.market-primary-currency-dropdown-item__cell--caret{display:none;align-self:center;width:20px}.market-primary-currency-dropdown-item.is-active .market-primary-currency-dropdown-item__caret:before{content:""}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__caret:before{display:block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%235F6873' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 8.33 10 13l5-4.67'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transform-origin:center;content:""}.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__caret:before{display:block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23FF9A1F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 8.33 7.5 13l-2-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.market-primary-currency-dropdown-item__label{margin-bottom:4px;color:var(--text-primary);font-weight:700;font-size:12px;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.market-primary-currency-dropdown-item__value{font-size:14px;line-height:16px;pointer-events:none}.market-primary-currency-dropdown-item__cell--change .market-primary-currency-dropdown-item__value{display:inline-flex;flex-direction:row;gap:8px;align-items:center;text-align:center}.market-primary-currency-dropdown-item__percent-change{display:inline-block;font-size:14px;line-height:20px}.market-primary-currency-dropdown-item__percent-change--down{color:var(--system-color-error)}.market-primary-currency-dropdown-item__percent-change--up{color:var(--system-color-success)}.market-primary-currency-dropdown-item__amount-change{display:none;color:var(--text-gray);font-size:12px}@media(min-width:640px){.market-primary-currency-dropdown-item__currency-info{flex-direction:column;gap:6px;align-items:flex-start}}@media(min-width:768px){.market-primary-currency-dropdown-item__amount-change{display:block}}@media(min-width:992px){.market-primary-currency-dropdown-item.is-secondary{display:grid;grid-template-columns:repeat(6,1fr) 20px;gap:16px}.market-primary-currency-dropdown-item.is-primary{grid-template-columns:repeat(6,1fr) 20px;gap:16px}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--currency{grid-column:1 / 2;margin-bottom:0;padding-bottom:0;border:none}.market-primary-currency-dropdown-item__cell--price,.market-primary-currency-dropdown-item__cell--change,.market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item__cell--volume-secondary,.market-primary-currency-dropdown-item__cell--chart{text-align:right}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--chart,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--change,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--volume-secondary,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--chart,.market-primary-currency-dropdown-item__cell--caret{display:block}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__caret--mobile{display:none}}.market-primary-currency-dropdown-trigger{padding:12px 16px;background:var(--ui-100);border:1px solid var(--ui-400)}@media(min-width:992px){.market-primary-currency-dropdown-trigger{padding:16px 16px 16px 32px}}.market-primary-currency-dropdown-menu{box-sizing:border-box;background:var(--ui-100);border:1px solid var(--ui-400)}.market-primary-currency-dropdown-menu__search{border-bottom:1px solid var(--ui-500)}.market-primary-currency-dropdown-menu__items{max-height:60vh;overflow:hidden;overflow-y:auto}.market-primary-currency-dropdown-menu__item{box-sizing:border-box;width:100%;padding:12px 16px;line-height:1;transition:all 125ms ease-in-out;-webkit-user-select:none;user-select:none}.market-primary-currency-dropdown-menu__item.is-active{background:#fff5e9}.market-primary-currency-dropdown-menu__item:hover{background:#fff5e9;cursor:pointer}@media(min-width:992px){.market-primary-currency-dropdown-menu__item{padding:16px 16px 16px 32px}}.market-primary-currency-dropdown{position:relative}.order-book-table-pagination{display:inline-flex;gap:12px;align-items:center;font-size:14px}.order-book-table-pagination__buttons{display:flex;align-items:center}.order-book-table-pagination__button{padding:8px;line-height:1}.order-book-table-pagination__button:disabled{color:var(--text-light-gray)}.order-book-table-pagination__icon{width:20px;height:20px}.order-book-table__title{margin:0;font-weight:500;font-size:16px;font-family:var(--font-primary)}.order-book-table table{width:100%;margin-bottom:24px;line-height:1;table-layout:fixed;border-collapse:collapse}.order-book-table thead tr td,.order-book-table thead tr th{position:relative;padding:16px 8px 40px;color:var(--text-primary);font-weight:400;font-size:14px}.order-book-table thead tr td:after,.order-book-table thead tr th:after{position:absolute;right:0;bottom:24px;left:0;display:block;width:100%;height:1px;background:var(--ui-300);content:""}.order-book-table tbody tr td,.order-book-table tbody tr th{padding:12px 8px;font-size:14px;border-bottom:1px solid var(--ui-300)}.order-book-table__pagination{text-align:center}.order-book-table--side-bids .order-book-table__title,.order-book-table--side-offers .order-book-table__title{text-align:left}.order-book-table--side-bids table{direction:rtl}.order-book-table--side-bids tr td:first-child,.order-book-table--side-bids tr th:first-child{padding-right:0;text-align:right}.order-book-table--side-bids tr td:last-child,.order-book-table--side-bids tr th:last-child{padding-left:0;text-align:left}.order-book-table--side-bids thead th,.order-book-table--side-bids thead td{direction:ltr}.order-book-table--side-bids tbody tr td,.order-book-table--side-bids tbody tr th{color:var(--system-color-success)}.order-book-table--side-offers tr td:first-child,.order-book-table--side-offers tr th:first-child{padding-left:0;text-align:left}.order-book-table--side-offers tr td:last-child,.order-book-table--side-offers tr th:last-child{padding-right:0;text-align:right}.order-book-table--side-offers tbody tr td,.order-book-table--side-offers tbody tr th{color:var(--system-color-error)}@media(min-width:768px){.order-book-table--side-bids .order-book-table__title{text-align:right}.order-book-table--side-bids table{direction:ltr}.order-book-table--side-bids tr td:first-child,.order-book-table--side-bids tr th:first-child{padding-right:8px;padding-left:0;text-align:left}.order-book-table--side-bids tr td:last-child,.order-book-table--side-bids tr th:last-child{padding-right:0;padding-left:8px;text-align:right}}.market-page-panel{display:flex;flex-direction:column;box-sizing:border-box;height:100%;background:var(--ui-100);border:1px solid var(--ui-400)}.market-page-panel__header{display:flex;gap:10px;align-items:center;padding:24px 16px;background:var(--color-light-gray)}.market-page-panel__title{margin:0;color:var(--color-navy-blue);font-weight:700;font-size:16px;font-family:var(--font-primary);line-height:1}.market-page-panel__body{position:relative;flex:1;box-sizing:border-box;padding:24px 16px}@media(min-width:640px){.market-page-panel__header{padding:24px 32px}.market-page-panel__title{font-size:20px;line-height:normal}.market-page-panel__body{padding:32px}}.order-book__body{position:relative;box-sizing:border-box;height:100%;min-height:507px}.order-book__wrapper{display:flex;flex-direction:column;gap:32px}.order-book__wrapper[hidden]{display:none}.order-book__table{flex:1}@media(min-width:768px){.order-book__wrapper{flex-direction:row}}.market-depth-chart__chart{height:220px}@media(min-width:768px){.market-depth-chart__chart{height:370px}}.market-recent-trades-table{position:relative;height:100%}.market-recent-trades-table__loader{height:370px}.market-recent-trades-table__table{height:100%}.market-recent-trades-table table{width:100%;line-height:1;border-collapse:collapse}.market-recent-trades-table__row--side-bid .market-recent-trades-table__cell--price{color:var(--system-color-success)}.market-recent-trades-table__row--side-offer .market-recent-trades-table__cell--price{color:var(--system-color-error)}.market-recent-trades-table thead tr td,.market-recent-trades-table thead tr th{position:relative;padding:0 8px 40px;color:var(--text-primary);font-weight:500;font-size:16px}.market-recent-trades-table thead tr td:after,.market-recent-trades-table thead tr th:after{position:absolute;right:0;bottom:24px;left:0;display:block;width:100%;height:1px;background:var(--ui-300);content:""}.market-recent-trades-table thead tr td:first-child,.market-recent-trades-table thead tr th:first-child{padding-left:0;text-align:left}.market-recent-trades-table thead tr td:last-child,.market-recent-trades-table thead tr th:last-child{padding-right:0;text-align:right}.market-recent-trades-table tbody tr td,.market-recent-trades-table tbody tr th{padding:12px 8px;font-size:14px;border-bottom:1px solid var(--ui-300)}.market-recent-trades-table tbody tr td:first-child,.market-recent-trades-table tbody tr th:first-child{padding-left:0;text-align:left}.market-recent-trades-table tbody tr td:last-child,.market-recent-trades-table tbody tr th:last-child{padding-right:0;text-align:right}.market-recent-trades-table__price{white-space:nowrap}.market-page{position:relative;margin-bottom:24px}.market-page:before{position:absolute;top:0;right:0;left:0;z-index:var(--z-index-1);height:640px;background:var(--color-navy-blue);content:""}.market-page__container{position:relative;z-index:var(--z-index-2)}.market-page__header{display:flex;flex-direction:column;gap:24px;padding:48px 0 24px;color:var(--ui-100);background:var(--color-navy-blue)}.market-page__title{margin:0;font-weight:400;font-size:28px;font-family:var(font-secondary)}.market-page__bread-crumbs{margin-bottom:12px}.market-page__ticker-and-price{font-family:var(--font-primary)}.market-page__secondary-currency{flex-shrink:0}.market-page__body{position:relative;z-index:var(--z-index-2);display:flex;flex-direction:column;gap:24px}.market-page__dropdown{grid-area:dropdown}.market-page__tadingview{grid-area:tadingview;height:420px;border:1px solid var(--ui-400)}.market-page__order-book{grid-area:order-book}.market-page__buy-sell{grid-area:buy-sell}.market-page__market-depth{grid-area:market-depth}.market-page__recent-trades{grid-area:recent-trades}@media(min-width:640px){.market-page__tadingview{height:620px}}@media(min-width:768px){.market-page__header{flex-direction:row;gap:48px;align-items:flex-start;justify-content:space-between}.market-page__title{font-size:38px}}@media(min-width:992px){.market-page__body{display:grid;grid-template-areas:"dropdown dropdown" "tadingview tadingview" "order-book buy-sell" "market-depth recent-trades";grid-template-columns:1fr 358px}}@media(min-width:1142px){.market-page__header{padding:60px 0}}.otc-cta-section{padding:60px 0;color:var(--ui-100);background:var(--color-navy-blue)}.otc-cta-section__image{display:inline-flex;margin-bottom:30px;clip-path:polygon(25% 0,100% 0,100% 100%,0 100%,0 25%)}.otc-cta-section__content{flex:1}.otc-cta-section__title{margin:0 0 16px;font-weight:400;font-size:24px;font-family:var(--font-secondary);line-height:32px}.otc-cta-section__subtitle{font-weight:400;font-size:16px;font-family:var(--font-primary);line-height:24px}.otc-cta-section__header{margin-bottom:30px}@media(min-width:640px){.otc-cta-section__container{display:flex;align-items:center}.otc-cta-section__image{flex-shrink:0;width:160px;height:160px;margin-right:60px;margin-bottom:0}}@media(min-width:768px){.otc-cta-section__title{margin-bottom:24px;font-size:34px}.otc-cta-section__subtitle{font-size:18px;line-height:26px}}@media(min-width:992px){.otc-cta-section{padding:48px 0}.otc-cta-section__content{display:flex;gap:60px;align-items:center;justify-content:space-between}.otc-cta-section__header{margin-bottom:0}}
