img:is([sizes='auto' i], [sizes^='auto,' i]) {
	contain-intrinsic-size: 3000px 1500px;
}

/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

:root {
	--stk-block-width-default-detected: 1290px;
}

/*# sourceURL=ugb-style-css-inline-css */

h1:where(.wp-block-heading).has-background,
h2:where(.wp-block-heading).has-background,
h3:where(.wp-block-heading).has-background,
h4:where(.wp-block-heading).has-background,
h5:where(.wp-block-heading).has-background,
h6:where(.wp-block-heading).has-background {
	padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h1.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h2.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h2.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h3.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h3.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h4.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h4.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h5.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h5.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h6.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h6.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']) {
	rotate: 180deg;
}

.wp-block-image > a,
.wp-block-image > figure > a {
	display: inline-block;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

@media not (prefers-reduced-motion) {
	.wp-block-image img.hide {
		visibility: hidden;
	}

	.wp-block-image img.show {
		animation: show-content-image 0.4s;
	}
}

.wp-block-image[style*='border-radius'] img,
.wp-block-image[style*='border-radius'] > a {
	border-radius: inherit;
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull > a,
.wp-block-image.alignwide > a {
	width: 100%;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image :where(figcaption) {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.wp-block-image.is-style-circle-mask img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or
	(-webkit-mask-image: none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

:root
	:where(
		.wp-block-image.is-style-rounded img,
		.wp-block-image .is-style-rounded img
	) {
	border-radius: 9999px;
}

.wp-block-image figure {
	margin: 0;
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.wp-lightbox-container img {
	cursor: zoom-in;
}

.wp-lightbox-container img:hover + button {
	opacity: 1;
}

.wp-lightbox-container button {
	align-items: center;
	backdrop-filter: blur(16px) saturate(180%);
	background-color: #5a5a5a40;
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	width: 20px;
	z-index: 100;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-container button {
		transition: opacity 0.2s ease;
	}
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto #5a5a5a40;
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px;
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1;
}

.wp-lightbox-container button:focus {
	opacity: 1;
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: #5a5a5a40;
	border: none;
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 100000;
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay
	.close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none;
}

.wp-lightbox-overlay button {
	background: none;
	border: none;
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: 0.9;
	position: absolute;
	width: 100%;
	z-index: 2000000;
}

.wp-lightbox-overlay.active {
	visibility: visible;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-overlay.active {
		animation: turn-on-visibility 0.25s both;
	}

	.wp-lightbox-overlay.active img {
		animation: turn-on-visibility 0.35s both;
	}

	.wp-lightbox-overlay.show-closing-animation:not(.active) {
		animation: turn-off-visibility 0.35s both;
	}

	.wp-lightbox-overlay.show-closing-animation:not(.active) img {
		animation: turn-off-visibility 0.25s both;
	}

	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible;
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in 0.4s;
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none;
	}

	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility 0.4s forwards;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
		animation: none;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
		.lightbox-image-container {
		animation: lightbox-zoom-out 0.4s;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
		.lightbox-image-container
		img {
		animation: none;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
		animation: turn-off-visibility 0.4s forwards;
	}
}

@keyframes show-content-image {
	0% {
		visibility: hidden;
	}

	99% {
		visibility: hidden;
	}

	to {
		visibility: visible;
	}
}

@keyframes turn-on-visibility {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes turn-off-visibility {
	0% {
		opacity: 1;
		visibility: visible;
	}

	99% {
		opacity: 0;
		visibility: visible;
	}

	to {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes lightbox-zoom-in {
	0% {
		transform: translate(
				calc(
					(-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
						var(--wp--lightbox-initial-left-position)
				),
				calc(-50vh + var(--wp--lightbox-initial-top-position))
			)
			scale(var(--wp--lightbox-scale));
	}

	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes lightbox-zoom-out {
	0% {
		transform: translate(-50%, -50%) scale(1);
		visibility: visible;
	}

	99% {
		visibility: visible;
	}

	to {
		transform: translate(
				calc(
					(-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
						var(--wp--lightbox-initial-left-position)
				),
				calc(-50vh + var(--wp--lightbox-initial-top-position))
			)
			scale(var(--wp--lightbox-scale));
		visibility: hidden;
	}
}

ol,
ul {
	box-sizing: border-box;
}

:root :where(.wp-block-list.has-background) {
	padding: 1.25em 2.375em;
}

.is-small-text {
	font-size: 0.875em;
}

.is-regular-text {
	font-size: 1em;
}

.is-large-text {
	font-size: 2.25em;
}

.is-larger-text {
	font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: 0.68;
	margin: 0.05em 0.1em 0 0;
	text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: 0.1em;
}

p.has-drop-cap.has-background {
	overflow: hidden;
}

:root :where(p.has-background) {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

p.has-text-align-left[style*='writing-mode:vertical-lr'],
p.has-text-align-right[style*='writing-mode:vertical-rl'] {
	rotate: 180deg;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: 0.5em;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto;
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
	background-color: initial;
	border-collapse: inherit;
	border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: #0000;
}

.wp-block-table.is-style-stripes {
	border-bottom: 1px solid #f0f0f0;
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color > * {
	border-color: inherit;
}

.wp-block-table table[style*='border-top-color'] tr:first-child,
.wp-block-table table[style*='border-top-color'] tr:first-child td,
.wp-block-table table[style*='border-top-color'] tr:first-child th,
.wp-block-table table[style*='border-top-color'] > *,
.wp-block-table table[style*='border-top-color'] > * td,
.wp-block-table table[style*='border-top-color'] > * th {
	border-top-color: inherit;
}

.wp-block-table table[style*='border-top-color'] tr:not(:first-child) {
	border-top-color: initial;
}

.wp-block-table table[style*='border-right-color'] td:last-child,
.wp-block-table table[style*='border-right-color'] th,
.wp-block-table table[style*='border-right-color'] tr,
.wp-block-table table[style*='border-right-color'] > * {
	border-right-color: inherit;
}

.wp-block-table table[style*='border-bottom-color'] tr:last-child,
.wp-block-table table[style*='border-bottom-color'] tr:last-child td,
.wp-block-table table[style*='border-bottom-color'] tr:last-child th,
.wp-block-table table[style*='border-bottom-color'] > *,
.wp-block-table table[style*='border-bottom-color'] > * td,
.wp-block-table table[style*='border-bottom-color'] > * th {
	border-bottom-color: inherit;
}

.wp-block-table table[style*='border-bottom-color'] tr:not(:last-child) {
	border-bottom-color: initial;
}

.wp-block-table table[style*='border-left-color'] td:first-child,
.wp-block-table table[style*='border-left-color'] th,
.wp-block-table table[style*='border-left-color'] tr,
.wp-block-table table[style*='border-left-color'] > * {
	border-left-color: inherit;
}

.wp-block-table table[style*='border-style'] td,
.wp-block-table table[style*='border-style'] th,
.wp-block-table table[style*='border-style'] tr,
.wp-block-table table[style*='border-style'] > * {
	border-style: inherit;
}

.wp-block-table table[style*='border-width'] td,
.wp-block-table table[style*='border-width'] th,
.wp-block-table table[style*='border-width'] tr,
.wp-block-table table[style*='border-width'] > * {
	border-style: inherit;
	border-width: inherit;
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--color--palette-color-1: var(--theme-palette-color-1, #361039);
	--wp--preset--color--palette-color-2: var(--theme-palette-color-2, #cf538d);
	--wp--preset--color--palette-color-3: var(--theme-palette-color-3, #a397a7);
	--wp--preset--color--palette-color-4: var(--theme-palette-color-4, #ffffff);
	--wp--preset--color--palette-color-5: var(--theme-palette-color-5, #320529);
	--wp--preset--color--palette-color-6: var(--theme-palette-color-6, #f6fbff);
	--wp--preset--color--palette-color-7: var(--theme-palette-color-7, #130611);
	--wp--preset--color--palette-color-8: var(--theme-palette-color-8, #ffffff);
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgb(6, 147, 227) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgb(252, 185, 0) 0%,
		rgb(255, 105, 0) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgb(255, 105, 0) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--gradient--juicy-peach: linear-gradient(
		to right,
		#ffecd2 0%,
		#fcb69f 100%
	);
	--wp--preset--gradient--young-passion: linear-gradient(
		to right,
		#ff8177 0%,
		#ff867a 0%,
		#ff8c7f 21%,
		#f99185 52%,
		#cf556c 78%,
		#b12a5b 100%
	);
	--wp--preset--gradient--true-sunset: linear-gradient(
		to right,
		#fa709a 0%,
		#fee140 100%
	);
	--wp--preset--gradient--morpheus-den: linear-gradient(
		to top,
		#30cfd0 0%,
		#330867 100%
	);
	--wp--preset--gradient--plum-plate: linear-gradient(
		135deg,
		#667eea 0%,
		#764ba2 100%
	);
	--wp--preset--gradient--aqua-splash: linear-gradient(
		15deg,
		#13547a 0%,
		#80d0c7 100%
	);
	--wp--preset--gradient--love-kiss: linear-gradient(
		to top,
		#ff0844 0%,
		#ffb199 100%
	);
	--wp--preset--gradient--new-retrowave: linear-gradient(
		to top,
		#3b41c5 0%,
		#a981bb 49%,
		#ffc8a9 100%
	);
	--wp--preset--gradient--plum-bath: linear-gradient(
		to top,
		#cc208e 0%,
		#6713d2 100%
	);
	--wp--preset--gradient--high-flight: linear-gradient(
		to right,
		#0acffe 0%,
		#495aff 100%
	);
	--wp--preset--gradient--teen-party: linear-gradient(
		-225deg,
		#ff057c 0%,
		#8d0b93 50%,
		#321575 100%
	);
	--wp--preset--gradient--fabled-sunset: linear-gradient(
		-225deg,
		#231557 0%,
		#44107a 29%,
		#ff1361 67%,
		#fff800 100%
	);
	--wp--preset--gradient--arielle-smile: radial-gradient(
		circle 248px at center,
		#16d9e3 0%,
		#30c7ec 47%,
		#46aef7 100%
	);
	--wp--preset--gradient--itmeo-branding: linear-gradient(
		180deg,
		#2af598 0%,
		#009efd 100%
	);
	--wp--preset--gradient--deep-blue: linear-gradient(
		to right,
		#6a11cb 0%,
		#2575fc 100%
	);
	--wp--preset--gradient--strong-bliss: linear-gradient(
		to right,
		#f78ca0 0%,
		#f9748f 19%,
		#fd868c 60%,
		#fe9a8b 100%
	);
	--wp--preset--gradient--sweet-period: linear-gradient(
		to top,
		#3f51b1 0%,
		#5a55ae 13%,
		#7b5fac 25%,
		#8f6aae 38%,
		#a86aa4 50%,
		#cc6b8e 62%,
		#f18271 75%,
		#f3a469 87%,
		#f7c978 100%
	);
	--wp--preset--gradient--purple-division: linear-gradient(
		to top,
		#7028e4 0%,
		#e5b2ca 100%
	);
	--wp--preset--gradient--cold-evening: linear-gradient(
		to top,
		#0c3483 0%,
		#a2b6df 100%,
		#6b8cce 100%,
		#a2b6df 100%
	);
	--wp--preset--gradient--mountain-rock: linear-gradient(
		to right,
		#868f96 0%,
		#596164 100%
	);
	--wp--preset--gradient--desert-hump: linear-gradient(
		to top,
		#c79081 0%,
		#dfa579 100%
	);
	--wp--preset--gradient--ethernal-constance: linear-gradient(
		to top,
		#09203f 0%,
		#537895 100%
	);
	--wp--preset--gradient--happy-memories: linear-gradient(
		-60deg,
		#ff5858 0%,
		#f09819 100%
	);
	--wp--preset--gradient--grown-early: linear-gradient(
		to top,
		#0ba360 0%,
		#3cba92 100%
	);
	--wp--preset--gradient--morning-salad: linear-gradient(
		-225deg,
		#b7f8db 0%,
		#50a7c2 100%
	);
	--wp--preset--gradient--night-call: linear-gradient(
		-225deg,
		#ac32e4 0%,
		#7918f2 48%,
		#4801ff 100%
	);
	--wp--preset--gradient--mind-crawl: linear-gradient(
		-225deg,
		#473b7b 0%,
		#3584a7 51%,
		#30d2be 100%
	);
	--wp--preset--gradient--angel-care: linear-gradient(
		-225deg,
		#ffe29f 0%,
		#ffa99f 48%,
		#ff719a 100%
	);
	--wp--preset--gradient--juicy-cake: linear-gradient(
		to top,
		#e14fad 0%,
		#f9d423 100%
	);
	--wp--preset--gradient--rich-metal: linear-gradient(
		to right,
		#d7d2cc 0%,
		#304352 100%
	);
	--wp--preset--gradient--mole-hall: linear-gradient(
		-20deg,
		#616161 0%,
		#9bc5c3 100%
	);
	--wp--preset--gradient--cloudy-knoxville: linear-gradient(
		120deg,
		#fdfbfb 0%,
		#ebedee 100%
	);
	--wp--preset--gradient--soft-grass: linear-gradient(
		to top,
		#c1dfc4 0%,
		#deecdd 100%
	);
	--wp--preset--gradient--saint-petersburg: linear-gradient(
		135deg,
		#f5f7fa 0%,
		#c3cfe2 100%
	);
	--wp--preset--gradient--everlasting-sky: linear-gradient(
		135deg,
		#fdfcfb 0%,
		#e2d1c3 100%
	);
	--wp--preset--gradient--kind-steel: linear-gradient(
		-20deg,
		#e9defa 0%,
		#fbfcdb 100%
	);
	--wp--preset--gradient--over-sun: linear-gradient(
		60deg,
		#abecd6 0%,
		#fbed96 100%
	);
	--wp--preset--gradient--premium-white: linear-gradient(
		to top,
		#d5d4d0 0%,
		#d5d4d0 1%,
		#eeeeec 31%,
		#efeeec 75%,
		#e9e9e7 100%
	);
	--wp--preset--gradient--clean-mirror: linear-gradient(
		45deg,
		#93a5cf 0%,
		#e4efe9 100%
	);
	--wp--preset--gradient--wild-apple: linear-gradient(
		to top,
		#d299c2 0%,
		#fef9d7 100%
	);
	--wp--preset--gradient--snow-again: linear-gradient(
		to top,
		#e6e9f0 0%,
		#eef1f5 100%
	);
	--wp--preset--gradient--confident-cloud: linear-gradient(
		to top,
		#dad4ec 0%,
		#dad4ec 1%,
		#f3e7e9 100%
	);
	--wp--preset--gradient--glass-water: linear-gradient(
		to top,
		#dfe9f3 0%,
		white 100%
	);
	--wp--preset--gradient--perfect-white: linear-gradient(
		-225deg,
		#e3fdf5 0%,
		#ffe6fa 100%
	);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: clamp(
		22px,
		1.375rem + ((1vw - 3.2px) * 0.625),
		30px
	);
	--wp--preset--font-size--x-large: clamp(
		30px,
		1.875rem + ((1vw - 3.2px) * 1.563),
		50px
	);
	--wp--preset--font-size--xx-large: clamp(
		45px,
		2.813rem + ((1vw - 3.2px) * 2.734),
		80px
	);
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined:
		6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
	--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:root {
	--wp--style--global--content-size: var(--theme-block-max-width);
	--wp--style--global--wide-size: var(--theme-block-wide-max-width);
}

:where(body) {
	margin: 0;
}

.wp-site-blocks > .alignleft {
	float: left;
	margin-right: 2em;
}

.wp-site-blocks > .alignright {
	float: right;
	margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

:where(.wp-site-blocks) > * {
	margin-block-start: var(--theme-content-spacing);
	margin-block-end: 0;
}

:where(.wp-site-blocks) > :first-child {
	margin-block-start: 0;
}

:where(.wp-site-blocks) > :last-child {
	margin-block-end: 0;
}

:root {
	--wp--style--block-gap: var(--theme-content-spacing);
}

:root :where(.is-layout-flow) > :first-child {
	margin-block-start: 0;
}

:root :where(.is-layout-flow) > :last-child {
	margin-block-end: 0;
}

:root :where(.is-layout-flow) > * {
	margin-block-start: var(--theme-content-spacing);
	margin-block-end: 0;
}

:root :where(.is-layout-constrained) > :first-child {
	margin-block-start: 0;
}

:root :where(.is-layout-constrained) > :last-child {
	margin-block-end: 0;
}

:root :where(.is-layout-constrained) > * {
	margin-block-start: var(--theme-content-spacing);
	margin-block-end: 0;
}

:root :where(.is-layout-flex) {
	gap: var(--theme-content-spacing);
}

:root :where(.is-layout-grid) {
	gap: var(--theme-content-spacing);
}

.is-layout-flow > .alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
	display: flex;
}

.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

.is-layout-flex > :is(*, div) {
	margin: 0;
}

body .is-layout-grid {
	display: grid;
}

.is-layout-grid > :is(*, div) {
	margin: 0;
}

body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-palette-color-1-color {
	color: var(--wp--preset--color--palette-color-1) !important;
}

.has-palette-color-2-color {
	color: var(--wp--preset--color--palette-color-2) !important;
}

.has-palette-color-3-color {
	color: var(--wp--preset--color--palette-color-3) !important;
}

.has-palette-color-4-color {
	color: var(--wp--preset--color--palette-color-4) !important;
}

.has-palette-color-5-color {
	color: var(--wp--preset--color--palette-color-5) !important;
}

.has-palette-color-6-color {
	color: var(--wp--preset--color--palette-color-6) !important;
}

.has-palette-color-7-color {
	color: var(--wp--preset--color--palette-color-7) !important;
}

.has-palette-color-8-color {
	color: var(--wp--preset--color--palette-color-8) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-palette-color-1-background-color {
	background-color: var(--wp--preset--color--palette-color-1) !important;
}

.has-palette-color-2-background-color {
	background-color: var(--wp--preset--color--palette-color-2) !important;
}

.has-palette-color-3-background-color {
	background-color: var(--wp--preset--color--palette-color-3) !important;
}

.has-palette-color-4-background-color {
	background-color: var(--wp--preset--color--palette-color-4) !important;
}

.has-palette-color-5-background-color {
	background-color: var(--wp--preset--color--palette-color-5) !important;
}

.has-palette-color-6-background-color {
	background-color: var(--wp--preset--color--palette-color-6) !important;
}

.has-palette-color-7-background-color {
	background-color: var(--wp--preset--color--palette-color-7) !important;
}

.has-palette-color-8-background-color {
	background-color: var(--wp--preset--color--palette-color-8) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-palette-color-1-border-color {
	border-color: var(--wp--preset--color--palette-color-1) !important;
}

.has-palette-color-2-border-color {
	border-color: var(--wp--preset--color--palette-color-2) !important;
}

.has-palette-color-3-border-color {
	border-color: var(--wp--preset--color--palette-color-3) !important;
}

.has-palette-color-4-border-color {
	border-color: var(--wp--preset--color--palette-color-4) !important;
}

.has-palette-color-5-border-color {
	border-color: var(--wp--preset--color--palette-color-5) !important;
}

.has-palette-color-6-border-color {
	border-color: var(--wp--preset--color--palette-color-6) !important;
}

.has-palette-color-7-border-color {
	border-color: var(--wp--preset--color--palette-color-7) !important;
}

.has-palette-color-8-border-color {
	border-color: var(--wp--preset--color--palette-color-8) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(
		--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
	) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(
		--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
	) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(
		--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
	) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(
		--wp--preset--gradient--luminous-vivid-orange-to-vivid-red
	) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(
		--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
	) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-juicy-peach-gradient-background {
	background: var(--wp--preset--gradient--juicy-peach) !important;
}

.has-young-passion-gradient-background {
	background: var(--wp--preset--gradient--young-passion) !important;
}

.has-true-sunset-gradient-background {
	background: var(--wp--preset--gradient--true-sunset) !important;
}

.has-morpheus-den-gradient-background {
	background: var(--wp--preset--gradient--morpheus-den) !important;
}

.has-plum-plate-gradient-background {
	background: var(--wp--preset--gradient--plum-plate) !important;
}

.has-aqua-splash-gradient-background {
	background: var(--wp--preset--gradient--aqua-splash) !important;
}

.has-love-kiss-gradient-background {
	background: var(--wp--preset--gradient--love-kiss) !important;
}

.has-new-retrowave-gradient-background {
	background: var(--wp--preset--gradient--new-retrowave) !important;
}

.has-plum-bath-gradient-background {
	background: var(--wp--preset--gradient--plum-bath) !important;
}

.has-high-flight-gradient-background {
	background: var(--wp--preset--gradient--high-flight) !important;
}

.has-teen-party-gradient-background {
	background: var(--wp--preset--gradient--teen-party) !important;
}

.has-fabled-sunset-gradient-background {
	background: var(--wp--preset--gradient--fabled-sunset) !important;
}

.has-arielle-smile-gradient-background {
	background: var(--wp--preset--gradient--arielle-smile) !important;
}

.has-itmeo-branding-gradient-background {
	background: var(--wp--preset--gradient--itmeo-branding) !important;
}

.has-deep-blue-gradient-background {
	background: var(--wp--preset--gradient--deep-blue) !important;
}

.has-strong-bliss-gradient-background {
	background: var(--wp--preset--gradient--strong-bliss) !important;
}

.has-sweet-period-gradient-background {
	background: var(--wp--preset--gradient--sweet-period) !important;
}

.has-purple-division-gradient-background {
	background: var(--wp--preset--gradient--purple-division) !important;
}

.has-cold-evening-gradient-background {
	background: var(--wp--preset--gradient--cold-evening) !important;
}

.has-mountain-rock-gradient-background {
	background: var(--wp--preset--gradient--mountain-rock) !important;
}

.has-desert-hump-gradient-background {
	background: var(--wp--preset--gradient--desert-hump) !important;
}

.has-ethernal-constance-gradient-background {
	background: var(--wp--preset--gradient--ethernal-constance) !important;
}

.has-happy-memories-gradient-background {
	background: var(--wp--preset--gradient--happy-memories) !important;
}

.has-grown-early-gradient-background {
	background: var(--wp--preset--gradient--grown-early) !important;
}

.has-morning-salad-gradient-background {
	background: var(--wp--preset--gradient--morning-salad) !important;
}

.has-night-call-gradient-background {
	background: var(--wp--preset--gradient--night-call) !important;
}

.has-mind-crawl-gradient-background {
	background: var(--wp--preset--gradient--mind-crawl) !important;
}

.has-angel-care-gradient-background {
	background: var(--wp--preset--gradient--angel-care) !important;
}

.has-juicy-cake-gradient-background {
	background: var(--wp--preset--gradient--juicy-cake) !important;
}

.has-rich-metal-gradient-background {
	background: var(--wp--preset--gradient--rich-metal) !important;
}

.has-mole-hall-gradient-background {
	background: var(--wp--preset--gradient--mole-hall) !important;
}

.has-cloudy-knoxville-gradient-background {
	background: var(--wp--preset--gradient--cloudy-knoxville) !important;
}

.has-soft-grass-gradient-background {
	background: var(--wp--preset--gradient--soft-grass) !important;
}

.has-saint-petersburg-gradient-background {
	background: var(--wp--preset--gradient--saint-petersburg) !important;
}

.has-everlasting-sky-gradient-background {
	background: var(--wp--preset--gradient--everlasting-sky) !important;
}

.has-kind-steel-gradient-background {
	background: var(--wp--preset--gradient--kind-steel) !important;
}

.has-over-sun-gradient-background {
	background: var(--wp--preset--gradient--over-sun) !important;
}

.has-premium-white-gradient-background {
	background: var(--wp--preset--gradient--premium-white) !important;
}

.has-clean-mirror-gradient-background {
	background: var(--wp--preset--gradient--clean-mirror) !important;
}

.has-wild-apple-gradient-background {
	background: var(--wp--preset--gradient--wild-apple) !important;
}

.has-snow-again-gradient-background {
	background: var(--wp--preset--gradient--snow-again) !important;
}

.has-confident-cloud-gradient-background {
	background: var(--wp--preset--gradient--confident-cloud) !important;
}

.has-glass-water-gradient-background {
	background: var(--wp--preset--gradient--glass-water) !important;
}

.has-perfect-white-gradient-background {
	background: var(--wp--preset--gradient--perfect-white) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-xx-large-font-size {
	font-size: var(--wp--preset--font-size--xx-large) !important;
}

/*# sourceURL=global-styles-inline-css */

[data-prefix='single_page'] [class*='ct-container'] > article[class*='post'] {
	--has-boxed: var(--false);
	--has-wide: var(--true);
}

.stk-2ef35eb,
.stk-e4dea21,
.stk-ecbab1b,
.stk-63fe2fd,
.stk-cfad71b,
.stk-d2f61c4,
.stk-57317cc,
.stk-80c47c5,
.stk-f6c9ff2,
.stk-0b5bc03,
.stk-5f568e6,
.stk-3e8a813,
.stk-0a25dcb,
.stk-3e1797c,
.stk-60ec822 {
	margin-bottom: 0px !important;
}

.stk-2ef35eb-column,
.stk-80c47c5-column,
.stk-82ebe56-column {
	flex-wrap: wrap !important;
	--stk-flex-grow: 0 !important
		;
}

.stk-ec17ffc,
.stk-92aa63c {
	align-self: center !important;
}

.stk-45d22e2-container,
.stk-ffb5501-container,
.stk-2ece262-container,
.stk-6d9a36c-container {
	margin-top: 30px !important;
	margin-right: 30px !important;
	margin-bottom: 30px !important;
	margin-left: 30px !important;
}

.stk-45d22e2-inner-blocks,
.stk-ffb5501-inner-blocks,
.stk-2ece262-inner-blocks,
.stk-8d824ec-inner-blocks,
.stk-6d9a36c-inner-blocks {
	justify-content: space-between !important;
}

.stk-45d22e2 {
	background-color: var(--theme-palette-color-5, #320529) !important;
	background-image: url(../images/Casino-banner-1.png) !important;
	background-position: bottom right !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}

.stk-45d22e2:before,
.stk-ffb5501:before,
.stk-2ece262:before {
	background-color: var(--theme-palette-color-5, #320529) !important;
	opacity: 0.3 !important;
}

.stk-ecbab1b .stk-block-text__text {
	font-size: 32px !important;
	color: #ffee5a !important;
	font-weight: 800 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-bc60f03 .stk-block-text__text {
	font-size: 20px !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-5f0e72f-inner-blocks,
.stk-338315c-inner-blocks,
.stk-99b0f37-inner-blocks,
.stk-0d6f779-inner-blocks {
	justify-content: flex-start !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	align-content: center !important;
}

.stk-43e5428 {
	margin-top: 20px !important;
}

:is(.stk-43e5428, .stk-edd05ce, .stk-16d8813, .stk-db197d3, .stk-215ee4a)
	.stk-button {
	padding-right: 35px !important;
	padding-left: 35px !important;
	background: var(--theme-palette-color-2, #cf538d) !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

:is(.stk-43e5428, .stk-edd05ce, .stk-16d8813) .stk-button__inner-text {
	font-size: 26px !important;
	font-weight: 700 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

:is(.stk-19c4f29, .stk-deae209, .stk-4eea569, .stk-5890074)
	.stk-block-text__text {
	font-size: 14px !important;
	color: #7f5170 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-ffb5501 {
	background-color: var(--theme-palette-color-5, #320529) !important;
	background-image: url(../images/dfgsfd.jpg) !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

:is(.stk-63fe2fd, .stk-d2f61c4) .stk-block-text__text {
	font-size: 18px !important;
	color: #7f5170 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

:is(.stk-cfad71b, .stk-57317cc) .stk-block-text__text {
	font-size: 34px !important;
	color: #ffee5a !important;
	font-weight: 800 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-2ece262 {
	background-color: var(--theme-palette-color-5, #320529) !important;
	background-image: url(../images/wesefrwe.jpg) !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.stk-8d824ec-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-8d824ec {
	background-image: url(../images/sdfsadf.jpg) !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.stk-8d824ec:before,
.stk-6d9a36c:before {
	opacity: 0 !important;
}

.stk-f12aec5 .stk--block-align-f12aec5,
.stk-4d7826c .stk--block-align-4d7826c,
.stk-a9ef7df .stk--block-align-a9ef7df {
	align-items: center !important;
}

.stk-f6c9ff2 .stk-block-text__text {
	font-size: 120px !important;
	background-image: linear-gradient(
		180deg,
		rgb(251, 221, 18) 0%,
		rgb(252, 173, 14) 100%
	) !important;
	line-height: 1em !important;
	font-weight: 800 !important;
	font-family: 'Saira Extra Condensed', Sans-serif !important;
}

.stk-0b5bc03 .stk-block-text__text {
	font-size: 70px !important;
	background-image: linear-gradient(
		180deg,
		rgb(255, 255, 255) 1%,
		rgb(233, 233, 233) 100%
	) !important;
	font-weight: 800 !important;
	font-family: 'Saira Extra Condensed', Sans-serif !important;
}

:is(.stk-db197d3, .stk-215ee4a) .stk-button__inner-text {
	font-size: 18px !important;
	font-weight: 700 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-82780dd-container {
	margin-left: 0px !important;
}

.stk-4a8ca6e .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 20px !important;
	width: 20px !important;
}

:is(
		.stk-4a8ca6e,
		.stk-123e6d4,
		.stk-bc5b152,
		.stk-553a794,
		.stk-3b38c72,
		.stk-9d789fa,
		.stk-4d58e89
	)
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child,
:is(
		.stk-4a8ca6e,
		.stk-123e6d4,
		.stk-bc5b152,
		.stk-553a794,
		.stk-3b38c72,
		.stk-9d789fa,
		.stk-4d58e89
	)
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-d474398-inner-blocks {
	justify-content: center !important;
}

.stk-74800a1 .stk-block-text__text {
	font-size: 20px !important;
	color: var(--theme-palette-color-8, #ffffff) !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-92aa63c-container {
	margin-right: 0px !important;
}

.stk-4373411 .stk-button {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	background: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.stk-4373411 .stk-button:before {
	border-style: solid !important;
	border-color: #d8d2d9 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
}

.stk-4373411 .stk-button__inner-text {
	font-size: 14px !important;
	color: #d8d2d9 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-04bb953-horizontal-scroller {
	--stk-column-gap: 15px !important;
	--stk-column-width: 505px !important
		;
}

.stk-d890d64 {
	background-image: url(../images/Screenshot-2024-05-01-145708.jpg) !important;
	min-height: 280px !important;
	align-items: flex-end !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	display: flex !important;
}

:is(.stk-c3f1ea2, .stk-67198d0, .stk-4ed8d80) .stk-button {
	padding-right: 35px !important;
	padding-left: 35px !important;
	background: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

:is(.stk-c3f1ea2, .stk-67198d0, .stk-4ed8d80) .stk-button:before {
	border-style: solid !important;
	border-color: var(--theme-palette-color-8, #ffffff) !important;
}

:is(.stk-c3f1ea2, .stk-67198d0, .stk-4ed8d80)
	.stk-button
	.stk--inner-svg
	svg:last-child,
:is(.stk-c3f1ea2, .stk-67198d0, .stk-4ed8d80)
	.stk-button
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-2, #cf538d) !important;
}

:is(.stk-c3f1ea2, .stk-67198d0, .stk-4ed8d80) .stk-button__inner-text {
	font-size: 18px !important;
	color: var(--theme-palette-color-8, #ffffff) !important;
	font-weight: 500 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-bf145c7 {
	background-image: url(../images/Screenshot-2024-05-01-150624.jpg) !important;
	min-height: 280px !important;
	align-items: flex-end !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	display: flex !important;
}

.stk-840d87a {
	background-image: url(../images/Screenshot-2024-05-01-150808-1.jpg) !important;
	min-height: 280px !important;
	align-items: flex-end !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	display: flex !important;
}

.stk-6d9a36c {
	background-image: url(../images/sdgfsadfAWs.jpg) !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.stk-0a25dcb .stk-block-text__text {
	font-size: 70px !important;
	background-image: linear-gradient(
		180deg,
		rgb(251, 221, 18) 0%,
		rgb(252, 173, 14) 100%
	) !important;
	font-weight: 800 !important;
	font-family: 'Saira Extra Condensed', Sans-serif !important;
}

:is(.stk-3e1797c, .stk-875f098) .stk-block-text__text {
	font-size: 32px !important;
	color: #ffffff !important;
	font-weight: 800 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-b254ddf {
	margin-bottom: 10px !important;
}

.stk-bb70df6,
.stk-3cb4a0d {
	padding-bottom: 24px !important;
	margin-bottom: 0px !important;
}

.stk-d0c28fe,
.stk-abcae28,
.stk-c8fab6a,
.stk-a60f577,
.stk-75aeb4c,
.stk-3169f05 {
	background-color: #260d22 !important;
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
}

.stk-d0c28fe:before,
.stk-abcae28:before,
.stk-c8fab6a:before,
.stk-a60f577:before,
.stk-75aeb4c:before,
.stk-3169f05:before {
	background-color: #260d22 !important;
}

:is(
		.stk-ccb45a3,
		.stk-8197c1b,
		.stk-f9b8d51,
		.stk-eae619d,
		.stk-0474bc4,
		.stk-d9e31ae
	)
	.stk-block-heading__text {
	font-size: 16px !important;
	color: #8b7a90 !important;
	font-weight: 600 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-9aba83c-container,
.stk-74c21b7-container,
.stk-5d49296-container,
.stk-0900c60-container,
.stk-b4ac88f-container,
.stk-3b7cee4-container {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

:is(.stk-82e7b6c, .stk-37e0022) .stk-block-text__text {
	font-size: 16px !important;
	color: #c3bbc6 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

.stk-6e98c20,
.stk-938c564 {
	padding-bottom: 24px !important;
	margin-bottom: 2px !important;
}

.stk-f16fea9 {
	padding-bottom: 24px !important;
	margin-bottom: 1px !important;
}

.stk-b5cec1f {
	padding-bottom: 24px !important;
}

.stk-45d22e2:hover:before,
.stk-ffb5501:hover:before,
.stk-2ece262:hover:before,
.stk-8d824ec:hover:before,
.stk-6d9a36c:hover:before {
	opacity: 0 !important;
}

.stk-4373411 .stk-button:hover:after {
	background: #3f1b44 !important;
	opacity: 1 !important;
}

:where(.stk-hover-parent:hover, .stk-hover-parent.stk--is-hovered)
	:is(.stk-4373411, .stk-c3f1ea2, .stk-67198d0, .stk-4ed8d80)
	.stk-button:after,
:is(.stk-c3f1ea2, .stk-67198d0, .stk-4ed8d80) .stk-button:hover:after {
	background: transparent !important;
	opacity: 1 !important;
}

.stk-d0c28fe:hover,
.stk-d0c28fe:hover:before,
.stk-abcae28:hover,
.stk-abcae28:hover:before,
.stk-c8fab6a:hover,
.stk-c8fab6a:hover:before,
.stk-a60f577:hover,
.stk-a60f577:hover:before,
.stk-75aeb4c:hover,
.stk-75aeb4c:hover:before,
.stk-3169f05:hover,
.stk-3169f05:hover:before {
	background-color: #3f1b44 !important;
}

.stk-ccb45a3:hover .stk-block-heading__text,
.stk-8197c1b:hover .stk-block-heading__text,
.stk-f9b8d51:hover .stk-block-heading__text,
.stk-eae619d:hover .stk-block-heading__text,
.stk-0474bc4:hover .stk-block-heading__text,
.stk-d9e31ae:hover .stk-block-heading__text {
	color: var(--theme-palette-color-8, #ffffff) !important;
}

@media screen and (min-width: 768px) {
	.stk-1fbf7a1 {
		flex: var(--stk-flex-grow, 1) 1
			calc(35% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}

	.stk-a88ef2c {
		flex: var(--stk-flex-grow, 1) 1
			calc(65% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}

	.stk-2a23e39 {
		flex: var(--stk-flex-grow, 1) 1
			calc(6% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}

	.stk-d474398 {
		flex: var(--stk-flex-grow, 1) 1
			calc(94% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-2a23e39 {
		flex: var(--stk-flex-grow, 1) 1
			calc(15% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}

	.stk-d474398 {
		flex: var(--stk-flex-grow, 1) 1
			calc(85% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 1023px) {
	.stk-45d22e2,
	.stk-ffb5501,
	.stk-2ece262 {
		background-position: top center !important;
	}

	:is(.stk-ecbab1b, .stk-f6c9ff2, .stk-0a25dcb) .stk-block-text__text {
		font-size: 52px !important;
	}

	:is(.stk-bc60f03, .stk-3e1797c, .stk-875f098) .stk-block-text__text {
		font-size: 24px !important;
	}

	:is(.stk-43e5428, .stk-edd05ce, .stk-16d8813, .stk-db197d3, .stk-215ee4a)
		.stk-button__inner-text,
	.stk-74800a1 .stk-block-text__text {
		font-size: 20px !important;
	}

	:is(
			.stk-19c4f29,
			.stk-63fe2fd,
			.stk-deae209,
			.stk-d2f61c4,
			.stk-4eea569,
			.stk-5890074
		)
		.stk-block-text__text,
	.stk-4373411 .stk-button__inner-text {
		font-size: 14px !important;
	}

	:is(.stk-cfad71b, .stk-57317cc) .stk-block-text__text {
		font-size: 30px !important;
	}

	.stk-8d824ec,
	.stk-6d9a36c {
		background-position: center left !important;
	}

	.stk-0b5bc03 .stk-block-text__text {
		font-size: 40px !important;
	}

	.stk-04bb953-horizontal-scroller {
		--stk-column-width: 350px !important
			;
	}

	.stk-d890d64,
	.stk-bf145c7,
	.stk-840d87a {
		min-height: 200px !important;
		padding-top: 8px !important;
		padding-right: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 8px !important;
	}

	:is(.stk-c3f1ea2, .stk-67198d0, .stk-4ed8d80) .stk-button {
		padding-top: 8px !important;
		padding-right: 25px !important;
		padding-bottom: 8px !important;
		padding-left: 25px !important;
	}

	:is(.stk-c3f1ea2, .stk-67198d0, .stk-4ed8d80) .stk-button__inner-text {
		font-size: 13px !important;
	}

	:is(
			.stk-ccb45a3,
			.stk-8197c1b,
			.stk-f9b8d51,
			.stk-eae619d,
			.stk-0474bc4,
			.stk-d9e31ae
		)
		.stk-block-heading__text,
	:is(.stk-82e7b6c, .stk-37e0022) .stk-block-text__text {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-45d22e2 {
		align-self: center !important;
		background-image: url(../images/Casino-banner.png) !important;
		background-position: bottom right !important;
		background-repeat: no-repeat !important;
	}

	.stk-45d22e2-inner-blocks {
		align-items: flex-start !important;
	}

	.stk-ecbab1b {
		margin-top: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 0px !important;
		margin-left: 0px !important;
		top: 0px !important;
		right: 0px !important;
		bottom: 0px !important;
		left: 0px !important;
	}

	:is(.stk-ecbab1b, .stk-cfad71b, .stk-57317cc) .stk-block-text__text {
		font-size: 20px !important;
	}

	:is(.stk-bc60f03, .stk-3e1797c, .stk-875f098) .stk-block-text__text {
		font-size: 15px !important;
	}

	.stk-5f0e72f-inner-blocks,
	.stk-338315c-inner-blocks,
	.stk-99b0f37-inner-blocks,
	.stk-0d6f779-inner-blocks {
		row-gap: 10px !important;
	}

	:is(
			.stk-43e5428,
			.stk-edd05ce,
			.stk-16d8813,
			.stk-db197d3,
			.stk-c3f1ea2,
			.stk-67198d0,
			.stk-4ed8d80,
			.stk-215ee4a
		)
		.stk-button {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	:is(
			.stk-43e5428,
			.stk-edd05ce,
			.stk-16d8813,
			.stk-db197d3,
			.stk-c3f1ea2,
			.stk-67198d0,
			.stk-4ed8d80,
			.stk-215ee4a
		)
		.stk-button__inner-text {
		font-size: 13px !important;
	}

	:is(
			.stk-19c4f29,
			.stk-63fe2fd,
			.stk-deae209,
			.stk-d2f61c4,
			.stk-4eea569,
			.stk-5890074
		)
		.stk-block-text__text {
		font-size: 10px !important;
	}

	:is(.stk-f6c9ff2, .stk-0b5bc03, .stk-0a25dcb) .stk-block-text__text {
		font-size: 35px !important;
	}

	.stk-82780dd {
		flex: var(--stk-flex-grow, 1) 1
			calc(60% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}

	.stk-2a23e39 {
		flex: var(--stk-flex-grow, 1) 1
			calc(20% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}

	.stk-d474398 {
		flex: var(--stk-flex-grow, 1) 1
			calc(80% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}

	.stk-74800a1 .stk-block-text__text {
		font-size: 16px !important;
	}

	.stk-92aa63c {
		flex: var(--stk-flex-grow, 1) 1
			calc(40% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.hover-play {
	/* Properties for the default state */
	opacity: 0;
	/* Hide the element initially */
	transition: opacity 0.3s ease;
	/* Smooth transition */
}

.hover-play:hover {
	/* Properties for the hover state */
	opacity: 1;
	/* Make the element visible on hover */
}

.hero-heading {
	background: linear-gradient(180deg, #ffe600 0%, #ffa800 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

@media screen and (max-width: 767px) {
	.hero-heading {
		line-height: 1.1;
		font-size: 20px !important;
	}
}

.stk-2bd9c78 .stk--block-align-2bd9c78 {
	align-items: center !important;
}

.stk-bfef133 {
	margin-bottom: 0px !important;
}

.stk-5910dbc-container {
	margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
	.stk-5910dbc {
		flex: var(--stk-flex-grow, 1) 1
			calc(60% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-fd6e6d1 .stk--block-align-fd6e6d1 {
	align-items: center !important;
}

@media screen and (min-width: 768px) {
	.stk-681aaae {
		flex: var(--stk-flex-grow, 1) 1
			calc(6% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-681aaae {
		flex: var(--stk-flex-grow, 1) 1
			calc(15% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-681aaae {
		flex: var(--stk-flex-grow, 1) 1
			calc(20% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-9c48299 .stk-img-wrapper {
	width: 100% !important;
}

.stk-a81fa83-inner-blocks {
	justify-content: center !important;
}

@media screen and (min-width: 768px) {
	.stk-a81fa83 {
		flex: var(--stk-flex-grow, 1) 1
			calc(94% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-a81fa83 {
		flex: var(--stk-flex-grow, 1) 1
			calc(85% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-a81fa83 {
		flex: var(--stk-flex-grow, 1) 1
			calc(80% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-fe782b0 .stk-block-text__text {
	font-size: 20px !important;
	color: var(--theme-palette-color-8, #ffffff) !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-fe782b0 .stk-block-text__text {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-fe782b0 .stk-block-text__text {
		font-size: 16px !important;
	}
}

.stk-3a50911-container {
	margin-right: 0px !important;
}

.stk-3a50911 {
	align-self: center !important;
}

@media screen and (max-width: 767px) {
	.stk-3a50911 {
		flex: var(--stk-flex-grow, 1) 1
			calc(40% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-9ec5967 .stk-button {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	background: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.stk-9ec5967 .stk-button:hover:after {
	background: #3f1b44 !important;
	opacity: 1 !important;
}

:where(.stk-hover-parent:hover, .stk-hover-parent.stk--is-hovered)
	.stk-9ec5967
	.stk-button:after {
	background: transparent !important;
	opacity: 1 !important;
}

.stk-9ec5967 .stk-button:before {
	border-style: solid !important;
	border-color: #d8d2d9 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
}

.stk-9ec5967 .stk-button__inner-text {
	font-size: 14px !important;
	color: #d8d2d9 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-9ec5967 .stk-button__inner-text {
		font-size: 14px !important;
	}
}

.stk-271c6af {
	margin-bottom: 0px !important;
}

.stk-2e1fd0c-horizontal-scroller {
	--stk-column-gap: 15px !important;
	--stk-column-width: 210px !important
																					;
}

.stk-d1dc1f3-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-d1dc1f3 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-2c7db95 {
	background-color: #00000000 !important;
	background-image: url(../images/1711728296839_450x300ex40goldencoins-1.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-2c7db95:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-15e4f50-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-15e4f50 {
	background-color: #00000000 !important;
}

.stk-15e4f50:hover {
	background-color: #42002d80 !important;
}

.stk-15e4f50:before {
	background-color: #00000000 !important;
}

.stk-15e4f50:hover:before {
	background-color: #42002d80 !important;
}

.stk-e35e920 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-e35e920 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-e35e920
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-5800981 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-5800981 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-108fcbb-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-108fcbb {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-0ea532d {
	background-color: #00000000 !important;
	background-image: url(../images/download.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-0ea532d:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-953339d-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-953339d {
	background-color: #00000000 !important;
}

.stk-953339d:hover {
	background-color: #42002d80 !important;
}

.stk-953339d:before {
	background-color: #00000000 !important;
}

.stk-953339d:hover:before {
	background-color: #42002d80 !important;
}

.stk-800a244 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-800a244 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-800a244
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-c1beba3 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-c1beba3 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-7b58d64-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-7b58d64 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-8764663 {
	background-color: #00000000 !important;
	background-image: url(../images/download-1.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-8764663:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-b5ce63d-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-b5ce63d {
	background-color: #00000000 !important;
}

.stk-b5ce63d:hover {
	background-color: #42002d80 !important;
}

.stk-b5ce63d:before {
	background-color: #00000000 !important;
}

.stk-b5ce63d:hover:before {
	background-color: #42002d80 !important;
}

.stk-bc4af4e .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-bc4af4e .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-bc4af4e
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-bbe6cc6 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-bbe6cc6 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-2ccd2f4-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-2ccd2f4 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-177666a {
	background-color: #00000000 !important;
	background-image: url(../images/download-2.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-177666a:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-26f43c6-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-26f43c6 {
	background-color: #00000000 !important;
}

.stk-26f43c6:hover {
	background-color: #42002d80 !important;
}

.stk-26f43c6:before {
	background-color: #00000000 !important;
}

.stk-26f43c6:hover:before {
	background-color: #42002d80 !important;
}

.stk-738daf2 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-738daf2 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-738daf2
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-d2bbd6a .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-d2bbd6a .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-974b398-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-974b398 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-32fbef5 {
	background-color: #51083b !important;
	background-image: url(../images/malina-gold-with-questions-1.svg) !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-32fbef5:before {
	background-color: #51083b !important;
	opacity: 0.5 !important;
}

.stk-ab41c8e-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-ab41c8e {
	background-color: #00000000 !important;
}

.stk-ab41c8e:hover {
	background-color: #42002d80 !important;
}

.stk-ab41c8e:before {
	background-color: #00000000 !important;
}

.stk-ab41c8e:hover:before {
	background-color: #42002d80 !important;
}

.stk-e0617a3 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-e0617a3 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-e0617a3
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-41994e3 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-41994e3 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-c44cf12-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-c44cf12 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-6433211 {
	background-color: #00000000 !important;
	background-image: url(../images/image_0ddb7cf5b24352e22b107f7673f7ed1d8-1.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-6433211:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-f3e38bb-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-f3e38bb {
	background-color: #00000000 !important;
}

.stk-f3e38bb:hover {
	background-color: #42002d80 !important;
}

.stk-f3e38bb:before {
	background-color: #00000000 !important;
}

.stk-f3e38bb:hover:before {
	background-color: #42002d80 !important;
}

.stk-2c234c4 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-2c234c4 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-2c234c4
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-a94dc94 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-a94dc94 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-0e5baef-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-0e5baef {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-a5ed59b {
	background-color: #00000000 !important;
	background-image: url(../images/download-4.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-a5ed59b:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-2ce117f-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-2ce117f {
	background-color: #00000000 !important;
}

.stk-2ce117f:hover {
	background-color: #42002d80 !important;
}

.stk-2ce117f:before {
	background-color: #00000000 !important;
}

.stk-2ce117f:hover:before {
	background-color: #42002d80 !important;
}

.stk-f75e35c .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-f75e35c .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-f75e35c
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-854803a .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-854803a .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-530e65a .stk--block-align-530e65a {
	align-items: center !important;
}

.stk-c4e63d6 {
	margin-bottom: 0px !important;
}

.stk-8d84a8d-container {
	margin-left: 0px !important;
}

.stk-8d84a8d-inner-blocks {
	justify-content: center !important;
}

@media screen and (max-width: 767px) {
	.stk-8d84a8d {
		flex: var(--stk-flex-grow, 1) 1
			calc(60% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-7862471 .stk--block-align-7862471 {
	align-items: center !important;
}

.stk-40c7a82 .stk-block-text__text {
	font-size: 20px !important;
	color: var(--theme-palette-color-8, #ffffff) !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-40c7a82 .stk-block-text__text {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-40c7a82 .stk-block-text__text {
		font-size: 16px !important;
	}
}

.stk-6c2dfcf-container {
	margin-right: 0px !important;
}

.stk-6c2dfcf {
	align-self: center !important;
}

@media screen and (max-width: 767px) {
	.stk-6c2dfcf {
		flex: var(--stk-flex-grow, 1) 1
			calc(40% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-b659d38 .stk-button {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	background: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.stk-b659d38 .stk-button:hover:after {
	background: #3f1b44 !important;
	opacity: 1 !important;
}

:where(.stk-hover-parent:hover, .stk-hover-parent.stk--is-hovered)
	.stk-b659d38
	.stk-button:after {
	background: transparent !important;
	opacity: 1 !important;
}

.stk-b659d38 .stk-button:before {
	border-style: solid !important;
	border-color: #d8d2d9 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
}

.stk-b659d38 .stk-button__inner-text {
	font-size: 14px !important;
	color: #d8d2d9 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-b659d38 .stk-button__inner-text {
		font-size: 14px !important;
	}
}

.stk-05ef057 {
	margin-bottom: 0px !important;
}

.stk-02a37f6-horizontal-scroller {
	--stk-column-gap: 12px !important;
	--stk-column-width: 380px !important
																					;
}

.stk-3b3d008-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-9185398-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-8bcfbb5-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-0374219-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-bf98082 .stk--block-align-bf98082 {
	align-items: center !important;
}

.stk-e5b0072 {
	margin-bottom: 0px !important;
}

.stk-8dbd7b3-container {
	margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
	.stk-8dbd7b3 {
		flex: var(--stk-flex-grow, 1) 1
			calc(60% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-d0c9a1a .stk--block-align-d0c9a1a {
	align-items: center !important;
}

@media screen and (min-width: 768px) {
	.stk-5cd3978 {
		flex: var(--stk-flex-grow, 1) 1
			calc(6% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-5cd3978 {
		flex: var(--stk-flex-grow, 1) 1
			calc(15% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-5cd3978 {
		flex: var(--stk-flex-grow, 1) 1
			calc(20% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-764238a .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 20px !important;
	width: 20px !important;
}

.stk-764238a .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-764238a
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-b2ffbfd-inner-blocks {
	justify-content: center !important;
}

@media screen and (min-width: 768px) {
	.stk-b2ffbfd {
		flex: var(--stk-flex-grow, 1) 1
			calc(94% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-b2ffbfd {
		flex: var(--stk-flex-grow, 1) 1
			calc(85% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-b2ffbfd {
		flex: var(--stk-flex-grow, 1) 1
			calc(80% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-bcbaa41 .stk-block-text__text {
	font-size: 20px !important;
	color: var(--theme-palette-color-8, #ffffff) !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-bcbaa41 .stk-block-text__text {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-bcbaa41 .stk-block-text__text {
		font-size: 16px !important;
	}
}

.stk-1a53621-container {
	margin-right: 0px !important;
}

.stk-1a53621 {
	align-self: center !important;
}

@media screen and (max-width: 767px) {
	.stk-1a53621 {
		flex: var(--stk-flex-grow, 1) 1
			calc(40% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-18e8240 .stk-button {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	background: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.stk-18e8240 .stk-button:hover:after {
	background: #3f1b44 !important;
	opacity: 1 !important;
}

:where(.stk-hover-parent:hover, .stk-hover-parent.stk--is-hovered)
	.stk-18e8240
	.stk-button:after {
	background: transparent !important;
	opacity: 1 !important;
}

.stk-18e8240 .stk-button:before {
	border-style: solid !important;
	border-color: #d8d2d9 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
}

.stk-18e8240 .stk-button__inner-text {
	font-size: 14px !important;
	color: #d8d2d9 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-18e8240 .stk-button__inner-text {
		font-size: 14px !important;
	}
}

.stk-f911c6a {
	margin-bottom: 0px !important;
}

.stk-38c6a56-horizontal-scroller {
	--stk-column-gap: 15px !important;
	--stk-column-width: 141px !important
																					;
}

.stk-0297c7c-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-0297c7c {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-eeeb011 {
	background-color: #00000000 !important;
	background-image: url(../images/download-6.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-eeeb011:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-b2c2d1a-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-b2c2d1a {
	background-color: #00000000 !important;
}

.stk-b2c2d1a:hover {
	background-color: #42002d80 !important;
}

.stk-b2c2d1a:before {
	background-color: #00000000 !important;
}

.stk-b2c2d1a:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-b2c2d1a-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-7528098 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-7528098 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-7528098
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-981c89e .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-981c89e .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-b3b5ee9-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-b3b5ee9 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-1a50c7e {
	background-color: #00000000 !important;
	background-image: url(../images/download-7.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-1a50c7e:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-3f3e518-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-3f3e518 {
	background-color: #00000000 !important;
}

.stk-3f3e518:hover {
	background-color: #42002d80 !important;
}

.stk-3f3e518:before {
	background-color: #00000000 !important;
}

.stk-3f3e518:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-3f3e518-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-08169e2 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-08169e2 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-08169e2
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-9498271 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-9498271 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-bea980a-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-bea980a {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-b0094fc {
	background-color: #00000000 !important;
	background-image: url(../images/download-8.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-b0094fc:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-b4839e6-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-b4839e6 {
	background-color: #00000000 !important;
}

.stk-b4839e6:hover {
	background-color: #42002d80 !important;
}

.stk-b4839e6:before {
	background-color: #00000000 !important;
}

.stk-b4839e6:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-b4839e6-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-10947c0 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-10947c0 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-10947c0
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-692f6d9 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-692f6d9 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-8080156-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-8080156 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-55098bc {
	background-color: #00000000 !important;
	background-image: url(../images/download-9.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-55098bc:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-1a98c45-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-1a98c45 {
	background-color: #00000000 !important;
}

.stk-1a98c45:hover {
	background-color: #42002d80 !important;
}

.stk-1a98c45:before {
	background-color: #00000000 !important;
}

.stk-1a98c45:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-1a98c45-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-4519970 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-4519970 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-4519970
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-1d0dec1 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-1d0dec1 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-2edc15f-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-2edc15f {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-f5764dc {
	background-color: #00000000 !important;
	background-image: url(../images/download-10.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-f5764dc:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-68b60ab-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-68b60ab {
	background-color: #00000000 !important;
}

.stk-68b60ab:hover {
	background-color: #42002d80 !important;
}

.stk-68b60ab:before {
	background-color: #00000000 !important;
}

.stk-68b60ab:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-68b60ab-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-e32ef2f .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-e32ef2f .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-e32ef2f
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-b719d8d .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-b719d8d .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-de87d1d-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-de87d1d {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-6784bfc {
	background-color: #00000000 !important;
	background-image: url(../images/download-11.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-6784bfc:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-5a7ad77-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-5a7ad77 {
	background-color: #00000000 !important;
}

.stk-5a7ad77:hover {
	background-color: #42002d80 !important;
}

.stk-5a7ad77:before {
	background-color: #00000000 !important;
}

.stk-5a7ad77:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-5a7ad77-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-141c93d .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-141c93d .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-141c93d
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-4623511 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-4623511 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-1d3bb45-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-1d3bb45 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-ace08b3 {
	background-color: #00000000 !important;
	background-image: url(../images/1710773603483_lucky-ball-roulette-400x600-1.svg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-ace08b3:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-66ae585-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-66ae585 {
	background-color: #00000000 !important;
}

.stk-66ae585:hover {
	background-color: #42002d80 !important;
}

.stk-66ae585:before {
	background-color: #00000000 !important;
}

.stk-66ae585:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-66ae585-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-3a299bf .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-3a299bf .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-3a299bf
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-0c1cd0e .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-0c1cd0e .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-351025b-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-351025b {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-b6dc18a {
	background-color: #00000000 !important;
	background-image: url(../images/1712313833106_lightningrouletteanimatedthumbnail400x600202404.svg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-b6dc18a:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-f7a8393-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-f7a8393 {
	background-color: #00000000 !important;
}

.stk-f7a8393:hover {
	background-color: #42002d80 !important;
}

.stk-f7a8393:before {
	background-color: #00000000 !important;
}

.stk-f7a8393:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-f7a8393-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-0962b38 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-0962b38 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-0962b38
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-94db81f .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-94db81f .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-3f66a50-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-3f66a50 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-b5c17ad {
	background-color: #00000000 !important;
	background-image: url(../images/1644316653866_400x600monopolylive.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-b5c17ad:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-5ce2c0f-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-5ce2c0f {
	background-color: #00000000 !important;
}

.stk-5ce2c0f:hover {
	background-color: #42002d80 !important;
}

.stk-5ce2c0f:before {
	background-color: #00000000 !important;
}

.stk-5ce2c0f:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-5ce2c0f-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-bba4fb9 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-bba4fb9 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-bba4fb9
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-653238e .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-653238e .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-0972abb-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-0972abb {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-88923db {
	background-color: #00000000 !important;
	background-image: url(../images/1692003525271_400x600goldvaultroulette.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-88923db:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-d4d473b-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-d4d473b {
	background-color: #00000000 !important;
}

.stk-d4d473b:hover {
	background-color: #42002d80 !important;
}

.stk-d4d473b:before {
	background-color: #00000000 !important;
}

.stk-d4d473b:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-d4d473b-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-4ccff85 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-4ccff85 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-4ccff85
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-f2e1c86 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-f2e1c86 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-a9c2e61 {
	--gap: 15px !important;
	--button-offset: -20px !important
																					;
}

.stk-a9c2e61 .stk-block-carousel__button {
	background: #3f1b44 !important;
	fill: #a397a7 !important;
	border-radius: 0px !important;
}

.stk-a9c2e61 .stk-block-carousel__button:hover {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-90b2ba7-horizontal-scroller {
	--stk-column-gap: 15px !important;
	--stk-column-width: 141px !important
																												;
}

.stk-d6e03e9-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-d6e03e9 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-b8e6101 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0ae6e3203e0ac7dfe9360d8c547d74ce0.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-b8e6101:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-adcda0f-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-adcda0f {
	background-color: #00000000 !important;
}

.stk-adcda0f:hover {
	background-color: #42002d80 !important;
}

.stk-adcda0f:before {
	background-color: #00000000 !important;
}

.stk-adcda0f:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-adcda0f-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-8696369 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-8696369 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-8696369
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-612260f .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-612260f .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-6d1ce6d-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-6d1ce6d {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-59388fd {
	background-color: #00000000 !important;
	background-image: url(../images/1707485978159_400x600heartshighway.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-59388fd:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-881eb37-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-881eb37 {
	background-color: #00000000 !important;
}

.stk-881eb37:hover {
	background-color: #42002d80 !important;
}

.stk-881eb37:before {
	background-color: #00000000 !important;
}

.stk-881eb37:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-881eb37-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-181bd30 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-181bd30 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-181bd30
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-d9de017 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-d9de017 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-0e4624b-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-0e4624b {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-43d1d8f {
	background-color: #00000000 !important;
	background-image: url(../images/1673939412267_400x600heartsdesire.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-43d1d8f:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-931d036-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-931d036 {
	background-color: #00000000 !important;
}

.stk-931d036:hover {
	background-color: #42002d80 !important;
}

.stk-931d036:before {
	background-color: #00000000 !important;
}

.stk-931d036:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-931d036-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-20df63d .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-20df63d .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-20df63d
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-f6f6cfc .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-f6f6cfc .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-757e8ac-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-757e8ac {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-b6a48b6 {
	background-color: #00000000 !important;
	background-image: url(../images/1687859479709_400x600777strike.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-b6a48b6:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-3db3696-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-3db3696 {
	background-color: #00000000 !important;
}

.stk-3db3696:hover {
	background-color: #42002d80 !important;
}

.stk-3db3696:before {
	background-color: #00000000 !important;
}

.stk-3db3696:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-3db3696-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-c84dbf0 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-c84dbf0 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-c84dbf0
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-fca0302 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-fca0302 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-6ed73d5-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-6ed73d5 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-ff52e2f {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_04a29fd21f7b5082afc8b4907ccb404a9.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-ff52e2f:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-1b12db1-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-1b12db1 {
	background-color: #00000000 !important;
}

.stk-1b12db1:hover {
	background-color: #42002d80 !important;
}

.stk-1b12db1:before {
	background-color: #00000000 !important;
}

.stk-1b12db1:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-1b12db1-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-3df7182 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-3df7182 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-3df7182
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-fe66a14 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-fe66a14 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-a3f8985-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-a3f8985 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-a544c0e {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_03df25a1a98936a18ea70c38674f8a5ad.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-a544c0e:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-d5f30de-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-d5f30de {
	background-color: #00000000 !important;
}

.stk-d5f30de:hover {
	background-color: #42002d80 !important;
}

.stk-d5f30de:before {
	background-color: #00000000 !important;
}

.stk-d5f30de:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-d5f30de-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-af52b7a .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-af52b7a .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-af52b7a
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-5e477d3 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-5e477d3 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-d2de417-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-d2de417 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-2538d6a {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0d433c5452aceb9b602112cae1f8d646b.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-2538d6a:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-caba07d-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-caba07d {
	background-color: #00000000 !important;
}

.stk-caba07d:hover {
	background-color: #42002d80 !important;
}

.stk-caba07d:before {
	background-color: #00000000 !important;
}

.stk-caba07d:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-caba07d-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-7e427e2 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-7e427e2 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-7e427e2
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-2a30d7f .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-2a30d7f .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-502012e-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-502012e {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-c778af0 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0a03b52a59d777cb2a2c2dbb29d56ecbf.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-c778af0:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-fece9ea-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-fece9ea {
	background-color: #00000000 !important;
}

.stk-fece9ea:hover {
	background-color: #42002d80 !important;
}

.stk-fece9ea:before {
	background-color: #00000000 !important;
}

.stk-fece9ea:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-fece9ea-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-1f0215d .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-1f0215d .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-1f0215d
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-f0e21b4 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-f0e21b4 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-312772e-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-312772e {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-e4ce159 {
	background-color: #00000000 !important;
	background-image: url(../images/1640873311415_600900max.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-e4ce159:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-1828166-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-1828166 {
	background-color: #00000000 !important;
}

.stk-1828166:hover {
	background-color: #42002d80 !important;
}

.stk-1828166:before {
	background-color: #00000000 !important;
}

.stk-1828166:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-1828166-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-31d77f5 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-31d77f5 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-31d77f5
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-df23cfb .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-df23cfb .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-b8c5a32-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-b8c5a32 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-aa45dac {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_06e47b8380de72a92018e6fbc1a3467de.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-aa45dac:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-5fb48be-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-5fb48be {
	background-color: #00000000 !important;
}

.stk-5fb48be:hover {
	background-color: #42002d80 !important;
}

.stk-5fb48be:before {
	background-color: #00000000 !important;
}

.stk-5fb48be:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-5fb48be-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-77f3886 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-77f3886 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-77f3886
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-65979a6 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-65979a6 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-41de05f-horizontal-scroller {
	--stk-column-gap: 15px !important;
	--stk-column-width: 141px !important
																												;
}

.stk-a10ac5d-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-a10ac5d {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-b9290a2 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0ae6e3203e0ac7dfe9360d8c547d74ce0.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-b9290a2:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-19601d7-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-19601d7 {
	background-color: #00000000 !important;
}

.stk-19601d7:hover {
	background-color: #42002d80 !important;
}

.stk-19601d7:before {
	background-color: #00000000 !important;
}

.stk-19601d7:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-19601d7-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-791456e .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-791456e .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-791456e
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-cd8aa29 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-cd8aa29 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-b587feb-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-b587feb {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-02c969c {
	background-color: #00000000 !important;
	background-image: url(../images/1707485978159_400x600heartshighway.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-02c969c:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-b01798b-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-b01798b {
	background-color: #00000000 !important;
}

.stk-b01798b:hover {
	background-color: #42002d80 !important;
}

.stk-b01798b:before {
	background-color: #00000000 !important;
}

.stk-b01798b:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-b01798b-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-e9139f6 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-e9139f6 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-e9139f6
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-c846a32 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-c846a32 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-f269e11-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-f269e11 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-3961f4f {
	background-color: #00000000 !important;
	background-image: url(../images/1673939412267_400x600heartsdesire.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-3961f4f:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-5231ccb-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-5231ccb {
	background-color: #00000000 !important;
}

.stk-5231ccb:hover {
	background-color: #42002d80 !important;
}

.stk-5231ccb:before {
	background-color: #00000000 !important;
}

.stk-5231ccb:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-5231ccb-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-41aef95 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-41aef95 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-41aef95
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-ab7fe5b .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-ab7fe5b .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-5259703-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-5259703 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-bfdfa62 {
	background-color: #00000000 !important;
	background-image: url(../images/1687859479709_400x600777strike.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-bfdfa62:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-868bd24-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-868bd24 {
	background-color: #00000000 !important;
}

.stk-868bd24:hover {
	background-color: #42002d80 !important;
}

.stk-868bd24:before {
	background-color: #00000000 !important;
}

.stk-868bd24:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-868bd24-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-f39e395 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-f39e395 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-f39e395
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-6d71872 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-6d71872 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-f92d748-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-f92d748 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-b5b1a63 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_03df25a1a98936a18ea70c38674f8a5ad.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-b5b1a63:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-7d9e2a7-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-7d9e2a7 {
	background-color: #00000000 !important;
}

.stk-7d9e2a7:hover {
	background-color: #42002d80 !important;
}

.stk-7d9e2a7:before {
	background-color: #00000000 !important;
}

.stk-7d9e2a7:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-7d9e2a7-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-6f91903 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-6f91903 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-6f91903
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-6be7050 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-6be7050 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-4a1b4c3-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-4a1b4c3 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-aea9510 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_04a29fd21f7b5082afc8b4907ccb404a9.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-aea9510:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-6ce842a-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-6ce842a {
	background-color: #00000000 !important;
}

.stk-6ce842a:hover {
	background-color: #42002d80 !important;
}

.stk-6ce842a:before {
	background-color: #00000000 !important;
}

.stk-6ce842a:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-6ce842a-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-d540b11 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-d540b11 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-d540b11
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-c8c7a87 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-c8c7a87 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-331ec42-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-331ec42 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-8621419 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0d433c5452aceb9b602112cae1f8d646b.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-8621419:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-6dda8c6-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-6dda8c6 {
	background-color: #00000000 !important;
}

.stk-6dda8c6:hover {
	background-color: #42002d80 !important;
}

.stk-6dda8c6:before {
	background-color: #00000000 !important;
}

.stk-6dda8c6:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-6dda8c6-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-c5ff8bc .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-c5ff8bc .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-c5ff8bc
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-d3d88f3 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-d3d88f3 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-529138b-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-529138b {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-defe08a {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0edb0b4ebdf4e283ab07758120300a99f-1.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-defe08a:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-4842ad7-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-4842ad7 {
	background-color: #00000000 !important;
}

.stk-4842ad7:hover {
	background-color: #42002d80 !important;
}

.stk-4842ad7:before {
	background-color: #00000000 !important;
}

.stk-4842ad7:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-4842ad7-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-496c69e .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-496c69e .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-496c69e
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-73612d9 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-73612d9 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-924d4f1-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-924d4f1 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-9bb65b2 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0a03b52a59d777cb2a2c2dbb29d56ecbf.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-9bb65b2:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-e43e490-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-e43e490 {
	background-color: #00000000 !important;
}

.stk-e43e490:hover {
	background-color: #42002d80 !important;
}

.stk-e43e490:before {
	background-color: #00000000 !important;
}

.stk-e43e490:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-e43e490-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-2006ea3 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-2006ea3 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-2006ea3
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-a44ee42 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-a44ee42 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-fdbb3ca-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-fdbb3ca {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-07d90ce {
	background-color: #00000000 !important;
	background-image: url(../images/1640873311415_600900max.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-07d90ce:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-24ee4f6-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-24ee4f6 {
	background-color: #00000000 !important;
}

.stk-24ee4f6:hover {
	background-color: #42002d80 !important;
}

.stk-24ee4f6:before {
	background-color: #00000000 !important;
}

.stk-24ee4f6:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-24ee4f6-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-1fc3914 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-1fc3914 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-1fc3914
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-710c1bd .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-710c1bd .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-3d13e47 .stk--block-align-3d13e47 {
	align-items: center !important;
}

.stk-b977156 {
	margin-bottom: 0px !important;
}

.stk-140e89e-container {
	margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
	.stk-140e89e {
		flex: var(--stk-flex-grow, 1) 1
			calc(60% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-e3db859 .stk--block-align-e3db859 {
	align-items: center !important;
}

@media screen and (min-width: 768px) {
	.stk-76d2bf3 {
		flex: var(--stk-flex-grow, 1) 1
			calc(6% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-76d2bf3 {
		flex: var(--stk-flex-grow, 1) 1
			calc(15% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-76d2bf3 {
		flex: var(--stk-flex-grow, 1) 1
			calc(20% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-eab7097 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 20px !important;
	width: 20px !important;
}

.stk-eab7097 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-eab7097
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-b27c4e5-inner-blocks {
	justify-content: center !important;
}

@media screen and (min-width: 768px) {
	.stk-b27c4e5 {
		flex: var(--stk-flex-grow, 1) 1
			calc(94% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-b27c4e5 {
		flex: var(--stk-flex-grow, 1) 1
			calc(85% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-b27c4e5 {
		flex: var(--stk-flex-grow, 1) 1
			calc(80% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-e9beeca .stk-block-text__text {
	font-size: 20px !important;
	color: var(--theme-palette-color-8, #ffffff) !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-e9beeca .stk-block-text__text {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-e9beeca .stk-block-text__text {
		font-size: 16px !important;
	}
}

.stk-bb81bf7-container {
	margin-right: 0px !important;
}

.stk-bb81bf7 {
	align-self: center !important;
}

@media screen and (max-width: 767px) {
	.stk-bb81bf7 {
		flex: var(--stk-flex-grow, 1) 1
			calc(40% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-0bbd5dd .stk-button {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	background: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.stk-0bbd5dd .stk-button:hover:after {
	background: #3f1b44 !important;
	opacity: 1 !important;
}

:where(.stk-hover-parent:hover, .stk-hover-parent.stk--is-hovered)
	.stk-0bbd5dd
	.stk-button:after {
	background: transparent !important;
	opacity: 1 !important;
}

.stk-0bbd5dd .stk-button:before {
	border-style: solid !important;
	border-color: #d8d2d9 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
}

.stk-0bbd5dd .stk-button__inner-text {
	font-size: 14px !important;
	color: #d8d2d9 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-0bbd5dd .stk-button__inner-text {
		font-size: 14px !important;
	}
}

.stk-a1547f5 {
	margin-bottom: 0px !important;
}

.stk-92317b0-horizontal-scroller {
	--stk-column-gap: 15px !important;
	--stk-column-width: 141px !important
																					;
}

.stk-59ce2e0-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-59ce2e0 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-a6a51e4 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_050000a09ba3e3fe9e982fce8f4249fc1.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-a6a51e4:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-ca6df85-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-ca6df85 {
	background-color: #00000000 !important;
}

.stk-ca6df85:hover {
	background-color: #42002d80 !important;
}

.stk-ca6df85:before {
	background-color: #00000000 !important;
}

.stk-ca6df85:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-ca6df85-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-53e6f60 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-53e6f60 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-53e6f60
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-1cf848d .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-1cf848d .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-8309a36-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-8309a36 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-507163f {
	background-color: #00000000 !important;
	background-image: url(../images/1710773835302_mfbr400x600-1-1.svg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-507163f:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-338af54-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-338af54 {
	background-color: #00000000 !important;
}

.stk-338af54:hover {
	background-color: #42002d80 !important;
}

.stk-338af54:before {
	background-color: #00000000 !important;
}

.stk-338af54:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-338af54-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-341e087 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-341e087 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-341e087
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-87610c2 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-87610c2 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-4b802b7-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-4b802b7 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-f64c102 {
	background-color: #00000000 !important;
	background-image: url(../images/1687859479709_400x600777strike.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-f64c102:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-9390f62-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-9390f62 {
	background-color: #00000000 !important;
}

.stk-9390f62:hover {
	background-color: #42002d80 !important;
}

.stk-9390f62:before {
	background-color: #00000000 !important;
}

.stk-9390f62:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-9390f62-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-0f356f1 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-0f356f1 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-0f356f1
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-0d28f81 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-0d28f81 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-8a7c5b9-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-8a7c5b9 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-8c923b5 {
	background-color: #00000000 !important;
	background-image: url(../images/400600reactoonz2.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-8c923b5:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-9d75d93-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-9d75d93 {
	background-color: #00000000 !important;
}

.stk-9d75d93:hover {
	background-color: #42002d80 !important;
}

.stk-9d75d93:before {
	background-color: #00000000 !important;
}

.stk-9d75d93:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-9d75d93-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-350f695 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-350f695 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-350f695
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-2d4f1cd .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-2d4f1cd .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-0c2bc52-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-0c2bc52 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-db66870 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_00d7324f677e81cda93bc651942414630.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-db66870:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-7d55d4b-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-7d55d4b {
	background-color: #00000000 !important;
}

.stk-7d55d4b:hover {
	background-color: #42002d80 !important;
}

.stk-7d55d4b:before {
	background-color: #00000000 !important;
}

.stk-7d55d4b:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-7d55d4b-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-8147d4b .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-8147d4b .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-8147d4b
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-6ab43fe .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-6ab43fe .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-392692a-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-392692a {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-e9ccc53 {
	background-color: #00000000 !important;
	background-image: url(../images/1678177382555_400x600royaljokerholdandwin.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-e9ccc53:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-67c4a53-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-67c4a53 {
	background-color: #00000000 !important;
}

.stk-67c4a53:hover {
	background-color: #42002d80 !important;
}

.stk-67c4a53:before {
	background-color: #00000000 !important;
}

.stk-67c4a53:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-67c4a53-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-21a5f86 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-21a5f86 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-21a5f86
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-3480772 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-3480772 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-56f42e3-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-56f42e3 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-8b0746a {
	background-color: #00000000 !important;
	background-image: url(../images/1710237325033_9coinsgranddiamondeditionicon400x600.svg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-8b0746a:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-98427a1-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-98427a1 {
	background-color: #00000000 !important;
}

.stk-98427a1:hover {
	background-color: #42002d80 !important;
}

.stk-98427a1:before {
	background-color: #00000000 !important;
}

.stk-98427a1:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-98427a1-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-dba3f08 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-dba3f08 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-dba3f08
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-7e93852 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-7e93852 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-7ee096d-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-7ee096d {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-7461c45 {
	background-color: #00000000 !important;
	background-image: url(../images/1679907424976_400x600stormforged.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-7461c45:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-f1d2155-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-f1d2155 {
	background-color: #00000000 !important;
}

.stk-f1d2155:hover {
	background-color: #42002d80 !important;
}

.stk-f1d2155:before {
	background-color: #00000000 !important;
}

.stk-f1d2155:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-f1d2155-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-0e74873 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-0e74873 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-0e74873
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-5fab1a3 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-5fab1a3 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-0896e67-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-0896e67 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-74bcd92 {
	background-color: #00000000 !important;
	background-image: url(../images/1702045135571_itssharktime400x600excl.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-74bcd92:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-10b2e87-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-10b2e87 {
	background-color: #00000000 !important;
}

.stk-10b2e87:hover {
	background-color: #42002d80 !important;
}

.stk-10b2e87:before {
	background-color: #00000000 !important;
}

.stk-10b2e87:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-10b2e87-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-d3ce2a1 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-d3ce2a1 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-d3ce2a1
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-55e7858 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-55e7858 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-77236e5-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-77236e5 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-c7ed8a5 {
	background-color: #00000000 !important;
	background-image: url(../images/1670934919180_400x600wishes.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-c7ed8a5:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-71282bc-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-71282bc {
	background-color: #00000000 !important;
}

.stk-71282bc:hover {
	background-color: #42002d80 !important;
}

.stk-71282bc:before {
	background-color: #00000000 !important;
}

.stk-71282bc:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-71282bc-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-95cee0c .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-95cee0c .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-95cee0c
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-3aa423f .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-3aa423f .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-bed15b0 .stk--block-align-bed15b0 {
	align-items: center !important;
}

.stk-3486159 {
	margin-bottom: 0px !important;
}

.stk-ef5f8fe-container {
	margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
	.stk-ef5f8fe {
		flex: var(--stk-flex-grow, 1) 1
			calc(60% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-3f8b560 .stk--block-align-3f8b560 {
	align-items: center !important;
}

@media screen and (min-width: 768px) {
	.stk-ec2fe17 {
		flex: var(--stk-flex-grow, 1) 1
			calc(6% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-ec2fe17 {
		flex: var(--stk-flex-grow, 1) 1
			calc(15% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-ec2fe17 {
		flex: var(--stk-flex-grow, 1) 1
			calc(20% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-b4de1cb .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 20px !important;
	width: 20px !important;
}

.stk-b4de1cb .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-b4de1cb
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-f19d340-inner-blocks {
	justify-content: center !important;
}

@media screen and (min-width: 768px) {
	.stk-f19d340 {
		flex: var(--stk-flex-grow, 1) 1
			calc(94% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-f19d340 {
		flex: var(--stk-flex-grow, 1) 1
			calc(85% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-f19d340 {
		flex: var(--stk-flex-grow, 1) 1
			calc(80% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-b4240a2 .stk-block-text__text {
	font-size: 20px !important;
	color: var(--theme-palette-color-8, #ffffff) !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-b4240a2 .stk-block-text__text {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-b4240a2 .stk-block-text__text {
		font-size: 16px !important;
	}
}

.stk-9992a07-container {
	margin-right: 0px !important;
}

.stk-9992a07 {
	align-self: center !important;
}

@media screen and (max-width: 767px) {
	.stk-9992a07 {
		flex: var(--stk-flex-grow, 1) 1
			calc(40% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-bed6967 .stk-button {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	background: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.stk-bed6967 .stk-button:hover:after {
	background: #3f1b44 !important;
	opacity: 1 !important;
}

:where(.stk-hover-parent:hover, .stk-hover-parent.stk--is-hovered)
	.stk-bed6967
	.stk-button:after {
	background: transparent !important;
	opacity: 1 !important;
}

.stk-bed6967 .stk-button:before {
	border-style: solid !important;
	border-color: #d8d2d9 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
}

.stk-bed6967 .stk-button__inner-text {
	font-size: 14px !important;
	color: #d8d2d9 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-bed6967 .stk-button__inner-text {
		font-size: 14px !important;
	}
}

.stk-6c3dff9 {
	margin-bottom: 0px !important;
}

.stk-2d17ea5-horizontal-scroller {
	--stk-column-gap: 15px !important;
	--stk-column-width: 210px !important
																					;
}

.stk-6f1f559-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-6f1f559 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-d544b39 {
	background-color: #00000000 !important;
	background-image: url(../images/1670859609429_450x300spacetraders.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-d544b39:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-9be30b9-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-9be30b9 {
	background-color: #00000000 !important;
}

.stk-9be30b9:hover {
	background-color: #42002d80 !important;
}

.stk-9be30b9:before {
	background-color: #00000000 !important;
}

.stk-9be30b9:hover:before {
	background-color: #42002d80 !important;
}

.stk-467e375 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-467e375 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-467e375
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-88ac57d .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-88ac57d .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-36fc9ca-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-36fc9ca {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-796c038 {
	background-color: #00000000 !important;
	background-image: url(../images/image_06cf1ea6d4b47c59a548aabb30b30a700.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-796c038:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-ff46605-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-ff46605 {
	background-color: #00000000 !important;
}

.stk-ff46605:hover {
	background-color: #42002d80 !important;
}

.stk-ff46605:before {
	background-color: #00000000 !important;
}

.stk-ff46605:hover:before {
	background-color: #42002d80 !important;
}

.stk-7f9c064 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-7f9c064 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-7f9c064
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-0d088f7 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-0d088f7 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-bdb0f04-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-bdb0f04 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-1543b25 {
	background-color: #00000000 !important;
	background-image: url(../images/1686658054539_450x300detectivefortuneexclusive.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-1543b25:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-2cfe1cc-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-2cfe1cc {
	background-color: #00000000 !important;
}

.stk-2cfe1cc:hover {
	background-color: #42002d80 !important;
}

.stk-2cfe1cc:before {
	background-color: #00000000 !important;
}

.stk-2cfe1cc:hover:before {
	background-color: #42002d80 !important;
}

.stk-f8901eb .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-f8901eb .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-f8901eb
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-42cef07 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-42cef07 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-8fe20ae-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-8fe20ae {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-72459f8 {
	background-color: #00000000 !important;
	background-image: url(../images/image_0e574797a36fa74cef1c60db4fa50b880.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-72459f8:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-6278818-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-6278818 {
	background-color: #00000000 !important;
}

.stk-6278818:hover {
	background-color: #42002d80 !important;
}

.stk-6278818:before {
	background-color: #00000000 !important;
}

.stk-6278818:hover:before {
	background-color: #42002d80 !important;
}

.stk-4599682 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-4599682 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-4599682
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-db9a447 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-db9a447 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-742751d-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-742751d {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-9df7c63 {
	background-color: #00000000 !important;
	background-image: url(../images/1643186540789_450x300sevenbooksunlimited.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-9df7c63:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-ad67ad9-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-ad67ad9 {
	background-color: #00000000 !important;
}

.stk-ad67ad9:hover {
	background-color: #42002d80 !important;
}

.stk-ad67ad9:before {
	background-color: #00000000 !important;
}

.stk-ad67ad9:hover:before {
	background-color: #42002d80 !important;
}

.stk-a4188e0 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-a4188e0 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-a4188e0
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-a22eae6 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-a22eae6 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-da5ab7d-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-da5ab7d {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-710d6b9 {
	background-color: #00000000 !important;
	background-image: url(../images/1641819403593_450x300cashtruck.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-710d6b9:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-83dda54-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-83dda54 {
	background-color: #00000000 !important;
}

.stk-83dda54:hover {
	background-color: #42002d80 !important;
}

.stk-83dda54:before {
	background-color: #00000000 !important;
}

.stk-83dda54:hover:before {
	background-color: #42002d80 !important;
}

.stk-217d3b2 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-217d3b2 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-217d3b2
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-fbb69ff .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-fbb69ff .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-5ffc701-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-5ffc701 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-5cf59da {
	background-color: #00000000 !important;
	background-image: url(../images/1711457142945_450x300goldhitlildemon.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-5cf59da:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-d050151-container {
	margin-top: 20px !important;
	margin-right: 12px !important;
	margin-bottom: 20px !important;
	margin-left: 12px !important;
}

.stk-d050151 {
	background-color: #00000000 !important;
}

.stk-d050151:hover {
	background-color: #42002d80 !important;
}

.stk-d050151:before {
	background-color: #00000000 !important;
}

.stk-d050151:hover:before {
	background-color: #42002d80 !important;
}

.stk-a0a86e0 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-a0a86e0 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-a0a86e0
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-d6bf21d .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-d6bf21d .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-002a2e2 .stk--block-align-002a2e2 {
	align-items: center !important;
}

.stk-002a2e2 {
	margin-bottom: 40px !important;
}

.stk-941c69d {
	margin-bottom: 0px !important;
}

.stk-c0f0f74-container {
	margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
	.stk-c0f0f74 {
		flex: var(--stk-flex-grow, 1) 1
			calc(60% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-e7fa9e4 .stk--block-align-e7fa9e4 {
	align-items: center !important;
}

@media screen and (min-width: 768px) {
	.stk-157a812 {
		flex: var(--stk-flex-grow, 1) 1
			calc(6% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-157a812 {
		flex: var(--stk-flex-grow, 1) 1
			calc(15% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-157a812 {
		flex: var(--stk-flex-grow, 1) 1
			calc(20% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-3d429dc .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 20px !important;
	width: 20px !important;
}

.stk-3d429dc .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-3d429dc
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-f52078a-inner-blocks {
	justify-content: center !important;
}

@media screen and (min-width: 768px) {
	.stk-f52078a {
		flex: var(--stk-flex-grow, 1) 1
			calc(94% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.stk-f52078a {
		flex: var(--stk-flex-grow, 1) 1
			calc(85% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-f52078a {
		flex: var(--stk-flex-grow, 1) 1
			calc(80% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-f1b8f98 .stk-block-text__text {
	font-size: 20px !important;
	color: var(--theme-palette-color-8, #ffffff) !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-f1b8f98 .stk-block-text__text {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-f1b8f98 .stk-block-text__text {
		font-size: 16px !important;
	}
}

.stk-84949e0-container {
	margin-right: 0px !important;
}

.stk-84949e0 {
	align-self: center !important;
}

@media screen and (max-width: 767px) {
	.stk-84949e0 {
		flex: var(--stk-flex-grow, 1) 1
			calc(40% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-fa56d44 .stk-button {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	background: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.stk-fa56d44 .stk-button:hover:after {
	background: #3f1b44 !important;
	opacity: 1 !important;
}

:where(.stk-hover-parent:hover, .stk-hover-parent.stk--is-hovered)
	.stk-fa56d44
	.stk-button:after {
	background: transparent !important;
	opacity: 1 !important;
}

.stk-fa56d44 .stk-button:before {
	border-style: solid !important;
	border-color: #d8d2d9 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
}

.stk-fa56d44 .stk-button__inner-text {
	font-size: 14px !important;
	color: #d8d2d9 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-fa56d44 .stk-button__inner-text {
		font-size: 14px !important;
	}
}

.stk-e4d8aa8 {
	margin-bottom: 0px !important;
}

.stk-12f49f8-horizontal-scroller {
	--stk-column-gap: 15px !important;
	--stk-column-width: 141px !important
																					;
}

.stk-cb05f31-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-cb05f31 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-806d00c {
	background-color: #00000000 !important;
	background-image: url(../images/1670859609429_400x600spacetraders.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-806d00c:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-b3e9fd4-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-b3e9fd4 {
	background-color: #00000000 !important;
}

.stk-b3e9fd4:hover {
	background-color: #42002d80 !important;
}

.stk-b3e9fd4:before {
	background-color: #00000000 !important;
}

.stk-b3e9fd4:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-b3e9fd4-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-7ee89b1 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-7ee89b1 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-7ee89b1
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-144ccf5 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-144ccf5 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-19c0a1d-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-19c0a1d {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-7bf1d56 {
	background-color: #00000000 !important;
	background-image: url(../images/1670856888126_400x600neonblaze.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-7bf1d56:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-9312fef-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-9312fef {
	background-color: #00000000 !important;
}

.stk-9312fef:hover {
	background-color: #42002d80 !important;
}

.stk-9312fef:before {
	background-color: #00000000 !important;
}

.stk-9312fef:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-9312fef-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-4d2cd64 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-4d2cd64 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-4d2cd64
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-913b5e6 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-913b5e6 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-b25ac26-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-b25ac26 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-8f8a894 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0cc23695de570e72535b487e9b1003f33.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-8f8a894:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-ca89a3f-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-ca89a3f {
	background-color: #00000000 !important;
}

.stk-ca89a3f:hover {
	background-color: #42002d80 !important;
}

.stk-ca89a3f:before {
	background-color: #00000000 !important;
}

.stk-ca89a3f:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-ca89a3f-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-234eca1 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-234eca1 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-234eca1
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-52c3026 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-52c3026 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-1dbe3d8-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-1dbe3d8 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-fcba524 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0e9e4ddc10a4f7695b8ecfdbb61eec88e.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-fcba524:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-ccf44a1-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-ccf44a1 {
	background-color: #00000000 !important;
}

.stk-ccf44a1:hover {
	background-color: #42002d80 !important;
}

.stk-ccf44a1:before {
	background-color: #00000000 !important;
}

.stk-ccf44a1:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-ccf44a1-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-bc4b120 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-bc4b120 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-bc4b120
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-3f63d76 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-3f63d76 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-3d60130-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-3d60130 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-692a4ef {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_03df25a1a98936a18ea70c38674f8a5ad-1.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-692a4ef:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-a71d43d-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-a71d43d {
	background-color: #00000000 !important;
}

.stk-a71d43d:hover {
	background-color: #42002d80 !important;
}

.stk-a71d43d:before {
	background-color: #00000000 !important;
}

.stk-a71d43d:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-a71d43d-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-850dcf1 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-850dcf1 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-850dcf1
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-eeaa260 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-eeaa260 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-bac6e16-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-bac6e16 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-b16c9a6 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0e981fe3b82104c2fc456b15b997a489a.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-b16c9a6:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-40ac75d-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-40ac75d {
	background-color: #00000000 !important;
}

.stk-40ac75d:hover {
	background-color: #42002d80 !important;
}

.stk-40ac75d:before {
	background-color: #00000000 !important;
}

.stk-40ac75d:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-40ac75d-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-acf4fab .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-acf4fab .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-acf4fab
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-d5a7a7b .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-d5a7a7b .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-60dc0ce-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-60dc0ce {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-c3ca1ec {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0524e0c661ca4d6ddc46b4e4264a68d68.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-c3ca1ec:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-e44d67a-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-e44d67a {
	background-color: #00000000 !important;
}

.stk-e44d67a:hover {
	background-color: #42002d80 !important;
}

.stk-e44d67a:before {
	background-color: #00000000 !important;
}

.stk-e44d67a:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-e44d67a-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-0c25be0 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-0c25be0 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-0c25be0
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-6f67d4b .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-6f67d4b .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-84169c0-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-84169c0 {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-c723f87 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_02a2f1ff2103ac09272c58cf079c3d22c.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-c723f87:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-db0ce20-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-db0ce20 {
	background-color: #00000000 !important;
}

.stk-db0ce20:hover {
	background-color: #42002d80 !important;
}

.stk-db0ce20:before {
	background-color: #00000000 !important;
}

.stk-db0ce20:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-db0ce20-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-6f8d8a8 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-6f8d8a8 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-6f8d8a8
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-228c006 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-228c006 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-a58b66e-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-a58b66e {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-ccfdc06 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_0edb0b4ebdf4e283ab07758120300a99f.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-ccfdc06:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-8188be5-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-8188be5 {
	background-color: #00000000 !important;
}

.stk-8188be5:hover {
	background-color: #42002d80 !important;
}

.stk-8188be5:before {
	background-color: #00000000 !important;
}

.stk-8188be5:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-8188be5-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-9c6d828 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-9c6d828 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-9c6d828
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-393c087 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-393c087 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-a655e9b-container {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.stk-a655e9b {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-0029029 {
	background-color: #00000000 !important;
	background-image: url(../images/poster_thumbnail_01860eab9301f22d6f85e08fcad916db9.jpg) !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.stk-0029029:before {
	background-color: #00000000 !important;
	opacity: 0.5 !important;
}

.stk-b8be310-container {
	margin-top: 55px !important;
	margin-right: 12px !important;
	margin-bottom: 55px !important;
	margin-left: 12px !important;
}

.stk-b8be310 {
	background-color: #00000000 !important;
}

.stk-b8be310:hover {
	background-color: #42002d80 !important;
}

.stk-b8be310:before {
	background-color: #00000000 !important;
}

.stk-b8be310:hover:before {
	background-color: #42002d80 !important;
}

@media screen and (max-width: 767px) {
	.stk-b8be310-container {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
}

.stk-eb0eb85 .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 50px !important;
	width: 50px !important;
}

.stk-eb0eb85 .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-eb0eb85
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: var(--theme-palette-color-8, #ffffff) !important;
}

.stk-1c2d081 .stk-block-text__text {
	font-size: 12px !important;
	color: #a397a7 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-1c2d081 .stk-block-text__text {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-ed9def4-column {
		row-gap: 15px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-11176a4 {
		flex: var(--stk-flex-grow, 1) 1
			calc(50% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-d64ca8a .stk-block-heading__text {
	font-size: 16px !important;
}

@media screen and (max-width: 1023px) {
	.stk-d64ca8a .stk-block-heading__text {
		font-size: 16px !important;
	}
}

.stk-b733a79 .stk-block-icon-list-item__content {
	gap: 0px !important;
}

.stk-b733a79 {
	--stk-icon-list-row-gap: 15px !important;
	--stk-icon-list-icon-opacity: 0 !important;
	--stk-icon-height: 0px !important
																	;
}

.stk-b733a79 ul .stk-block-icon-list-item__content .stk--svg-wrapper {
	margin-right: 0px !important;
}

.stk-b733a79 .stk-block-icon-list__group {
	margin-inline: 0 auto !important;
}

.stk-eec0783 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-eec0783 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-2bf1654 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-2bf1654 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-5873bb3 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-5873bb3 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-f77fa53 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-f77fa53 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-d5a53dc .stk-block-heading__text {
	font-size: 16px !important;
}

@media screen and (max-width: 1023px) {
	.stk-d5a53dc .stk-block-heading__text {
		font-size: 16px !important;
	}
}

.stk-4729cc9 .stk-block-icon-list-item__content {
	gap: 0px !important;
}

.stk-4729cc9 {
	--stk-icon-list-row-gap: 15px !important;
	--stk-icon-list-icon-opacity: 0 !important;
	--stk-icon-height: 0px !important
																	;
}

.stk-4729cc9 ul .stk-block-icon-list-item__content .stk--svg-wrapper {
	margin-right: 0px !important;
}

.stk-c53302c .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-c53302c .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-2f764f4 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-2f764f4 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-28dd77d .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-28dd77d .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-a395359 {
		flex: var(--stk-flex-grow, 1) 1
			calc(50% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-12094d4 .stk-block-heading__text {
	font-size: 16px !important;
}

@media screen and (max-width: 1023px) {
	.stk-12094d4 .stk-block-heading__text {
		font-size: 16px !important;
	}
}

.stk-d5ded91 .stk-block-icon-list-item__content {
	gap: 0px !important;
}

.stk-d5ded91 {
	--stk-icon-list-row-gap: 15px !important;
	--stk-icon-list-icon-opacity: 0 !important;
	--stk-icon-height: 0px !important
																	;
}

.stk-d5ded91 ul .stk-block-icon-list-item__content .stk--svg-wrapper {
	margin-right: 0px !important;
}

.stk-b498528 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-b498528 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-21eeda6 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-21eeda6 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-9527182 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-9527182 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-8f6aa52 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-8f6aa52 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-d4e3c08 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-d4e3c08 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-4e08cdf .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-4e08cdf .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-f880951 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-f880951 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-a3e3aae .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-a3e3aae .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-29a1270 {
		flex: var(--stk-flex-grow, 1) 1
			calc(50% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-fa3e5b5 .stk-block-heading__text {
	font-size: 16px !important;
}

@media screen and (max-width: 1023px) {
	.stk-fa3e5b5 .stk-block-heading__text {
		font-size: 16px !important;
	}
}

.stk-f23f269 .stk-block-icon-list-item__content {
	gap: 0px !important;
}

.stk-f23f269 {
	--stk-icon-list-row-gap: 15px !important;
	--stk-icon-list-icon-opacity: 0 !important;
	--stk-icon-height: 0px !important
																	;
}

.stk-f23f269 ul .stk-block-icon-list-item__content .stk--svg-wrapper {
	margin-right: 0px !important;
}

.stk-46caf9c .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-46caf9c .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-62cf47b .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-62cf47b .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-72d2ca1 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-72d2ca1 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-3b57302 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-3b57302 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-7ef3955 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-7ef3955 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-e37396b .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-e37396b .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-348f2f4 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-348f2f4 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-791bffa .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-791bffa .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-b538dbb {
		flex: var(--stk-flex-grow, 1) 1
			calc(50% - var(--stk-column-gap, 0px) * 1 / 2) !important;
	}
}

.stk-41b51b2 .stk-block-heading__text {
	font-size: 16px !important;
}

@media screen and (max-width: 1023px) {
	.stk-41b51b2 .stk-block-heading__text {
		font-size: 16px !important;
	}
}

.stk-a098e88 .stk-block-icon-list-item__content {
	gap: 0px !important;
}

.stk-a098e88 {
	--stk-icon-list-row-gap: 15px !important;
	--stk-icon-list-icon-opacity: 0 !important;
	--stk-icon-height: 0px !important
																	;
}

.stk-a098e88 ul .stk-block-icon-list-item__content .stk--svg-wrapper {
	margin-right: 0px !important;
}

.stk-df9c8fd .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-df9c8fd .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-0206ff7 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-0206ff7 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-6ce883d .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-6ce883d .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-6bee642 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-6bee642 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-dc494e2 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-dc494e2 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-4a5ceb9 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-4a5ceb9 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 767px) {
	.stk-56cd4a6 {
		flex: var(--stk-flex-grow, 1) 1
			calc(50% - var(--stk-column-gap, 0px) * 0 / 1) !important;
	}
}

.stk-38d9778 .stk-block-heading__text {
	font-size: 16px !important;
}

@media screen and (max-width: 1023px) {
	.stk-38d9778 .stk-block-heading__text {
		font-size: 16px !important;
	}
}

.stk-e8329de .stk-block-icon-list-item__content {
	gap: 0px !important;
}

.stk-e8329de {
	--stk-icon-list-row-gap: 15px !important;
	--stk-icon-list-icon-opacity: 0 !important;
	--stk-icon-height: 0px !important
																	;
}

.stk-e8329de ul .stk-block-icon-list-item__content .stk--svg-wrapper {
	margin-right: 0px !important;
}

.stk-58e901e .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-58e901e .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-c6e5140 .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-c6e5140 .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-9ea6fda .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-9ea6fda .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-4f33278 .stk-block-heading__text {
	font-size: 16px !important;
}

@media screen and (max-width: 1023px) {
	.stk-4f33278 .stk-block-heading__text {
		font-size: 16px !important;
	}
}

.stk-3224455 .stk-block-icon-list-item__content {
	gap: 0px !important;
}

.stk-3224455 {
	--stk-icon-list-row-gap: 15px !important;
	--stk-icon-list-icon-opacity: 0 !important;
	--stk-icon-height: 0px !important
																	;
}

.stk-3224455 ul .stk-block-icon-list-item__content .stk--svg-wrapper {
	margin-right: 0px !important;
}

.stk-bea2e1c .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-bea2e1c .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-f41679f .stk-block-icon-list-item__text {
	font-size: 14px !important;
	color: #a397a7 !important;
	font-weight: 500 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-f41679f .stk-block-icon-list-item__text {
		font-size: 14px !important;
	}
}

.stk-17f4cac .stk-block-heading__text {
	font-size: 16px !important;
}

@media screen and (max-width: 1023px) {
	.stk-17f4cac .stk-block-heading__text {
		font-size: 16px !important;
	}
}

.stk-5c2ba51 .stk-block-heading__text {
	font-size: 16px !important;
}

@media screen and (max-width: 1023px) {
	.stk-5c2ba51 .stk-block-heading__text {
		font-size: 16px !important;
	}
}

.stk-011ce98 {
	margin-bottom: -20px !important;
}

.stk-ba26128 {
	margin-bottom: -24px !important;
}

.stk-e7d03a4-inner-blocks {
	align-items: center !important;
}

.stk-f52f5a3 .stk-block-icon {
	flex-basis: 0px !important;
}

.stk-04a99fe {
	padding-right: 5px !important;
}

.stk-04a99fe .stk-block-heading__text {
	font-size: 12px !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-04a99fe .stk-block-heading__text {
		font-size: 12px !important;
	}
}

.stk-152d38b .stk--svg-wrapper .stk--inner-svg svg:last-child {
	height: 12px !important;
	width: 12px !important;
}

.stk-152d38b .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-152d38b
	.stk--svg-wrapper
	.stk--inner-svg
	svg:last-child
	:is(g, path, rect, polygon, ellipse) {
	fill: #ffffff !important;
}

.stk-1fc8b78-container {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.stk-948d2e0 .stk-block-text__text {
	font-size: 12px !important;
	color: #6a5670 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-948d2e0 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-qs3l45w .stk-block-text__text {
	font-size: 12px !important;
	color: #6a5670 !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-qs3l45w .stk-block-text__text {
		font-size: 12px !important;
	}
}

.stk-44f950d {
	margin-bottom: -10px !important;
}

.stk-84fde08-inner-blocks {
	justify-content: center !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	align-content: center !important;
}

.stk-2e3e715 .stk-block-text__text {
	font-size: 12px !important;
	color: #6a5670 !important;
	font-family: 'Rubik', Sans-serif !important;
}

@media screen and (max-width: 1023px) {
	.stk-2e3e715 .stk-block-text__text {
		font-size: 12px !important;
	}
}

.wp-block-table {
	margin: 30px 0;
}

.img-cov {
	width: 100%;
	height: 100%;
	margin: 15px auto;
	max-width: 900px;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
