img:is([sizes='auto' i], [sizes^='auto,' i]) {
	contain-intrinsic-size: 3000px 1500px;
}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
body {
	background-color: var(--base-2);
	color: var(--contrast-3);
}

a {
	color: var(--contrast-2);
}

a:hover,
a:focus,
a:active {
	color: var(--contrast);
}

.grid-container {
	max-width: 1300px;
}

.wp-block-group__inner-container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.site-header .header-image {
	width: 150px;
}

.generate-back-to-top {
	font-size: 20px;
	border-radius: 3px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	z-index: 10;
	transition: opacity 300ms ease-in-out;
	opacity: 0.1;
	transform: translateY(1000px);
}

.generate-back-to-top__show {
	opacity: 1;
	transform: translateY(0);
}

:root {
	--contrast: #1f2024;
	--contrast-2: #343a40;
	--contrast-3: #5e5e69;
	--contrast-4: #a0a1ad;
	--contrast-5: #b5b7bf;
	--base: #f2f2f2;
	--base-2: #ffffff;
	--community: #56b85a;
	--education: #ee5565;
	--entertainment: #8974f1;
	--lifestyle: #e29c04;
	--technology: #396eb3;
	--travel: #6cd2cc;
	--business: #4c3957;
}

:root .has-contrast-color {
	color: var(--contrast);
}

:root .has-contrast-background-color {
	background-color: var(--contrast);
}

:root .has-contrast-2-color {
	color: var(--contrast-2);
}

:root .has-contrast-2-background-color {
	background-color: var(--contrast-2);
}

:root .has-contrast-3-color {
	color: var(--contrast-3);
}

:root .has-contrast-3-background-color {
	background-color: var(--contrast-3);
}

:root .has-contrast-4-color {
	color: var(--contrast-4);
}

:root .has-contrast-4-background-color {
	background-color: var(--contrast-4);
}

:root .has-contrast-5-color {
	color: var(--contrast-5);
}

:root .has-contrast-5-background-color {
	background-color: var(--contrast-5);
}

:root .has-base-color {
	color: var(--base);
}

:root .has-base-background-color {
	background-color: var(--base);
}

:root .has-base-2-color {
	color: var(--base-2);
}

:root .has-base-2-background-color {
	background-color: var(--base-2);
}

:root .has-community-color {
	color: var(--community);
}

:root .has-community-background-color {
	background-color: var(--community);
}

:root .has-education-color {
	color: var(--education);
}

:root .has-education-background-color {
	background-color: var(--education);
}

:root .has-entertainment-color {
	color: var(--entertainment);
}

:root .has-entertainment-background-color {
	background-color: var(--entertainment);
}

:root .has-lifestyle-color {
	color: var(--lifestyle);
}

:root .has-lifestyle-background-color {
	background-color: var(--lifestyle);
}

:root .has-technology-color {
	color: var(--technology);
}

:root .has-technology-background-color {
	background-color: var(--technology);
}

:root .has-travel-color {
	color: var(--travel);
}

:root .has-travel-background-color {
	background-color: var(--travel);
}

:root .has-business-color {
	color: var(--business);
}

:root .has-business-background-color {
	background-color: var(--business);
}

.gp-modal:not(.gp-modal--open):not(.gp-modal--transition) {
	display: none;
}

.gp-modal--transition:not(.gp-modal--open) {
	pointer-events: none;
}

.gp-modal-overlay:not(.gp-modal-overlay--open):not(.gp-modal--transition) {
	display: none;
}

.gp-modal__overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	backdrop-filter: blur(3px);
	transition: opacity 500ms ease;
	opacity: 0;
}

.gp-modal--open:not(.gp-modal--transition) .gp-modal__overlay {
	opacity: 1;
}

.gp-modal__container {
	max-width: 100%;
	max-height: 100vh;
	transform: scale(0.9);
	transition: transform 500ms ease;
	padding: 0 10px;
}

.gp-modal--open:not(.gp-modal--transition) .gp-modal__container {
	transform: scale(1);
}

.search-modal-fields {
	display: flex;
}

.gp-search-modal .gp-modal__overlay {
	align-items: flex-start;
	padding-top: 25vh;
	background: var(--gp-search-modal-overlay-bg-color);
}

.search-modal-form {
	width: 500px;
	max-width: 100%;
	background-color: var(--gp-search-modal-bg-color);
	color: var(--gp-search-modal-text-color);
}

.search-modal-form .search-field,
.search-modal-form .search-field:focus {
	width: 100%;
	height: 60px;
	background-color: transparent;
	border: 0;
	appearance: none;
	color: currentColor;
}

.search-modal-fields button,
.search-modal-fields button:active,
.search-modal-fields button:focus,
.search-modal-fields button:hover {
	background-color: transparent;
	border: 0;
	color: currentColor;
	width: 60px;
}

body,
button,
input,
select,
textarea {
	font-family: Muli, Muli-fallback, sans-serif;
	font-size: 16px;
}

body {
	line-height: 1.7em;
}

.main-title {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 46px;
}

@media (max-width: 768px) {
	.main-title {
		font-size: 44px;
	}
}

.main-navigation a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
	font-weight: bold;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.main-navigation a,
	.main-navigation .menu-toggle,
	.main-navigation .menu-bar-items {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	.main-navigation a,
	.main-navigation .menu-toggle,
	.main-navigation .menu-bar-items {
		font-size: 17px;
	}
}

.site-info {
	font-size: 13px;
}

@media (max-width: 768px) {
	.main-navigation .main-nav ul ul li a {
		font-size: 16px;
	}
}

.top-bar {
	background-color: #636363;
	color: #ffffff;
}

.top-bar a {
	color: #ffffff;
}

.top-bar a:hover {
	color: #303030;
}

.main-title a,
.main-title a:hover {
	color: var(--contrast-5);
}

.site-description {
	color: var(--base);
}

.main-navigation,
.main-navigation ul ul {
	background-color: var(--base-2);
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
	color: var(--contrast-2);
}

.main-navigation .main-nav ul li:not([class*='current-menu-']):hover > a,
.main-navigation .main-nav ul li:not([class*='current-menu-']):focus > a,
.main-navigation .main-nav ul li.sfHover:not([class*='current-menu-']) > a,
.main-navigation .menu-bar-item:hover > a,
.main-navigation .menu-bar-item.sfHover > a {
	color: #ffffff;
	background-color: #fd2d3a;
}

button.menu-toggle:hover,
button.menu-toggle:focus {
	color: var(--contrast-2);
}

.main-navigation .main-nav ul li[class*='current-menu-'] > a {
	color: var(--base-2);
	background-color: #fd2d3a;
}

.navigation-search input[type='search'],
.navigation-search input[type='search']:active,
.navigation-search input[type='search']:focus,
.main-navigation .main-nav ul li.search-item.active > a,
.main-navigation .menu-bar-items .search-item.active > a {
	color: var(--base);
	background-color: var(--contrast-3);
	opacity: 1;
}

.main-navigation ul ul {
	background-color: #fffefe;
}

.main-navigation .main-nav ul ul li a {
	color: var(--contrast-2);
}

.main-navigation .main-nav ul ul li:not([class*='current-menu-']):hover > a,
.main-navigation .main-nav ul ul li:not([class*='current-menu-']):focus > a,
.main-navigation .main-nav ul ul li.sfHover:not([class*='current-menu-']) > a {
	color: var(--base-2);
}

.main-navigation .main-nav ul ul li[class*='current-menu-'] > a {
	color: var(--base);
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
	color: var(--contrast-3);
	background-color: var(--base-2);
}

.entry-title a {
	color: var(--contrast-3);
}

.entry-title a:hover {
	color: var(--contrast-4);
}

.entry-meta {
	color: var(--contrast-3);
}

.entry-meta a {
	color: var(--technology);
}

.entry-meta a:hover {
	color: var(--contrast-3);
}

h1 {
	color: var(--contrast-2);
}

h2 {
	color: var(--contrast-3);
}

h3 {
	color: var(--contrast-3);
}

h4 {
	color: var(--contrast-3);
}

h5 {
	color: var(--contrast-3);
}

.sidebar .widget {
	background-color: var(--base);
}

.footer-widgets {
	color: var(--contrast-4);
	background-color: var(--contrast);
}

.footer-widgets a {
	color: var(--contrast-5);
}

.footer-widgets a:hover {
	color: #ffffff;
}

.footer-widgets .widget-title {
	color: var(--contrast-3);
}

.site-info {
	color: var(--contrast-4);
	background-color: var(--contrast);
}

.site-info a {
	color: var(--contrast-5);
}

.site-info a:hover {
	color: var(--base-2);
}

.footer-bar .widget_nav_menu .current-menu-item a {
	color: var(--base-2);
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea,
select {
	color: var(--contrast-2);
	background-color: var(--base);
	border-color: var(--contrast-5);
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
	color: var(--contrast-3);
	background-color: var(--base-2);
	border-color: var(--contrast-5);
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
a.button,
a.wp-block-button__link:not(.has-background) {
	color: var(--base-2);
	background-color: var(--contrast-2);
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
a.button:hover,
button:focus,
html input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
a.button:focus,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
	color: var(--base-2);
	background-color: var(--contrast-3);
}

a.generate-back-to-top {
	background-color: var(--contrast-2);
	color: var(--base-2);
}

a.generate-back-to-top:hover,
a.generate-back-to-top:focus {
	background-color: var(--contrast-3);
	color: var(--base-2);
}

:root {
	--gp-search-modal-bg-color: var(--base-2);
	--gp-search-modal-text-color: var(--contrast);
	--gp-search-modal-overlay-bg-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 910px) {
	.main-navigation .menu-bar-item:hover > a,
	.main-navigation .menu-bar-item.sfHover > a {
		background: none;
		color: var(--contrast-2);
	}
}

.inside-top-bar.grid-container {
	max-width: 1380px;
}

.inside-header {
	padding: 10px 20px 10px 20px;
}

.inside-header.grid-container {
	max-width: 1340px;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
	padding: 30px 40px 15px 40px;
}

.site-main .wp-block-group__inner-container {
	padding: 30px 40px 15px 40px;
}

.separate-containers .paging-navigation {
	padding-top: 20px;
	padding-bottom: 20px;
}

.entry-content .alignwide,
body:not(.no-sidebar) .entry-content .alignfull {
	margin-left: -40px;
	width: calc(100% + 80px);
	max-width: calc(100% + 80px);
}

.sidebar .widget,
.page-header,
.widget-area .main-navigation,
.site-main > * {
	margin-bottom: 0px;
}

.separate-containers .site-main {
	margin: 0px;
}

.both-right .inside-left-sidebar,
.both-left .inside-left-sidebar {
	margin-right: 0px;
}

.both-right .inside-right-sidebar,
.both-left .inside-right-sidebar {
	margin-left: 0px;
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
	padding-bottom: 15px;
}

.separate-containers .featured-image {
	margin-top: 0px;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
}

.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .menu-bar-item > a {
	line-height: 54px;
}

.navigation-search input[type='search'] {
	height: 54px;
}

.rtl .menu-item-has-children .dropdown-menu-toggle {
	padding-left: 20px;
}

.rtl .main-navigation .main-nav ul li.menu-item-has-children > a {
	padding-right: 20px;
}

.widget-area .widget {
	padding: 20px;
}

.footer-widgets-container.grid-container {
	max-width: 1380px;
}

.inside-site-info {
	padding: 30px 40px 30px 40px;
}

.inside-site-info.grid-container {
	max-width: 1380px;
}

@media (max-width: 768px) {
	.separate-containers .inside-article,
	.separate-containers .comments-area,
	.separate-containers .page-header,
	.separate-containers .paging-navigation,
	.one-container .site-content,
	.inside-page-header {
		padding: 15px 20px 15px 20px;
	}

	.site-main .wp-block-group__inner-container {
		padding: 15px 20px 15px 20px;
	}

	.inside-top-bar {
		padding-right: 30px;
		padding-left: 30px;
	}

	.inside-header {
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
	}

	.widget-area .widget {
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}

	.footer-widgets-container {
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}

	.inside-site-info {
		padding-right: 30px;
		padding-left: 30px;
	}

	.entry-content .alignwide,
	body:not(.no-sidebar) .entry-content .alignfull {
		margin-left: -20px;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
	}

	.one-container .site-main .paging-navigation {
		margin-bottom: 0px;
	}
}

.is-right-sidebar {
	width: 30%;
}

.is-left-sidebar {
	width: 30%;
}

.site-content .content-area {
	width: 100%;
}

@media (max-width: 910px) {
	.main-navigation .menu-toggle,
	.sidebar-nav-mobile:not(#sticky-placeholder) {
		display: block;
	}

	.main-navigation ul,
	.gen-sidebar-nav,
	.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,
	.has-inline-mobile-toggle
		#site-navigation
		.inside-navigation
		> *:not(.navigation-search):not(.main-nav) {
		display: none;
	}

	.nav-align-right .inside-navigation,
	.nav-align-center .inside-navigation {
		justify-content: space-between;
	}
}

body {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.site-header {
	background-repeat: repeat-x;
	background-position: center center;
}

.dynamic-author-image-rounded {
	border-radius: 100%;
}

.dynamic-featured-image,
.dynamic-author-image {
	vertical-align: middle;
}

.one-container.blog .dynamic-content-template:not(:last-child),
.one-container.archive .dynamic-content-template:not(:last-child) {
	padding-bottom: 0px;
}

.dynamic-entry-excerpt > p:last-child {
	margin-bottom: 0px;
}

.post-image:not(:first-child),
.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child),
footer.entry-meta {
	margin-top: 1.5em;
}

.post-image-above-header .inside-article div.featured-image,
.post-image-above-header .inside-article div.post-image {
	margin-bottom: 1.5em;
}
:root {
	--gp-slideout-width: 265px;
}

.slideout-navigation.main-navigation .main-nav ul ul li a {
	color: var(--contrast-2);
}

.slideout-navigation.main-navigation
	.main-nav
	ul
	ul
	li:not([class*='current-menu-']):hover
	> a,
.slideout-navigation.main-navigation
	.main-nav
	ul
	ul
	li:not([class*='current-menu-']):focus
	> a,
.slideout-navigation.main-navigation
	.main-nav
	ul
	ul
	li.sfHover:not([class*='current-menu-'])
	> a {
	color: var(--base-2);
}

.slideout-navigation.main-navigation
	.main-nav
	ul
	ul
	li[class*='current-menu-']
	> a {
	color: var(--base-2);
}

.slideout-navigation,
.slideout-navigation a {
	color: var(--contrast-2);
}

.slideout-navigation button.slideout-exit {
	color: var(--contrast-2);
	padding-left: 20px;
	padding-right: 20px;
}

.slide-opened nav.toggled .menu-toggle:before {
	display: none;
}

@media (max-width: 910px) {
	.menu-bar-item.slideout-toggle {
		display: none;
	}
}
.main-navigation.has-branding.grid-container .navigation-branding,
.main-navigation.has-branding:not(.grid-container)
	.inside-navigation:not(.grid-container)
	.navigation-branding {
	margin-left: 10px;
}

.navigation-branding img,
.site-logo.mobile-header-logo img {
	height: 54px;
	width: auto;
}

.navigation-branding .main-title {
	line-height: 54px;
}

@media (max-width: 1310px) {
	#site-navigation .navigation-branding,
	#sticky-navigation .navigation-branding {
		margin-left: 10px;
	}
}

@media (max-width: 910px) {
	.main-navigation.has-branding.nav-align-center .menu-bar-items,
	.main-navigation.has-sticky-branding.navigation-stick.nav-align-center
		.menu-bar-items {
		margin-left: auto;
	}

	.navigation-branding {
		margin-right: auto;
		margin-left: 10px;
	}

	.navigation-branding .main-title,
	.mobile-header-navigation .site-logo {
		margin-left: 10px;
	}
}
.rll-youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.rll-youtube-player:focus-within {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

.rll-youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0;
}

.rll-youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.rll-youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.rll-youtube-player .play {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: var(--wpr-bg-3a5fb471-f4af-47bc-9715-3fdb7b568d56) no-repeat
		center;
	background-color: transparent !important;
	cursor: pointer;
	border: none;
}

.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player {
	position: absolute;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.saboxplugin-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eee;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	word-wrap: break-word;
	position: relative;
}

.saboxplugin-wrap .saboxplugin-gravatar {
	float: left;
	padding: 0 20px 20px 20px;
}

.saboxplugin-wrap .saboxplugin-gravatar img {
	max-width: 100px;
	height: auto;
	border-radius: 0;
}

.saboxplugin-wrap .saboxplugin-authorname {
	font-size: 18px;
	line-height: 1;
	margin: 20px 0 0 20px;
	display: block;
}

.saboxplugin-wrap .saboxplugin-authorname a {
	text-decoration: none;
}

.saboxplugin-wrap .saboxplugin-authorname a:focus {
	outline: 0;
}

.saboxplugin-wrap .saboxplugin-desc {
	display: block;
	margin: 5px 20px;
}

.saboxplugin-wrap .saboxplugin-desc a {
	text-decoration: underline;
}

.saboxplugin-wrap .saboxplugin-desc p {
	margin: 5px 0 12px;
}

.saboxplugin-wrap .saboxplugin-web {
	margin: 0 20px 15px;
	text-align: left;
}

.saboxplugin-wrap .sab-web-position {
	text-align: right;
}

.saboxplugin-wrap .saboxplugin-web a {
	color: #ccc;
	text-decoration: none;
}

.saboxplugin-wrap .saboxplugin-socials {
	position: relative;
	display: block;
	background: #fcfcfc;
	padding: 5px;
	border-top: 1px solid #eee;
}

.saboxplugin-wrap .saboxplugin-socials a svg {
	width: 20px;
	height: 20px;
}

.saboxplugin-wrap .saboxplugin-socials a svg .st2 {
	fill: #fff;
	transform-origin: center center;
}

.saboxplugin-wrap .saboxplugin-socials a svg .st1 {
	fill: rgba(0, 0, 0, 0.3);
}

.saboxplugin-wrap .saboxplugin-socials a:hover {
	opacity: 0.8;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color {
	box-shadow: none;
	padding: 0;
	border: 0;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	display: inline-block;
	color: #fff;
	font-size: 0;
	text-decoration: inherit;
	margin: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
}

.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
	text-decoration: inherit;
	box-shadow: none;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	margin: 10px 5px;
	color: #444;
	fill: #444;
}

.clearfix:after,
.clearfix:before {
	content: ' ';
	display: table;
	line-height: 0;
	clear: both;
}

.ie7 .clearfix {
	zoom: 1;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch {
	border-color: #38245c;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-addthis {
	border-color: #e91c00;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance {
	border-color: #003eb0;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-delicious {
	border-color: #06c;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart {
	border-color: #036824;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg {
	border-color: #00327c;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble {
	border-color: #ba1655;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook {
	border-color: #1e2e4f;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr {
	border-color: #003576;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github {
	border-color: #264874;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google {
	border-color: #0b51c5;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-googleplus {
	border-color: #96271a;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5 {
	border-color: #902e13;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram {
	border-color: #1630aa;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin {
	border-color: #00344f;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest {
	border-color: #5b040e;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit {
	border-color: #992900;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss {
	border-color: #a43b0a;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis {
	border-color: #5d8420;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-skype {
	border-color: #00658a;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud {
	border-color: #995200;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify {
	border-color: #0f612c;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow {
	border-color: #a95009;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam {
	border-color: #006388;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email {
	border-color: #b84e05;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stumbleUpon {
	border-color: #9b280e;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr {
	border-color: #10151b;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter {
	border-color: #0967a0;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo {
	border-color: #0d7091;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows {
	border-color: #003f71;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-whatsapp {
	border-color: #003f71;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress {
	border-color: #0f3647;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo {
	border-color: #14002d;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube {
	border-color: #900;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing {
	border-color: #000202;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud {
	border-color: #2475a0;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk {
	border-color: #243549;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium {
	border-color: #00452c;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora {
	border-color: #420e00;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup {
	border-color: #9b181c;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads {
	border-color: #000;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat {
	border-color: #999700;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px {
	border-color: #00557f;
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont {
	border-color: #185886;
}

.sabox-plus-item {
	margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
	.saboxplugin-wrap {
		text-align: center;
	}

	.saboxplugin-wrap .saboxplugin-gravatar {
		float: none;
		padding: 20px 0;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.saboxplugin-wrap .saboxplugin-gravatar img {
		float: none;
		display: inline-block;
		display: -moz-inline-stack;
		vertical-align: middle;
		zoom: 1;
	}

	.saboxplugin-wrap .saboxplugin-desc {
		margin: 0 10px 20px;
		text-align: center;
	}

	.saboxplugin-wrap .saboxplugin-authorname {
		text-align: center;
		margin: 10px 0 20px;
	}
}

body .saboxplugin-authorname a,
body .saboxplugin-authorname a:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}

a.sab-profile-edit {
	font-size: 16px !important;
	line-height: 1 !important;
}

.sab-edit-settings a,
a.sab-profile-edit {
	color: #0073aa !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.sab-edit-settings {
	margin-right: 15px;
	position: absolute;
	right: 0;
	z-index: 2;
	bottom: 10px;
	line-height: 20px;
}

.sab-edit-settings i {
	margin-left: 5px;
}

.saboxplugin-socials {
	line-height: 1 !important;
}

.rtl .saboxplugin-wrap .saboxplugin-gravatar {
	float: right;
}

.rtl .saboxplugin-wrap .saboxplugin-authorname {
	display: flex;
	align-items: center;
}

.rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit {
	margin-right: 10px;
}

.rtl .sab-edit-settings {
	right: auto;
	left: 0;
}

img.sab-custom-avatar {
	max-width: 75px;
}

.saboxplugin-wrap {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px;
}

.saboxplugin-wrap .saboxplugin-authorname {
	font-size: 18px;
	line-height: 25px;
}

.saboxplugin-wrap .saboxplugin-desc p,
.saboxplugin-wrap .saboxplugin-desc {
	font-size: 14px !important;
	line-height: 21px !important;
}

.saboxplugin-wrap .saboxplugin-web {
	font-size: 14px;
}

.saboxplugin-wrap .saboxplugin-socials a svg {
	width: 18px;
	height: 18px;
}
#daextlwcnf-revisit-cookie-consent-container,
#daextlwcnf-revisit-cookie-consent-container * {
	box-sizing: content-box !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

#daextlwcnf-revisit-cookie-consent-container {
	width: 44px !important;
	height: 44px !important;
	background: #1e58b1 !important;
	z-index: 999999 !important;
	position: fixed !important;
	left: 20px !important;
	bottom: 20px !important;
	cursor: pointer !important;
	border-radius: 50% !important;
}

#daextlwcnf-revisit-cookie-consent {
	width: 28px !important;
	position: absolute !important;
	top: 8px !important;
	left: 8px !important;
}

.daextlwcnf-icon {
	fill: #ffffff !important;
}

/* GeneratePress Site CSS */
/* Site title and tag line */
@media (min-width: 1025px) {
	#menu-item-27619 .sub-menu {
		column-count: 4;
		width: 60vw;
	}

	#menu-item-28707 .sub-menu {
		column-count: 4;
		width: 60vw;
		margin-top: -32%;
	}

	#menu-item-27617 .sub-menu {
		column-count: 2;
		width: 30vw;
	}
}

.send_contact_form {
	background-color: #fd1617 !important;
}

.site-description {
	margin-top: 1.2em;
	background-color: rgba(31, 32, 36, 0.4);
	padding: 14px;
	border: 1px solid var(--contrast-5);
}

/* Box shadow */
/*.site, .box-shadow {
	
        .button,
        .submit {
            border-radius: 3px;
        }

        /* Sidebar */
.sidebar.is-right-sidebar {
	background-color: var(--base-2);
}

.widget {
	border-radius: 30px;
	border: 1px solid #e0e0e0;
}

@media (max-width: 480px) {
	.iconCol h4 {
		font-size: 16px;
		margin-bottom: -1px !important;
	}

	h4.homeText {
		font-size: 14px !important;
	}

	.homeIcon .aligncenter img {
		height: 47px !important;
		width: 47px !important;
	}

	.close-search .icon-search svg:nth-child(2),
	.toggled .icon-menu-bars svg:nth-child(2) {
		display: block;
		right: -7em;
	}

	.ban {
		display: none;
	}

	.widget {
		display: flex;
		margin-bottom: 30px;
	}

	.iconCol h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.shadows {
		margin-top: -100%;
	}

	.gb-container-e71ac46e:before {
		display: none;
		margin-left: 0%;
	}
}

@media (min-width: 769px) {
	.sidebar.is-right-sidebar > .inside-right-sidebar {
		position: sticky;
		top: 54px;
	}
}

/* Category label background colors */
body:not(.single):not(.blog):not(.search-results) .post-term-item {
	padding: 5px 10px;
}

body.blog .post-term-item,
body.search-results .post-term-item {
	padding: 10px 20px;
}

body:not(.single):not(.blog):not(.search-results) .post-term-item {
	border-radius: 3px;
}

body:not(.single) .post-term-item.term-business {
	background-color: var(--business);
}

body:not(.single) .post-term-item.term-community {
	background-color: var(--community);
}

body:not(.single) .post-term-item.term-education {
	background-color: var(--education);
}

body:not(.single) .post-term-item.term-entertainment {
	background-color: var(--entertainment);
}

body:not(.single) .post-term-item.term-lifestyle {
	background-color: var(--lifestyle);
}

body:not(.single) .post-term-item.term-technology {
	background-color: var(--technology);
}

body:not(.single) .post-term-item.term-travel {
	background-color: var(--travel);
}

/* Category layout */
.archive .site-main {
	padding: 30px;
	background-color: var(--base-2);
}

@media (min-width: 769px) {
	.archive .site-main .ratio-third {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.archive .site-main .ratio-third > .gb-query-loop-item:first-child {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}
}

/* End GeneratePress Site CSS */
.backimage {
	opacity: 0.2;
}

.backimage img {
	height: 450px;
	width: 666px;
}

.back img {
	border-radius: 16px;
}

/***/
.card__img {
	display: block;
	width: 100%;
	height: 9rem;
	object-fit: cover;
	padding: 10px;
	border-radius: 23px;
}

.card__content {
	padding: 3rem 3rem;
}

.card__header {
	font-size: 2rem;
	font-weight: 500;
	color: #0d0d0d;
	margin-bottom: 1.5rem;
	text-align: center;
	margin-top: -13%;
}

.card__text {
	font-size: 1rem;
	letter-spacing: 0.1rem;
	line-height: 1.7;
	color: #3d3d3d;
	margin-bottom: 2.5rem;
	text-align: center;
}

.card__btn {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background-color: #ca2d2d;
	border: none;
	border-radius: 0.4rem;
	transition: 0.2s;
	cursor: pointer;
}

.card__btn span {
	margin-left: 1rem;
	transition: 0.2s;
}

.card__btn:hover,
.card__btn:active {
	background-color: #ca2d2d;
}

.card__btn:hover span,
.card__btn:active span {
	margin-left: 1.5rem;
}

.shadow {
	height: 92% !important;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.back {
	border-radius: 20px;
}

ul#vh-lobby-posts-grid {
	margin: 20px 0;
	padding: 0;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

ul#vh-lobby-posts-grid div.clear {
	display: none;
}

@media (max-width: 480px) {
	ul#vh-lobby-posts-grid .vh-item {
		width: 100%;
	}
}

.bw-video-banner__preview {
	height: auto;
}

.rll-youtube-player,
[data-lazy-src] {
	display: none !important;
}

.cWsfeJ {
	padding: 0;
	width: 100%;
	margin-bottom: 13px;
}

/*!sc*/
data-styled.g1[id='sc-FEMpB'] {
	content: 'cWsfeJ,';
}

/*!sc*/
.iSwGWO {
	font-style: inherit;
	font-family: inherit;
	container-type: inline-size;
	container-name: toplist4-wrapper;
	width: auto;
	min-width: 280px;
	position: relative;
	padding: 0;
	transition: ease-in-out 300ms;
	display: flex;
	justify-content: stretch;
	flex-direction: column;
	gap: 25px;
	margin-top: 40px;
	margin-bottom: 25px;
}

/*!sc*/
@media (max-width: 768px) {
	.iSwGWO * {
		transition: all 300ms ease-in-out;
	}
}

/*!sc*/
data-styled.g143[id='sc-fPEQgO'] {
	content: 'iSwGWO,';
}

/*!sc*/
.dYwPFd {
	color: #343a40;
	text-align: center;
	font-family: inherit;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	text-transform: capitalize;
	text-align: center;
}

/*!sc*/
.dYwPFd * {
	padding: 0;
	margin: 0;
}

/*!sc*/
data-styled.g144[id='sc-kqXUvJ'] {
	content: 'dYwPFd,';
}

/*!sc*/
.egcKji {
	color: #343a40;
	text-align: center;
	font-family: inherit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

/*!sc*/
data-styled.g145[id='sc-IuSvc'] {
	content: 'egcKji,';
}

/*!sc*/
.itkjkn {
	display: flex;
	flex-direction: column;
	all: inherit;
	padding: unset;
	margin: unset;
	font: unset;
	font-family: inherit;
	width: 100%;
}

/*!sc*/
.itkjkn > * {
	box-sizing: border-box;
}

/*!sc*/
data-styled.g146[id='sc-dQVXVP'] {
	content: 'itkjkn,';
}

/*!sc*/
.gXIBzM {
	contain: layout;
	container-type: inline-size;
	container-name: toplist3-item;
	box-sizing: border-box;
	border-radius: 5px !important;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 280px;
	min-height: max-content;
	width: 100%;
	background-color: #fff !important;
	border: 1px solid #f0f1f5;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
}

/*!sc*/
.gXIBzM * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: inherit;
}

/*!sc*/
.gXIBzM *::before,
.gXIBzM *::after {
	content: none;
}

/*!sc*/
data-styled.g147[id='sc-fxOFue'] {
	content: 'gXIBzM,';
}

/*!sc*/
.hXaKgo {
	background-color: #fff;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 100px;
	flex-direction: row;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.hXaKgo {
		flex-direction: row;
	}
}

/*!sc*/
data-styled.g148[id='sc-bnKOtV'] {
	content: 'hXaKgo,';
}

/*!sc*/
.kfBqpx {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	flex-basis: 0%;
	height: 100%;
	width: 50%;
	align-items: center;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.kfBqpx {
		flex-direction: row;
		align-items: center;
		width: 44%;
	}
}

/*!sc*/
data-styled.g149[id='sc-cUDvSk'] {
	content: 'kfBqpx,';
}

/*!sc*/
.FoyOH {
	display: grid;
	width: 100%;
	place-items: center;
	padding: 20px 16px 10px;
	height: min-content;
	width: 100%;
}

/*!sc*/
@container toplist3-item (width >=500px) {
	.FoyOH {
		padding: 20px;
	}
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.FoyOH {
		width: 50%;
	}
}

/*!sc*/
.FoyOH > a {
	display: grid;
	place-items: center;
	width: 100%;
	height: min-content;
	color: black;
}

/*!sc*/
data-styled.g150[id='sc-dTwnxM'] {
	content: 'FoyOH,';
}

/*!sc*/
.fjUNO {
	box-sizing: border-box;
	object-fit: contain;
	object-position: center;
	width: 107px;
	aspect-ratio: 2.5;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	align-content: center;
	border: none !important;
	border-radius: none !important;
	box-shadow: unset !important;
	transition: none !important;
}

/*!sc*/
.fjUNO:hover {
	border: none !important;
	box-shadow: unset !important;
	transition: none !important;
}

/*!sc*/
@container toplist3-item (width >=500px) {
	.fjUNO {
		width: 145px;
		height: auto;
	}
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.fjUNO {
		width: 100%;
		height: auto;
	}
}

/*!sc*/
data-styled.g151[id='sc-ipolYl'] {
	content: 'fjUNO,';
}

/*!sc*/
.hVqNrJ {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	padding: 0 16px 10px;
	align-self: stretch;
}

/*!sc*/
@container toplist3-item (width >=500px) {
	.hVqNrJ {
		padding: 0px 20px 10px 20px;
		gap: 3px;
	}
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.hVqNrJ {
		padding: 20px 20px 10px 20px;
		gap: 3px;
	}
}

/*!sc*/
data-styled.g152[id='sc-oxoUO'] {
	content: 'hVqNrJ,';
}

/*!sc*/
.eQBTuW {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.eQBTuW {
		width: 50%;
	}
}

/*!sc*/
data-styled.g153[id='sc-eKpnvn'] {
	content: 'eQBTuW,';
}

/*!sc*/
.fNTbar {
	color: #343a40;
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	font-family: inherit;
	line-height: 45px;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.fNTbar {
		font-size: 30px;
		font-style: normal;
		font-weight: 800;
		line-height: 45px;
	}
}

/*!sc*/
data-styled.g154[id='sc-dBGcLc'] {
	content: 'fNTbar,';
}

/*!sc*/
.iXLKiZ {
	display: flex;
	gap: 4px;
}

/*!sc*/
data-styled.g155[id='sc-hXyblB'] {
	content: 'iXLKiZ,';
}

/*!sc*/
.bsKHzQ {
	text-decoration: none !important;
	color: black !important;
	padding: 16px;
	text-align: center;
	font-family: inherit;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	width: 100%;
}

/*!sc*/
.bsKHzQ:hover {
	text-decoration: underline;
}

/*!sc*/
.bsKHzQ::before,
.bsKHzQ::after {
	content: none;
}

/*!sc*/
@container toplist3-item (width >=500px) {
	.bsKHzQ {
		padding: 16px 20px;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
	}
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.bsKHzQ {
		padding: 5px 20px 20px 20px;
	}
}

/*!sc*/
data-styled.g156[id='sc-lmcNHa'] {
	content: 'bsKHzQ,';
}

/*!sc*/
.bMpzqR {
	background-color: #f0f1f5;
	width: 2px;
	min-height: calc(100% - 32px);
	max-height: calc(100% - 32px);
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.bMpzqR {
		display: none;
	}
}

/*!sc*/
data-styled.g157[id='sc-eszcID'] {
	content: 'bMpzqR,';
}

/*!sc*/
.cGqlkV {
	display: flex;
	flex-direction: column;
	font-family: inherit;
	justify-content: space-between;
	flex: 1;
	width: 50%;
	align-self: stretch;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.cGqlkV {
		flex-direction: row;
		min-width: 52% !important;
		align-items: stretch;
		justify-content: center;
		min-height: 100%;
	}
}

/*!sc*/
data-styled.g158[id='sc-fNOGik'] {
	content: 'cGqlkV,';
}

/*!sc*/
.cUqkWc {
	display: flex;
	flex-direction: column;
	font-family: inherit;
	width: 100%;
	height: max-content;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.cUqkWc {
		min-height: 100%;
		justify-content: start;
		min-width: 50%;
	}
}

/*!sc*/
data-styled.g159[id='sc-kjGEIJ'] {
	content: 'cUqkWc,';
}

/*!sc*/
.eoFEMp {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	min-width: 139px;
	padding: 16px 10px 5px 10px;
	opacity: 1 !important;
}

/*!sc*/
@container toplist3-item (width >=500px) {
	.eoFEMp {
		display: flex;
		padding: 20px 20px 5px 20px;
		flex-direction: column;
		justify-content: start;
		align-items: center;
		gap: 10px;
		align-self: start;
	}
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.eoFEMp {
		padding: 20px 20px 5px 20px;
	}
}

/*!sc*/
data-styled.g160[id='sc-lbpyZL'] {
	content: 'eoFEMp,';
}

/*!sc*/
.dHluHL {
	box-sizing: border-box;
	border-radius: 8px 0 8px 0;
	background-color: #ffdf59;
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: center;
	padding: 4px 5px;
}

/*!sc*/
.dHluHL > span {
	box-sizing: border-box;
	display: inline;
	vertical-align: middle;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.dHluHL {
		padding: 8px;
	}

	.dHluHL > span {
		color: #801819 !important;
		font-size: 14px;
		font-weight: 600;
		line-height: 16px;
		font-style: normal;
	}

	.dHluHL > svg {
		width: 16px;
		height: 16px;
	}
}

/*!sc*/
data-styled.g161[id='sc-bFYcde'] {
	content: 'dHluHL,';
}

/*!sc*/
.fHmQtU {
	box-sizing: border-box;
	border: 1px solid rgba(52, 58, 64, 0.2);
	background: rgba(231, 232, 233, 0.2);
	padding: 4px 8px;
}

/*!sc*/
.fHmQtU > span {
	color: #343a40 !important;
}

/*!sc*/
@container toplist3-item (width >=500px) {
	.fHmQtU {
		padding: 4px 10px;
	}
}

/*!sc*/
data-styled.g162[id='sc-dCZjNh'] {
	content: 'fHmQtU,';
}

/*!sc*/
.hoTKPs {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #343a40;
	text-align: center;
}

/*!sc*/
.hoTKPs:not(.no-bonus) {
	padding: 5px 16px;
}

/*!sc*/
.hoTKPs.no-bonus {
	padding: 25px 16px;
}

/*!sc*/
@container toplist3-item (width <=849px) {
	.hoTKPs {
		min-height: min-content;
	}
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.hoTKPs {
		min-height: 100%;
		justify-content: center;
		align-items: center;
	}
}

/*!sc*/
data-styled.g164[id='sc-kJzonb'] {
	content: 'hoTKPs,';
}

/*!sc*/
.jmsIZc {
	font-family: inherit;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
}

/*!sc*/
@container toplist3-item (width >=500px) {
	.jmsIZc {
		font-size: 20px;
		line-height: 28px;
	}
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.jmsIZc {
		font-size: 20px;
		line-height: 28px;
	}
}

/*!sc*/
data-styled.g165[id='sc-bohRqu'] {
	content: 'jmsIZc,';
}

/*!sc*/
.hPgTIW {
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	width: 100%;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.hPgTIW {
		font-size: 18px;
		line-height: 27px;
		padding-bottom: 20px !important;
	}
}

/*!sc*/
data-styled.g166[id='sc-dliZax'] {
	content: 'hPgTIW,';
}

/*!sc*/
.gzPlUc {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
	gap: 10px;
	align-self: stretch;
	padding: 16px;
}

/*!sc*/
@container toplist3-item (width >=500px) {
	.gzPlUc {
		padding: 20px;
		align-items: center;
	}
}

/*!sc*/
@container toplist3-item (max-width: 849px) {
	.gzPlUc {
		min-width: 50%;
	}
}

/*!sc*/
data-styled.g167[id='sc-ffnlCM'] {
	content: 'gzPlUc,';
}

/*!sc*/
.kmXkDG {
	display: grid;
	place-items: center;
	border-radius: 100px;
	background: #8100b0;
	color: #fff !important;
	padding: 16px !important;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	box-sizing: border-box;
	border: none;
	transition: all 0.3s ease;
	position: relative;
}

/*!sc*/
.kmXkDG > span {
	text-transform: uppercase;
	text-align: center;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	color: white !important;
}

/*!sc*/
.kmXkDG:focus {
	outline: none;
}

/*!sc*/
.kmXkDG:hover {
	background: #096725;
	background: linear-gradient(50deg, #096725 0%, #096725 100%) !important;
	color: #fff !important;
	position: relative;
}

/*!sc*/
.kmXkDG > svg {
	display: none;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

/*!sc*/
@container toplist3-item (width <=499px) {
	.kmXkDG {
		padding: 16px 8px !important;
	}
}

/*!sc*/
@container toplist3-item (width >=500px) {
	.kmXkDG {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.kmXkDG > span {
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 24px;
	}
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.kmXkDG > span {
		text-align: center;
		font-family: inherit;
		font-size: 18px;
		font-style: normal;
		font-weight: 800;
		line-height: 24px;
	}

	.kmXkDG:hover > svg {
		display: block;
	}
}

/*!sc*/
data-styled.g168[id='sc-bGmiln'] {
	content: 'kmXkDG,';
}

/*!sc*/
.iruHon {
	display: none;
}

/*!sc*/
@container toplist3-item (width >=850px) {
	.iruHon {
		box-sizing: border-box;
		display: grid;
		place-content: center;
		width: 4%;
		min-width: 34px;
		height: 28px;
		flex-shrink: 0;
		background: #f0f1f5;
	}

	.iruHon > span {
		flex-shrink: 0;
		color: #343a40;
		text-align: center;
		font-family: inherit;
		font-size: 12px;
		font-style: normal;
		font-weight: 800;
		line-height: 16px;
	}
}

/*!sc*/
data-styled.g172[id='sc-kYfZys'] {
	content: 'iruHon,';
}

/*!sc*/

.jHupMk {
	position: relative;
	display: inline-block;
	background: #8100b0;
	font-size: 16px;
	line-height: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	border-radius: 100px;
	text-align: center;
	width: 100%;
	min-width: auto;
	padding: 16px 25px 15px 25px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: all 0.6s;
	white-space: pre-wrap;
	border: 0;
}

/*!sc*/
.jHupMk:hover {
	background: linear-gradient(50deg, #096725 0%, #096725 100%) !important;
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
}

/*!sc*/
data-styled.g5[id='sc-dycHyt'] {
	content: 'jHupMk,';
}

/*!sc*/
.eAVUSZ {
	min-width: max-content;
	text-decoration: none;
	position: relative;
}

/*!sc*/
.eAVUSZ:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.eAVUSZ svg#cta-arrow-right {
	pointer-events: none;
	z-index: 50;
	display: none;
	position: absolute;
	height: 14px;
	width: 8px;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 300ms;
}

/*!sc*/
@media (min-width: 1080px) {
	.eAVUSZ svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
data-styled.g6[id='sc-jbAkgO'] {
	content: 'eAVUSZ,';
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 {
	display: flex;
	justify-content: center;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 > * {
	all: initial;
	font-family: inherit;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 * {
	margin: 0;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 svg {
	margin-right: 3px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 div #imgLogo {
	margin: unset;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td {
	background-color: unset;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 table:not(.preset) tr td,
table:not(.preset) tr th {
	border: 0px #ccc solid;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td.bonus_container {
	background-color: #b3b3b34e;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .tops-block {
	display: grid;
	grid-template-areas: 'left-side__container' 'right-side__container';
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .terms-conditions-text {
	font-size: 11px;
	text-align: center;
	margin-bottom: auto;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .terms-conditions-link {
	font-weight: bold;
	color: #8b8b8b;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .tc-block {
	color: #8b8b8b;
	padding-top: 2%;
	border-collapse: collapse;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 caption,
tbody,
tfoot,
thead,
tr.toplistTable-row,
th,
td.toplistTable-data {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 table {
	border: none;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	.left-side__container
	.logo__container
	a.info {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: -10px;
	margin-left: -20px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .info-svg {
	width: 18px;
	height: 18px;
	color: #868688;
}

/*!sc*/
.wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist_table {
	border-collapse: collapse;
	display: contents;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist_table tbody {
	display: flex;
	justify-content: center;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist__table tr {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 100px;
	overflow: hidden;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
	min-width: 320px;
	border-radius: 5px !important;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist__table tr td {
	width: 100%;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .left-side__container {
	display: grid;
	column-gap: 5%;
	row-gap: 0px;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: unset;
	grid-template-areas: 'logo bonuses' 'rating bonuses';
	padding-left: calc(15px + 5%);
	padding-right: calc(15px + 5%);
	align-items: unset;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	.left-side__container
	.brand-name-rating__container
	h4,
#id67253e63-e282-4af7-860a-8eaba29eee46
	.right-side__container
	.extra-text__container,
.green-tick {
	display: none;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	.left-side__container
	.brand-name-rating__container
	h4 {
	display: none;
	margin: none;
	font-size: 14px;
	color: #646464;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	.left-side__container
	.brand-name-rating__container
	.brand-name-small {
	display: block;
	text-align: center;
	padding: 0 10px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	.left-side__container
	.brand-name-rating__container
	.brand-name-small
	> a {
	text-decoration: none;
	font-size: 14px;
	color: #646464;
	font-weight: medium;
}

/*!sc*/
.right-side__container .empty {
	position: relative;
}

/*!sc*/
.right-side__container > .extra-text__container span {
	border-left: 1px solid rgb(236, 236, 236);
	position: relative;
	box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .extra-text__container:empty {
	display: none;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .extra-text__container span {
	display: flex;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	table.toplist__table
	tr
	td
	.right-side__container
	.empty {
	grid-template-columns: 74% 23%;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .brand-name-rating__container {
	display: flex;
	grid-column-start: unset;
	grid-area: rating;
	padding-top: unset;
	flex-direction: column;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .bonus__container {
	grid-area: bonuses;
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
	justify-content: center;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .bonus__container h4,
#id67253e63-e282-4af7-860a-8eaba29eee46 h4 > a {
	color: #646464;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	.brand-name-rating__container
	> h4
	> a:hover {
	color: #1e73be;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .bonus__container .bonuses {
	display: grid;
	gap: 5px;
	max-width: 250px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .bonus__container .bonuses span {
	background-color: #f0f0f1;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
	border-radius: 4px;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46
	.bonus__container
	.bonuses:not(:has(.freespins-bonus))
	.bonus {
	border: 5px solid transparent;
	word-wrap: break-word;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .freespins-bonus {
	grid-column: span 3;
	display: inline;
	padding: 2px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .logo__container,
#id67253e63-e282-4af7-860a-8eaba29eee46 .brand-name-rating__container {
	max-width: 150px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .logo {
	min-width: 100%;
	height: 100%;
	max-height: 52px;
	object-fit: contain;
	border-radius: 10px;
	grid-area: logo;
	min-height: 52px;
	width: auto;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .buttons__container {
	justify-content: center;
	display: flex;
	column-gap: 10px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .buttons__container a,
#id67253e63-e282-4af7-860a-8eaba29eee46 .buttons__container a.bonus-button,
#id67253e63-e282-4af7-860a-8eaba29eee46
	.buttons__container
	a.bonus-button:after {
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	content: none;
	transition: none;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .buttons__container > a {
	min-width: unset !important;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .buttons__container button {
	padding: 15px 20px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 15px;
	margin-top: 5px;
	width: 100%;
	font-weight: 600;
	cursor: pointer;
	background: #8100b0;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .buttons__container button:hover {
	background: #096725;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .button-one {
	border: 0px solid #fff;
	background: #8100b0;
	color: #64b5ae;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .button-two {
	border: 0px solid #fff;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46.toplist__wrapper {
	margin-bottom: 30px;
}

/*!sc*/
@media screen and (min-width: 600px) {
	#id67253e63-e282-4af7-860a-8eaba29eee46 table tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist__table tr {
		margin-bottom: 0;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.left-side__container
		.brand-name-rating__container
		> h4
		> a {
		display: block;
		text-decoration: none;
		whitespace: no-wrap;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46.toplist__wrapper {
		margin-bottom: 40px;
	}
}

/*!sc*/
@media screen and (min-width: 1249px) {
	#id67253e63-e282-4af7-860a-8eaba29eee46 .tops-block__hasChecklist {
		grid-template-columns: 60% 40%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .brand-name__link:hover {
		cursor: pointer;
		color: red;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) and (max-width: 1248px) {
	#id67253e63-e282-4af7-860a-8eaba29eee46 .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .tops-block__hasChecklist {
		grid-template-columns: 74% 23%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .extra-text__container {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) {
	#id67253e63-e282-4af7-860a-8eaba29eee46 .terms-conditions-text {
		color: #a0a0a0;
		font-size: 12px;
		margin: 2px 0 0 10px;
		text-align: unset;
		padding: 0 24px 2px 12px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .tops-block {
		min-height: 135px;
		width: 100%;
		align-items: center;
		grid-template-areas: unset;
		margin-bottom: 0.65%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .tc-block {
		background: rgba(255, 255, 255, 0.2);
		border-top: 1px solid #91919124;
		width: 102%;
		bottom: 0;
		margin: 0 0px 0 -8px;
		padding-top: unset;
		padding-bottom: 2px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .terms-conditions-link {
		color: #a0a0a0;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .left-side__container {
		grid-template-columns: 1fr 1fr;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .small-container div {
		border-left: unset;
		box-shadow: unset;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist__table {
		width: 100%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 table tbody {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist__table tr {
		box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-radius: 100px;
		overflow: hidden;
		padding: 0;
		min-height: 100px;
		height: fit-content;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist__table tr td {
		grid: initial;
		grid-row: 2;
		grid-column: 2;
		grid-gap: 0;
		grid-template-columns: 74% 23%;
		align-items: center;
		width: 100%;
		border-left: 10px solid #8100b0;
		border-image-slice: 1;
		border-width: 10px;
		border-image-source: linear-gradient(to top, #8100b0);
		box-shadow: transparent 15px 0px 20px 0px inset;
		border-top: none;
		border-bottom: none;
		border-right: none;
		align-content: start;
		padding-bottom: 0.2rem;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .left-side__container,
	#id67253e63-e282-4af7-860a-8eaba29eee46 .right-side__container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		height: 100%;
		width: 100%;
		padding-top: 3%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .right-side__container,
	.right-side__container .extra-text__container span {
		border-left: unset;
		position: relative;
		box-shadow: unset;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: none;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .half-circle {
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: none;
		justify-content: end;
		align-items: center;
	}

	.green-tick {
		height: 30px;
		margin-right: 3px;
		display: block;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .logo-container {
		min-width: 15%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .logo {
		border-radius: 50%;
		background-color: transperent;
		object-fit: contain;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.left-side__container
		.brand-name-rating__container {
		min-width: 15%;
		display: flex;
		grid-template-columns: unset;
		margin-right: 7%;
		flex-direction: column;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.left-side__container
		.brand-name-rating__container
		h4 {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		margin-left: 5px;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 h4 > a {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 h4 > a {
		text-decoration: none;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.left-side__container
		.brand-name-rating__container
		.rating-percentage {
		font-weight: bold;
		color: #919191;
		font-size: 15px;
		margin-left: 2px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46.left-side__container
		.brand-name-rating__container
		h4,
	#id67253e63-e282-4af7-860a-8eaba29eee46.bonus__container h4,
	#id67253e63-e282-4af7-860a-8eaba29eee46 h4 > a {
		display: block;
		color: #919191;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .bonus__container {
		min-width: 15%;
		width: 25%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .bonus__container .bonuses {
		gap: 3px;
		max-width: 250px;
		margin-top: 7px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .bonus__container .bonuses span {
		text-align: center;
		padding: 1px;
		font-size: 13px;
		font-weight: bold;
		color: #868688;
		border-radius: 1px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.right-side__container
		.extra-text__container {
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .extra-text__container span {
		color: #868688;
		font-weight: bold;
		display: flex;
		font-size: 13px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.extra-text__container
		span:not(:last-child) {
		margin: 0;
		margin-bottom: 5px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .buttons__container {
		min-width: 15%;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .buttons__container button {
		padding: 15px 20px;
		text-transform: uppercase;
		border-radius: 100px;
		font-size: 15px;
		margin-top: 5px;
		width: unset;
		font-weight: 600;
		background: #8100b0;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .buttons__container button:hover {
		background: #096725;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .button-two {
		box-shadow: rgb(0 0 0 / 15%) 2px 2px 8px 2px;
		transition: all 0.6s;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .button-two:hover {
		box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
		transform: scale(0.95);
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.left-side__container
		.logo__container
		a.info {
		margin-top: 10px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1250px) {
	#id67253e63-e282-4af7-860a-8eaba29eee46
		.right-side__container
		.extra-text__container {
		display: block;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.right-side__container
		.extra-text__container
		span
		.buttons__container
		button {
		font-size: 12px;
		padding: 10px 12px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .right-side__container {
		border-left: unset;
		box-shadow: unset;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .right-side__container-border {
		border-left: 1px solid rgb(236, 236, 236) !important;
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset !important;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.right-side__container
		.empty
		.half-circle {
		display: none;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.right-side__container
		.extra-text__container
		span
		.half-circle {
		display: flex;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: block;
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.right-side__container
		.extra-text__container
		span {
		border-left: 1px solid rgb(236, 236, 236);
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		table.toplist__table
		tr
		td
		.right-side__container
		.extra-text__container
		span {
		grid-template-columns: 1fr 1fr !important;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		table.toplist__table
		tr
		td.small-container,
	table.toplist__table tr td .right-side__container .empty {
		grid-template-columns: 74% 23%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist__table tr td {
		display: block;
		padding-top: 0;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46
		.tops-block
		.right-side__container
		.extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .tops-block > .extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .half-circle {
		display: flex;
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

/*!sc*/
@media screen and (min-width: 1500px) {
	#id67253e63-e282-4af7-860a-8eaba29eee46
		.right-side__container
		extra-text__container
		span
		.buttons__container
		button {
		padding: 15px 20px;
		font-size: 15px;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 table.toplist__table {
		width: 100%;
	}
}

/*!sc*/
data-styled.g228[id='sc-global-bNvSqM1'] {
	content: 'sc-global-bNvSqM1,';
}

/*!sc*/
:root {
	--star-size: 25px;
	--star-color: #ffea98b5;
	--star-background: #fc0;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 25px;
	font-family: Times;
	line-height: 1;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-bottom: 6px;
}

/*!sc*/
#id67253e63-e282-4af7-860a-8eaba29eee46 .Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(
		90deg,
		var(--star-background) var(--percent),
		var(--star-color) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1;
	position: relative;
}

/*!sc*/
@media screen and (min-width: 1000px) {
	:root {
		--star-size: 30px;
		--star-color: #ffea98b5;
		--star-background: #fc0;
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .Stars {
		font-size: var(--star-size);
	}

	#id67253e63-e282-4af7-860a-8eaba29eee46 .Stars::before {
		content: '★★★★★';
		letter-spacing: 0px;
		background: linear-gradient(
			90deg,
			var(--star-background) var(--percent),
			var(--star-color) var(--percent)
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/*!sc*/
data-styled.g254[id='sc-global-dahwHR1'] {
	content: 'sc-global-dahwHR1,';
}

/*!sc*/

.jHupMk {
	position: relative;
	display: inline-block;
	background: #8100b0;
	font-size: 16px;
	line-height: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	border-radius: 100px;
	text-align: center;
	width: 100%;
	min-width: auto;
	padding: 16px 25px 15px 25px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: all 0.6s;
	white-space: pre-wrap;
	border: 0;
}

/*!sc*/
.jHupMk:hover {
	background: linear-gradient(50deg, #096725 0%, #096725 100%) !important;
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
}

/*!sc*/
data-styled.g5[id='sc-dycHyt'] {
	content: 'jHupMk,';
}

/*!sc*/
.eAVUSZ {
	min-width: max-content;
	text-decoration: none;
	position: relative;
}

/*!sc*/
.eAVUSZ:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.eAVUSZ svg#cta-arrow-right {
	pointer-events: none;
	z-index: 50;
	display: none;
	position: absolute;
	height: 14px;
	width: 8px;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 300ms;
}

/*!sc*/
@media (min-width: 1080px) {
	.eAVUSZ svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
data-styled.g6[id='sc-jbAkgO'] {
	content: 'eAVUSZ,';
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef {
	display: flex;
	justify-content: center;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef > * {
	all: initial;
	font-family: inherit;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef * {
	margin: 0;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef svg {
	margin-right: 3px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef div #imgLogo {
	margin: unset;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td {
	background-color: unset;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table:not(.preset) tr td,
table:not(.preset) tr th {
	border: 0px #ccc solid;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td.bonus_container {
	background-color: #b3b3b34e;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .tops-block {
	display: grid;
	grid-template-areas: 'left-side__container' 'right-side__container';
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .terms-conditions-text {
	font-size: 11px;
	text-align: center;
	margin-bottom: auto;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .terms-conditions-link {
	font-weight: bold;
	color: #8b8b8b;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .tc-block {
	color: #8b8b8b;
	padding-top: 2%;
	border-collapse: collapse;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef caption,
tbody,
tfoot,
thead,
tr.toplistTable-row,
th,
td.toplistTable-data {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table {
	border: none;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	.left-side__container
	.logo__container
	a.info {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: -10px;
	margin-left: -20px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .info-svg {
	width: 18px;
	height: 18px;
	color: #868688;
}

/*!sc*/
.wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist_table {
	border-collapse: collapse;
	display: contents;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist_table tbody {
	display: flex;
	justify-content: center;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist__table tr {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 100px;
	overflow: hidden;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
	min-width: 320px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist__table tr td {
	width: 100%;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .left-side__container {
	display: grid;
	column-gap: 5%;
	row-gap: 0px;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: unset;
	grid-template-areas: 'logo bonuses' 'rating bonuses';
	padding-left: calc(15px + 5%);
	padding-right: calc(15px + 5%);
	align-items: unset;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	.left-side__container
	.brand-name-rating__container
	h4,
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	.right-side__container
	.extra-text__container,
.green-tick {
	display: none;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	.left-side__container
	.brand-name-rating__container
	h4 {
	display: none;
	margin: none;
	font-size: 14px;
	color: #646464;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	.left-side__container
	.brand-name-rating__container
	.brand-name-small {
	display: block;
	text-align: center;
	padding: 0 10px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	.left-side__container
	.brand-name-rating__container
	.brand-name-small
	> a {
	text-decoration: none;
	font-size: 14px;
	color: #646464;
	font-weight: medium;
}

/*!sc*/
.right-side__container .empty {
	position: relative;
}

/*!sc*/
.right-side__container > .extra-text__container span {
	border-left: 1px solid rgb(236, 236, 236);
	position: relative;
	box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .extra-text__container:empty {
	display: none;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .extra-text__container span {
	display: flex;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	table.toplist__table
	tr
	td
	.right-side__container
	.empty {
	grid-template-columns: 74% 23%;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .brand-name-rating__container {
	display: flex;
	grid-column-start: unset;
	grid-area: rating;
	padding-top: unset;
	flex-direction: column;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .bonus__container {
	grid-area: bonuses;
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
	justify-content: center;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .bonus__container h4,
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef h4 > a {
	color: #646464;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	.brand-name-rating__container
	> h4
	> a:hover {
	color: #1e73be;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .bonus__container .bonuses {
	display: grid;
	gap: 5px;
	max-width: 250px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .bonus__container .bonuses span {
	background-color: #f0f0f1;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
	border-radius: 4px;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	.bonus__container
	.bonuses:not(:has(.freespins-bonus))
	.bonus {
	border: 5px solid transparent;
	word-wrap: break-word;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .freespins-bonus {
	grid-column: span 3;
	display: inline;
	padding: 2px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .logo__container,
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .brand-name-rating__container {
	max-width: 150px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .logo {
	min-width: 100%;
	height: 100%;
	max-height: 52px;
	object-fit: contain;
	border-radius: 10px;
	grid-area: logo;
	min-height: 52px;
	width: auto;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .buttons__container {
	justify-content: center;
	display: flex;
	column-gap: 10px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .buttons__container a,
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .buttons__container a.bonus-button,
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
	.buttons__container
	a.bonus-button:after {
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	content: none;
	transition: none;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .buttons__container > a {
	min-width: unset !important;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .buttons__container button {
	padding: 15px 20px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 15px;
	margin-top: 5px;
	width: 100%;
	font-weight: 600;
	cursor: pointer;
	background: #8100b0;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .buttons__container button:hover {
	background: #096725;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .button-one {
	border: 0px solid #fff;
	background: #8100b0;
	color: #64b5ae;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .button-two {
	border: 0px solid #fff;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef.toplist__wrapper {
	margin-bottom: 30px;
}

/*!sc*/
@media screen and (min-width: 600px) {
	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist__table tr {
		margin-bottom: 0;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.left-side__container
		.brand-name-rating__container
		> h4
		> a {
		display: block;
		text-decoration: none;
		whitespace: no-wrap;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef.toplist__wrapper {
		margin-bottom: 40px;
	}
}

/*!sc*/
@media screen and (min-width: 1249px) {
	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .tops-block__hasChecklist {
		grid-template-columns: 60% 40%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .brand-name__link:hover {
		cursor: pointer;
		color: red;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) and (max-width: 1248px) {
	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .tops-block__hasChecklist {
		grid-template-columns: 74% 23%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .extra-text__container {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) {
	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .terms-conditions-text {
		color: #a0a0a0;
		font-size: 12px;
		margin: 2px 0 0 10px;
		text-align: unset;
		padding: 0 24px 2px 12px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .tops-block {
		min-height: 135px;
		width: 100%;
		align-items: center;
		grid-template-areas: unset;
		margin-bottom: 0.65%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .tc-block {
		background: rgba(255, 255, 255, 0.2);
		border-top: 1px solid #91919124;
		width: 102%;
		bottom: 0;
		margin: 0 0px 0 -8px;
		padding-top: unset;
		padding-bottom: 2px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .terms-conditions-link {
		color: #a0a0a0;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .left-side__container {
		grid-template-columns: 1fr 1fr;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .small-container div {
		border-left: unset;
		box-shadow: unset;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist__table {
		width: 100%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table tbody {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist__table tr {
		box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-radius: 100px;
		overflow: hidden;
		padding: 0;
		min-height: 100px;
		height: fit-content;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist__table tr td {
		grid: initial;
		grid-row: 2;
		grid-column: 2;
		grid-gap: 0;
		grid-template-columns: 74% 23%;
		align-items: center;
		width: 100%;
		border-left: 10px solid #8100b0;
		border-image-slice: 1;
		border-width: 10px;
		border-image-source: linear-gradient(to top, #8100b0);
		box-shadow: transparent 15px 0px 20px 0px inset;
		border-top: none;
		border-bottom: none;
		border-right: none;
		align-content: start;
		padding-bottom: 0.2rem;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .left-side__container,
	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .right-side__container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		height: 100%;
		width: 100%;
		padding-top: 3%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .right-side__container,
	.right-side__container .extra-text__container span {
		border-left: unset;
		position: relative;
		box-shadow: unset;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: none;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .half-circle {
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: none;
		justify-content: end;
		align-items: center;
	}

	.green-tick {
		height: 30px;
		margin-right: 3px;
		display: block;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .logo-container {
		min-width: 15%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .logo {
		border-radius: 50%;
		background-color: transperent;
		object-fit: contain;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.left-side__container
		.brand-name-rating__container {
		min-width: 15%;
		display: flex;
		grid-template-columns: unset;
		margin-right: 7%;
		flex-direction: column;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.left-side__container
		.brand-name-rating__container
		h4 {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		margin-left: 5px;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef h4 > a {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef h4 > a {
		text-decoration: none;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.left-side__container
		.brand-name-rating__container
		.rating-percentage {
		font-weight: bold;
		color: #919191;
		font-size: 15px;
		margin-left: 2px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef.left-side__container
		.brand-name-rating__container
		h4,
	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef.bonus__container h4,
	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef h4 > a {
		display: block;
		color: #919191;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .bonus__container {
		min-width: 15%;
		width: 25%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .bonus__container .bonuses {
		gap: 3px;
		max-width: 250px;
		margin-top: 7px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .bonus__container .bonuses span {
		text-align: center;
		padding: 1px;
		font-size: 13px;
		font-weight: bold;
		color: #868688;
		border-radius: 1px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.right-side__container
		.extra-text__container {
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .extra-text__container span {
		color: #868688;
		font-weight: bold;
		display: flex;
		font-size: 13px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.extra-text__container
		span:not(:last-child) {
		margin: 0;
		margin-bottom: 5px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .buttons__container {
		min-width: 15%;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .buttons__container button {
		padding: 15px 20px;
		text-transform: uppercase;
		border-radius: 100px;
		font-size: 15px;
		margin-top: 5px;
		width: unset;
		font-weight: 600;
		background: #8100b0;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .buttons__container button:hover {
		background: #096725;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .button-two {
		box-shadow: rgb(0 0 0 / 15%) 2px 2px 8px 2px;
		transition: all 0.6s;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .button-two:hover {
		box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
		transform: scale(0.95);
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.left-side__container
		.logo__container
		a.info {
		margin-top: 10px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1250px) {
	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.right-side__container
		.extra-text__container {
		display: block;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.right-side__container
		.extra-text__container
		span
		.buttons__container
		button {
		font-size: 12px;
		padding: 10px 12px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .right-side__container {
		border-left: unset;
		box-shadow: unset;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .right-side__container-border {
		border-left: 1px solid rgb(236, 236, 236) !important;
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset !important;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.right-side__container
		.empty
		.half-circle {
		display: none;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.right-side__container
		.extra-text__container
		span
		.half-circle {
		display: flex;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: block;
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.right-side__container
		.extra-text__container
		span {
		border-left: 1px solid rgb(236, 236, 236);
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		table.toplist__table
		tr
		td
		.right-side__container
		.extra-text__container
		span {
		grid-template-columns: 1fr 1fr !important;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		table.toplist__table
		tr
		td.small-container,
	table.toplist__table tr td .right-side__container .empty {
		grid-template-columns: 74% 23%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist__table tr td {
		display: block;
		padding-top: 0;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.tops-block
		.right-side__container
		.extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .tops-block > .extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .half-circle {
		display: flex;
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

/*!sc*/
@media screen and (min-width: 1500px) {
	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef
		.right-side__container
		extra-text__container
		span
		.buttons__container
		button {
		padding: 15px 20px;
		font-size: 15px;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef table.toplist__table {
		width: 100%;
	}
}

/*!sc*/
data-styled.g255[id='sc-global-knOHVQ1'] {
	content: 'sc-global-knOHVQ1,';
}

/*!sc*/
:root {
	--star-size: 25px;
	--star-color: #ffea98b5;
	--star-background: #fc0;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 25px;
	font-family: Times;
	line-height: 1;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-bottom: 6px;
}

/*!sc*/
#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(
		90deg,
		var(--star-background) var(--percent),
		var(--star-color) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1;
	position: relative;
}

/*!sc*/
@media screen and (min-width: 1000px) {
	:root {
		--star-size: 30px;
		--star-color: #ffea98b5;
		--star-background: #fc0;
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .Stars {
		font-size: var(--star-size);
	}

	#idb2903220-eba7-4fa0-96c8-8a1c16d806ef .Stars::before {
		content: '★★★★★';
		letter-spacing: 0px;
		background: linear-gradient(
			90deg,
			var(--star-background) var(--percent),
			var(--star-color) var(--percent)
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/*!sc*/
data-styled.g281[id='sc-global-gTKGVt1'] {
	content: 'sc-global-gTKGVt1,';
}

/*!sc*/

.jHupMk {
	position: relative;
	display: inline-block;
	background: #8100b0;
	font-size: 16px;
	line-height: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	border-radius: 100px;
	text-align: center;
	width: 100%;
	min-width: auto;
	padding: 16px 25px 15px 25px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: all 0.6s;
	white-space: pre-wrap;
	border: 0;
}

/*!sc*/
.jHupMk:hover {
	background: linear-gradient(50deg, #096725 0%, #096725 100%) !important;
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
}

/*!sc*/
data-styled.g5[id='sc-dycHyt'] {
	content: 'jHupMk,';
}

/*!sc*/
.eAVUSZ {
	min-width: max-content;
	text-decoration: none;
	position: relative;
}

/*!sc*/
.eAVUSZ:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.eAVUSZ svg#cta-arrow-right {
	pointer-events: none;
	z-index: 50;
	display: none;
	position: absolute;
	height: 14px;
	width: 8px;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 300ms;
}

/*!sc*/
@media (min-width: 1080px) {
	.eAVUSZ svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
data-styled.g6[id='sc-jbAkgO'] {
	content: 'eAVUSZ,';
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c {
	display: flex;
	justify-content: center;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c > * {
	all: initial;
	font-family: inherit;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c * {
	margin: 0;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c svg {
	margin-right: 3px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c div #imgLogo {
	margin: unset;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td {
	background-color: unset;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table:not(.preset) tr td,
table:not(.preset) tr th {
	border: 0px #ccc solid;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td.bonus_container {
	background-color: #b3b3b34e;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .tops-block {
	display: grid;
	grid-template-areas: 'left-side__container' 'right-side__container';
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .terms-conditions-text {
	font-size: 11px;
	text-align: center;
	margin-bottom: auto;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .terms-conditions-link {
	font-weight: bold;
	color: #8b8b8b;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .tc-block {
	color: #8b8b8b;
	padding-top: 2%;
	border-collapse: collapse;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c caption,
tbody,
tfoot,
thead,
tr.toplistTable-row,
th,
td.toplistTable-data {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table {
	border: none;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	.left-side__container
	.logo__container
	a.info {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: -10px;
	margin-left: -20px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .info-svg {
	width: 18px;
	height: 18px;
	color: #868688;
}

/*!sc*/
.wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist_table {
	border-collapse: collapse;
	display: contents;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist_table tbody {
	display: flex;
	justify-content: center;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist__table tr {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 100px;
	overflow: hidden;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
	min-width: 320px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist__table tr td {
	width: 100%;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .left-side__container {
	display: grid;
	column-gap: 5%;
	row-gap: 0px;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: unset;
	grid-template-areas: 'logo bonuses' 'rating bonuses';
	padding-left: calc(15px + 5%);
	padding-right: calc(15px + 5%);
	align-items: unset;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	.left-side__container
	.brand-name-rating__container
	h4,
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	.right-side__container
	.extra-text__container,
.green-tick {
	display: none;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	.left-side__container
	.brand-name-rating__container
	h4 {
	display: none;
	margin: none;
	font-size: 14px;
	color: #646464;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	.left-side__container
	.brand-name-rating__container
	.brand-name-small {
	display: block;
	text-align: center;
	padding: 0 10px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	.left-side__container
	.brand-name-rating__container
	.brand-name-small
	> a {
	text-decoration: none;
	font-size: 14px;
	color: #646464;
	font-weight: medium;
}

/*!sc*/
.right-side__container .empty {
	position: relative;
}

/*!sc*/
.right-side__container > .extra-text__container span {
	border-left: 1px solid rgb(236, 236, 236);
	position: relative;
	box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .extra-text__container:empty {
	display: none;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .extra-text__container span {
	display: flex;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	table.toplist__table
	tr
	td
	.right-side__container
	.empty {
	grid-template-columns: 74% 23%;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .brand-name-rating__container {
	display: flex;
	grid-column-start: unset;
	grid-area: rating;
	padding-top: unset;
	flex-direction: column;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .bonus__container {
	grid-area: bonuses;
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
	justify-content: center;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .bonus__container h4,
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c h4 > a {
	color: #646464;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	.brand-name-rating__container
	> h4
	> a:hover {
	color: #1e73be;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .bonus__container .bonuses {
	display: grid;
	gap: 5px;
	max-width: 250px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .bonus__container .bonuses span {
	background-color: #f0f0f1;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
	border-radius: 4px;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	.bonus__container
	.bonuses:not(:has(.freespins-bonus))
	.bonus {
	border: 5px solid transparent;
	word-wrap: break-word;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .freespins-bonus {
	grid-column: span 3;
	display: inline;
	padding: 2px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .logo__container,
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .brand-name-rating__container {
	max-width: 150px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .logo {
	min-width: 100%;
	height: 100%;
	max-height: 52px;
	object-fit: contain;
	border-radius: 10px;
	grid-area: logo;
	min-height: 52px;
	width: auto;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .buttons__container {
	justify-content: center;
	display: flex;
	column-gap: 10px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .buttons__container a,
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .buttons__container a.bonus-button,
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
	.buttons__container
	a.bonus-button:after {
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	content: none;
	transition: none;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .buttons__container > a {
	min-width: unset !important;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .buttons__container button {
	padding: 15px 20px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 15px;
	margin-top: 5px;
	width: 100%;
	font-weight: 600;
	cursor: pointer;
	background: #8100b0;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .buttons__container button:hover {
	background: #096725;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .button-one {
	border: 0px solid #fff;
	background: #8100b0;
	color: #64b5ae;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .button-two {
	border: 0px solid #fff;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c.toplist__wrapper {
	margin-bottom: 30px;
}

/*!sc*/
@media screen and (min-width: 600px) {
	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist__table tr {
		margin-bottom: 0;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.left-side__container
		.brand-name-rating__container
		> h4
		> a {
		display: block;
		text-decoration: none;
		whitespace: no-wrap;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c.toplist__wrapper {
		margin-bottom: 40px;
	}
}

/*!sc*/
@media screen and (min-width: 1249px) {
	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .tops-block__hasChecklist {
		grid-template-columns: 60% 40%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .brand-name__link:hover {
		cursor: pointer;
		color: red;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) and (max-width: 1248px) {
	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .tops-block__hasChecklist {
		grid-template-columns: 74% 23%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .extra-text__container {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) {
	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .terms-conditions-text {
		color: #a0a0a0;
		font-size: 12px;
		margin: 2px 0 0 10px;
		text-align: unset;
		padding: 0 24px 2px 12px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .tops-block {
		min-height: 135px;
		width: 100%;
		align-items: center;
		grid-template-areas: unset;
		margin-bottom: 0.65%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .tc-block {
		background: rgba(255, 255, 255, 0.2);
		border-top: 1px solid #91919124;
		width: 102%;
		bottom: 0;
		margin: 0 0px 0 -8px;
		padding-top: unset;
		padding-bottom: 2px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .terms-conditions-link {
		color: #a0a0a0;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .left-side__container {
		grid-template-columns: 1fr 1fr;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .small-container div {
		border-left: unset;
		box-shadow: unset;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist__table {
		width: 100%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table tbody {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist__table tr {
		box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-radius: 100px;
		overflow: hidden;
		padding: 0;
		min-height: 100px;
		height: fit-content;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist__table tr td {
		grid: initial;
		grid-row: 2;
		grid-column: 2;
		grid-gap: 0;
		grid-template-columns: 74% 23%;
		align-items: center;
		width: 100%;
		border-left: 10px solid #8100b0;
		border-image-slice: 1;
		border-width: 10px;
		border-image-source: linear-gradient(to top, #8100b0);
		box-shadow: transparent 15px 0px 20px 0px inset;
		border-top: none;
		border-bottom: none;
		border-right: none;
		align-content: start;
		padding-bottom: 0.2rem;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .left-side__container,
	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .right-side__container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		height: 100%;
		width: 100%;
		padding-top: 3%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .right-side__container,
	.right-side__container .extra-text__container span {
		border-left: unset;
		position: relative;
		box-shadow: unset;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: none;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .half-circle {
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: none;
		justify-content: end;
		align-items: center;
	}

	.green-tick {
		height: 30px;
		margin-right: 3px;
		display: block;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .logo-container {
		min-width: 15%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .logo {
		border-radius: 50%;
		background-color: transperent;
		object-fit: contain;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.left-side__container
		.brand-name-rating__container {
		min-width: 15%;
		display: flex;
		grid-template-columns: unset;
		margin-right: 7%;
		flex-direction: column;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.left-side__container
		.brand-name-rating__container
		h4 {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		margin-left: 5px;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c h4 > a {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c h4 > a {
		text-decoration: none;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.left-side__container
		.brand-name-rating__container
		.rating-percentage {
		font-weight: bold;
		color: #919191;
		font-size: 15px;
		margin-left: 2px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c.left-side__container
		.brand-name-rating__container
		h4,
	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c.bonus__container h4,
	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c h4 > a {
		display: block;
		color: #919191;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .bonus__container {
		min-width: 15%;
		width: 25%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .bonus__container .bonuses {
		gap: 3px;
		max-width: 250px;
		margin-top: 7px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .bonus__container .bonuses span {
		text-align: center;
		padding: 1px;
		font-size: 13px;
		font-weight: bold;
		color: #868688;
		border-radius: 1px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.right-side__container
		.extra-text__container {
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .extra-text__container span {
		color: #868688;
		font-weight: bold;
		display: flex;
		font-size: 13px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.extra-text__container
		span:not(:last-child) {
		margin: 0;
		margin-bottom: 5px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .buttons__container {
		min-width: 15%;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .buttons__container button {
		padding: 15px 20px;
		text-transform: uppercase;
		border-radius: 100px;
		font-size: 15px;
		margin-top: 5px;
		width: unset;
		font-weight: 600;
		background: #8100b0;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .buttons__container button:hover {
		background: #096725;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .button-two {
		box-shadow: rgb(0 0 0 / 15%) 2px 2px 8px 2px;
		transition: all 0.6s;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .button-two:hover {
		box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
		transform: scale(0.95);
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.left-side__container
		.logo__container
		a.info {
		margin-top: 10px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1250px) {
	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.right-side__container
		.extra-text__container {
		display: block;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.right-side__container
		.extra-text__container
		span
		.buttons__container
		button {
		font-size: 12px;
		padding: 10px 12px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .right-side__container {
		border-left: unset;
		box-shadow: unset;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .right-side__container-border {
		border-left: 1px solid rgb(236, 236, 236) !important;
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset !important;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.right-side__container
		.empty
		.half-circle {
		display: none;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.right-side__container
		.extra-text__container
		span
		.half-circle {
		display: flex;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: block;
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.right-side__container
		.extra-text__container
		span {
		border-left: 1px solid rgb(236, 236, 236);
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		table.toplist__table
		tr
		td
		.right-side__container
		.extra-text__container
		span {
		grid-template-columns: 1fr 1fr !important;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		table.toplist__table
		tr
		td.small-container,
	table.toplist__table tr td .right-side__container .empty {
		grid-template-columns: 74% 23%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist__table tr td {
		display: block;
		padding-top: 0;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.tops-block
		.right-side__container
		.extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .tops-block > .extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .half-circle {
		display: flex;
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

/*!sc*/
@media screen and (min-width: 1500px) {
	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c
		.right-side__container
		extra-text__container
		span
		.buttons__container
		button {
		padding: 15px 20px;
		font-size: 15px;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c table.toplist__table {
		width: 100%;
	}
}

/*!sc*/
data-styled.g282[id='sc-global-fPrQEo1'] {
	content: 'sc-global-fPrQEo1,';
}

/*!sc*/
:root {
	--star-size: 25px;
	--star-color: #ffea98b5;
	--star-background: #fc0;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 25px;
	font-family: Times;
	line-height: 1;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-bottom: 6px;
}

/*!sc*/
#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(
		90deg,
		var(--star-background) var(--percent),
		var(--star-color) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1;
	position: relative;
}

/*!sc*/
@media screen and (min-width: 1000px) {
	:root {
		--star-size: 30px;
		--star-color: #ffea98b5;
		--star-background: #fc0;
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .Stars {
		font-size: var(--star-size);
	}

	#id757df3ea-c5cd-4101-924d-9fb4ad053a1c .Stars::before {
		content: '★★★★★';
		letter-spacing: 0px;
		background: linear-gradient(
			90deg,
			var(--star-background) var(--percent),
			var(--star-color) var(--percent)
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/*!sc*/
data-styled.g308[id='sc-global-eLJqJd1'] {
	content: 'sc-global-eLJqJd1,';
}

/*!sc*/

.jHupMk {
	position: relative;
	display: inline-block;
	background: #8100b0;
	font-size: 16px;
	line-height: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	border-radius: 100px;
	text-align: center;
	width: 100%;
	min-width: auto;
	padding: 16px 25px 15px 25px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: all 0.6s;
	white-space: pre-wrap;
	border: 0;
}

/*!sc*/
.jHupMk:hover {
	background: linear-gradient(50deg, #096725 0%, #096725 100%) !important;
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
}

/*!sc*/
data-styled.g5[id='sc-dycHyt'] {
	content: 'jHupMk,';
}

/*!sc*/
.eAVUSZ {
	min-width: max-content;
	text-decoration: none;
	position: relative;
}

/*!sc*/
.eAVUSZ:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.eAVUSZ svg#cta-arrow-right {
	pointer-events: none;
	z-index: 50;
	display: none;
	position: absolute;
	height: 14px;
	width: 8px;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 300ms;
}

/*!sc*/
@media (min-width: 1080px) {
	.eAVUSZ svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
data-styled.g6[id='sc-jbAkgO'] {
	content: 'eAVUSZ,';
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 {
	display: flex;
	justify-content: center;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 > * {
	all: initial;
	font-family: inherit;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 * {
	margin: 0;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 svg {
	margin-right: 3px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 div #imgLogo {
	margin: unset;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td {
	background-color: unset;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 table:not(.preset) tr td,
table:not(.preset) tr th {
	border: 0px #ccc solid;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td.bonus_container {
	background-color: #b3b3b34e;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .tops-block {
	display: grid;
	grid-template-areas: 'left-side__container' 'right-side__container';
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .terms-conditions-text {
	font-size: 11px;
	text-align: center;
	margin-bottom: auto;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .terms-conditions-link {
	font-weight: bold;
	color: #8b8b8b;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .tc-block {
	color: #8b8b8b;
	padding-top: 2%;
	border-collapse: collapse;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 caption,
tbody,
tfoot,
thead,
tr.toplistTable-row,
th,
td.toplistTable-data {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 table {
	border: none;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	.left-side__container
	.logo__container
	a.info {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: -10px;
	margin-left: -20px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .info-svg {
	width: 18px;
	height: 18px;
	color: #868688;
}

/*!sc*/
.wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist_table {
	border-collapse: collapse;
	display: contents;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist_table tbody {
	display: flex;
	justify-content: center;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist__table tr {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 100px;
	overflow: hidden;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
	min-width: 320px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist__table tr td {
	width: 100%;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .left-side__container {
	display: grid;
	column-gap: 5%;
	row-gap: 0px;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: unset;
	grid-template-areas: 'logo bonuses' 'rating bonuses';
	padding-left: calc(15px + 5%);
	padding-right: calc(15px + 5%);
	align-items: unset;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	.left-side__container
	.brand-name-rating__container
	h4,
#idc9900e7a-8098-407a-817d-5e091bc23e65
	.right-side__container
	.extra-text__container,
.green-tick {
	display: none;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	.left-side__container
	.brand-name-rating__container
	h4 {
	display: none;
	margin: none;
	font-size: 14px;
	color: #646464;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	.left-side__container
	.brand-name-rating__container
	.brand-name-small {
	display: block;
	text-align: center;
	padding: 0 10px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	.left-side__container
	.brand-name-rating__container
	.brand-name-small
	> a {
	text-decoration: none;
	font-size: 14px;
	color: #646464;
	font-weight: medium;
}

/*!sc*/
.right-side__container .empty {
	position: relative;
}

/*!sc*/
.right-side__container > .extra-text__container span {
	border-left: 1px solid rgb(236, 236, 236);
	position: relative;
	box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .extra-text__container:empty {
	display: none;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .extra-text__container span {
	display: flex;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	table.toplist__table
	tr
	td
	.right-side__container
	.empty {
	grid-template-columns: 74% 23%;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .brand-name-rating__container {
	display: flex;
	grid-column-start: unset;
	grid-area: rating;
	padding-top: unset;
	flex-direction: column;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .bonus__container {
	grid-area: bonuses;
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
	justify-content: center;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .bonus__container h4,
#idc9900e7a-8098-407a-817d-5e091bc23e65 h4 > a {
	color: #646464;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	.brand-name-rating__container
	> h4
	> a:hover {
	color: #1e73be;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .bonus__container .bonuses {
	display: grid;
	gap: 5px;
	max-width: 250px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .bonus__container .bonuses span {
	background-color: #f0f0f1;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
	border-radius: 4px;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65
	.bonus__container
	.bonuses:not(:has(.freespins-bonus))
	.bonus {
	border: 5px solid transparent;
	word-wrap: break-word;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .freespins-bonus {
	grid-column: span 3;
	display: inline;
	padding: 2px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .logo__container,
#idc9900e7a-8098-407a-817d-5e091bc23e65 .brand-name-rating__container {
	max-width: 150px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .logo {
	min-width: 100%;
	height: 100%;
	max-height: 52px;
	object-fit: contain;
	border-radius: 10px;
	grid-area: logo;
	min-height: 52px;
	width: auto;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .buttons__container {
	justify-content: center;
	display: flex;
	column-gap: 10px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .buttons__container a,
#idc9900e7a-8098-407a-817d-5e091bc23e65 .buttons__container a.bonus-button,
#idc9900e7a-8098-407a-817d-5e091bc23e65
	.buttons__container
	a.bonus-button:after {
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	content: none;
	transition: none;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .buttons__container > a {
	min-width: unset !important;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .buttons__container button {
	padding: 15px 20px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 15px;
	margin-top: 5px;
	width: 100%;
	font-weight: 600;
	cursor: pointer;
	background: #8100b0;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .buttons__container button:hover {
	background: #096725;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .button-one {
	border: 0px solid #fff;
	background: #8100b0;
	color: #64b5ae;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .button-two {
	border: 0px solid #fff;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65.toplist__wrapper {
	margin-bottom: 30px;
}

/*!sc*/
@media screen and (min-width: 600px) {
	#idc9900e7a-8098-407a-817d-5e091bc23e65 table tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist__table tr {
		margin-bottom: 0;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.left-side__container
		.brand-name-rating__container
		> h4
		> a {
		display: block;
		text-decoration: none;
		whitespace: no-wrap;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65.toplist__wrapper {
		margin-bottom: 40px;
	}
}

/*!sc*/
@media screen and (min-width: 1249px) {
	#idc9900e7a-8098-407a-817d-5e091bc23e65 .tops-block__hasChecklist {
		grid-template-columns: 60% 40%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .brand-name__link:hover {
		cursor: pointer;
		color: red;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) and (max-width: 1248px) {
	#idc9900e7a-8098-407a-817d-5e091bc23e65 .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .tops-block__hasChecklist {
		grid-template-columns: 74% 23%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .extra-text__container {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) {
	#idc9900e7a-8098-407a-817d-5e091bc23e65 .terms-conditions-text {
		color: #a0a0a0;
		font-size: 12px;
		margin: 2px 0 0 10px;
		text-align: unset;
		padding: 0 24px 2px 12px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .tops-block {
		min-height: 135px;
		width: 100%;
		align-items: center;
		grid-template-areas: unset;
		margin-bottom: 0.65%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .tc-block {
		background: rgba(255, 255, 255, 0.2);
		border-top: 1px solid #91919124;
		width: 102%;
		bottom: 0;
		margin: 0 0px 0 -8px;
		padding-top: unset;
		padding-bottom: 2px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .terms-conditions-link {
		color: #a0a0a0;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .left-side__container {
		grid-template-columns: 1fr 1fr;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .small-container div {
		border-left: unset;
		box-shadow: unset;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist__table {
		width: 100%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 table tbody {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist__table tr {
		box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-radius: 100px;
		overflow: hidden;
		padding: 0;
		min-height: 100px;
		height: fit-content;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist__table tr td {
		grid: initial;
		grid-row: 2;
		grid-column: 2;
		grid-gap: 0;
		grid-template-columns: 74% 23%;
		align-items: center;
		width: 100%;
		border-left: 10px solid #8100b0;
		border-image-slice: 1;
		border-width: 10px;
		border-image-source: linear-gradient(to top, #8100b0);
		box-shadow: transparent 15px 0px 20px 0px inset;
		border-top: none;
		border-bottom: none;
		border-right: none;
		align-content: start;
		padding-bottom: 0.2rem;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .left-side__container,
	#idc9900e7a-8098-407a-817d-5e091bc23e65 .right-side__container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		height: 100%;
		width: 100%;
		padding-top: 3%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .right-side__container,
	.right-side__container .extra-text__container span {
		border-left: unset;
		position: relative;
		box-shadow: unset;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: none;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .half-circle {
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: none;
		justify-content: end;
		align-items: center;
	}

	.green-tick {
		height: 30px;
		margin-right: 3px;
		display: block;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .logo-container {
		min-width: 15%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .logo {
		border-radius: 50%;
		background-color: transperent;
		object-fit: contain;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.left-side__container
		.brand-name-rating__container {
		min-width: 15%;
		display: flex;
		grid-template-columns: unset;
		margin-right: 7%;
		flex-direction: column;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.left-side__container
		.brand-name-rating__container
		h4 {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		margin-left: 5px;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 h4 > a {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 h4 > a {
		text-decoration: none;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.left-side__container
		.brand-name-rating__container
		.rating-percentage {
		font-weight: bold;
		color: #919191;
		font-size: 15px;
		margin-left: 2px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65.left-side__container
		.brand-name-rating__container
		h4,
	#idc9900e7a-8098-407a-817d-5e091bc23e65.bonus__container h4,
	#idc9900e7a-8098-407a-817d-5e091bc23e65 h4 > a {
		display: block;
		color: #919191;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .bonus__container {
		min-width: 15%;
		width: 25%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .bonus__container .bonuses {
		gap: 3px;
		max-width: 250px;
		margin-top: 7px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .bonus__container .bonuses span {
		text-align: center;
		padding: 1px;
		font-size: 13px;
		font-weight: bold;
		color: #868688;
		border-radius: 1px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.right-side__container
		.extra-text__container {
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .extra-text__container span {
		color: #868688;
		font-weight: bold;
		display: flex;
		font-size: 13px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.extra-text__container
		span:not(:last-child) {
		margin: 0;
		margin-bottom: 5px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .buttons__container {
		min-width: 15%;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .buttons__container button {
		padding: 15px 20px;
		text-transform: uppercase;
		border-radius: 100px;
		font-size: 15px;
		margin-top: 5px;
		width: unset;
		font-weight: 600;
		background: #8100b0;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .buttons__container button:hover {
		background: #096725;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .button-two {
		box-shadow: rgb(0 0 0 / 15%) 2px 2px 8px 2px;
		transition: all 0.6s;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .button-two:hover {
		box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
		transform: scale(0.95);
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.left-side__container
		.logo__container
		a.info {
		margin-top: 10px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1250px) {
	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.right-side__container
		.extra-text__container {
		display: block;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.right-side__container
		.extra-text__container
		span
		.buttons__container
		button {
		font-size: 12px;
		padding: 10px 12px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .right-side__container {
		border-left: unset;
		box-shadow: unset;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .right-side__container-border {
		border-left: 1px solid rgb(236, 236, 236) !important;
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset !important;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.right-side__container
		.empty
		.half-circle {
		display: none;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.right-side__container
		.extra-text__container
		span
		.half-circle {
		display: flex;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: block;
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.right-side__container
		.extra-text__container
		span {
		border-left: 1px solid rgb(236, 236, 236);
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		table.toplist__table
		tr
		td
		.right-side__container
		.extra-text__container
		span {
		grid-template-columns: 1fr 1fr !important;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		table.toplist__table
		tr
		td.small-container,
	table.toplist__table tr td .right-side__container .empty {
		grid-template-columns: 74% 23%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist__table tr td {
		display: block;
		padding-top: 0;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.tops-block
		.right-side__container
		.extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .tops-block > .extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .half-circle {
		display: flex;
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

/*!sc*/
@media screen and (min-width: 1500px) {
	#idc9900e7a-8098-407a-817d-5e091bc23e65
		.right-side__container
		extra-text__container
		span
		.buttons__container
		button {
		padding: 15px 20px;
		font-size: 15px;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 table.toplist__table {
		width: 100%;
	}
}

/*!sc*/
data-styled.g309[id='sc-global-jpxUbY1'] {
	content: 'sc-global-jpxUbY1,';
}

/*!sc*/
:root {
	--star-size: 25px;
	--star-color: #ffea98b5;
	--star-background: #fc0;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 25px;
	font-family: Times;
	line-height: 1;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-bottom: 6px;
}

/*!sc*/
#idc9900e7a-8098-407a-817d-5e091bc23e65 .Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(
		90deg,
		var(--star-background) var(--percent),
		var(--star-color) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1;
	position: relative;
}

/*!sc*/
@media screen and (min-width: 1000px) {
	:root {
		--star-size: 30px;
		--star-color: #ffea98b5;
		--star-background: #fc0;
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .Stars {
		font-size: var(--star-size);
	}

	#idc9900e7a-8098-407a-817d-5e091bc23e65 .Stars::before {
		content: '★★★★★';
		letter-spacing: 0px;
		background: linear-gradient(
			90deg,
			var(--star-background) var(--percent),
			var(--star-color) var(--percent)
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/*!sc*/
data-styled.g335[id='sc-global-yTXcN1'] {
	content: 'sc-global-yTXcN1,';
}

/*!sc*/

.jHupMk {
	position: relative;
	display: inline-block;
	background: #8100b0;
	font-size: 16px;
	line-height: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	border-radius: 100px;
	text-align: center;
	width: 100%;
	min-width: auto;
	padding: 16px 25px 15px 25px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: all 0.6s;
	white-space: pre-wrap;
	border: 0;
}

/*!sc*/
.jHupMk:hover {
	background: linear-gradient(50deg, #096725 0%, #096725 100%) !important;
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
}

/*!sc*/
data-styled.g5[id='sc-dycHyt'] {
	content: 'jHupMk,';
}

/*!sc*/
.eAVUSZ {
	min-width: max-content;
	text-decoration: none;
	position: relative;
}

/*!sc*/
.eAVUSZ:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.eAVUSZ svg#cta-arrow-right {
	pointer-events: none;
	z-index: 50;
	display: none;
	position: absolute;
	height: 14px;
	width: 8px;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 300ms;
}

/*!sc*/
@media (min-width: 1080px) {
	.eAVUSZ svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
data-styled.g6[id='sc-jbAkgO'] {
	content: 'eAVUSZ,';
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee {
	display: flex;
	justify-content: center;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee > * {
	all: initial;
	font-family: inherit;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee * {
	margin: 0;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee svg {
	margin-right: 3px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee div #imgLogo {
	margin: unset;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td {
	background-color: unset;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table:not(.preset) tr td,
table:not(.preset) tr th {
	border: 0px #ccc solid;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td.bonus_container {
	background-color: #b3b3b34e;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .tops-block {
	display: grid;
	grid-template-areas: 'left-side__container' 'right-side__container';
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .terms-conditions-text {
	font-size: 11px;
	text-align: center;
	margin-bottom: auto;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .terms-conditions-link {
	font-weight: bold;
	color: #8b8b8b;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .tc-block {
	color: #8b8b8b;
	padding-top: 2%;
	border-collapse: collapse;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee caption,
tbody,
tfoot,
thead,
tr.toplistTable-row,
th,
td.toplistTable-data {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table {
	border: none;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	.left-side__container
	.logo__container
	a.info {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: -10px;
	margin-left: -20px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .info-svg {
	width: 18px;
	height: 18px;
	color: #868688;
}

/*!sc*/
.wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist_table {
	border-collapse: collapse;
	display: contents;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist_table tbody {
	display: flex;
	justify-content: center;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist__table tr {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 100px;
	overflow: hidden;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
	min-width: 320px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist__table tr td {
	width: 100%;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .left-side__container {
	display: grid;
	column-gap: 5%;
	row-gap: 0px;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: unset;
	grid-template-areas: 'logo bonuses' 'rating bonuses';
	padding-left: calc(15px + 5%);
	padding-right: calc(15px + 5%);
	align-items: unset;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	.left-side__container
	.brand-name-rating__container
	h4,
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	.right-side__container
	.extra-text__container,
.green-tick {
	display: none;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	.left-side__container
	.brand-name-rating__container
	h4 {
	display: none;
	margin: none;
	font-size: 14px;
	color: #646464;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	.left-side__container
	.brand-name-rating__container
	.brand-name-small {
	display: block;
	text-align: center;
	padding: 0 10px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	.left-side__container
	.brand-name-rating__container
	.brand-name-small
	> a {
	text-decoration: none;
	font-size: 14px;
	color: #646464;
	font-weight: medium;
}

/*!sc*/
.right-side__container .empty {
	position: relative;
}

/*!sc*/
.right-side__container > .extra-text__container span {
	border-left: 1px solid rgb(236, 236, 236);
	position: relative;
	box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .extra-text__container:empty {
	display: none;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .extra-text__container span {
	display: flex;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	table.toplist__table
	tr
	td
	.right-side__container
	.empty {
	grid-template-columns: 74% 23%;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .brand-name-rating__container {
	display: flex;
	grid-column-start: unset;
	grid-area: rating;
	padding-top: unset;
	flex-direction: column;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .bonus__container {
	grid-area: bonuses;
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
	justify-content: center;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .bonus__container h4,
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee h4 > a {
	color: #646464;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	.brand-name-rating__container
	> h4
	> a:hover {
	color: #1e73be;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .bonus__container .bonuses {
	display: grid;
	gap: 5px;
	max-width: 250px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .bonus__container .bonuses span {
	background-color: #f0f0f1;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
	border-radius: 4px;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	.bonus__container
	.bonuses:not(:has(.freespins-bonus))
	.bonus {
	border: 5px solid transparent;
	word-wrap: break-word;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .freespins-bonus {
	grid-column: span 3;
	display: inline;
	padding: 2px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .logo__container,
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .brand-name-rating__container {
	max-width: 150px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .logo {
	min-width: 100%;
	height: 100%;
	max-height: 52px;
	object-fit: contain;
	border-radius: 10px;
	grid-area: logo;
	min-height: 52px;
	width: auto;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .buttons__container {
	justify-content: center;
	display: flex;
	column-gap: 10px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .buttons__container a,
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .buttons__container a.bonus-button,
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
	.buttons__container
	a.bonus-button:after {
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	content: none;
	transition: none;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .buttons__container > a {
	min-width: unset !important;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .buttons__container button {
	padding: 15px 20px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 15px;
	margin-top: 5px;
	width: 100%;
	font-weight: 600;
	cursor: pointer;
	background: #8100b0;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .buttons__container button:hover {
	background: #096725;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .button-one {
	border: 0px solid #fff;
	background: #8100b0;
	color: #64b5ae;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .button-two {
	border: 0px solid #fff;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee.toplist__wrapper {
	margin-bottom: 30px;
}

/*!sc*/
@media screen and (min-width: 600px) {
	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist__table tr {
		margin-bottom: 0;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.left-side__container
		.brand-name-rating__container
		> h4
		> a {
		display: block;
		text-decoration: none;
		whitespace: no-wrap;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee.toplist__wrapper {
		margin-bottom: 40px;
	}
}

/*!sc*/
@media screen and (min-width: 1249px) {
	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .tops-block__hasChecklist {
		grid-template-columns: 60% 40%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .brand-name__link:hover {
		cursor: pointer;
		color: red;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) and (max-width: 1248px) {
	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .tops-block__hasChecklist {
		grid-template-columns: 74% 23%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .extra-text__container {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) {
	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .terms-conditions-text {
		color: #a0a0a0;
		font-size: 12px;
		margin: 2px 0 0 10px;
		text-align: unset;
		padding: 0 24px 2px 12px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .tops-block {
		min-height: 135px;
		width: 100%;
		align-items: center;
		grid-template-areas: unset;
		margin-bottom: 0.65%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .tc-block {
		background: rgba(255, 255, 255, 0.2);
		border-top: 1px solid #91919124;
		width: 102%;
		bottom: 0;
		margin: 0 0px 0 -8px;
		padding-top: unset;
		padding-bottom: 2px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .terms-conditions-link {
		color: #a0a0a0;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .left-side__container {
		grid-template-columns: 1fr 1fr;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .small-container div {
		border-left: unset;
		box-shadow: unset;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist__table {
		width: 100%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table tbody {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist__table tr {
		box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-radius: 100px;
		overflow: hidden;
		padding: 0;
		min-height: 100px;
		height: fit-content;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist__table tr td {
		grid: initial;
		grid-row: 2;
		grid-column: 2;
		grid-gap: 0;
		grid-template-columns: 74% 23%;
		align-items: center;
		width: 100%;
		border-left: 10px solid #8100b0;
		border-image-slice: 1;
		border-width: 10px;
		border-image-source: linear-gradient(to top, #8100b0);
		box-shadow: transparent 15px 0px 20px 0px inset;
		border-top: none;
		border-bottom: none;
		border-right: none;
		align-content: start;
		padding-bottom: 0.2rem;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .left-side__container,
	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .right-side__container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		height: 100%;
		width: 100%;
		padding-top: 3%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .right-side__container,
	.right-side__container .extra-text__container span {
		border-left: unset;
		position: relative;
		box-shadow: unset;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: none;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .half-circle {
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: none;
		justify-content: end;
		align-items: center;
	}

	.green-tick {
		height: 30px;
		margin-right: 3px;
		display: block;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .logo-container {
		min-width: 15%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .logo {
		border-radius: 50%;
		background-color: transperent;
		object-fit: contain;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.left-side__container
		.brand-name-rating__container {
		min-width: 15%;
		display: flex;
		grid-template-columns: unset;
		margin-right: 7%;
		flex-direction: column;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.left-side__container
		.brand-name-rating__container
		h4 {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		margin-left: 5px;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee h4 > a {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee h4 > a {
		text-decoration: none;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.left-side__container
		.brand-name-rating__container
		.rating-percentage {
		font-weight: bold;
		color: #919191;
		font-size: 15px;
		margin-left: 2px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee.left-side__container
		.brand-name-rating__container
		h4,
	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee.bonus__container h4,
	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee h4 > a {
		display: block;
		color: #919191;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .bonus__container {
		min-width: 15%;
		width: 25%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .bonus__container .bonuses {
		gap: 3px;
		max-width: 250px;
		margin-top: 7px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .bonus__container .bonuses span {
		text-align: center;
		padding: 1px;
		font-size: 13px;
		font-weight: bold;
		color: #868688;
		border-radius: 1px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.right-side__container
		.extra-text__container {
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .extra-text__container span {
		color: #868688;
		font-weight: bold;
		display: flex;
		font-size: 13px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.extra-text__container
		span:not(:last-child) {
		margin: 0;
		margin-bottom: 5px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .buttons__container {
		min-width: 15%;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .buttons__container button {
		padding: 15px 20px;
		text-transform: uppercase;
		border-radius: 100px;
		font-size: 15px;
		margin-top: 5px;
		width: unset;
		font-weight: 600;
		background: #8100b0;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .buttons__container button:hover {
		background: #096725;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .button-two {
		box-shadow: rgb(0 0 0 / 15%) 2px 2px 8px 2px;
		transition: all 0.6s;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .button-two:hover {
		box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
		transform: scale(0.95);
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.left-side__container
		.logo__container
		a.info {
		margin-top: 10px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1250px) {
	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.right-side__container
		.extra-text__container {
		display: block;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.right-side__container
		.extra-text__container
		span
		.buttons__container
		button {
		font-size: 12px;
		padding: 10px 12px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .right-side__container {
		border-left: unset;
		box-shadow: unset;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .right-side__container-border {
		border-left: 1px solid rgb(236, 236, 236) !important;
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset !important;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.right-side__container
		.empty
		.half-circle {
		display: none;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.right-side__container
		.extra-text__container
		span
		.half-circle {
		display: flex;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: block;
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.right-side__container
		.extra-text__container
		span {
		border-left: 1px solid rgb(236, 236, 236);
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		table.toplist__table
		tr
		td
		.right-side__container
		.extra-text__container
		span {
		grid-template-columns: 1fr 1fr !important;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		table.toplist__table
		tr
		td.small-container,
	table.toplist__table tr td .right-side__container .empty {
		grid-template-columns: 74% 23%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist__table tr td {
		display: block;
		padding-top: 0;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.tops-block
		.right-side__container
		.extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .tops-block > .extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .half-circle {
		display: flex;
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

/*!sc*/
@media screen and (min-width: 1500px) {
	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee
		.right-side__container
		extra-text__container
		span
		.buttons__container
		button {
		padding: 15px 20px;
		font-size: 15px;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee table.toplist__table {
		width: 100%;
	}
}

/*!sc*/
data-styled.g336[id='sc-global-hCgwRk1'] {
	content: 'sc-global-hCgwRk1,';
}

/*!sc*/
:root {
	--star-size: 25px;
	--star-color: #ffea98b5;
	--star-background: #fc0;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 25px;
	font-family: Times;
	line-height: 1;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-bottom: 6px;
}

/*!sc*/
#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(
		90deg,
		var(--star-background) var(--percent),
		var(--star-color) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1;
	position: relative;
}

/*!sc*/
@media screen and (min-width: 1000px) {
	:root {
		--star-size: 30px;
		--star-color: #ffea98b5;
		--star-background: #fc0;
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .Stars {
		font-size: var(--star-size);
	}

	#id3662cdfa-9562-48e7-8cf7-a12b5314c9ee .Stars::before {
		content: '★★★★★';
		letter-spacing: 0px;
		background: linear-gradient(
			90deg,
			var(--star-background) var(--percent),
			var(--star-color) var(--percent)
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/*!sc*/
data-styled.g362[id='sc-global-dQQydJ1'] {
	content: 'sc-global-dQQydJ1,';
}

/*!sc*/

.jHupMk {
	position: relative;
	display: inline-block;
	background: #8100b0;
	font-size: 16px;
	line-height: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	border-radius: 100px;
	text-align: center;
	width: 100%;
	min-width: auto;
	padding: 16px 25px 15px 25px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: all 0.6s;
	white-space: pre-wrap;
	border: 0;
}

/*!sc*/
.jHupMk:hover {
	background: linear-gradient(50deg, #096725 0%, #096725 100%) !important;
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
}

/*!sc*/
data-styled.g5[id='sc-dycHyt'] {
	content: 'jHupMk,';
}

/*!sc*/
.eAVUSZ {
	min-width: max-content;
	text-decoration: none;
	position: relative;
}

/*!sc*/
.eAVUSZ:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.eAVUSZ svg#cta-arrow-right {
	pointer-events: none;
	z-index: 50;
	display: none;
	position: absolute;
	height: 14px;
	width: 8px;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 300ms;
}

/*!sc*/
@media (min-width: 1080px) {
	.eAVUSZ svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
data-styled.g6[id='sc-jbAkgO'] {
	content: 'eAVUSZ,';
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 {
	display: flex;
	justify-content: center;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 > * {
	all: initial;
	font-family: inherit;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 * {
	margin: 0;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 svg {
	margin-right: 3px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 div #imgLogo {
	margin: unset;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td {
	background-color: unset;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table:not(.preset) tr td,
table:not(.preset) tr th {
	border: 0px #ccc solid;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td.bonus_container {
	background-color: #b3b3b34e;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .tops-block {
	display: grid;
	grid-template-areas: 'left-side__container' 'right-side__container';
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .terms-conditions-text {
	font-size: 11px;
	text-align: center;
	margin-bottom: auto;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .terms-conditions-link {
	font-weight: bold;
	color: #8b8b8b;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .tc-block {
	color: #8b8b8b;
	padding-top: 2%;
	border-collapse: collapse;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 caption,
tbody,
tfoot,
thead,
tr.toplistTable-row,
th,
td.toplistTable-data {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table {
	border: none;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	.left-side__container
	.logo__container
	a.info {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: -10px;
	margin-left: -20px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .info-svg {
	width: 18px;
	height: 18px;
	color: #868688;
}

/*!sc*/
.wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist_table {
	border-collapse: collapse;
	display: contents;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist_table tbody {
	display: flex;
	justify-content: center;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist__table tr {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 100px;
	overflow: hidden;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
	min-width: 320px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist__table tr td {
	width: 100%;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .left-side__container {
	display: grid;
	column-gap: 5%;
	row-gap: 0px;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: unset;
	grid-template-areas: 'logo bonuses' 'rating bonuses';
	padding-left: calc(15px + 5%);
	padding-right: calc(15px + 5%);
	align-items: unset;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	.left-side__container
	.brand-name-rating__container
	h4,
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	.right-side__container
	.extra-text__container,
.green-tick {
	display: none;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	.left-side__container
	.brand-name-rating__container
	h4 {
	display: none;
	margin: none;
	font-size: 14px;
	color: #646464;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	.left-side__container
	.brand-name-rating__container
	.brand-name-small {
	display: block;
	text-align: center;
	padding: 0 10px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	.left-side__container
	.brand-name-rating__container
	.brand-name-small
	> a {
	text-decoration: none;
	font-size: 14px;
	color: #646464;
	font-weight: medium;
}

/*!sc*/
.right-side__container .empty {
	position: relative;
}

/*!sc*/
.right-side__container > .extra-text__container span {
	border-left: 1px solid rgb(236, 236, 236);
	position: relative;
	box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .extra-text__container:empty {
	display: none;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .extra-text__container span {
	display: flex;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	table.toplist__table
	tr
	td
	.right-side__container
	.empty {
	grid-template-columns: 74% 23%;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .brand-name-rating__container {
	display: flex;
	grid-column-start: unset;
	grid-area: rating;
	padding-top: unset;
	flex-direction: column;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .bonus__container {
	grid-area: bonuses;
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
	justify-content: center;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .bonus__container h4,
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 h4 > a {
	color: #646464;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	.brand-name-rating__container
	> h4
	> a:hover {
	color: #1e73be;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .bonus__container .bonuses {
	display: grid;
	gap: 5px;
	max-width: 250px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .bonus__container .bonuses span {
	background-color: #f0f0f1;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
	border-radius: 4px;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	.bonus__container
	.bonuses:not(:has(.freespins-bonus))
	.bonus {
	border: 5px solid transparent;
	word-wrap: break-word;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .freespins-bonus {
	grid-column: span 3;
	display: inline;
	padding: 2px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .logo__container,
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .brand-name-rating__container {
	max-width: 150px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .logo {
	min-width: 100%;
	height: 100%;
	max-height: 52px;
	object-fit: contain;
	border-radius: 10px;
	grid-area: logo;
	min-height: 52px;
	width: auto;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .buttons__container {
	justify-content: center;
	display: flex;
	column-gap: 10px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .buttons__container a,
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .buttons__container a.bonus-button,
#idecd05b0f-85c7-421f-a91a-a6f7708856e7
	.buttons__container
	a.bonus-button:after {
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	content: none;
	transition: none;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .buttons__container > a {
	min-width: unset !important;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .buttons__container button {
	padding: 15px 20px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 15px;
	margin-top: 5px;
	width: 100%;
	font-weight: 600;
	cursor: pointer;
	background: #8100b0;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .buttons__container button:hover {
	background: #096725;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .button-one {
	border: 0px solid #fff;
	background: #8100b0;
	color: #64b5ae;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .button-two {
	border: 0px solid #fff;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7.toplist__wrapper {
	margin-bottom: 30px;
}

/*!sc*/
@media screen and (min-width: 600px) {
	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist__table tr {
		margin-bottom: 0;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.left-side__container
		.brand-name-rating__container
		> h4
		> a {
		display: block;
		text-decoration: none;
		whitespace: no-wrap;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7.toplist__wrapper {
		margin-bottom: 40px;
	}
}

/*!sc*/
@media screen and (min-width: 1249px) {
	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .tops-block__hasChecklist {
		grid-template-columns: 60% 40%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .brand-name__link:hover {
		cursor: pointer;
		color: red;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) and (max-width: 1248px) {
	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .tops-block__hasChecklist {
		grid-template-columns: 74% 23%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .extra-text__container {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) {
	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .terms-conditions-text {
		color: #a0a0a0;
		font-size: 12px;
		margin: 2px 0 0 10px;
		text-align: unset;
		padding: 0 24px 2px 12px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .tops-block {
		min-height: 135px;
		width: 100%;
		align-items: center;
		grid-template-areas: unset;
		margin-bottom: 0.65%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .tc-block {
		background: rgba(255, 255, 255, 0.2);
		border-top: 1px solid #91919124;
		width: 102%;
		bottom: 0;
		margin: 0 0px 0 -8px;
		padding-top: unset;
		padding-bottom: 2px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .terms-conditions-link {
		color: #a0a0a0;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .left-side__container {
		grid-template-columns: 1fr 1fr;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .small-container div {
		border-left: unset;
		box-shadow: unset;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist__table {
		width: 100%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table tbody {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist__table tr {
		box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-radius: 100px;
		overflow: hidden;
		padding: 0;
		min-height: 100px;
		height: fit-content;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist__table tr td {
		grid: initial;
		grid-row: 2;
		grid-column: 2;
		grid-gap: 0;
		grid-template-columns: 74% 23%;
		align-items: center;
		width: 100%;
		border-left: 10px solid #8100b0;
		border-image-slice: 1;
		border-width: 10px;
		border-image-source: linear-gradient(to top, #8100b0);
		box-shadow: transparent 15px 0px 20px 0px inset;
		border-top: none;
		border-bottom: none;
		border-right: none;
		align-content: start;
		padding-bottom: 0.2rem;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .left-side__container,
	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .right-side__container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		height: 100%;
		width: 100%;
		padding-top: 3%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .right-side__container,
	.right-side__container .extra-text__container span {
		border-left: unset;
		position: relative;
		box-shadow: unset;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: none;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .half-circle {
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: none;
		justify-content: end;
		align-items: center;
	}

	.green-tick {
		height: 30px;
		margin-right: 3px;
		display: block;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .logo-container {
		min-width: 15%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .logo {
		border-radius: 50%;
		background-color: transperent;
		object-fit: contain;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.left-side__container
		.brand-name-rating__container {
		min-width: 15%;
		display: flex;
		grid-template-columns: unset;
		margin-right: 7%;
		flex-direction: column;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.left-side__container
		.brand-name-rating__container
		h4 {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		margin-left: 5px;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 h4 > a {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 h4 > a {
		text-decoration: none;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.left-side__container
		.brand-name-rating__container
		.rating-percentage {
		font-weight: bold;
		color: #919191;
		font-size: 15px;
		margin-left: 2px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7.left-side__container
		.brand-name-rating__container
		h4,
	#idecd05b0f-85c7-421f-a91a-a6f7708856e7.bonus__container h4,
	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 h4 > a {
		display: block;
		color: #919191;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .bonus__container {
		min-width: 15%;
		width: 25%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .bonus__container .bonuses {
		gap: 3px;
		max-width: 250px;
		margin-top: 7px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .bonus__container .bonuses span {
		text-align: center;
		padding: 1px;
		font-size: 13px;
		font-weight: bold;
		color: #868688;
		border-radius: 1px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.right-side__container
		.extra-text__container {
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .extra-text__container span {
		color: #868688;
		font-weight: bold;
		display: flex;
		font-size: 13px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.extra-text__container
		span:not(:last-child) {
		margin: 0;
		margin-bottom: 5px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .buttons__container {
		min-width: 15%;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .buttons__container button {
		padding: 15px 20px;
		text-transform: uppercase;
		border-radius: 100px;
		font-size: 15px;
		margin-top: 5px;
		width: unset;
		font-weight: 600;
		background: #8100b0;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .buttons__container button:hover {
		background: #096725;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .button-two {
		box-shadow: rgb(0 0 0 / 15%) 2px 2px 8px 2px;
		transition: all 0.6s;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .button-two:hover {
		box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
		transform: scale(0.95);
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.left-side__container
		.logo__container
		a.info {
		margin-top: 10px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1250px) {
	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.right-side__container
		.extra-text__container {
		display: block;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.right-side__container
		.extra-text__container
		span
		.buttons__container
		button {
		font-size: 12px;
		padding: 10px 12px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .right-side__container {
		border-left: unset;
		box-shadow: unset;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .right-side__container-border {
		border-left: 1px solid rgb(236, 236, 236) !important;
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset !important;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.right-side__container
		.empty
		.half-circle {
		display: none;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.right-side__container
		.extra-text__container
		span
		.half-circle {
		display: flex;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: block;
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.right-side__container
		.extra-text__container
		span {
		border-left: 1px solid rgb(236, 236, 236);
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		table.toplist__table
		tr
		td
		.right-side__container
		.extra-text__container
		span {
		grid-template-columns: 1fr 1fr !important;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		table.toplist__table
		tr
		td.small-container,
	table.toplist__table tr td .right-side__container .empty {
		grid-template-columns: 74% 23%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist__table tr td {
		display: block;
		padding-top: 0;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.tops-block
		.right-side__container
		.extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .tops-block > .extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .half-circle {
		display: flex;
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

/*!sc*/
@media screen and (min-width: 1500px) {
	#idecd05b0f-85c7-421f-a91a-a6f7708856e7
		.right-side__container
		extra-text__container
		span
		.buttons__container
		button {
		padding: 15px 20px;
		font-size: 15px;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 table.toplist__table {
		width: 100%;
	}
}

/*!sc*/
data-styled.g363[id='sc-global-kQKKWg1'] {
	content: 'sc-global-kQKKWg1,';
}

/*!sc*/
:root {
	--star-size: 25px;
	--star-color: #ffea98b5;
	--star-background: #fc0;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 25px;
	font-family: Times;
	line-height: 1;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-bottom: 6px;
}

/*!sc*/
#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(
		90deg,
		var(--star-background) var(--percent),
		var(--star-color) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1;
	position: relative;
}

/*!sc*/
@media screen and (min-width: 1000px) {
	:root {
		--star-size: 30px;
		--star-color: #ffea98b5;
		--star-background: #fc0;
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .Stars {
		font-size: var(--star-size);
	}

	#idecd05b0f-85c7-421f-a91a-a6f7708856e7 .Stars::before {
		content: '★★★★★';
		letter-spacing: 0px;
		background: linear-gradient(
			90deg,
			var(--star-background) var(--percent),
			var(--star-color) var(--percent)
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/*!sc*/
data-styled.g389[id='sc-global-eRGZpJ1'] {
	content: 'sc-global-eRGZpJ1,';
}

/*!sc*/

.jHupMk {
	position: relative;
	display: inline-block;
	background: #8100b0;
	font-size: 16px;
	line-height: 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	border-radius: 100px;
	text-align: center;
	width: 100%;
	min-width: auto;
	padding: 16px 25px 15px 25px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: all 0.6s;
	white-space: pre-wrap;
	border: 0;
}

/*!sc*/
.jHupMk:hover {
	background: linear-gradient(50deg, #096725 0%, #096725 100%) !important;
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
}

/*!sc*/
data-styled.g5[id='sc-dycHyt'] {
	content: 'jHupMk,';
}

/*!sc*/
.eAVUSZ {
	min-width: max-content;
	text-decoration: none;
	position: relative;
}

/*!sc*/
.eAVUSZ:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.eAVUSZ svg#cta-arrow-right {
	pointer-events: none;
	z-index: 50;
	display: none;
	position: absolute;
	height: 14px;
	width: 8px;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 300ms;
}

/*!sc*/
@media (min-width: 1080px) {
	.eAVUSZ svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
data-styled.g6[id='sc-jbAkgO'] {
	content: 'eAVUSZ,';
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e {
	display: flex;
	justify-content: center;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e > * {
	all: initial;
	font-family: inherit;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e * {
	margin: 0;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e svg {
	margin-right: 3px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e div #imgLogo {
	margin: unset;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td {
	background-color: unset;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e table:not(.preset) tr td,
table:not(.preset) tr th {
	border: 0px #ccc solid;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	table:not(.preset)
	tbody
	tr:nth-child(odd)
	td.bonus_container {
	background-color: #b3b3b34e;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .tops-block {
	display: grid;
	grid-template-areas: 'left-side__container' 'right-side__container';
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .terms-conditions-text {
	font-size: 11px;
	text-align: center;
	margin-bottom: auto;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .terms-conditions-link {
	font-weight: bold;
	color: #8b8b8b;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .tc-block {
	color: #8b8b8b;
	padding-top: 2%;
	border-collapse: collapse;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e caption,
tbody,
tfoot,
thead,
tr.toplistTable-row,
th,
td.toplistTable-data {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e table {
	border: none;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	.left-side__container
	.logo__container
	a.info {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: -10px;
	margin-left: -20px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .info-svg {
	width: 18px;
	height: 18px;
	color: #868688;
}

/*!sc*/
.wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist_table {
	border-collapse: collapse;
	display: contents;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist_table tbody {
	display: flex;
	justify-content: center;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist__table tr {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 100px;
	overflow: hidden;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
	min-width: 320px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist__table tr td {
	width: 100%;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .left-side__container {
	display: grid;
	column-gap: 5%;
	row-gap: 0px;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: unset;
	grid-template-areas: 'logo bonuses' 'rating bonuses';
	padding-left: calc(15px + 5%);
	padding-right: calc(15px + 5%);
	align-items: unset;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	.left-side__container
	.brand-name-rating__container
	h4,
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	.right-side__container
	.extra-text__container,
.green-tick {
	display: none;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	.left-side__container
	.brand-name-rating__container
	h4 {
	display: none;
	margin: none;
	font-size: 14px;
	color: #646464;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	.left-side__container
	.brand-name-rating__container
	.brand-name-small {
	display: block;
	text-align: center;
	padding: 0 10px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	.left-side__container
	.brand-name-rating__container
	.brand-name-small
	> a {
	text-decoration: none;
	font-size: 14px;
	color: #646464;
	font-weight: medium;
}

/*!sc*/
.right-side__container .empty {
	position: relative;
}

/*!sc*/
.right-side__container > .extra-text__container span {
	border-left: 1px solid rgb(236, 236, 236);
	position: relative;
	box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .extra-text__container:empty {
	display: none;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .extra-text__container span {
	display: flex;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	table.toplist__table
	tr
	td
	.right-side__container
	.empty {
	grid-template-columns: 74% 23%;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .brand-name-rating__container {
	display: flex;
	grid-column-start: unset;
	grid-area: rating;
	padding-top: unset;
	flex-direction: column;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .bonus__container {
	grid-area: bonuses;
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
	justify-content: center;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .bonus__container h4,
#id01275c5f-4745-4eb4-bb48-599de4595c2e h4 > a {
	color: #646464;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	.brand-name-rating__container
	> h4
	> a:hover {
	color: #1e73be;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .bonus__container .bonuses {
	display: grid;
	gap: 5px;
	max-width: 250px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .bonus__container .bonuses span {
	background-color: #f0f0f1;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #646464;
	border-radius: 4px;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	.bonus__container
	.bonuses:not(:has(.freespins-bonus))
	.bonus {
	border: 5px solid transparent;
	word-wrap: break-word;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .freespins-bonus {
	grid-column: span 3;
	display: inline;
	padding: 2px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .logo__container,
#id01275c5f-4745-4eb4-bb48-599de4595c2e .brand-name-rating__container {
	max-width: 150px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .logo {
	min-width: 100%;
	height: 100%;
	max-height: 52px;
	object-fit: contain;
	border-radius: 10px;
	grid-area: logo;
	min-height: 52px;
	width: auto;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .buttons__container {
	justify-content: center;
	display: flex;
	column-gap: 10px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .buttons__container a,
#id01275c5f-4745-4eb4-bb48-599de4595c2e .buttons__container a.bonus-button,
#id01275c5f-4745-4eb4-bb48-599de4595c2e
	.buttons__container
	a.bonus-button:after {
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	content: none;
	transition: none;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .buttons__container > a {
	min-width: unset !important;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .buttons__container button {
	padding: 15px 20px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 15px;
	margin-top: 5px;
	width: 100%;
	font-weight: 600;
	cursor: pointer;
	background: #8100b0;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .buttons__container button:hover {
	background: #096725;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .button-one {
	border: 0px solid #fff;
	background: #8100b0;
	color: #64b5ae;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .button-two {
	border: 0px solid #fff;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e.toplist__wrapper {
	margin-bottom: 30px;
}

/*!sc*/
@media screen and (min-width: 600px) {
	#id01275c5f-4745-4eb4-bb48-599de4595c2e table tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist__table tr {
		margin-bottom: 0;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.left-side__container
		.brand-name-rating__container
		> h4
		> a {
		display: block;
		text-decoration: none;
		whitespace: no-wrap;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e.toplist__wrapper {
		margin-bottom: 40px;
	}
}

/*!sc*/
@media screen and (min-width: 1249px) {
	#id01275c5f-4745-4eb4-bb48-599de4595c2e .tops-block__hasChecklist {
		grid-template-columns: 60% 40%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .brand-name__link:hover {
		cursor: pointer;
		color: red;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) and (max-width: 1248px) {
	#id01275c5f-4745-4eb4-bb48-599de4595c2e .tops-block__empty {
		grid-template-columns: 74% 23%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .tops-block__hasChecklist {
		grid-template-columns: 74% 23%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .extra-text__container {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1000px) {
	#id01275c5f-4745-4eb4-bb48-599de4595c2e .terms-conditions-text {
		color: #a0a0a0;
		font-size: 12px;
		margin: 2px 0 0 10px;
		text-align: unset;
		padding: 0 24px 2px 12px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .tops-block {
		min-height: 135px;
		width: 100%;
		align-items: center;
		grid-template-areas: unset;
		margin-bottom: 0.65%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .tc-block {
		background: rgba(255, 255, 255, 0.2);
		border-top: 1px solid #91919124;
		width: 102%;
		bottom: 0;
		margin: 0 0px 0 -8px;
		padding-top: unset;
		padding-bottom: 2px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .terms-conditions-link {
		color: #a0a0a0;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .left-side__container {
		grid-template-columns: 1fr 1fr;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .small-container div {
		border-left: unset;
		box-shadow: unset;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist__table {
		width: 100%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e table tbody {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist__table tr {
		box-shadow: rgb(0 0 0 / 15%) 0px 1px 17px 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-radius: 100px;
		overflow: hidden;
		padding: 0;
		min-height: 100px;
		height: fit-content;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist__table tr td {
		grid: initial;
		grid-row: 2;
		grid-column: 2;
		grid-gap: 0;
		grid-template-columns: 74% 23%;
		align-items: center;
		width: 100%;
		border-left: 10px solid #8100b0;
		border-image-slice: 1;
		border-width: 10px;
		border-image-source: linear-gradient(to top, #8100b0);
		box-shadow: transparent 15px 0px 20px 0px inset;
		border-top: none;
		border-bottom: none;
		border-right: none;
		align-content: start;
		padding-bottom: 0.2rem;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .left-side__container,
	#id01275c5f-4745-4eb4-bb48-599de4595c2e .right-side__container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		height: 100%;
		width: 100%;
		padding-top: 3%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .right-side__container,
	.right-side__container .extra-text__container span {
		border-left: unset;
		position: relative;
		box-shadow: unset;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: none;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .half-circle {
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: none;
		justify-content: end;
		align-items: center;
	}

	.green-tick {
		height: 30px;
		margin-right: 3px;
		display: block;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .logo-container {
		min-width: 15%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .logo {
		border-radius: 50%;
		background-color: transperent;
		object-fit: contain;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.left-side__container
		.brand-name-rating__container {
		min-width: 15%;
		display: flex;
		grid-template-columns: unset;
		margin-right: 7%;
		flex-direction: column;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.left-side__container
		.brand-name-rating__container
		h4 {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		margin-left: 5px;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e h4 > a {
		margin: 0;
		margin-bottom: 5px;
		display: block;
		font-size: 14px;
		max-width: 125px;
		text-align: unset;
		color: #646464;
		text-decoration: none;
		line-height: unset;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e h4 > a {
		text-decoration: none;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.left-side__container
		.brand-name-rating__container
		.rating-percentage {
		font-weight: bold;
		color: #919191;
		font-size: 15px;
		margin-left: 2px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e.left-side__container
		.brand-name-rating__container
		h4,
	#id01275c5f-4745-4eb4-bb48-599de4595c2e.bonus__container h4,
	#id01275c5f-4745-4eb4-bb48-599de4595c2e h4 > a {
		display: block;
		color: #919191;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .bonus__container {
		min-width: 15%;
		width: 25%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .bonus__container .bonuses {
		gap: 3px;
		max-width: 250px;
		margin-top: 7px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .bonus__container .bonuses span {
		text-align: center;
		padding: 1px;
		font-size: 13px;
		font-weight: bold;
		color: #868688;
		border-radius: 1px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.right-side__container
		.extra-text__container {
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .extra-text__container span {
		color: #868688;
		font-weight: bold;
		display: flex;
		font-size: 13px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.extra-text__container
		span:not(:last-child) {
		margin: 0;
		margin-bottom: 5px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .buttons__container {
		min-width: 15%;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .buttons__container button {
		padding: 15px 20px;
		text-transform: uppercase;
		border-radius: 100px;
		font-size: 15px;
		margin-top: 5px;
		width: unset;
		font-weight: 600;
		background: #8100b0;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .buttons__container button:hover {
		background: #096725;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .button-two {
		box-shadow: rgb(0 0 0 / 15%) 2px 2px 8px 2px;
		transition: all 0.6s;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .button-two:hover {
		box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
		transform: scale(0.95);
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.left-side__container
		.logo__container
		a.info {
		margin-top: 10px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.left-side__container
		.brand-name-rating__container
		.brand-name-small {
		display: none;
	}
}

/*!sc*/
@media screen and (min-width: 1250px) {
	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.right-side__container
		.extra-text__container {
		display: block;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.right-side__container
		.extra-text__container
		span
		.buttons__container
		button {
		font-size: 12px;
		padding: 10px 12px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .right-side__container {
		border-left: unset;
		box-shadow: unset;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .right-side__container-border {
		border-left: 1px solid rgb(236, 236, 236) !important;
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset !important;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.right-side__container
		.empty
		.half-circle {
		display: none;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.right-side__container
		.extra-text__container
		span
		.half-circle {
		display: flex;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.right-side__container
		.extra-text__container
		span
		.extra-text__container {
		display: block;
		min-width: 15%;
		width: 45%;
		margin-left: 20px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.right-side__container
		.extra-text__container
		span {
		border-left: 1px solid rgb(236, 236, 236);
		position: relative;
		box-shadow: rgb(0 0 0 / 9%) 3px 1px 5px 0px inset;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		table.toplist__table
		tr
		td
		.right-side__container
		.extra-text__container
		span {
		grid-template-columns: 1fr 1fr !important;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		table.toplist__table
		tr
		td.small-container,
	table.toplist__table tr td .right-side__container .empty {
		grid-template-columns: 74% 23%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist__table tr td {
		display: block;
		padding-top: 0;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.tops-block
		.right-side__container
		.extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .tops-block > .extra-text__container {
		grid-template-columns: 60% 40%;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .half-circle {
		display: flex;
		position: absolute;
		left: 11px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: 40px;
		width: 28px;
		border-radius: 0 150px 150px 0;
		background-color: #fff;
		border-right: 1px solid rgb(236, 236, 236);
		border-top: 1px solid rgb(236, 236, 236);
		border-bottom: 1px solid rgb(236, 236, 236);
		box-shadow: rgb(0 0 0 / 15%) 2.95px -0.05px 4.6px;
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

/*!sc*/
@media screen and (min-width: 1500px) {
	#id01275c5f-4745-4eb4-bb48-599de4595c2e
		.right-side__container
		extra-text__container
		span
		.buttons__container
		button {
		padding: 15px 20px;
		font-size: 15px;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e table.toplist__table {
		width: 100%;
	}
}

/*!sc*/
data-styled.g390[id='sc-global-btIJko1'] {
	content: 'sc-global-btIJko1,';
}

/*!sc*/
:root {
	--star-size: 25px;
	--star-color: #ffea98b5;
	--star-background: #fc0;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 25px;
	font-family: Times;
	line-height: 1;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-bottom: 6px;
}

/*!sc*/
#id01275c5f-4745-4eb4-bb48-599de4595c2e .Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(
		90deg,
		var(--star-background) var(--percent),
		var(--star-color) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1;
	position: relative;
}

/*!sc*/
@media screen and (min-width: 1000px) {
	:root {
		--star-size: 30px;
		--star-color: #ffea98b5;
		--star-background: #fc0;
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .Stars {
		font-size: var(--star-size);
	}

	#id01275c5f-4745-4eb4-bb48-599de4595c2e .Stars::before {
		content: '★★★★★';
		letter-spacing: 0px;
		background: linear-gradient(
			90deg,
			var(--star-background) var(--percent),
			var(--star-color) var(--percent)
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/*!sc*/
data-styled.g416[id='sc-global-dbqECp1'] {
	content: 'sc-global-dbqECp1,';
}

/*!sc*/

.jJRTdG {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 20px 0px;
}

/*!sc*/
data-styled.g225[id='sc-dXBkjp'] {
	content: 'jJRTdG,';
}

/*!sc*/
.dpPKnX {
	display: flex;
	text-decoration: none;
	font-size: 18px;
	justify-content: center;
	width: auto;
}

/*!sc*/
data-styled.g226[id='sc-Njkoi'] {
	content: 'dpPKnX,';
}

/*!sc*/
.jmQyIU {
	padding: 16px 25.5px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 18px;
	line-height: 24px;
	width: 300px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
	border: 0px solid #fff;
	background: #8100b0;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: ease-in-out 200ms;
}

/*!sc*/
.jmQyIU:hover {
	background: #096725;
	background: linear-gradient(50deg, #096725 0%, #096725 100%);
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
	text-decoration: none;
}

/*!sc*/
.jmQyIU:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.jmQyIU span {
	justify-self: center;
	align-self: center;
	text-align: center;
	max-width: 249px;
	text-wrap: wrap;
}

/*!sc*/
.jmQyIU svg#cta-arrow-right {
	position: absolute;
	right: 12.5px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	height: 14px;
	width: 8px;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*!sc*/
@media (min-width: 700px) {
	.jmQyIU {
		padding: 16px 16px !important;
	}
}

/*!sc*/
@media (max-width: 1280px) {
	.jmQyIU:hover svg#cta-arrow-right {
		display: none;
	}
}

/*!sc*/
@media (min-width: 353px) {
	.jmQyIU svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
@media (max-width: 352px) {
	.jmQyIU {
		width: 220px;
		font-size: 16px;
		padding: 16px;
	}
}

/*!sc*/
data-styled.g227[id='sc-iVjOZL'] {
	content: 'jmQyIU,';
}

/*!sc*/

.jJRTdG {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 20px 0px;
}

/*!sc*/
data-styled.g225[id='sc-dXBkjp'] {
	content: 'jJRTdG,';
}

/*!sc*/
.dpPKnX {
	display: flex;
	text-decoration: none;
	font-size: 18px;
	justify-content: center;
	width: auto;
}

/*!sc*/
data-styled.g226[id='sc-Njkoi'] {
	content: 'dpPKnX,';
}

/*!sc*/
.jmQyIU {
	padding: 16px 25.5px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 18px;
	line-height: 24px;
	width: 300px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
	border: 0px solid #fff;
	background: #8100b0;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: ease-in-out 200ms;
}

/*!sc*/
.jmQyIU:hover {
	background: #096725;
	background: linear-gradient(50deg, #096725 0%, #096725 100%);
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
	text-decoration: none;
}

/*!sc*/
.jmQyIU:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.jmQyIU span {
	justify-self: center;
	align-self: center;
	text-align: center;
	max-width: 249px;
	text-wrap: wrap;
}

/*!sc*/
.jmQyIU svg#cta-arrow-right {
	position: absolute;
	right: 12.5px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	height: 14px;
	width: 8px;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*!sc*/
@media (min-width: 700px) {
	.jmQyIU {
		padding: 16px 16px !important;
	}
}

/*!sc*/
@media (max-width: 1280px) {
	.jmQyIU:hover svg#cta-arrow-right {
		display: none;
	}
}

/*!sc*/
@media (min-width: 353px) {
	.jmQyIU svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
@media (max-width: 352px) {
	.jmQyIU {
		width: 220px;
		font-size: 16px;
		padding: 16px;
	}
}

/*!sc*/
data-styled.g227[id='sc-iVjOZL'] {
	content: 'jmQyIU,';
}

/*!sc*/

.jJRTdG {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 20px 0px;
}

/*!sc*/
data-styled.g225[id='sc-dXBkjp'] {
	content: 'jJRTdG,';
}

/*!sc*/
.dpPKnX {
	display: flex;
	text-decoration: none;
	font-size: 18px;
	justify-content: center;
	width: auto;
}

/*!sc*/
data-styled.g226[id='sc-Njkoi'] {
	content: 'dpPKnX,';
}

/*!sc*/
.jmQyIU {
	padding: 16px 25.5px;
	text-transform: uppercase;
	border-radius: 100px;
	font-size: 18px;
	line-height: 24px;
	width: 300px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
	border: 0px solid #fff;
	background: #8100b0;
	background: #8100b0;
	color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px;
	transition: ease-in-out 200ms;
}

/*!sc*/
.jmQyIU:hover {
	background: #096725;
	background: linear-gradient(50deg, #096725 0%, #096725 100%);
	box-shadow: rgb(0 0 0 / 16%) -3px 1px 12px 0px;
	text-decoration: none;
}

/*!sc*/
.jmQyIU:hover svg#cta-arrow-right {
	opacity: 1;
}

/*!sc*/
.jmQyIU span {
	justify-self: center;
	align-self: center;
	text-align: center;
	max-width: 249px;
	text-wrap: wrap;
}

/*!sc*/
.jmQyIU svg#cta-arrow-right {
	position: absolute;
	right: 12.5px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	height: 14px;
	width: 8px;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*!sc*/
@media (min-width: 700px) {
	.jmQyIU {
		padding: 16px 16px !important;
	}
}

/*!sc*/
@media (max-width: 1280px) {
	.jmQyIU:hover svg#cta-arrow-right {
		display: none;
	}
}

/*!sc*/
@media (min-width: 353px) {
	.jmQyIU svg#cta-arrow-right {
		display: inline-block;
		opacity: 0;
	}
}

/*!sc*/
@media (max-width: 352px) {
	.jmQyIU {
		width: 220px;
		font-size: 16px;
		padding: 16px;
	}
}

/*!sc*/
data-styled.g227[id='sc-iVjOZL'] {
	content: 'jmQyIU,';
}

/*!sc*/

: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--contrast: var(--contrast);
	--wp--preset--color--contrast-2: var(--contrast-2);
	--wp--preset--color--contrast-3: var(--contrast-3);
	--wp--preset--color--contrast-4: var(--contrast-4);
	--wp--preset--color--contrast-5: var(--contrast-5);
	--wp--preset--color--base: var(--base);
	--wp--preset--color--base-2: var(--base-2);
	--wp--preset--color--community: var(--community);
	--wp--preset--color--education: var(--education);
	--wp--preset--color--entertainment: var(--entertainment);
	--wp--preset--color--lifestyle: var(--lifestyle);
	--wp--preset--color--technology: var(--technology);
	--wp--preset--color--travel: var(--travel);
	--wp--preset--color--business: var(--business);
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgba(6, 147, 227, 1) 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,
		rgba(252, 185, 0, 1) 0%,
		rgba(255, 105, 0, 1) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgba(255, 105, 0, 1) 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--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--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 rgba(255, 255, 255, 1),
		6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

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;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

.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-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-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-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-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;
}
.table {
	width: 100%;
	overflow-x: auto;
	margin: 15px auto;
}
.table table {
	width: 100%;
}
table tr:nth-child(odd) {
	background: #f0f0f0;
}
table tr {
	border: none;
	border-radius: 5px !important;
}
.img-cov {
	width: 100%;
	margin: 15px 0;
}
.img-cov img {
	width: 100%;
}
