/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15
}

body {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

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

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none
}

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

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

:root {
	--ctr-bg-dark: #1d1e1e;
	--ctr-border-dark: #616161;
	--ctr-border-highlight: #fcf5b8;
	--ctr-box-shadow-main: 0px 0px 0px 1px #fcf5b8, 0px 7px 15px 3px #000, 0px 5px 40px 10px hsla(54, 92%, 85%, .35);
	--ctr-dark-ribbon-regular: #666;
	--ctr-dark-ribbon-main: linear-gradient(142deg, #ffd25e, #fcf6ba, #e8c363, #fbf5b7);
	--ctr-dark-ribbon-main-text: #121213;
	--ctr-ribbon-counter: #187CCB;
	--ctr-offer-text-shadow: 0 0 36px hsla(54, 92%, 85%, .6);
	--ctr-visit-casino-text-color: #fff;
	--ctr-button-bg: #38b549;
    --ctr-button-animation-rgb: 239, 180, 0;
	--ctr-star-fill: #f8c642;
	--offer-strong-font-size-mobile: 2.25rem
}

body.mp-lp-template-2 {
	--ctr-bg-dark: #0f1018;
	--ctr-border-dark: #7584cd;
	--ctr-border-highlight: #efb400;
	--ctr-box-shadow-main: 0px 0px 100px 10px rgba(239, 180, 0, .2);
	--ctr-dark-ribbon-regular: #187CCB;
	--ctr-dark-ribbon-main: #efb400;
	--ctr-dark-ribbon-main-text: #fff;
	--ctr-offer-text-shadow: none;
	--ctr-visit-casino-text-color: #efb400;
	--ctr-button-bg: #009f40;
	--ctr-button-animation-rgb: 0, 159, 64;
	--ctr-star-fill: #f0c236;
	--offer-strong-font-size-mobile: 1.35rem
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background-color: #000;
	box-sizing: border-box;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility
}

body {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5
}

.main,
body {
	position: relative
}

.main {
	min-height: 100vh;
	overflow-x: hidden;
	z-index: 1
}

*,
:after,
:before {
	box-sizing: inherit
}

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

.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
	margin-bottom: 1.5em
}

.content ul {
	list-style: disc outside
}

.content ol,
.content ul {
	margin-left: 2em;
	margin-top: 1em
}

.content li {
	margin-bottom: .25rem
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-weight: 700;
	line-height: 1.125
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	margin: 0;
	padding: 0
}

.content h1 {
	font-size: 1.85rem;
	margin-bottom: .5em
}

.content h2 {
	font-size: 1.6rem;
	margin-bottom: .5714em
}

.content h2:not(:first-child) {
	margin-top: 1.1428em
}

.content h3 {
	font-size: 1.5rem;
	margin-bottom: .6666em
}

.content h3:not(:first-child) {
	margin-top: 1.3333em
}

.content h4 {
	font-size: 1.25rem;
	margin-bottom: .8em
}

.content h5 {
	font-size: 1.125rem;
	margin-bottom: .8888em
}

.content h6 {
	font-size: 1rem;
	margin-bottom: 1em
}

.container {
	flex-grow: 1;
	margin: 0 auto;
	position: relative;
	width: auto
}

.section {
	padding: 2.5rem 0
}

.footer {
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 2rem;
	position: relative
}

.footer-icons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 2rem
}

.footer-icons img {
	height: 25px;
	margin: .5rem;
	width: auto
}

.footer-icons img:first-child {
	margin-left: 0
}

.footer-icons img:last-child {
	margin-right: 0
}

.body-bg {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%
}

.button {
	background-color: #F79B01;
	border-radius: .25rem;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: .5rem 2rem;
	text-decoration: none;
	transition: all .15s ease-in-out
}

.button:hover {
	opacity: .9
}

.tooltip {
	background: #000;
	border-radius: 4px;
	font-size: 14px;
	left: 0;
	opacity: 0;
	padding: 2px 10px;
	pointer-events: none;
	position: fixed;
	top: 0;
	z-index: 999
}

.tooltip.show {
	opacity: 1
}

.tooltip:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
	bottom: -7px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%)
}

.has-text-shadow {
	text-shadow: 1px 1px 3px #000
}

@media screen and (max-width:991px) {
	.content h1 {
		font-size: 1.25rem
	}

	.content h2 {
		font-size: 1.2rem
	}

	.content h3 {
		font-size: 1.1rem
	}

	.content h4 {
		font-size: 1.05rem
	}

	.content h5,
	.content h6 {
		font-size: 1rem
	}

	.section {
		padding: 1rem 0
	}
}

@media screen and (max-width:767px) {
	footer.footer {
		font-size: 10px
	}
}

@media screen and (max-width:575px) {
	.container {
		padding-left: .35rem;
		padding-right: .35rem
	}
}

@media screen and (min-width:576px) {
	.container {
		max-width: 540px
	}
}

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

@media screen and (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media screen and (min-width:1150px) {
	.container {
		max-width: 1140px
	}
}

@media screen and (min-width:1250px) {
	.container {
		max-width: 1240px
	}
}

.navbar-wrapper {
	background-color: #fff;
	padding: .75rem
}

.site-logo img {
	display: block;
	height: 30px;
	margin: 0 auto
}

.top-bar-message {
	background: #0055B7;
	font-size: 12px;
	font-weight: 500;
	padding: .25rem .5rem;
	text-align: center
}

@media(max-width:767px) {
	.top-bar-message {
		font-size: 8px
	}
}

@media screen and (max-width:767px) {
	.site-logo img {
		height: 18px
	}

	.navbar-wrapper {
		padding: .25rem
	}
}

.hero-desktop-alignment-left {
	text-align: left
}

.hero-desktop-alignment-left .features-icons,
.hero-desktop-alignment-left .hero-section-content.content li {
	justify-content: flex-start
}

.hero-desktop-alignment-center {
	text-align: center
}

.hero-desktop-alignment-center .features-icons,
.hero-desktop-alignment-center .hero-section-content.content li {
	justify-content: center
}

.hero-section-content {
	font-weight: 500
}

.hero-section-content.content ul {
	list-style-type: none;
	margin: 1rem 0 0;
	padding: 0 0 0 1rem
}

.hero-section-content.content ul:not(:last-child) {
	margin-bottom: 1rem
}

.hero-section-content.content li {
	display: flex;
	line-height: 1.5
}

.hero-section-content.content li img {
	flex: none;
	height: 25px;
	margin-right: .5rem;
	width: auto
}

.hero-section-content.content li:not(:last-child) {
	margin-bottom: .75rem
}

.hero-section-content.content h1,
.hero-section-content.content h2 {
	margin-bottom: 0
}

.hero-section-content.content h1+div,
.hero-section-content.content h1+h2,
.hero-section-content.content h1+p,
.hero-section-content.content h2+div,
.hero-section-content.content h2+h2,
.hero-section-content.content h2+p {
	margin-top: .5rem
}

@media(min-width:768px) {

	.hero-section-content.content h1+div,
	.hero-section-content.content h1+h2,
	.hero-section-content.content h1+p,
	.hero-section-content.content h2+div,
	.hero-section-content.content h2+h2,
	.hero-section-content.content h2+p {
		margin-top: .75rem
	}
}

.hero-section-content.content p:not(:last-child) {
	margin-bottom: .35rem
}

.section--hero {
	padding: 1.5rem 0 0
}

.section--hero.has-desktop-bg,
.section--hero.has-mobile-bg {
	position: relative
}

.hero-bg,
.hero-desktop-bg,
.hero-mobile-bg {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%
}

.last-updated {
	font-size: .8rem;
	line-height: 1
}

.features-icons-wrapper+.last-updated {
	margin-top: .75rem
}

.mp-lp-template-2 .last-updated {
	color: #64B5F6
}

.mp-lp-template-2 .hero-section-content p {
	color: #bababa;
	font-weight: 400
}

@media(min-width:768px) {

	.hero-mobile-bg,
	.last-updated--mobile,
	.section--hero.has-mobile-hero .hero-section--mobile {
		display: none
	}

	.last-updated {
		margin-top: 1rem
	}

	.section--hero.has-desktop-bg {
		padding-bottom: 1.5rem
	}

	.hero-desktop-alignment-left .last-updated:not(.last-updated--pos-desktop-center),
	.last-updated.last-updated--pos-desktop-left,
	.last-updated.last-updated--pos-desktop-right {
		margin-bottom: -1rem
	}

	.last-updated.last-updated--pos-desktop-left {
		text-align: left
	}

	.last-updated.last-updated--pos-desktop-center {
		text-align: center
	}

	.last-updated.last-updated--pos-desktop-right {
		text-align: right
	}

	.features-icons-wrapper.features-position-desktop-left .features-icons {
		justify-content: flex-start
	}

	.features-icons-wrapper.features-position-desktop-center .features-icons {
		justify-content: center
	}

	.mp-lp-template-2 .last-updated.last-updated--pos-desktop-left {
		margin-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.section--hero.hero-desktop-alignment-center .hero-section-content.hero-section--desktop {
		padding: 0 6rem
	}

	.section--hero.hero-desktop-alignment-left:not(.has-hero-image) .hero-section-content.hero-section--desktop {
		padding-right: 25%
	}

	.section--hero.has-hero-image .hero-container {
		align-items: center;
		display: flex;
		gap: 2rem
	}

	.section--hero.has-hero-image .hero-container__left-side {
		flex: 1
	}

	.section--hero.has-hero-image .hero-container__right-side {
		align-items: center;
		display: flex;
		flex: none;
		justify-content: center;
		width: 35%
	}

	.section--hero.has-hero-image .hero-image {
		width: 50%
	}

	.section--hero.has-hero-image .features-icons-wrapper+.last-updated {
		margin-top: 1.5rem
	}
}

@media screen and (max-width:1023px) {
	.hero-section-content {
		font-size: 12px
	}

	.hero-container__right-side {
		display: none
	}
}

@media screen and (max-width:991px) {
	.hero-section-content.content h2 {
		font-size: 1.1rem
	}

	.feature-icon-label {
		font-size: .75rem
	}
}

@media screen and (max-width:767px) {

	.hero-desktop-bg,
	.section--hero.has-mobile-hero .hero-section--desktop {
		display: none
	}

	.hero-mobile-alignment-left {
		text-align: left
	}

	.hero-mobile-alignment-left .hero-section-content {
		padding: 0 .35rem
	}

	.hero-mobile-alignment-left .features-icons,
	.hero-mobile-alignment-left .hero-section-content.content li {
		justify-content: flex-start
	}

	.hero-mobile-alignment-center {
		text-align: center
	}

	.hero-mobile-alignment-center .features-icons,
	.hero-mobile-alignment-center .hero-section-content.content li {
		justify-content: center
	}

	.features-icons-wrapper.features-position-mobile-left .features-icons {
		justify-content: flex-start
	}

	.features-icons-wrapper.features-position-mobile-center .features-icons {
		justify-content: center
	}

	.hero-section-content {
		font-size: 10px
	}

	.hero-section-content.content h1 {
		font-size: 1.1rem
	}

	.hero-section-content.content h2 {
		font-size: 1rem
	}

	.hero-section-content.content ul {
		margin: .5rem 0 0;
		padding-left: .5rem
	}

	.hero-section-content.content ul:not(:last-child) {
		margin-bottom: .5rem
	}

	.hero-section-content.content li {
		margin-bottom: 0
	}

	.hero-section-content.content li:not(:last-child) {
		margin-bottom: .5rem
	}

	.hero-section-content.content li img {
		height: 15px
	}

	.hero-section-content br {
		display: none
	}

	.section--hero {
		padding-top: .5rem
	}

	.section--hero.has-mobile-bg {
		padding-bottom: 3rem
	}

	.last-updated--desktop {
		display: none
	}

	.last-updated {
		font-size: 9px;
		margin-top: .5rem
	}

	.last-updated.last-updated--pos-mobile-left {
		text-align: left
	}

	.last-updated.last-updated--pos-mobile-center {
		text-align: center
	}

	.last-updated.last-updated--pos-mobile-right {
		text-align: right
	}

	.features-icons-wrapper+.last-updated {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
}

.feature-icon-single,
.features-icons {
	align-items: center;
	display: flex
}

.feature-icon-single {
	justify-content: center;
	padding: .175rem .5rem;
	text-align: left
}

.feature-icon {
	height: 25px;
	width: auto
}

.feature-icon-label {
	font-size: .8rem;
	font-weight: 500;
	line-height: 1;
	padding-left: .5rem
}

.features-icons-wrapper {
	margin-top: 1rem
}

@media(min-width:768px) {
	.hide-features--desktop {
		display: none
	}

	.hero-desktop-alignment-left .feature-icon-single:first-child {
		padding-left: 0
	}
}

@media screen and (max-width:767px) {
	.feature-icon-single {
		padding: .175rem 0
	}

	.features-icons {
		flex-wrap: wrap;
		gap: .1rem .5rem
	}

	.feature-icon {
		height: 14px
	}

	.feature-icon-label {
		font-size: 9px;
		padding-left: .225rem
	}

	.features-icons-wrapper {
		margin-top: .5rem
	}

	.features-icons-wrapper--alt {
		background: #fff;
		color: #000;
		margin-left: -.35rem;
		margin-right: -.35rem;
		padding: .125rem .35rem;
		text-shadow: none
	}

	.dark-mode-both .features-icons-wrapper--alt,
	.dark-mode-mobile .features-icons-wrapper--alt {
		background: #1d1e1e;
		color: #fff
	}

	.dark-mode-both.mp-lp-template-2 .features-icons-wrapper--alt,
	.dark-mode-mobile.mp-lp-template-2 .features-icons-wrapper--alt {
		background: #0f1018;
		border-bottom: 1px solid #7584cd;
		border-top: 1px solid #7584cd
	}

	.hide-features--mobile {
		display: none
	}
}

.content-block {
	align-items: center;
	border-radius: 8px;
	display: flex;
	font-size: 12px;
	line-height: 1.75;
	padding: 2rem
}

.content-block:not(:last-child) {
	margin-bottom: 1rem
}

.content-block-content.content {
	flex: 1
}

.content-block-image {
	margin: 0 3rem 0 1rem
}

.content-block-image img {
	display: block;
	margin: 0 auto;
	width: 90px
}

@media screen and (max-width:991px) {
	.content-block {
		display: block
	}

	.content-block-image {
		float: left;
		margin: 0 1.5rem .5rem 0
	}
}

.section--table {
	padding: 1.5rem 0 0
}

.casino-table-headers {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: .35rem;
	text-transform: uppercase
}

.casino-table-headers,
.ctr {
	border-radius: 6px;
	display: flex
}

.ctr {
	align-items: center;
	background-color: #fff;
	color: #212529;
	position: relative
}

.ctr:not(:last-child) {
	margin-bottom: .35rem
}

.cth {
	padding: .5rem 0
}

.ctc,
.cth {
	text-align: center
}

.ctc {
	padding: 1rem 0
}

.ctc:not(.ctc--clickout),
.cth:not(.cth--clickout) {
	flex: none
}

.ctc--pos,
.cth--pos {
	width: 32px
}

.ctc--logo,
.ctc--offer,
.cth--logo,
.cth--offer {
	width: 250px
}

.ctc--payment,
.cth--payment {
	width: 215px
}

.ctc--rating,
.cth--rating {
	width: 195px
}

.ctc--clickout,
.cth--clickout {
	flex: 1
}

.ctc--pos {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1
}

.ctc--logo,
.ctc--pos {
	align-items: center;
	align-self: stretch;
	display: flex;
	justify-content: center
}

.ctc--logo {
	position: relative
}

.ctc--logo img {
	display: block;
	margin: 0 auto;
	width: 180px
}

.ctc--logo.has-ribbon {
	padding-top: 2rem
}

.ctc--offer {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.ctc--offer p {
	line-height: 1.25
}

.ctc--offer strong {
	display: inline-block;
	font-size: 1.1rem;
	margin-bottom: .25rem
}

.offer-tcs {
	color: #8e8e8e;
	font-size: .6rem;
	margin-top: 10px
}

.ctc--clickout {
	align-items: center;
	display: flex;
	flex-direction: column;
	z-index: 3
}

.ctc--clickout .button:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.visit-casino {
	color: #01004a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-top: .75rem;
	text-decoration: underline
}

.ribbon {
	background: #4d96e6;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	left: 0;
	padding: 2px 20px;
	position: absolute;
	top: 0;
	white-space: nowrap
}

.ribbon-logo {
	left: -23px;
	top: 5px
}

.star {
	margin: 0 2px
}

.star:first-child {
	margin-left: 0
}

.star:last-child {
	margin-right: 0
}

.star-icon {
	fill: var(--ctr-star-fill);
	display: block;
	height: 22px;
	width: 22px
}

.star-rating {
	align-items: center;
	display: flex;
	justify-content: center
}

.score {
	font-size: 14px;
	line-height: 1;
	margin-bottom: .5rem
}

.score span {
	font-size: 26px;
	font-weight: 700
}

.votes {
	font-size: 12px;
	margin-top: .5rem
}

.payment-methods {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .325rem;
	justify-content: center
}

.pm-icon-wrapper {
	flex: none;
	height: 26px;
	overflow: hidden;
	padding: 2px;
	position: relative;
	width: 26px
}

.pm-icon {
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
	height: 48px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(.5);
	width: 48px
}

.pm-amex {
	background-position: -10px -10px
}

.pm-astropay {
	background-position: -78px -10px
}

.pm-bank-transfer {
	background-position: -10px -78px
}

.pm-banco-do-brasil {
	background-position: -78px -78px
}

.pm-bitcoin {
	background-position: -146px -10px
}

.pm-blik {
	background-position: -146px -78px
}

.pm-bradesco {
	background-position: -10px -146px
}

.pm-brite {
	background-position: -78px -146px
}

.pm-caixa {
	background-position: -146px -146px
}

.pm-cashlib {
	background-position: -214px -10px
}

.pm-echeck {
	background-position: -214px -78px
}

.pm-ecopayz {
	background-position: -214px -146px
}

.pm-entropay {
	background-position: -10px -214px
}

.pm-danskebank {
	background-position: -78px -214px
}

.pm-ethereum {
	background-position: -146px -214px
}

.pm-ezeewallet {
	background-position: -214px -214px
}

.pm-giropay {
	background-position: -282px -10px
}

.pm-ideal {
	background-position: -282px -78px
}

.pm-idebit {
	background-position: -282px -146px
}

.pm-handelsbanken {
	background-position: -282px -214px
}

.pm-instadebit {
	background-position: -10px -282px
}

.pm-interac {
	background-position: -78px -282px
}

.pm-instantbanking {
	background-position: -146px -282px
}

.pm-itau {
	background-position: -214px -282px
}

.pm-jeton {
	background-position: -282px -282px
}

.pm-klarna {
	background-position: -350px -10px
}

.pm-litecoin {
	background-position: -350px -78px
}

.pm-mifinity {
	background-position: -350px -146px
}

.pm-muchbetter {
	background-position: -350px -214px
}

.pm-maestro {
	background-position: -350px -282px
}

.pm-mastercard {
	background-position: -10px -350px
}

.pm-neosurf {
	background-position: -78px -350px
}

.pm-net {
	background-position: -146px -350px
}

.pm-nodapay {
	background-position: -214px -350px
}

.pm-paysafecard {
	background-position: -282px -350px
}

.pm-paypal {
	background-position: -350px -350px
}

.pm-payfun {
	background-position: -418px -10px
}

.pm-nordea {
	background-position: -418px -78px
}

.pm-payid {
	background-position: -418px -146px
}

.pm-pix {
	background-position: -418px -214px
}

.pm-oppohjola {
	background-position: -418px -282px
}

.pm-poli {
	background-position: -418px -350px
}

.pm-promptpay {
	background-position: -10px -418px
}

.pm-ripple {
	background-position: -78px -418px
}

.pm-revolut {
	background-position: -146px -418px
}

.pm-saastopankki {
	background-position: -214px -418px
}

.pm-santander {
	background-position: -282px -418px
}

.pm-skrill {
	background-position: -350px -418px
}

.pm-sofort {
	background-position: -418px -418px
}

.pm-spankki {
	background-position: -486px -10px
}

.pm-tether {
	background-position: -486px -78px
}

.pm-trustly {
	background-position: -486px -146px
}

.pm-visa {
	background-position: -486px -214px
}

.pm-volt {
	background-position: -486px -282px
}

.pm-zimpler {
	background-position: -486px -350px
}

.more-pm {
	font-size: .75rem;
	line-height: 1;
	margin-top: .5rem;
	text-decoration: underline
}

.more-pm-tooltip {
	position: relative
}

.more-pm-list {
	background: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
	font-size: 14px;
	left: 50%;
	padding: .5rem;
	position: absolute;
	top: 10px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 5
}

.more-pm-list:after {
	border-bottom: 8px solid #fff;
	top: -7px
}

.more-pm-list:after,
.more-pm-list:before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%)
}

.more-pm-list:before {
	border-bottom: 8px solid #a5a5a5;
	top: -8px
}

.more-pm {
	cursor: pointer
}

.ctc--payment:not(.show) .more-pm-tooltip .more-pm-list {
	display: none
}

.more-mp-item {
	align-items: center;
	display: flex
}

.more-pm-label {
	margin-left: .5rem;
	text-align: left
}

.more-mp-item:not(:last-child) {
	margin-bottom: .25rem
}

.ctc:not(:first-child) {
	padding-left: .5rem;
	padding-right: .5rem
}

.above-agg-table {
	margin-bottom: 1.25rem;
	margin-top: 2rem
}

.above-agg-table+.section--table {
	padding-top: 0
}

.section--table+.section--table {
	padding-top: 3rem
}

.brand-banner-link img {
	display: block;
	width: 100%
}

.brand-banner-link {
	border-radius: 10px;
	display: block;
	margin: .5rem 0;
	overflow: hidden
}

.clickout-incentive {
	font-size: 12px
}

.brand-features {
	font-size: 10px;
	font-weight: 500;
	text-align: left
}

.brand-features ul {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.brand-features li {
	padding-left: 1.5rem;
	position: relative
}

.brand-features li:before {
	background-image: var(--check-charm);
	background-position: 50%;
	background-size: cover;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px
}

.ctc.ctc--features {
	padding-left: 1rem;
	padding-right: 1rem;
	width: 200px
}

@media screen and (min-width:768px) {

	.more-pm,
	.payment-methods {
		position: relative;
		z-index: 4
	}

	.offer-tcs--mobile {
		display: none
	}

	.clickout-incentive {
		margin-bottom: .75rem
	}

	.clickout-incentive--under-cta {
		display: none
	}
}

@media screen and (max-width:1249px)and (min-width:768px) {

	.ctc--logo,
	.cth--logo {
		width: 200px
	}
}

@media screen and (max-width:1149px)and (min-width:768px) {

	.ctc--logo,
	.cth--logo {
		width: 175px
	}

	.ctc--offer,
	.cth--offer {
		width: 185px
	}

	.star-icon {
		height: 14px;
		width: 14px
	}

	.ctc--rating,
	.cth--rating {
		width: 165px
	}

	.ctc--clickout .button {
		font-size: 1rem;
		padding: .5rem;
		width: 100%
	}
}

@media screen and (max-width:991px)and (min-width:768px) {

	.ctc--payment,
	.cth--payment {
		display: none
	}

	.ctc--logo,
	.cth--logo {
		width: 160px
	}
}

@media(max-width:991px) {
	.pm-icon-outer-label {
		display: none
	}
}

@media screen and (max-width:767px) {

	.casino-table-headers,
	.ctc--pos,
	.offer-tcs--desktop {
		display: none
	}

	.ctr {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, auto);
		overflow: hidden
	}

	.ctc {
		align-self: stretch;
		justify-self: stretch;
		padding: .5rem;
		width: auto
	}

	.ctc--logo {
		grid-column-start: 1;
		grid-row-end: 2
	}

	.ctc--logo,
	.ctc--offer {
		grid-column-end: 2;
		grid-row-start: 1
	}

	.ctc--offer {
		grid-column-start: 2;
		grid-row-end: 3
	}

	.ctc--clickout {
		grid-column-end: 2;
		grid-column-start: 2;
		grid-row-end: 4;
		grid-row-start: 3
	}

	.ctc--rating {
		grid-row-end: 3;
		grid-row-start: 2
	}

	.ctc--payment,
	.ctc--rating {
		grid-column-end: 2;
		grid-column-start: 1
	}

	.ctc--payment {
		grid-row-end: 4;
		grid-row-start: 3
	}

	.ctc--logo {
		padding-bottom: 0;
		padding-top: 0
	}

	.ctc--clickout,
	.ctc--offer {
		background-color: #ebebeb
	}

	.ctc--offer {
		font-size: .9rem;
		padding-top: .5rem;
		position: relative
	}

	.condensed-mode-offer-label {
		color: #000;
		font-size: .625rem;
		line-height: 1;
		margin-bottom: .5rem;
		text-transform: uppercase
	}

	.score {
		font-size: 12px;
		grid-column-end: 2;
		grid-column-start: 1;
		grid-row-end: 2;
		grid-row-start: 1
	}

	.score span {
		font-size: 20px
	}

	.star-icon {
		height: 11px;
		width: 11px
	}

	.more-pm {
		font-size: 10px
	}

	.ctc--clickout .button {
		font-size: 15px;
		padding: .5rem;
		width: 100%
	}

	.visit-casino {
		display: none
	}

	.offer-tcs--mobile {
		color: #212529;
		font-size: 8px;
		margin-top: 5px
	}

	.ctc--payment {
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: center
	}

	.ribbon-logo {
		border-radius: 7px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
		font-size: 10px;
		left: .25rem;
		padding: 2px 10px;
		width: calc(100% - .5rem)
	}

	.ctc--rating {
		display: grid;
		gap: .25rem;
		grid-template-columns: 1fr 1fr;
		padding: 0 .5rem
	}

	.ctc--clickout {
		padding-top: 0
	}

	.ctc--logo.has-ribbon {
		padding-top: 1.5rem
	}

	.section--table {
		padding-top: .5rem
	}

	.section--hero.has-mobile-bg+.section--table {
		margin-top: -2.5rem;
		padding-top: 0
	}

	.above-agg-table {
		font-size: 14px
	}

	.clickout-incentive {
		font-size: 9px;
		margin-top: .5rem
	}

	.payment-methods {
		gap: .25rem
	}

	.payment-methods .pm-icon-wrapper {
		height: 22px;
		width: 22px
	}

	.pm-icon {
		transform: translate(-50%, -50%) scale(.46)
	}
}

@media(max-width:365px) {
	.more-pm--short {
		font-size: 9px
	}

	.clickout-incentive {
		font-size: 7px
	}
}

@media screen and (max-width:350px) {
	.payment-methods .pm-icon-wrapper {
		height: 18px;
		margin: 0 .125rem;
		width: 18px
	}

	.feature-icon-label {
		font-size: 8px
	}

	.ribbon {
		font-size: 9px
	}

	.ctc--clickout .button {
		font-size: 14px
	}
}

.mp-lp-template-2 .ctc--pos,
.mp-lp-template-2 .cth--pos {
	display: none
}

.mp-lp-template-2 .ribbon-logo {
	border-radius: 9999px;
	left: 18px;
	top: -11px
}

.mp-lp-template-2 .casino-table__rows {
	counter-reset: table-row
}

.mp-lp-template-2 .ctc--logo.has-ribbon {
	padding-top: 1rem
}

.mp-lp-template-2 .ctc--logo:before {
	background: var(--ctr-ribbon-counter);
	border-radius: 50%;
	color: var(--ctr-dark-ribbon-main-text);
	content: counter(table-row);
	counter-increment: table-row;
	display: grid;
	font-size: 11px;
	font-weight: 700;
	height: 22px;
	left: -11px;
	line-height: 1;
	place-items: center;
	position: absolute;
	top: -11px;
	width: 22px
}

.mp-lp-template-2 .ctr {
	border-radius: 0
}

.mp-lp-template-2 .ctr:first-child {
	--ctr-dark-ribbon-main-text: #0f1018;
	--ctr-ribbon-counter: #efb400
}

@media(min-width:768px) {
	.mp-lp-template-2 .ctr:first-child {
		margin-bottom: 2.5rem
	}

	.mp-lp-template-2 .ctr:not(:last-child):not(:first-child) {
		margin-bottom: 1.5rem
	}
}

.mp-lp-template-2 .star-icon {
	filter: drop-shadow(0 0 10px rgba(239, 180, 0, .7))
}

.mp-lp-template-2 .clickout-incentive--under-cta {
	background: #efb421;
	border-radius: 9999px;
	color: #0f1018;
	display: block;
	font-size: 11px;
	left: 50%;
	line-height: 1;
	margin: 0;
	padding: .35rem 1rem;
	position: absolute;
	text-transform: uppercase;
	top: calc(100% - 11px);
	transform: translateX(-50%);
	white-space: nowrap
}

@media(min-width:768px) {
	.mp-lp-template-2 .votes {
		font-size: 10px;
		font-weight: 500
	}

	.mp-lp-template-2 .ctr.ctr--has-click-incentive .ctc--features {
		padding-bottom: 1.5rem
	}

	.mp-lp-template-2 .ctc--logo {
		order: 1
	}

	.mp-lp-template-2 .ctc--offer {
		order: 2
	}

	.mp-lp-template-2 .ctc--rating {
		order: 3
	}

	.mp-lp-template-2 .ctc--features {
		order: 4
	}

	.mp-lp-template-2 .ctc--payment {
		order: 5
	}

	.mp-lp-template-2 .ctc--clickout {
		order: 6
	}
}

@media(min-width:992px) {
	.mp-lp-template-2 .payment-methods {
		align-items: flex-start;
		flex-direction: column
	}

	.mp-lp-template-2 .pm-icon-outer-wrapper {
		align-items: center;
		display: flex;
		gap: .5rem
	}

	.mp-lp-template-2 .pm-icon-outer-label {
		line-height: 1
	}

	.mp-lp-template-2 .more-pm.more-pm--long,
	.mp-lp-template-2 .pm-icon-outer-label {
		color: #585962;
		font-size: 10px;
		text-align: left
	}

	.mp-lp-template-2 .pm-icon-wrapper {
		height: 20px;
		width: 20px
	}

	.mp-lp-template-2 .pm-icon {
		transform: translate(-50%, -50%) scale(.4)
	}

	.mp-lp-template-2 .ctc--payment {
		width: 180px
	}

	.mp-lp-template-2 .ctc--logo {
		width: 175px
	}
}

@media(min-width:1150px)and (max-width:1249px) {
	.mp-lp-template-2 .ctc--rating {
		width: 150px
	}

	.mp-lp-template-2 .star-icon {
		height: 16px;
		width: 16px
	}

	.mp-lp-template-2 .ctc--clickout .button {
		font-size: 16px;
		padding: .5rem;
		width: 100%
	}
}

@media(min-width:768px)and (max-width:1149px) {
	.mp-lp-template-2 .ctc--rating {
		display: none
	}
}

@media(max-width:767px) {
	.mp-lp-template-2 .ctr {
		overflow: visible
	}

	.mp-lp-template-2 .ctr:first-child {
		background-image: none !important;
		margin-bottom: 2rem !important
	}

	.mp-lp-template-2 .ctr:first-child .ctc--payment {
		grid-column-end: 3;
		grid-column-start: 2;
		grid-row-end: 5;
		grid-row-start: 4;
		padding-bottom: 1.25rem;
		padding-top: 0
	}

	.mp-lp-template-2 .ctc--logo img {
		width: 124px
	}

	.mp-lp-template-2 .ctc--clickout,
	.mp-lp-template-2 .ctc--offer {
		background: transparent !important
	}

	.mp-lp-template-2 .ctc--features {
		grid-column-end: 2;
		grid-column-start: 1;
		grid-row-end: 5;
		grid-row-start: 3;
		padding: .5rem .5rem 1.25rem 1rem;
		width: auto
	}

	.mp-lp-template-2 .ctr:first-child .ctc--clickout .button {
		padding: .75rem
	}

	.mp-lp-template-2 .ctr.ctr--has-ribbon:first-child .ctc--logo {
		padding-bottom: .5rem;
		padding-top: .75rem
	}

	.mp-lp-template-2 .ctr:first-child .pm-icon-wrapper {
		height: 22px;
		width: 22px
	}

	.mp-lp-template-2 .ctr:first-child .pm-icon {
		transform: translate(-50%, -50%) scale(.456)
	}

	.mp-lp-template-2 .ctr:first-child .more-pm--short {
		margin-top: .25rem
	}

	.mp-lp-template-2 .ctr:not(:last-child) {
		margin-bottom: .75rem
	}

	.mp-lp-template-2 .ctr:not(:first-child) .ctc--features,
	.mp-lp-template-2 .score-label {
		display: none
	}

	.mp-lp-template-2 .star-rating,
	.mp-lp-template-2 .votes {
		grid-column-start: 1
	}

	.mp-lp-template-2 .star-icon {
		height: 14px;
		width: 14px
	}

	.mp-lp-template-2 .ribbon-logo {
		padding-left: 2rem;
		padding-right: 2rem;
		width: auto
	}

	.mp-lp-template-2 .ctc--logo:before {
		height: 20px;
		left: -10px;
		top: -11px;
		width: 20px
	}

	.mp-lp-template-2 .ctr:first-child .ctc--logo:before {
		left: -4px
	}

	.mp-lp-template-2 .ctr:first-child .ribbon-logo {
		left: 24px
	}

	.mp-lp-template-2 .clickout-incentive--under-cta {
		font-size: 10px
	}
}

.casino-table-card {
	position: relative
}

.casino-table-cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr)
}

@media(max-width:991px) {
	.casino-table-cards {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(max-width:767px) {
	.casino-table-cards {
		grid-template-columns: 1fr;
		margin: 0 1rem
	}
}

.casino-table-card {
	background: #0f1118;
	border-radius: 5px;
	overflow: hidden
}

.casino-card-offer {
	background: #000;
	border-bottom: 1px solid rgba(178, 183, 196, .4);
	border-top: 1px solid rgba(178, 183, 196, .4);
	display: flex;
	flex-direction: column;
	padding: 1rem;
	text-align: center
}

.casino-card-clickout {
	padding: 1.5rem
}

.casino-card-clickout .button {
	display: block;
	padding: .75rem .5rem;
	text-align: center
}

.casino-card-clickout .button:before {
	content: "";
	inset: 0;
	position: absolute
}

.casino-card-label {
	align-items: center;
	background: #ee4266;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: .5rem;
	justify-content: center;
	padding: .5rem
}

.casino-card-label img {
	flex: none;
	width: 32px
}

@media(max-width:767px) {
	.casino-card-label {
		font-size: 12px
	}

	.casino-card-label img {
		width: 24px
	}
}

.casino-card-logo img {
	display: block;
	margin: 0 auto;
	width: 200px
}

.casino-card-logo {
	padding: .5rem
}

.exit-modal {
	align-items: center;
	background: rgba(0, 0, 0, .6);
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 9999
}

.exit-modal:not(.active) {
	display: none
}

.exit-modal-inner {
	background: #000;
	border: 1px solid #f6c651;
	border-radius: 5px;
	box-shadow: 0 22px 70px 4px rgba(0, 0, 0, .56);
	color: #fff;
	max-width: 100%;
	padding: 4.5rem 2rem 2rem;
	position: relative;
	text-align: center;
	width: 500px
}

.exit-modal-close {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	padding: 1px;
	position: absolute;
	right: 0;
	top: -65px;
	z-index: 1
}

.exit-modal-close svg {
	display: block;
	height: 25px;
	pointer-events: none;
	width: 25px
}

.modal-ribbon {
	bottom: calc(100% - 7rem);
	filter: drop-shadow(0 4px 25px rgba(246, 198, 81, .8));
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 130%
}

.exit-modal-heading {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	left: 0;
	line-height: 1.25;
	position: absolute;
	top: 5px;
	width: 100%
}

.exit-modal-logo {
	background: #1d1e1e;
	border-radius: 20px;
	margin: 1rem auto;
	max-width: 100%;
	padding: 1rem 0;
	width: 300px
}

.exit-modal-logo img {
	display: block;
	margin: 0 auto;
	width: 250px
}

.exit-modal-offer {
	font-size: 20px;
	margin-bottom: 1rem
}

.exit-modal-offer strong {
	font-size: 2rem
}

.exit-modal-button .button {
	display: block;
	padding: .75rem 2rem
}

.exit-modal-button .button:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.modal-offer-rating {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-bottom: 2rem
}

.modal-modal-stars {
	display: flex;
	gap: .25rem
}

.modal-modal-score {
	line-height: 1
}

.modal-modal-score strong {
	font-size: 1.5rem
}

.disclosure {
	bottom: 0;
	position: absolute;
	right: 0
}

.disclosure-content {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 20px 13px rgba(0, 0, 0, .25);
	color: #000;
	font-size: 10px;
	padding: .5rem;
	position: absolute;
	right: 0;
	top: calc(100% + .25rem);
	width: 300px;
	z-index: 9999
}

.disclosure-label {
	cursor: pointer;
	font-size: 12px
}

.disclosure-label:not(.active)+.disclosure-content {
	display: none
}
@keyframes pulse-yellow {
    0% {
      box-shadow: 0 0 0 0 rgba(239, 180, 0, 0.7);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(239, 180, 0, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(239, 180, 0, 0);
    }
  }
  
  .ctr:first-child .ctc--clickout .button {
    animation: pulse-yellow 2s infinite;
    box-shadow: 0 0 0 0 rgb(239, 180, 0);
  }

@media(min-width:768px) {

	.navbar-is-transparent-both .navbar-wrapper,
	.navbar-is-transparent-desktop .navbar-wrapper {
		background-color: transparent !important;
		margin-bottom: calc(-30px - 1.5rem);
		position: relative;
		z-index: 1
	}

	.navbar-is-transparent-both .section--hero,
	.navbar-is-transparent-desktop .section--hero {
		padding-top: calc(2rem + 30px)
	}

	.dark-mode-both .ctr,
	.dark-mode-desktop .ctr {
		background: var(--ctr-bg-dark);
		border: 1px solid var(--ctr-border-dark);
		color: #fff
	}

	.dark-mode-both .visit-casino,
	.dark-mode-desktop .visit-casino {
		color: var(--ctr-visit-casino-text-color)
	}

	.dark-mode-both .ribbon,
	.dark-mode-desktop .ribbon {
		background: var(--ctr-dark-ribbon-main);
		color: var(--ctr-dark-ribbon-main-text)
	}

	.dark-mode-both .ctr:first-child,
	.dark-mode-desktop .ctr:first-child {
		border: 1px solid var(--ctr-border-highlight);
		box-shadow: var(--ctr-box-shadow-main)
	}

	.dark-mode-both .ctr:not(:first-child) .ribbon,
	.dark-mode-desktop .ctr:not(:first-child) .ribbon {
		background: var(--ctr-dark-ribbon-regular);
		color: #fff
	}

	.dark-mode-both .ctc--offer p,
	.dark-mode-desktop .ctc--offer p {
		text-shadow: var(--ctr-offer-text-shadow)
	}

	.dark-mode-both .more-pm-list,
	.dark-mode-desktop .more-pm-list {
		background: #121213;
		border: 1px solid #616161
	}

	.dark-mode-both .more-pm-list:after,
	.dark-mode-desktop .more-pm-list:after {
		border-bottom: 8px solid #121213
	}

	.dark-mode-both .more-pm-list:before,
	.dark-mode-desktop .more-pm-list:before {
		border-bottom: 8px solid #616161
	}

	.condensed-mode-offer-label,
	.more-pm--short,
	.score-label {
		display: none
	}
}

@media(max-width:767px) {

	.navbar-is-transparent-both .navbar-wrapper,
	.navbar-is-transparent-mobile .navbar-wrapper {
		background-color: transparent !important;
		margin-bottom: calc(-18px - .5rem);
		position: relative;
		z-index: 1
	}

	.navbar-is-transparent-both .section--hero,
	.navbar-is-transparent-mobile .section--hero {
		padding-top: calc(1rem + 18px)
	}

	.dark-mode-both .ctr,
	.dark-mode-mobile .ctr {
		background: var(--ctr-bg-dark);
		border: 1px solid var(--ctr-border-dark);
		color: #fff
	}

	.dark-mode-both .visit-casino,
	.dark-mode-mobile .visit-casino {
		color: var(--ctr-visit-casino-text-color)
	}

	.dark-mode-both .ribbon,
	.dark-mode-mobile .ribbon {
		background: var(--ctr-dark-ribbon-main);
		color: var(--ctr-dark-ribbon-main-text)
	}

	.dark-mode-both .ctr:first-child,
	.dark-mode-mobile .ctr:first-child {
		border: 1px solid var(--ctr-border-highlight);
		box-shadow: var(--ctr-box-shadow-main)
	}

	.dark-mode-both .ctr:not(:first-child) .ribbon,
	.dark-mode-mobile .ctr:not(:first-child) .ribbon {
		background: var(--ctr-dark-ribbon-regular);
		color: #fff
	}

	.dark-mode-both .ctc--offer p,
	.dark-mode-mobile .ctc--offer p {
		text-shadow: var(--ctr-offer-text-shadow)
	}

	.dark-mode-both .ctc--clickout,
	.dark-mode-both .ctc--offer,
	.dark-mode-mobile .ctc--clickout,
	.dark-mode-mobile .ctc--offer {
		background: #121213
	}

	.dark-mode-both .condensed-mode-offer-label,
	.dark-mode-both .score-label,
	.dark-mode-both .votes,
	.dark-mode-mobile .condensed-mode-offer-label,
	.dark-mode-mobile .score-label,
	.dark-mode-mobile .votes {
		color: #a0a0a1
	}

	.more-pm--long {
		display: none
	}

	.score-label,
	.votes {
		font-size: 9px;
		text-transform: uppercase
	}

	.score,
	.votes {
		margin: 0
	}

	.votes {
		grid-column-end: 3;
		grid-column-start: 2
	}

	.score-label,
	.votes {
		grid-row-end: 3;
		grid-row-start: 2
	}

	.score-label {
		grid-column-end: 2;
		grid-column-start: 1
	}

	.star-rating {
		grid-column-end: 3;
		grid-column-start: 2;
		grid-row-end: 2;
		grid-row-start: 1
	}

	.more-pm--short {
		margin: 0 0 0 .25rem
	}

	.ctc--clickout .button {
		padding: .75rem .5rem
	}

	.dark-mode-both .ctr:first-child,
	.dark-mode-mobile .ctr:first-child {
		background-image: var(--texture-image);
		background-position: 100%;
		background-repeat: no-repeat;
		background-size: 50% 100%;
		margin-bottom: 1rem
	}

	.dark-mode-both .ctr:first-child .ctc--clickout,
	.dark-mode-both .ctr:first-child .ctc--offer,
	.dark-mode-mobile .ctr:first-child .ctc--clickout,
	.dark-mode-mobile .ctr:first-child .ctc--offer {
		background: transparent
	}

	.ctr:not(:first-child) {
		transform: scale(.95)
	}

	.ctr.ctr--has-ribbon:first-child .ctc--logo {
		padding-bottom: .75rem;
		padding-top: 2.25rem
	}

	.ctr:first-child .ctc--offer {
		gap: 1rem
	}

	.ctr:first-child .ctc--offer strong {
		font-size: var(--offer-strong-font-size-mobile)
	}

	.ctr:first-child .condensed-mode-offer-label {
		font-size: .9rem;
		font-weight: 700;
		margin-bottom: 0
	}

	.ctr:first-child .ctc--clickout .button {
		font-size: 18px;
		line-height: 1;
		padding: 1.25rem .5rem
	}

	.ctr:first-child .ctc--payment {
		flex-direction: column
	}

	.ctr:first-child .pm-icon-wrapper {
		height: 30px;
		width: 30px
	}

	.ctr:first-child .pm-icon {
		transform: translate(-50%, -50%) scale(.59)
	}

	.ctr:first-child .more-pm--short {
		margin-left: 0;
		margin-top: .75rem
	}
}

@media(max-width:350px) {
	.pm-icon {
		transform: translate(-50%, -50%) scale(.385)
	}

	.star-icon {
		height: 10px;
		width: 10px
	}
}