.Admin_Layout__3MXo0 {
  position: relative;
  color: #fff;
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}

.Admin_PagePicker__qrUV9 {
  display: flex;
  margin: 25px 0px;
  gap: 25px;
}

.Admin_PagePicker__qrUV9 button {
  width: 100%;
}

.Admin_PagePicker__qrUV9 .Admin_Button__bplYp:not(.Admin_Active__rZBFK) {
  background: #000;
  border: 1px #ffcf25 solid;
}

.Admin_PagePicker__qrUV9 .Admin_Button__bplYp:not(.Admin_Active__rZBFK) span {
  color: #ffcf25;
}

/* Table, select, input, radio */

.Admin_Layout__3MXo0 input[type='radio'],
.Admin_Layout__3MXo0 input[type='checkbox'] {
  accent-color: #ffcf25;
  margin-right: 5px;
}

.Admin_Layout__3MXo0 select {
  background-color: #ffcf25;
  color: #333;
  padding: 5px 8px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23333' stroke-width='15' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  transition: box-shadow 0.2s ease;
}

.Admin_Layout__3MXo0 select:hover {
  box-shadow: 0 0 0 3px rgba(255, 207, 37, 0.5);
  cursor: pointer;
}

.Admin_Layout__3MXo0 select:focus {
  box-shadow: 0 0 0 3px rgba(255, 207, 37, 0.7);
}

.Admin_Table__mW8lo {
  width: 100%;
  margin: 25px 0px;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
}

.Admin_Table__mW8lo .Admin_TableItem__4QSCP {
  padding: 15px;
  border-top: 1px solid #ffffff1a;
  grid-gap: 15px;
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)) !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.Admin_Table__mW8lo .Admin_TableItem__4QSCP:first-of-type {
  border: none;
}

.Admin_Table__mW8lo .Admin_TableItem__4QSCP p {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}

.Admin_Table__mW8lo .Admin_TableItem__4QSCP div {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.Admin_Table__mW8lo.Admin_Withdrawals__n3ndW .Admin_TableItem__4QSCP {
  grid-template-columns: 30px 55px repeat(auto-fit, minmax(50px, 1fr)) !important;
}

.Admin_Table__mW8lo.Admin_TableUtm__J7G_Y .Admin_TableItem__4QSCP {
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}

.Admin_Table__mW8lo.Admin_TableExchanges__SqljZ .Admin_TableItem__4QSCP {
  grid-template-columns: 12px repeat(auto-fit, minmax(50px, 1fr)) !important;
}
.Admin_Table__mW8lo.Admin_TableExchanges__SqljZ .Admin_TableItem__4QSCP.Admin_Exchanges__hw4oF {
  position: relative;
}

.Admin_TypeDot__pKArk {
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.Admin_TypeDot__pKArk.Admin_Green__Jux4j {
  background-color: #adff00;
}

.Admin_TypeDot__pKArk.Admin_Yellow__BRkNC {
  background-color: #ffcf25;
}

.Admin_TableExchanges__SqljZ .Admin_TableItem__4QSCP.Admin_Exchanges__hw4oF.Admin_Yellow__BRkNC {
  --glow: rgba(255, 217, 0, 0.258);
}

.Admin_TableExchanges__SqljZ .Admin_TableItem__4QSCP.Admin_Exchanges__hw4oF.Admin_Green__Jux4j {
  --glow: rgba(43, 255, 0, 0.258);
}

.Admin_TableExchanges__SqljZ .Admin_TableItem__4QSCP.Admin_Exchanges__hw4oF.Admin_Red__qBluS {
  --glow: rgba(255, 0, 0, 0.258);
}

.Admin_TableExchanges__SqljZ .Admin_TableItem__4QSCP.Admin_Exchanges__hw4oF.Admin_Blue__lAGq4 {
  --glow: rgba(38, 0, 255, 0.258);
}

.Admin_TableExchanges__SqljZ .Admin_TableItem__4QSCP.Admin_Exchanges__hw4oF::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: calc(100% - 16px);
  border: 8px var(--glow) solid;
  border-left: none;
  filter: blur(5px);
  pointer-events: none;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* tests */

.Admin_WalletsList___6S8q {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.Admin_WalletsList___6S8q div {
  min-width: calc(33% - 16px);
  width: -moz-fit-content !important;
  width: fit-content !important;
  flex: 1 1 auto;
}

.Admin_WalletsList___6S8q .Admin_Caption__ByGgf {
  opacity: 0.65;
  font-size: 14px;
  margin: 0px 0px 5px 5px;
}

.Admin_testsCard__mgfuz {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  height: auto;
  min-width: 500px;
  width: calc(50% - 16px);
  flex: 1 1 auto;

  border: 1px solid #ffffff1a;
  border-radius: 15px;
}

.Admin_testsCard__mgfuz a {
  color: #ffcf25;
}

.Admin_testSettingList__YtfPU {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  gap: 5px;
  overflow-x: auto;
  align-items: center;
  text-wrap: nowrap;
}

.Admin_testSettingWithCaption__dSeMe {
  display: flex;
  text-wrap: nowrap;

  gap: 10px;
}

.Admin_testSettingList__YtfPU .Admin_testSetting__KaCeX {
  height: 24px;

  background: #ffd7001a;
  border: 1px solid #ffd70033;
  color: #ffd700;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Settings */

.Admin_SettingsFlex__Mbtx4 {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.Admin_SettingBlock__iq12X {
  border: 1px solid #ffffff1a;
  padding: 15px;
  border-radius: 5px;
}

.Admin_toggle__WLJDk {
  position: relative;
  width: 65px;
  height: 26px;
  background-color: #000;
  border: 1px solid #ffffff1a;
  border-radius: 35px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.Admin_toggle__WLJDk::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 18px;
  height: 18px;
  background-color: #ffd700;
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.Admin_toggle__WLJDk.Admin_active__HpJgB {
  background-color: #ffd700;
}

.Admin_toggle__WLJDk.Admin_active__HpJgB::before {
  transform: translateX(35px);
  background-color: #121212;
  box-shadow: 0 0 10px #ffd700;
}
.Admin_CurrencyList__dpkxm {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
}

.Admin_EnabledCurrency__TSsZc {
  height: 360px;
  overflow: auto;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  padding: 15px;
  width: calc(33.333% - 10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

.Admin_CurrencyTitle__RoKfT {
  font-weight: bold;
  margin-bottom: 10px;
}

.Admin_CurrencySettings__iOn6j {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Admin_NetworkSettings__2uhwZ {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  background-color: #ffffff0a;
  border-radius: 4px;
}

.Admin_NetworkTitle__8ia5k {
  font-weight: 500;
  margin-bottom: 5px;
}

.Admin_Toggles__lDAZ3 {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.Admin_ToggleRow__pY3tT {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*CoinManager*/

.Admin_coinManager__s_QZU {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.Admin_allCoins__bGVRT {
  position: fixed;
  top: 150px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  background-color: #000;
  overflow-y: auto;
  height: 500px;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #ffffff1a;
  min-width: 180px;
  flex-shrink: 0;
}

.Admin_allCoins__bGVRT h3 {
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.Admin_allCoins__bGVRT ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Admin_categories__KrdvO {
  margin-left: 215px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 1;
  overflow: auto;
}

.Admin_category__Rqgpy {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #ffffff1a;
}

.Admin_category__Rqgpy h3 {
  margin: 0 0 12px;
  color: #eee;
  font-size: 16px;
}

.Admin_sources__314_8 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.Admin_source__AZd3i {
  width: calc(25% - 12px);
  background-color: #000;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  padding: 10px;
  min-width: 180px;
}

.Admin_sourceTitle__hjcsq {
  font-weight: bold;
  color: #ccc;
  margin-bottom: 6px;
  font-size: 14px;
}

.Admin_source__AZd3i ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 24px;
}

.Admin_draggable__wrf1u {
  padding: 6px 10px;
  margin: 4px 0;
  background: #ffd7001a;
  border: 1px solid #ffd70033;
  color: #ffcf25;
  border-radius: 4px;
  cursor: -webkit-grab;
  cursor: grab;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.2s;
}

.Admin_draggable__wrf1u:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  opacity: 0.6;
}

.Admin_draggable__wrf1u:hover {
  background-color: #ffd90028;
}

.Admin_removeBtn__FPfB0 {
  margin-left: 10px;
  color: #fff;
  opacity: 0.7;
  font-weight: bold;
  cursor: pointer;
}

.Admin_removeBtn__FPfB0:hover {
  opacity: 1;
}

.Admin_ProfitStats__wqSZY {
  padding: 10px 15px;
}

.Admin_ProfitStats__wqSZY h1 {
  font-size: 16pt;
}

.Admin_ProfitStatsHolder__iKHtS {
  margin-top: 10px;
}

.Admin_ProfitStats__wqSZY .Admin_Item___2YBw {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)) !important;
  padding: 10px;
  border: 1px solid #ffffff1a;
  align-items: center;
  text-align: center;
}

.Admin_ProfitStats__wqSZY .Admin_Item___2YBw p:nth-of-type(1) {
  text-align: left;
}
.Admin_ProfitStats__wqSZY .Admin_Item___2YBw p:nth-of-type(4) {
  text-align: right;
}

.profile_main__ged14 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile_content__1_Q5_ {
  z-index: 1;
  max-width: calc(1280px + 48px);
  width: 100%;
  padding: 100px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile_title__5JxEf {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.36px;
  margin-bottom: 25px;
}

.profile_desc__ZXLY5 {
  color: #686868;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.315px;
  margin-bottom: 40px;
}

.profile_block__HAmEy {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  border-radius: 5px;
  border: 1px solid #5d5d5d50;
}

.profile_label__zwOWd {
  width: 100%;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 12px;
}

.profile_row__KXGFr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.profile_but__zKvb6 {
  max-width: 136px !important;
  width: 100% !important;
  height: 40px !important;
}

.profile_tableOver__uBLz1 {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #5d5d5d50;
  overflow-x: auto;
}

.profile_tableOver__uBLz1::-webkit-scrollbar {
  height: 5px;
  background: transparent;
}

.profile_tableOver__uBLz1::-webkit-scrollbar-thumb {
  height: 5px;
  background: #ffcf25;
  border-radius: 5px;
}

.profile_tableRow__n6hZ0 {
  min-width: 645px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 45px;
  gap: 24px;
  border-bottom: 1px solid #5d5d5d50;
}

.profile_tableRow__n6hZ0:last-child {
  border-bottom: none;
}

.profile_empty__Ht9mH {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.profile_cont__WgXmE {
  width: 120px;
  min-width: 120px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/* Ellipses */
.profile_ellipse1__eldLu {
  position: absolute;
  pointer-events: none;
  top: 126px;
  left: 196px;
  width: 301px;
  height: 154px;
  border-radius: 301px;
  background: #bebebe90;
  filter: blur(175px);
  will-change: filter;
}

.profile_ellipse2__oOF3c {
  position: absolute;
  pointer-events: none;
  top: 132px;
  right: 177px;
  width: 330px;
  height: 154px;
  border-radius: 330px;
  background: #faff0070;
  filter: blur(175px);
  will-change: filter;
}

@supports (-moz-appearance: none) {
  .profile_ellipse1__eldLu,
  .profile_ellipse2__oOF3c {
    opacity: 0.3;
  }
}

.profile_red__UJbiw {
  background-color: #f94449 !important;
}

.profile_red__UJbiw > span {
  color: #fff !important;
}

.profile_red__UJbiw > svg > path {
  fill: #fff !important;
}

.profile_red__UJbiw:hover {
  box-shadow: 0 0 24px 0 rgb(249 68 73 / 50%) !important;
}

.profile_dark__oX0qm {
  color: #686868;
}


.profile_apiLog__7uZRv {}
.profile_apiLog__7uZRv p {
  min-width: 190px !important;
}

.profile_selector__GNgg2 {
  position: relative;
  display: flex;
  width: 100%;
  border-style: solid;
  border-color: #5b5b5b;
  border-width: 0 0 1px;
  margin-bottom: 25px;
  overflow-x: auto;
  overflow-y: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 54px;
}

.profile_selector__GNgg2::-webkit-scrollbar {
  display: none;
}

.profile_selector__GNgg2 a {
  text-decoration: none;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  padding-bottom: 12px;
  color: #5b5b5b;
}

.profile_selector__GNgg2 .profile_selected__IEaeI {
  color: #ffcf25;
  border-width: 0 0 2px;
  border-color: #ffcf25;
  border-style: solid;
}

.profile_selector__GNgg2 a:nth-last-child(1) {
  margin-right: 0;
}

.profile_withdraw__onm4M {
  background-color: #0000;
  outline: none;
  border: 0;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding-right: 25px;
}

.profile_logGrid__AnEbi {
  width: 100%;
  overflow-x: auto;
  height: -moz-fit-content;
  height: fit-content;
}

.profile_logGrid__AnEbi::-webkit-scrollbar {
  height: 5px;
  background: transparent;
}

.profile_logGrid__AnEbi::-webkit-scrollbar-thumb {
  height: 5px;
  background: #ffcf25;
  border-radius: 5px;
}

.profile_logItem__I5iY8 {
  padding-bottom: 25px;
  align-items: center;
  color: #fff;
  height: auto;
  font-size: 14px;
  width: 100%;
  display: grid;
  grid-template-columns: 190px 166px 114px 159px 115px 83px 175px 136px;
}

.profile_logItem__I5iY8.profile_profileLog__k00fZ p {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.profile_logItem__I5iY8 .profile_logImg__i_3cv {
  width: 22px;
  height: auto;
}

.profile_logItem__I5iY8:nth-last-of-type(1) {
  margin-bottom: 10px;
}

.profile_logItem__I5iY8 p {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 5px;
}

.profile_logItem__I5iY8 .profile_yellow__Z3Tum {
  min-width: 6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffcf25;
}

.profile_logItem__I5iY8 .profile_green__0I1uz {
  min-width: 6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #adff00;
}

.profile_logItem__I5iY8.profile_profileLog__k00fZ {
  display: flex;
  justify-content: space-between;
}

.profile_logItem__I5iY8.profile_profileLog__k00fZ p {
  min-width: 230px;
  width: 100%;
  text-align: center;
}

.profile_logItem__I5iY8.profile_profileLog__k00fZ p:nth-of-type(1) {
  justify-content: left !important;
}

.profile_logItem__I5iY8.profile_profileLog__k00fZ p:last-of-type {
  justify-content: right !important;
}

.profile_logItem__I5iY8 a {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffcf25;
  text-decoration: none;
}

.profile_logItem__I5iY8:nth-child(1) p {
  color: #5b5b5b;
  border-color: #5b5b5b;
  border-width: 0 0 1px;
  border-style: solid;
  padding-bottom: 12px;
}

.profile_butTG__WNWgm {
  width: 225px;
  min-width: 225px;
  background: linear-gradient(90deg, #25beff, #d1f1ff);
  margin: 0 auto;
}

.profile_butTG__WNWgm:hover {
  box-shadow: 0 0 24px 0 rgb(37 190 255 / 50%) !important;
}

.profile_ApiLinkTg__DsZBr {
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 450px !important;
}

.profile_ApiLinkTg__DsZBr h1 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  margin-bottom: 25px;
}

.profile_ApiLinkTg__DsZBr p {
  margin-bottom: 25px;
  color: #686868;
  font-size: 21px;
}

.profile_referralVisibleMobile__oGsez {
  display: none !important;
}

.profile_switch___7xW0 {
  width: 30px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 25px;
  border: 1px solid #fff;
  background: rgb(255 255 255 / 15%);
  position: relative;
  transition: all 0.3s ease-in-out;
}

.profile_switch___7xW0::after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 1px;
  left: 3px;
  content: ' ';
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 25px;
  background: #fff;
}

.profile_switch___7xW0.profile_active__BXlI5 {
  border: 1px solid #ffcf25;
  background: rgb(255 207 37 / 15%);
}

.profile_switch___7xW0.profile_active__BXlI5::after {
  background: #ffcf25;
  left: 16px;
}

.profile_exchangesSwitch__9y0Z9 {
  display: flex;
  margin-bottom: 31px;
  flex-direction: column;
  gap: 12px;
}

.profile_rowWithSwitch__ikwAX {
  display: flex;
  width: 100%;
  align-items: flex-end;
  gap: 30px;
}

.profile_exchangesSwitch__9y0Z9 p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.profile_StatsFlex__t_TGu {
  display: flex;
  gap: 15px;
  flex-wrap: wrap-reverse;
}

.profile_StatsFlex__t_TGu .profile_StatsItem__5X_ye {
  min-width: 300px;
  flex: 1 1 content;
  height: auto;
  border: 1px solid #5b5b5bb3;
  background-color: #3e3e3e1a;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 15px;
  border-radius: 5px;
}

.profile_StatsFlex__t_TGu .profile_StatsItem__5X_ye p {
  color: #fff;
}

.profile_HistoryIcon__HckaS {
  margin-bottom: 12px;
  color: #fff;
  cursor: pointer;
  height: 22px;
  width: 22px;
  transition: color 0.3s ease-in-out;
}

.profile_HistoryIcon__HckaS:hover {
  color: #ffcf25;
}

.profile_StatsFlex__t_TGu .profile_StatsItem__5X_ye p:last-child {
  margin-top: 10px;
  color: #ffcf25;
  border: 1px solid #5b5b5bb3;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}

.profile_logOutButton__OaZxF {
  flex: 1 1 auto;
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;

  align-self: center;
  margin: 0 auto;
  margin-top: 55px;
}

@media screen and (max-width: 950px) {
  .profile_referralPercent__n0ciH {
    display: none !important;
  }

  .profile_referralVisibleMobile__oGsez {
    width: 100%;
    display: flex !important;
    position: relative !important;
    margin-bottom: 20px;
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .profile_logOutButton__OaZxF {
    margin: 0;
    margin-top: 35px;
    width: 100%;
  }
  .profile_apiRow__6ZVQw {
    display: unset !important;
  }
}

@media screen and (max-width: 800px) {
  .profile_exchangesSwitch__9y0Z9 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 750px) {
  .profile_logOutButton__OaZxF {
    max-width: unset;
  }
  .profile_row__KXGFr {
    flex-direction: column;
  }

  .profile_infoBlock__zuQUR .profile_but__zKvb6 {
    max-width: unset !important;
  }

  .profile_promoMinus__Vb14C {
    width: 100% !important;
  }

  .profile_doubleFlex__qsxrR {
    flex-direction: column;
  }

  .profile_commissionBlock__KJ4Fu .profile_flex__nM0NV {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .profile_commissionBlock__KJ4Fu.profile_opened__o6Now {
    flex-direction: column;
  }

  .profile_rangeDiv__3CB1s:not(.profile_hidden__xtIbO) {
    width: 100% !important;
  }

  .profile_rangeDiv__3CB1s input {
    width: 100% !important;
  }

  .profile_info__qo_Zg {
    flex-direction: column;
  }

  .profile_row__KXGFr > button {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
}

@media screen and (max-width: 1000px) {
  .profile_promoCaption__s0ore {
    text-align: center !important;
  }

  .profile_ellipse1__eldLu {
    bottom: 50%;
  }

  .profile_infoBlock__zuQUR {
    gap: 10px;
    flex-direction: column;
    align-items: unset !important;
  }

  .profile_infoBlock__zuQUR button {
    width: 100% !important;
  }

  .profile_commissionBlock__KJ4Fu {
    width: 100% !important;
  }

  .profile_apiRow__6ZVQw.profile_commissions__fWoaK {
    display: flex;
    flex-direction: column;
  }

  .profile_commissionHolder__U1i0J {
    flex-direction: column;
  }

  .profile_ellipse2__oOF3c {
    top: 50%;
  }
}

@media screen and (max-width: 550px) {
  .profile_content__1_Q5_ {
    padding-left: 12px;
    padding-right: 12px;
  }
  .profile_block__HAmEy {
    padding: 12px;
  }

  .profile_ellipse1__eldLu {
    left: 10%;
  }

  .profile_ellipse2__oOF3c {
    right: auto;
    left: 10%;
  }
}

@media screen and (max-width: 420px) {
  .profile_ellipse1__eldLu {
    left: 0;
    width: 100px;
    background: #bebebe;
  }

  .profile_ellipse2__oOF3c {
    width: 100px;
    background: #faff00;
    left: auto;
    right: 50px;
  }
}

@media screen and (max-width: 350px) {
  .profile_ellipse1__eldLu,
  .profile_ellipse2__oOF3c {
    display: none;
  }
}

body.light .profile_label__zwOWd {
  color: #000;
}

body.light .profile_ApiLinkTg__DsZBr h1 {
  color: #000;
}

body.light .profile_title__5JxEf {
  color: #000;
}

body.light .profile_desc__ZXLY5,
body.light .profile_label__zwOWd,
body.light .profile_dark__oX0qm {
  color: #5b5b5b;
}

body.light .profile_cont__WgXmE,
body.light .profile_empty__Ht9mH {
  color: #000;
}

body.light .profile_selector__GNgg2 {
  border-color: #cbcbcb;
}

body.light .profile_selected__IEaeI {
  color: #000;
}

body.light .profile_logItem__I5iY8 p {
  border-color: #cbcbcb;
}

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

.profile_flex__nM0NV {
  display: flex;
  align-items: center;
  gap: 12px;
}

.profile_info__qo_Zg {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.profile_infoBlock__zuQUR {
  width: 100%;
  padding: 25px 35px;
  background-color: rgb(62 62 62 / 10%);
  border-radius: 5px;
  border: 1px rgb(91 91 91 / 77%) solid;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.profile_bg__C7uMP {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: clip;
  z-index: -5;
}

.profile_bgOverlay__CRYNE {
  position: absolute;
  background-color: rgb(94 94 94 / 4%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.profile_bgImg__7tP3S {
  object-fit: cover;
  opacity: 0.03;
  width: 100%;
  height: 100%;
}

.profile_bgEllipse__EMZtc {
  position: absolute;
  background-color: #ffcf25;
  width: 116.21px;
  height: 121.69px;
  top: 45px;
  right: 35px;
  filter: blur(125px);
}

.profile_bgEllipse2__FKpWD {
  position: absolute;
  background-color: #fff;
  filter: blur(125px);
  width: 116.21px;
  height: 121.69px;
  bottom: 15px;
  right: 200px;
}

.profile_apiRow__6ZVQw {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}

.profile_apiRow__6ZVQw.profile_commissions__fWoaK {
  display: flex;
  gap: 25px;
}

.profile_apiRow__6ZVQw p {
  color: #686868;
  font-weight: 500;
}

.profile_apiRow__6ZVQw .profile_glow__5TvkO {
  color: #000;
  background-color: #ffcf25;
  padding: 10px 16px;
  border-radius: 5px;
  box-shadow: 0 0 25px rgb(251 213 1 / 50%);
}

.profile_commissionBlock__KJ4Fu {
  justify-content: space-between;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease-in-out;
  width: 400px;
  display: flex;
  border: rgb(91 91 91 / 70%) 1px solid;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  background-color: rgb(62 62 62 / 10%);
  padding: 25px 35px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 5px;
  margin-bottom: 12px;
}

.profile_commissionHolder__U1i0J {
  flex-direction: column;
  display: flex;
  gap: 25px;
}

.profile_commissionHolder__U1i0J.profile_green__0I1uz .profile_glow__5TvkO {
  background-color: #adff00;
  box-shadow: 0 0 25px rgb(173 255 0 / 50%);
}

.profile_commissionBlock__KJ4Fu.profile_opened__o6Now {
  width: 480px;
}

.profile_blur__Bfrpy {
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.profile_rangeDiv__3CB1s {
  width: 154px;
  margin-right: 15px;
  background-color: #232323;
  border: 1px rgb(91 91 91 / 77%) solid;
  border-radius: 5px;
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  overflow: clip;
}

.profile_rangeDiv__3CB1s.profile_hidden__xtIbO {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.profile_commissionBlock__KJ4Fu .profile_flex__nM0NV {
  width: 165px;
}

.profile_commissionBlock__KJ4Fu svg {
  min-width: 24px;
  min-height: 24px;
}

.profile_commissionBlock__KJ4Fu .profile_secondVariant__27MJI {
  cursor: pointer;
  background-color: #232323;
  border: 1px rgb(91 91 91 / 77%) solid;
  padding: 9px 16px;
  border-radius: 5px;
  margin-left: -10px;
}

.profile_commissionBlock__KJ4Fu .profile_thirdVariant__53_f_ {
  cursor: pointer;
  background-color: rgb(255 207 37 / 15%);
  border: 1px rgb(255 207 37 / 77%) solid;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  width: 55px;
  color: #ffcf25;
}

.profile_apiRow__6ZVQw .profile_label__zwOWd {
  color: #fff;
}

.profile_rangeDiv__3CB1s input[type='range'] {
  display: block;
  border-radius: 255px;
  height: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 111px;
  background: linear-gradient(to right, #ffcf25 calc(var(--progress) * 1%), #ffcf2526 0);
}

.profile_rangeDiv__3CB1s input[type='range']:focus {
  outline: none;
}

.profile_rangeDiv__3CB1s input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 #353535;
  border-radius: 8px;
}

.profile_rangeDiv__3CB1s input[type='range']::-webkit-slider-thumb {
  box-shadow: 0 0 0 #fff;
  border: 3px solid #aa880e;
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background: #ffcf25;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  margin-top: -9.5px;
}

.profile_promoMinus__Vb14C {
  height: 40px;
  width: max-content;
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #ffcf25;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  color: #000 !important;
}

.profile_promoCaption__s0ore {
  text-align: right;
}

.profile_invisibleInput__OQ91Z {
  width: 100%;
  background-color: #0000;
  border: none;
  font-size: 16px;
  outline: none;
  color: #fff;
}

.profile_balance__bVe3n {
  color: #fff !important;
}

.profile_profileBlock__Qw9l8 {
  max-width: 851px;
  width: 100%;
  background-color: rgb(62 62 62 / 10%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 5px;
  border: 1px rgb(91 91 91 / 77%) solid;
  padding: 25px 35px;
}

.profile_doubleFlex__qsxrR {
  width: 100%;
  max-width: 851px;
  display: flex;
  gap: 25px;
}

.profile_referralPercent__n0ciH {
  display: flex;
  gap: 6px;
  align-items: center;
  position: absolute;
  right: 0;
  padding: 4px 10px;
  background-color: rgb(255 207 37 / 15%);
  border: 1px #ffcf25 solid;
  border-radius: 5px;
  color: #ffcf25;
  font-size: 14px;
}

.profile_profileBlock__Qw9l8 svg * {
  transition-duration: 0.3s;
}

.profile_profileBlock__Qw9l8 svg {
  transition-duration: 0.3s;
}

.profile_profileBlock__Qw9l8 svg:hover {
  transform: scale(1.2);
}

.profile_profileBlock__Qw9l8 svg:hover > path {
  fill: #ffcf25;
}

.profile_PageSelector__4eZmR {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.profile_PageSelector__4eZmR div {
  color: #686868;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 5px;
  background-color: rgb(62 62 62 / 10%);
}

.profile_PageSelector__4eZmR div:not(.profile_Enabled__2hqEZ) svg path {
  stroke: #686868;
}

.profile_PageSelector__4eZmR .profile_Back__fjcgG {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.profile_PageSelector__4eZmR .profile_Back__fjcgG.profile_Enabled__2hqEZ {
  cursor: pointer;
}

.profile_PageSelector__4eZmR .profile_Next__26SG1.profile_Enabled__2hqEZ {
  cursor: pointer;
}

.profile_PageSelector__4eZmR .profile_Page__o8NdD {
  cursor: pointer;
  min-width: 22px;
  padding: 0px 3px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_PageSelector__4eZmR .profile_Next__26SG1 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_PageSelector__4eZmR .profile_Enabled__2hqEZ {
  background-color: #ffcf25;
}

.profile_PageSelector__4eZmR div:not(.profile_Enabled__2hqEZ) {
  border: 1px rgb(91 91 91 / 77%) solid;
}

.profile_selector__GNgg2 a:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 780px) {
  .profile_apiRow__6ZVQw.profile_commissions__fWoaK {
    flex-direction: column;
  }

  .profile_exchangesSwitch__9y0Z9 {
    justify-content: center;
  }
}

@media screen and (max-width: 1030px) {
  .profile_rowWithSwitch__ikwAX {
    display: block;
  }

  .profile_exchangesSwitch__9y0Z9 {
    flex-direction: row-reverse;
    align-items: center;
  }
}

body.light .profile_PageSelector__4eZmR div {
  border-color: #0000;
  color: #000;
}

body.light .profile_PageSelector__4eZmR div:not(.profile_Enabled__2hqEZ) {
  background-color: rgb(14 14 14 / 3%);
  border-color: #5d5d5d50 !important;
}

body.light .profile_block__HAmEy {
  background-color: rgb(254 254 254 / 25%);
}

body.light .profile_bgImg__7tP3S {
  opacity: 0.08;
}

body.light .profile_commissionBlock__KJ4Fu {
  background-color: rgb(14 14 14 / 3%);
  border-color: #5d5d5d50;
}

body.light .profile_infoBlock__zuQUR {
  background-color: rgb(14 14 14 / 3%);
  border-color: #5d5d5d50;
}

body.light .profile_secondVariant__27MJI {
  background-color: rgb(14 14 14 / 3%);
  border-color: #5d5d5d50;
}

body.light .profile_rangeDiv__3CB1s {
  border-color: #5d5d5d50;
  background-color: rgb(14 14 14 / 3%);
}

body.light .profile_thirdVariant__53_f_ {
  color: #000;
  background-color: #ffcf25;
}

body.light .profile_balance__bVe3n {
  color: #000 !important;
}

body.light .profile_profileFlex__U_qbL svg * {
  color: #000 !important;
  fill: #000 !important;
}

body.light .profile_invisibleInput__OQ91Z {
  color: #000;
}

body.light .profile_referralPercent__n0ciH {
  background-color: #ffcf25;
  color: #000;
}

body.light .profile_referralPercent__n0ciH svg * {
  fill: #000;
  color: #000;
}

body.light .profile_profileBlock__Qw9l8 {
  background-color: rgb(14 14 14 / 3%);
  border-color: #5d5d5d50;
}

body.light .profile_bgEllipse2__FKpWD {
  background-color: #ffcf25;
}

body.light .profile_HistoryIcon__HckaS {
  color: #5b5b5b;
}
body.light .profile_HistoryIcon__HckaS:hover {
  color: #ffcf25;
}

body.light .profile_logItem__I5iY8 {
  color: #000;
}

body.light .profile_logItem__I5iY8 a {
  color: #000;
}

body.light .profile_exchangesSwitch__9y0Z9 p {
  color: #000;
}

body.light .profile_exchangesSwitch__9y0Z9 .profile_switch___7xW0 {
  border-color: #000;
}

body.light .profile_exchangesSwitch__9y0Z9 .profile_switch___7xW0::after {
  background-color: #000;
}

body.light .profile_bg__C7uMP {
  background-color: #fff;
}

body.light .profile_StatsItem__5X_ye {
  background-color: #0e0e0e08;
  border-color: #5d5d5d50;
}

body.light .profile_StatsItem__5X_ye p {
  color: #5b5b5b;
}

body.light .profile_StatsItem__5X_ye p:last-child {
  border-color: #5d5d5d50;
  color: #000;
}

.MainInput_main__2ek_Y {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #5d5d5d50;
    outline: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    transition-duration: .3s;
}

.MainInput_main__2ek_Y::placeholder {
    color: #3E3E3E;
}

body.light .MainInput_main__2ek_Y {
    color: #000;
    border-color: rgb(138 138 138 / 31%);
}

.MainInput_main__2ek_Y:hover, .MainInput_main__2ek_Y:focus {
    border-color: #FFCF25 !important;
}

.MainInput_withIcon__8QDwS {
    position: relative;
    display: flex;
}

.MainInput_withIcon__8QDwS > .MainInput_main__2ek_Y {
    padding-right: 64px;
}

.MainInput_icon__5KSd7 {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 64px;
    width: 64px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.MainInput_iconIn__LGuRK {
    min-width: 24px;
    width: 24px;
    height: 24px;
    transition-duration: .3s;
}

.MainInput_iconIn__LGuRK > path {
    transition-duration: .3s;
}

.MainInput_icon__5KSd7:hover > .MainInput_iconIn__LGuRK {
    transform: scale(1.2);
}

body.light .MainInput_iconIn__LGuRK > path  {
    fill: #b0b0b0;
}

.MainInput_icon__5KSd7:hover > .MainInput_iconIn__LGuRK > path {
    fill: #FFCF25;
}

.MainInput_main__2ek_Y:disabled {
    border-color: #5d5d5d50 !important;
}

body.light .MainInput_main__2ek_Y::placeholder {
    color: #BCBCBC;
}
.Article_Holder__MaMvT {
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 10px;
}

.Article_Holder__MaMvT p {
  color: #686868;
  white-space: break-spaces;
  overflow: hidden;
  word-break: break-word;
}

.Article_Holder__MaMvT h1 {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  white-space: break-spaces;
  overflow: hidden;
  word-break: break-word;
  margin-bottom: 25px;
}

.Article_Main__3X79M {
  aspect-ratio: 2.5 / 1;
  overflow: clip;
  width: 100%;
  padding: 112px 124px;
  border-radius: 5px;
  border: 1px #212121 solid;
  margin: 50px 0;
  background-color: rgb(0 0 0 / 63%);
  position: relative;
}

.Article_Main__3X79M .Article_Image__W4iPx {
  display: none;
}

.Article_Main__3X79M .Article_Info__Z2uDJ {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.Article_Main__3X79M .Article_Info__Z2uDJ .Article_Caption__yZfg9 {
  font-size: 18px;
}

.Article_IconInfo__1iuKP {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 25px;
  border: #222 1px solid;
}

.Article_Main__3X79M .Article_Ellipse1__DAIvq {
  border-radius: 100%;
  filter: blur(250px);
  background-color: #bebebe;
  top: 175px;
  left: 196px;
  width: 300px;
  height: 150px;
  position: absolute;
}

.Article_Main__3X79M .Article_Ellipse2__kKAPx {
  border-radius: 100%;
  filter: blur(250px);
  background-color: #faff00;
  top: 161px;
  right: 177px;
  width: 330px;
  height: 150px;
  position: absolute;
}

.Article_Flex__n9TYU {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}

.Article_Article__5_guR {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 474px;
  width: 100%;
  max-width: 392.5px;
}

.Article_Article__5_guR h1 {
  font-size: 24px;
  font-weight: 500;
}

.Article_Article__5_guR img {
  border-radius: 5px;
  border: 1px #212121 solid;
  width: 100%;
  height: 205px;
  object-fit: cover;
  background-color: rgb(0 0 0 / 61%);
}

.Article_Cover__rwUHr {
  background-color: rgb(0 0 0 / 63%);
  background-image: url('/img/articleCover.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 50px 0;
  border-radius: 5px;
  border: 1px #212121 solid;
  aspect-ratio: 2.5 / 1;
}

.Article_Grid__4ThgH {
  min-height: 600px;
}

.Article_Widgets___Gfhy {
  margin-left: 80px;
  float: right;
}

.Article_Widgets___Gfhy .Article_Widget__mCzcZ {
  width: 380px;
  height: 450px;
  overflow: hidden;
  border-radius: 25px;
  border: 1px #212121 solid;
}

.Article_Widgets___Gfhy .Article_Widget__mCzcZ h1 {
  font-size: 24px;
}

.Article_Widgets___Gfhy .Article_Widget__mCzcZ img {
  width: 100%;
  border-radius: 25px 25px 0 0;
  object-fit: cover;
  aspect-ratio: 2.5 / 1;
}

.Article_Widgets___Gfhy .Article_Widget__mCzcZ .Article_Info__Z2uDJ {
  height: calc(100% - 155px);
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 10px 30px 15px;
}

.Article_Widgets___Gfhy .Article_Widget__mCzcZ .Article_Info__Z2uDJ p {
  height: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.Article_Widgets___Gfhy .Article_PageSelector___SRfX {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.Article_Widgets___Gfhy .Article_PageSelector___SRfX div {
  border-radius: 100%;
  background-color: #2d2d2d;
}

.Article_Widgets___Gfhy .Article_PageSelector___SRfX .Article_Back__XKXNh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.Article_Widgets___Gfhy .Article_PageSelector___SRfX .Article_Back__XKXNh.Article_Enabled__7MslL {
  cursor: pointer;
}

.Article_Widgets___Gfhy .Article_PageSelector___SRfX .Article_Next__NZPrZ.Article_Enabled__7MslL {
  cursor: pointer;
}

.Article_Widgets___Gfhy .Article_PageSelector___SRfX .Article_Page__ftylP {
  width: 12px;
  height: 12px;
}

.Article_Widgets___Gfhy .Article_PageSelector___SRfX .Article_Next__NZPrZ {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Article_Widgets___Gfhy .Article_PageSelector___SRfX .Article_Enabled__7MslL {
  background-color: #ffcf25;
}

.Article_renderedArticle__EnbSE h1,
.Article_renderedArticle__EnbSE h2,
.Article_renderedArticle__EnbSE h3,
.Article_renderedArticle__EnbSE h4,
.Article_renderedArticle__EnbSE h5,
.Article_renderedArticle__EnbSE h6 {
  margin: 15px 0px;
}

.Article_renderedArticle__EnbSE p {
  color: #fff;
  white-space: break-spaces;
  /* overflow: hidden; */
  word-break: break-word;
}

.Article_renderedArticle__EnbSE {
  color: #fff;
}

.Article_renderedArticle__EnbSE p {
  margin: 15px 0;
  font-size: 18px;
}

.Article_renderedArticle__EnbSE img {
  width: auto;
  height: auto;
  max-height: 500px;
  max-width: 100%;
  border-radius: 5px;
  display: block;
  margin: 15px auto;
}

.Article_renderedArticle__EnbSE iframe {
  width: 100%;
  border-radius: 5px;
  display: block;
  margin: 15px auto;
  aspect-ratio: 16 / 9;
}

.Article_renderedArticle__EnbSE .Article_imageCaption__OwjyR {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.Article_renderedArticle__EnbSE .Article_Quote__HRWUy {
  padding: 24px 41px;
  border-radius: 25px;
  border: 1px #212121 solid;
  position: relative;
}

.Article_renderedArticle__EnbSE .Article_withBorder__hmToo {
  border: 1px solid #5d5d5d50;
}

.Article_renderedArticle__EnbSE .Article_unOrdered__eZxO4 {
  margin: 5px 0px;
  margin-left: 25px;
  position: relative;
  overflow: unset;
}

.Article_renderedArticle__EnbSE .Article_ordered__XmLx7 {
  margin: 5px 0px;
  margin-left: 25px;
  position: relative;
  overflow: unset;
}

.Article_renderedArticle__EnbSE .Article_ordered__XmLx7::after {
  left: -20px;
  border-radius: 100%;
  top: 7px;
  content: attr(data-key) ' ';
  font-size: 12px;
  color: #ffcf25;
  position: absolute;
}

.Article_renderedArticle__EnbSE .Article_unOrdered__eZxO4::after {
  position: absolute;
  left: -20px;
  border-radius: 100%;
  top: 7px;
  content: ' ';
  width: 7px;
  height: 7px;
  background-color: #ffcf25;
}

.Article_renderedArticle__EnbSE .Article_checklist__q5xPr {
  margin: 5px 0px;
  margin-left: 25px;
  position: relative;
  overflow: unset;
}

.Article_renderedArticle__EnbSE .Article_checklist__q5xPr::after {
  position: absolute;
  left: -20px;
  border-radius: 5px;
  top: 4px;
  content: ' ';
  width: 15px;
  height: 15px;
  background-color: #ffcf25;
}

.Article_renderedArticle__EnbSE .Article_checklist__q5xPr.Article_checked__zqLDv::after {
  content: '✔';
  color: #000;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Article_renderedArticle__EnbSE .Article_Quote__HRWUy::after {
  position: absolute;
  width: 6px;
  content: ' ';
  height: 40%;
  background: #ffcf25;
  left: -3px;
  border-radius: 125px;
  top: 50%;
  transform: translateY(-50%);
}

.Article_renderedArticle__EnbSE .Article_Quote__HRWUy p {
  color: #fff;
  margin: 0;
}

.Article_renderedArticle__EnbSE a {
  text-decoration: none;
  color: #ffcf25;
}

.Article_renderedArticle__EnbSE .Article_cover__Lf_xn {
  margin: 50px 0;
  border-radius: 5px;
  aspect-ratio: 2.5 / 1;
  width: 100%;
  object-fit: cover;
  border: 1px solid #212121;
  background-color: rgb(0 0 0 / 63%);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 1269px) {
  .Article_Main__3X79M .Article_Info__Z2uDJ {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .Article_Main__3X79M {
    padding: 25px 30px;
  }

  .Article_Grid__4ThgH {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
  }

  .Article_Widgets___Gfhy {
    float: none;

    margin: 0;
  }

  .Article_Widget__mCzcZ {
    width: 100% !important;
  }
}

@media screen and (max-width: 450px) {
  .Article_Main__3X79M {
    background-image: url('/img/article.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 285px;
  }

  .Article_Article__5_guR {
    max-width: 100%;
  }

  .Article_Ellipse2__kKAPx {
    top: calc(100% - 200px) !important;
    right: unset;
  }

  body.light .Article_Main__3X79M {
    border-width: 0;
  }
}

body.light .Article_Quote__HRWUy {
  border-color: #686868;
}

body.light .Article_Article__5_guR img { 
	border-color: #d3d3d3;
}

body.light .Article_Cover__rwUHr { 
	border-color: #d3d3d3;
}

body.light .Article_Widget__mCzcZ {
  border-color: #cfcfcf;
}

body.light .Article_PageSelector___SRfX div {
  background-color: #cfcfcf;
}

body.light .Article_PageSelector___SRfX .Article_Page__ftylP:not(.Article_Enabled__7MslL) {
	background-color: #cfcfcf;
  }

body.light .Article_Main__3X79M {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #d3d3d3;
}

body.light .Article_Holder__MaMvT h1 {
  color: #000;
}

body.light .Article_IconInfo__1iuKP {
  border-color: #d3d3d3;
}

body.light .Article_renderedArticle__EnbSE p,
body.light .Article_renderedArticle__EnbSE h1,
body.light .Article_renderedArticle__EnbSE h2,
body.light .Article_renderedArticle__EnbSE h3,
body.light .Article_renderedArticle__EnbSE h4,
body.light .Article_renderedArticle__EnbSE h5,
body.light .Article_renderedArticle__EnbSE h6 {
  color: #000;
}

