@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	font: inherit;
	vertical-align: baseline;
	border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}


table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box;
	font-family: inherit;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	font-family: Jost, Segoe UI, Roboto, Oxygen, "sans-serif";
	line-height: 21px;
	background-color: #03193a;
	background-color: #000;
	/* background-color: #282828; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

:root {
	--app-height: 100vh
}

.z-index-priority {
	z-index: 7 !important
}

.Logo-Container {
	display: flex;
	align-items: center;
	line-height: 0
}

.ImageLazy {
	filter: none !important
}

.Primary,
.Primary-Medium,
.Primary-Small,
.Secondary,
.Secondary-Medium {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: Jost, Segoe UI, Roboto, Oxygen, "sans-serif";
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	transition: transform .2s ease
}

.Secondary {
	height: 34px;
	padding: 10px 12px
}

.Secondary-Medium {
	height: 50px;
	padding: 3px 30px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .06em;
	background: linear-gradient(90deg, #ff2378 -20.73%, #fb6245 137.32%)
}


.Blue {
	background: #3555ff
}


.Green {
	background: #01af70
}


.Button-Text,
.Caption-Super-Small,
.Desktop-Nav-Link,
.Header-System-Description,
.Header-System-Title,
.Headline1,
.Headline2,
.Headline3,
.Headline4,
.Input-Error,
.Input-Error-Text,
.Input-Label,
.Input-Message-Text,
.Input-Text,
.Line-Title,
.Link-Text,
.Nav-Item,
.Nav-Sub-Item,
.Small-Button-Text,
.Terms-Of-Use,
.Text,
.Text-Btn,
.Text-Medium,
.Text-Medium-Small,
.Text-Medium-Small-Uppercase,
.Text-Medium-Uppercase,
.Text-Select-Currency,
.Text-Small,
.Text-Super-Small,
.Text-Uppercase,
.Tile-Headline1,
.Title-Popup {
	color: #fff;
	font-weight: 400;
	font-family: Jost, Segoe UI, Roboto, Oxygen, "sans-serif";
	font-style: normal
}


.Small-Button-Text {
	font-size: 13px;
	line-height: 110%;
	letter-spacing: .03em;
	text-transform: uppercase
}


.Preloader--splash {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #03193a;
	opacity: 1;
	transition: opacity .5s ease
}

.Preloader--loader {
	position: relative;
	z-index: 10000009;
	width: 115px;
	height: 115px;
	width: auto;
    height: 100%;
}


.Preloader--background {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10000002;
	width: 100%;
	height: 100vh;
	background: rgba(3, 25, 58, .8);
	background: #000;
}