.inherited-css {
	cursor: wait;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
	font-size: 15px;
	line-height: 21px;
	word-wrap: break-word;
}
body {
	background: #cccccc;
}
@charset "UTF-8";
a {
	background-color: transparent;
}
img {
	border-style: none;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #8a0f11;
	text-decoration: underline;
}
* {
	box-sizing: border-box;
}
img {
	-ms-interpolation-mode: bicubic;
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (-webkit-backdrop-filter: blur(10px)) {
}
.p-header {
	color: #303030;
	background: #cccccc;
}
.p-header a {
	color: inherit;
}
.p-header-inner {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
@supports (padding: max(0px)) {
	.p-header-inner {
		padding-left: max(10px, env(safe-area-inset-left));
		padding-right: max(10px, env(safe-area-inset-right));
	}
}
.p-header-content {
	padding: 6px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
}
.p-header-logo {
	vertical-align: middle;
	margin-right: auto;
}
.p-header-logo a {
	color: inherit;
	text-decoration: none;
}
.p-header-logo.p-header-logo--image img {
	vertical-align: bottom;
	max-width: 100%;
}
@media (max-width: 650px) {
	.p-header {
		display: none;
	}
}
@media (max-width: 480px) {
	.p-header-logo {
		max-width: 100px;
	}
}
@charset "UTF-8";
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
.inherited-css {
	cursor: wait;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
	font-size: 15px;
	line-height: 21px;
	word-wrap: break-word;
}
body {
	background: #cccccc;
}
@charset "UTF-8";
button {
	overflow: visible;
}
a {
	background-color: transparent;
}
img {
	border-style: none;
}
button {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button {
	text-transform: none;
}
[type="button"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button {
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
	line-height: 1.4;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #8a0f11;
	text-decoration: underline;
}
* {
	box-sizing: border-box;
}
[data-xf-click] {
	cursor: pointer;
}
img {
	-ms-interpolation-mode: bicubic;
}
.button {
	display: inline-block;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	transition:
		background-color 0.125s ease,
		border-color 0.125s ease,
		color 0.125s ease;
	font-size: 13px;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	color: #fce8e8;
	background: #54080a;
	border-color: #6b0b0c #3c0607 #3c0607 #6b0b0c;
}
.button:not(.button--splitTrigger):hover,
.button:not(.button--splitTrigger):focus,
.button:not(.button--splitTrigger):active {
	background-color: #2e0505;
}
.button.button--plain {
	background: none;
	color: #000;
	border: none;
}
.button.button--plain:hover,
.button.button--plain:active,
.button.button--plain:focus {
	text-decoration: none;
	background: none;
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (-webkit-backdrop-filter: blur(10px)) {
}
.hScroller {
	overflow-y: hidden;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
}
.hScroller-scroll {
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	overflow-x: hidden;
}
.hScroller-scroll.is-calculated {
	overflow-x: scroll;
	padding-bottom: 30px;
	margin-bottom: -30px;
}
.hScroller-action {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	padding: 0 5px;
	display: none;
	cursor: pointer;
}
.hScroller-action:after {
	font-size: 120%;
}
.hScroller-action.hScroller-action--start {
	left: 0;
	justify-content: flex-start;
	text-align: left;
}
.hScroller-action.hScroller-action--start:after {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 0.63em;
	mask: url("https://darkmoney.ag/styles/fa/regular/chevron-left.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/chevron-left.svg?v=5.15.3") no-repeat center;
}
.hScroller-action.hScroller-action--end {
	right: 0;
	justify-content: flex-end;
	text-align: right;
}
.hScroller-action.hScroller-action--end:after {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 0.63em;
	mask: url("https://darkmoney.ag/styles/fa/regular/chevron-right.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/chevron-right.svg?v=5.15.3") no-repeat center;
}
.p-navEl:before,
.p-navEl:after {
	content: " ";
	display: table;
}
.p-navEl:after {
	clear: both;
}
.p-navEl-link {
	float: left;
	transition:
		opacity 0.25s ease,
		background 0.25s ease;
}
.p-nav {
	color: #303030;
	background: #cccccc;
}
.p-nav a {
	color: inherit;
}
.p-nav-inner {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	align-items: flex-end;
}
@supports (padding: max(0px)) {
	.p-nav-inner {
		padding-left: max(0px, env(safe-area-inset-left));
		padding-right: max(0px, env(safe-area-inset-right));
	}
}
.p-nav-inner:before,
.p-nav-inner:after {
	content: " ";
	display: table;
}
.p-nav-inner:after {
	clear: both;
}
.p-nav .p-nav-menuTrigger {
	display: none;
	vertical-align: middle;
	align-self: center;
	margin-left: 4px;
	margin-right: 5px;
	padding: 8px 8px;
	color: inherit;
}
.p-nav .p-nav-menuTrigger:hover {
	text-decoration: none;
}
.p-nav .p-nav-menuTrigger i:after {
	font-size: 24px;
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 1.28571429em;
	mask: url("https://darkmoney.ag/styles/fa/regular/bars.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/bars.svg?v=5.15.3") no-repeat center;
	vertical-align: bottom;
}
.p-nav-smallLogo {
	display: none;
	max-width: 100px;
	align-self: center;
}
.p-nav-smallLogo img {
	display: block;
	max-height: 37px;
}
.p-nav-smallLogo img:not([src$=".svg"]) {
	width: auto;
}
.p-nav-scroller {
	margin-right: auto;
	max-width: 100%;
}
.p-nav-scroller .hScroller-scroll:not(.is-calculated) {
	overflow: hidden;
}
.p-nav-scroller .hScroller-action {
	color: #303030;
}
.p-nav-scroller .hScroller-action:hover {
	color: #171717;
}
.p-nav-scroller .hScroller-action.hScroller-action--start {
	background: #ccc;
	background: linear-gradient(to right, #ccc 66%, rgba(204, 204, 204, 0) 100%);
}
.p-nav-scroller .hScroller-action.hScroller-action--end {
	background: #ccc;
	background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, #ccc 33%);
}
.p-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.p-nav-list:before,
.p-nav-list:after {
	content: " ";
	display: table;
}
.p-nav-list:after {
	clear: both;
}
.p-nav-list:before,
.p-nav-list:after {
	display: inline-block;
	width: 10px;
	content: "";
}
.p-nav-list > li {
	display: inline-block;
	vertical-align: bottom;
	font-size: 15px;
}
.p-nav-list > li:first-child {
	margin-left: 0;
}
.p-nav-list .p-navEl-link {
	padding: 0 15px;
}
.p-nav-list .p-navEl {
	color: #303030;
	text-decoration: none;
	transition: all 0.25s ease;
}
.p-nav-list .p-navEl.is-selected {
	color: #000;
	font-weight: 700;
	background: #cccccc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.p-nav-list .p-navEl.is-selected .p-navEl-link {
	padding-right: 15px;
}
.p-nav-list .p-navEl.is-selected .p-navEl-link:hover {
	background: none;
	text-decoration: none;
}
.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen):hover,
.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen) .p-navEl-link:hover {
	text-decoration: none;
	background: rgba(48, 48, 48, 0.06);
}
.p-nav-list .p-navEl-link {
	padding-top: 8px;
	padding-bottom: 8px;
}
@media (max-width: 650px) {
	.p-nav-inner {
		min-height: 45px;
	}
	.p-nav .p-nav-menuTrigger {
		display: inline-block;
	}
	.p-nav-smallLogo {
		display: inline-block;
	}
	.p-nav-scroller {
		display: none;
	}
}
.p-nav-opposite {
	margin-left: auto;
	margin-right: 10px;
	text-align: right;
	flex-shrink: 0;
}
.p-navgroup {
	float: left;
	background: rgba(20, 20, 20, 0.15);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.p-navgroup:before,
.p-navgroup:after {
	content: " ";
	display: table;
}
.p-navgroup:after {
	clear: both;
}
.p-navgroup.p-discovery {
	margin-left: 0.5em;
}
.p-navgroup.p-discovery.p-discovery--noSearch {
	margin-left: 0;
}
.p-navgroup-link {
	float: left;
	padding: 8px 10px;
	border-left: 1px solid rgba(20, 20, 20, 0.15);
}
.p-navgroup-link:first-of-type {
	border-top-left-radius: 4px;
	border-left: none;
}
.p-navgroup-link:last-of-type {
	border-top-right-radius: 4px;
}
.p-navgroup-link:hover {
	text-decoration: none;
	background: rgba(8, 8, 8, 0.15);
}
.p-navgroup-link.p-navgroup-link--iconic i:after {
	display: inline-block;
	min-width: 1.2em;
	text-align: center;
}
.p-navgroup-link.p-navgroup-link--whatsnew i:after {
	display: inline-block;
	content: "";
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	width: 1.28571429em;
	mask: url("https://darkmoney.ag/styles/fa/regular/bolt.svg?v=5.15.3") no-repeat center;
	-webkit-mask: url("https://darkmoney.ag/styles/fa/regular/bolt.svg?v=5.15.3") no-repeat center;
}
.p-navgroup-link--whatsnew {
	display: none;
}
@media (max-width: 900px) {
	.p-navgroup-link.p-navgroup-link--iconic .p-navgroup-linkText {
		display: none;
	}
	.p-navgroup-link.p-navgroup-link--textual {
		overflow: hidden;
		white-space: nowrap;
		word-wrap: normal;
		text-overflow: ellipsis;
		max-width: 110px;
	}
	.p-navgroup-link.p-navgroup-link--iconic i:after {
		text-align: center;
	}
}
@media (max-width: 650px) {
	.p-navgroup-link--whatsnew {
		display: block;
	}
	.p-nav-opposite {
		align-self: center;
		margin-right: 4px;
	}
	.p-nav-opposite .p-navgroup {
		background: none;
		margin-left: 0;
	}
	.p-nav-opposite .p-navgroup-link {
		border: none;
		border-radius: 4px;
	}
}
@media (max-width: 374px) {
	.p-navgroup-link.p-navgroup-link--register {
		display: none;
	}
}
@charset "UTF-8";
.p-nav-list > li {
	font-size: 14px;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
.inherited-css {
	cursor: wait;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", sans-serif;
	line-height: 18.2px;
	word-wrap: break-word;
}
body {
	background: #cccccc;
}
@charset "UTF-8";
* {
	box-sizing: border-box;
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (-webkit-backdrop-filter: blur(10px)) {
}
.p-sectionLinks {
	font-size: 13px;
	color: #000;
	background: #cccccc;
	border-bottom: 1px solid #383838;
}
.p-sectionLinks.p-sectionLinks--empty {
	height: 10px;
}
@media (max-width: 650px) {
	.p-sectionLinks {
		display: none;
	}
}
@charset "UTF-8";
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Epilogue;
	src: url("chrome-extension://jlkikimlceonbmfjieipbonnglnlchhl/fonts/Epilogue-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
