:root {
	--color-body: 255 255 255;
	--color-text: 102 102 102;
	--color-subs: 051 051 051;
	--color-lead: 000 000 000;
	--color-main: 005 150 105;
	--color-fore: 255 255 255;
	--color-mute: 244 244 245;
	--color-grey: 248 248 248;
	--color-line: 234 234 234;
	--color-back: 102 102 102;
	--color-fire: 239 068 068;
	--color-gold: 245 158 011;
	--color-lime: 005 150 105
}

.dark {
	--color-body: 028 028 028;
	--color-text: 161 161 170;
	--color-subs: 212 212 216;
	--color-lead: 255 255 255;
	--color-main: 052 211 153;
	--color-fore: 000 000 000;
	--color-mute: 022 022 022;
	--color-grey: 031 031 031;
	--color-line: 042 042 042;
	--color-back: 009 009 009;
	--color-fire: 248 113 113;
	--color-gold: 251 191 036;
	--color-lime: 052 211 153
}

:root::backdrop {
	--color-back: 102 102 102
}

.dark::backdrop {
	--color-back: 009 009 009
}

* {
	min-width: 0
}

*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb
}

::before,
::after {
	--tw-content: ''
}

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal
}

body {
	margin: 0;
	line-height: inherit
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px
}

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0
}

button,
select {
	text-transform: none
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	background-color: #fff0;
	background-image: none
}

:-moz-focusring {
	outline: auto
}

:-moz-ui-invalid {
	box-shadow: none
}

progress {
	vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0
}

fieldset {
	margin: 0;
	padding: 0
}

legend {
	padding: 0
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0
}

dialog {
	padding: 0
}

textarea {
	resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af
}

button,
[role="button"] {
	cursor: pointer
}

:disabled {
	cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle
}

img,
video {
	max-width: 100%;
	height: auto
}

[hidden] {
	display: none
}

@font-face {
	font-family: 'Poppins';
	src: url('./fonts/poppins.woff2') format('woff2');
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
}

html {
	display: grid;
	min-height: 100%
}

body {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-body) / var(--tw-bg-opacity));
	font-family: Poppins, sans-serif;
	--tw-text-opacity: 1;
	color: rgb(var(--color-text) / var(--tw-text-opacity))
}

body>#app,
body>#__next,
body>div {
	display: flex;
	flex-direction: column
}

h1,
h2,
h3,
div,
li,
p {
	overflow-wrap: break-word
}

h1,
h2,
h3 {
	font-weight: 600
}

[hidden] {
	display: none
}

label {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size: .875rem;
	line-height: 1.25rem;
	font-weight: 500
}

[class*="ic-"] {
	display: inline-flex;
	gap: .25rem
}

[class*="ic-"]:not(.ic-before):not(.ic-after),
.ic-before::before,
.ic-after::after {
	width: 1em;
	height: 1em;
	line-height: 1;
	flex-shrink: 0;
	max-width: initial;
	background-color: currentColor;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask: var(--ic) no-repeat;
	mask: var(--ic) no-repeat
}

.ic-before::before,
.ic-after::after {
	content: ''
}

input,
textarea,
select {
	display: block;
	min-height: 2.5rem;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-line) / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-mute) / var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-subs) / var(--tw-text-opacity))
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgb(var(--color-text) / var(--tw-text-opacity));
	opacity: 1
}

input::placeholder,
textarea::placeholder,
select::placeholder {
	--tw-text-opacity: 1;
	color: rgb(var(--color-text) / var(--tw-text-opacity));
	opacity: 1
}

input:disabled,
textarea:disabled,
select:disabled {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-line) / var(--tw-bg-opacity));
	opacity: .8
}

:is(input, textarea, select):focus {
	border-color: rgb(var(--color-text) / .5);
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-body) / var(--tw-bg-opacity));
	outline: 2px solid #fff0;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-color: rgb(var(--color-text) / var(--tw-ring-opacity));
	--tw-ring-opacity: 0.1
}

textarea {
	height: 8rem;
	max-height: 24rem;
	min-height: 8rem
}

select {
	--ic: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-image: var(--ic);
	background-position: right .5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-inline-end: 2.25rem
}

[type="checkbox"],
[type="radio"] {
	height: 1.5rem;
	min-height: 0;
	width: 1.5rem;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	align-self: flex-start;
	border-radius: .25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-line) / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-mute) / var(--tw-bg-opacity))
}

[type="checkbox"]:hover,
[type="radio"]:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-grey) / var(--tw-bg-opacity))
}

[type="radio"] {
	border-radius: 9999px
}

[type="checkbox"]:checked,
[type="radio"]:checked {
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-main) / var(--tw-border-opacity));
	background-color: currentColor;
	--tw-text-opacity: 1;
	color: rgb(var(--color-main) / var(--tw-text-opacity));
	--tw-ring-color: rgb(var(--color-main) / 0.2)
}

[type="radio"]:checked,
[type="checkbox"]:checked {
	--ic: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
	background-image: var(--ic);
	background-position: 50% 50%;
	background-repeat: no-repeat
}

[class="dark"] [type="radio"]:checked,
[class="dark"] [type="checkbox"]:checked {
	--ic: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

.-rotate-90,
.rotate-90,
.hover\:scale-110,
.group-open\:after\:rotate-45::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1
}

:is(input, textarea, select),
.btn {
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000
}

.btn,
.filter {
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow:
}

.backdrop-blur {
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia:
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem
}

@media (min-width:640px) {
	.container {
		max-width: 640px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px
	}
}

.btn {
	display: inline-flex;
	min-height: 2.5rem;
	min-width: 2.5rem;
	flex-shrink: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	align-items: center;
	justify-content: center;
	gap: .75rem;
	border-radius: .5rem;
	border-width: 1px;
	border-color: #fff0;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: .875rem;
	line-height: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
	--tw-ring-color: rgb(var(--color-text) / 0.2)
}

.btn:hover {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 200ms
}

.btn:focus {
	outline: 2px solid #fff0;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.btn:disabled {
	pointer-events: none;
	opacity: .6;
	--tw-grayscale: grayscale(60%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.btn-sm {
	min-height: 2rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .75rem;
	padding-right: .75rem
}

.btn-lg {
	min-height: 3rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1rem;
	line-height: 1.5rem
}

.btn-main {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-main) / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(var(--color-fore) / var(--tw-text-opacity));
	--tw-ring-color: rgb(var(--color-main) / 0.2)
}

.btn-main:hover {
	background-color: rgb(var(--color-main) / .9)
}

.btn-main:focus {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-main) / var(--tw-bg-opacity))
}

.btn-main-o {
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-main) / var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgb(var(--color-main) / var(--tw-text-opacity));
	--tw-ring-color: rgb(var(--color-main) / 0.2)
}

.btn-main-o:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-main) / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(var(--color-fore) / var(--tw-text-opacity))
}

.btn-text {
	--tw-ring-color: rgb(var(--color-lead) / 0.2)
}

.btn-text:hover {
	--tw-text-opacity: 1;
	color: rgb(var(--color-lead) / var(--tw-text-opacity))
}

.btn-lead {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-lead) / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(var(--color-fore) / var(--tw-text-opacity));
	--tw-ring-color: rgb(var(--color-lead) / 0.2)
}

.entry {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;

	:is(h1, h2, h3, h4, h5, h6) {
		font-weight: 600
	}

	:is(h1, h2, h3, h4, h5, h6) {
		--tw-text-opacity: 1;
		color: rgb(var(--color-lead) / var(--tw-text-opacity))
	}

	h1 {
		font-size: 1.875rem;
		line-height: 2.25rem
	}

	h2 {
		font-size: 1.5rem;
		line-height: 2rem
	}

	h3 {
		font-size: 1rem;
		line-height: 1.5rem
	}

	:is(h4, h5, h6) {
		font-size: 1rem;
		line-height: 1.5rem
	}

	:is(h4, h5, h6) {
		font-weight: 500
	}

	a {
		font-weight: 500
	}

	a {
		--tw-text-opacity: 1;
		color: rgb(var(--color-main) / var(--tw-text-opacity))
	}

	a {
		text-decoration-line: underline
	}

	a:hover {
		text-decoration-line: none
	}

	pre {
		--tw-bg-opacity: 1;
		background-color: rgb(var(--color-mute) / var(--tw-bg-opacity))
	}

	pre {
		padding: 1rem
	}

	pre {
		--tw-text-opacity: 1;
		color: rgb(var(--color-subs) / var(--tw-text-opacity))
	}

	strong {
		font-weight: 700
	}

	blockquote {
		position: relative
	}

	blockquote {
		display: flex
	}

	blockquote {
		flex-direction: column
	}

	blockquote {
		gap: 1rem
	}

	blockquote {
		border-inline-start-width: 4px
	}

	blockquote {
		--tw-border-opacity: 1;
		border-color: rgb(var(--color-main) / var(--tw-border-opacity))
	}

	blockquote {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	blockquote {
		padding-inline-start: 1.5rem
	}

	blockquote {
		font-size: 1.5rem;
		line-height: 2rem
	}

	blockquote {
		--tw-text-opacity: 1;
		color: rgb(var(--color-lead) / var(--tw-text-opacity))
	}

	blockquote::after {
		position: absolute
	}

	blockquote::after {
		top: 0
	}

	blockquote::after {
		inset-inline-end: 0
	}

	blockquote::after {
		margin-top: -1rem
	}

	blockquote::after {
		font-size: 3.75rem;
		line-height: 1
	}

	blockquote::after {
		font-weight: 700
	}

	blockquote::after {
		--tw-text-opacity: 1;
		color: rgb(var(--color-main) / var(--tw-text-opacity))
	}

	blockquote::after {
		content: '"'
	}

	cite {
		font-size: .875rem;
		line-height: 1.25rem
	}

	figcaption {
		margin-top: 1rem
	}

	figcaption {
		font-size: .75rem;
		line-height: 1rem
	}

	figcaption {
		font-style: italic
	}

	ul {
		display: flex
	}

	ul,
	ul li {
		list-style-type: disc
	}

	ul {
		flex-direction: column
	}

	ul {
		gap: .5rem
	}

	ul {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	ul {
		padding-inline-start: 1.5rem
	}

	ol {
		display: flex
	}

	ol {
		list-style-type: decimal
	}

	ol {
		flex-direction: column
	}

	ol {
		gap: .5rem
	}

	ol {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	ol {
		padding-inline-start: 1.5rem
	}

	li {
		padding-inline-start: .25rem
	}

	table {
		width: 100%
	}

	table {
		table-layout: auto
	}

	th,
	td {
		padding: .5rem
	}

	tr {
		border-bottom-width: 1px
	}

	tr {
		--tw-border-opacity: 1;
		border-color: rgb(var(--color-line) / var(--tw-border-opacity))
	}

	tr:last-child {
		border-bottom-width: 0
	}
}

.apr {
	width: calc(100% + 2rem);
	margin-left: -1rem;
	margin-right: -1rem;
	position: relative
}

.cnt {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem
}

.ic-search {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M21 21l-4.35-4.35M19 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0z' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-chevron-down {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-arrow-right {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M5 12h14m0 0l-7-7m7 7l-7 7' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-star {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M12.646 1.776a1.5 1.5 0 0 0-1.292 0c-.353.168-.547.46-.645.62a7.735 7.735 0 0 0-.307.583L8.245 7.346l-4.822.705c-.227.033-.46.067-.65.113-.182.044-.52.139-.789.423a1.5 1.5 0 0 0-.398 1.228c.051.387.27.663.391.805.127.148.295.312.46.472l3.488 3.397-.823 4.799a7.752 7.752 0 0 0-.095.652c-.014.187-.029.538.158.882a1.5 1.5 0 0 0 1.045.759c.384.071.714-.051.887-.123.18-.075.388-.184.591-.291L12 18.9l4.31 2.267c.204.107.412.216.592.29.174.073.503.195.887.124a1.5 1.5 0 0 0 1.045-.76c.187-.343.172-.694.158-.881a7.757 7.757 0 0 0-.095-.652l-.822-4.799 3.487-3.397c.165-.16.333-.324.46-.472.122-.142.34-.418.39-.805a1.5 1.5 0 0 0-.397-1.228c-.27-.284-.607-.38-.79-.423-.189-.046-.422-.08-.649-.113l-4.822-.705L13.6 2.98a7.736 7.736 0 0 0-.308-.582c-.098-.16-.292-.453-.645-.621z' fill='%23212121'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-google {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23212121'%3E%3Cpath d='M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-apple {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cg fill='%23212121'%3E%3Cpath d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-plus {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M12 5v14m-7-7h14' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0
}

.pointer-events-none {
	pointer-events: none
}

.invisible {
	visibility: hidden
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.inset-0 {
	inset: 0
}

.inset-y-0 {
	top: 0;
	bottom: 0
}

.end-0 {
	inset-inline-end: 0
}

.start-0 {
	inset-inline-start: 0
}

.top-0 {
	top: 0
}

.top-full {
	top: 100%
}

.z-0 {
	z-index: 0
}

.z-50 {
	z-index: 50
}

.order-first {
	order: -9999
}

.order-last {
	order: 9999
}

.col-start-1 {
	grid-column-start: 1
}

.row-start-1 {
	grid-row-start: 1
}

.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto
}

.-me-2 {
	margin-inline-end: -.5rem
}

.-ms-2 {
	margin-inline-start: -.5rem
}

.mb-3 {
	margin-bottom: .75rem
}

.mb-5 {
	margin-bottom: 1.25rem
}

.me-0 {
	margin-inline-end: 0
}

.me-1 {
	margin-inline-end: .25rem
}

.ms-auto {
	margin-inline-start: auto
}

.mt-1 {
	margin-top: .25rem
}

.mt-2 {
	margin-top: .5rem
}

.mt-4 {
	margin-top: 1rem
}

.mt-auto {
	margin-top: auto
}

.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.block {
	display: block
}

.flex {
	display: flex
}

.inline-flex {
	display: inline-flex
}

.grid {
	display: grid
}

.hidden {
	display: none
}

.aspect-\[9\/16\] {
	aspect-ratio: 9/16
}

.aspect-square {
	aspect-ratio: 1 / 1
}

.aspect-video {
	aspect-ratio: 16 / 9
}

.h-2 {
	height: .5rem
}

.h-auto {
	height: auto
}

.max-h-48 {
	max-height: 12rem
}

.max-h-96 {
	max-height: 24rem
}

.w-10 {
	width: 2.5rem
}

.w-2 {
	width: .5rem
}

.w-20 {
	width: 5rem
}

.w-32 {
	width: 8rem
}

.w-36 {
	width: 9rem
}

.w-64 {
	width: 16rem
}

.w-72 {
	width: 18rem
}

.w-8 {
	width: 2rem
}

.w-full {
	width: 100%
}

.min-w-40 {
	min-width: 10rem
}

.max-w-72 {
	max-width: 18rem
}

.max-w-\[550px\] {
	max-width: 550px
}

.max-w-full {
	max-width: 100%
}

.flex-1 {
	flex: 1 1 0%
}

.shrink-0 {
	flex-shrink: 0
}

.-rotate-90 {
	--tw-rotate: -90deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
	--tw-rotate: 90deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate-fadeUp {
	animation: fadeUp .2s both
}

.cursor-pointer {
	cursor: pointer
}

.resize-none {
	resize: none
}

.auto-cols-max {
	grid-auto-columns: max-content
}

.grid-flow-col {
	grid-auto-flow: column
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-col {
	flex-direction: column
}

.flex-wrap {
	flex-wrap: wrap
}

.items-end {
	align-items: flex-end
}

.items-center {
	align-items: center
}

.justify-end {
	justify-content: flex-end
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.gap-0 {
	gap: 0
}

.gap-0\.5 {
	gap: .125rem
}

.gap-1 {
	gap: .25rem
}

.gap-2 {
	gap: .5rem
}

.gap-3 {
	gap: .75rem
}

.gap-4 {
	gap: 1rem
}

.gap-6 {
	gap: 1.5rem
}

.gap-8 {
	gap: 2rem
}

.gap-x-2 {
	-moz-column-gap: .5rem;
	column-gap: .5rem
}

.gap-x-4 {
	-moz-column-gap: 1rem;
	column-gap: 1rem
}

.gap-y-2 {
	row-gap: .5rem
}

.gap-y-4 {
	row-gap: 1rem
}

.self-start {
	align-self: flex-start
}

.overflow-auto {
	overflow: auto
}

.overflow-hidden {
	overflow: hidden
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.rounded-full {
	border-radius: 9999px
}

.rounded-lg {
	border-radius: .5rem
}

.rounded-md {
	border-radius: .375rem
}

.rounded-xl {
	border-radius: .75rem
}

.border {
	border-width: 1px
}

.border-b {
	border-bottom-width: 1px
}

.border-b-4 {
	border-bottom-width: 4px
}

.border-t {
	border-top-width: 1px
}

.border-\[\#e0e0e0\] {
	--tw-border-opacity: 1;
	border-color: rgb(224 224 224 / var(--tw-border-opacity))
}

.border-line {
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-line) / var(--tw-border-opacity))
}

.bg-\[\#6A64F1\] {
	--tw-bg-opacity: 1;
	background-color: rgb(106 100 241 / var(--tw-bg-opacity))
}

.bg-black\/30 {
	background-color: rgb(0 0 0 / .3)
}

.bg-body {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-body) / var(--tw-bg-opacity))
}

.bg-grey {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-grey) / var(--tw-bg-opacity))
}

.bg-line {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-line) / var(--tw-bg-opacity))
}

.bg-main {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-main) / var(--tw-bg-opacity))
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover
}

.p-0 {
	padding: 0
}

.p-12 {
	padding: 3rem
}

.p-4 {
	padding: 1rem
}

.px-2 {
	padding-left: .5rem;
	padding-right: .5rem
}

.px-3 {
	padding-left: .75rem;
	padding-right: .75rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem
}

.py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem
}

.py-1\.5 {
	padding-top: .375rem;
	padding-bottom: .375rem
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.py-3 {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.pb-4 {
	padding-bottom: 1rem
}

.pb-6 {
	padding-bottom: 1.5rem
}

.pe-0 {
	padding-inline-end: 0
}

.pe-0\.5 {
	padding-inline-end: .125rem
}

.pe-11 {
	padding-inline-end: 2.75rem
}

.ps-0 {
	padding-inline-start: 0
}

.ps-0\.5 {
	padding-inline-start: .125rem
}

.pt-0 {
	padding-top: 0
}

.pt-0\.5 {
	padding-top: .125rem
}

.text-center {
	text-align: center
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem
}

.text-6xl {
	font-size: 3.75rem;
	line-height: 1
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem
}

.font-medium {
	font-weight: 500
}

.font-semibold {
	font-weight: 600
}

.uppercase {
	text-transform: uppercase
}

.tracking-tight {
	letter-spacing: -.025em
}

.text-\[\#07074D\] {
	--tw-text-opacity: 1;
	color: rgb(7 7 77 / var(--tw-text-opacity))
}

.text-\[\#6B7280\] {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity))
}

.text-gold {
	--tw-text-opacity: 1;
	color: rgb(var(--color-gold) / var(--tw-text-opacity))
}

.text-lead {
	--tw-text-opacity: 1;
	color: rgb(var(--color-lead) / var(--tw-text-opacity))
}

.text-subs {
	--tw-text-opacity: 1;
	color: rgb(var(--color-subs) / var(--tw-text-opacity))
}

.text-text {
	--tw-text-opacity: 1;
	color: rgb(var(--color-text) / var(--tw-text-opacity))
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity))
}

.opacity-50 {
	opacity: .5
}

.outline-none {
	outline: 2px solid #fff0;
	outline-offset: 2px
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur {
	--tw-backdrop-blur: blur(8px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.\@container {
	container-type: inline-size
}

@media (min-width:768px) {
	.cnt {
		max-width: 760px
	}
}

@media (min-width:1200px) {
	.cnt {
		max-width: 1136px;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between
	}
}

.entry {
	display: block !important
}

.entry>* {
	margin-bottom: 15px
}

.custom_logo img {
	width: 188px;
	height: auto
}

#menu-header {
	display: flex
}

.group\/item:hover .group-hover\/item\:text-main {
	--tw-text-opacity: 1;
	color: rgb(var(--color-main) / var(--tw-text-opacity))
}

.group\/item:hover .group-hover\/item\:flex {
	display: flex
}

.before\:bg-ic::before {
	background-color: #fff0;
	content: var(--tw-content);
	background-image: var(--ic)
}

.before\:text-2xl::before {
	content: var(--tw-content);
	font-size: 1.5rem;
	line-height: 2rem
}

.before\:text-3xl::before {
	content: var(--tw-content);
	font-size: 1.875rem;
	line-height: 2.25rem
}

.after\:absolute::after {
	content: var(--tw-content);
	position: absolute
}

.after\:inset-0::after {
	content: var(--tw-content);
	inset: 0
}

.after\:z-10::after {
	content: var(--tw-content);
	z-index: 10
}

.after\:text-2xl::after {
	content: var(--tw-content);
	font-size: 1.5rem;
	line-height: 2rem
}

.after\:text-sm::after {
	content: var(--tw-content);
	font-size: .875rem;
	line-height: 1.25rem
}

.after\:text-main::after {
	content: var(--tw-content);
	--tw-text-opacity: 1;
	color: rgb(var(--color-main) / var(--tw-text-opacity))
}

.after\:transition-all::after {
	content: var(--tw-content);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms
}

.open\:border-text\/30[open] {
	border-color: rgb(var(--color-text) / .3)
}

.open\:bg-transparent[open] {
	background-color: #fff0
}

.hover\:scale-110:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:border-text\/30:hover {
	border-color: rgb(var(--color-text) / .3)
}

.hover\:bg-body:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-body) / var(--tw-bg-opacity))
}

.hover\:bg-grey:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-grey) / var(--tw-bg-opacity))
}

.hover\:bg-transparent:hover {
	background-color: #fff0
}

.hover\:text-lead:hover {
	--tw-text-opacity: 1;
	color: rgb(var(--color-lead) / var(--tw-text-opacity))
}

.hover\:underline:hover {
	text-decoration-line: underline
}

.group[open] .group-open\:after\:rotate-45::after {
	content: var(--tw-content);
	--tw-rotate: 45deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/item:hover .group-hover\/item\:flex {
	display: flex
}

.group\/item:hover .group-hover\/item\:text-main {
	--tw-text-opacity: 1;
	color: rgb(var(--color-main) / var(--tw-text-opacity))
}

.group\/item:hover .group-hover\/item\:underline {
	text-decoration-line: underline
}

.group\/item:hover .group-hover\/item\:opacity-90 {
	opacity: .9
}

@container (min-width:24rem) {
	.\@sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

@media (min-width:640px) {
	.sm\:w-24 {
		width: 6rem
	}

	.sm\:w-80 {
		width: 20rem
	}

	.sm\:w-auto {
		width: auto
	}

	.sm\:grid-flow-row {
		grid-auto-flow: row
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.sm\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.sm\:flex-col {
		flex-direction: column
	}

	.sm\:gap-4 {
		gap: 1rem
	}

	.sm\:pb-6 {
		padding-bottom: 1.5rem
	}

	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem
	}

	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
}

@media (min-width:768px) {
	.md\:flex {
		display: flex
	}

	.md\:flex-1 {
		flex: 1 1 0%
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.md\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr))
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem
	}

	.md\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem
	}
}

@media (min-width:1024px) {
	.lg\:order-first {
		order: -9999
	}

	.lg\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}

	.lg\:w-auto {
		width: auto
	}

	.lg\:grid-flow-row {
		grid-auto-flow: row
	}

	.lg\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr))
	}

	.lg\:gap-12 {
		gap: 3rem
	}

	.lg\:gap-x-4 {
		-moz-column-gap: 1rem;
		column-gap: 1rem
	}

	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0
	}

	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}

	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem
	}

	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem
	}
}

@media (min-width:1280px) {
	.xl\:-me-6 {
		margin-inline-end: -1.5rem
	}

	.xl\:-ms-6 {
		margin-inline-start: -1.5rem
	}

	.xl\:w-14 {
		width: 3.5rem
	}

	.xl\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr))
	}

	.xl\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem
	}
}

.appmowo {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 13px;
	margin-bottom: 0.5rem !important;
	font-weight: 500;
	text-transform: uppercase;
	color: #c8c7c7
}

.site {
	display: grid
}

@media (min-width:1200px) {
	.home .site {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.home .site>main {
		padding-right: 0
	}

	.site {
		grid-template-columns: minmax(0, 1fr) 300px
	}

	.sitex {
		grid-template-columns: minmax(0, 1fr) 300px !important;
		display: grid !important
	}

	.site>nav {
		grid-column: 1 / -1
	}

	.site>main {
		padding-right: 60px
	}
}

.it-tit {
	font-size: 18px;
	line-height: 26px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 6px;
	color: #1558d6;
	font-weight: 400
}

.item-snippet {
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	color: #4d5156;
	-webkit-line-clamp: 3
}

.pagination_search {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 30px
}

.pagination_search a {
	background-color: #9d9999;
	color: #fff;
	border: 1px solid #afafb0;
	width: 28px;
	height: 28px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px
}

.pagination_search a.active {
	background-color: #1558d6;
	color: #fff;
	border: 1px solid #1558d6
}

.btn-toggle-search {
	position: absolute;
	top: 11px;
	right: 15px
}

.epx {
	display: none
}

.btn-icon-search {
	display: none
}

@media screen and (min-width:768px) {
	.epx {
		display: block
	}

	.btn-toggle-search {
		display: none
	}

	.btn-icon-search {
		display: block
	}

	.btn-icon-close {
		display: none
	}
}

.apac {
	display: block !important
}

.btn-toggle-search {
	padding-top: 2px;
	padding-bottom: 2px
}

.hgt {
	height: 62px
}

.app-download {
	flex-wrap: wrap
}

.app-download-buttons {
	width: 100%;
	flex-direction: column
}

@media (min-width:640px) {
	.app-download-buttons {
		flex-direction: row
	}

	.app-download-buttons .btn {
		flex: 1 1 0%
	}
}

@media (min-width:768px) {
	.app-download-buttons {
		flex-direction: column;
		width: auto;
		flex-shrink: 0;
		gap: .75rem
	}

	.app-download header,
	.app-download-buttons .btn {
		flex: 1 1 0%
	}

	.app-download-buttons .btn {
		min-height: 2.5rem;
		padding: 0 .75rem;
		gap: .5rem;
		font-weight: 500;
		font-size: .875rem
	}

	.app-download-buttons .btn::before {
		font-size: 1.25rem
	}

	.app-download-buttons .btn.ic-apple::before {
		font-size: 1.4rem
	}
}

.jmr {
	margin: 25px 0
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
	white-space: nowrap
}

@media screen and (max-width:500px) {
	.aft {
		display: none;
		height: 0
	}
}

.disabled {
	background-color: #d0cccc;
	outline: none;
	box-shadow: none;
	position: relative
}

.disabled:hover,
.disabled:focus,
.disabled:active {
	background-color: #d0cccc;
	outline: none;
	box-shadow: none
}

.disabled:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 70px;
	height: 2px;
	background-color: #d51c1c;
	opacity: .5;
	z-index: 1;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg)
}

.ads-download-top>* {
	text-align: center;
	margin: 0 auto
}

iframe {
	margin: 0 auto
}

.entry_c {
	overflow: hidden;
	transition: max-height 0.3s ease
}

.btn-read-more {
	min-height: 2.2rem;
	padding: 0 .7rem;
	font-weight: 500;
	font-size: .875rem;
	color: #fff;
	background-color: #8c8c8c;
	width: 120px;
	margin: 0 auto;
	border-radius: 6px
}

.ic-android_wear {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M37,47H11a1,1,0,0,1-1-1V26H3a1,1,0,0,1-1-1V9a8,8,0,0,1,8-8h6a1.007,1.007,0,0,1,1,1.011c.009,5.606,6.643,9.69,12.478,4.819a5.168,5.168,0,0,0,1.529-4.708A1,1,0,0,1,32,1h6a8,8,0,0,1,8,8V25a1,1,0,0,1-1,1H38V46A1,1,0,0,1,37,47Z' fill='%23e86c60'%3E%3C/path%3E %3Cpath d='M10,26H3a1,1,0,0,1,0-2H8V18a1,1,0,0,1,2,0Z' fill='%23c64b4b'%3E%3C/path%3E %3Cpath d='M45,26H38V18a1,1,0,0,1,2,0v6h5a1,1,0,0,1,0,2Z' fill='%23c64b4b'%3E%3C/path%3E %3Cpath d='M24,34c-2.945,0-5.167-1.7-5.167-3.967,0-1.9,1.183-3.19,3.18-4.415-2.312-1.631-2.6-3.192-2.6-3.86C19.417,19.37,21.088,18,24,18s4.583,1.37,4.583,3.758c0,.668-.284,2.229-2.6,3.86,2,1.225,3.18,2.512,3.18,4.415C29.167,32.3,26.945,34,24,34Zm0-7.218c-2.623,1.427-3.167,2.312-3.167,3.251C20.833,31.118,22.254,32,24,32s3.167-.882,3.167-1.967C27.167,29.094,26.622,28.209,24,26.782ZM24,20c-2.583,0-2.583,1.188-2.583,1.758,0,.493.558,1.6,2.583,2.754,2.025-1.159,2.583-2.261,2.583-2.754C26.583,21.188,26.583,20,24,20Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-application {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M17 3H6C4.34315 3 3 4.34315 3 6V17C3 18.6569 4.34315 20 6 20H17C18.6569 20 20 18.6569 20 17V6C20 4.34315 18.6569 3 17 3Z' fill='url(%23nc-ui-1-0_linear_43_161)'%3E%3C/path%3E %3Cpath d='M46.138 9.41898L38.581 1.86198C37.431 0.713977 35.569 0.713977 34.419 1.86198L26.862 9.41898C25.713 10.568 25.713 12.432 26.862 13.581L34.419 21.138C35.569 22.285 37.431 22.285 38.581 21.138L46.138 13.581C47.287 12.432 47.287 10.568 46.138 9.41898Z' fill='url(%23nc-ui-1-1_linear_43_161)'%3E%3C/path%3E %3Cpath d='M42 28H31C29.3431 28 28 29.3431 28 31V42C28 43.6569 29.3431 45 31 45H42C43.6569 45 45 43.6569 45 42V31C45 29.3431 43.6569 28 42 28Z' fill='url(%23nc-ui-1-2_linear_43_161)'%3E%3C/path%3E %3Cpath d='M17 28H6C4.34315 28 3 29.3431 3 31V42C3 43.6569 4.34315 45 6 45H17C18.6569 45 20 43.6569 20 42V31C20 29.3431 18.6569 28 17 28Z' fill='url(%23nc-ui-1-3_linear_43_161)'%3E%3C/path%3E %3Cdefs%3E %3ClinearGradient id='nc-ui-1-0_linear_43_161' x1='11.5' y1='3' x2='11.5' y2='20' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%239ED9FA'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%2360BEF6'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-1-1_linear_43_161' x1='36.5' y1='1.00098' x2='36.5' y2='21.9982' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23344EEA'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%232138BB'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-1-2_linear_43_161' x1='36.5' y1='28' x2='36.5' y2='45' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%239ED9FA'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%2360BEF6'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-1-3_linear_43_161' x1='11.5' y1='28' x2='11.5' y2='45' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%239ED9FA'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%2360BEF6'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E%3C/g%3E%3C/svg%3E")
}

.ic-art_design {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Crect x='3' y='3' width='42' height='42' rx='3' fill='%23a4dae0'%3E%3C/rect%3E%3Cpath d='M44.975,3.025a3.5,3.5,0,0,0-4.95,0L20.464,20.464a5,5,0,0,0,7.072,7.072L44.975,7.975A3.5,3.5,0,0,0,44.975,3.025Z' fill='%23a67c52'%3E%3C/path%3E%3Cpath d='M29.482,18.521a15.5,15.5,0,0,0-3.744-2.758l-5.274,4.7a5,5,0,0,0,7.072,7.072l4.7-5.274A15.487,15.487,0,0,0,29.482,18.521Z' fill='%23e6e6e6'%3E%3C/path%3E%3Cpath d='M18.569,22a7.383,7.383,0,0,0-5.255,2.177c-2.7,2.7-3.257,11.688-3.312,12.7A1.061,1.061,0,0,0,11.062,38a.552.552,0,0,0,.058,0c1.016-.055,10.007-.615,12.7-3.312A7.432,7.432,0,0,0,18.569,22Z' fill='%23444'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-auto_vehicles {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23E86C60' d='M45.92871,20.06104C45.35742,19.38672,44.52246,19,43.63867,19H32.52051l-6.40275-9.14691 C25.74351,9.31843,25.13192,9,24.47929,9h-12.4481c-1.63565,0-3.1065,0.99584-3.71394,2.51452L5.32324,19H4 c-1.65685,0-3,1.34315-3,3v7h44.51416l1.08447-6.50684C46.74414,21.62158,46.5,20.73535,45.92871,20.06104z'%3E%3C/path%3E %3Cpath fill='%23C94F49' d='M1,30c0,1.65686,1.34314,3,3,3h39.15332c0.98047,0,1.80957-0.70215,1.97266-1.6709L45.51416,29H1V30z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M30.07947,19l-5.59998-8H12.03125c-0.82227,0-1.55176,0.49365-1.85645,1.25732L7.47772,19H30.07947z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M10,39c-3.30859,0-6-2.69141-6-6s2.69141-6,6-6s6,2.69141,6,6S13.30859,39,10,39z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M37,39c-3.30859,0-6-2.69141-6-6s2.69141-6,6-6s6,2.69141,6,6S40.30859,39,37,39z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M10,36c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3s3,1.3457,3,3S11.6543,36,10,36z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M37,36c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3s3,1.3457,3,3S38.6543,36,37,36z'%3E%3C/path%3E %3Cpath fill='%23C94F49' d='M43,24h-6c-0.55273,0-1-0.44775-1-1s0.44727-1,1-1h6c0.55273,0,1,0.44775,1,1S43.55273,24,43,24z'%3E%3C/path%3E %3Crect x='14' y='11' fill='%23E86C60' width='2' height='8'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E")
}

.ic-beauty {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M44.038,30.505A31.8,31.8,0,0,1,42,19.379C41.906,9.247,33.833,1,24,1h-1.2a13.091,13.091,0,0,0-4.878.926A18.305,18.305,0,0,0,6,19,31.828,31.828,0,0,1,3.962,30.505c-1.406,4.149-2.517,7.427,1.414,14.958a1,1,0,0,0,1.07.52l7.47-1.391c2.367-.441,17.8-.441,20.168,0l7.47,1.391a1.039,1.039,0,0,0,.183.017,1,1,0,0,0,.887-.537C46.555,37.932,45.444,34.654,44.038,30.505Z' fill='%23a2703f'%3E%3C/path%3E%3Cpath d='M6.446,45.983,41.737,46l-7.646-1.413A5,5,0,0,1,30,39.67V36H18v3.676a5,5,0,0,1-4.084,4.916Z' fill='%23f5c09a'%3E%3C/path%3E%3Cpath d='M33.478,30.472a6,6,0,0,1-.75-7.571l.673-1.01a6,6,0,0,0-.552-7.364L26.312,7.336A14.5,14.5,0,0,1,12,19.494l2.608,3.978a6,6,0,0,1-.286,6.978l-1.07,1.372C15.931,35.473,19.692,38,24,38c4.327,0,8.1-2.549,10.782-6.225Z' fill='%23f8d4b9'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-books_reference {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23E86C60' d='M12,5H2C1.44772,5,1,5.44772,1,6v27h12V6C13,5.44772,12.55229,5,12,5z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M12,43H2c-0.55228,0-1-0.44772-1-1V32h12v10C13,42.55228,12.55229,43,12,43z'%3E%3C/path%3E %3Cpath fill='%23FFFFFF' d='M8,23H6c-0.55228,0-1-0.44772-1-1V11c0-0.55229,0.44772-1,1-1h2c0.55229,0,1,0.44771,1,1v11 C9,22.55228,8.55229,23,8,23z'%3E%3C/path%3E %3Cpath fill='%2343A6DD' d='M35.44301,3.67613l-9.68988,2.47109c-0.53516,0.13647-0.85835,0.68094-0.72188,1.2161l6.67194,26.16267 l11.62785-2.96531L36.6591,4.398C36.52263,3.86285,35.97816,3.53965,35.44301,3.67613z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M44.83315,40.49766l-9.68988,2.47109c-0.53516,0.13647-1.07962-0.18672-1.21609-0.72188l-2.47109-9.68988 l11.62785-2.96531l2.47109,9.68987C45.69151,39.81672,45.36831,40.36118,44.83315,40.49766z'%3E%3C/path%3E %3Cpath fill='%23FFFFFF' d='M36.01502,22.10634l-1.93797,0.49422c-0.53516,0.13647-1.07962-0.18672-1.2161-0.72188l-2.7182-10.65886 c-0.13647-0.53516,0.18672-1.07962,0.72188-1.2161L32.8026,9.5095c0.53516-0.13647,1.07962,0.18672,1.2161,0.72188l2.7182,10.65886 C36.87337,21.4254,36.55017,21.96987,36.01502,22.10634z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M24,5H14c-0.55229,0-1,0.44772-1,1v27h12V6C25,5.44772,24.55228,5,24,5z'%3E%3C/path%3E %3Cpath fill='%23B3B3B3' d='M24,43H14c-0.55229,0-1-0.44772-1-1V32h12v10C25,42.55228,24.55228,43,24,43z'%3E%3C/path%3E %3Cpath fill='%23FFFFFF' d='M20,23h-2c-0.55228,0-1-0.44772-1-1V11c0-0.55229,0.44772-1,1-1h2c0.55228,0,1,0.44771,1,1v11 C21,22.55228,20.55228,23,20,23z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-business {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%2387613E' d='M43,33H5c-1.10457,0-2,0.89543-2,2v8c0,1.10457,0.89543,2,2,2h38c1.10457,0,2-0.89543,2-2v-8 C45,33.89543,44.10457,33,43,33z'%3E%3C/path%3E %3Cpath fill='%2387613E' d='M32,11c-0.55273,0-1-0.44775-1-1V5H17v5c0,0.55225-0.44727,1-1,1s-1-0.44775-1-1V4c0-0.55225,0.44727-1,1-1 h16c0.55273,0,1,0.44775,1,1v6C33,10.55225,32.55273,11,32,11z'%3E%3C/path%3E %3Cpath fill='%23A67C52' d='M45,9H3c-1.10457,0-2,0.89543-2,2v22c0,1.10457,0.89543,2,2,2h42c1.10457,0,2-0.89543,2-2V11 C47,9.89543,46.10457,9,45,9z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M30,26H18c-0.55228,0-1-0.44772-1-1v-6c0-0.55228,0.44772-1,1-1h12c0.55228,0,1,0.44772,1,1v6 C31,25.55228,30.55228,26,30,26z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-comics {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M45.762,36.436,38.3,20.584A4.517,4.517,0,0,0,34.23,18H13.77A4.517,4.517,0,0,0,9.7,20.584L2.238,36.436a2.5,2.5,0,0,0,2.785,3.508L12,38.449V47H36V38.449l6.977,1.5a2.5,2.5,0,0,0,2.785-3.508ZM8.911,34,12,27.435v5.9ZM36,33.336v-5.9L39.089,34Z' fill='%23335262'%3E%3C/path%3E%3Cpolygon points='33 41.091 24 43 15 41 15 25 24 27 33 25 33 41.091' fill='%23ddbe99'%3E%3C/polygon%3E%3Cpath d='M24,16h0a7.5,7.5,0,0,1-7.5-7.5h0A7.5,7.5,0,0,1,24,1h0a7.5,7.5,0,0,1,7.5,7.5h0A7.5,7.5,0,0,1,24,16Z' fill='%235a7a84'%3E%3C/path%3E%3Cpath d='M17.977,32.056l-3.539.756v5.126l4.585-.994a2.5,2.5,0,1,0-1.046-4.888Z' fill='%23335262'%3E%3C/path%3E%3Cpath d='M33.458,32.792l-3.435-.736a2.5,2.5,0,1,0-1.046,4.888l4.481.994Z' fill='%23335262'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-communication {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M44 9H14V37H25.7L37.448 44.832C37.909 45.137 38.529 45.011 38.834 44.55C38.942 44.387 39 44.196 39 44V37H44C45.657 37 47 35.657 47 34V12C47 10.343 45.657 9 44 9Z' fill='url(%23nc-ui-6-0_linear_215_178)'%3E%3C/path%3E %3Cpath d='M36 3H4C2.343 3 1 4.343 1 6V27C1 28.657 2.343 30 4 30H9V39C9 39.552 9.448 40 10 40C10.208 40 10.412 39.935 10.581 39.814L24.32 30H36C37.657 30 39 28.657 39 27V6C39 4.343 37.657 3 36 3Z' fill='url(%23nc-ui-6-1_linear_215_178)'%3E%3C/path%3E %3Cdefs%3E %3ClinearGradient id='nc-ui-6-0_linear_215_178' x1='30.5' y1='9' x2='30.5' y2='44.9984' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%2360BEF6'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%2329A0EA'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-6-1_linear_215_178' x1='20' y1='3' x2='20' y2='40' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23DEF2FD'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%239ED9FA'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E%3C/g%3E%3C/svg%3E")
}

.ic-dating {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M17.016,46.974a1,1,0,0,1-.858-1.513,5.812,5.812,0,0,0-.865-7.1,7.836,7.836,0,0,1,0-11.071,1,1,0,0,1,1.414,1.414,5.829,5.829,0,0,0,0,8.243,7.809,7.809,0,0,1,1.168,9.536A1,1,0,0,1,17.016,46.974Z' fill='%23b3b3b3'%3E%3C/path%3E%3Cpath d='M35.966,47a1,1,0,0,1-1-.934,5.775,5.775,0,0,0-1.662-3.7A7.838,7.838,0,0,1,33.3,31.3a1,1,0,0,1,1.416,1.412,5.836,5.836,0,0,0,0,8.237,7.777,7.777,0,0,1,2.244,4.984A1,1,0,0,1,36.033,47Z' fill='%23b3b3b3'%3E%3C/path%3E%3Cpath d='M16,29a.993.993,0,0,1-.581-.187C14.83,28.394,1,18.418,1,10A8.965,8.965,0,0,1,16,3.335,8.965,8.965,0,0,1,31,10c0,8.418-13.83,18.394-14.419,18.813A.993.993,0,0,1,16,29Z' fill='%23c94d47'%3E%3C/path%3E%3Cpath d='M34,33a1,1,0,0,1-.555-.168C32.937,32.493,21,24.444,21,16.545a7.541,7.541,0,0,1,13-5.207,7.541,7.541,0,0,1,13,5.207c0,7.9-11.938,15.948-12.445,16.287A1,1,0,0,1,34,33Z' fill='%23ed7064'%3E%3C/path%3E%3Cpath d='M10,5a5.006,5.006,0,0,0-5,5,1,1,0,0,1-2,0,7.009,7.009,0,0,1,7-7,1,1,0,0,1,0,2Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M28.5,13A3.5,3.5,0,0,0,25,16.5a1,1,0,0,1-2,0A5.507,5.507,0,0,1,28.5,11a1,1,0,0,1,0,2Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-education {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpolygon fill='%23223E49' points='39.472,43.839 40.655,40.655 43.839,39.472 44.93,44.93 '%3E%3C/polygon%3E %3Cpolygon fill='%23EAD8C5' points='33.162,42.577 35.655,35.364 42.577,33.162 43.839,39.472 39.472,43.839 '%3E%3C/polygon%3E %3Cpath fill='%23335262' d='M13.07,3.655l5.293,5.293l-3.707,5.707l-5.707,3.707L3.655,13.07c-0.781-0.781-0.781-2.047,0-2.828 l6.586-6.586C11.022,2.874,12.289,2.874,13.07,3.655z'%3E%3C/path%3E %3Crect x='23.58' y='6.787' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -8.8175 26.5305)' fill='%23E86C60' width='8.071' height='34.244'%3E%3C/rect%3E %3Crect x='20.08' y='10.994' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -13.0247 24.7875)' fill='%23DD5E58' width='6.657' height='34.244'%3E%3C/rect%3E %3Crect x='6.999' y='12.655' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -5.6562 13.6554)' fill='%23E6E6E6' width='13.314' height='2'%3E%3C/rect%3E %3Cpath fill='%23EFD358' d='M45.213,12.686l-9.899-9.899c-0.781-0.781-2.047-0.781-2.828,0L2.787,32.485 c-0.781,0.781-0.781,2.047,0,2.828l9.899,9.899c0.781,0.781,2.047,0.781,2.828,0l29.698-29.698 C45.994,14.734,45.994,13.467,45.213,12.686z'%3E%3C/path%3E %3Crect x='30.778' y='5.151' transform='matrix(0.7071 -0.7071 0.7071 0.7071 2.837 25.1508)' fill='%23CEB341' width='2' height='8'%3E%3C/rect%3E %3Crect x='24.061' y='11.247' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -2.3805 21.747)' fill='%23CEB341' width='2' height='5'%3E%3C/rect%3E %3Crect x='19.464' y='16.464' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -8.4767 20.4645)' fill='%23CEB341' width='2' height='8'%3E%3C/rect%3E %3Crect x='8.151' y='27.778' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -19.7904 15.7782)' fill='%23CEB341' width='2' height='8'%3E%3C/rect%3E %3Crect x='12.747' y='22.561' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -13.6942 17.0607)' fill='%23CEB341' width='2' height='5'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E")
}

.ic-entertainment {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Crect x='8' y='44' fill='%2387613E' width='32' height='4'%3E%3C/rect%3E %3Cpath fill='%23444444' d='M34.640583,0.2319048c-0.4258003-0.3535-1.055584-0.2959048-1.4092026,0.128l-9.1903801,11.0282993 l-5.2412186-6.9882998c-0.3309994-0.4419048-0.9589996-0.5321999-1.3993988-0.1996999 c-0.4423828,0.3309999-0.5321999,0.9579997-0.200201,1.3999l6,7.9999995c0.0195007,0.0264006,0.0508175,0.0361004,0.0723,0.0601006 c0.0312004,0.0345993,0.0498009,0.0770998,0.0869007,0.1078997c0.0429001,0.0355997,0.0937004,0.0527,0.1396179,0.0799999 c0.0361824,0.0209999,0.0683823,0.0439997,0.1073818,0.0606003C23.7323818,13.9639044,23.8642826,14,23.9990005,14H24h0.0009995 c0.1268826,0,0.2510014-0.0321951,0.3710823-0.0810957c0.0361004-0.0145998,0.0674-0.0346003,0.1015015-0.0531998 c0.0419998-0.0228996,0.0868988-0.0366001,0.1259995-0.0658998c0.0361004-0.0269003,0.0546989-0.0658998,0.0858994-0.0962 c0.0254002-0.0249004,0.0596008-0.0356045,0.0831013-0.0635004l9.9999981-12 C35.1220818,1.2158048,35.0644836,0.5854048,34.640583,0.2319048z'%3E%3C/path%3E %3Cpath fill='%23C19F85' d='M42,12H6c-2.7617171,0-5,2.2388048-5,5v24c0,2.7612038,2.2382829,5,5,5h36c2.7616806,0,5-2.2387962,5-5V17 C47,14.2388048,44.7616806,12,42,12z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M42,43H6c-1.104517,0-2-0.8954964-2-2V17c0-1.104496,0.895483-2,2-2h36c1.1044807,0,2,0.895504,2,2v24 C44,42.1045036,43.1044807,43,42,43z'%3E%3C/path%3E %3Crect x='7' y='18' fill='%23E6E6E6' width='26' height='22'%3E%3C/rect%3E %3Ccircle fill='%236B6B6B' cx='38.5' cy='20.5' r='2.5'%3E%3C/circle%3E %3Ccircle fill='%236B6B6B' cx='38.5' cy='28.5' r='2.5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.ic-events {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M36.707,33.293l-22-22a1,1,0,0,0-1.65.374L1.754,43.694a2,2,0,0,0,1.878,2.669,2.031,2.031,0,0,0,.673-.116l32.028-11.3a1,1,0,0,0,.374-1.65Z' fill='%23ddc2a7'%3E%3C/path%3E%3Cpolygon points='24.05 20.636 29.61 37.316 26.321 38.477 18.535 15.121 24.05 20.636' fill='%23d0ab86'%3E%3C/polygon%3E%3Cpolygon points='12.03 14.576 20.663 40.476 17.373 41.637 10.139 19.937 12.03 14.576' fill='%23d0ab86'%3E%3C/polygon%3E%3Cpolygon points='8.43 44.793 5 34.505 6.89 29.148 11.718 43.632 8.43 44.793' fill='%23d0ab86'%3E%3C/polygon%3E%3Cpath d='M18,9a1,1,0,0,1-.929-1.37h0l2-5a1,1,0,0,1,1.858.742l-2,5A1,1,0,0,1,18,9Z' fill='%23857cf8'%3E%3C/path%3E%3Cpath d='M40,31a1,1,0,0,1-.371-1.929l5-2a1,1,0,0,1,.742,1.858h0l-5,2A1,1,0,0,1,40,31Z' fill='%23ea5da3'%3E%3C/path%3E%3Cpath d='M36,25a1,1,0,0,1,0-2,4,4,0,0,0,4-4,6.006,6.006,0,0,1,6-6,1,1,0,0,1,0,2,4,4,0,0,0-4,4A6.006,6.006,0,0,1,36,25Z' fill='%23ffd764'%3E%3C/path%3E%3Cpath d='M24,13a1,1,0,0,1-1-1,6.006,6.006,0,0,1,6-6,4,4,0,0,0,4-4,1,1,0,0,1,2,0,6.006,6.006,0,0,1-6,6,4,4,0,0,0-4,4A1,1,0,0,1,24,13Z' fill='%236cc4f5'%3E%3C/path%3E%3Ccircle cx='42' cy='6' r='3' fill='%23ea5da3'%3E%3C/circle%3E%3Cpath d='M30,19a1,1,0,0,1-.707-1.707l6-6a1,1,0,0,1,1.414,1.414l-6,6A1,1,0,0,1,30,19Z' fill='%23857cf8'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-finance {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%234DA34D' d='M46,33H2c-0.55225,0-1-0.44775-1-1V4c0-0.55225,0.44775-1,1-1h44c0.55225,0,1,0.44775,1,1v28 C47,32.55225,46.55225,33,46,33z'%3E%3C/path%3E %3Cpath fill='%239EDB9E' d='M38,6H10c0,3.31372-2.68628,6-6,6v12c3.31372,0,6,2.68628,6,6h28c0-3.31372,2.68628-6,6-6V12 C40.68628,12,38,9.31372,38,6z'%3E%3C/path%3E %3Ccircle fill='%234DA34D' cx='24' cy='18' r='7'%3E%3C/circle%3E %3Cpath opacity='0.1' d='M25,33h18v-2c0-0.35736-0.09039-0.68933-0.24652-1C42.90961,29.68933,43,29.35736,43,29v-3 c0-0.35736-0.09039-0.68933-0.24652-1C42.90961,24.68933,43,24.35736,43,24v-3c0-0.35736-0.09039-0.68933-0.24652-1 C42.90961,19.68933,43,19.35736,43,19v-3c0-0.35736-0.09039-0.68933-0.24652-1C42.90961,14.68933,43,14.35736,43,14v-3 c0-2.62598-4.52734-4-9-4s-9,1.37402-9,4v3c0,0.35736,0.09039,0.68933,0.24652,1C25.09039,15.31067,25,15.64264,25,16v3 c0,0.35736,0.09039,0.68933,0.24652,1C25.09039,20.31067,25,20.64264,25,21v3c0,0.35736,0.09039,0.68933,0.24652,1 C25.09039,25.31067,25,25.64264,25,26v3c0,0.35736,0.09039,0.68933,0.24652,1C25.09039,30.31067,25,30.64264,25,31V33z'%3E%3C/path%3E %3Cpath fill='%23D8BC48' d='M44,37H28c-0.55225,0-1,0.44775-1,1v3c0,2.62598,4.52734,4,9,4s9-1.37402,9-4v-3 C45,37.44775,44.55225,37,44,37z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M36,34c-4.47266,0-9,1.37402-9,4s4.52734,4,9,4s9-1.37402,9-4S40.47266,34,36,34z'%3E%3C/path%3E %3Cpath fill='%23D8BC48' d='M44,32H28c-0.55225,0-1,0.44775-1,1v3c0,2.62598,4.52734,4,9,4s9-1.37402,9-4v-3 C45,32.44775,44.55225,32,44,32z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M36,29c-4.47266,0-9,1.37402-9,4s4.52734,4,9,4s9-1.37402,9-4S40.47266,29,36,29z'%3E%3C/path%3E %3Cpath fill='%23D8BC48' d='M44,27H28c-0.55225,0-1,0.44775-1,1v3c0,2.62598,4.52734,4,9,4s9-1.37402,9-4v-3 C45,27.44775,44.55225,27,44,27z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M36,24c-4.47266,0-9,1.37402-9,4s4.52734,4,9,4s9-1.37402,9-4S40.47266,24,36,24z'%3E%3C/path%3E %3Cpath fill='%23D8BC48' d='M44,22H28c-0.55225,0-1,0.44775-1,1v3c0,2.62598,4.52734,4,9,4s9-1.37402,9-4v-3 C45,22.44775,44.55225,22,44,22z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M36,19c-4.47266,0-9,1.37402-9,4s4.52734,4,9,4s9-1.37402,9-4S40.47266,19,36,19z'%3E%3C/path%3E %3Cpath fill='%23D8BC48' d='M44,17H28c-0.55225,0-1,0.44775-1,1v3c0,2.62598,4.52734,4,9,4s9-1.37402,9-4v-3 C45,17.44775,44.55225,17,44,17z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M36,14c-4.47266,0-9,1.37402-9,4s4.52734,4,9,4s9-1.37402,9-4S40.47266,14,36,14z'%3E%3C/path%3E %3Cpath fill='%23D8BC48' d='M44,12H28c-0.55225,0-1,0.44775-1,1v3c0,2.62598,4.52734,4,9,4s9-1.37402,9-4v-3 C45,12.44775,44.55225,12,44,12z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M36,9c-4.47266,0-9,1.37402-9,4s4.52734,4,9,4s9-1.37402,9-4S40.47266,9,36,9z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-food_drink {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M34.111,44,35,20h4l.889,24A2.89,2.89,0,0,1,37,47h0A2.89,2.89,0,0,1,34.111,44Z' fill='%235b5b5b'%3E%3C/path%3E %3Cpath d='M39,31H29a1,1,0,0,1-1-1V12A11.013,11.013,0,0,1,39,1a1,1,0,0,1,1,1V30A1,1,0,0,1,39,31Z' fill='%23c6c6c6'%3E%3C/path%3E %3Cpath d='M9.111,44,10,20h4l.889,24A2.89,2.89,0,0,1,12,47h0A2.89,2.89,0,0,1,9.111,44Z' fill='%235b5b5b'%3E%3C/path%3E %3Cpath d='M17.931,2.962,17,16H14L13.069,2.962A1.036,1.036,0,0,0,12.036,2h-.072a1.036,1.036,0,0,0-1.033.962L10,16H7L6.069,2.962A1.036,1.036,0,0,0,5.036,2h0A1.036,1.036,0,0,0,4,3.036V18a5,5,0,0,0,5,5h6a5,5,0,0,0,5-5V3.036A1.036,1.036,0,0,0,18.964,2h0A1.036,1.036,0,0,0,17.931,2.962Z' fill='%23c6c6c6'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-healt_fitness {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M46,10H2A1,1,0,0,1,2,8H46a1,1,0,0,1,0,2Z' fill='%23b3b3b3'%3E%3C/path%3E %3Cg%3E %3Ccircle cx='24' cy='17.5' r='4.5' fill='%235a7a84'%3E%3C/circle%3E %3Cpath d='M38.6,15.2a2,2,0,1,0-3.2-2.4L27,24H21L12.6,12.8a2,2,0,1,0-3.2,2.4L18,26.666v6.042l-4.015.846A2.5,2.5,0,0,0,12,36v8.5a2.5,2.5,0,0,0,5,0V38.028l7-1.473,7,1.473V44.5a2.5,2.5,0,0,0,5,0V36a2.5,2.5,0,0,0-1.985-2.446L30,32.708V26.666Z' fill='%235a7a84'%3E%3C/path%3E %3C/g%3E %3Crect x='3' y='1' width='3' height='16' rx='1.5' ry='1.5' fill='%23444'%3E%3C/rect%3E %3Crect x='42' y='1' width='3' height='16' rx='1.5' ry='1.5' fill='%23444'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E")
}

.ic-house_home {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M24 3.87598L6 18.6V43C6 44.657 7.343 46 9 46H39C40.657 46 42 44.657 42 43V18.6L24 3.87598Z' fill='url(%23nc-ui-5-0_linear_207_167)'%3E%3C/path%3E %3Cpath d='M20 34H28C28.552 34 29 34.448 29 35V46H19V35C19 34.448 19.448 34 20 34Z' fill='url(%23nc-ui-5-1_linear_207_167)'%3E%3C/path%3E %3Cpath d='M27 19H21C20.4477 19 20 19.4477 20 20V26C20 26.5523 20.4477 27 21 27H27C27.5523 27 28 26.5523 28 26V20C28 19.4477 27.5523 19 27 19Z' fill='url(%23nc-ui-5-2_linear_207_167)'%3E%3C/path%3E %3Cpath d='M46.633 20.226L24.633 2.22599C24.265 1.92499 23.735 1.92499 23.367 2.22599L12 11.526V6.99999C12 6.44799 11.552 5.99999 11 5.99999H8C7.448 5.99999 7 6.44799 7 6.99999V15.617L1.367 20.226C0.944999 20.582 0.890999 21.213 1.248 21.635C1.596 22.048 2.21 22.109 2.633 21.774L24 4.29199L45.367 21.774C45.8 22.117 46.429 22.044 46.772 21.611C47.108 21.188 47.046 20.574 46.633 20.226Z' fill='url(%23nc-ui-5-3_linear_207_167)'%3E%3C/path%3E %3Cdefs%3E %3ClinearGradient id='nc-ui-5-0_linear_207_167' x1='24' y1='3.87598' x2='24' y2='46' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23FCEAE3'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23F8D3C4'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-5-1_linear_207_167' x1='24' y1='34' x2='24' y2='46' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23B88163'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23976545'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-5-2_linear_207_167' x1='24' y1='19' x2='24' y2='27' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23F8D3C4'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23F4BAA4'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-5-3_linear_207_167' x1='24.0001' y1='2.00024' x2='24.0001' y2='21.9902' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23B88163'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23976545'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E%3C/g%3E%3C/svg%3E")
}

.ic-libraries_demo {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23B3B3B3' d='M6,47c-0.552,0-1-0.448-1-1v-4c0-0.552,0.448-1,1-1s1,0.448,1,1v4C7,46.552,6.552,47,6,47z'%3E%3C/path%3E %3Cpath fill='%23B3B3B3' d='M42,47c-0.552,0-1-0.448-1-1v-4c0-0.552,0.448-1,1-1s1,0.448,1,1v4C43,46.552,42.552,47,42,47z'%3E%3C/path%3E %3Cpath fill='%23A67C52' d='M46,43H2c-0.552,0-1-0.448-1-1V2c0-0.552,0.448-1,1-1h44c0.552,0,1,0.448,1,1v40C47,42.552,46.552,43,46,43z '%3E%3C/path%3E %3Crect x='3' y='3' fill='%235E4027' width='42' height='18'%3E%3C/rect%3E %3Crect x='3' y='23' fill='%235E4027' width='42' height='18'%3E%3C/rect%3E %3Cpath fill='%23BFDEE0' d='M25,21h-1c-0.552,0-1-0.448-1-1V8c0-0.552,0.448-1,1-1h1c0.552,0,1,0.448,1,1v12C26,20.552,25.552,21,25,21z '%3E%3C/path%3E %3Cpath fill='%23E86C60' d='M15,41h-1c-0.552,0-1-0.448-1-1V28c0-0.552,0.448-1,1-1h1c0.552,0,1,0.448,1,1v12C16,40.552,15.552,41,15,41 z'%3E%3C/path%3E %3Cpath fill='%23BFDEE0' d='M10,41H9c-0.552,0-1-0.448-1-1V28c0-0.552,0.448-1,1-1h1c0.552,0,1,0.448,1,1v12C11,40.552,10.552,41,10,41z '%3E%3C/path%3E %3Cpath fill='%2372C472' d='M25,41h-1c-0.552,0-1-0.448-1-1V28c0-0.552,0.448-1,1-1h1c0.552,0,1,0.448,1,1v12C26,40.552,25.552,41,25,41 z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M20,41h-1c-0.552,0-1-0.448-1-1V28c0-0.552,0.448-1,1-1h1c0.552,0,1,0.448,1,1v12C21,40.552,20.552,41,20,41 z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M21,19v1c0,0.552-0.448,1-1,1H9c-0.552,0-1-0.448-1-1v-1c0-0.552,0.448-1,1-1h11C20.552,18,21,18.448,21,19z '%3E%3C/path%3E %3Cpath fill='%23EAD8C5' d='M41,39v1c0,0.552-0.448,1-1,1H29c-0.552,0-1-0.448-1-1v-1c0-0.552,0.448-1,1-1h11C40.552,38,41,38.448,41,39 z'%3E%3C/path%3E %3Cpath fill='%23EAD8C5' d='M30,21h-1c-0.552,0-1-0.448-1-1V8c0-0.552,0.448-1,1-1h1c0.552,0,1,0.448,1,1v12C31,20.552,30.552,21,30,21z '%3E%3C/path%3E %3Cpath fill='%2372C472' d='M35,21h-1c-0.552,0-1-0.448-1-1V8c0-0.552,0.448-1,1-1h1c0.552,0,1,0.448,1,1v12C36,20.552,35.552,21,35,21z '%3E%3C/path%3E %3Cpath fill='%23E86C60' d='M40,21h-1c-0.552,0-1-0.448-1-1V8c0-0.552,0.448-1,1-1h1c0.552,0,1,0.448,1,1v12C41,20.552,40.552,21,40,21z '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-lifestyle {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M46,39H2a1,1,0,0,0,0,2H46a1,1,0,0,0,0-2Z' fill='%23c64692'%3E%3C/path%3E %3Ccircle cx='24' cy='10' r='5' fill='%235a7a84'%3E%3C/circle%3E %3Cpath d='M13,30a2.5,2.5,0,0,0-.86,4.848l5.616,2.059a2.5,2.5,0,0,0,3.1,3.441L24,39.2l3.14,1.152a2.5,2.5,0,0,0,3.1-3.441l5.616-2.059A2.5,2.5,0,0,0,35,30Z' fill='%235a7a84'%3E%3C/path%3E %3Cpath d='M30,22.828l3.586,3.586a2,2,0,0,0,2.663.148l5-4a2,2,0,1,0-2.5-3.124l-3.6,2.882-4.734-4.734A2,2,0,0,0,29,17H19a2,2,0,0,0-1.414.586L12.852,22.32l-3.6-2.882a2,2,0,1,0-2.5,3.124l5,4a2,2,0,0,0,2.663-.148L18,22.828V30H30Z' fill='%23335262'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-app_wallpaper {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M40 3H8C5.23858 3 3 5.23858 3 8V40C3 42.7614 5.23858 45 8 45H40C42.7614 45 45 42.7614 45 40V8C45 5.23858 42.7614 3 40 3Z' fill='url(%23nc-img-0_linear_235_37)'%3E%3C/path%3E %3Cpath d='M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C15.7909 10 14 11.7909 14 14C14 16.2091 15.7909 18 18 18Z' fill='url(%23nc-img-1_linear_235_37)'%3E%3C/path%3E %3Cpath d='M39.863 36.505C39.684 36.812 39.355 37 39 37H9C8.448 37 8 36.552 8 36C8 35.802 8.058 35.609 8.168 35.445L14.168 26.445C14.474 25.986 15.095 25.861 15.555 26.168C15.61 26.205 15.66 26.247 15.707 26.293L20.86 31.445L29.178 19.431C29.372 19.145 29.701 18.982 30.046 19.001C30.391 19.017 30.703 19.209 30.872 19.51L39.872 35.51C40.046 35.82 40.043 36.198 39.863 36.505Z' fill='url(%23nc-img-2_linear_235_37)'%3E%3C/path%3E %3Cdefs%3E %3ClinearGradient id='nc-img-0_linear_235_37' x1='24' y1='3' x2='24' y2='45' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%2360BEF6'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%2329A0EA'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-img-1_linear_235_37' x1='18' y1='10' x2='18' y2='18' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='white'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23DEF2FD'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-img-2_linear_235_37' x1='24.0001' y1='18.9995' x2='24.0001' y2='37' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23DEF2FD'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%239ED9FA'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E %3C/g%3E%3C/svg%3E")
}

.ic-maps_navigation {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cellipse fill='%239BCED3' cx='24' cy='40' rx='19' ry='7'%3E%3C/ellipse%3E %3Cpath fill='%23E86C60' d='M24,1C15.71576,1,9,7.7157,9,16 c0,8.94913,11.35817,20.49665,14.30723,23.34404c0.38856,0.37516,0.99698,0.37516,1.38554,0C27.64183,36.49665,39,24.94913,39,16 C39,7.7157,32.28424,1,24,1z'%3E%3C/path%3E %3Ccircle fill='%23FFFFFF' cx='24' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.ic-media_video {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M45,40V8a5.006,5.006,0,0,0-5-5H8A5.006,5.006,0,0,0,3,8V40a5.006,5.006,0,0,0,5,5H40A5.006,5.006,0,0,0,45,40Z' fill='%23645aed'%3E%3C/path%3E%3Cpath d='M18.528,32.882A1,1,0,0,1,18,32V16a1,1,0,0,1,1.555-.832l12,8a1.039,1.039,0,0,1,0,1.664l-12,8A1,1,0,0,1,18.528,32.882Z' fill='%23cdcafc'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-medical {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23E6E6E6' d='M40,35c-3.86,0-7-3.141-7-7s3.14-7,7-7s7,3.141,7,7S43.86,35,40,35z'%3E%3C/path%3E %3Cpath fill='%23B3B3B3' d='M22.531,33H9.469c-2.472,0-4.6-1.846-4.95-4.293L1.336,6.425C1.213,5.563,1.469,4.692,2.04,4.034 C2.61,3.377,3.436,3,4.306,3H10c0.552,0,1,0.447,1,1s-0.448,1-1,1H4.306C4.012,5,3.743,5.122,3.55,5.345S3.274,5.851,3.316,6.142 l3.183,22.282C6.709,29.893,7.986,31,9.469,31h13.062c1.483,0,2.76-1.107,2.97-2.576l3.183-22.282 c0.042-0.291-0.042-0.574-0.234-0.797S27.988,5,27.694,5H22c-0.552,0-1-0.447-1-1s0.448-1,1-1h5.694c0.87,0,1.696,0.377,2.267,1.034 c0.57,0.658,0.827,1.529,0.703,2.391L27.48,28.707C27.131,31.154,25.003,33,22.531,33z'%3E%3C/path%3E %3Cpath fill='%23B3B3B3' d='M10,7C9.448,7,9,6.553,9,6V2c0-0.553,0.448-1,1-1s1,0.447,1,1v4C11,6.553,10.552,7,10,7z'%3E%3C/path%3E %3Cpath fill='%23B3B3B3' d='M22,7c-0.552,0-1-0.447-1-1V2c0-0.553,0.448-1,1-1s1,0.447,1,1v4C23,6.553,22.552,7,22,7z'%3E%3C/path%3E %3Cpath fill='%23B3B3B3' d='M40,27c-0.552,0-1,0.448-1,1v6c0,6.065-4.935,11-11,11s-11-4.935-11-11v-2c0-0.553-0.448-1-1-1s-1,0.447-1,1 v2c0,7.168,5.832,13,13,13s13-5.832,13-13v-6C41,27.448,40.552,27,40,27z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-music_audio {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23C64692' d='M44.33691,2.51221c-0.42285-0.37988-0.9873-0.56006-1.5498-0.50098l-28,3C13.77051,5.12012,13,5.97803,13,7 v26.685C12.08923,33.25049,11.07452,33,10,33c-3.85986,0-7,3.14014-7,7s3.14014,7,7,7s7-3.14014,7-7V18.7973l24-2.57141V29.685 C40.08923,29.25049,39.07452,29,38,29c-3.85986,0-7,3.14014-7,7s3.14014,7,7,7s7-3.14014,7-7V4 C45,3.43262,44.75879,2.8916,44.33691,2.51221z M17,8.79736l24-2.57178v5.97705l-24,2.57178V8.79736z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-news_magazines {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M42 46H6L10 41V3C10 2.448 10.448 2 11 2H45C45.552 2 46 2.448 46 3V42C46 44.209 44.209 46 42 46Z' fill='url(%23nc-ui-4-0_linear_143_178)'%3E%3C/path%3E %3Cpath d='M38 10H18C17.4477 10 17 10.4477 17 11V19C17 19.5523 17.4477 20 18 20H38C38.5523 20 39 19.5523 39 19V11C39 10.4477 38.5523 10 38 10Z' fill='url(%23nc-ui-4-1_linear_143_178)'%3E%3C/path%3E %3Cpath d='M38 26H18C17.448 26 17 26.448 17 27C17 27.552 17.448 28 18 28H38C38.552 28 39 27.552 39 27C39 26.448 38.552 26 38 26Z' fill='url(%23nc-ui-4-2_linear_143_178)'%3E%3C/path%3E %3Cpath d='M38 34H18C17.448 34 17 34.448 17 35C17 35.552 17.448 36 18 36H38C38.552 36 39 35.552 39 35C39 34.448 38.552 34 38 34Z' fill='url(%23nc-ui-4-3_linear_143_178)'%3E%3C/path%3E %3Cpath d='M3 24H10V42C10 44.208 8.208 46 6 46C3.792 46 2 44.208 2 42V25C2 24.448 2.448 24 3 24Z' fill='url(%23nc-ui-4-4_linear_143_178)'%3E%3C/path%3E %3Cdefs%3E %3ClinearGradient id='nc-ui-4-0_linear_143_178' x1='26' y1='2' x2='26' y2='46' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23E0E0E6'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23C2C3CD'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-4-1_linear_143_178' x1='28' y1='10' x2='28' y2='36' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23C2C3CD'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23A2A3B4'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-4-2_linear_143_178' x1='28' y1='10.5' x2='28' y2='36' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23C2C3CD'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23A2A3B4'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-4-3_linear_143_178' x1='28' y1='10' x2='28' y2='36' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23C2C3CD'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23A2A3B4'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-4-4_linear_143_178' x1='6' y1='24' x2='6' y2='46' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23C2C3CD'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23A2A3B4'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E%3C/g%3E%3C/svg%3E")
}

.ic-parenting {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Crect x='25' y='18' fill-rule='evenodd' clip-rule='evenodd' fill='%23EAC3A2' width='10' height='12'%3E%3C/rect%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%2342A6DD' d='M14.9927902,47C14.4444904,47,14,46.5586662,14,45.9926872 V33.5071716c0-1.6608124,1.1981297-3.6062412,2.6909008-4.3526211L25,25c0,0,2,2,5,2s5-2,5-2l8.3091011,4.1545506 C44.7952385,29.8976192,46,31.8502598,46,33.5071716v12.4855156C46,46.5490112,45.5476418,47,45.0072098,47H14.9927902z'%3E%3C/path%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23EAD8C5' d='M38,15c0,4.4182796-3.5817184,8-8,8s-8-3.5817204-8-8v-3 c0-4.4182816,3.5817204-8,8-8s8,3.5817184,8,8V15z'%3E%3C/path%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23444444' d='M38,13V7.999939C38,5.7996483,36.2085915,4,33.9987717,4H33.5 l-1.0499496-2.0998993c-0.253952-0.5079002-0.8632202-0.7348289-1.3729-0.5309601l-6.2915897,2.5166397 C23.2462902,4.5014801,22,6.3438911,22,8.0016708V13c0-2.2091408,1.7908592-4,4-4h8C36.2091408,9,38,10.7908592,38,13z'%3E%3C/path%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%2387613E' d='M8,22c0-5.52285,4.47715-10,10-10s10,4.47715,10,10v7.9934998 C28,32.2062302,26.2075291,34,24.0007706,34H11.9992304C9.7905159,34,8,32.2060509,8,29.9934998V22z'%3E%3C/path%3E %3Crect x='13' y='28' fill-rule='evenodd' clip-rule='evenodd' fill='%23EAC3A2' width='10' height='11.413043'%3E%3C/rect%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23ED69AB' d='M2.9927864,47C2.4444857,47,2,46.5532303,2,45.9986191V43.502655 c0-1.6583214,1.198133-3.6017227,2.6909027-4.3481064L13,35c0,0,2,2,5,2s5-2,5-2l8.3090992,4.1545486 C32.7952423,39.8976212,34,41.8468056,34,43.502655v2.4959641C34,46.5516663,33.5476379,47,33.0072098,47H2.9927864z'%3E%3C/path%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23EAD8C5' d='M10,23.6355591v1.4545517c0,4.4109097,3.5890903,8,8,8 s8-3.5890903,8-8v-1.4545517c0-1.2049789-0.9768295-2.1818199-2.1818199-2.1818199 c-2.533041,0-4.730011-1.4388599-5.8181801-3.5438499c-1.0881691,2.10499-3.28514,3.5438499-5.8181801,3.5438499 C10.9768333,21.4537392,10,22.4305801,10,23.6355591z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-personalization {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23444444' d='M45,46H3c-1.105,0-2-0.895-2-2V8c0-1.105,0.895-2,2-2h42c1.105,0,2,0.895,2,2v36C47,45.105,46.105,46,45,46z '%3E%3C/path%3E %3Crect x='3' y='13' fill='%23FFFFFF' width='42' height='31'%3E%3C/rect%3E %3Ccircle fill='%23E86C60' cx='4.5' cy='9.5' r='1.5'%3E%3C/circle%3E %3Ccircle fill='%23EFD358' cx='9.5' cy='9.5' r='1.5'%3E%3C/circle%3E %3Ccircle fill='%2372C472' cx='14.5' cy='9.5' r='1.5'%3E%3C/circle%3E %3Cpath fill='%23A67C52' d='M38.172,2.828c-1.105-1.105-2.895-1.105-4,0L21.536,15.464c0.988,0.181,1.899,0.65,2.625,1.376 c0.726,0.726,1.194,1.636,1.375,2.624L38.172,6.828C39.276,5.724,39.276,3.933,38.172,2.828z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M21.536,15.464L16,21l4,4l5.536-5.536c-0.181-0.988-0.65-1.899-1.375-2.624 C23.435,16.115,22.524,15.646,21.536,15.464z'%3E%3C/path%3E %3Cpath fill='%23E86C60' d='M41,41H7c-0.552,0-1-0.448-1-1v-7c0-0.552,0.448-1,1-1h34c0.552,0,1,0.448,1,1v7C42,40.552,41.552,41,41,41z '%3E%3C/path%3E %3Cpath fill='%23444444' d='M20.863,27.192c0.89-0.934,1.387-2.146,1.387-3.441c0-1.336-0.52-2.591-1.464-3.535s-2.2-1.465-3.536-1.465 c-1.336,0-2.591,0.521-3.536,1.465c-1.056,1.056-1.467,3.263-1.623,5.089c1.596,0.415,2.689,0.727,3.846,1.04 C17.368,26.73,18.844,27.132,20.863,27.192z'%3E%3C/path%3E %3Cpath fill='%23E86C60' d='M12.008,28.02l0.025,0.948l0.947,0.025C13.109,28.996,13.304,29,13.552,29c1.667,0,5.687-0.168,7.233-1.715 c0.029-0.029,0.049-0.064,0.077-0.094c-3.56-0.974-5.061-2.161-8.771-1.888C11.985,26.549,11.997,27.618,12.008,28.02z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-photography {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23444444' d='M43,9H33l-2.44678-4.88239c-0.33911-0.6767-1.03113-1.10394-1.78802-1.10394h-9.5304 c-0.7569,0-1.44891,0.42725-1.78802,1.10394L15,9H5c-2.20917,0-4,1.79083-4,4v28c0,2.20917,1.79083,4,4,4h38 c2.20917,0,4-1.79083,4-4V13C47,10.79083,45.20917,9,43,9z'%3E%3C/path%3E %3Cpath fill='%23666666' d='M7,41H1V13h6c1.10457,0,2,0.89543,2,2v24C9,40.10457,8.10457,41,7,41z'%3E%3C/path%3E %3Ccircle fill='%23666666' cx='24' cy='27' r='11'%3E%3C/circle%3E %3Cpath fill='%23E6E6E6' d='M24,39c-6.61719,0-12-5.3833-12-12s5.38281-12,12-12s12,5.3833,12,12S30.61719,39,24,39z M24,17 c-5.51367,0-10,4.48584-10,10s4.48633,10,10,10s10-4.48584,10-10S29.51367,17,24,17z'%3E%3C/path%3E %3Ccircle fill='%23444444' cx='24' cy='27' r='6'%3E%3C/circle%3E %3Cpath fill='%2376B5B5' d='M27,11h-6c-0.55228,0-1-0.44771-1-1V7c0-0.55228,0.44772-1,1-1h6c0.55228,0,1,0.44772,1,1v3 C28,10.55229,27.55228,11,27,11z'%3E%3C/path%3E %3Cpath fill='%23FFFFFF' d='M43,15h-6c-0.55228,0-1-0.44771-1-1v-1c0-0.55229,0.44772-1,1-1h6c0.55228,0,1,0.44771,1,1v1 C44,14.55229,43.55228,15,43,15z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-productivity {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M24 46C36.1503 46 46 36.1503 46 24C46 11.8497 36.1503 2 24 2C11.8497 2 2 11.8497 2 24C2 36.1503 11.8497 46 24 46Z' fill='url(%23nc-ui-6-0_linear_215_142)'%3E%3C/path%3E%3Cpath d='M24 12C24.552 12 25 11.552 25 11V7C25 6.448 24.552 6 24 6C23.448 6 23 6.448 23 7V11C23 11.552 23.448 12 24 12Z' fill='%23C2C3CD'%3E%3C/path%3E%3Cpath d='M36.728 11.272C36.338 10.882 35.704 10.882 35.314 11.272L32.486 14.1C32.096 14.49 32.096 15.124 32.486 15.514C32.876 15.904 33.51 15.904 33.9 15.514L36.728 12.686C37.118 12.296 37.118 11.662 36.728 11.272Z' fill='%23C2C3CD'%3E%3C/path%3E%3Cpath d='M41 23H37C36.448 23 36 23.448 36 24C36 24.552 36.448 25 37 25H41C41.552 25 42 24.552 42 24C42 23.448 41.552 23 41 23Z' fill='%23C2C3CD'%3E%3C/path%3E%3Cpath d='M11 23H7C6.448 23 6 23.448 6 24C6 24.552 6.448 25 7 25H11C11.552 25 12 24.552 12 24C12 23.448 11.552 23 11 23Z' fill='%23C2C3CD'%3E%3C/path%3E%3Cpath d='M24 1C11.318 1 1 11.318 1 24C1 36.682 11.318 47 24 47C36.682 47 47 36.682 47 24C47 11.318 36.682 1 24 1ZM4.587 32C3.569 29.533 3 26.834 3 24C3 12.402 12.402 3 24 3C35.598 3 45 12.402 45 24C45 26.834 44.431 29.533 43.413 32H4.587Z' fill='url(%23nc-ui-6-1_linear_215_142)'%3E%3C/path%3E%3Cpath d='M12.586 11.1901C12.187 10.9011 11.638 10.9451 11.293 11.2931C10.946 11.6401 10.902 12.1891 11.19 12.5861C12.142 13.9021 20.522 25.4711 21.525 26.4741C22.186 27.1351 23.065 27.4991 24 27.4991C24.935 27.4991 25.814 27.1351 26.475 26.4741C27.136 25.8131 27.5 24.9341 27.5 23.9991C27.5 23.0641 27.136 22.1851 26.475 21.5241C25.471 20.5201 13.902 12.1421 12.586 11.1901Z' fill='url(%23nc-ui-6-2_linear_215_142)'%3E%3C/path%3E%3Cdefs%3E%3ClinearGradient id='nc-ui-6-0_linear_215_142' x1='24' y1='2' x2='24' y2='46' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2A3B4'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%2383849B'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient id='nc-ui-6-1_linear_215_142' x1='24' y1='1' x2='24' y2='47' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B5E71'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23393A46'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient id='nc-ui-6-2_linear_215_142' x1='19.2501' y1='10.9995' x2='19.2501' y2='27.4991' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23E0E0E6'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3C/g%3E%3C/svg%3E")
}

.ic-shopping {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M43,36H8a1,1,0,0,1-.868-1.5l4-7a1,1,0,1,1,1.736.992L9.724,34H43a1,1,0,0,1,0,2Z' fill='%23c8c8c8'%3E%3C/path%3E%3Cpath d='M10,11a1,1,0,0,1-.9-.553L7.324,6.885,2.8,5.98A1,1,0,0,1,3.2,4.02l5,1a1,1,0,0,1,.7.533l2,4A1,1,0,0,1,10,11Z' fill='%23c8c8c8'%3E%3C/path%3E%3Cpath d='M12,38a4,4,0,1,0,4,4A4,4,0,0,0,12,38Z' fill='%232a4b55'%3E%3C/path%3E%3Cpath d='M39,38a4,4,0,1,0,4,4A4,4,0,0,0,39,38Z' fill='%232a4b55'%3E%3C/path%3E%3Ccircle cx='12' cy='42' r='2' fill='%23fff'%3E%3C/circle%3E%3Ccircle cx='39' cy='42' r='2' fill='%23fff'%3E%3C/circle%3E%3Cpath d='M41,29H12a1,1,0,0,1-.994-.89l-2-18A1,1,0,0,1,10.088,9l34,3a1,1,0,0,1,.893,1.192l-3,15A1,1,0,0,1,41,29Z' fill='%234d8b9d'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-social {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Ccircle fill='%239BCED3' cx='39' cy='10' r='5'%3E%3C/circle%3E %3Ccircle fill='%239BCED3' cx='9' cy='10' r='5'%3E%3C/circle%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%2376B5B5' d='M35.9966888,17C33.2370911,17,31,19.2295895,31,22.0038109 v6.7917995c0,0.5547104,0.4171391,1.1712494,0.9327698,1.3774986L34,31l0.9164581,10.9975281 C34.9626007,42.551178,35.4530411,43,35.9970284,43h6.0059433c0.5506401,0,1.0350075-0.455761,1.0805702-1.0024719L44,31 l2.0507812-0.6835899C46.5750198,30.1416607,47,29.5525093,47,29.0014992v-6.9939594C47,19.2419491,44.758419,17,42.0033112,17 H35.9966888z'%3E%3C/path%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%2376B5B5' d='M5.996686,17C3.237092,17,1,19.2295895,1,22.0038109v6.7917995 c0,0.5547104,0.4171371,1.1712494,0.9327741,1.3774986L4,31l0.916461,10.9975281C4.9625978,42.551178,5.4530358,43,5.9970298,43 h6.00594c0.5506401,0,1.0350103-0.455761,1.0805702-1.0024719L14,31l2.0507812-0.6835899 C16.5750198,30.1416607,17,29.5525093,17,29.0014992v-6.9939594C17,19.2419491,14.75842,17,12.0033102,17H5.996686z'%3E%3C/path%3E %3Ccircle fill='%235A7A84' cx='24' cy='7' r='6'%3E%3C/circle%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23335262' d='M20.0006599,15C16.6865902,15,14,17.6780396,14,21.0033302v8.9958 c0,0.5527592,0.39816,1.1999512,0.8877296,1.4447289L18,33l1.0039997,13.0830002C19.0470009,46.6020012,19.4790001,47,20,47h8 c0.5209999,0,0.9529991-0.3979988,0.9960003-0.9169998l0.941-13.2870026l3.1410408-1.3884583 C33.5872307,31.1824608,34,30.5553703,34,29.9991302v-8.9958C34,17.6877804,31.3234596,15,27.9993401,15H20.0006599z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-sports {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23EA9860' d='M24,47C11.318,47,1,36.683,1,24S11.318,1,24,1s23,10.317,23,23S36.682,47,24,47z'%3E%3C/path%3E %3Crect x='23' y='1' fill='%23444444' width='2' height='46'%3E%3C/rect%3E %3Crect x='1' y='23' fill='%23444444' width='46' height='2'%3E%3C/rect%3E %3Cpath fill='%23444444' d='M15,24c0-6.468-2.688-12.317-7-16.5C7.52,7.966,7.061,8.452,6.623,8.958C10.549,12.776,13,18.104,13,24 s-2.451,11.224-6.377,15.042C7.061,39.548,7.52,40.034,8,40.5C12.312,36.317,15,30.468,15,24z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M41.377,39.042C37.451,35.224,35,29.896,35,24s2.451-11.224,6.377-15.042C40.939,8.452,40.48,7.966,40,7.5 c-4.312,4.183-7,10.032-7,16.5s2.688,12.317,7,16.5C40.48,40.034,40.939,39.548,41.377,39.042z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-tools {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M8.41401 13.9999H11L20.847 23.8469L24 20.9999L14 10.9999V8.41395C14 8.14895 13.895 7.89495 13.707 7.70695L8.70701 2.70695C8.31601 2.31595 7.68301 2.31595 7.29301 2.70695L2.70701 7.29295C2.31601 7.68395 2.31601 8.31695 2.70701 8.70695L7.70701 13.7069C7.89401 13.8939 8.14901 13.9999 8.41401 13.9999Z' fill='url(%23nc-ui-3-0_linear_119_93)'%3E%3C/path%3E %3Cpath d='M43.989 35.373L27.813 21.312L20.313 27.374L35.373 43.983C35.44 44.06 35.511 44.135 35.586 44.208C37.968 46.59 41.83 46.59 44.213 44.208C44.286 44.135 44.357 44.06 44.426 43.984C46.682 41.485 46.486 37.631 43.989 35.373Z' fill='url(%23nc-ui-3-1_linear_119_93)'%3E%3C/path%3E %3Cpath opacity='0.15' d='M27.812 21.312L20.312 27.375L25.611 33.218L32.709 25.569L27.812 21.312Z' fill='%23393A46'%3E%3C/path%3E %3Cpath d='M35.629 24.383C41.144 23.926 45.521 19.549 45.977 14.034C46.069 12.586 45.904 11.134 45.492 9.74304L40.187 15.047C39.796 15.437 39.163 15.437 38.773 15.047L32.958 9.23204C32.567 8.84104 32.567 8.20804 32.958 7.81804L38.262 2.51304C36.871 2.10304 35.419 1.94204 33.972 2.03604C28.456 2.49204 24.079 6.86904 23.622 12.384C23.528 13.833 23.69 15.287 24.101 16.679L3.04601 35.688C1.74701 36.862 1.64601 38.867 2.82001 40.166C2.85601 40.206 2.89201 40.244 2.93001 40.281L7.72301 45.075C8.96301 46.311 10.97 46.307 12.206 45.067C12.243 45.031 12.278 44.993 12.313 44.955L31.333 23.9C32.725 24.312 34.18 24.476 35.629 24.383Z' fill='url(%23nc-ui-3-2_linear_119_93)'%3E%3C/path%3E %3Cdefs%3E %3ClinearGradient id='nc-ui-3-0_linear_119_93' x1='13.2069' y1='2.4137' x2='13.2069' y2='23.8469' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23E0E0E6'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23C2C3CD'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-3-1_linear_119_93' x1='33.1554' y1='21.312' x2='33.1554' y2='45.9945' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23C2C3CD'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23A2A3B4'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-3-2_linear_119_93' x1='24.0017' y1='2.01001' x2='24.0017' y2='45.9995' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%235B5E71'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23393A46'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E%3C/g%3E%3C/svg%3E")
}

.ic-transportation {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23444444' d='M14,47H9c-1.10457,0-2-0.89543-2-2v-5c0-0.55228,0.44772-1,1-1h7c0.55229,0,1,0.44772,1,1v5 C16,46.10457,15.10457,47,14,47z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M39,47h-5c-1.10457,0-2-0.89543-2-2v-5c0-0.55228,0.44772-1,1-1h7c0.55228,0,1,0.44772,1,1v5 C41,46.10457,40.10457,47,39,47z'%3E%3C/path%3E %3Cpath fill='%23458BC4' d='M43,37H5v2c0,1.10457,0.89543,2,2,2h34c1.10457,0,2-0.89543,2-2V37z'%3E%3C/path%3E %3Cpath fill='%2343A6DD' d='M43,37H5V5c0-2.20914,1.79086-4,4-4h30c2.20914,0,4,1.79086,4,4V37z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M40,27H8c-0.55228,0-1-0.44772-1-1V8c0-0.55228,0.44772-1,1-1h32c0.55228,0,1,0.44772,1,1v18 C41,26.55228,40.55228,27,40,27z'%3E%3C/path%3E %3Cpath fill='%235B5B5B' d='M24,28c-0.25586,0-0.51172-0.09766-0.70703-0.29297c-0.39062-0.39062-0.39062-1.02344,0-1.41406l7-7 c0.39062-0.39062,1.02344-0.39062,1.41406,0s0.39062,1.02344,0,1.41406l-7,7C24.51172,27.90234,24.25586,28,24,28z'%3E%3C/path%3E %3Cpath fill='%235B5B5B' d='M26,5h-4c-0.55225,0-1-0.44775-1-1s0.44775-1,1-1h4c0.55225,0,1,0.44775,1,1S26.55225,5,26,5z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M12,34H8c-0.55228,0-1-0.44772-1-1v-1c0-0.55228,0.44772-1,1-1h4c0.55229,0,1,0.44772,1,1v1 C13,33.55228,12.55229,34,12,34z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M40,34h-4c-0.55228,0-1-0.44772-1-1v-1c0-0.55228,0.44772-1,1-1h4c0.55228,0,1,0.44772,1,1v1 C41,33.55228,40.55228,34,40,34z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M32,34H16c-0.55228,0-1-0.44772-1-1v-1c0-0.55228,0.44771-1,1-1h16c0.55228,0,1,0.44772,1,1v1 C33,33.55228,32.55228,34,32,34z'%3E%3C/path%3E %3Cpath fill='%23458BC4' d='M47,10h-1h-3v2h2v5c0,0.55225,0.44775,1,1,1h1c0.55231,0,1-0.44775,1-1v-6C48,10.44769,47.55231,10,47,10z'%3E%3C/path%3E %3Cpath fill='%23458BC4' d='M1,10h1h3v2H3v5c0,0.55225-0.44775,1-1,1H1c-0.55231,0-1-0.44775-1-1v-6C0,10.44769,0.44769,10,1,10z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-travel_local {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M37.028,19.373l-9.2,9.2L38.056,45.517a1,1,0,0,0,1.563.19l2.275-2.275a4.977,4.977,0,0,0,1.225-5.061Z' fill='%23c8c8c8'%3E%3C/path%3E%3Cpath d='M18.3,36.539a35.965,35.965,0,0,0,7.03-5.471L43.17,13.233c2.343-2.343,3.656-8.828,2-10.484-1.672-1.672-8.142-.344-10.485,2L16.844,22.583a36.014,36.014,0,0,0-5.472,7.031L5.034,41.55a.981.981,0,0,0,1.328,1.328Z' fill='%23e0e0e0'%3E%3C/path%3E%3Cpath d='M2.4,9.856,19.339,20.088l9.206-9.2-19-6.093A4.979,4.979,0,0,0,4.48,6.018L2.205,8.293A1,1,0,0,0,2.4,9.856Z' fill='%23c8c8c8'%3E%3C/path%3E%3Cpath d='M42,11.171h-.043A1,1,0,0,1,41,10.129a3.011,3.011,0,0,0-.876-2.251A2.972,2.972,0,0,0,37.87,7a1.03,1.03,0,0,1-1.041-.956A1,1,0,0,1,37.787,5,5,5,0,0,1,43,10.214,1,1,0,0,1,42,11.171Z' fill='%23444'%3E%3C/path%3E%3Cpath d='M2.991,31a1,1,0,0,0-.784,1.7L7.121,37.62l3.213-6.052Z' fill='%23c6c6c6'%3E%3C/path%3E%3Cpath d='M15.205,45.705a1,1,0,0,0,1.7-.784l-.565-7.344-6.053,3.214Z' fill='%23c6c6c6'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-video_player {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Crect x='31' y='41' width='16' height='2' rx='1' fill='%2382adb2'%3E%3C/rect%3E%3Cpath d='M24,43H2a1,1,0,0,1,0-2H24a1,1,0,0,1,0,2Z' fill='%23335262'%3E%3C/path%3E%3Cpath d='M38,33H12A11,11,0,0,1,9.014,11.418,15.984,15.984,0,0,1,39.882,15.2,9,9,0,0,1,38,33Z' fill='%2347b0ea'%3E%3C/path%3E%3Cpath d='M21,24a1,1,0,0,1-1-1V13a1,1,0,0,1,1.53-.848l8,5a1,1,0,0,1,0,1.7l-8,5A1,1,0,0,1,21,24Z' fill='%23fff'%3E%3C/path%3E%3Ccircle cx='28' cy='42' r='5' fill='%23335262'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.ic-weather {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23EFD358' d='M46,20h-2c-0.5522461,0-1-0.4472656-1-1s0.4477539-1,1-1h2c0.5522461,0,1,0.4472656,1,1S46.5522461,20,46,20 z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M42.3137093,9.1005049l-1.4142151,1.4142141c-0.3904953,0.3904963-1.0233688,0.3908415-1.4142113,0 c-0.3908424-0.3908424-0.3904991-1.0237169,0-1.4142141l1.4142113-1.4142132c0.3904991-0.3904972,1.0233727-0.3908424,1.4142151,0 S42.7042046,8.7100077,42.3137093,9.1005049z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M32,4v2c0,0.5522461-0.4472656,1-1,1s-1-0.4477539-1-1V4c0-0.5522461,0.4472656-1,1-1S32,3.4477539,32,4z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M21.1005058,7.6862917l1.4142132,1.4142132c0.3904972,0.3904972,0.3908424,1.0233717,0,1.4142141 c-0.3908424,0.3908415-1.0237179,0.3904963-1.4142132,0l-1.4142151-1.4142141c-0.3904953-0.3904972-0.3908405-1.0233707,0-1.4142132 C20.0771332,7.2954493,20.7100086,7.2957945,21.1005058,7.6862917z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M31,29c-5.5141602,0-10-4.4863281-10-10S25.4858398,9,31,9s10,4.4863281,10,10S36.5141602,29,31,29z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M31,7c-0.5522461,0-1-0.4472656-1-1V4c0-0.5527344,0.4477539-1,1-1s1,0.4472656,1,1v2 C32,6.5527344,31.5522461,7,31,7z'%3E%3C/path%3E %3Cpath fill='%2342A6DD' d='M46,39H2c-0.5522461,0-1-0.4472656-1-1s0.4477539-1,1-1h44c0.5522461,0,1,0.4472656,1,1S46.5522461,39,46,39 z'%3E%3C/path%3E %3Cpath fill='%2342A6DD' d='M40,46H8c-0.5522461,0-1-0.4472656-1-1s0.4477539-1,1-1h32c0.5522461,0,1,0.4472656,1,1S40.5522461,46,40,46 z'%3E%3C/path%3E %3Cpath fill='%23E0E0E0' d='M4.3555908,37h39.2888184C45.6881104,35.3488159,47,32.8261108,47,30c0-4.9628906-4.0375977-9-9-9 c-1.4345703,0-2.8310547,0.3417969-4.0991211,0.9980469C31.9628906,17.7666016,27.7241211,15,23,15 c-4.4443359,0-8.5019531,2.4619141-10.578125,6.34375C11.6230469,21.1152344,10.8120117,21,10,21c-4.9624023,0-9,4.0371094-9,9 C1,32.8261108,2.3118896,35.3488159,4.3555908,37z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-widgets {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M42 5H6C3.239 5 1 7.239 1 10V38C1 40.761 3.239 43 6 43H42C44.761 43 47 40.761 47 38V10C47 7.239 44.761 5 42 5Z' fill='url(%23nc-ui-6-0_linear_215_60)'%3E%3C/path%3E %3Cpath d='M41 20C41 20.553 40.552 21 40 21H8C7.448 21 7 20.553 7 20V12C7 11.447 7.448 11 8 11H40C40.552 11 41 11.447 41 12V20Z' fill='url(%23nc-ui-6-1_linear_215_60)'%3E%3C/path%3E %3Cdefs%3E %3ClinearGradient id='nc-ui-6-0_linear_215_60' x1='24' y1='5' x2='24' y2='43' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23D4D3C9'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23B0B09C'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-6-1_linear_215_60' x1='24' y1='11' x2='24' y2='21' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23929170'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%236C6C56'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E%3C/g%3E%3C/svg%3E")
}

.ic-game {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M24,40C14.126,40,1,38.342,1,24a23,23,0,0,1,46,0C47,38.342,33.874,40,24,40Z' fill='%23ed7064'%3E%3C/path%3E%3Cpath d='M24,31c-9.135,0-14,3.065-14,6,0,7,4,10,14,10s14-3,14-10C38,34.065,33.135,31,24,31Z' fill='%23ddbe99'%3E%3C/path%3E%3Cpath d='M18,35v4a1,1,0,0,0,2,0V35a1,1,0,0,0-2,0Z' fill='%23444'%3E%3C/path%3E%3Cpath d='M28,35v4a1,1,0,0,0,2,0V35a1,1,0,0,0-2,0Z' fill='%23444'%3E%3C/path%3E%3Ccircle cx='24' cy='13' r='10' fill='%23e6e6e6'%3E%3C/circle%3E%3Cpath d='M39,18a10,10,0,0,0,7.666,9.715A19.642,19.642,0,0,0,47,24a22.871,22.871,0,0,0-4.425-13.541A9.878,9.878,0,0,0,39,18Z' fill='%23e6e6e6'%3E%3C/path%3E%3Cpath d='M9,18a10,10,0,0,1-7.666,9.715A19.642,19.642,0,0,1,1,24,22.871,22.871,0,0,1,5.425,10.459,9.878,9.878,0,0,1,9,18Z' fill='%23e6e6e6'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_family {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M44.716,25.1A8.973,8.973,0,0,0,35.76,17H29.24a8.973,8.973,0,0,0-8.956,8.1L19.005,37.9A1,1,0,0,0,20,39H45A1,1,0,0,0,46,37.9Z' fill='%232a4b55'%3E%3C/path%3E%3Ccircle cx='32.5' cy='8.5' r='6.5' fill='%232a4b55'%3E%3C/circle%3E%3Cpath d='M27.716,25.1A8.973,8.973,0,0,0,18.76,17H12.24a8.973,8.973,0,0,0-8.956,8.1L2.005,37.9A1,1,0,0,0,3,39H28a1,1,0,0,0,1-1.1Z' fill='%233d6c7b'%3E%3C/path%3E%3Ccircle cx='24' cy='29' r='6' fill='%23a0e6ee'%3E%3C/circle%3E%3Cpath d='M39.495,29.671a2,2,0,0,0-2.824-.166L28.239,37H19.761l-8.432-7.5a2,2,0,1,0-2.658,2.99L17,39.9V45a1,1,0,0,0,1,1H30a1,1,0,0,0,1-1V39.9l8.329-7.4A2,2,0,0,0,39.495,29.671Z' fill='%23a0e6ee'%3E%3C/path%3E%3Ccircle cx='15.5' cy='8.5' r='6.5' fill='%233d6c7b'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_action {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M43.707.293a1,1,0,0,0-1.414,0L24,18.586l-1.878-1.878,2-2a1,1,0,0,0,0-1.414L22.707,11.88a1,1,0,0,0-1.414,0L9.879,23.294a1,1,0,0,0,0,1.414l1.414,1.414a1,1,0,0,0,1.414,0l2-2L16.586,26l-1.292,1.292A1,1,0,0,0,15,28v3.587L4.293,42.293a1,1,0,0,0,0,1.414l4,4a1,1,0,0,0,1.414,0l9-9A1,1,0,0,0,19,38V34.414L33.707,19.707a1,1,0,0,0,.241-1.023l-1.3-5.914L43.707,1.707A1,1,0,0,0,43.707.293ZM18,24.586l-1.878-1.878,4.586-4.586L22.586,20Z' fill='%23807e52'%3E%3C/path%3E%3Cpath d='M22,27.092a1,1,0,0,1-.707-1.707l8-8A1,1,0,1,1,30.707,18.8l-8,8A.993.993,0,0,1,22,27.092Z' fill='%235d5c3c'%3E%3C/path%3E%3Cpath d='M24.121,13.294,22.707,11.88a1,1,0,0,0-1.414,0L9.879,23.294a1,1,0,0,0,0,1.414l1.414,1.414a1,1,0,0,0,1.414,0l2-2L16.586,26,18,24.586l-1.878-1.878,4.586-4.586L22.586,20,24,18.586l-1.878-1.878,2-2A1,1,0,0,0,24.121,13.294Z' fill='%23363636'%3E%3C/path%3E%3Cpath d='M29.168,36.555l1.664-2.5a1,1,0,0,0-.277-1.387l-5.888-3.926-3.606,3.606,6.72,4.48A1,1,0,0,0,29.168,36.555Z' fill='%23363636'%3E%3C/path%3E%3Cpath d='M5.293,41.293l-1,1a1,1,0,0,0,0,1.414l4,4a1,1,0,0,0,1.414,0l1-1Z' fill='%23363636'%3E%3C/path%3E%3Crect x='13.001' y='20.001' width='2' height='4' transform='translate(-11.456 16.344) rotate(-45)' fill='%234c4c4c'%3E%3C/rect%3E%3Crect x='19.001' y='14.001' width='2' height='4' transform='translate(-5.456 18.829) rotate(-45)' fill='%234c4c4c'%3E%3C/rect%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_adventure {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M21,35a1,1,0,0,1-.707-.293l-7-7a1,1,0,0,1-.064-1.344l19-23a1,1,0,0,1,.619-.351l13-2a1,1,0,0,1,1.14,1.14l-2,13a1,1,0,0,1-.351.619l-23,19A1,1,0,0,1,21,35Z' fill='%23b3b3b3'%3E%3C/path%3E%3Cpath d='M17.293,29.293l21-21a1,1,0,0,1,1.414,1.414l-21,21Z' fill='%23e6e6e6'%3E%3C/path%3E%3Cpath d='M25.293,37.293,10.707,22.707a1,1,0,0,0-1.414,0L7.707,24.293a1,1,0,0,0,0,1.414l2.465,2.465a4,4,0,0,1,0,5.656L3.707,40.293l-1-1a1,1,0,0,0-1.414,1.414l6,6a1,1,0,0,0,1.414-1.414l-1-1,5.469-5.469c1.564-1.564,5.1-2.562,6.662-1l2.455,2.463a1,1,0,0,0,1.415,0l1.585-1.585A1,1,0,0,0,25.293,37.293Z' fill='%23444'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_arcade {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M45,38a1,1,0,0,0-.132-.5l-8-14A1,1,0,0,0,36,23H12a1,1,0,0,0-.868.5l-8,14A1,1,0,0,0,3,38H45Z' fill='%23e6e6e6'%3E%3C/path%3E%3Cpath d='M3,38v5a3,3,0,0,0,3,3H42a3,3,0,0,0,3-3V38Z' fill='%23b3b3b3'%3E%3C/path%3E%3Cpath d='M21,8V28a3,3,0,0,0,6,0V8Z' fill='%23b3b3b3'%3E%3C/path%3E%3Cpath d='M21,15.411a7.935,7.935,0,0,0,6,0V8H21Z' fill='%23898989'%3E%3C/path%3E%3Ccircle cx='24' cy='8' r='6' fill='%23ed7064'%3E%3C/circle%3E%3Cellipse cx='11.5' cy='33.5' rx='2.5' ry='1.5' fill='%2372c472'%3E%3C/ellipse%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_board {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M44.9,11.594a.985.985,0,0,0-.493-.506l-20-9a1,1,0,0,0-.82,0l-20,9a.985.985,0,0,0-.493.506L24,21Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M3.1,11.594A.988.988,0,0,0,3,12V36a1,1,0,0,0,.59.912l20,9A1,1,0,0,0,24,46V21Z' fill='%23e3e3e3'%3E%3C/path%3E%3Cpath d='M44.9,11.594,24,21V46a1,1,0,0,0,.41-.088l20-9A1,1,0,0,0,45,36V12A.988.988,0,0,0,44.9,11.594ZM44,36Z' fill='%23aeaeae'%3E%3C/path%3E%3Cellipse cx='9.5' cy='21' rx='2' ry='2.5' fill='%23444'%3E%3C/ellipse%3E%3Cellipse cx='18.5' cy='36' rx='2' ry='2.5' fill='%23444'%3E%3C/ellipse%3E%3Cellipse cx='14' cy='28.5' rx='2' ry='2.5' fill='%23444'%3E%3C/ellipse%3E%3Cellipse cx='34' cy='28.5' rx='2' ry='2.5' fill='%23444'%3E%3C/ellipse%3E%3Cellipse cx='18.5' cy='12' rx='2.5' ry='1.5' fill='%23444'%3E%3C/ellipse%3E%3Cellipse cx='29.5' cy='12' rx='2.5' ry='1.5' fill='%23444'%3E%3C/ellipse%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_card {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M40.552,19.316l-.007-.007L24.721,2.864a1.031,1.031,0,0,0-1.442,0L7.448,19.316A10.732,10.732,0,0,0,22.671,34.441c-.777,4.539-2.911,7.824-6.042,9.077A1,1,0,0,0,17,45.446H31a1,1,0,0,0,.371-1.928c-3.131-1.253-5.265-4.538-6.042-9.077a10.617,10.617,0,0,0,7.407,3,10.739,10.739,0,0,0,7.816-18.13Z' fill='%23212121'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_casino {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M35,5H27.913A8,8,0,0,0,13.087,5H6A2,2,0,0,0,4,7V27H37V7A2,2,0,0,0,35,5Z' fill='%23ffd764'%3E%3C/path%3E%3Cpath d='M4,32V45a2,2,0,0,0,2,2H35a2,2,0,0,0,2-2V32Z' fill='%23ffd764'%3E%3C/path%3E%3Crect x='1' y='27' width='39' height='5' rx='1' fill='%23eba40a'%3E%3C/rect%3E%3Crect x='9' y='38' width='23' height='3' rx='0.5' fill='%23363636'%3E%3C/rect%3E%3Cpath d='M43,20V33a3,3,0,0,1-3,3H37v2h3a5.006,5.006,0,0,0,5-5V20Z' fill='%23444'%3E%3C/path%3E%3Ccircle cx='44' cy='17' r='4' fill='%23f74b3b'%3E%3C/circle%3E%3Crect x='6' y='9' width='29' height='15' rx='1' fill='%23363636'%3E%3C/rect%3E%3Cpath d='M15,20.778A1.128,1.128,0,0,1,14,22H9a1.128,1.128,0,0,1-1-1.222V12.222A1.128,1.128,0,0,1,9,11h5a1.128,1.128,0,0,1,1,1.222Z' fill='%23e3e3e3'%3E%3C/path%3E%3Cpath d='M24,20.778c0,.675-.336,1.222-.75,1.222h-5.5c-.414,0-.75-.547-.75-1.222V12.222c0-.675.336-1.222.75-1.222h5.5c.414,0,.75.547.75,1.222Z' fill='%23e3e3e3'%3E%3C/path%3E%3Cpath d='M33,20.778A1.128,1.128,0,0,1,32,22H27a1.128,1.128,0,0,1-1-1.222V12.222A1.128,1.128,0,0,1,27,11h5a1.128,1.128,0,0,1,1,1.222Z' fill='%23e3e3e3'%3E%3C/path%3E%3Cpolygon points='9.296 20 11.419 20 13.919 13 9 13 9 15 11.081 15 9.296 20' fill='%23f74b3b'%3E%3C/polygon%3E%3Cpolygon points='18.296 20 20.419 20 22.919 13 18 13 18 15 20.081 15 18.296 20' fill='%23f74b3b'%3E%3C/polygon%3E%3Cpolygon points='27.296 20 29.419 20 31.919 13 27 13 27 15 29.081 15 27.296 20' fill='%23f74b3b'%3E%3C/polygon%3E%3Cpath d='M25.688,5A5.986,5.986,0,0,0,15.312,5Z' fill='%23eba40a'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_casual {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Ccircle cx='36' cy='7' r='5' fill='%235a7a84'%3E%3C/circle%3E %3Cpath d='M16.937,31.073a6.447,6.447,0,0,1-2.143-3.14L4.536,40.953a2.5,2.5,0,0,0,3.928,3.094L18.112,31.8A6.242,6.242,0,0,1,16.937,31.073Z' fill='%23335262'%3E%3C/path%3E %3Cpath d='M44.923,20.451a2,2,0,0,0-2.472-1.374l-5.512,1.575s-3.966-6.763-3.97-6.768a4.319,4.319,0,0,0-2.106-1.965c-.055-.028-9.1-3.767-9.1-3.767a2,2,0,0,0-2.3.568l-5,6a2,2,0,0,0,3.074,2.56L21.6,12.411l3.392,1.4-7.5,9.375a4.449,4.449,0,0,0,1.6,6.867c.042.022,6.2,2.778,6.2,2.778l-5.6,5.952a2.5,2.5,0,0,0,3.64,3.428l8-8.5a2.5,2.5,0,0,0-.789-3.991L25.579,27.48l6.167-7.71,2.53,4.244a2,2,0,0,0,2.273.909l7-2A2,2,0,0,0,44.923,20.451Z' fill='%235a7a84'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_educational {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M40.562 39.184L30 23.691V8H35C35.552 8 36 7.552 36 7V2C36 1.448 35.552 1 35 1H13C12.448 1 12 1.448 12 2V7C12 7.552 12.448 8 13 8H18V23.691L7.43797 39.184C5.88297 41.466 6.47197 44.576 8.75397 46.132C9.58397 46.697 10.564 47 11.568 47H36.432C39.193 47 41.431 44.76 41.43 41.998C41.43 40.994 41.127 40.013 40.562 39.184Z' fill='url(%23nc-ui-4-0_linear_143_80)'%3E%3C/path%3E %3Cpath d='M31.88 30H16.119L9.09001 40.311C8.15701 41.68 8.51101 43.547 9.88001 44.479C10.378 44.818 10.966 44.999 11.568 45H36.432C38.089 45 39.431 43.655 39.431 41.999C39.431 41.397 39.249 40.809 38.91 40.311L31.88 30Z' fill='url(%23nc-ui-4-1_linear_143_80)'%3E%3C/path%3E %3Cpath d='M25 28C26.1046 28 27 27.1046 27 26C27 24.8954 26.1046 24 25 24C23.8954 24 23 24.8954 23 26C23 27.1046 23.8954 28 25 28Z' fill='url(%23nc-ui-4-2_linear_143_80)'%3E%3C/path%3E %3Cpath d='M29.5 41C30.3284 41 31 40.3284 31 39.5C31 38.6716 30.3284 38 29.5 38C28.6716 38 28 38.6716 28 39.5C28 40.3284 28.6716 41 29.5 41Z' fill='url(%23nc-ui-4-3_linear_143_80)'%3E%3C/path%3E %3Cpath d='M21 39C22.6569 39 24 37.6569 24 36C24 34.3431 22.6569 33 21 33C19.3431 33 18 34.3431 18 36C18 37.6569 19.3431 39 21 39Z' fill='url(%23nc-ui-4-4_linear_143_80)'%3E%3C/path%3E %3Cdefs%3E %3ClinearGradient id='nc-ui-4-0_linear_143_80' x1='23.9996' y1='1' x2='23.9996' y2='47' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23D8F3E0'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%239EE0B1'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-4-1_linear_143_80' x1='24' y1='30' x2='24' y2='45' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%236AD084'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%233CB34B'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-4-2_linear_143_80' x1='25' y1='24' x2='25' y2='28' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%236AD084'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%233CB34B'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-4-3_linear_143_80' x1='29.5' y1='38' x2='29.5' y2='41' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%233CB34B'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23288031'%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient id='nc-ui-4-4_linear_143_80' x1='21' y1='33' x2='21' y2='39' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%233CB34B'%3E%3C/stop%3E %3Cstop offset='1' stop-color='%23288031'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_music {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23C6C6C6' d='M44,4H4C2.34315,4,1,5.34315,1,7v34c0,1.65685,1.34315,3,3,3h40c1.65685,0,3-1.34315,3-3V7 C47,5.34315,45.65685,4,44,4z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M22,4h-8c-0.55229,0-1,0.44772-1,1v38c0,0.55228,0.44771,1,1,1h8c0.55228,0,1-0.44772,1-1V5 C23,4.44772,22.55228,4,22,4z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M10,4H2C1.44772,4,1,4.44772,1,5v38c0,0.55228,0.44772,1,1,1h8c0.55229,0,1-0.44772,1-1V5 C11,4.44772,10.55229,4,10,4z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M34,4h-8c-0.55228,0-1,0.44772-1,1v38c0,0.55228,0.44772,1,1,1h8c0.55228,0,1-0.44772,1-1V5 C35,4.44772,34.55228,4,34,4z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M46,4h-8c-0.55228,0-1,0.44772-1,1v38c0,0.55228,0.44772,1,1,1h8c0.55228,0,1-0.44772,1-1V5 C47,4.44772,46.55228,4,46,4z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M14,29h-4c-0.55229,0-1-0.44772-1-1V5c0-0.55228,0.44771-1,1-1h4c0.55229,0,1,0.44772,1,1v23 C15,28.55228,14.55229,29,14,29z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M26,29h-4c-0.55228,0-1-0.44772-1-1V5c0-0.55228,0.44772-1,1-1h4c0.55228,0,1,0.44772,1,1v23 C27,28.55228,26.55228,29,26,29z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M38,29h-4c-0.55228,0-1-0.44772-1-1V5c0-0.55228,0.44772-1,1-1h4c0.55228,0,1,0.44772,1,1v23 C39,28.55228,38.55228,29,38,29z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_puzzle {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%2343A6DD' d='M39,43h-9c-0.55273,0-1-0.44775-1-1v-1c0-2.75684-2.24316-5-5-5s-5,2.24316-5,5v1c0,0.55225-0.44727,1-1,1H9 c-0.55273,0-1-0.44775-1-1V29H6c-2.75684,0-5-2.24316-5-5s2.24316-5,5-5h2V6c0-0.55225,0.44727-1,1-1h9c0.55273,0,1,0.44775,1,1v1 c0,2.75684,2.24316,5,5,5s5-2.24316,5-5V6c0-0.55225,0.44727-1,1-1h9c0.55273,0,1,0.44775,1,1v13h2c2.75684,0,5,2.24316,5,5 s-2.24316,5-5,5h-2v13C40,42.55225,39.55273,43,39,43z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_racing {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%2343A6DD' d='M46.316,21.052l-5.525-1.843L36.948,7.684C36.812,7.275,36.431,7,36,7H18c-0.553,0-1,0.447-1,1v26 c0,0.553,0.447,1,1,1h28c0.553,0,1-0.447,1-1V22C47,21.569,46.725,21.188,46.316,21.052z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M31,42c-3.86,0-7-3.14-7-7s3.14-7,7-7s7,3.14,7,7S34.86,42,31,42z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M31,39c-2.206,0-4-1.794-4-4s1.794-4,4-4s4,1.794,4,4S33.206,39,31,39z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M13,9H2C1.447,9,1,8.553,1,8s0.447-1,1-1h11c0.553,0,1,0.447,1,1S13.553,9,13,9z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M13,17H6c-0.553,0-1-0.447-1-1s0.447-1,1-1h7c0.553,0,1,0.447,1,1S13.553,17,13,17z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M13,25h-3c-0.553,0-1-0.447-1-1s0.447-1,1-1h3c0.553,0,1,0.447,1,1S13.553,25,13,25z'%3E%3C/path%3E %3Cpolygon fill='%23E6E6E6' points='34,10 37,20 21,20 21,10 '%3E%3C/polygon%3E %3Cpath fill='%23EFD358' d='M47,32h-2c-0.552,0-1-0.448-1-1v-4c0-0.552,0.448-1,1-1h2V32z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_role {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M46.468,15.8a42.547,42.547,0,0,0-28.359-4.2,1,1,0,0,0-.8.835L14.741,29.8A15,15,0,1,0,44.418,34.2l2.571-17.369A1,1,0,0,0,46.468,15.8Z' fill='%23ffd764'%3E%3C/path%3E%3Cpath d='M44.418,34.2l2.571-17.369a1,1,0,0,0-.521-1.03,42.831,42.831,0,0,0-13.815-4.559l-5.27,35.6A15.017,15.017,0,0,0,44.418,34.2Z' fill='%23ea9860'%3E%3C/path%3E%3Cpath d='M26.25,23.43l-2.968-.439a1.5,1.5,0,0,0-.439,2.968l2.967.439a1.5,1.5,0,0,0,.44-2.968Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M38.169,25.2l-2.968-.44a1.5,1.5,0,0,0-.439,2.968l2.967.439a1.5,1.5,0,1,0,.44-2.967Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M28.991,35.979a5.007,5.007,0,0,0-5.679,4.214,1,1,0,0,0,.843,1.135L32.069,42.5a1,1,0,0,0,1.136-.843A5.006,5.006,0,0,0,28.991,35.979Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M28.891,1.817A42.541,42.541,0,0,0,.532,6.014a1,1,0,0,0-.521,1.03L2.582,24.413a15,15,0,0,0,29.677-4.392L29.687,2.651A1,1,0,0,0,28.891,1.817Z' fill='%23ed7064'%3E%3C/path%3E%3Cpath d='M28.817,1.827a42.867,42.867,0,0,0-14.47-.37l5.269,35.6a15.014,15.014,0,0,0,12.568-17.02L29.613,2.662A1,1,0,0,0,28.817,1.827Z' fill='%23c94d47'%3E%3C/path%3E%3Cpath d='M13.5,16.215a1.5,1.5,0,0,0-1.7-1.264l-2.968.439a1.5,1.5,0,1,0,.439,2.967l2.968-.439A1.5,1.5,0,0,0,13.5,16.215Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M23.666,13.193l-2.967.44a1.5,1.5,0,1,0,.439,2.967l2.968-.439a1.5,1.5,0,0,0-.44-2.968Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M21.961,25.577l-7.914,1.171a1,1,0,0,0-.842,1.136A5,5,0,1,0,23.1,26.419,1,1,0,0,0,21.961,25.577Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_simulation {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23444444' d='M10,41c-4.96289,0-9-4.03711-9-9s4.03711-9,9-9s9,4.03711,9,9S14.96289,41,10,41z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M10,37c-2.75716,0-5-2.24284-5-5s2.24284-5,5-5s5,2.24284,5,5S12.75716,37,10,37z'%3E%3C/path%3E %3Cpolygon fill='%235B5B5B' points='22,32 10,32 22,24 '%3E%3C/polygon%3E %3Cpath fill='%235B5B5B' d='M22,33H10c-0.44043,0-0.8291-0.28809-0.95703-0.70996s0.03613-0.87793,0.40234-1.12207l12-8 c0.30566-0.20459,0.70215-0.22412,1.02637-0.0498C22.79688,23.29248,23,23.63135,23,24v8C23,32.55273,22.55273,33,22,33z M13.30273,31H21v-5.13184L13.30273,31z'%3E%3C/path%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%2372C472' d='M37.293,3.293l-2,2c-0.22,0.22-0.325,0.531-0.284,0.84 c0.041,0.309,0.225,0.581,0.495,0.735C37.236,7.858,39,9.943,39,11c0,0.83-0.688,1.57-1.707,1.953 C28,7.5,20.68243,16.27477,20.68243,16.27477C20.30553,16.6753,19.54902,17,19.00922,17h-4.01844 c-0.54493,0-1.30604-0.31526-1.69137-0.70059l-2.59363-2.59363c-0.38818-0.38818-1.15042-0.7693-1.69387-0.84694l-5.02384-0.7177 c-0.54345-0.07764-1.15489,0.27587-1.35877,0.78557L1.35764,16.1059c-0.19966,0.49916,0.03106,1.06686,0.52234,1.2852L10,21 c6.076,0,11,4.925,11,11c0,0.338-0.02,0.67-0.05,1H30c0.196,0,0.386-0.057,0.55-0.164c0,0,11.281-7.433,11.334-7.476 C43.79,23.425,47,19.367,47,14c0-8.007-8.333-10.834-8.688-10.95C37.956,2.932,37.56,3.026,37.293,3.293z'%3E%3C/path%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23444444' d='M20.1907,16.64672C19.81689,16.85833,19.36578,17,19.00922,17 h-4.01844c-0.54493,0-1.30604-0.31526-1.69137-0.70059l-2.59363-2.59363c-0.38818-0.38818-1.15042-0.7693-1.69387-0.84694 l-5.02384-0.7177c-0.54345-0.07764-1.15489,0.27587-1.35877,0.78557l-0.73276,1.8319L12.5,19h5.08579 c0.26522,0,0.51957-0.10536,0.70711-0.29289l1.99282-1.99282L20.1907,16.64672z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M38,41c-4.96289,0-9-4.03711-9-9s4.03711-9,9-9s9,4.03711,9,9S42.96289,41,38,41z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M38,37c-2.75716,0-5-2.24284-5-5s2.24284-5,5-5s5,2.24284,5,5S40.75716,37,38,37z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M35,18c-0.25586,0-0.51172-0.09766-0.70703-0.29297c-0.39062-0.39062-0.39062-1.02344,0-1.41406l3-3 c0.39062-0.39062,1.02344-0.39062,1.41406,0s0.39062,1.02344,0,1.41406l-3,3C35.51172,17.90234,35.25586,18,35,18z'%3E%3C/path%3E %3Cpath fill='%23E6E6E6' d='M46.40155,10.53278l-3.71777,1.23926C42.27545,11.9082,42,12.29028,42,12.72076V14c0,0.55225,0.44769,1,1,1 h3.96246C46.98688,14.67194,47,14.33868,47,14C47,12.70837,46.76672,11.56519,46.40155,10.53278z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_sports {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23B3B3B3' d='M16.99902,18c-0.44824,0-0.85547-0.30273-0.96875-0.75781l-2-8 c-0.13477-0.53516,0.19141-1.07812,0.72754-1.21191c0.53516-0.1377,1.07812,0.19043,1.21191,0.72754l2,8 c0.13477,0.53516-0.19141,1.07812-0.72754,1.21191C17.16113,17.99023,17.0791,18,16.99902,18z'%3E%3C/path%3E %3Cpath fill='%235B5B5B' d='M38,40c-5.51367,0-10-4.48633-10-10s4.48633-10,10-10s10,4.48633,10,10S43.51367,40,38,40z M38,22 c-4.41113,0-8,3.58887-8,8s3.58887,8,8,8s8-3.58887,8-8S42.41113,22,38,22z'%3E%3C/path%3E %3Cpath fill='%235B5B5B' d='M10,40C4.48633,40,0,35.51367,0,30s4.48633-10,10-10s10,4.48633,10,10S15.51367,40,10,40z M10,22 c-4.41113,0-8,3.58887-8,8s3.58887,8,8,8s8-3.58887,8-8S14.41113,22,10,22z'%3E%3C/path%3E %3Cpath fill='%235B5B5B' d='M19,10h-7c-0.55273,0-1-0.44727-1-1s0.44727-1,1-1h7c0.55273,0,1,0.44727,1,1S19.55273,10,19,10z'%3E%3C/path%3E %3Cpath fill='%2343A6DD' d='M37.99902,31c-0.43457,0-0.83496-0.28613-0.96094-0.72559l-6-21 c-0.15137-0.53027,0.15625-1.08398,0.6875-1.23633c0.52637-0.14355,1.08398,0.15527,1.23633,0.6875l6,21 c0.15137,0.53027-0.15625,1.08398-0.6875,1.23633C38.18262,30.9873,38.09082,31,37.99902,31z'%3E%3C/path%3E %3Cpath fill='%2343A6DD' d='M22,31H10c-0.35156,0-0.67773-0.18457-0.8584-0.4873c-0.18066-0.30176-0.18848-0.67676-0.02246-0.98633l7-13 c0.1543-0.28516,0.43555-0.47852,0.75684-0.51855l16-2c0.40137-0.04785,0.7832,0.1416,0.98633,0.48535 c0.20215,0.34473,0.18066,0.77637-0.05566,1.09863l-11,15C22.61816,30.84863,22.31836,31,22,31z M11.67383,29h9.81934 l9.32812-12.71973l-13.18555,1.64844L11.67383,29z'%3E%3C/path%3E %3Cpath fill='%23B3B3B3' d='M39,16c-0.55273,0-1-0.44727-1-1s0.44727-1,1-1c1.10254,0,2-0.89746,2-2s-0.89746-2-2-2h-7 c-0.55273,0-1-0.44727-1-1s0.44727-1,1-1h7c2.20605,0,4,1.79395,4,4S41.20605,16,39,16z'%3E%3C/path%3E %3Cpath fill='%235B5B5B' d='M39,16c-0.55273,0-1-0.44727-1-1s0.44727-1,1-1c1.10254,0,2-0.89746,2-2s-0.89746-2-2-2 c-0.55273,0-1-0.44727-1-1s0.44727-1,1-1c2.20605,0,4,1.79395,4,4S41.20605,16,39,16z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_strategy {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M41,47H7a1,1,0,0,1-1-1V40.011a3,3,0,0,1,3-3H39a3,3,0,0,1,3,3V46A1,1,0,0,1,41,47Z' fill='%23363636'%3E%3C/path%3E%3Cpath d='M39,23A21.966,21.966,0,0,0,18.047,1.024,1,1,0,0,0,17,1.976c0,.016,0,.032,0,.048V4L9.45,12.494a1,1,0,0,0-.15,1.111l1.321,2.642a1,1,0,0,0,1.182.511L21,14c2.1,5.258-.211,8.02-2.893,11.219-1.93,2.3-4.077,4.878-4.825,8.781h-.005A15.889,15.889,0,0,0,13,37H33.971a22.145,22.145,0,0,0,2.083-3h-.021A22.086,22.086,0,0,0,39,23Z' fill='%23363636'%3E%3C/path%3E%3Cpath d='M8.9,37.011h30a3,3,0,0,1,3,3v1H5.9v-1A3,3,0,0,1,8.9,37.011Z' fill='%234c4c4c'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_trivia {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M31,38V34.721l-2.316-.773a1,1,0,0,1-.6-1.345L31,25.873V24A12.958,12.958,0,0,1,47,11.362V47H39V42H35A4,4,0,0,1,31,38Z' fill='%235a7a84'%3E%3C/path%3E%3Cpath d='M17,38V34.721l2.316-.773a1,1,0,0,0,.6-1.345L17,25.873V24A13,13,0,0,0,4,11a13.015,13.015,0,0,0-3,.362V47H9V42h4A4,4,0,0,0,17,38Z' fill='%2382adb2'%3E%3C/path%3E%3Cpath d='M11.272,7.272l1.414,1.414a16,16,0,0,1,22.628,0l1.414-1.414a18,18,0,0,0-25.456,0Z' fill='%23867fe8'%3E%3C/path%3E%3Cpath d='M24,10a9.968,9.968,0,0,0-7.071,2.929l1.414,1.414a8,8,0,0,1,11.314,0l1.414-1.414A9.968,9.968,0,0,0,24,10Z' fill='%23867fe8'%3E%3C/path%3E%3Ccircle cx='24' cy='20' r='2' fill='%23867fe8'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.ic-game_word {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23E86C60' d='M30,22h-7c-3.86,0-7-3.141-7-7s3.14-7,7-7h7c1.104,0,2,0.896,2,2v10C32,21.104,31.104,22,30,22z M23,12 c-1.654,0-3,1.346-3,3s1.346,3,3,3h5v-6H23z'%3E%3C/path%3E %3Cpath fill='%23E86C60' d='M30,22c-1.104,0-2-0.896-2-2V8c0-1.103-0.897-2-2-2h-4c-1.104,0-2-0.896-2-2s0.896-2,2-2h4 c3.309,0,6,2.691,6,6v12C32,21.104,31.104,22,30,22z'%3E%3C/path%3E %3Cpath fill='%2372C472' d='M6,46c-1.104,0-2-0.896-2-2V22c0-1.104,0.896-2,2-2s2,0.896,2,2v22C8,45.104,7.104,46,6,46z'%3E%3C/path%3E %3Cpath fill='%2372C472' d='M12,46H6c-1.104,0-2-0.896-2-2V32c0-1.104,0.896-2,2-2h6c4.411,0,8,3.589,8,8S16.411,46,12,46z M8,42h4 c2.206,0,4-1.794,4-4s-1.794-4-4-4H8V42z'%3E%3C/path%3E %3Cpath fill='%2343A6DD' d='M40,46h-4c-3.309,0-6-2.691-6-6v-6c0-3.309,2.691-6,6-6h4c2.134,0,4.124,1.147,5.194,2.995 c0.554,0.956,0.228,2.18-0.728,2.733c-0.956,0.553-2.18,0.228-2.733-0.728C41.376,32.384,40.711,32,40,32h-4c-1.103,0-2,0.897-2,2v6 c0,1.103,0.897,2,2,2h4c0.712,0,1.376-0.384,1.734-1.002c0.553-0.956,1.776-1.282,2.733-0.729c0.956,0.553,1.282,1.776,0.729,2.732 C44.125,44.852,42.134,46,40,46z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-family_action {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Ccircle cx='23' cy='7' r='5' fill='%235a7a84'%3E%3C/circle%3E %3Cpath d='M38,14H22a4.719,4.719,0,0,0-4.928,3.7l-2,11a4.488,4.488,0,0,0,2.2,4.7,2.441,2.441,0,0,0,.266.161L25,37.08V43.5a2.5,2.5,0,0,0,5,0v-8a2.5,2.5,0,0,0-1.428-2.258l-4.823-2.29a4.475,4.475,0,0,0,.179-.647l2-11a4.472,4.472,0,0,0,.024-1.3H38a2,2,0,0,0,0-4Z' fill='%235a7a84'%3E%3C/path%3E %3Cpath d='M16.663,35.335l-.019-.011a6.521,6.521,0,0,1-1.737-1.234l-1.028,2.5L8.732,41.732a2.5,2.5,0,0,0,3.536,3.536l5.5-5.5a2.521,2.521,0,0,0,.544-.816l.976-2.37Z' fill='%23335262'%3E%3C/path%3E %3Cpath d='M39,12a3.963,3.963,0,0,0-2.62,1H35a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h1.38A3.993,3.993,0,1,0,39,12Z' fill='%23ed7064'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-family_brain {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath d='M19,1a6.786,6.786,0,0,0-6.282,4A10.879,10.879,0,0,0,2,16a11.077,11.077,0,0,0,2.331,6.852A6.838,6.838,0,0,0,2,28a6.63,6.63,0,0,0,2.412,5.178A10.183,10.183,0,0,0,4,36,10.883,10.883,0,0,0,15,47,10.883,10.883,0,0,0,26,36V8A6.926,6.926,0,0,0,19,1Zm5,35a8.9,8.9,0,0,1-9,9,8.9,8.9,0,0,1-9-9,8.031,8.031,0,0,1,.528-2.829,1,1,0,0,0-.4-1.219A4.606,4.606,0,0,1,4,28a4.853,4.853,0,0,1,1.735-3.711,11.3,11.3,0,0,0,6.337,2.664,6.754,6.754,0,0,0,4.612,5.6,1,1,0,0,0,.632-1.9A4.819,4.819,0,0,1,14,26a4.751,4.751,0,0,1,1.64-3.632,1,1,0,1,0-1.28-1.537,6.7,6.7,0,0,0-2.27,4.122,9.287,9.287,0,0,1-5.583-2.66A9.046,9.046,0,0,1,4,16a8.9,8.9,0,0,1,9-9h.4a1,1,0,0,0,.949-.684A4.819,4.819,0,0,1,19,3a4.89,4.89,0,0,1,5,5Z' fill='%23cc9875'%3E%3C/path%3E%3Cpath d='M24,36a8.9,8.9,0,0,1-9,9,8.9,8.9,0,0,1-9-9,8.031,8.031,0,0,1,.528-2.829,1,1,0,0,0-.4-1.219A4.606,4.606,0,0,1,4,28a4.853,4.853,0,0,1,1.735-3.711,11.3,11.3,0,0,0,6.337,2.664,6.754,6.754,0,0,0,4.612,5.6,1,1,0,0,0,.632-1.9A4.819,4.819,0,0,1,14,26a4.751,4.751,0,0,1,1.64-3.632,1,1,0,1,0-1.28-1.537,6.7,6.7,0,0,0-2.27,4.122,9.287,9.287,0,0,1-5.583-2.66A9.046,9.046,0,0,1,4,16a8.9,8.9,0,0,1,9-9h.4a1,1,0,0,0,.949-.684A4.819,4.819,0,0,1,19,3a4.89,4.89,0,0,1,5,5Z' fill='%23eebc99'%3E%3C/path%3E%3Cpath d='M39.216,38.114a2.9,2.9,0,0,0-2.12.2.91.91,0,0,0-.1-.145l-3.879-3.879A1,1,0,0,0,32.414,34H21a1,1,0,0,0-1,1h0a1,1,0,0,0,1,1H32l3.586,3.586a.91.91,0,0,0,.145.1,2.9,2.9,0,0,0-.2,2.12,3.037,3.037,0,0,0,2.408,2.161,3,3,0,0,0,3.441-3.441A3.037,3.037,0,0,0,39.216,38.114Z' fill='%235a7a84'%3E%3C/path%3E%3Cpath d='M42,17.056a2.99,2.99,0,0,0-3.416,1.979A.915.915,0,0,0,38.414,19H21a1,1,0,0,0-1,1h0a1,1,0,0,0,1,1H38.414a.915.915,0,0,0,.173-.035A2.995,2.995,0,1,0,42,17.056Z' fill='%235a7a84'%3E%3C/path%3E%3Cpath d='M37.414,25a2.989,2.989,0,0,0-2.827,2.035A.915.915,0,0,0,34.414,27H26v2h8.414a.915.915,0,0,0,.173-.035A2.994,2.994,0,1,0,37.414,25Z' fill='%23223e49'%3E%3C/path%3E%3Cpath d='M38.414,4a2.98,2.98,0,0,0-2.683,4.318.91.91,0,0,0-.145.1L32,12H26v2h6.414a1,1,0,0,0,.707-.293L37,9.828a.91.91,0,0,0,.1-.145A3,3,0,1,0,38.414,4Z' fill='%23223e49'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-family_creativity {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%235E4027' d='M6.04541,43L6.04541,43c-0.31348,0-0.60889-0.14746-0.79785-0.39746C3.77734,40.65625,3,38.37305,3,36 c0-3.50391,1.604-6.71094,4.40039-8.80078c0.21777-0.16309,0.49316-0.22754,0.7627-0.18555 c0.26855,0.04492,0.50732,0.19727,0.66113,0.42188l6.86816,10.04199c0.21826,0.31836,0.2334,0.73438,0.03906,1.06738 s-0.5625,0.53125-0.94775,0.49316c-3.14014-0.25488-6.0542,1.06934-7.94043,3.56445C6.6543,42.85254,6.35889,43,6.04541,43z'%3E%3C/path%3E %3Cpath fill='%235E4027' d='M41.95459,43L41.95459,43c-0.31348,0-0.60889-0.14746-0.79785-0.39746 c-1.88574-2.49609-4.80518-3.82227-7.94043-3.56445c-0.38818,0.04004-0.75342-0.16016-0.94775-0.49316 s-0.1792-0.74902,0.03906-1.06738l6.86816-10.04199c0.15381-0.22461,0.39258-0.37695,0.66113-0.42188 c0.27051-0.04199,0.54443,0.02344,0.7627,0.18555C43.396,29.28906,45,32.49609,45,36c0,2.375-0.77734,4.6582-2.24756,6.60352 C42.56348,42.85352,42.26807,43,41.95459,43z'%3E%3C/path%3E %3Cpath fill='%23A67C52' d='M24,47c2.21283,0,6.85959-4.16814,11.10379-9.66063C39.91136,31.11779,43,24.7759,43,20 C43,9.50659,34.49341,1,24,1S5,9.50659,5,20c0,4.7759,3.08864,11.11779,7.89622,17.33937C17.14041,42.83186,21.78717,47,24,47z'%3E%3C/path%3E %3Cpath fill='%23EAD8C5' d='M14,31C7.93457,31,3,26.06543,3,20S7.93457,9,14,9s11,4.93457,11,11S20.06543,31,14,31z'%3E%3C/path%3E %3Cpath fill='%23EAD8C5' d='M34,31c-6.06543,0-11-4.93457-11-11S27.93457,9,34,9s11,4.93457,11,11S40.06543,31,34,31z'%3E%3C/path%3E %3Ccircle fill='%23EA9860' cx='14' cy='20' r='5'%3E%3C/circle%3E %3Ccircle fill='%23EA9860' cx='34' cy='20' r='5'%3E%3C/circle%3E %3Cpath fill='%235E4027' d='M23.92871,15C23.44189,11.6123,20.52051,9,17,9H2c0.48682,3.3877,3.4082,6,6.92871,6H17 c3.86597,0,7,3.13397,7,7v-7H23.92871z'%3E%3C/path%3E %3Cpath fill='%235E4027' d='M31,9c-3.52051,0-6.44189,2.6123-6.92871,6H24v7c0-3.86603,3.13403-7,7-7h8.07129 C42.5918,15,45.51318,12.3877,46,9H31z'%3E%3C/path%3E %3Cpath fill='%23EFD358' d='M24,19c-1.00684,0-3,4.25391-3,7s1.99316,7,3,7s3-4.25391,3-7S25.00684,19,24,19z'%3E%3C/path%3E %3Ccircle fill='%23444444' cx='14' cy='20' r='3'%3E%3C/circle%3E %3Ccircle fill='%23444444' cx='34' cy='20' r='3'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.ic-family_education {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23444444' d='M24,43c-7.29,0-13-3.075-13-7V23c0-0.553,0.448-1,1-1h24c0.552,0,1,0.447,1,1v13C37,39.925,31.29,43,24,43z'%3E%3C/path%3E %3Cpath fill='%23444444' d='M44,35c-0.552,0-1-0.447-1-1V19c0-0.553,0.448-1,1-1s1,0.447,1,1v15C45,34.553,44.552,35,44,35z'%3E%3C/path%3E %3Cpath fill='%235B5B5B' d='M24,31c-0.165,0-0.33-0.041-0.479-0.122l-22-12C1.2,18.703,1,18.366,1,18s0.2-0.703,0.521-0.878l22-12 c0.299-0.162,0.659-0.162,0.958,0l22,12C46.8,17.297,47,17.634,47,18s-0.2,0.703-0.521,0.878l-22,12C24.33,30.959,24.165,31,24,31z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-family_music {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23EA9860' d='M16,47C7.72852,47,1,40.271,1,32c0-4.50977,2.01465-8.74072,5.52832-11.60791 c0.42676-0.34814,1.05273-0.28516,1.40234,0.1377C8.70312,21.46436,9.82227,22,11,22c2.20605,0,4-1.79443,4-4 c0-0.31152-0.05078-0.64209-0.1582-1.04053c-0.08887-0.32617-0.00684-0.6748,0.21777-0.92676C17.34277,13.46973,20.60156,12,24,12 c6.61719,0,12,5.3833,12,12c0,3.39893-1.46973,6.65723-4.03223,8.93945c-0.25195,0.22412-0.60156,0.30664-0.92578,0.21875 C30.6416,33.05029,30.31055,33,30,33c-2.20605,0-4,1.79443-4,4c0,1.17871,0.53613,2.29688,1.46973,3.06836 c0.42383,0.3501,0.48535,0.97705,0.1377,1.40332C24.74121,44.98486,20.50977,47,16,47z'%3E%3C/path%3E %3Crect x='30.00021' y='4.68629' transform='matrix(0.70711 0.70711 -0.70711 0.70711 20.68629 -17.94113)' fill='%2387613E' width='3.99957' height='22.62742'%3E%3C/rect%3E %3Ccircle fill='%23444444' cx='24' cy='24' r='5'%3E%3C/circle%3E %3Cpath fill='%23444444' d='M39.87868,11.70711l-3.58579-3.58579c-0.39052-0.39052-0.39052-1.02369,0-1.41421l5.58579-5.58579 c0.39052-0.39052,1.02369-0.39052,1.41421,0l3.58579,3.58579c0.39052,0.39052,0.39052,1.02369,0,1.41421l-5.58579,5.58579 C40.90237,12.09763,40.2692,12.09763,39.87868,11.70711z'%3E%3C/path%3E %3Cpath fill='%2387613E' d='M17,37c-0.25586,0-0.51172-0.09766-0.70703-0.29297l-5-5c-0.39062-0.39062-0.39062-1.02344,0-1.41406 s1.02344-0.39062,1.41406,0l5,5c0.39062,0.39062,0.39062,1.02344,0,1.41406C17.51172,36.90234,17.25586,37,17,37z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-family_pretend {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg%3E%3Ccircle cx='43' cy='22' r='5' fill='%23efa571'%3E%3C/circle%3E%3Ccircle cx='5' cy='22' r='5' fill='%23efa571'%3E%3C/circle%3E%3Ccircle cx='24' cy='24' r='20' fill='%23f8d4b9'%3E%3C/circle%3E%3Cpath d='M28.81,31.768a10.178,10.178,0,0,1-9.62,0,1,1,0,1,0-.962,1.752,12,12,0,0,0,11.544,0,1,1,0,1,0-.962-1.752Z' fill='%23efa571'%3E%3C/path%3E%3Ccircle cx='16.5' cy='20.5' r='2.5' fill='%23444'%3E%3C/circle%3E%3Ccircle cx='31.5' cy='20.5' r='2.5' fill='%23444'%3E%3C/circle%3E%3Cpath d='M27.151,6.058a1,1,0,0,0-1.277.607A2,2,0,0,1,24,8a3,3,0,0,1,0-6,1,1,0,0,0,0-2,5,5,0,0,0,0,10,4,4,0,0,0,3.759-2.665A1,1,0,0,0,27.151,6.058Z' fill='%23ffe699'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-check {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-close {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-face-smile {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M8 14s1.5 2 4 2 4-2 4-2m-1-5h.01M9 9h.01M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-6.5-3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-6 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-face-frown {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2m7-7h.01M9 9h.01M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-6.5-3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-6 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.details {
	display: grid;
	grid-auto-rows: max-content;
	gap: 4px;
	font-size: .875rem;
	border-radius: .5rem;

	dl {
		display: flex;
		background-color: rgb(var(--color-mute) / .5)
	}

	dt {
		font-weight: 700;
		min-width: 144px;
		flex-shrink: 0;
		background-color: rgb(var(--color-mute));
		border-radius: .5rem 0 0 .5rem
	}

	dt,
	dd {
		padding: .5rem .875rem
	}

	dd {
		flex: 1
	}
}

.procon {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));

	.proconbx {
		padding: 1rem 1.25rem 1.25rem;
		border-radius: .5rem;
		position: relative
	}

	.procon-title {
		color: rgb(var(--color-lead));
		font-weight: 500;
		font-size: 1.25rem;
		padding: .25rem 0;
		margin-bottom: 1rem
	}

	.procon-icon {
		width: 2.5rem;
		height: 2.5rem;
		border-radius: .5rem;
		display: grid;
		place-content: center;
		font-size: 1.5rem;
		color: rgb(var(--color-lead));
		inset-inline-end: 0;
		top: 0;
		position: absolute;
		margin: .5rem
	}

	.procon-list {
		font-size: .875rem;
		display: grid;
		grid-auto-rows: max-content;
		gap: 1rem;

		li {
			&::before {
				font-size: 1.25rem
			}
		}
	}

	.probx {
		background-color: rgb(var(--color-lime) / .05);

		.procon-icon {
			background-color: rgb(var(--color-lime) / .2)
		}

		li::before {
			color: rgb(var(--color-lime))
		}
	}

	.conbx {
		background-color: rgb(var(--color-fire) / .05);

		.procon-icon {
			background-color: rgb(var(--color-fire) / .2)
		}

		li::before {
			color: rgb(var(--color-fire))
		}
	}
}

.ic-menu-01 {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12h18M3 6h18M3 18h18'/%3E%3C/svg%3E")
}

.btn-menu.on,
.btn-search.on {
	.block {
		display: none
	}

	.hidden {
		display: block
	}
}

.post {
	grid-auto-rows: max-content;

	.post-thumb {
		margin-bottom: .5rem
	}

	.post-category {
		font-weight: 500;
		color: rgb(var(--color-main))
	}

	.post-title a::after {
		content: '';
		position: absolute;
		inset: 0;
		z-index: 10
	}

	&:hover {
		.post-title {
			color: rgb(var(--color-main))
		}
	}
}

.news-list {
	grid-auto-rows: max-content;
	margin: 0 -.75rem;
	gap: .75rem;

	.post {
		padding: .75rem 1rem;
		border-radius: .5rem;

		&:hover {
			background-color: rgb(var(--color-mute))
		}
	}
}

.text-main {
	color: rgb(var(--color-main))
}

.post-list-page {
	.post {
		margin-bottom: 1rem
	}
}

.featured img {
	width: 100%
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: .5rem;

	.page-numbers {
		background-color: rgb(var(--color-mute));
		display: inline-flex;
		justify-content: center;
		align-items: center;
		min-width: 2.5rem;
		height: 2.5rem;
		font-size: .875rem;
		border-radius: .25rem;
		font-weight: medium;

		&.current,
		&:hover {
			background-color: rgb(var(--color-main));
			color: rgb(var(--color-mute))
		}

		&.current {
			font-weight: 700
		}

		&.prev {
			padding: 0 1rem
		}

		&.next {
			padding: 0 1rem
		}
	}
}

.app-get {
	background-color: rgb(var(--color-mute));
	border-radius: .5rem;

	.app-get-img {
		img {
			border-radius: .5rem .5rem 0 0
		}
	}

	.app-get-box {
		padding: .75rem
	}

	.btn-main {
		color: rgb(var(--color-fore));
		text-decoration: none
	}
}

@media (max-width:768px) {
	body:has(#menu-box.show) {
		overflow: hidden
	}

	#menu-box {
		position: fixed;
		top: var(--header);
		left: 0;
		right: 0;
		z-index: 50;
		background-color: rgb(var(--color-body));
		height: calc(100dvh - var(--header));
		overflow: auto;

		&.show {
			display: block
		}

		&>ul {
			display: grid;
			grid-auto-rows: max-content;
			gap: .5rem;
			padding: .5rem
		}

		&>ul>li>ul {
			display: block;
			position: static;
			border: 0;
			max-height: none;
			width: auto
		}

		.border-t {
			border-top: 0;
			position: static;
			padding: 0 .5rem;

			a {
				background-color: rgb(var(--color-mute))
			}
		}
	}

	#header:has(#search-box.show) {

		.btn-menu,
		.logo {
			visibility: hidden
		}
	}

	#search-box {
		position: absolute;
		inset: .75rem 4rem .75rem .75rem;
		max-width: none;

		&.show {
			display: block
		}

		.btn {
			margin-inline-start: .25rem;
			margin-inline-end: auto;
			inset-inline-end: auto;
			inset-inline-start: 0
		}

		input {
			padding-inline-end: 1rem;
			padding-inline-start: 2.75rem
		}
	}

	.featured {
		margin: 0 -1rem
	}
}

@media (min-width:768px) {
	.featured img {
		border-radius: .25rem
	}

	.btn-menu,
	.btn-search {
		display: none
	}

	#search-box {
		display: block
	}

	.app-get {
		.w-20 {
			width: 96px
		}

		.text-lead {
			font-size: 1.125rem
		}

		.btn-sm {
			font-size: 1rem;
			padding: .5rem 1.25rem;
			min-height: 2.5rem
		}
	}
}

.adsHeight {
	width: 100%;
	height: 252px
}

@media (min-width:356px) {
	.adsHeight {
		width: 100%;
		height: 312px
	}
}

@media (min-width:748px) {
	.adsHeight {
		width: 100%;
		height: 280px
	}
}

.adSidebarHeight {
	width: 100%;
	height: 252px
}

@media (min-width:356px) {
	.adSidebarHeight {
		width: 100%;
		height: 312px
	}
}

@media (min-width:748px) {
	.adSidebarHeight {
		width: 100%;
		height: 600px
	}
}

.details-grid {
	gap: 0;

	.details-ico {
		position: absolute;
		inset-inline-start: .5rem;
		top: .575rem;
		font-size: 1.125rem
	}

	dl {
		border: 1px solid rgb(var(--color-line));
		padding: .5rem;
		padding-inline-start: 2rem;
		position: relative
	}
}

@media (min-width:640px) {
	.details-grid {
		gap: 1rem
	}
}

.ic-list {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 12H9m12-6H9m12 12H9m-4-6a1 1 0 11-2 0 1 1 0 012 0zm0-6a1 1 0 11-2 0 1 1 0 012 0zm0 12a1 1 0 11-2 0 1 1 0 012 0z'/%3E%3C/svg%3E")
}

.ic-cube-01 {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20.5 7.278L12 12m0 0L3.5 7.278M12 12v9.5m9-5.441V7.942c0-.343 0-.514-.05-.667a1 1 0 00-.215-.364c-.109-.119-.258-.202-.558-.368l-7.4-4.111c-.284-.158-.425-.237-.575-.267a1 1 0 00-.403 0c-.15.03-.292.11-.576.267l-7.4 4.11c-.3.167-.45.25-.558.369a1 1 0 00-.215.364C3 7.428 3 7.599 3 7.942v8.117c0 .342 0 .514.05.666a1 1 0 00.215.364c.109.119.258.202.558.368l7.4 4.111c.284.158.425.237.576.268.133.027.27.027.402 0 .15-.031.292-.11.576-.268l7.4-4.11c.3-.167.45-.25.558-.369a.999.999 0 00.215-.364c.05-.152.05-.324.05-.666z'/%3E%3C/svg%3E")
}

.ic-download-cloud-02 {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 17l4 4m0 0l4-4m-4 4v-9m8 4.743A5.5 5.5 0 0016.5 7a.62.62 0 01-.534-.302 7.5 7.5 0 10-11.78 9.096'/%3E%3C/svg%3E")
}

.ic-currency-dollar-circle {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.5 14.667A2.333 2.333 0 0010.833 17H13a2.5 2.5 0 000-5h-2a2.5 2.5 0 010-5h2.167A2.333 2.333 0 0115.5 9.333M12 5.5V7m0 10v1.5M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z'/%3E%3C/svg%3E")
}

.ic-android {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23212121'%3E%3Cpath d='M18.427,8.85,20.338,5.5a1,1,0,0,0-1.738-.99L16.646,7.934a12.022,12.022,0,0,0-9.292,0L5.4,4.505a1,1,0,1,0-1.738.99L5.573,8.85A12,12,0,0,0,0,18H24A12,12,0,0,0,18.427,8.85ZM6,15a1,1,0,1,1,1-1A1,1,0,0,1,6,15Zm12,0a1,1,0,1,1,1-1A1,1,0,0,1,18,15Z' fill='%23212121'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.ic-cpu-chip-01 {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 2v2m6-2v2M9 20v2m6-2v2m5-13h2m-2 5h2M2 9h2m-2 5h2m4.8 6h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 001.311-1.311C20 17.72 20 16.88 20 15.2V8.8c0-1.68 0-2.52-.327-3.162a3 3 0 00-1.311-1.311C17.72 4 16.88 4 15.2 4H8.8c-1.68 0-2.52 0-3.162.327a3 3 0 00-1.311 1.311C4 6.28 4 7.12 4 8.8v6.4c0 1.68 0 2.52.327 3.162a3 3 0 001.311 1.311C6.28 20 7.12 20 8.8 20zm1.8-5h2.8c.56 0 .84 0 1.054-.109a1 1 0 00.437-.437C15 14.24 15 13.96 15 13.4v-2.8c0-.56 0-.84-.109-1.054a1 1 0 00-.437-.437C14.24 9 13.96 9 13.4 9h-2.8c-.56 0-.84 0-1.054.109a1 1 0 00-.437.437C9 9.76 9 10.04 9 10.6v2.8c0 .56 0 .84.109 1.054a1 1 0 00.437.437C9.76 15 10.04 15 10.6 15z'/%3E%3C/svg%3E")
}

.ic-shield-02 {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.302 21.615c.221.13.332.194.488.227.122.026.298.026.42 0 .156-.033.267-.098.488-.227C14.646 20.479 20 16.909 20 12V8.2c0-1.074 0-1.61-.166-1.992a1.746 1.746 0 00-.68-.837c-.34-.24-1.005-.378-2.336-.655-1.467-.305-2.594-.856-3.624-1.653-.494-.382-.74-.573-.934-.625a.842.842 0 00-.52 0c-.194.052-.44.243-.934.625-1.03.797-2.157 1.348-3.624 1.653-1.33.277-1.996.415-2.336.655-.345.244-.512.45-.68.837C4 6.59 4 7.126 4 8.2V12c0 4.909 5.354 8.479 7.302 9.615z'/%3E%3C/svg%3E")
}

#header {
	background: rgb(var(--color-body) / var(--tw-bg-opacity));
	position: sticky;
	top: 0;
	z-index: 30;
}

.btn-download-sm {
	background: rgb(var(--color-line) / var(--tw-bg-opacity));
	padding: 0;
	min-width: 2rem;
	min-height: 2rem;
	font-size: 1rem;
	color: rgb(var(--color-lead) / var(--tw-bg-opacity));
}

.group\/item:hover .btn-download-sm {
	background: rgb(var(--color-main) / var(--tw-bg-opacity));
	color: rgb(var(--color-fore) / var(--tw-bg-opacity));
}

html,
body {
	overflow: visible;
	height: auto;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	position: relative;
}

.btn-download {
	padding: 0;
	position: relative;
	background-color: rgb(var(--color-body));
	color: rgb(var(--color-lead));
	border: 1px solid rgb(var(--color-line));

	&>div {
		padding: .5rem;
		align-items: center;
		gap: .75rem;
		width: 100%;
	}

	.btn-dwn-img {
		width: 4rem;
		border-radius: .5rem;
		overflow: hidden;
	}

	.btn-dwn-txt {
		flex: 1;
		display: flex;
		gap: .75rem;
		align-items: center;

		p {
			display: flex;
			flex-direction: column;
			gap: .25rem;
			flex: 1;

			.btn-dwn-a {
				font-size: .625rem;
				font-weight: 600;
				letter-spacing: .125rem;
				text-transform: uppercase;
				line-height: .75rem;
				opacity: .6;
			}

			.btn-dwn-b {
				font-size: 1rem;
				font-weight: 600;
			}
		}
	}

	.btn-dwn-lnk {
		font-size: .75rem;
		font-weight: 600;
		letter-spacing: .125rem;
		text-transform: uppercase;
		text-decoration: none;
		border-radius: .5rem;
		color: rgb(var(--color-main));
		background: rgb(var(--color-main) / .1);
		border: 1px solid rgb(var(--color-main) / .2);
		padding: .5rem .75rem;
		line-height: 1rem;
		gap: .5rem;
		align-items: center;
		display: flex;
		position: relative;
		animation: heartbeat 1.5s ease-in-out infinite both;

		[class*="ic-"] {
			font-size: 1.375rem;
		}

		&::before {
			content: "";
			position: absolute;
			inset-inline: 0;
			bottom: 0;
			height: 1px;
			background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(var(--color-fore) / .5) 50%, rgba(255, 255, 255, 0) 100%);
		}

		&::after {
			content: "";
			position: absolute;
			inset: 0;
		}
	}

	&:hover {
		color: rgba(var(--color-fore));

		.btn-dwn-lnk {
			background: rgba(var(--color-fore));
			color: rgba(var(--color-main));
		}
	}

	&.type-a {
		margin-inline-start: 4.5rem;

		&>div {
			padding: .75rem;
		}

		.btn-dwn-img {
			position: absolute;
			top: 0;
			inset-inline-start: -4.5rem;
		}

		&:hover {
			.btn-dwn-img {
				transform: scale(1);
			}
		}
	}

	&.type-b {
		&>div {
			padding-inline-end: 1.25rem;
		}
	}

	&.type-c {
		.btn-dwn-img {
			margin-top: -1rem;
		}
	}
}

@media (min-width: 640px) {
	.btn-download .btn-dwn-lnk span {
		display: block;
	}
}


@keyframes heartbeat {
	from {
		transform: scale(1);
		transform-origin: center center;
		animation-timing-function: ease-out;
	}

	10% {
		transform: scale(0.91);
		animation-timing-function: ease-in;
	}

	17% {
		transform: scale(0.98);
		animation-timing-function: ease-out;
	}

	33% {
		transform: scale(0.87);
		animation-timing-function: ease-in;
	}

	45% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}
}

.ic-globe {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M2 12H22M2 12C2 17.5228 6.47715 22 12 22M2 12C2 6.47715 6.47715 2 12 2M22 12C22 17.5228 17.5228 22 12 22M22 12C22 6.47715 17.5228 2 12 2M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22M12 2C9.49872 4.73835 8.07725 8.29203 8 12C8.07725 15.708 9.49872 19.2616 12 22' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.dropdown {
	.dropdown-button {
		border: 1px solid rgb(var(--color-line));
		gap: .375rem;
		padding: .5rem .75rem;
	}

	.dropdown-menu {
		padding: .5rem;

		&.show {
			display: grid;
		}

		.btn {
			font-weight: 500;
			justify-content: start;

			&:hover {
				background-color: rgb(var(--color-line) / .5);
			}
		}
	}
}

#menu-box {
	.dropdown-langs {
		margin: 1rem 1rem 0;
	}
}

footer {
	.dropdown-menu {
		top: auto;
		bottom: 100%;
		margin-top: 0;
		margin-bottom: .5rem;
		max-width: 16rem;
	}
}

@media (min-width: 768px) {
	.dropdown-langs {
		display: block;

		.dropdown-menu {
			width: 16rem;
		}
	}

	#header {
		.dropdown-menu {
			inset-inline-start: auto;
			inset-inline-end: 0;
		}
	}

	#menu-box {
		.dropdown-langs {
			display: none;
		}
	}
}

@media (max-width: 640px) {
	.\@sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.ic-google-play {
	--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23FFC41F' d='M22.058 10.031l-.02-.01-7.21 6.03 7.204 5.93.026-.012 6.147-3.183c2.393-1.238 2.393-4.334 0-5.573l-6.147-3.182z'/%3E%3Cpath fill='%23E83E36' d='M2 26.777c0 2.477 2.99 4.025 5.384 2.787l14.649-7.582-7.204-5.932L2 26.777z'/%3E%3Cpath fill='%234385F4' d='M2 5.487v21.29L14.828 16.05 2 5.487z'/%3E%3Cpath fill='%23009245' d='M22.038 10.021L7.384 2.436C4.99 1.197 2 2.746 2 5.223v.265L14.828 16.05l7.21-6.029z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h28v28H0z' transform='translate(2 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-color: transparent !important;
	background-image: var(--ic);
}

.dropdown-menu li.p-2 {
	padding-top: .5rem;
}

.dwnldbx-btn {
	max-width: 230px;
	border: 2px solid rgb(var(--color-lead));
	padding-block: 1rem;
	padding-inline-start: 1.5rem;
	padding-inline-end: 3rem;

	.dwnldbx-btn-ico {
		font-size: 2rem;
	}

	&:hover {
		background: rgb(var(--color-lead));
		color: rgb(var(--color-fore));
	}

	&.dwnldbx-btn-ggl:hover {
		background: rgb(var(--color-main));
		border-color: rgb(var(--color-main));

		.ic-google-play {
			background: currentColor !important;
			background-image: none;
			--ic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23212121'%3E%3Cpath d='M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
		}
	}

	&.dwnldbx-btn-disabled {
		background: rgb(var(--color-grey));
		color: rgb(var(--color-soft));
		border-color: rgb(var(--color-line));
		pointer-events: none;
		opacity: .8;

		.dwnldbx-btn-ico {
			filter: grayscale(1) opacity(.6)
		}
	}
}

@media (max-width: 768px) {
	#menu-box {
		max-width: 280px;
		gap: 0;

		&.show {
			display: flex;
			flex-direction: column;
			justify-content: start;
			align-items: stretch;
		}

		.dropdown-langs {
			margin: 0;
		}

		&>ul {
			padding: 0;
			gap: 0;

			&>li {
				border-bottom: 1px solid rgb(var(--color-line));

				&>a {
					font-size: 1rem;
					font-weight: 500;
					padding: .75rem 1rem;
					display: flex;
				}
			}
		}

		.dropdown-submenu {
			display: flex;
			flex-wrap: wrap;

			&>a.ic-chevron-down {
				flex: 1;

				&::after {
					display: none;
				}
			}

			.dropdown-button {
				border-width: 0;
				border-inline-start-width: 1px;
				font-size: 1rem;
				border-radius: 0;
				border-color: rgb(var(--color-line));

				&.on {
					span {
						transform: scaleY(-1);
					}
				}
			}

			.dropdown-menu {
				width: 100% !important;
				display: none !important;
				border-top: 1px solid rgb(var(--color-line));
				padding: 0;
				border-radius: 0;

				&>li {
					&:not(.p-2) {
						padding: 0;
					}

					&.p-2 {
						padding: .5rem 1rem 1rem;
					}
				}

				&.show {
					display: block !important;
				}
			}
		}

		.dropdown-langs {
			order: 333;
			border-bottom: 1px solid rgb(var(--color-line));

			.dropdown-button {
				border: 0;
				padding: .75rem 1rem;
				width: 100%;
				border-radius: 0;
				justify-content: start;
				text-align: start;

				.lang-lg {
					font-size: 1rem;
					flex: 1;
				}

				.ic-chevron-down {
					font-size: 1rem;
					margin-inline-end: -.25rem;
					color: rgb(var(--color-subs));
				}

				&::before {
					content: "";
					width: 1px;
					position: absolute;
					inset-inline-end: 2.75rem;
					top: 0;
					bottom: 0;
					background: rgb(var(--color-line));
				}

				&.on {
					.ic-chevron-down {
						transform: scaleY(-1);
					}
				}
			}

			.dropdown-menu {
				border-width: 1px 0 0;
				margin-top: 0;
				border-radius: 0;
			}
		}
	}

	#menu-box.show+.close-menu {
		display: block;
	}

	.close-menu {
		position: fixed;
		background: #000;
		opacity: .5;
		z-index: 40;
		top: var(--header);
		left: 0;
		right: 0;
		bottom: 0;
	}

	.lang-sm {
		display: none;
	}
}

@media (min-width: 640px) {
	.dwnldbx-bot {
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.dropdown-submenu {
		.dropdown-button {
			display: none;
		}
	}

	.lang-lg {
		display: none;
	}

	#menu-box {
		flex: none;
	}

}

@media (min-width: 1200px) {
	#menu-box {
		flex: 1;
	}
}

.screenshots-thumb .aspect-video {
	width: 28.4rem;
}

details summary::-webkit-details-marker {
	display: none;
}

.appmowo-ads {
	margin: 0 -16px;
	display: flex;
	flex-direction: column;
	align-items: center;

	span {
		padding: 0 16px;
	}

	ins {
		width: 100vw !important;
	}
}

.frm-bx {
	container-type: inline-size;
	container-name: frmcnt;

	.frm {
		width: 100%;
		text-decoration: none;
		padding: 1.5rem;
		background-color: #fff;
		border: 1px solid #E9EAEB;
		border-radius: .75rem;
		display: flex;
		flex-direction: column;
		gap: .5rem;
		position: relative;
		font-family: system-ui, -apple-system, BlinkMacSystemFont, Inter, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
		color: #000;
		margin-top: 1.125rem;
		line-height: 1.25;
		min-height: 250px;
	}

	&.frm-bx-drk {
		.frm {
			background: linear-gradient(180deg, #585858 0%, #272727 100%);
			color: #fff;
		}

		.frm-lst {
			color: #D9D9D9;
		}

		.frm-ftr {
			p {
				color: #D9D9D9;
			}
		}
	}

	&.frm-bx-ttl {
		.frm-ttl {
			background-color: #FAFAFA;
			border: 1px solid #E9EAEB;

			border-radius: .75rem;
			padding: .75rem 1.5rem;
			margin: -1rem -1rem 0;
		}
	}
}

.frm-ttl {
	font-size: 1.75rem;
	font-weight: 600;
	text-align: center;
}

.frm-lst {
	font-size: .875rem;
	display: flex;
	justify-content: center;

	&>div {
		padding-inline-start: 1.5rem;
		display: flex;
		flex-direction: column;
		gap: .25rem;

		p {
			display: list-item;
			list-style: decimal;
		}
	}
}

.frm-ftr {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	margin-top: auto;
	text-align: center;

	p {
		font-size: .75rem;
		color: #717680;
	}
}

.frm-btn {
	background-color: #007BFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 6rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 600;
	gap: .5rem;
	padding: .625rem 1.5rem;
	padding-inline-start: 2rem;
	animation-name: pulse;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;

	svg {
		width: 1em;
		height: 1em;
		display: inline-flex;
		font-size: 1.25rem;
		flex-shrink: 0;
	}
}

.frm-lbl {
	font-size: .75rem;
	font-weight: 400;
	color: #717680;
	position: absolute;
	top: -1.375rem;
	inset-inline-end: 0;
	text-transform: uppercase;
}

@keyframes pulse {
	0% {
		transform: scaleX(1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		transform: scaleX(1)
	}
}

@container frmcnt (min-width:336px) {
	.frm-bx {
		.frm {
			min-height: 280px;
			gap: .75rem;
		}
	}

	.frm-lst {
		font-size: 1rem;
	}

	.frm-ftr {
		gap: .75rem;
	}
}

@container frmcnt (min-width:728px) {
	.frm-bx {
		.frm {
			gap: 1rem;
			padding: 2rem;
		}
	}

	.frm-ttl {
		font-size: 2.25rem;
		text-align: start;
	}

	.frm-lst {
		font-size: 1.125rem;
		justify-content: start;

		&>div {
			gap: .5rem;
		}
	}

	.frm-ftr {
		flex-direction: row;
		justify-content: space-between;
		align-items: end;

		p {
			font-size: .875rem;
		}
	}

	.frm-btn {
		min-width: 14rem;
		font-size: 1.125rem;
		padding-block: 1rem;
		order: 999;
	}

	.frm-bx:not(.frm-bx-drk) .frm-ttl {
		margin: -1.5rem -1.5rem 0 !important;
	}
}