[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0
}

.simplebar-content:after,
.simplebar-content:before {
	content: ' ';
	display: table
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden
}

[data-simplebar].simplebar-dragging {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #000;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity .2s .5s linear
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	transition-delay: 0s;
	transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px
}

.simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	min-height: 0;
	min-width: 10px;
	width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}

.simplebar-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
	width: 200%;
	height: 200%;
	margin: 10px 0
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none
}

[data-simplebar] {
	position: relative;
	flex-flow: column wrap;
	place-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	inset: 0px;
	z-index: 0;
	width: auto !important;
	height: auto !important;
}

.simplebar-offset {
	position: absolute;
	inset: 0px;
	padding: 0px;
	margin: 0px;
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
}

.simplebar-content-wrapper {
	direction: inherit;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	scrollbar-width: none;
	box-sizing: border-box !important;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0px;
	height: 0px;
}

.simplebar-content::after,
.simplebar-content::before {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0px;
	margin: 0px;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0px;
	box-sizing: inherit !important;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging {
	pointer-events: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0px;
	right: 0px;
	min-height: 10px;
}

.simplebar-scrollbar::before {
	position: absolute;
	content: "";
	background: rgb(0, 0, 0);
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s linear 0.5s;
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 0.5;
	transition-delay: 0s;
	transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
	top: 0px;
	width: 11px;
}

.simplebar-scrollbar::before {
	inset: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0px;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	inset: 0px auto 0px 0px;
	min-height: 0px;
	min-width: 10px;
	width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0px;
}

.simplebar-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow: scroll hidden;
}

.simplebar-dummy-scrollbar-size>div {
	width: 200%;
	height: 200%;
	margin: 10px 0px;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0px;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

.ebxygG {
	position: relative;
	width: 47.75rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.bfuUjn {
	position: static;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	display: flex;
	flex-direction: column;
}

.hWsPPf {
	position: relative;
	background-color: rgb(29, 29, 31);
	border-radius: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.elUvnT {
	position: static;
	padding: 3rem 3.25rem;
	display: flex;
	flex-direction: column;
}

.tJuUj {
	position: static;
	display: flex;
	flex-direction: column;
}

.faSpUV {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.pjQhq {
	width: 1.25rem;
	min-width: 1.25rem;
	height: 1.25rem;
	min-height: 1.25rem;
}

.fVYOpq {
	width: 2rem;
	min-width: 2rem;
	height: 2rem;
	min-height: 2rem;
}

.dDtdlW {
	width: 3.125rem;
	min-width: 3.125rem;
	height: 3.125rem;
	min-height: 3.125rem;
}

.bJpeXO {
	width: 1px;
	min-width: 1px;
	height: 1.25rem;
	min-height: 1.25rem;
}

.hTCaHA {
	font-family: Haffer, Inter, sans-serif;
	color: rgb(242, 242, 246);
}

.bAlVxb {
	font-weight: 500;
	font-size: 1.25rem;
}

@font-face {
	font-family: Haffer;
	font-weight: 500;
	src: url("/assets/HafferSQXH-Medium.ttf") format("truetype");
}

@font-face {
	font-family: Haffer;
	font-weight: 600;
	src: url("/assets/HafferSQXH-SemiBold.ttf") format("truetype");
}

html {
	line-height: 1.15;
	text-size-adjust: 100%;
}

body {
	margin: 0px;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0px;
}

hr {
	box-sizing: content-box;
	height: 0px;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0px;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0px;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	appearance: none;
}

::-webkit-file-upload-button {
	appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	color-scheme: dark;
}

html,
body {
	font-family: Inter, sans-serif;
	color: rgb(254, 254, 254);
	background: rgb(9, 9, 10);
}

html[data-lang="ko"],
body[data-lang="ko"] {
	font-family: NotoSansKR, sans-serif;
	word-break: keep-all;
	overflow-wrap: break-word;
}

html[data-white-background="true"],
body[data-white-background="true"] {
	background: rgb(9, 9, 10);
}

pre {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 0.8125rem;
	color: rgb(171, 171, 181);
}

pre[data-lang="ko"] {
	font-family: NotoSansKR, sans-serif;
}

html {
	box-sizing: border-box;
}

*,
::before,
::after {
	box-sizing: inherit;
}

* {
	font-feature-settings: "calt" 0;
}

* {
	scrollbar-width: none;
}

::-webkit-scrollbar {
	display: none;
}

.simplebar-scrollbar::before {
	background-color: rgb(64, 64, 69);
	border-radius: 0px;
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

.simplebar-track.simplebar-vertical {
	width: 0.625rem;
}

.simplebar-track.simplebar-horizontal {
	height: 0.625rem;
}

.ewwKTW {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.jGdbNJ {
	width: 100%;
	height: 3.25rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px none transparent;
	padding: 0px 0.75rem;
	position: relative;
	background-color: rgb(44, 75, 226);
	color: rgb(254, 254, 254);
}

.jGdbNJ::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.jGdbNJ svg {
	fill: rgb(254, 254, 254);
	stroke: rgb(254, 254, 254);
}

.jGdbNJ:hover::after {
	background-color: rgb(46, 46, 50);
	opacity: 0.3;
}

.hQlFQx {
	width: 100%;
	height: 3.25rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px none transparent;
	padding: 0px 0.75rem;
	position: relative;
	background-color: rgb(64, 64, 69);
	color: rgb(254, 254, 254);
}

.hQlFQx::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.hQlFQx svg {
	fill: rgb(254, 254, 254);
	stroke: rgb(254, 254, 254);
}

.hQlFQx:hover::after {
	background-color: rgb(46, 46, 50);
	opacity: 0.2;
}

.hvgkOJ {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.ZRZZK {
	width: 100%;
	height: 2rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px;
	padding: 0px 1rem;
	color: rgb(242, 242, 246);
	background-color: transparent;
	position: relative;
}

.ZRZZK svg {
	fill: rgb(242, 242, 246);
	stroke: rgb(242, 242, 246);
}

.ZRZZK:hover {
	color: rgb(171, 171, 181);
}

.ZRZZK:hover svg {
	fill: rgb(171, 171, 181);
	stroke: rgb(171, 171, 181);
}

.ZRZZK::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.iUiHKD {
	display: flex;
	flex-direction: column;
}

.dQVioi {
	min-width: 100vw;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}


[data-simplebar] {
	position: relative;
	flex-flow: column wrap;
	place-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	inset: 0px;
	z-index: 0;
	width: auto !important;
	height: auto !important;
}

.simplebar-offset {
	position: absolute;
	inset: 0px;
	padding: 0px;
	margin: 0px;
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
}

.simplebar-content-wrapper {
	direction: inherit;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	scrollbar-width: none;
	box-sizing: border-box !important;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0px;
	height: 0px;
}

.simplebar-content::after,
.simplebar-content::before {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0px;
	margin: 0px;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0px;
	box-sizing: inherit !important;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging {
	pointer-events: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0px;
	right: 0px;
	min-height: 10px;
}

.simplebar-scrollbar::before {
	position: absolute;
	content: "";
	background: rgb(0, 0, 0);
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s linear 0.5s;
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 0.5;
	transition-delay: 0s;
	transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
	top: 0px;
	width: 11px;
}

.simplebar-scrollbar::before {
	inset: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0px;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	inset: 0px auto 0px 0px;
	min-height: 0px;
	min-width: 10px;
	width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0px;
}

.simplebar-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow: scroll hidden;
}

.simplebar-dummy-scrollbar-size>div {
	width: 200%;
	height: 200%;
	margin: 10px 0px;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0px;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

.ebxygG {
	position: relative;
	width: 47.75rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.bfuUjn {
	position: static;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	display: flex;
	flex-direction: column;
}

.hWsPPf {
	position: relative;
	background-color: rgb(29, 29, 31);
	border-radius: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.elUvnT {
	position: static;
	padding: 3rem 3.25rem;
	display: flex;
	flex-direction: column;
}

.tJuUj {
	position: static;
	display: flex;
	flex-direction: column;
}

.bExGKf {
	position: static;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.hQeoUI {
	position: static;
	width: 1px;
	background-color: rgb(64, 64, 69);
	display: flex;
	flex-direction: column;
}

.dWlBiX {
	position: static;
	width: 2.375rem;
	height: 2.375rem;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.kQktZb {
	position: relative;
	display: flex;
	flex-direction: column;
}

.faSpUV {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.fEnqCa {
	color: rgb(171, 171, 181);
}

.eHObTT {
	color: inherit;
}

.iuhvyf {
	font-weight: 700;
	font-size: 1.375rem;
}

.gYCGXc {
	font-weight: 600;
	font-size: 1.125rem;
}

.kXlEay {
	font-weight: 600;
	font-size: 1rem;
}

.dkJSBQ {
	font-weight: 500;
	font-size: 0.875rem;
}

.pjQhq {
	width: 1.25rem;
	min-width: 1.25rem;
	height: 1.25rem;
	min-height: 1.25rem;
}

.fVYOpq {
	width: 2rem;
	min-width: 2rem;
	height: 2rem;
	min-height: 2rem;
}

.dDtdlW {
	width: 3.125rem;
	min-width: 3.125rem;
	height: 3.125rem;
	min-height: 3.125rem;
}

.bJpeXO {
	width: 1px;
	min-width: 1px;
	height: 1.25rem;
	min-height: 1.25rem;
}

.fLTHke {
	width: 0.5rem;
	min-width: 0.5rem;
	height: 0.5rem;
	min-height: 0.5rem;
}

.kImQIu {
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	min-height: 1.5rem;
}

.ieBoUK {
	width: 2.5rem;
	min-width: 2.5rem;
	height: 1px;
	min-height: 1px;
}

.clEmLy {
	width: 0.5rem;
	min-width: 0.5rem;
	height: 1px;
	min-height: 1px;
}

.jghkoK {
	width: 0.75rem;
	min-width: 0.75rem;
	height: 0.75rem;
	min-height: 0.75rem;
}

.hTCaHA {
	font-family: Haffer, Inter, sans-serif;
	color: rgb(242, 242, 246);
}

.fPwQBC {
	font-family: Haffer, Inter, sans-serif;
	color: inherit;
}

.dGckYu {
	font-weight: 600;
	font-size: 3rem;
}

.bAlVxb {
	font-weight: 500;
	font-size: 1.25rem;
}

.clAuJW {
	flex: 1 1 0%;
}

.iEjtVH {
	display: flex;
	flex-direction: row;
}

.exzAYU {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
}

.eMKzHk {
	position: fixed;
	top: 2.75rem;
	right: 3.25rem;
	z-index: 1000;
}

.lFOrI {
	color: rgb(114, 116, 123);
}

.sc-ivTmOn:hover .sc-cxabCf {
	color: rgb(171, 171, 181);
}

.bPpisZ {
	background-color: rgb(46, 46, 50);
}

.sc-ivTmOn:hover .sc-llJcti {
	background-color: rgb(64, 64, 69);
}

.cyOsIX {
	color: rgb(114, 116, 123);
}

.sc-ivTmOn:hover .sc-iIPllB {
	color: rgb(220, 220, 227);
}

@font-face {
	font-family: Haffer;
	font-weight: 500;
	src: url("/assets/HafferSQXH-Medium.ttf") format("truetype");
}

@font-face {
	font-family: Haffer;
	font-weight: 600;
	src: url("/assets/HafferSQXH-SemiBold.ttf") format("truetype");
}

html {
	line-height: 1.15;
	text-size-adjust: 100%;
}

body {
	margin: 0px;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0px;
}

hr {
	box-sizing: content-box;
	height: 0px;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0px;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0px;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	appearance: none;
}

::-webkit-file-upload-button {
	appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	color-scheme: dark;
}

html,
body {
	font-family: Inter, sans-serif;
	color: rgb(254, 254, 254);
	background: rgb(9, 9, 10);
}

html[data-lang="ko"],
body[data-lang="ko"] {
	font-family: NotoSansKR, sans-serif;
	word-break: keep-all;
	overflow-wrap: break-word;
}

html[data-white-background="true"],
body[data-white-background="true"] {
	background: rgb(9, 9, 10);
}

pre {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 0.8125rem;
	color: rgb(171, 171, 181);
}

pre[data-lang="ko"] {
	font-family: NotoSansKR, sans-serif;
}

html {
	box-sizing: border-box;
}

*,
::before,
::after {
	box-sizing: inherit;
}

* {
	font-feature-settings: "calt" 0;
}

* {
	scrollbar-width: none;
}

::-webkit-scrollbar {
	display: none;
}

.simplebar-scrollbar::before {
	background-color: rgb(64, 64, 69);
	border-radius: 0px;
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

.simplebar-track.simplebar-vertical {
	width: 0.625rem;
}

.simplebar-track.simplebar-horizontal {
	height: 0.625rem;
}

.ewwKTW {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.jGdbNJ {
	width: 100%;
	height: 3.25rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px none transparent;
	padding: 0px 0.75rem;
	position: relative;
	background-color: rgb(44, 75, 226);
	color: rgb(254, 254, 254);
}

.jGdbNJ::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.jGdbNJ svg {
	fill: rgb(254, 254, 254);
	stroke: rgb(254, 254, 254);
}

.jGdbNJ:hover::after {
	background-color: rgb(46, 46, 50);
	opacity: 0.3;
}

.hQlFQx {
	width: 100%;
	height: 3.25rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px none transparent;
	padding: 0px 0.75rem;
	position: relative;
	background-color: rgb(64, 64, 69);
	color: rgb(254, 254, 254);
}

.hQlFQx::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.hQlFQx svg {
	fill: rgb(254, 254, 254);
	stroke: rgb(254, 254, 254);
}

.hQlFQx:hover::after {
	background-color: rgb(46, 46, 50);
	opacity: 0.2;
}

.fJKtmE {
	height: 100%;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 0.25rem;
}

.hvgkOJ {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.ZRZZK {
	width: 100%;
	height: 2rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px;
	padding: 0px 1rem;
	color: rgb(242, 242, 246);
	background-color: transparent;
	position: relative;
}

.ZRZZK svg {
	fill: rgb(242, 242, 246);
	stroke: rgb(242, 242, 246);
}

.ZRZZK:hover {
	color: rgb(171, 171, 181);
}

.ZRZZK:hover svg {
	fill: rgb(171, 171, 181);
	stroke: rgb(171, 171, 181);
}

.ZRZZK::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.iUiHKD {
	display: flex;
	flex-direction: column;
}

.dQVioi {
	min-width: 100vw;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}


[data-simplebar] {
	position: relative;
	flex-flow: column wrap;
	place-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	inset: 0px;
	z-index: 0;
	width: auto !important;
	height: auto !important;
}

.simplebar-offset {
	position: absolute;
	inset: 0px;
	padding: 0px;
	margin: 0px;
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
}

.simplebar-content-wrapper {
	direction: inherit;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	scrollbar-width: none;
	box-sizing: border-box !important;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0px;
	height: 0px;
}

.simplebar-content::after,
.simplebar-content::before {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0px;
	margin: 0px;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0px;
	box-sizing: inherit !important;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging {
	pointer-events: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0px;
	right: 0px;
	min-height: 10px;
}

.simplebar-scrollbar::before {
	position: absolute;
	content: "";
	background: rgb(0, 0, 0);
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s linear 0.5s;
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 0.5;
	transition-delay: 0s;
	transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
	top: 0px;
	width: 11px;
}

.simplebar-scrollbar::before {
	inset: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0px;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	inset: 0px auto 0px 0px;
	min-height: 0px;
	min-width: 10px;
	width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0px;
}

.simplebar-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow: scroll hidden;
}

.simplebar-dummy-scrollbar-size>div {
	width: 200%;
	height: 200%;
	margin: 10px 0px;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0px;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

.ebxygG {
	position: relative;
	width: 47.75rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.bfuUjn {
	position: static;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	display: flex;
	flex-direction: column;
}

.hWsPPf {
	position: relative;
	background-color: rgb(29, 29, 31);
	border-radius: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.elUvnT {
	position: static;
	padding: 3rem 3.25rem;
	display: flex;
	flex-direction: column;
}

.tJuUj {
	position: static;
	display: flex;
	flex-direction: column;
}

.bExGKf {
	position: static;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.hQeoUI {
	position: static;
	width: 1px;
	background-color: rgb(64, 64, 69);
	display: flex;
	flex-direction: column;
}

.dWlBiX {
	position: static;
	width: 2.375rem;
	height: 2.375rem;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.kQktZb {
	position: relative;
	display: flex;
	flex-direction: column;
}

.gNsQDg {
	position: static;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.dOfbpB {
	position: static;
	width: 27.25rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.gelWte {
	position: static;
	width: 22.5rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.ieWXgJ {
	position: static;
	width: 29.5rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.dLZziL {
	position: static;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.jiaani {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
}

.faSpUV {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.fEnqCa {
	color: rgb(171, 171, 181);
}

.eHObTT {
	color: inherit;
}

.hurFMS {
	color: rgb(114, 116, 123);
}

.iuhvyf {
	font-weight: 700;
	font-size: 1.375rem;
}

.gYCGXc {
	font-weight: 600;
	font-size: 1.125rem;
}

.kXlEay {
	font-weight: 600;
	font-size: 1rem;
}

.dkJSBQ {
	font-weight: 500;
	font-size: 0.875rem;
}

.lfbenK {
	font-weight: 400;
	font-size: 1rem;
}

.pjQhq {
	width: 1.25rem;
	min-width: 1.25rem;
	height: 1.25rem;
	min-height: 1.25rem;
}

.fVYOpq {
	width: 2rem;
	min-width: 2rem;
	height: 2rem;
	min-height: 2rem;
}

.dDtdlW {
	width: 3.125rem;
	min-width: 3.125rem;
	height: 3.125rem;
	min-height: 3.125rem;
}

.bJpeXO {
	width: 1px;
	min-width: 1px;
	height: 1.25rem;
	min-height: 1.25rem;
}

.fLTHke {
	width: 0.5rem;
	min-width: 0.5rem;
	height: 0.5rem;
	min-height: 0.5rem;
}

.kImQIu {
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	min-height: 1.5rem;
}

.ieBoUK {
	width: 2.5rem;
	min-width: 2.5rem;
	height: 1px;
	min-height: 1px;
}

.clEmLy {
	width: 0.5rem;
	min-width: 0.5rem;
	height: 1px;
	min-height: 1px;
}

.jghkoK {
	width: 0.75rem;
	min-width: 0.75rem;
	height: 0.75rem;
	min-height: 0.75rem;
}

.dJfSta {
	width: 0.25rem;
	min-width: 0.25rem;
	height: 0.25rem;
	min-height: 0.25rem;
}

.kQKZTi {
	width: 1rem;
	min-width: 1rem;
	height: 1rem;
	min-height: 1rem;
}

.gZmSvy {
	width: 1.625rem;
	min-width: 1.625rem;
	height: 1.625rem;
	min-height: 1.625rem;
}

.bnItim {
	width: 1.125rem;
	min-width: 1.125rem;
	height: 1.125rem;
	min-height: 1.125rem;
}

.hTCaHA {
	font-family: Haffer, Inter, sans-serif;
	color: rgb(242, 242, 246);
}

.fPwQBC {
	font-family: Haffer, Inter, sans-serif;
	color: inherit;
}

.dGckYu {
	font-weight: 600;
	font-size: 3rem;
}

.jjPGkh {
	font-weight: 600;
	font-size: 1.5rem;
}

.bAlVxb {
	font-weight: 500;
	font-size: 1.25rem;
}

.clAuJW {
	flex: 1 1 0%;
}

.iEjtVH {
	display: flex;
	flex-direction: row;
}

.exzAYU {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
}

.eMKzHk {
	position: fixed;
	top: 2.75rem;
	right: 3.25rem;
	z-index: 1000;
}

.lFOrI {
	color: rgb(114, 116, 123);
}

.sc-ivTmOn:hover .sc-cxabCf {
	color: rgb(171, 171, 181);
}

.bPpisZ {
	background-color: rgb(46, 46, 50);
}

.sc-ivTmOn:hover .sc-llJcti {
	background-color: rgb(64, 64, 69);
}

.cyOsIX {
	color: rgb(114, 116, 123);
}

.sc-ivTmOn:hover .sc-iIPllB {
	color: rgb(220, 220, 227);
}

@font-face {
	font-family: Haffer;
	font-weight: 500;
	src: url("/assets/HafferSQXH-Medium.ttf") format("truetype");
}

@font-face {
	font-family: Haffer;
	font-weight: 600;
	src: url("/assets/HafferSQXH-SemiBold.ttf") format("truetype");
}

html {
	line-height: 1.15;
	text-size-adjust: 100%;
}

body {
	margin: 0px;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0px;
}

hr {
	box-sizing: content-box;
	height: 0px;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0px;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0px;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	appearance: none;
}

::-webkit-file-upload-button {
	appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	color-scheme: dark;
}

html,
body {
	font-family: Inter, sans-serif;
	color: rgb(254, 254, 254);
	background: rgb(9, 9, 10);
}

html[data-lang="ko"],
body[data-lang="ko"] {
	font-family: NotoSansKR, sans-serif;
	word-break: keep-all;
	overflow-wrap: break-word;
}

html[data-white-background="true"],
body[data-white-background="true"] {
	background: rgb(9, 9, 10);
}

pre {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 0.8125rem;
	color: rgb(171, 171, 181);
}

pre[data-lang="ko"] {
	font-family: NotoSansKR, sans-serif;
}

html {
	box-sizing: border-box;
}

*,
::before,
::after {
	box-sizing: inherit;
}

* {
	font-feature-settings: "calt" 0;
}

* {
	scrollbar-width: none;
}

::-webkit-scrollbar {
	display: none;
}

.simplebar-scrollbar::before {
	background-color: rgb(64, 64, 69);
	border-radius: 0px;
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

.simplebar-track.simplebar-vertical {
	width: 0.625rem;
}

.simplebar-track.simplebar-horizontal {
	height: 0.625rem;
}

.ewwKTW {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.jGdbNJ {
	width: 100%;
	height: 3.25rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px none transparent;
	padding: 0px 0.75rem;
	position: relative;
	background-color: rgb(44, 75, 226);
	color: rgb(254, 254, 254);
}

.jGdbNJ::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.jGdbNJ svg {
	fill: rgb(254, 254, 254);
	stroke: rgb(254, 254, 254);
}

.jGdbNJ:hover::after {
	background-color: rgb(46, 46, 50);
	opacity: 0.3;
}

.hQlFQx {
	width: 100%;
	height: 3.25rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px none transparent;
	padding: 0px 0.75rem;
	position: relative;
	background-color: rgb(64, 64, 69);
	color: rgb(254, 254, 254);
}

.hQlFQx::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.hQlFQx svg {
	fill: rgb(254, 254, 254);
	stroke: rgb(254, 254, 254);
}

.hQlFQx:hover::after {
	background-color: rgb(46, 46, 50);
	opacity: 0.2;
}

.ktVnh {
	width: 100%;
	height: 2.25rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 0.875rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px none transparent;
	padding: 0px 0.75rem;
	position: relative;
	background-color: rgb(64, 64, 69);
	color: rgb(254, 254, 254);
}

.ktVnh::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.ktVnh svg {
	fill: rgb(254, 254, 254);
	stroke: rgb(254, 254, 254);
}

.ktVnh:hover::after {
	background-color: rgb(46, 46, 50);
	opacity: 0.2;
}

.fJKtmE {
	height: 100%;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 0.25rem;
}

.hvgkOJ {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.ZRZZK {
	width: 100%;
	height: 2rem;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 0.375rem;
	cursor: pointer;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.2px;
	white-space: nowrap;
	border: 0px;
	padding: 0px 1rem;
	color: rgb(242, 242, 246);
	background-color: transparent;
	position: relative;
}

.ZRZZK svg {
	fill: rgb(242, 242, 246);
	stroke: rgb(242, 242, 246);
}

.ZRZZK:hover {
	color: rgb(171, 171, 181);
}

.ZRZZK:hover svg {
	fill: rgb(171, 171, 181);
	stroke: rgb(171, 171, 181);
}

.ZRZZK::after {
	content: "";
	position: absolute;
	inset: 0px;
}

.iUiHKD {
	display: flex;
	flex-direction: column;
}

.iLa-DOx {
	position: relative;
	border-radius: 0.5rem;
	background-color: rgb(9, 9, 10);
}

.iLa-DOx::after {
	content: "";
	position: absolute;
	inset: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(64, 64, 69);
	border-radius: 0.5rem;
	pointer-events: none;
}

.iLa-DOx:focus-within::after {
	border-color: rgb(171, 171, 181);
}

.kEpgcC {
	width: 100%;
	height: 3.25rem;
	margin: 0px;
	padding: 0px 0.75rem;
	background-color: rgb(9, 9, 10);
	border: 0px;
	border-radius: 0.5rem;
	color: rgb(242, 242, 246);
	outline: none;
	font-size: 0.875rem;
	font-weight: 400;
}

.kEpgcC::-webkit-input-placeholder {
	color: rgb(64, 64, 69);
}

.kEpgcC::placeholder {
	color: rgb(64, 64, 69);
}

.kEpgcC::-webkit-inner-spin-button {
	appearance: none;
	margin: 0px;
}

.kEpgcC::-webkit-outer-spin-button {
	appearance: none;
	margin: 0px;
}

.jYMVBB {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: rgb(9, 9, 10);
	height: 2.625rem;
	border-radius: 1.3125rem;
}

.faoyiy {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 6.25rem;
	cursor: auto;
	background-color: rgb(29, 29, 31);
	color: rgb(242, 242, 246);
	font-weight: 500;
	height: 2.125rem;
	border-radius: 1.0625rem;
	font-size: 0.875rem;
	padding: 0px 0.75rem;
	white-space: nowrap;
	border-width: 0px;
	border-style: none;
	border-image: none 100% / 1 / 0 stretch;
}

.dozOxC {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 6.25rem;
	cursor: pointer;
	background-color: rgb(9, 9, 10);
	color: rgb(114, 116, 123);
	font-weight: 400;
	height: 2.125rem;
	border-radius: 1.0625rem;
	font-size: 0.875rem;
	padding: 0px 0.75rem;
	white-space: nowrap;
	border-width: 0px;
	border-style: none;
	border-image: none 100% / 1 / 0 stretch;
}

.bFszLl {
	margin-left: -1rem;
}

.huARGu {
	margin-left: 0px;
}

.iEYmkL {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem 0px;
}

.iEYmkI {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem 0px;
}

.kpKCqT {
	font-weight: 500;
	font-size: 0.875rem;
	text-align: right;
	color: rgb(220, 220, 227);
	min-width: 1.875rem;
	margin-right: 0.375rem;
}

.eZiTYH {
	position: relative;
	padding: 1.5rem 1.75rem 1.25rem;
	background-color: rgb(46, 46, 50);
	border-radius: 1rem;
	color: rgb(220, 220, 227);
	font-size: 0.875rem;
}

.eZiTYH ul {
	line-height: 1.3;
	margin: 0px;
	padding-left: 1.2rem;
}

.hVTpJr {
	color: rgb(254, 254, 254);
	font-size: 0.875rem;
	line-height: 1.125rem;
	letter-spacing: 0.2px;
	font-weight: 700;
}

.SDjUY {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	cursor: pointer;
}

.isudYv {
	color: rgb(220, 220, 227);
	font-size: 0.875rem;
	line-height: 1.05rem;
	font-weight: 500;
}

.OIUtb {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.2px;
	color: rgb(220, 220, 227);
}

.bmMQzC {
	flex: 1 1 0%;
}

.jIGIAw {
	color: rgb(220, 220, 227);
}

.dQVioi {
	min-width: 100vw;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}