* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:active,
:focus {
	outline: 0;
}
a:active,
a:focus {
	outline: 0;
}
aside,
footer,
header,
nav {
	display: block;
}
body,
html {
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	color: var(--white);
	font-family: var(--font-main);
}
button,
input,
textarea {
	font-family: var(--font-main);
}
input::-ms-clear {
	display: none;
}
input,
textarea {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: inherit;
}
input::placeholder,
textarea::placeholder {
	color: inherit;
}
textarea {
	resize: none;
}
button {
	cursor: pointer;
	background-color: transparent;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a {
	display: inline-block;
	color: inherit;
	font-family: var(--font-main);
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}
svg {
	display: block;
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-title);
	font-size: inherit;
	font-weight: inherit;
}

p,
span {
	font-family: var(--font-main);
}

picture {
	display: block;
	width: 100%;
	height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type='number'] {
	-moz-appearance: textfield;
}
@font-face {
	font-family: Helvetica Neue;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/svenskaspellotto-fonts/svenskaspellotto-helveticaneue-bold.woff2) format('woff2');
}
@font-face {
	font-family: Helvetica;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/svenskaspellotto-fonts/svenskaspellotto-helvetica-regular.woff2) format('woff2');
}

@font-face {
	font-family: Helvetica;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/svenskaspellotto-fonts/svenskaspellotto-helvetica-bold.woff2) format('woff2');
}

:root {
	--font-main: Helvetica, sans-serif;
	--font-title: Helvetica Neue, sans-serif;
	--container-width: 1170px;
	--container-step: 20px;
	--container-step-tablet: 15px;
	--container-step-mobile: 10px;
	--container: calc(var(--container-width) + (var(--container-step) * 2));
	--black: #070707;
	--white: #ffffff;
}
.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 var(--container-step);
}
@media (max-width: 991px) {
	.container {
		padding: 0 var(--container-step-tablet);
	}
}
@media (max-width: 600px) {
	.container {
		padding: 0 var(--container-step-mobile);
	}
}

.h-100 {
	height: 100%;
}

.d-flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.flex-row-col {
	flex-direction: row;
}

@media (max-width: 991px) {
	.flex-row-col {
		flex-direction: column;
	}
}

.text-uppercase {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.fw700 {
	font-weight: 700;
}

.font-title {
	font-family: var(--font-title);
}

.justify-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.gap20 {
	gap: 20px;
}

.gap10 {
	gap: 10px;
}

.gap24 {
	gap: 24px;
}
.gap8 {
	gap: 8px;
}

.pad50-30 {
	padding: 50px 0;
}

@media (max-width: 991px) {
	.pad50-30 {
		padding: 30px 0;
	}
}

.fs24 {
	font-family: var(--font-title);
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
}

.fs20 {
	font-family: var(--font-title);
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
}

.fs16 {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.fs16-14 {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.fs14 {
	font-size: 16px;
	font-weight: 400;
}

@media (max-width: 991px) {
	.fs16-14 {
		font-size: 14px;
	}
}

.btn {
	font-family: var(--font-title);
	background: linear-gradient(180deg, #fbb420 0%, #ebe050 100%);
	padding: 12px 24px;
	color: var(--black);
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	position: relative;
}

.btn__glare {
	opacity: 0.8;
	position: absolute;
	top: -100px;
	left: -100px;
	display: block;
	background: #fff;
	width: 40px;
	height: 300px;
	transition: all 0.1s;
	transform: rotate(45deg);
	animation-delay: 0.05s;
	animation-timing-function: ease-in-out;
	animation-name: slide;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes slide {
	0% {
		transform: translateX(0) rotate(45deg);
	}
	30%,
	100% {
		transform: translateX(350px) rotate(45deg);
	}
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

@media (max-width: 991px) {
	.btn {
		padding: 15px 25px;
		font-size: 14px;
	}
}

.header {
	background: var(--Linear, linear-gradient(180deg, #0d1e30 0%, #4a828f 100%));
}

.header__logotype {
	width: 32px;
	aspect-ratio: 1/1;

	img:first-child {
		width: 32px;
		aspect-ratio: 1/1;
	}

	img:last-child {
		height: 100%;
		width: 175px;
	}
}

.burger {
	width: 42px;
	flex-direction: column;
	cursor: pointer;
	display: none;
	gap: 7px;
}

.burger span {
	display: block;
	height: 1px;
	background-color: var(--white);
	border-radius: 2px;
}

.header__nav-item {
	a {
		transition: 0.2s ease;
		min-height: 67px;
		display: flex;
		align-items: center;
		padding: 0 4px;
	}

	&:hover {
		background-color: var(--black);
		transition: 0.2s ease;

		a {
			color: #fbb420;
			transition: 0.2s ease;
		}
	}
}

@media (max-width: 991px) {
	.header {
		padding: 9px 0;
	}

	.burger {
		display: flex;
	}

	.header__nav {
		display: none;
		position: absolute;
		top: 51px;
		right: 0;
		background: var(--Linear, linear-gradient(180deg, #0d1e30 0%, #4a828f 100%));
		flex-direction: column;
		z-index: 1000;
		width: 100%;

		li {
			width: 100%;
			padding: 0 20px;
		}
	}

	.header__nav.open {
		display: flex;
		max-width: 200px;
	}

	.header__nav-list {
		flex-direction: column;
		gap: 20px;
	}

	.header__nav-item {
		a {
			min-height: 40px;
		}
	}
}

.hero {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.21) 100%),
		linear-gradient(258deg, rgba(74, 130, 143, 0) 3.04%, rgba(74, 130, 143, 0.28) 28.72%, rgba(74, 130, 143, 0.65) 96.92%),
		url('/svenskaspellotto-imgs/svenskaspellotto-hero-back.webp') lightgray 0.111px -222.141px / 100% 257.633% no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 26%;
	padding: 156px 0 280px 0;
}

.hero__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;

	h1,
	h2 {
		text-align: center;
		font-size: 64px;
		font-weight: 700;
		line-height: 100%;
		text-transform: uppercase;
	}

	p {
		font-size: 24px;
		font-weight: 400;
		line-height: 130%;
		letter-spacing: 0.96px;
	}
}

@media (max-width: 991px) {
	.hero {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.21) 100%),
			linear-gradient(258deg, rgba(74, 130, 143, 0) 3.04%, rgba(74, 130, 143, 0.28) 28.72%, rgba(74, 130, 143, 0.65) 96.92%),
			url('/svenskaspellotto-imgs/svenskaspellotto-hero-back-mob.webp') lightgray 0.111px -222.141px / 100% 257.633% no-repeat;
		padding: 80px 0 125px 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.hero__wrapper {
		h1,
		h2 {
			font-size: 32px;
		}

		p {
			font-size: 16px;
			margin-bottom: 4px;
		}
	}
}

.cards,
.info,
.about,
.page-disclaimer,
.contact-us,
.terms {
	background: #fbb420;
	color: var(--black);
}

.cards__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}
.cards__item {
	max-width: 250px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	text-align: center;

	.line {
		height: 1px;
		background-color: var(--black);
		width: calc(100% - 30px);
	}

	span {
		font-family: var(--font-title);
		font-size: 24px;
		font-weight: 700;
		line-height: 150%;
	}
}
.cards__img {
	background: url('/svenskaspellotto-imgs/svenskaspellotto-card.webp?v.1') rgba(211, 211, 211, 0) -663.237px -156.78px / 1529.879%
		714.982% no-repeat;
	width: 100px;
	aspect-ratio: 1/1;
	background-size: contain;
	background-position: center;
}

@media (max-width: 991px) {
	.cards__item {
		max-width: 100%;

		.line {
			width: 80%;
		}

		span {
			font-size: 20px;
		}
	}
}

.play,
.demo {
	background: url('/svenskaspellotto-imgs/svenskaspellotto-game.webp') lightgray 50% / cover no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	height: 679px;
}

.play__wrapper,
.demo__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.demo__game {
	width: 100%;
	height: 518px;
}

@media (max-width: 991px) {
	.play {
		height: 273px;
	}

	.demo {
		background: #fbb420;
		padding: 0;
		height: auto;
	}

	.play__game {
		width: 100%;
		height: 350px;
	}
}

.info__wrapper {
	display: flex;
	flex-direction: row;
	gap: 0;
	align-items: center;
}
.info__col {
	flex: 1;
}

.info__img {
	flex: 1;
	background: url('/svenskaspellotto-imgs/svenskaspellotto-info.webp?v.1');
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	height: 630px;
}

@media (max-width: 768px) {
	.info__wrapper {
		flex-direction: column;
		gap: 20px;
	}

	.info__img {
		flex: auto;
		aspect-ratio: 1/1;
		height: 340px;
	}
}

@media (max-width: 359px) {
	.info__img {
		height: 280px;
	}
}

.disclaimer {
	background: linear-gradient(0deg, rgba(3, 3, 4, 0.59) 0%, rgba(3, 3, 4, 0.59) 100%),
		url('/svenskaspellotto-imgs/svenskaspellotto-game.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer {
	background: #14293b;
}

.footer__partners-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.age,
.age2 {
	width: 60px;
	height: 60px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 20px;
}

.footer__nav-item a {
	text-decoration: underline;
	text-underline-offset: 6px;
	transition: 0.2s ease;
}

.footer__nav-item a:hover {
	color: #fbb420;
	transition: 0.2s ease;
}

.age2 {
	display: none;
}

@media (max-width: 991px) {
	.footer__partners-list {
		gap: 20px;
		align-items: flex-start;
	}

	.footer__partners-item {
		img {
			height: 30px;
		}
	}
}

@media (max-width: 400px) {
	.footer__partners-list {
		flex-direction: column;
	}

	.age {
		display: none;
	}

	.age2 {
		display: flex;
	}

	.order1 {
		order: 1;
	}
}
.terms__wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.terms {
	padding: 50px 0;
}

.terms h1 {
	font-family: var(--font-title);
	font-size: 60px;
	font-weight: 800;
	padding-bottom: 10px;
}

.terms h2 {
	font-family: var(--font-title);
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
}

.terms p,
li {
	font-family: var(--font-main);
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
}

@media (max-width: 991px) {
	.terms {
		padding: 20px 0;
	}

	.terms__wrapper {
		gap: 10px;
	}

	.terms h1 {
		font-size: 30px;
	}

	.terms h2 {
		font-size: 14px;
	}

	.terms p,
	li {
		font-size: 14px;
	}
}

.page-disclaimer__title {
	font-size: 24px;
	text-transform: unset;
	text-align: center;
	font-weight: 700;
	line-height: 150%;
}

.contact-us {
	h2 {
		text-transform: unset;
		font-size: 24px;
		font-weight: 700;
	}
}

.form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;

	input,
	textarea {
		color: var(--black);
		padding: 14px 16px;
		border: 1px solid #e6e6e6;
		background: #fff;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}

	input::placeholder,
	textarea::placeholder {
		color: #999999;
	}

	label {
		margin-bottom: 8px;
	}

	button {
		padding: 10px 24px;
		background: #14293b;
		color: #fbb420;
		font-family: 'Helvetica Neue';
		font-size: 18px;
		font-weight: 700;
		line-height: 150%;
		text-transform: uppercase;
		width: max-content;
		margin: 0 auto;
	}
}

.contact-us__block {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 820px;
	margin: 0 auto;
}

.contact-us__email-icon {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;

	span {
		color: #201a29;
		font-size: 16px;
		font-weight: 400;
		line-height: 130%;
		text-decoration-line: underline;
		text-underline-offset: 2px;
	}

	> div {
		width: 24px;
		height: 24px;
		background-image: url('/svenskaspellotto-imgs/svenskaspellotto-email-icon.webp');
		background-repeat: no-repeat;
	}
}

.footer__copyright {
	color: rgba(255, 255, 255, 0.7);
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 400;

	a {
		text-decoration: underline;
	}
}

@media (max-width: 991px) {
	.play,
	.demo {
		background: url('/svenskaspellotto-imgs/svenskaspellotto-game-mob.webp?v.1') lightgray 50% / cover no-repeat;
		background-size: cover;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.disclaimer {
		background: linear-gradient(0deg, rgba(3, 3, 4, 0.59) 0%, rgba(3, 3, 4, 0.59) 100%),
			url('/svenskaspellotto-imgs/svenskaspellotto-game-mob.webp?v.1');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
