@font-face {
	src: url("/portuguesegamble-components/portuguesegamble-fonts/portuguesegamble-montserrat-bold.woff2")
		format("truetype");
	font-family: "montserrat-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	src: url("/portuguesegamble-components/portuguesegamble-fonts/portuguesegamble-opensans-extrabold.woff2")
		format("truetype");
	font-family: "opensans-extrabold";
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/portuguesegamble-components/portuguesegamble-fonts/portuguesegamble-opensans-bold.woff2")
		format("truetype");
	font-family: "opensans-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/portuguesegamble-components/portuguesegamble-fonts/portuguesegamble-opensans-regular.woff2")
		format("truetype");
	font-family: "opensans-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-main-title: "montserrat-bold", sans-serif;
	--font-sub-title: "opensans-bold", sans-serif;
	--font-subextra-title: "opensans-extrabold", sans-serif;
	--font-text: "opensans-regular", sans-serif;

	--color-black_text: #272727;
	--color-card: linear-gradient(180deg, #11100f 0%, #253c36 100%);
	--color-btn: #347f0d;
	--color-bg-main: #11100f;
	--color-white: #fff;
	--color-text-gray: #e4e4e4;
	--color-text-lightgray: #c9c9c9;
	--color-border: linear-gradient(
		90deg,
		#5f984a 0%,
		#8f9a46 50.96%,
		#c38888 100%
	);
	--transition: all 0.3s linear;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

button {
	cursor: pointer;
	border: none;
}

a {
	text-decoration: none;
	color: var(--color-text);
}

body {
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	background-color: var(--color-bg-main);
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

.portuguesegamble__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden !important;
	border: 0;
	clip: rect(0 0 0 0);
}

.portuguesegamble__page--container {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

/* Header */

.portuguesegamble--header {
	background: var(--color-card);
	backdrop-filter: blur(30px);
	box-shadow: 0px 4px 30px 0px #0000001f;
	width: 100%;
}

.portuguesegamble--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6.25rem;
	background: #ffffff;
}

.portuguesegamble-header-logo {
	max-width: 120px;
	width: 100%;
	height: 66px;
	margin-inline: auto;
}

/* Welcome */

.portuguesegamble--bg {
	padding: 3.125rem 0 0;
	background-image: linear-gradient(
			358.84deg,
			#11100f -11.29%,
			#11100f 4%,
			rgba(17, 16, 15, 0.92) 41.97%,
			rgba(17, 16, 15, 0.7) 69.18%,
			rgba(17, 16, 15, 0.27) 99.03%
		),
		url("/portuguesegamble-components/portuguesegamble-image/portuguesegamble-welcome/portuguesegamble-spin-casino.webp");
	background-position: 100% 20%;
	background-repeat: no-repeat;
	background-size: cover;
}

.portuguesegamble__welcome-container {
	display: flex;
	flex-direction: column;
	gap: 3.55rem;
}

.portuguesegamble__welcome--top {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 835px;
	width: 100%;
	margin-inline: auto;
}

.portuguesegamble__welcome--w {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 640px;
	width: 100%;
	margin-inline: auto;
}

.portuguesegamble__welcome--title {
	font-family: var(--font-main-title);
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 44px;
	color: var(--color-white);
	text-align: center;
}

.portuguesegamble__welcome--text {
	font-family: var(--font-sub-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 130%;
	color: var(--color-text-gray);
	text-align: center;
}

.portuguesegamble__welcome--advantages {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

.portuguesegamble__welcome---elem {
	background: var(--color-border);
	padding: 0.1rem 1rem;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.25rem;
	font-family: var(--font-sub-title);
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 100%;
	color: var(--color-black_text);
	flex: 1 0 auto;
	position: relative;
	z-index: 3;
	justify-content: center;
}

.portuguesegamble__welcome---elem::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--color-border);
	border-radius: 10px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	z-index: 1;
}

.portuguesegamble__welcome---icon-pay {
	background-image: url(/portuguesegamble-components/portuguesegamble-image/portuguesegamble-welcome/portuguesegamble-icon-payment.webp);
	max-width: 20px;
	width: 100%;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}
.portuguesegamble__welcome---icon-check {
	background-image: url(/portuguesegamble-components/portuguesegamble-image/portuguesegamble-welcome/portuguesegamble-icon-check.webp);
	max-width: 20px;
	width: 100%;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}
.portuguesegamble__welcome---icon-lock {
	background-image: url(/portuguesegamble-components/portuguesegamble-image/portuguesegamble-welcome/portuguesegamble-icon-lock.webp);
	max-width: 20px;
	width: 100%;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}

.portuguesegamble__welcome---icon-gift {
	background-image: url(/portuguesegamble-components/portuguesegamble-image/portuguesegamble-welcome/portuguesegamble-icon-gift.webp);
	max-width: 20px;
	width: 100%;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}

/* Casino cards */
.portuguesegamble--gap {
	display: flex;
	flex-direction: column;
	gap: 3.55rem;
}

.portuguesegamble__box--card {
	display: flex;
	flex-direction: column;
	gap: 1.7rem;
}

.portuguesegamble__card--box_time {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #13070780;
	justify-content: flex-start;
	max-width: 196px;
	width: 100%;
	margin-bottom: 1.4rem;
}

.portuguesegamble__casino---items__rating-num_img {
	background-image: url(/portuguesegamble-components/portuguesegamble-image/portuguesegamble-casino/portuguesegamble-star-small.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 30px;
	width: 100%;
	height: 30px;
}
.portuguesegamble__casino---items__rating-num_img-big {
	background-image: url(/portuguesegamble-components/portuguesegamble-image/portuguesegamble-casino/portuguesegamble-star-big.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 40px;
	width: 100%;
	height: 40px;
}

.portuguesegamble__casino--cards_items {
	position: relative;
}

.portuguesegamble__card {
	width: 100%;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card {
		max-width: 625px;
		width: 100%;
		margin-inline: auto;
		gap: 2rem;
	}

	.portuguesegamble__card--numeric {
		top: -2.5% !important;
	}

	.portuguesegamble__card-mt {
		gap: 0.5rem;
	}
} */

.portuguesegamble__card---mt {
	margin-top: 0.1rem;
}

.portuguesegamble__card--top-w {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 3;
	height: 160px;
}

.portuguesegamble__card--top {
	display: -webkit-box;
	background: var(--color-card) !important;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-direction: column;
	z-index: 0;
	height: 160px;
	border-radius: 16px;
	padding: 0;
	animation: gentleGlow 3s infinite alternate;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.portuguesegamble--span {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.675rem;
	line-height: 100%;
	color: var(--color-text-gray);
	text-align: center;
	padding: 0.5rem;
}

@keyframes gentleGlow {
	from {
		box-shadow: 0 0 15px rgba(77, 227, 233, 0.3);
	}
	to {
		box-shadow: 0 0 30px rgba(77, 227, 233, 0.6);
	}
}

.portuguesegamble__card--top::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--color-border);
	border-radius: 16px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	z-index: 1;
}

.portuguesegamble__card---right_ratin {
	display: flex;
	justify-content: space-between;
	flex: 0 1 135px;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card--top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		gap: 0rem !important;
	}

	.portuguesegamble__card-num_mob {
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 0.5rem;
	}

	.portuguesegamble__card---right_ratin {
		flex-direction: column;
		flex: 0 0 70px;
	}

	.portuguesegamble__card--box_time {
		margin-bottom: 0.7rem;
	}
} */

.portuguesegamble__card-show {
	display: none !important;
}

.portuguesegamble__card---left {
	-webkit-box-flex: 0;
	-ms-flex: 1 1 625px;
	flex: 1 1 625px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	gap: 0.5rem;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card---left {
		gap: 10px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: 0 1 130px !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column !important;

		border-top-left-radius: 38px;
		border-bottom-left-radius: 38px;
	}

	.portuguesegamble__card-show {
		display: flex !important;
	}
} */

.portuguesegamble__card---wrapper_img {
	-webkit-box-flex: 1;
	-ms-flex: 0 1 245px;
	flex: 0 1 245px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	border-radius: 16px;
	position: relative;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	transition: box-shadow 0.5s ease;
}

.portuguesegamble__card--info {
	display: flex;
	flex: 1 1 765px;
	position: relative;
	padding: 0.25rem 2.5rem;

	gap: 1rem;
	justify-content: space-between;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	transition: box-shadow 0.5s ease;
}

.portuguesegamble-img_show {
	display: none !important;
}

.portuguesegamble--one {
	max-width: 109px;
	width: 100%;
	height: 92px;
	margin-inline: auto;
}
.portuguesegamble--two {
	max-width: 163px;
	width: 100%;
	height: 82px;
	margin-inline: auto;
}
.portuguesegamble--three {
	max-width: 245px;
	width: 100%;
	height: 119px;
	margin-inline: auto;
}
.portuguesegamble--four {
	max-width: 245px;
	width: 100%;
	height: 119px;
	margin-inline: auto;
}

.portuguesegamble__card-show-limit {
	display: none !important;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card---wrapper_img {
		-webkit-box-flex: 0;
		-ms-flex: 1 1 130px !important;
		flex: 1 1 130px !important;
		border-radius: 20px;
		width: 100%;
		justify-content: space-around;
		gap: 0rem;
		background-image: none;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
	}

	.portuguesegamble-img_hide,
	.portuguesegamble__card-hide-limit {
		display: none !important;
	}

	.portuguesegamble-img_show {
		display: flex !important;
	}
} */

.portuguesegamble__card---img {
	max-width: 245px;
	width: 100%;
	height: auto;
	/* min-height: 119px; */
	padding: 0 0.5rem;
	position: relative;
	z-index: 3;
}
.portuguesegamble__card--relative {
	position: relative;
}

.portuguesegamble__card--limit {
	display: flex;
	align-items: center;
	top: 0.875rem;
	left: -0.875rem;
	justify-content: center;
	position: absolute;
	gap: 0.5rem;
	font-size: 0.75rem;
	font-family: var(--font-subextra-title);
	line-height: 120%;
	font-weight: 800;
	color: var(--color-white);
	padding: 0.3rem 0.5rem;
	max-width: 120px;
	width: 100%;
	text-align: center;
	background: var(--color-border);

	z-index: 2;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;

	position: relative;
	overflow: visible;
}

.portuguesegamble__card--limit-first {
	max-width: 104px !important;
	width: 100% !important;
}

.portuguesegamble__card--limit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0px 14px;
	border-color: var(--color-btn) transparent transparent transparent;
}

.portuguesegamble__card--blue {
	background-color: #000066 !important;
}

.portuguesegamble__card--numeric {
	left: -0.5%;
	top: -5%;
	position: absolute;
	font-size: 0.7rem;
	font-family: var(--font--bold-i);
	line-height: 10px;
	color: #fff;
	padding: 0.3rem;
	border-radius: 3px;
	background: linear-gradient(180deg, #f64e05 0%, #902e03 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index: 2;
}

@media (max-width: 1080px) {
	.portuguesegamble__card---descr {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 200px;
		flex: 0 1 200px;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
}
/* @media (max-width: 991px) {
	.portuguesegamble__card---img {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 180px;
		flex: 0 1 180px;
		flex-direction: column;
		gap: 0.4rem;
		display: flex;
		align-items: center;
	}

	.portuguesegamble-luna {
		height: 100px;
	}

	.portuguesegamble__card---descr {
		gap: 0 !important;
	}

	.portuguesegamble__card---payments {
		max-width: 180px !important;
		width: 100%;
	}

	.portuguesegamble__card---right {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 130px !important;
		flex: 0 1 130px !important;

		border-top-left-radius: 0 !important;
		border-top-right-radius: 0px !important;
	}

	.portuguesegamble__card---right::before {
		border-top-right-radius: 0px !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 20px !important;
	}
} */

.portuguesegamble__card---right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 259px;
	flex: 0 0 259px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	gap: 1rem;
	position: relative;
	z-index: 999;
	transition: box-shadow 0.5s ease;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card---right {
		-webkit-box-flex: 0;
		-ms-flex: 1 1 130px !important;
		flex: 1 1 130px;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	.portuguesegamble__casino---items__btn {
		max-width: 250px !important;
		width: 100% !important;
	}

	.portuguesegamble__card---wrapper-ratings {
		padding: 0.7rem 0 !important;
	}

	.portuguesegamble__card---wrapper_img {
		border-top-right-radius: 20px !important;
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		padding: 0.25rem 0.5rem;
	}
	.portuguesegamble__card---wrapper_img::before {
		border-top-right-radius: 20px !important;
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-top-left-radius: 20px !important;
	}

	.portuguesegamble__card---left {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 0px;
	}

	.portuguesegamble__card---right {
		justify-content: space-between;
		gap: 1.5rem;
		padding: 0;
	}

	.portuguesegamble__card-num-title {
		margin-bottom: 0.5rem;
	}
} */

.portuguesegamble__card---right-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 200px;
	flex: 0 1 200px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card---right-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 130px;
		flex: 0 1 130px;
		padding: 1rem 0.5rem;
	}
} */

.portuguesegamble__card---bottom-text {
	font-size: 0.85rem;
	line-height: 20px;
	color: #fff;
	font-family: var(--font--text);
	font-weight: 700;
}

.portuguesegamble__card---descr {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 410px;
	flex: 0 0 410px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	position: relative;
	z-index: 3;
}

.portuguesegamble__card-rating {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 208px;
	flex: 0 0 208px;
	align-items: center !important;
}

.portuguesegamble--icon-ratbox {
	max-width: 196px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	justify-content: center;
}

.portuguesegamble__show-bonus {
	display: none;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card---descr {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 1 200px !important;
		flex: 0 1 200px !important;
	}

	.portuguesegamble__card---descr_first {
		flex: 0 0 20px !important;
	}

	.portuguesegamble__hide-info {
		display: none;
	}

	.portuguesegamble__show-bonus {
		display: flex;
		margin-bottom: 1rem;
	}
} */

.portuguesegamble__card-num-title {
	color: #fff;
	font-size: 0.75rem;
	line-height: 12px;
	font-family: var(--font--regular-i);
	text-align: center;
}

.portuguesegamble__card---name {
	color: #fff;
	font-size: 0.75rem;
	line-height: 100%;
	font-family: var(--font--inter-m);
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.portuguesegamble__card-num {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-align: center;
	align-items: center;
	width: 100%;
	max-width: 196px;
}

.portuguesegamble__card-rat {
	font-size: 1.25rem;
	line-height: 25px;
	font-family: var(--font-main-title);
	color: var(--color-white);
	text-transform: uppercase;
	text-align: center;
}

.portuguesegamble__card---title {
	font-size: 1rem;
	line-height: 130%;
	font-family: var(--font-text);
	text-align: center;
	color: var(--color-text-gray);
	position: relative;
	z-index: 3;
}

.portuguesegamble__card---name_sub {
	font-size: 1rem;
	line-height: 120%;
	font-family: var(--font-subextra-title);
	text-align: center;
	font-weight: 800;
	color: var(--color-white);
	position: relative;
	z-index: 3;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card---name_shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
} */

.portuguesegamble__card---wrapper-ratings {
	display: flex;
	padding: 1rem 0;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	max-width: 167px;
	width: 100%;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card---wrapper-ratings {
		-webkit-box-flex: 0;
		-ms-flex: 1 1 180px;
		flex: 1 1 180px;
		width: 100%;
		padding: 0.2rem 0 1rem 0 !important;
	}
} */

.portuguesegamble__card---rating {
	color: #fff;
	font-family: var(--font--black);
	font-size: 2rem;
	line-height: 38.73px;
	text-align: center;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card---rating {
		text-align: left;
	}
} */

.portuguesegamble__card---right_lists {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	flex: 0 0 232px;
	position: relative;
}

.portuguesegamble__card---right__box {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.portuguesegamble__card---right__elem {
	font-size: 1rem;
	line-height: 100%;
	font-family: var(--font-text);
	color: var(--color-text-gray);
	font-weight: 400;
}

.portuguesegamble--icon--cube {
	background-image: url(/portuguesegamble-components/portuguesegamble-image/portuguesegamble-casino/portuguesegamble-icon-cube.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 28px;
	width: 100%;
	height: 28px;
}

/* @media (max-width: 991px) {
	.portuguesegamble__card---link {
		min-width: 0;
		width: 100%;
	}
} */

.portuguesegamble__casino-info {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	color: #ffffffcc;
	font-size: 0.85rem;
	line-height: 20px;
	text-align: center;
	font-family: var(--font--regular-i);
}

.portuguesegamble__casino---items__btn {
	max-width: 200px;
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	cursor: pointer;
	background: var(--color-btn);
	border: none;
	font-size: 1rem;
	line-height: 130%;
	font-family: var(--font-main-title);
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	transition: 0.5s;
	background: repeating-linear-gradient(
			75grad,
			rgba(0, 0, 0, 0) 25%,
			rgba(255, 255, 255, 0.6) 26%,
			rgba(0, 0, 0, 0) 50%,
			rgba(0, 0, 0, 0) 100%
		),
		var(--color-btn);

	color: white;
	padding: 25px;
	border: none;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
	animation: mymove 5s infinite linear;
}

.portuguesegamble__casino---items__btn:hover {
	background: repeating-linear-gradient(
			75grad,
			rgba(0, 0, 0, 0) 25%,
			rgba(255, 255, 255, 0.6) 26%,
			rgba(0, 0, 0, 0) 70%,
			rgba(0, 0, 0, 0) 100%
		),
		var(--color-btn);
	box-shadow: -1px 5px 30px var(--color-btn);
}

.button__glare {
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0)
	);
	transform: skewX(-25deg);
	animation: slideGlare 3s infinite;
	-webkit-animation: slideGlare 3s infinite;
}

@keyframes mymove {
	0% {
		background-position: 0px 0px;
	}
	100% {
		background-position: 500px 0px;
	}
}
.portuguesegamble__card---payments {
	max-width: 200px;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0.2rem;
	gap: 0.25rem;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.portuguesegamble__card----image {
	max-width: 36px !important;
	width: 100%;
	height: 24px !important;
	animation: glowPulse 2.5s infinite;
}

@keyframes glowPulse {
	0%,
	100% {
		filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
	}
	50% {
		filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
	}
}
.portuguesegamble__card---bottom {
	padding: 0.5rem;
}

/* Benefits */
.portuguesegamble--benefits-box {
	padding: 4.375rem 0;
}

.portuguesegamble--benefits--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.portuguesegamble--benefits---title {
	font-family: var(--font-main-title);
	font-weight: 700;
	font-size: 2.175rem;
	line-height: 40px;
	text-align: center;
	color: var(--color-white);
}

.portuguesegamble--benefits---cards {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.portuguesegamble--benefits----card {
	max-width: 302px;
	width: 100%;
	padding: 1.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background: var(--color-card);
	border-radius: 16px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.portuguesegamble--benefits----card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),
		0 0 0 1px rgba(255, 255, 255, 0.3) inset,
		0 0 20px rgba(255, 255, 255, 0.2) inset;
}

.portuguesegamble--benefits----card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--color-border);
	border-radius: 16px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	z-index: 1;
}

.portuguesegamble--benefits--textbox {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	z-index: 3;
}

.portuguesegamble--center {
	text-align: center;
}

.portuguesegamble--benefits_crown {
	background-image: url(/portuguesegamble-components/portuguesegamble-image/portuguesegamble-why/portuguesegamble-icon-crown.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 113px;
	width: 100%;
	height: 113px;
	margin-inline: auto;
}

.portuguesegamble--benefits----info_title {
	font-family: var(--font-main-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 25px;
	color: var(--color-white);
}

.portuguesegamble__benefits--text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	color: var(--color-text-gray);
}

/* Footer */
.portuguesegamble__footer--box {
	width: 100%;
	padding: 1.5rem 0;
	background: var(--color-card);
}

.portuguesegamble__footer-container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.portuguesegamble--footer--age {
	background-image: url(/portuguesegamble-components/portuguesegamble-image/portuguesegamble-footer/portuguesegamble-footer-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 79px;
	width: 100%;
	height: 36px;
	margin-inline: auto;
}

.portuguesegamble__footer--info {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.portuguesegamble--footer---resp {
	max-width: 604px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.portuguesegamble--footer--lists li {
	list-style-type: disc;
	margin-left: 1.5rem;
}

.portuguesegamble-gray {
	color: var(--color-text-lightgray) !important;
}

.portuguesegamble--footer-parthers {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.portuguesegamble--footer---gamcare {
	max-width: 208px;
	width: 100%;
	height: 60px;
}
.portuguesegamble--footer---egba {
	max-width: 130px;
	width: 100%;
	height: 60px;
}
.portuguesegamble--footer---srij {
	max-width: 113px;
	width: 100%;
	height: 60px;
}
.portuguesegamble--footer---sicad {
	max-width: 68px;
	width: 100%;
	height: 60px;
}
.portuguesegamble--footer---rgc {
	max-width: 80px;
	width: 100%;
	height: 60px;
}
.portuguesegamble--footer---begamble {
	max-width: 337px;
	width: 100%;
	height: 60px;
}

.portuguesegamble--hover-img {
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.portuguesegamble--hover-img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.portuguesegamble--footer--nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.675rem;
}

.portuguesegamble--menu__list-item a {
	font-family: var(--font-subextra-title);
	font-weight: 800;
	font-size: 1rem;
	line-height: 100%;
	color: var(--color-white);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.portuguesegamble--menu__list-item a:hover {
	color: var(--color-btn);
}

/* Privacy Page */
.portuguesegamble__privacy--box {
	padding: 4.375rem 0;
}

.portuguesegamble__privacy-head {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.portuguesegamble--pricacy_title {
	font-family: var(--font-subextra-title);
	font-weight: 800;
	font-size: 1rem;
	line-height: 100%;
	color: var(--color-white);
}

.portuguesegamble--privacy--item h1 {
	line-height: 110%;
	text-align: left !important;
	font-size: 2.125rem;
}

.portuguesegamble--lists_dotted,
.portuguesegamble--lists_num {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.portuguesegamble--lists_dotted li {
	list-style-type: disc;
	margin-left: 1.25rem;
}
.portuguesegamble--lists_num li {
	list-style-type: decimal;
	margin-left: 1.25rem;
}

/* Cookies Modal */
.portuguesegamble__fixed-cookie {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 20;
}

.portuguesegamble__cookie--box {
	max-width: 800px;
	width: 100%;
}

#portuguesegambleCookiePopup {
	z-index: 15;
	background: var(--color-bg-main);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	position: fixed;
	right: 0rem;
	bottom: 0rem;
	font-size: 1rem;
	width: 100% !important;
	text-align: justify;
	line-height: 1.8em;
	padding: 1.875rem;
	transition: all 0.5s ease-in;
	z-index: 20;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

.portuguesegamble__cookie--container {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.portuguesegamble--cookies-top {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.portuguesegamble__cookie-title {
	font-size: 1rem;
	font-family: var(--font-subextra-title);
	color: var(--color-white);
	line-height: 120%;
	font-weight: 800;
}

.portuguesegamble__cookie-text {
	font-family: var(--font-text);
	color: #fff;
	line-height: 130%;
	font-size: 1rem;
	font-weight: 400;
}
.portuguesegamble__cookie-btn {
	width: 100%;
	height: 43px;
	background: var(--color-btn);
	border: none;
	font-family: var(--font-subextra-title);
	font-size: 1rem;
	line-height: 130%;
	font-weight: 800;
	color: var(--color-white);
	padding: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}
.portuguesegamble__cookie-btn:hover {
	transform: translateY(-0.25rem);
	-webkit-transform: translateY(-0.25rem);
	-moz-transform: translateY(-0.25rem);
	-ms-transform: translateY(-0.25rem);
	-o-transform: translateY(-0.25rem);
}

.portuguesegamble__cookie--btn-w {
	position: relative;
	cursor: pointer;
	display: flex;
	width: 100%;
	height: 43px;
	justify-content: center;
	align-items: center;
	font-family: var(--font-subextra-title);
	font-size: 1rem;
	line-height: 130%;
	font-weight: 800;
	background: #b58a5424;
	padding: 0.3rem 0;
	border: 1px solid var(--color-btn);
	text-align: center;
	letter-spacing: -0.025em;
	color: #fff !important;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.portuguesegamble__cookie--btn-w:hover {
	transform: translateY(-0.25rem);
	-webkit-transform: translateY(-0.25rem);
	-moz-transform: translateY(-0.25rem);
	-ms-transform: translateY(-0.25rem);
	-o-transform: translateY(-0.25rem);
}

.portuguesegamble__btn--box_cookie {
	max-width: 260px;
	width: 100%;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

.portuguesegamble__hide {
	visibility: hidden;
	bottom: 0;
	right: 2em;
}
.portuguesegamble__show {
	visibility: visible;
	bottom: 0em;
	right: 2em;
}

/* Other Styles */
.portuguesegamble--left {
	text-align: left;
}

.portuguesegamble--pad {
	padding: 1rem 0;
}

.portuguesegamble--privacy-lists {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.portuguesegamble--privacy--item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.portuguesegamble--small-gap {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.portuguesegamble--sublists-privacy li {
	list-style-type: disc;
	margin-left: 1.25rem;
}

.portuguesegamble--show-rat,
.portuguesegamble__card--line {
	display: none;
}

/* Mobile */
@media screen and (max-width: 1320px) {
	.portuguesegamble__card---left {
		justify-content: flex-start;
	}

	.portuguesegamble__card-rating {
		flex: 0 0 165px;
	}

	.portuguesegamble__card--info {
		padding: 0.25rem 1rem;
		justify-content: center;
		flex: 1 1 645px;
	}

	.portuguesegamble__card---descr {
		flex: 0 0 245px;
	}

	.portuguesegamble__page--container {
		padding: 0 1.5rem;
	}
}

@media screen and (max-width: 1205px) {
	.portuguesegamble__card--info {
		padding: 0.25rem 1rem;
		justify-content: center;
		flex: 0 0 500px;
	}

	.portuguesegamble__card---left {
		justify-content: space-between;
	}

	.portuguesegamble__card---left {
		flex: 0 1 840px;
	}
}

@media screen and (max-width: 1157px) {
	.portuguesegamble__card---right_lists {
		display: none;
	}
	.portuguesegamble__card--info {
		flex: 1 1 550px;
		padding: 0.25rem 2rem;
		gap: 0.5rem;
	}
	.portuguesegamble__card---right {
		flex: 0 0 259px;
	}

	.portuguesegamble--footer-parthers {
		flex-wrap: wrap;
		justify-content: center;
	}

	.portuguesegamble__footer--info {
		flex-direction: column;
	}

	.portuguesegamble--footer---resp {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 1140px) {
	.portuguesegamble--span,
	.portuguesegamble__card---title {
		display: none;
	}

	.portuguesegamble__card--top-w,
	.portuguesegamble__card--top,
	.portuguesegamble__casino--cards_items {
		flex-direction: column;
		height: auto;
		max-width: 725px;
		width: 100%;
		margin-inline: auto;
		position: relative;
	}

	.portuguesegamble__card--info {
		flex-direction: column-reverse;
		flex: 0 1 425px;
	}

	.portuguesegamble__card---left {
		flex: 0 0 180px;
	}
	.portuguesegamble__card---descr {
		flex: 0 0 50px;
	}
	.portuguesegamble__card---right {
		flex: 0 0 120px;
		padding: 0 1rem;
	}

	.portuguesegamble__card--line {
		display: block;
		max-width: 100%;
		width: 90%;
		margin-inline: auto;
		background: var(--color-border);
		height: 1px;
	}

	.portuguesegamble__casino---items__rating-num_img {
		max-width: 25px;
		width: 100%;
		height: 25px;
	}
	.portuguesegamble__casino---items__rating-num_img-big {
		max-width: 35px;
		width: 100%;
		height: 35px;
	}

	.portuguesegamble__card---wrapper_img {
		flex: 0 1 280px;
	}

	.portuguesegamble__card---right-right {
		flex: 0 1 380px;
	}

	.portuguesegamble__casino---items__btn,
	.portuguesegamble__card---payments {
		max-width: 380px;
		width: 100%;
	}

	.portuguesegamble__card---payments {
		gap: 1rem;
		justify-content: space-between;
	}
}

@media screen and (max-width: 991px) {
	.portuguesegamble__welcome---elem:nth-child(1) {
		max-width: 147px;
		width: 100%;
		font-size: 0.75rem;
		padding: 0.1rem 0.125rem;
	}
	.portuguesegamble__welcome---elem:nth-child(2) {
		max-width: 197px;
		width: 100%;
		font-size: 0.75rem;
		padding: 0.1rem 0.125rem;
	}
	.portuguesegamble__welcome---elem:nth-child(3) {
		max-width: 143px;
		width: 100%;
		font-size: 0.75rem;
		padding: 0.1rem 0.125rem;
	}
	.portuguesegamble__welcome---elem:nth-child(4) {
		max-width: 156px;
		width: 100%;
		font-size: 0.75rem;
		padding: 0.1rem 0.125rem;
	}

	.portuguesegamble--header {
		display: none;
	}

	.portuguesegamble__privacy--box {
		padding: 1.5rem 0;
	}
}

@media screen and (max-width: 900px) {
	.portuguesegamble__cookie--container {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.portuguesegamble--cookies-top {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
	}

	#portuguesegambleCookiePopup {
		max-width: 425px;
		width: 100%;
		padding: 1.25rem 0;
	}

	.portuguesegamble__cookie-title,
	.portuguesegamble__cookie-text {
		text-align: center;
	}
}

@media screen and (max-width: 700px) {
	.portuguesegamble--benefits----card {
		max-width: 425px;
		width: 100%;
	}

	.portuguesegamble__welcome--advantages {
		gap: 0.25rem;
	}

	.portuguesegamble__welcome--text {
		display: none;
	}

	.portuguesegamble--gap {
		gap: 1.5rem;
	}

	.portuguesegamble--bg {
		padding: 1.5rem 0 0;
	}

	.portuguesegamble__welcome--title,
	.portuguesegamble--benefits---title {
		font-size: 1.25rem;
		line-height: 25px;
	}

	.portuguesegamble--footer---gamcare {
		max-width: 103px;
		width: 100%;
		height: 30px;
	}
	.portuguesegamble--footer---egba {
		max-width: 164px;
		width: 100%;
		height: 30px;
	}
	.portuguesegamble--footer---srij {
		max-width: 57px;
		width: 100%;
		height: 30px;
	}
	.portuguesegamble--footer---sicad {
		max-width: 34px;
		width: 100%;
		height: 30px;
	}
	.portuguesegamble--footer---rgc {
		max-width: 40px;
		width: 100%;
		height: 30px;
	}
	.portuguesegamble--footer---begamble {
		max-width: 166px;
		width: 100%;
		height: 30px;
	}

	.portuguesegamble--footer--nav {
		flex-direction: column;
		gap: 1rem;
	}
	.portuguesegamble__card---descr {
		flex: 0 0 40px;
	}

	.portuguesegamble__casino---items__rating-num_img {
		max-width: 15px;
		width: 100%;
		height: 15px;
	}

	.portuguesegamble__casino---items__rating-num_img-big {
		max-width: 20px;
		width: 100%;
		height: 20px;
	}

	.portuguesegamble__card-num,
	.portuguesegamble__card--info {
		gap: 0.125rem;
	}
	.portuguesegamble__card---left {
		flex: 0 0 140px;
	}

	.portuguesegamble__casino---items__btn {
		height: 40px !important;
	}
	.portuguesegamble__card--info {
		flex-direction: column-reverse;
		flex: 0 1 250px;
		padding: 0.1rem 1rem 0 0;
	}

	.portuguesegamble--icon-ratbox {
		gap: 0.1rem;
	}

	.portuguesegamble__card---wrapper_img {
		flex: 0 1 245px;
	}
}

@media screen and (max-width: 500px) {
	.portuguesegamble__card---name_sub,
	.portuguesegamble__card-rat {
		font-size: 0.675rem;
	}
	.portuguesegamble--two {
		max-width: 109px;
		width: 100%;
		height: 54px;
		margin-inline: auto;
	}
	.portuguesegamble--one {
		max-width: 80px;
		width: 100%;
		height: 67px;
		margin-inline: auto;
	}

	.portuguesegamble--three {
		max-width: 160px;
		width: 100%;
		height: 78px;
		margin-inline: auto;
	}

	.portuguesegamble--four {
		max-width: 160px;
		width: 100%;
		height: 78px;
		margin-inline: auto;
	}
}
@media screen and (max-width: 359px) {
	.portuguesegamble--benefits----card {
		padding: 1rem;
	}
}
