/*  Variables
\*----------------------------------------------------------------------------*/
/**
 * Value to rem
 */
/**
 * Value to em
 */
/**
 * A small, internally-used function to remove the units from a given value.
 */
/**
 * Rem converter
 *
 * 1. Provide pixel fallback for ie8
 * 2. Loop over values
 *
 * Sample: @include rem(margin, 0 auto 300px, !important);
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	user-select: none;
}

@media screen and (max-width: 960px) {
	body * {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font: 400 1em/1.25 'robotocondensed-regular', sans-serif;
	background: #000;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	min-height: 100%;
	min-width: 320px;
	font-size: 100%;
	overflow-x: hidden;
}
.platform-icons {
	position: fixed;
	top: 20px;
	right: 5.5%;
	margin: 0 0 0 22px;
	width: auto;
	height: auto;
	z-index: 90;
}
.platform-icons_item {
	display: inline-block;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.platform-icons__item-image {
	max-width: 34px;
}
.platform-icons-link {
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.platform-icons-link:hover {
	text-decoration: none;
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.flex-layout {
	display: block;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 48em) {
	.flex-layout__t {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.platform-icons__item-image {
		max-width: 50px;
		margin: 0 0 0 22px;
	}
	.platform-icons {
		top: 20px;
		right: 5.5%;
	}
}

.flex-layout_cell {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.flex-layout_fit {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media only screen and (min-width: 48em) {
	.column-70 {
		width: 66%;
	}
}

@media only screen and (min-width: 48em) {
	.column-30 {
		width: 33%;
	}
}

@font-face {
	font-family: 'robotocondensed-regular';
	src: url('../fonts/robotocondensed-regular.eot');
	src: url('../fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/robotocondensed-regular.woff') format('woff'),
		url('../fonts/robotocondensed-regular.ttf') format('truetype'),
		url('../fonts/robotocondensed-regular.svg#RobotoCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotocondensed-bold';
	src: url('../fonts/robotocondensed-bold.eot');
	src: url('../fonts/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/robotocondensed-bold.woff') format('woff'),
		url('../fonts/robotocondensed-bold.ttf') format('truetype'),
		url('../fonts/robotocondensed-bold.svg#RobotoCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-bold';
	src: url('../fonts/roboto-v20-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2');
	font-weight: 700;
	font-style: normal;
}

@media screen and (max-width: 600px) {
	.fullpage-slide[data-anchor='main-screen'] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 100vh;
	}
}

@media screen and (max-width: 960px) {
	.fullpage-slide[data-anchor='main-screen'] {
		min-height: auto;
	}
}

@media only screen and (min-width: 600px) and (min-height: 380px) {
	.page-content {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-size: cover !important;
	}

	.page-footer {
		bottom: 0;
		left: 0;
		margin-top: -1px;
	}

	.last-screen {
		width: auto;
		min-width: 100vw;
		position: absolute;
		top: 50%;
		left: 0%;
		height: 100vh;
	}
}

.page-content {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	background-size: cover;
	min-height: 100vh;
	background: linear-gradient(180deg, #062d52 0%, #031424 100%);
}

@media only screen and (min-width: 80em) {
	.page-content {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
}

body [data-hide='1'] {
	display: none;
}

.logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

	width: 60%;
}

.logo::before {
	content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    width: 190%;
    height: 260%;
    background-color: #000;
    border-radius: 50%;
    opacity: .2;
    filter: blur(27.5px);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.last-screen-container::before {
	content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    width: 230%;
    height: 50%;
    background-color: #000;
    border-radius: 50%;
    opacity: .25;
    filter: blur(27.5px);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.logo_image {
	/* width: auto;
	height: 25vh;
	max-height: 320px; */

	width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {
	.logo_image {
		height: auto;
		max-height: fit-content;
	}
}

.footer-links {
	margin-bottom: 15px;
}

.logo-footer_image {
	opacity: 0.4;
	height: 38px;
}

.logo-footer_image:hover {
	opacity: 1;
}

.cta {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
}

.cta-button {
	position: relative;
	display: inline-block;
	min-width: 229px;
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	padding: 16px 45px;
	letter-spacing: 0.05em;
	background: #fe5000;
	border: 5px solid #ffffff;
	transition: all 0.5s;
}

.cta-button:hover {
	background-color: #ff631b;
	border: 5px solid #ff631b;
}

.cta-button:active {
	background-color: #cc4000;
	border: 5px solid #cc4000;
}

.cta {
	margin: 2% 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
	.cta {
		margin: 1% 0 7% 0;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 80em) {
	.cta {
		margin: 3% 0 10% 0;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 48em) {
	#section1 .cta-button {
		margin-bottom: 2em;
	}

	#section3 .cta-button {
		margin-bottom: 10vh;
	}
}

@media only screen and (max-width: 600px) {
	.cta-button {
		padding: 15px;
		font-size: 20px;
	}
}

.cta-space {
	padding: 20px 0;
}

.stub {
	display: none;
}

.screen-title {
	font-family: 'robotocondensed-bold', sans-serif;
	font-size: 1em;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.56);
}

@media only screen and (min-width: 40em) {
	.screen-title {
		font-size: 2vw;
	}
}

@media only screen and (min-width: 100em) {
	.screen-title {
		/* font-size: 80px; */
		font-size: 2vw;
	}
}

@media only screen and (min-width: 80em) {
	.last-screen {
		position: static;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-bottom: 0;
	}
}

.last-screen-container {
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

#section1 .last-screen {
	position: relative;
	height: 92vh;
}

#section2 .last-screen {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	background-image: url('../images/background.jpg');
	backdrop-filter: blur(100px);
	background-size: cover;
	background-position: center;
}

#section2 .background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: linear-gradient(
		113.04deg,
		rgba(11, 18, 71, 0.9) 12.77%,
		rgba(123, 170, 226, 0.9) 50.05%,
		rgba(235, 127, 211, 0.9) 85.07%
	);
	backdrop-filter: blur(24px);
	z-index: 2;
	display: flex;
}

#section2 .last-screen-container {
	/* justify-content: flex-start; */
	justify-content: space-between;
	max-width: 85%;
	z-index: 5;
}

#section2 .main-text {
	margin-top: 20px;
	margin-bottom: 1vh;
	/* padding: 0 20px; */
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;

	color: #ffffff;

	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 1px 1px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1921px) {
	#section2 .main-text {
		margin-top: 2vh;
		margin-bottom: 0;
	}
}

#section2 .cta {
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	#section2 .cta {
		margin-top: 1.5em;
		margin-bottom: 0;
	}
}

#section2 .arrow-scroll-wrapper {
	position: relative;
	display: flex;
}

#section2 .arrow-scroll {
	position: relative;
	left: 0;
	bottom: 0;
	margin: 3vh auto;
	transform: none;
	animation: up-down 2s infinite;
}

@keyframes up-down {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
	50% {
		transform: translateY(40%);
		opacity: 1;
	}
	100% {
		transform: translateY(0%);
		opacity: 0;
	}
}

@media only screen and (min-width: 64em) {
	.last-screen-container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 100%;
		max-width: 55%;
	}
}

@media only screen and (max-width: 1600px) {
	#section2 .last-screen-container {
		max-width: 100%;
	}
	#section2 .main-text {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1400px) {
	#section2 .last-screen {
		height: auto;
	}
}

@media only screen and (max-width: 80em) {
	#section2 .last-screen-container {
		max-width: 100%;
		padding: 20px;
	}

	#section2 .main-text {
		margin-top: 0;
		font-size: 24px;
		line-height: 28px;
		padding: 0 20px;
	}
}

.last-screen .logo {
	/* margin-bottom: auto; */
	margin-top: auto;
}

@media only screen and (max-width: 600px) {
	.bg-linear {
		top: 0;
	}
}

.last-screen .screen-title {
	margin-bottom: 1em;
}

@media only screen and (max-width: 960px) {
	#section2 .last-screen {
		min-height: auto;
		height: auto;
	}

	#section2 .background {
		min-width: auto;
		height: 100%;
	}

	#section2 .bg-left {
		display: none;
	}

	#section2 .bg-right {
		margin-right: -25%;
	}

	#section2 .last-screen-container {
		max-width: 95%;
	}
}

@media only screen and (max-width: 600px) {
	#section2 .last-screen {
		margin-top: 0;
	}

	#section2 .last-screen-container {
		max-width: 100%;
		padding: 20px 0;
	}
}

.footer-nav {
	text-align: center;
	margin-left: 30px;
}

.footer-nav_item {
	text-transform: uppercase;
	display: inline-block;
	margin-right: 15px;
}

.footer-nav_link {
	color: #ffffff;
	opacity: 0.5;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px !important;
	font-family: 'robotocondensed-regular', sans-serif;
}

.footer-nav_link:hover {
	text-decoration: none;
	color: #fff;
	border: none !important;
}

@media only screen and (min-width: 48em) {
	.footer-nav_link {
	}
}

@media only screen and (min-width: 48em) {
	.footer-nav {
		text-align: left;
	}
}

.copyright,
.copyright-full {
	text-align: center;
	font: 400 9px/12px 'Arial', sans-serif;
	color: #696969;
}

.copyright a,
.copyright-full a {
	font: 400 9px/12px 'Arial', sans-serif;
	color: #7a7a7a;
	text-decoration: underline;
}

.copyright a:hover,
.copyright-full a:hover {
	text-decoration: none;
}

.copyright-full_text {
	margin-top: 0.5em;
	margin-bottom: 10px;
}

@media only screen and (min-width: 48em) {
	.copyright,
	.copyright-full {
		text-align: left;
	}
}

.page-footer {
	width: 100%;
	background-color: #0d1f42;
	text-align: center;
	padding: 10px 20px;
}

@media only screen and (min-width: 80em) {
	.page-footer {
		position: relative;
		bottom: auto;
		left: auto;
	}
}

.page-footer_container {
	max-width: 1600px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.page-footer_container--wide-age .flex-layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-footer_container--wide-age .flex-layout_cell {
		width: 100%;
	}
}

/* FOOTER AGE RATINGS START */

.age-ratings {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
}

.age-ratings__items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.age-rating__item {
	display: block;
	height: 55px;
	margin: 0 4px;
	opacity: 0.9;
	text-decoration: none;
}

.age-rating__item:last-child {
	margin-right: 0;
}

.age-rating__item:first-child {
	margin-left: 0;
}

.age-rating__item img {
	display: block;
	height: 100%;
}

.age-ratings__description {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
	opacity: 0.7;
}

@media screen and (max-width: 1200px) {
	.age-ratings {
		margin-top: 1.25em;
	}
}

/* FOOTER AGE RATINGS END */

@media only screen and (min-width: 100em) {
	.page-footer_container {
		margin: 0 auto;
	}
}

/* .fullscreen-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: #ffcbfa;
	background-image: url('../images/background.jpg');
	background-size: contain;
	background-position: center;
} */

.fullscreen-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	/* background-image: url('../images/background.jpg'); */
	/* background-size: contain; */
	/* background-position: center; */
}

.fullscreen-bg__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: url('../images/bg_back_with_ships.jpg'); */
	background-image: url('../images/background.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

@media screen and (max-width: 840px) {
	
	.fullscreen-bg__back {
		background-image: url('../images/background_mobile.jpg');
		background-position: center 60%;
	}
	
	.last-screen .logo {
		margin-top: 2em;
		margin-bottom: auto;
		width: 90%;
	}
}

.fullscreen-bg__characters {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg_characters.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fullscreen-bg__character-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg_character_center.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: characterCenterIdle 8s ease-in-out infinite
}

@keyframes characterCenterIdle {
	0% {
		transform: translate(0, -2%);
	}
	3% {
		transform: translate(0, -2%);
	}
	50%, 53% {
		transform: translate(0, 0%);
	}
	97% {
		transform: translate(0, -2%);
	}
	100% {
		transform: translate(0, -2%);
	}
}

.fullscreen-bg__character-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg_character_left.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: characterLeftIdle 8s ease-in-out infinite
}

@keyframes characterLeftIdle {
	0% {
		transform: translate(2%, -2%);
	}
	3% {
		transform: translate(2%, -2%);
	}
	50%, 53% {
		transform: translate(0, 0%);
	}
	97% {
		transform: translate(2%, -2%);
	}
	100% {
		transform: translate(2%, -2%);
	}
}

.fullscreen-bg__character-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg_character_right.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: characterRightIdle 8s ease-in-out infinite
}

@keyframes characterRightIdle {
	0% {
		transform: translate(-2%, -2%);
	}
	3% {
		transform: translate(-2%, -2%);
	}
	50%, 53% {
		transform: translate(0, 0%);
	}
	97% {
		transform: translate(-2%, -2%);
	}
	100% {
		transform: translate(-2%, -2%);
	}
}

.fullscreen-bg__ships-front-masked {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: url('../images/bg_ships_front.png'); */
	background-image: url('../images/bg_back_with_ships.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	-webkit-mask-image: url('../images/bg_ships_front_mask.png');
    mask-image: url('../images/bg_ships_front_mask.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover
}


.bg-part {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);

	height: 100%;
	width: auto;
	min-height: 100%;
	min-width: 100%;
}

.bg-part--back {
	animation: bg-back 4s infinite;
}
.bg-part--ships {
	animation: bg-ships 4s infinite;
}
.bg-part--commanders {
	animation: bg-commanders 4s infinite;
}
.bg-part--sparkles {
	animation: bg-sparkles 4s infinite;
}
@keyframes bg-back {
	0% {
		transform: translateX(-50%) scale3d(1, 1, 1);
	}
	50% {
		transform: translateX(-50%) scale3d(1.01, 1.005, 1);
	}
	100% {
		transform: translateX(-50%) scale3d(1, 1, 1);
	}
}
@keyframes bg-ships {
	0% {
		transform: translateX(-50%) scale3d(1, 1, 1);
	}
	50% {
		transform: translateX(-50%) scale3d(1.015, 1.0075, 1);
	}
	100% {
		transform: translateX(-50%) scale3d(1, 1, 1);
	}
}
@keyframes bg-commanders {
	0% {
		transform: translateX(-50%) scale3d(1, 1, 1);
	}
	50% {
		transform: translateX(-50%) scale3d(1.02, 1.01, 1);
	}
	100% {
		transform: translateX(-50%) scale3d(1, 1, 1);
	}
}
@keyframes bg-sparkles {
	0% {
		transform: translateX(-50%) scale3d(1, 1, 1) rotate(-0.2deg);
	}
	50% {
		transform: translateX(-50%) scale3d(1.02, 1.01, 1) rotate(0.2deg);
	}
	100% {
		transform: translateX(-50%) scale3d(1, 1, 1) rotate(-0.2deg);
	}
}

.fullscreen-bg_video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
}

@media only screen and (max-width: 64.063em) {
	.fullscreen-bg_video {
		display: none;
	}
}

@media screen and (min-aspect-ratio: 16/9) and (orientation: landscape) {
	.fullscreen-bg_video {
		width: 100%;
		height: auto;
	}
}

@media (min-aspect-ratio: 16 / 9) {
	.fullscreen-bg_video {
	}
}

@media (max-aspect-ratio: 16 / 9) {
	.fullscreen-bg_video {
	}
}

.tablet .fullscreen-bg {
	display: none;
}

.desktop-none-displayed {
	display: block;
	margin-top: 20vh;
}

.mobile-none-displayed {
	display: none;
}

.mobile-none-displayed,
.desktop-none-displayed {
	margin-bottom: auto;
	margin-top: 2vh;
}

@media only screen and (min-width: 64.063em) {
	.desktop-none-displayed {
		display: none;
	}

	.mobile-none-displayed {
		display: block;
		margin-top: 30vh;
	}
}

@media only screen and (max-width: 600px) {
	.desktop-none-displayed {
		margin-bottom: 0;
		align-self: normal;
	}
}

.legends-label {
	position: absolute;
	right: 0;
	bottom: 10vh;
	z-index: 10;
}

.legends-label_link {
	display: block;
	width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}

.legends-label_link:hover {
	opacity: 1;
}

.legends-label_link img {
	display: block;
	width: 250px;
}

@media screen and (max-width: 600px) {
	.legends-label {
		display: none;
	}

	.legends-label_link img {
		width: 100px;
	}
}

@media only screen and (min-height: 380px) and (min-width: 600px) and (max-width: 80em) {
	.legends-label_link img {
		width: 170px;
	}

	.legends-label {
		bottom: 200px;
	}

	.page-korean .legends-label {
		bottom: 360px;
	}

	.lang-switcher {
		margin-right: 10px;
	}

	.lang-switcher__icon {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}

	.lang-switcher__icon svg {
		width: 16px;
		height: 16px;
	}

	.lang-switcher__label {
		font-size: 14px;
	}
}

@media screen and (max-width: 48em) {
	.legends-label {
		bottom: 130px;
	}
}

@media screen and (max-width: 48em) and (max-height: 400px) {
	.legends-label {
		bottom: 0;
	}

	.legends-label_link img {
		width: 100px;
	}
}

/* header  */
.screen-header {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

@media screen and (max-width: 80em) {
	.last-screen {
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.last-screen-container {
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	#section1 .last-screen-container {
		padding-top: 50px;
		justify-content: space-between;
		align-items: center;
	}

	.logo::before {
		display: none;
	}

	.last-screen .screen-title {
		margin-bottom: 2em;
		width: 80%;
		font-size: 1.4em;
	}

	.cta-button {
		margin-bottom: 4vh;
	}
}

@media screen and (max-width: 640px) {
	.cta-button {
		margin-bottom: 6vh;
	}
}

/* language switcher */

.lang-switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px;
	margin-right: 25px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lang-switcher:hover {
	opacity: 1;
}

.lang-switcher__icon {
	width: 19px;
	height: 19px;
	margin-right: 10px;
}

.lang-switcher__icon svg {
	width: 19px;
	height: 19px;
}

.lang-switcher__label {
}

/* modal lang */

.modal-languages {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}

.modal-languages--active {
	display: block;
}

.modal-languages--showing .modal-languages__outer {
	-webkit-animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
	animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
}

.modal-languages--showing .modal-languages__content {
	-webkit-animation: 0.3s ease-in-out forwards showModalLanguagesContent;

	animation: 0.3s ease-in-out forwards showModalLanguagesContent;
}

@-webkit-keyframes showModalLanguagesOuter {
	from {
		display: block;
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes showModalLanguagesOuter {
	from {
		display: block;
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes showModalLanguagesContent {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes showModalLanguagesContent {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.modal-languages--hiding .modal-languages__outer {
	animation: 0.3s ease-in-out forwards reverse showModalLanguagesOuter;
}
.modal-languages--hiding .modal-languages__content {
	animation: 0.3s ease-in-out forwards reverse showModalLanguagesContent;
}

.modal-languages__outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(50, 60, 59, 0.7);
	-webkit-transition: background-color 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
}

.modal-languages__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 220px;
	padding-top: 50px;
	background-color: rgb(16, 20, 24);
	overflow-y: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.modal-languages__close {
	position: absolute;
	top: 6px;
	right: 6px;

	display: block;
	width: 22px;
	height: 22px;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.65;
	text-align: center;

	text-decoration: none;
	background-color: transparent;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	cursor: pointer;
	will-change: opacity;
}

.modal-languages__close:hover {
	opacity: 0.9;
}

.modal-languages__close:active {
	opacity: 1;
}

.modal-languages__realms-list {
	padding: 0 20px 20px;
	display: block;
	height: 100%;
	overflow-y: auto;
}

.modal-languages__realm {
	display: block;
	margin-top: 45px;
	padding: 0 10px;
}

.modal-languages__realm:first-child {
	margin-top: 0;
}

.modal-languages__realm-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

.modal-languages__languages-list {
	display: block;
	margin-top: 20px;
}

.modal-languages__language-item {
	display: block;
	margin-bottom: 7px;
}

.modal-languages__language-item--active .modal-languages__language-link {
	opacity: 0.8;
}

.modal-languages__language-item--active .modal-languages__language-link:before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='10' height='20' viewBox='0 -5 10 20'%3E%3Cpath stroke='%23FFF' stroke-linejoin='round' stroke-linecap='round' fill='none' d='M1 6.1l4.05 4.05L1 14.2'/%3E%3C/svg%3E");
}

.modal-languages__language-link {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.5;
	will-change: opacity;
	-webkit-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
	text-decoration: none;
}

.modal-languages__language-link:hover {
	opacity: 0.9;
}

.scroll {
	background-color: transparent;
	height: 8vh;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;

	background-size: cover;
	animation: scroll 2s infinite;
	user-select: none;

	display: flex;
	align-items: center;
	padding-top: 35px;
}

.scroll-text {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-family: 'roboto-bold', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-transform: uppercase;

	color: rgba(255, 255, 255, 0.55);

	animation: scroll-text 2s infinite;
}

.scroll-text::before,
.scroll-text::after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	top: calc(50% - 6px);
	width: 17px;
	height: 13px;
}

.scroll-text::before {
	left: -30px;
}

.scroll-text::after {
	right: -30px;
}

@keyframes scroll {
	0% {
		height: 8.5vh;
		transform: translateY(-0.4vh);
	}
	50% {
		height: 8vh;
		transform: translateY(0.1vh);
	}
	100% {
		height: 8.5vh;
		transform: translateY(-0.4vh);
	}
}
@keyframes scroll-text {
	0% {
		transform: translateY(-0.2vh);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-0.2vh);
	}
}

@media only screen and (max-width: 100em) {
	.scroll {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 64em) {
	.scroll-text {
		font-size: 16px;
		line-height: 19px;
	}
}

@media only screen and (max-width: 960px) {
	.scroll {
		height: calc(var(--vh) * 8);
	}
	.scroll::before {
		content: '';
		position: absolute;
		background-image: url(../images/arrow.svg);
		background-repeat: no-repeat;
		top: calc(50% + 5.5px);
		left: calc(50% - 9px);
		width: 18px;
		height: 11px;
	}

	.scroll-text {
		display: none;
	}

	@keyframes scroll {
		0% {
			height: calc(var(--vh) * 8.5);
			transform: translateY(calc(var(--vh) * 0.1));
		}
		50% {
			height: calc(var(--vh) * 8);
			transform: translateY(calc(var(--vh) * 0.6));
		}
		100% {
			height: calc(var(--vh) * 8.5);
			transform: translateY(calc(var(--vh) * 0.1));
		}
	}
	@keyframes scroll-text {
		0% {
			transform: translateY(calc(var(--vh) * -0.2));
		}
		50% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(calc(var(--vh) * -0.2));
		}
	}
}

@media only screen and (max-width: 600px) {
	.scroll {
		display: none;
	}
	.scroll::before {
		display: none;
	}
}

.arrow-scroll {
	position: absolute;
	left: 50%;
	bottom: 1%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 20px;
	z-index: -1;
	animation: scroll-arrow 2s infinite;
}

.arrow-scroll svg {
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.arrow-scroll {
		display: block;
		bottom: 2%;
	}
}

@keyframes scroll-arrow {
	0% {
		transform: translate(-50%, -80%);
	}
	50% {
		transform: translate(-50%, -40%);
	}
	100% {
		transform: translate(-50%, -80%);
	}
}

.video-container {
	margin: 2vh 0;
	max-width: calc(16 / 9 * 100vh);
	height: auto;
	position: relative;
}

.swiper-video {
	position: relative;
}

.swiper-video .swiper-wrapper {
	height: 100%;
	background-color: #000000;
}

.swiper-video .swiper-slide {
	display: flex;
	padding-bottom: 54.25%;
	position: relative;
	height: 100%;
	border: 14px solid #ffffff;
	overflow: hidden;
}

.swiper-video video {
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	object-fit: cover;
}

.video-gameplay {
	width: 100%;
	height: 100%;
}

.video-poster {
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	opacity: 0;
}

.video-poster img {
	width: 100%;
	height: auto;
}

.gameplay__controls {
	margin-top: 2vh;
	display: flex;
	justify-content: center;
	gap: 50px;
}

.gameplay__control-item {
	cursor: pointer;
	outline: none;
}

.gameplay__control-item svg {
	opacity: 0.55;
}

.gameplay__control-item--active svg {
	opacity: 1;
}

.gameplay__button-play {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.gameplay__icon-play {
	display: block;
	width: 16%;
	-webkit-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	cursor: pointer;
}

.gameplay__icon-play:active {
	opacity: 0.3;
}

@media only screen and (min-width: 1921px) {
	.video-container {
		margin: 1vh 0;
	}
	.gameplay__controls {
		margin-top: 2vh;
	}
}

@media only screen and (max-width: 64em) {
	.video-container {
		margin: 2vh 0;
	}
}

@media only screen and (max-width: 960px) {
	.video-container {
		margin: 4vh 0;
	}
	.swiper-video .swiper-slide {
		border: 6px solid #ffffff;
	}
	.gameplay__controls {
		gap: 28px;
	}
	.gameplay__control-item svg {
		width: 28px;
		height: 14px;
	}
}

.loader {
	display: none;
}

body.loading.loading--fade-out .loader::before {
	animation: loaderFadeOut 0.5s linear forwards;
}

body.loading .loader {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 1;
	/* background: linear-gradient(113.04deg, #0b1247 12.77%, #7baae2 50.05%, #eb7fd3 85.07%); */
	background: black;
	backdrop-filter: blur(24px);
}

body.loading .loader:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(113.04deg, #0b1247 12.77%, #7baae2 50.05%, #eb7fd3 85.07%); */
	background: black;
	backdrop-filter: blur(24px);
}

body.loading .loader__processing {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	opacity: 1;

	width: 30%;
	max-width: 520px;
}

@media screen and (max-width: 600px) {
	body.loading .loader__processing {
		width: 50%;
	}
}

@keyframes loaderSpinning {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes loaderFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.last-screen-container .wrapper {
	margin-top: 2vh;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5%;
	font-family: 'robotocondensed-bold', sans-serif;
	font-style: normal;
	color: #ffffff;
}

.container {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 3%;
	padding: 30px;
	padding-top: 55px;
	width: 70%;
	max-width: 960px;
	background: linear-gradient(150.16deg, rgba(37, 37, 53, 0.5) 19.86%, rgba(255, 255, 255, 0) 91.88%);
	border-top: 5px solid #EB7FD3;
	text-align: left;
}

.container__image {
	position: absolute;
	top: -7%;
	left: 5%;
	width: 130px;
	height: auto;
}

.container__description {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.commander__description strong {
	font-weight: 700;
}

.container__item {
	margin-top: 1em;
}

.items__description {
	margin: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;

	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.items__description strong {
	font-weight: 700;
}

.items__image {
	width: 70px;
	height: 70px;
}

.items__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	margin-top: 1em;
	margin-left: 0.25em;
}

.commanders__item {
	/* width: 64px; */
	/* height: 64px; */
	width: 48px;
	height: 48px;
	/* width: 42px; */
	/* height: 42px; */
}

.economic__item {
	width: 64px;
	height: fit-content;
}

.economic__item img {
	width: 100%;
}


.commanders__image {
	width: 100%;
	height: auto;
}

.decor-separator {
	position: relative;
	display: flex;
	align-items: center;
	margin: 1em 0 0;
	width: 100%;
	text-align: center;
}

.decor-separator::before,
.decor-separator::after {
	content: '';
	display: block;
	margin: 0 0.5em;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.3;
}

.decor-separator__text {
	margin: 0 0.5em;
	font-family: 'robotocondensed-bold', sans-serif;
	flex-shrink: 0;
}

.commander {
	position: relative;
	margin-top: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 35%;
}

.commander__name {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.commander__description {
	padding-top: 0.5em;
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.swiper-commander-container {
	/* position: relative; */
	width: 100%;
	overflow-x: hidden;
}

.swiper-commander-container .swiper-slide {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;

	justify-content: flex-start;
	align-items: center
}

.commander .swiper-nav-button {
	position: absolute;
	width: 3rem;
	height: 3rem;
	opacity: 0.8;
	z-index: 1;
}

@media screen and (pointer:fine) {
	.commander .swiper-nav-button:hover {
		opacity: 1;
		cursor: pointer;
	}

	.commander .swiper-nav-button:active {
		opacity: 0.5;
	}
}

@media screen and (pointer:coarse) {
	.commander .swiper-nav-button:active {
		opacity: 1;
	}
}

.commander .swiper-nav-button.swiper-nav-button--next {
	top: 50%;
	right: 0;
	background-image: url(../images//arrow-to-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.commander .swiper-nav-button.swiper-nav-button--prev {
	top: 50%;
	left: 0;
	background-image: url(../images//arrow-to-right.svg);
	background-size: contain;
	transform: rotate(180deg);
	background-repeat: no-repeat;
}

.commander .swiper-nav-button.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.commander__image {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.commander__voice {
	display: flex;
	align-items: center;
	background: #ffffff;
	border: none;
	border-radius: 32px;
	padding: 10px 23px;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
}
.commander__voice span {
	opacity: 0.75;
}

.commander__play {
	margin-right: 5px;
}

.commander__play .round-big {
	fill: black;
}

.commander__play .round-small {
	fill: white;
}

.commander__play .triangle {
	fill: black;
}

.commander__voice:hover span {
	opacity: 1;
}

.commander__voice:hover .commander__play .round-big {
	fill: black;
}

.commander__voice:hover .commander__play .round-small {
	fill: black;
}

.commander__voice:hover .commander__play .triangle {
	fill: white;
}

@media only screen and (max-width: 1600px) {
	.last-screen-container .wrapper {
		margin-top: 0;
	}
	.container {
		margin-top: 3%;
		padding-top: 50px;
	}
}
@media only screen and (max-width: 80em) {
	.last-screen-container .wrapper {
		margin-top: 2vh;
		gap: 20px;
	}

	.container {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 960px) {
	.last-screen-container .wrapper {
		flex-direction: column;
	}

	.commander,
	.container {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.last-screen-container .wrapper {
		margin-top: 30px;
	}

	.container {
		padding: 15px;
		padding-top: 50px;
	}

	.commander {
		padding: 15px;
		padding-top: 0;
	}

	.container__image {
		top: -4%;
		left: 50%;
		transform: translateX(-50%);
	}

	.commanders__item,
	.economic__item {
		margin: 4px 1%;
		width: 18%;
		height: auto;
	}
}

#section3 .last-screen {
	position: relative;
}

#section3 .last-screen-container {
	position: relative;
	width: 100%;
	max-width: unset;

	padding: 0;
	overflow: hidden;
}

#section3 .swiper-container {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#section3 .swiper-slide {
	background-size: cover;
	background-position: center;
}

#section3 .content-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	margin-left: auto;
	padding: 40px 30px 100px 80px;
}

#section3 .content-wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(270deg, rgba(13, 22, 91, 0.9) 0%, rgba(14, 23, 94, 0) 100%);
	opacity: 0.8;
	z-index: -1;
}

@media screen and (max-width: 600px) {
	#section3 .content-wrapper::before {
		opacity: 1;
	}
}

#section3 .swiper2-container {
	position: relative;
	overflow: hidden;
}

.swiper2__slide-title {
	display: block;
	width: 100%;
	max-width: 70%;
	margin: 0 auto;

	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.swiper2__slide-text {
	display: block;
	width: 100%;
	max-width: 70%;
	min-height: 200px;
	max-height: 60vh;
	margin: 2em auto 0;
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	overflow-y: auto;
}

#section3 .swiper-buttons__wrapper {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2em;
	margin-left: 30%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	width: 54px;
	height: 54px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	fill: #fff;
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
	fill: #f56914;
}

.swiper-button-next:active svg,
.swiper-button-prev:active svg {
	fill: #f56914;
	box-shadow: none;
	transform: translate(5px, 5px);
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

#section3 .cta {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#section3 .cta-button__wrapper {
	position: absolute;
	left: 50%;
	bottom: 15vh;
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 1920px) {
	#section3 .content-wrapper {
		width: 50%;
	}
}
@media screen and (max-width: 1600px) {
	#section3 .content-wrapper {
		width: 65%;
	}
}

@media screen and (max-width: 1600px) {
	#section3 .cta {
		margin-bottom: 0;
	}
}

/* screen2 media */
@media screen and (min-width: 1920px) {
	.swiper2__slide-title {
		font-size: 2em;
	}

	.swiper2__slide-text {
		font-size: 1.4em;
	}
}

/* screen 2 media 320 - 1024 */
@media screen and (max-width: 1024px) {
	#section3 .content-wrapper {
		width: 100%;
		padding: 40px 30px;
		padding-bottom: calc(56px + 15vh + 5px);
		clip-path: none;
	}

	.swiper2__slide-title,
	.swiper2__slide-text {
		max-width: 90%;
	}
}

@media screen and (max-width: 600px) {
	#section3 .content-wrapper {
		padding-bottom: 20vh;
	}
}

.limit {
	position: absolute;
	display: flex;
	flex-direction: column;
	padding-top: 8px;
	align-items: center;
	width: 75px;
	height: 75px;
	top: -60%;
	right: -12%;
	background: url(../images/star.svg);
	background-size: cover;
	background-position: center;
}

.limit svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	transform: rotate(-15deg);
	animation: limit 4s infinite;
}

.limit p {
	margin-left: 3px;
	margin-top: 2px;
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
	transform: rotate(-15deg);
}

.limit span {
	font-size: 16px;
}

@media only screen and (max-width: 600px) {
	.limit {
		top: -90%;
		right: -15%;
	}
}

@keyframes limit {
	0% {
		transform: rotate(-15deg);
	}
	20% {
		transform: rotate(-30deg);
	}
	40% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(-15deg);
	}
}


/* Play sound styles */

/* Styles used in JS
- button-sound-control--ready
- button-sound-control--playing
- button-sound-control__label
- button-sound-control__progress */

.button-sound-control-container {
	display: flex;
	width: 90%;
	justify-content: center;
	padding: 1em 0;
}
.button-sound-control {
	position: relative;
	z-index: 0;
	margin: 1em;
	min-width: 260px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0.75em 0;
	background: rgba(0, 20, 40, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
@media (pointer: fine) {
	.button-sound-control:hover {
		cursor: pointer;
		background: rgba(0, 20, 40, 0.8);
		border-color: rgba(255, 255, 255, 0.5);
   }
	.button-sound-control:active {
		cursor: pointer;
		background: rgba(0, 20, 40, 0.6);
		border-color: rgba(255, 255, 255, 0.2);
   }
}
@media (pointer: coarse) {
	.button-sound-control:active {
		background: rgba(0, 20, 40, 0.6);
		border-color: rgba(255, 255, 255, 0.2);
   }
}
.button-sound-control__progress {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0%;
	min-width: 0%;
	max-width: 100%;
	height: 100%;
	background-color: #00b4b9;
	transition: width, opacity 0.2s;
}
.button-sound-control__icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.25em;
	background-image: url(../images/icon-play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.button-sound-control__label {
	font-size: 1.25em;
}
.button-sound-control--playing {
	pointer-events: none;
}
.button-sound-control--playing .button-sound-control__icon {
	background-image: url(../images/icon-play-pause.svg);
	/* background-image: url(/src/components/button-sound-control/images/icon-pause.svg); */
}

/* Custom styles */


@media (pointer: fine) {
	.button-sound-control:hover .button-sound-control__icon {
		background-image: url(../images/icon-play-hover.svg);
	}
}

.button-sound-control {
	display: flex;
	align-items: center;
	background: #ffffff;
	border: none;
	padding: 0.55em 1.27em;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 2rem;
	color: #000000;
	border-radius: 2rem;
	min-width: 200px;
}

.button-sound-control__label {
	font-size: 1.125rem;
	font-family: 'Roboto Condensed', sans-serif;
}

@media (pointer: fine) {
	.button-sound-control:hover {
		cursor: pointer;
		background: #FFFFFF;
		border-color: rgba(255, 255, 255, 0.5);
	}

	.button-sound-control:active {
		cursor: pointer;
		background: rgba(0, 20, 40, 0.6);
		border-color: rgba(255, 255, 255, 0.2);
   }
}
@media (pointer: coarse) {
	.button-sound-control:active {
		background: #FFFFFF;
	}
}

.button-sound-control__progress {
	background: transparent;
}