@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,300i,400,400i,500,500i,700,700i,900&display=swap");
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
}

:focus {
	outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

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
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html,
button,
input,
select,
textarea {
	color: #222
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

img {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0
}

a {
	color: initial;
	text-decoration: none
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5
}

a {
	color: #fff;
	opacity: 0.75
}

a.op {
	opacity: 1
}

a:hover {
	opacity: 1
}

.swal2-popup a {
	color: #2196f3;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer
}

.swal2-popup a:hover {
	text-decoration: underline
}

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.5em
}

h3 {
	font-size: 1.17em
}

h4 {
	font-size: 1em
}

h5 {
	font-size: .83em
}

h6 {
	font-size: .67em
}

input {
	font-family: 'Roboto', sans-serif;
	font-size: 16px
}

.colorGreen {
	color: #49d85a !important
}

.colorBlue {
	color: #01baff !important
}

.colorRed {
	color: #d84949 !important
}

.colorYellow {
	color: #ffe000 !important
}

.colorPink {
	color: #e98dc3 !important
}

.colorDark {
	color: #2a2a2a !important
}

.colorTransparent {
	opacity: .6
}

.text-center {
	text-align: center
}

.textbox {
	max-width: 50em;
	margin: 2em auto;
	text-align: center
}

p {
	line-height: 1.5
}

b,
strong {
	font-weight: 400
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

html {
	background: #2a2a2a;
	color: #fff
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 1em;
	z-index: 99
}

.button {
	letter-spacing: 0.075em;
	display: inline-block
}

.button i,
.button svg {
	position: relative;
	top: 1px;
	margin-right: 0.25em
}

.button--primary {
	border: none;
	position: relative;
	display: inline-block;
	background: #49d85a;
	padding: 1em 2.5em;
	text-align: center;
	border-radius: 5px;
	font-weight: 400;
	top: 0;
	-webkit-transition: 100ms ease-in-out;
	transition: 100ms ease-in-out;
	min-width: 15em;
	color: #fff
}

.button--red {
	background: #d84949
}

.button--blue {
	background: #01baff
}

.button--white {
	background: #fff;
	color: #2a2a2a
}

.button--rounded {
	display: inline-block;
	font-size: 0.875em;
	border: 1px solid;
	padding: 0.55em 1.5em;
	border-radius: 100px;
	font-weight: 300;
	opacity: 0.75;
	-webkit-transition: ease-in 200ms;
	transition: ease-in 200ms
}

.button--normal-size {
	font-size: 1em
}

.button--mt {
	margin-top: 2em
}

.button--small {
	font-size: 0.75em
}

.button--bold {
	font-weight: 500
}

.button:hover {
	cursor: pointer;
	opacity: 1
}

.button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 3em
}

.button-group .button {
	width: 100%;
	margin: 0.5em 0
}

@media only screen and (min-width: 530px) {
	.button-group .button {
		width: auto;
		margin-right: 1em
	}
}

.particles {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.particles__content {
	-webkit-transition: 200ms ease-out;
	transition: 200ms ease-out
}

.particles__content div,
.particles__content div::before,
.particles__content div::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 5s linear 0s;
	transition: all 5s linear 0s
}

.particle-1 {
	-webkit-animation: particle-1 linear 100s alternate infinite;
	animation: particle-1 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	border-radius: 100%;
	width: 24px;
	height: 24px;
	-webkit-transform: translate3d(85vw, 85vh, 0);
	transform: translate3d(85vw, 85vh, 0);
	z-index: 12
}

.particle-1::before {
	-webkit-animation: particle-1-pseudo linear 100s alternate infinite;
	animation: particle-1-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.025);
	width: 29px;
	height: 16px;
	-webkit-transform: translate3d(-80vw, -22vh, 0) rotate(316deg);
	transform: translate3d(-80vw, -22vh, 0) rotate(316deg)
}

.particle-1::after {
	-webkit-animation: particle-1-pseudo linear 90s alternate infinite;
	animation: particle-1-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	width: 23px;
	height: 26px;
	-webkit-transform: translate3d(-10vw, -85vh, 0) rotate(294deg);
	transform: translate3d(-10vw, -85vh, 0) rotate(294deg)
}

@-webkit-keyframes particle-1 {
	50% {
		-webkit-transform: translate3d(25vw, 38vh, 0);
		transform: translate3d(25vw, 38vh, 0)
	}
	100% {
		-webkit-transform: translate3d(74vw, 70vh, 0);
		transform: translate3d(74vw, 70vh, 0)
	}
}

@keyframes particle-1 {
	50% {
		-webkit-transform: translate3d(25vw, 38vh, 0);
		transform: translate3d(25vw, 38vh, 0)
	}
	100% {
		-webkit-transform: translate3d(74vw, 70vh, 0);
		transform: translate3d(74vw, 70vh, 0)
	}
}

@-webkit-keyframes particle-1-pseudo {
	33% {
		-webkit-transform: translate3d(28vw, -2vh, 0) rotate(314deg);
		transform: translate3d(28vw, -2vh, 0) rotate(314deg)
	}
	100% {
		-webkit-transform: translate3d(-72vw, -55vh, 0) rotate(149deg);
		transform: translate3d(-72vw, -55vh, 0) rotate(149deg)
	}
}

@keyframes particle-1-pseudo {
	33% {
		-webkit-transform: translate3d(28vw, -2vh, 0) rotate(314deg);
		transform: translate3d(28vw, -2vh, 0) rotate(314deg)
	}
	100% {
		-webkit-transform: translate3d(-72vw, -55vh, 0) rotate(149deg);
		transform: translate3d(-72vw, -55vh, 0) rotate(149deg)
	}
}

.particle-2 {
	-webkit-animation: particle-2 linear 100s alternate infinite;
	animation: particle-2 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	width: 9px;
	height: 9px;
	-webkit-transform: translate3d(18vw, 6vh, 0);
	transform: translate3d(18vw, 6vh, 0);
	z-index: 3
}

.particle-2::before {
	-webkit-animation: particle-2-pseudo linear 100s alternate infinite;
	animation: particle-2-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.1);
	width: 23px;
	height: 23px;
	-webkit-transform: translate3d(13vw, 27vh, 0) rotate(160deg);
	transform: translate3d(13vw, 27vh, 0) rotate(160deg)
}

.particle-2::after {
	-webkit-animation: particle-2-pseudo linear 90s alternate infinite;
	animation: particle-2-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	width: 25px;
	height: 21px;
	-webkit-transform: translate3d(-8vw, 87vh, 0) rotate(290deg);
	transform: translate3d(-8vw, 87vh, 0) rotate(290deg)
}

@-webkit-keyframes particle-2 {
	50% {
		-webkit-transform: translate3d(71vw, 77vh, 0);
		transform: translate3d(71vw, 77vh, 0)
	}
	100% {
		-webkit-transform: translate3d(12vw, 18vh, 0);
		transform: translate3d(12vw, 18vh, 0)
	}
}

@keyframes particle-2 {
	50% {
		-webkit-transform: translate3d(71vw, 77vh, 0);
		transform: translate3d(71vw, 77vh, 0)
	}
	100% {
		-webkit-transform: translate3d(12vw, 18vh, 0);
		transform: translate3d(12vw, 18vh, 0)
	}
}

@-webkit-keyframes particle-2-pseudo {
	33% {
		-webkit-transform: translate3d(-44vw, -73vh, 0) rotate(8deg);
		transform: translate3d(-44vw, -73vh, 0) rotate(8deg)
	}
	100% {
		-webkit-transform: translate3d(36vw, 63vh, 0) rotate(127deg);
		transform: translate3d(36vw, 63vh, 0) rotate(127deg)
	}
}

@keyframes particle-2-pseudo {
	33% {
		-webkit-transform: translate3d(-44vw, -73vh, 0) rotate(8deg);
		transform: translate3d(-44vw, -73vh, 0) rotate(8deg)
	}
	100% {
		-webkit-transform: translate3d(36vw, 63vh, 0) rotate(127deg);
		transform: translate3d(36vw, 63vh, 0) rotate(127deg)
	}
}

.particle-3 {
	-webkit-animation: particle-3 linear 100s alternate infinite;
	animation: particle-3 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	border-radius: 100%;
	width: 44px;
	height: 44px;
	-webkit-transform: translate3d(78vw, 29vh, 0);
	transform: translate3d(78vw, 29vh, 0);
	z-index: 10
}

.particle-3::before {
	-webkit-animation: particle-3-pseudo linear 100s alternate infinite;
	animation: particle-3-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.025);
	width: 24px;
	height: 20px;
	-webkit-transform: translate3d(4vw, 52vh, 0) rotate(58deg);
	transform: translate3d(4vw, 52vh, 0) rotate(58deg)
}

.particle-3::after {
	-webkit-animation: particle-3-pseudo linear 90s alternate infinite;
	animation: particle-3-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	width: 21px;
	height: 21px;
	-webkit-transform: translate3d(-30vw, -9vh, 0) rotate(27deg);
	transform: translate3d(-30vw, -9vh, 0) rotate(27deg)
}

@-webkit-keyframes particle-3 {
	50% {
		-webkit-transform: translate3d(54vw, 67vh, 0);
		transform: translate3d(54vw, 67vh, 0)
	}
	100% {
		-webkit-transform: translate3d(19vw, 40vh, 0);
		transform: translate3d(19vw, 40vh, 0)
	}
}

@keyframes particle-3 {
	50% {
		-webkit-transform: translate3d(54vw, 67vh, 0);
		transform: translate3d(54vw, 67vh, 0)
	}
	100% {
		-webkit-transform: translate3d(19vw, 40vh, 0);
		transform: translate3d(19vw, 40vh, 0)
	}
}

@-webkit-keyframes particle-3-pseudo {
	33% {
		-webkit-transform: translate3d(-2vw, -19vh, 0) rotate(332deg);
		transform: translate3d(-2vw, -19vh, 0) rotate(332deg)
	}
	100% {
		-webkit-transform: translate3d(-1vw, -19vh, 0) rotate(20deg);
		transform: translate3d(-1vw, -19vh, 0) rotate(20deg)
	}
}

@keyframes particle-3-pseudo {
	33% {
		-webkit-transform: translate3d(-2vw, -19vh, 0) rotate(332deg);
		transform: translate3d(-2vw, -19vh, 0) rotate(332deg)
	}
	100% {
		-webkit-transform: translate3d(-1vw, -19vh, 0) rotate(20deg);
		transform: translate3d(-1vw, -19vh, 0) rotate(20deg)
	}
}

.particle-4 {
	-webkit-animation: particle-4 linear 100s alternate infinite;
	animation: particle-4 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	width: 46px;
	height: 46px;
	-webkit-transform: translate3d(70vw, 97vh, 0);
	transform: translate3d(70vw, 97vh, 0);
	z-index: 8
}

.particle-4::before {
	-webkit-animation: particle-4-pseudo linear 100s alternate infinite;
	animation: particle-4-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.1);
	width: 20px;
	height: 25px;
	-webkit-transform: translate3d(-13vw, -39vh, 0) rotate(220deg);
	transform: translate3d(-13vw, -39vh, 0) rotate(220deg)
}

.particle-4::after {
	-webkit-animation: particle-4-pseudo linear 90s alternate infinite;
	animation: particle-4-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	width: 22px;
	height: 28px;
	-webkit-transform: translate3d(-68vw, -86vh, 0) rotate(140deg);
	transform: translate3d(-68vw, -86vh, 0) rotate(140deg)
}

@-webkit-keyframes particle-4 {
	50% {
		-webkit-transform: translate3d(74vw, 53vh, 0);
		transform: translate3d(74vw, 53vh, 0)
	}
	100% {
		-webkit-transform: translate3d(54vw, 22vh, 0);
		transform: translate3d(54vw, 22vh, 0)
	}
}

@keyframes particle-4 {
	50% {
		-webkit-transform: translate3d(74vw, 53vh, 0);
		transform: translate3d(74vw, 53vh, 0)
	}
	100% {
		-webkit-transform: translate3d(54vw, 22vh, 0);
		transform: translate3d(54vw, 22vh, 0)
	}
}

@-webkit-keyframes particle-4-pseudo {
	33% {
		-webkit-transform: translate3d(-32vw, -27vh, 0) rotate(244deg);
		transform: translate3d(-32vw, -27vh, 0) rotate(244deg)
	}
	100% {
		-webkit-transform: translate3d(-1vw, 58vh, 0) rotate(23deg);
		transform: translate3d(-1vw, 58vh, 0) rotate(23deg)
	}
}

@keyframes particle-4-pseudo {
	33% {
		-webkit-transform: translate3d(-32vw, -27vh, 0) rotate(244deg);
		transform: translate3d(-32vw, -27vh, 0) rotate(244deg)
	}
	100% {
		-webkit-transform: translate3d(-1vw, 58vh, 0) rotate(23deg);
		transform: translate3d(-1vw, 58vh, 0) rotate(23deg)
	}
}

.particle-5 {
	-webkit-animation: particle-5 linear 100s alternate infinite;
	animation: particle-5 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	border-radius: 100%;
	width: 29px;
	height: 29px;
	-webkit-transform: translate3d(81vw, 56vh, 0);
	transform: translate3d(81vw, 56vh, 0);
	z-index: 12
}

.particle-5::before {
	-webkit-animation: particle-5-pseudo linear 100s alternate infinite;
	animation: particle-5-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.025);
	width: 28px;
	height: 28px;
	-webkit-transform: translate3d(-14vw, 33vh, 0) rotate(323deg);
	transform: translate3d(-14vw, 33vh, 0) rotate(323deg)
}

.particle-5::after {
	-webkit-animation: particle-5-pseudo linear 90s alternate infinite;
	animation: particle-5-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	width: 29px;
	height: 22px;
	-webkit-transform: translate3d(4vw, -48vh, 0) rotate(263deg);
	transform: translate3d(4vw, -48vh, 0) rotate(263deg)
}

@-webkit-keyframes particle-5 {
	50% {
		-webkit-transform: translate3d(30vw, 55vh, 0);
		transform: translate3d(30vw, 55vh, 0)
	}
	100% {
		-webkit-transform: translate3d(44vw, 90vh, 0);
		transform: translate3d(44vw, 90vh, 0)
	}
}

@keyframes particle-5 {
	50% {
		-webkit-transform: translate3d(30vw, 55vh, 0);
		transform: translate3d(30vw, 55vh, 0)
	}
	100% {
		-webkit-transform: translate3d(44vw, 90vh, 0);
		transform: translate3d(44vw, 90vh, 0)
	}
}

@-webkit-keyframes particle-5-pseudo {
	33% {
		-webkit-transform: translate3d(8vw, -21vh, 0) rotate(94deg);
		transform: translate3d(8vw, -21vh, 0) rotate(94deg)
	}
	100% {
		-webkit-transform: translate3d(13vw, -67vh, 0) rotate(286deg);
		transform: translate3d(13vw, -67vh, 0) rotate(286deg)
	}
}

@keyframes particle-5-pseudo {
	33% {
		-webkit-transform: translate3d(8vw, -21vh, 0) rotate(94deg);
		transform: translate3d(8vw, -21vh, 0) rotate(94deg)
	}
	100% {
		-webkit-transform: translate3d(13vw, -67vh, 0) rotate(286deg);
		transform: translate3d(13vw, -67vh, 0) rotate(286deg)
	}
}

.particle-6 {
	-webkit-animation: particle-6 linear 100s alternate infinite;
	animation: particle-6 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	width: 35px;
	height: 35px;
	-webkit-transform: translate3d(34vw, 87vh, 0);
	transform: translate3d(34vw, 87vh, 0);
	z-index: 9
}

.particle-6::before {
	-webkit-animation: particle-6-pseudo linear 100s alternate infinite;
	animation: particle-6-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.1);
	width: 18px;
	height: 22px;
	-webkit-transform: translate3d(14vw, -29vh, 0) rotate(132deg);
	transform: translate3d(14vw, -29vh, 0) rotate(132deg)
}

.particle-6::after {
	-webkit-animation: particle-6-pseudo linear 90s alternate infinite;
	animation: particle-6-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	width: 22px;
	height: 23px;
	-webkit-transform: translate3d(54vw, -25vh, 0) rotate(296deg);
	transform: translate3d(54vw, -25vh, 0) rotate(296deg)
}

@-webkit-keyframes particle-6 {
	50% {
		-webkit-transform: translate3d(29vw, 69vh, 0);
		transform: translate3d(29vw, 69vh, 0)
	}
	100% {
		-webkit-transform: translate3d(61vw, 3vh, 0);
		transform: translate3d(61vw, 3vh, 0)
	}
}

@keyframes particle-6 {
	50% {
		-webkit-transform: translate3d(29vw, 69vh, 0);
		transform: translate3d(29vw, 69vh, 0)
	}
	100% {
		-webkit-transform: translate3d(61vw, 3vh, 0);
		transform: translate3d(61vw, 3vh, 0)
	}
}

@-webkit-keyframes particle-6-pseudo {
	33% {
		-webkit-transform: translate3d(15vw, 23vh, 0) rotate(288deg);
		transform: translate3d(15vw, 23vh, 0) rotate(288deg)
	}
	100% {
		-webkit-transform: translate3d(15vw, 89vh, 0) rotate(282deg);
		transform: translate3d(15vw, 89vh, 0) rotate(282deg)
	}
}

@keyframes particle-6-pseudo {
	33% {
		-webkit-transform: translate3d(15vw, 23vh, 0) rotate(288deg);
		transform: translate3d(15vw, 23vh, 0) rotate(288deg)
	}
	100% {
		-webkit-transform: translate3d(15vw, 89vh, 0) rotate(282deg);
		transform: translate3d(15vw, 89vh, 0) rotate(282deg)
	}
}

.particle-7 {
	-webkit-animation: particle-7 linear 100s alternate infinite;
	animation: particle-7 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	border-radius: 100%;
	width: 30px;
	height: 30px;
	-webkit-transform: translate3d(72vw, 82vh, 0);
	transform: translate3d(72vw, 82vh, 0);
	z-index: 11
}

.particle-7::before {
	-webkit-animation: particle-7-pseudo linear 100s alternate infinite;
	animation: particle-7-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.025);
	width: 27px;
	height: 29px;
	-webkit-transform: translate3d(-13vw, -17vh, 0) rotate(360deg);
	transform: translate3d(-13vw, -17vh, 0) rotate(360deg)
}

.particle-7::after {
	-webkit-animation: particle-7-pseudo linear 90s alternate infinite;
	animation: particle-7-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	width: 29px;
	height: 20px;
	-webkit-transform: translate3d(-55vw, -81vh, 0) rotate(228deg);
	transform: translate3d(-55vw, -81vh, 0) rotate(228deg)
}

@-webkit-keyframes particle-7 {
	50% {
		-webkit-transform: translate3d(4vw, 32vh, 0);
		transform: translate3d(4vw, 32vh, 0)
	}
	100% {
		-webkit-transform: translate3d(11vw, 96vh, 0);
		transform: translate3d(11vw, 96vh, 0)
	}
}

@keyframes particle-7 {
	50% {
		-webkit-transform: translate3d(4vw, 32vh, 0);
		transform: translate3d(4vw, 32vh, 0)
	}
	100% {
		-webkit-transform: translate3d(11vw, 96vh, 0);
		transform: translate3d(11vw, 96vh, 0)
	}
}

@-webkit-keyframes particle-7-pseudo {
	33% {
		-webkit-transform: translate3d(4vw, 67vh, 0) rotate(244deg);
		transform: translate3d(4vw, 67vh, 0) rotate(244deg)
	}
	100% {
		-webkit-transform: translate3d(-3vw, 2vh, 0) rotate(115deg);
		transform: translate3d(-3vw, 2vh, 0) rotate(115deg)
	}
}

@keyframes particle-7-pseudo {
	33% {
		-webkit-transform: translate3d(4vw, 67vh, 0) rotate(244deg);
		transform: translate3d(4vw, 67vh, 0) rotate(244deg)
	}
	100% {
		-webkit-transform: translate3d(-3vw, 2vh, 0) rotate(115deg);
		transform: translate3d(-3vw, 2vh, 0) rotate(115deg)
	}
}

.particle-8 {
	-webkit-animation: particle-8 linear 100s alternate infinite;
	animation: particle-8 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	width: 20px;
	height: 20px;
	-webkit-transform: translate3d(62vw, 50vh, 0);
	transform: translate3d(62vw, 50vh, 0);
	z-index: 11
}

.particle-8::before {
	-webkit-animation: particle-8-pseudo linear 100s alternate infinite;
	animation: particle-8-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.1);
	width: 24px;
	height: 15px;
	-webkit-transform: translate3d(-1vw, 47vh, 0) rotate(133deg);
	transform: translate3d(-1vw, 47vh, 0) rotate(133deg)
}

.particle-8::after {
	-webkit-animation: particle-8-pseudo linear 90s alternate infinite;
	animation: particle-8-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	width: 26px;
	height: 23px;
	-webkit-transform: translate3d(22vw, -30vh, 0) rotate(245deg);
	transform: translate3d(22vw, -30vh, 0) rotate(245deg)
}

@-webkit-keyframes particle-8 {
	50% {
		-webkit-transform: translate3d(10vw, 96vh, 0);
		transform: translate3d(10vw, 96vh, 0)
	}
	100% {
		-webkit-transform: translate3d(96vw, 83vh, 0);
		transform: translate3d(96vw, 83vh, 0)
	}
}

@keyframes particle-8 {
	50% {
		-webkit-transform: translate3d(10vw, 96vh, 0);
		transform: translate3d(10vw, 96vh, 0)
	}
	100% {
		-webkit-transform: translate3d(96vw, 83vh, 0);
		transform: translate3d(96vw, 83vh, 0)
	}
}

@-webkit-keyframes particle-8-pseudo {
	33% {
		-webkit-transform: translate3d(-3vw, -26vh, 0) rotate(251deg);
		transform: translate3d(-3vw, -26vh, 0) rotate(251deg)
	}
	100% {
		-webkit-transform: translate3d(-67vw, -74vh, 0) rotate(27deg);
		transform: translate3d(-67vw, -74vh, 0) rotate(27deg)
	}
}

@keyframes particle-8-pseudo {
	33% {
		-webkit-transform: translate3d(-3vw, -26vh, 0) rotate(251deg);
		transform: translate3d(-3vw, -26vh, 0) rotate(251deg)
	}
	100% {
		-webkit-transform: translate3d(-67vw, -74vh, 0) rotate(27deg);
		transform: translate3d(-67vw, -74vh, 0) rotate(27deg)
	}
}

.particle-9 {
	-webkit-animation: particle-9 linear 100s alternate infinite;
	animation: particle-9 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	border-radius: 100%;
	width: 9px;
	height: 9px;
	-webkit-transform: translate3d(32vw, 16vh, 0);
	transform: translate3d(32vw, 16vh, 0);
	z-index: 12
}

.particle-9::before {
	-webkit-animation: particle-9-pseudo linear 100s alternate infinite;
	animation: particle-9-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.025);
	width: 28px;
	height: 15px;
	-webkit-transform: translate3d(0vw, 34vh, 0) rotate(225deg);
	transform: translate3d(0vw, 34vh, 0) rotate(225deg)
}

.particle-9::after {
	-webkit-animation: particle-9-pseudo linear 90s alternate infinite;
	animation: particle-9-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.025);
	width: 23px;
	height: 28px;
	-webkit-transform: translate3d(9vw, -16vh, 0) rotate(88deg);
	transform: translate3d(9vw, -16vh, 0) rotate(88deg)
}

@-webkit-keyframes particle-9 {
	50% {
		-webkit-transform: translate3d(88vw, 38vh, 0);
		transform: translate3d(88vw, 38vh, 0)
	}
	100% {
		-webkit-transform: translate3d(73vw, 52vh, 0);
		transform: translate3d(73vw, 52vh, 0)
	}
}

@keyframes particle-9 {
	50% {
		-webkit-transform: translate3d(88vw, 38vh, 0);
		transform: translate3d(88vw, 38vh, 0)
	}
	100% {
		-webkit-transform: translate3d(73vw, 52vh, 0);
		transform: translate3d(73vw, 52vh, 0)
	}
}

@-webkit-keyframes particle-9-pseudo {
	33% {
		-webkit-transform: translate3d(-64vw, 24vh, 0) rotate(105deg);
		transform: translate3d(-64vw, 24vh, 0) rotate(105deg)
	}
	100% {
		-webkit-transform: translate3d(-52vw, -11vh, 0) rotate(79deg);
		transform: translate3d(-52vw, -11vh, 0) rotate(79deg)
	}
}

@keyframes particle-9-pseudo {
	33% {
		-webkit-transform: translate3d(-64vw, 24vh, 0) rotate(105deg);
		transform: translate3d(-64vw, 24vh, 0) rotate(105deg)
	}
	100% {
		-webkit-transform: translate3d(-52vw, -11vh, 0) rotate(79deg);
		transform: translate3d(-52vw, -11vh, 0) rotate(79deg)
	}
}

.particle-10 {
	-webkit-animation: particle-10 linear 100s alternate infinite;
	animation: particle-10 linear 100s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	width: 24px;
	height: 24px;
	-webkit-transform: translate3d(66vw, 35vh, 0);
	transform: translate3d(66vw, 35vh, 0);
	z-index: 9
}

.particle-10::before {
	-webkit-animation: particle-10-pseudo linear 100s alternate infinite;
	animation: particle-10-pseudo linear 100s alternate infinite;
	background: rgba(255, 255, 255, 0.1);
	width: 27px;
	height: 24px;
	-webkit-transform: translate3d(-4vw, 50vh, 0) rotate(230deg);
	transform: translate3d(-4vw, 50vh, 0) rotate(230deg)
}

.particle-10::after {
	-webkit-animation: particle-10-pseudo linear 90s alternate infinite;
	animation: particle-10-pseudo linear 90s alternate infinite;
	border: 2px solid rgba(255, 255, 255, 0.1);
	width: 20px;
	height: 21px;
	-webkit-transform: translate3d(-3vw, 20vh, 0) rotate(108deg);
	transform: translate3d(-3vw, 20vh, 0) rotate(108deg)
}

@-webkit-keyframes particle-10 {
	50% {
		-webkit-transform: translate3d(5vw, 96vh, 0);
		transform: translate3d(5vw, 96vh, 0)
	}
	100% {
		-webkit-transform: translate3d(56vw, 61vh, 0);
		transform: translate3d(56vw, 61vh, 0)
	}
}

@keyframes particle-10 {
	50% {
		-webkit-transform: translate3d(5vw, 96vh, 0);
		transform: translate3d(5vw, 96vh, 0)
	}
	100% {
		-webkit-transform: translate3d(56vw, 61vh, 0);
		transform: translate3d(56vw, 61vh, 0)
	}
}

@-webkit-keyframes particle-10-pseudo {
	33% {
		-webkit-transform: translate3d(50vw, -9vh, 0) rotate(338deg);
		transform: translate3d(50vw, -9vh, 0) rotate(338deg)
	}
	100% {
		-webkit-transform: translate3d(43vw, -20vh, 0) rotate(335deg);
		transform: translate3d(43vw, -20vh, 0) rotate(335deg)
	}
}

@keyframes particle-10-pseudo {
	33% {
		-webkit-transform: translate3d(50vw, -9vh, 0) rotate(338deg);
		transform: translate3d(50vw, -9vh, 0) rotate(338deg)
	}
	100% {
		-webkit-transform: translate3d(43vw, -20vh, 0) rotate(335deg);
		transform: translate3d(43vw, -20vh, 0) rotate(335deg)
	}
}

.main-header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 100;
	background: rgba(42, 42, 42, 0.975);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px)
}

@media only screen and (min-width: 1048px) {
	.main-header {
		background: rgba(42, 42, 42, 0.95);
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.main-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-nav__burger-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 1.7em;
	width: 2.5em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 1em;
	margin-top: 2.5em;
	cursor: pointer;
	-webkit-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms
}

@media only screen and (min-width: 1048px) {
	.main-nav__burger-menu {
		display: none
	}
}

.main-nav__burger-menu span {
	position: relative;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #fff
}

.main-nav__burger-menu--active {
	margin-top: 1.75em;
	margin-bottom: 1.5em;
	position: absolute;
	top: 0;
	right: 0
}

.main-nav__burger-menu--active span:nth-child(1) {
	-webkit-transform: rotate(45deg) translateX(16px) translateY(15px) !important;
	transform: rotate(45deg) translateX(16px) translateY(15px) !important
}

.main-nav__burger-menu--active span:nth-child(2) {
	display: none
}

.main-nav__burger-menu--active span:nth-child(3) {
	-webkit-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important
}

.main-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	position: relative;
	max-width: 1440px;
	width: 100%;
	padding: 1em 1em;
	font-size: 1.125em
}

@media only screen and (min-width: 1048px) {
	.main-nav-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.main-nav-list__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}

@media only screen and (min-width: 1048px) {
	.main-nav-list__left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.main-nav-list__navigation {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	text-transform: uppercase;
	-webkit-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms
}

.main-nav-list__navigation--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1em
}

@media only screen and (min-width: 1048px) {
	.main-nav-list__navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		text-transform: unset
	}
}

.main-nav-list__actions {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-nav-list__actions>li {
	margin: 0 0.5em
}

.main-nav-list__actions--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (min-width: 1048px) {
	.main-nav-list__actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row
	}
	.main-nav-list__actions * {
		margin: 0
	}
}

.main-nav-list__item {
	position: relative;
	padding: 1em;
	text-align: center
}

@media only screen and (min-width: 1048px) {
	.main-nav-list__item {
		padding: 0;
		margin-left: 1.75em;
		text-align: unset
	}
}

.main-nav-list__item--active {
	font-weight: 500
}

.main-nav-list__item--active a {
	opacity: 1
}

.main-nav-list__item:hover ul {
	display: block
}

.main-nav-list__item ul {
	font-size: 0.85em;
	line-height: 2;
	display: block;
	border-radius: 3px;
	letter-spacing: 1.1;
	text-align: center;
	margin-top: 1em
}

@media only screen and (min-width: 1048px) {
	.main-nav-list__item ul {
		padding: .25em 1em;
		padding-top: 1em;
		top: 1.25em;
		position: absolute;
		display: none;
		text-align: unset;
		margin-top: 0em
	}
	.main-nav-list__item ul:before {
		content: "";
		width: 100%;
		height: calc(100% - 41px);
		position: absolute;
		top: 42px;
		left: 0;
		border-radius: 0px 0px 5px 5px;
		background: rgba(42, 42, 42, 0.95)
	}
}

.main-nav-list__item ul li {
	position: relative;
	z-index: 1
}

.main-nav-list__item ul li a {
	font-weight: 300
}

.main-nav-list__item--logged-in {
	font-size: 0.9em
}

.main-nav-list__item--logged-in ul {
	font-size: 0.9em
}

@media only screen and (min-width: 1048px) {
	.main-nav-list__item--logged-in ul {
		padding-top: 1.25em
	}
}

.main-nav-list__hr {
	display: none;
	height: 1.25em;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
	margin: 0 1em
}

@media only screen and (min-width: 1048px) {
	.main-nav-list__hr {
		display: block
	}
}

.theme-mode {
	height: 22px;
	width: 22px;
	opacity: .75;
	-webkit-transition: 200ms;
	transition: 200ms;
	background-size: 100%
}

.theme-mode:hover {
	opacity: 1;
	cursor: pointer
}

.theme-mode--light {
	background-image: url("../../../imgs/moon.svg")
}

.theme-mode--dark {
	background-image: url("../../../imgs/weather.svg")
}

.user-menu {
	height: 53px;
	width: 53px;
	border: 1px solid white;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	border-radius: 100%;
	background-position: -6px -13px
}

.footer {
	font-size: 0.875em;
	padding: 3em 0;
	padding-top: 5em;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width: 1048px) {
	.footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.footer__copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__copyright img {
	margin-bottom: 1.5em
}

@media only screen and (min-width: 1048px) {
	.footer__copyright {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row
	}
	.footer__copyright img {
		margin-right: 1.5em;
		margin-bottom: 0
	}
}

.footer__links {
	width: 100%
}

@media only screen and (min-width: 1048px) {
	.footer__links {
		width: auto
	}
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1em
}

.footer-links__link {
	margin: .5em 0
}

@media only screen and (min-width: 530px) {
	.footer-links {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.footer-links__link {
		margin: 0 .5em
	}
}

@media only screen and (min-width: 1048px) {
	.footer-links__link {
		margin-left: 1em
	}
}

.section {
	position: relative;
	padding-top: 8em
}

.section--mts {
	padding-top: 4em
}

.section--end {
	padding-bottom: 1em
}

.section--text-center {
	text-align: center
}

.section__headline {
	font-weight: 400;
	font-size: 1.5em
}

@media only screen and (min-width: 530px) {
	.section__headline {
		font-size: 2em
	}
}

.section__content--row-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.section__navigator {
	font-size: 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	text-transform: uppercase;
	margin-bottom: 2em;
	padding: 1em;
	border-radius: 5px
}

@media only screen and (min-width: 530px) {
	.section__navigator {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.section__navigator-current-page span:nth-child(2) {
	font-weight: 400
}

.section__navigator-subpages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row
}

.section__navigator-subpages__link {
	margin-top: 1em;
	margin-right: 1em
}

@media only screen and (min-width: 530px) {
	.section__navigator-subpages__link {
		margin-left: 1em;
		margin-right: 0;
		margin-top: 0
	}
}

.section__header {
	text-align: center;
	font-size: 3.5em;
	font-weight: 100
}

@media only screen and (min-width: 530px) {
	.section__header {
		font-size: 5em
	}
}

.section__description {
	text-align: center;
	font-size: 1.25em;
	font-weight: 300;
	margin-top: 0.75rem
}

.section__sidetitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 1em;
	height: 10em;
	top: calc(50vh - 105px);
	text-transform: uppercase
}

@media only screen and (min-width: 1048px) {
	.section__sidetitle {
		position: -webkit-sticky;
		position: sticky
	}
}

.section__sidetitle h3 {
	text-align: center;
	width: 100%;
	font-weight: 200;
	padding: .2em 0;
	-webkit-box-shadow: 0px 0.25px 0px 0px;
	box-shadow: 0px 0.25px 0px 0px;
	font-size: 2em
}

@media only screen and (min-width: 1048px) {
	.section__sidetitle h3 {
		font-size: 3em
	}
}

.section__sidetitle p {
	text-align: center;
	width: 100%;
	margin-top: 1em;
	font-weight: 200;
	opacity: .6
}

.section--split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}

@media only screen and (min-width: 1048px) {
	.section--split {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row
	}
	.section--split-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse
	}
	.section--split>* {
		width: 50%
	}
}

.social-network {
	height: 22px;
	width: 22px
}

@media only screen and (min-width: 1048px) {
	.social-network {
		margin-right: .5em
	}
}

.social-network svg {
	height: 100%;
	width: 100%;
	fill: #fff
}

.tns-outer {
	padding: 0 !important
}

.tns-outer.ms-touch {
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-style: none;
	-ms-scroll-chaining: none;
	-ms-scroll-snap-type: mandatory;
	-ms-scroll-snap-points-x: snapInterval(0%, 100%)
}

.tns-slider {
	-webkit-transition: all 0s;
	transition: all 0s
}

.tns-slider .tns-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap
}

.tns-horizontal.tns-subpixel .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
	content: '';
	display: table;
	clear: both
}

.tns-horizontal.tns-no-subpixel .tns-item {
	float: left;
	margin-right: -100%
}

.tns-no-calc {
	position: relative;
	left: 0
}

.tns-gallery {
	position: relative;
	left: 0
}

.tns-gallery .tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: opacity 0s;
	-webkit-transition: transform 0s, opacity 0s;
	-webkit-transition: opacity 0s, -webkit-transform 0s;
	transition: opacity 0s, -webkit-transform 0s;
	transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-nav button {
	vertical-align: middle
}

.tns-lazy-img {
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0.6
}

.tns-lazy-img.loaded {
	opacity: 1
}

[hidden] {
	display: none !important
}

[data-controls],
[data-action],
[data-nav] {
	cursor: pointer;
	border-width: 0;
	padding: 0
}

.tns-ah {
	-webkit-transition: height 0s;
	transition: height 0s
}

.tns-ovh {
	overflow: hidden
}

.tns-hdx {
	overflow-x: hidden
}

.tns-hdy {
	overflow-y: hidden
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}

.tns-normal,
.tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1
}

@media all and (min-width: 1px) {
	.tns-mq-test {
		position: absolute
	}
}

.slider-content {
	margin-top: 2em;
	padding: 2em 0
}

.slide-item {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 25em;
	cursor: default
}

.slide-item__image {
	margin-bottom: 2em
}

.slide-item__headtitle {
	font-size: 1.5em;
	font-weight: 400
}

.slide-item__description {
	height: 4em;
	max-width: 22.5em;
	margin: .5em auto
}

.info-page__backlink {
	margin-bottom: 3em
}

.info-page__title {
	font-size: 2.5em;
	font-weight: 500;
	margin-bottom: .5em
}

.info-page__title-desc {
	font-style: italic;
	margin-bottom: 3em
}

.info-page__headline {
	font-weight: 500;
	margin-bottom: .5em
}

.info-page section {
	margin-bottom: 3em
}

.info-page section p {
	margin: 1em 0
}

.info-page section ul {
	padding: 0 2em;
	list-style-type: square;
	line-height: 2
}

.app {
	position: relative;
	margin: 0 auto;
	max-width: 1048px;
	padding: 0 1em;
	z-index: 999
}

.app-form {
	position: relative;
	height: 100%;
	width: 100%;
	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:12.5%;
}

.app-form form {
	max-width: 30em;
	width: 100%
}

.app-form__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2em
}

.app-form__logo {
	margin-right: 1.5em
}

.app-form__text {
	cursor: default
}

.app-form__text h1 {
	margin-bottom: .3em;
	font-weight: 500
}

.app-form__text h3 {
	font-weight: 200
}

.form-group {
	position: relative;
	margin-bottom: 1.5em
}

.form-group--block-elements {
	display: block
}

.form-group__addinput {
	position: absolute;
	right: 1em;
	top: 2.35em;
	cursor: pointer;
	color: #49d85a
}

.form-group label {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.75em
}

.form-group label .error {
	text-transform: none;
	font-style: italic
}

.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email] {
	border-radius: 5px;
	width: 100%;
	border: none;
	padding: .75em 1em;
	background: rgba(0, 0, 0, 0.15);
	color: white;
	margin-top: .75em;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-group input[type=text]:focus,
.form-group input[type=password]:focus,
.form-group input[type=email]:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #49d85a;
	box-shadow: inset 0px 0px 0px 1px #49d85a
}

.form-group__text {
	display: block;
	margin-top: 1em;
	font-size: .75em
}

.form-group--error label {
	color: red;
	font-weight: bold
}

.form-group--error input[type=text],
.form-group--error input[type=password],
.form-group--error input[type=email] {
	-webkit-box-shadow: inset 0 0 0 1px red;
	box-shadow: inset 0 0 0 1px red;
	animation: shake linear 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: shake linear 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: shake linear 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: shake linear 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: shake linear 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%
}

.form-group--disabled input[type=text],
.form-group--disabled input[type=password],
.form-group--disabled input[type=email] {
	color: rgba(255, 255, 255, 0.75)
}

.checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: unset !important;
	font-weight: 300 !important;
	line-height: 1.5
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkbox input:checked~.checkmark {
	background-color: #49d85a
}

.checkbox input:checked~.checkmark:after {
	display: block
}

.checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	border-radius: 4px
}

.checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 10px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

@keyframes shake {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px)
	}
	10% {
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px)
	}
	20% {
		-webkit-transform: translate(10px, 0px);
		transform: translate(10px, 0px)
	}
	30% {
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px)
	}
	40% {
		-webkit-transform: translate(10px, 0px);
		transform: translate(10px, 0px)
	}
	50% {
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px)
	}
	60% {
		-webkit-transform: translate(10px, 0px);
		transform: translate(10px, 0px)
	}
	70% {
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px)
	}
	80% {
		-webkit-transform: translate(10px, 0px);
		transform: translate(10px, 0px)
	}
	90% {
		-webkit-transform: translate(-10px, 0px);
		transform: translate(-10px, 0px)
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px)
	}
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: translate(0px, 0px)
	}
	10% {
		-webkit-transform: translate(-10px, 0px)
	}
	20% {
		-webkit-transform: translate(10px, 0px)
	}
	30% {
		-webkit-transform: translate(-10px, 0px)
	}
	40% {
		-webkit-transform: translate(10px, 0px)
	}
	50% {
		-webkit-transform: translate(-10px, 0px)
	}
	60% {
		-webkit-transform: translate(10px, 0px)
	}
	70% {
		-webkit-transform: translate(-10px, 0px)
	}
	80% {
		-webkit-transform: translate(10px, 0px)
	}
	90% {
		-webkit-transform: translate(-10px, 0px)
	}
	100% {
		-webkit-transform: translate(0px, 0px)
	}
}

.input-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px
}

.input-switch input {
	opacity: 0;
	width: 0;
	height: 0
}

.input-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s
}

.input-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s
}

.input-slider--round {
	border-radius: 34px
}

.input-slider--round:before {
	border-radius: 50%
}

input[type="checkbox"]:checked+.input-slider {
	background-color: #49d85a
}

input[type="checkbox"]:focus+.input-slider {
	-webkit-box-shadow: 0 0 1px #49d85a;
	box-shadow: 0 0 1px #49d85a
}

input[type="checkbox"]:checked+.input-slider:before {
	-webkit-transform: translateX(26px);
	transform: translateX(26px)
}

.user-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.user-list--flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset
}

.user-list--content-left {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left
}

.user-list__user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.5em;
	max-width: 28em;
	width: 100%
}

.user-list__user--op {
	opacity: 0.8
}

.user-list__user--mitarbeiter {
	margin: 1em;
	max-width: 24em
}

.user-list__user--bb {
	margin-top: 5em;
	min-width: 20em;
	max-width: unset;
	width: auto
}

.user-list-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.1);
	max-width: 30em;
	border-radius: 5px
}

.user-list-container--love {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto;
	background-color: unset
}

.user-list-container__partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background-image: url("../../../imgs/heartx.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 1em
}

.user-list-container__partner-avatar {
	height: 12em;
	width: 6em;
	background-repeat: no-repeat;
	background-position: 50% -2em;
	margin: 0 -1em
}

.user-list-container__partner-data {
	width: 100%;
	text-align: center;
	padding: .75em;
	font-size: 0.875em
}

.user-list-container__partner-data p {
	font-size: 2em;
	font-weight: 200
}

.user-list-container__partner-data b {
	color: white;
	font-size: 1em;
	background: #e98dc3;
	padding: .5em .75em;
	border-radius: 5px
}

.user-list-container__avatar {
	height: 100px;
	width: 140px;
	background: rgba(0, 0, 0, 0.05);
	background-position: 50% -30px;
	min-width: 100px;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-pixelated;
	image-rendering: pixelated
}

.user-list-container__avatar--offline {
	opacity: .5
}

.user-list-container__online-status {
	position: absolute;
	height: 7.5px;
	width: 7.5px;
	background: #d84949;
	-webkit-box-shadow: 0px 0px 5px #d84949;
	box-shadow: 0px 0px 5px #d84949;
	border-radius: 100%;
	right: 1em;
	top: 1em;
	opacity: .25
}

.user-list-container__online-status--online {
	opacity: 1;
	background: #49d85a;
	-webkit-box-shadow: 0px 0px 5px #49d85a;
	box-shadow: 0px 0px 5px #49d85a
}

.user-list-container__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1em;
	font-weight: 200;
	line-height: 1.5;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.user-list-container__data h4 {
	font-size: 1.25em;
	width: 100%;
	margin-top: -0.25em
}

@media only screen and (min-width: 530px) {
	.user-list-container__data h4 {
		font-size: 2em
	}
}

.user-list-container__data p {
	width: 100%;
	font-size: .75em
}

@media only screen and (min-width: 530px) {
	.user-list-container__data p {
		font-size: .9em
	}
}

.user-list-container__data p i {
	font-style: italic
}

.user-list-container__data--mr h4 {
	margin-right: 1em
}

.user-list-container__data--mr p {
	max-width: 15em
}

.user-list-container__badge {
	min-width: 4em;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width: 530px) {
	.user-list-container__badge {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.user-list-container__badge img {
	height: auto;
	width: auto
}

.top-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.top-user__box {
	margin: 2em 0em;
	width: 100%
}

@media only screen and (min-width: 530px) {
	.top-user__box {
		width: auto;
		margin: 2em 1em
	}
}

.mitarbeiter {
	margin-bottom: 4em
}

.mitarbeiter__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2em 0;
	padding: 1em;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px
}

.mitarbeiter__head-badge {
	margin-right: 1em
}

.mitarbeiter__head-text {
	font-size: 1.25em;
	font-style: italic
}

.mitarbeiter__head-text b {
	display: block;
	font-size: 1.25em;
	margin-bottom: .25em;
	font-style: normal
}

.pricing {
	position: relative;
	max-width: 30em;
	width: 100%;
	border-radius: 5px;
	margin: 2em 0;
	padding: 2rem;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (min-width: 530px) {
	.pricing {
		margin: 2em
	}
}

.pricing__head {
	font-size: 2em
}

.pricing__head-info {
	position: absolute;
	top: -2em;
	right: -5em;
	font-size: 0.5em;
	font-weight: bold;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 4em 4em 1em 4em;
	background: #d84949;
	color: #fff
}

.pricing__head-name {
	margin-bottom: .25em
}

.pricing__head-price {
	font-size: 1.5em;
	margin-bottom: .5em;
	font-weight: 100
}

.pricing__head-description {
	font-size: 0.5em;
	font-style: italic
}

.pricing__hr {
	border: none;
	height: 1px;
	width: 100%;
	margin: 2em 0;
	background: rgba(255, 255, 255, 0.05)
}

.pricing__features li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 0.875em
}

.pricing__features li i,
.pricing__features li svg {
	margin-right: .75em
}

.pricing__button {
	margin-top: 2em
}

.pricing__button .button {
	width: 100%
}

.settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 4em
}

@media only screen and (min-width: 1048px) {
	.settings {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.settings__side {
	max-width: 30em;
	width: 100%
}

.settings-toggleform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}

.settings-toggleform__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 4em;
	text-align: center
}

@media only screen and (min-width: 530px) {
	.settings-toggleform__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: unset;
		margin-bottom: 2em
	}
}

.settings-toggleform__item div h3 {
	display: block;
	font-weight: bold;
	font-size: 1.125em;
	margin-bottom: .5em
}

.settings-toggleform__item label {
	margin-top: 1em
}

@media only screen and (min-width: 530px) {
	.settings-toggleform__item label {
		margin-left: 2em;
		margin-top: 0
	}
}

.settings-form {
	width: 100%;
	max-width: 30em
}

@media only screen and (min-width: 1048px) {
	.settings-form {
		margin-right: 4em
	}
}

.settings-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	margin-top: 1em
}

.settings-info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1em
}

.settings-info__item i,
.settings-info__item svg {
	margin-right: .5em
}

.settings-navigator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (min-width: 1048px) {
	.settings-navigator {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		margin-right: 4em
	}
}

.settings-navigator__tab {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	opacity: 0.25;
	margin: 0 1.25em;
	margin-bottom: 2em;
	cursor: pointer;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	font-weight: 400;
	-webkit-transition: ease-in-out 200ms;
	transition: ease-in-out 200ms
}

@media only screen and (min-width: 1048px) {
	.settings-navigator__tab {
		margin: 0;
		margin-bottom: 2em
	}
}

.settings-navigator__tab:hover {
	opacity: .75;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.settings-navigator__tab--active {
	font-weight: bold;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.settings-navigator__tab--active:hover {
	cursor: default;
	opacity: 1
}

.settings-navigator__tab i,
.settings-navigator__tab svg {
	font-size: 3em
}

.settings-navigator__tab p {
	margin-top: .5em
}

.friends {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2em
}

.friend-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	margin: 1em 0;
	width: 20em;
	max-height: 5em
}

@media only screen and (min-width: 530px) {
	.friend-card {
		margin: 1em
	}
}

.friend-card__avatar {
	width: 4em;
	min-height: 4em;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
	background-position: 50% -10px;
	background-repeat: no-repeat
}

.friend-card__username {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	margin: 0.5em 1em;
	font-weight: 400;
	line-height: 1.5
}

.friend-card__username span {
	font-weight: 300;
	font-size: 0.875em;
	font-style: italic
}

.friend-card__online-status {
	position: absolute;
	height: 5px;
	width: 5px;
	background: #d84949;
	-webkit-box-shadow: 0px 0px 3px #d84949;
	box-shadow: 0px 0px 3px #d84949;
	border-radius: 100%;
	right: .6em;
	top: .6em;
	opacity: .25
}

.friend-card__online-status--online {
	opacity: 1;
	background: #49d85a;
	-webkit-box-shadow: 0px 0px 3px #49d85a;
	box-shadow: 0px 0px 3px #49d85a
}

.profil {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}

@media only screen and (min-width: 530px) {
	.profil {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
}

.profil-beziehung {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.125em;
	margin-bottom: 2em
}

.profil-beziehung__image {
	margin-right: .5em
}

.profil-user-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

@media only screen and (min-width: 530px) {
	.profil-user-info {
		margin-left: 2em
	}
}

.profil-user-info__motto {
	font-size: 1.5em;
	margin-top: 1em;
	font-style: italic;
	max-width: 15em
}

@media only screen and (min-width: 530px) {
	.profil-user-info__motto {
		font-size: 2.5em;
		margin-top: 0
	}
}

.profil-avatar__name {
	font-size: 2em;
	text-align: center;
	font-weight: 200
}

@media only screen and (min-width: 530px) {
	.profil-avatar__name {
		font-size: 3em
	}
}

.profil-avatar__image {
	background-image: url("../../../imgs/uz7vKk1.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 100%;
	height: 300px;
	width: 100%
}

@media only screen and (min-width: 530px) {
	.profil-avatar__image {
		width: 400px;
		background-size: unset
	}
}

.profil-avatar__avatar {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.profil-avatar__badges {
	margin-top: 2em
}

.profil-avatar__tags {
	max-width: 25em
}

.profil-rooms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.profil-money {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 2em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.profil-money__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2em;
	margin-bottom: 2em;
	margin-right: 2em
}

.profil-money__item div {
	margin-right: .5em
}

.profil-money__item div img {
	height: auto;
	width: auto
}

.profil-money__item span {
	font-size: 1.125em
}

.profil-info {
	margin-right: 2em
}

.profil-info__item {
	margin-bottom: .75em
}

.profil-info__item div {
	width: 1.25em;
	display: inline-block;
	margin-right: 0.5em
}

.user-badges {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.user-badges__badge {
	position: relative;
	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;
	height: 4.5em;
	width: 4.5em;
	border-radius: 5px;
	margin-right: 1em;
	-webkit-transition: ease-in-out 200ms;
	transition: ease-in-out 200ms
}

.user-badges__badge:last-child {
	margin-right: 0
}

.user-badges__badge img {
	max-width: 50px;
	max-height: 50px
}

.user-badges__badge:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-pixelated;
	image-rendering: pixelated
}

.user-badges__badge:hover .user-badges__badge-info {
	display: block
}

.user-badges__badge-info {
	display: none;
	position: absolute;
	bottom: 4.5em;
	padding: 1em;
	z-index: 99;
	border-radius: 5px
}

.user-badges__badge-info b {
	display: block;
	font-size: 1.25em;
	margin-bottom: .5em
}

.user-badges__badge-info span {
	display: block;
	font-size: 0.9em;
	min-width: 15em;
	line-height: 1.5
}

.rooms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2em
}

.room-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	border-radius: 5px;
	padding: 1em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 18em;
	max-width: 20em;
	max-height: 5em;
	margin: .75em
}

.room-card__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1em
}

.room-card__image p {
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 0.25em
}

.room-card__text {
	margin-right: 1em
}

.room-card__text h3 {
	font-weight: bold
}

.room-card__text p {
	font-size: 0.875em;
	margin-top: 0.25em;
	font-style: italic;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 12em
}

.room-card__join {
	cursor: pointer
}

.user-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.user-tags__tag {
	position: relative;
	display: inline-block;
	padding: .25em;
	font-style: italic;
	margin: 0.5em
}

.user-tags__tag:hover .user-tags__tag-delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.user-tags__tag-delete {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	color: #d84949;
	cursor: pointer
}

.news-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2em 0;
	margin-top: 2em
}

.news-content a {
	opacity: 1
}

#neuigkeiten .news-box:nth-child(n+4) {
	display: none
}

@media only screen and (min-width: 530px) {
	#neuigkeiten .news-box:nth-child(n+4) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.news-box {
	max-width: 24em;
	width: 100%;
	height: 14em;
	background-position: -200px -2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 7px;
	margin-top: 2em;
	-webkit-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out
}

@media only screen and (min-width: 530px) {
	.news-box {
		margin: 1em
	}
}

.news-box:hover {
	cursor: pointer;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.news-box:hover__description {
	padding: 2em 1em
}

.news-box__top {
	margin-top: -1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1em
}

.news-box__description {
	position: relative;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, #000 10%, rgba(0, 0, 0, 0) 100%);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	padding: 1.25em 1em;
	padding-top: 2em;
	border-radius: 0px 0px 6px 6px;
	top: 2px;
	color: #fff
}

.news-box__description h2 {
	font-weight: 500
}

.news-box__description p {
	margin-top: 0.5em;
	font-size: 0.875em;
	font-style: italic
}

.news-badge {
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0.5em 1em;
	text-align: center;
	border-radius: 100px;
	font-size: 0.8em;
	margin: 0 0.5em;
	color: #fff
}

.news-badge--news {
	background: #49d85a;
	-webkit-box-shadow: 0px 0px 15px rgba(73, 216, 90, 0.35);
	box-shadow: 0px 0px 15px rgba(73, 216, 90, 0.35)
}

.news-badge--event {
	background: #01baff;
	-webkit-box-shadow: 0px 0px 15px rgba(1, 186, 255, 0.35);
	box-shadow: 0px 0px 15px rgba(1, 186, 255, 0.35)
}

.news-badge--new {
	background: #d84949;
	-webkit-box-shadow: 0px 0px 15px rgba(216, 73, 73, 0.35);
	box-shadow: 0px 0px 15px rgba(216, 73, 73, 0.35)
}

.news-article__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1em 0;
	padding: 1em;
	border-radius: 5px
}

@media only screen and (min-width: 530px) {
	.news-article__head {
		padding: 2em;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row
	}
}

.news-article__head>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}

.news-article__head>*:nth-child(2) {
	margin-top: 2em;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

@media only screen and (min-width: 530px) {
	.news-article__head>*:nth-child(2) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
		width: auto;
		margin-top: 0
	}
}

.news-article__head-title {
	font-size: 1.5em
}

@media only screen and (min-width: 530px) {
	.news-article__head-title {
		font-size: 2.75em
	}
}

.news-article__head-description {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 0.5em
}

@media only screen and (min-width: 530px) {
	.news-article__head-description {
		font-size: 1.25em
	}
}

.news-article__content {
	padding: 1em;
	border-radius: 5px;
	font-weight: 200;
	line-height: 1.25
}

@media only screen and (min-width: 530px) {
	.news-article__content {
		padding: 2em;
		font-size: 1.25em
	}
}

.news-article__content-author {
	font-weight: 400
}

.news-article__content img {
	max-width: 100%;
	height: auto
}

.news-article__content hr {
	border: none;
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.05);
	margin: 1em 0
}

.news-article__content ul {
	padding: 1em 2em;
	list-style-type: square;
	line-height: 1.5
}

.news-article__content ul li {
	margin-bottom: .5em
}

.introduction {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap-reverse;
	flex-flow: row wrap-reverse;
	padding-top: 4em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width: 1048px) {
	.introduction {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row
	}
}

.introduction__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 40em;
	flex-basis: 40em
}

.introduction__content h2 {
	font-weight: 500;
	font-size: 2em;
	margin-bottom: 1em
}

.introduction__content p {
	font-size: 1.125em
}

.introduction__image-animation {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.introduction-image {
	position: relative;
	width: 100%;
	height: 77vw
}

@media only screen and (min-width: 530px) {
	.introduction-image {
		width: 478px;
		height: 404px
	}
}

.introduction-image__main {
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url("../../../imgs/introduction.png");
	background-repeat: no-repeat;
	background-size: 100%
}

.introduction-image__key {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../../../imgs/introduction_key.png);
	background-repeat: no-repeat;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
	background-position: 55% 22%;
	background-size: 15vw
}

@media only screen and (min-width: 530px) {
	.introduction-image__key {
		background-size: auto
	}
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}
	50% {
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px)
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}
	50% {
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px)
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}
}

.alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.125em;
	margin-top: 2em;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	line-height: 2
}

.alert__icon {
	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;
	background: #49d85a;
	padding: 1rem 2rem;
	color: #fff;
	font-size: 1.25em
}

.alert__text {
	font-style: italic;
	width: 100%;
	padding: 1rem 1rem
}

@media only screen and (min-width: 1048px) {
	.alert__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.alert__text a {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	cursor: pointer
}

.security-login {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
	width: 100%
}

.security-login__logo {
	margin-bottom: 2em
}

.security-login__form h1 {
	text-align: center;
	margin-bottom: 1em
}

.security-login__form form input {
	border: none;
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	border-radius: 3px
}

.security-login__form form input[type=submit] {
	background: #49d85a;
	color: #fff;
	padding: 1em 2em
}

.countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80vh;
	width: 100%
}

.countdown-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1em 2em
}

.countdown__logo {
	position: relative;
	height: 134px;
	width: 134px
}

.countdown__logo div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 134px;
	height: 134px;
	margin: auto
}

.countdown__text {
	font-size: 3em;
	margin: 0.5em 0;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase
}

.countdown__description {
	font-size: 1.25em;
	font-style: italic;
	font-weight: 200
}

.countdown__timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2em
}

.countdown__timer .countdown-number {
	font-size: 3em;
	font-weight: 200
}

.countdown__timer .countdown-type {
	font-size: 1.5em;
	font-weight: 600
}

.countdown .countdown-date {
	display: block;
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 2em;
	text-align: center
}

.countdown #discord {
	margin-top: 2em
}

.countdown #youtube-audio {
	position: fixed;
	right: 2em;
	bottom: 2em
}

.countdown #youtube-audio img {
	background: white;
	border-radius: 100%;
	padding: 0.25em;
	height: 3em;
	margin-top: 2em
}

.countdown #text-anim2,
.countdown #text-anim3,
.countdown #text-anim4,
.countdown #discord,
.countdown #youtube-audio {
	display: none
}

.pixellate-lock img {
	visibility: visible !important
}

.pixellate-lock .pixellate-pixel {
	-webkit-transform: none !important;
	transform: none !important;
	opacity: 1 !important
}

.infobox {
	background: #fff;
	color: #2a2a2a;
	padding: 1em;
	border-radius: 5px;
	max-width: 65em;
	margin: 1em auto;
	text-align: center
}

.infobox__text p b {
	font-size: 3em;
	font-weight: 500;
	text-transform: uppercase
}

.infobox__text p i,
.infobox__text p a {
	color: #d84949
}

.some-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2em 0
}

@media only screen and (min-width: 1048px) {
	.some-info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row
	}
	.some-info--reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse
	}
}

.some-info__content-title {
	font-size: 3em;
	font-weight: 1000;
	line-height: 0.8;
	margin-bottom: .5em;
	margin-top: 1em
}

@media only screen and (min-width: 530px) {
	.some-info__content-title {
		font-size: 3.75em
	}
}

@media only screen and (min-width: 1048px) {
	.some-info__content-title {
		margin-top: 0
	}
}

.some-info__content-title b {
	font-weight: 1000;
	display: inline-block;
	background-image: url("../../../imgs/forumtitle.gif")
}

.some-info__content-title span {
	display: block
}

.some-info__content-buttons {
	margin-top: 2em
}

.some-info__content-buttons .button {
	width: 100%
}

@media only screen and (min-width: 530px) {
	.some-info__content-buttons .button {
		width: auto
	}
}

.some-info__content-text {
	font-size: 1.25em;
	max-width: 45em;
	margin-bottom: 1em
}

.some-info__image img {
	width: auto;
	height: auto;
	max-height: 25em;
	max-width: 100%
}

@media only screen and (min-width: 530px) {
	.some-info__image img {
		width: auto;
		max-height: 35em
	}
	.some-info__image--big img {
		width: auto;
		max-height: 45em
	}
}

.some-info__image--flip img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

@media only screen and (min-width: 1048px) {
	.some-info__image {
		margin-right: 5em
	}
}

.some-info__text {
	font-size: 1.5em;
	margin-top: 2em;
	text-align: center
}

@media only screen and (min-width: 1048px) {
	.some-info__text {
		text-align: unset;
		margin-top: 0em
	}
}

@media only screen and (min-width: 530px) {
	.some-info__text {
		font-size: 2.5em
	}
}

.some-info__text p {
	margin-top: 1em;
	font-size: 0.75em;
	font-style: italic
}

.advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2em
}

.advantages__item {
	margin: 1em
}

.advantage-card {
	padding: 1.5em;
	border-radius: 5px;
	max-width: 27em;
	max-height: 22.5em;
	height: 100%;
	width: 100%;
	text-align: center
}

.advantage-card__title {
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: .5em
}

.advantage-card__description {
	margin-bottom: 1em;
	line-height: 1.5
}

.advantage-card__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 10em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1em
}

.payment-methods {
	margin-top: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.payment-methods__item {
	margin: 1em
}

.payment-methods__item img {
	max-height: 3em;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out
}

.payment-methods__item img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0.25);
	filter: grayscale(0.25)
}

.w-100 {
	width: 100%;
	max-width: 100%
}

.mb {
	margin-bottom: 2em
}

.mt {
	margin-top: 2em
}

.background-message {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 99999
}

.background-message__content {
	position: relative;
	height: 100%;
	width: 100%;
	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
}

.background-message__box {
	position: relative;
	background: #fff;
	color: #2a2a2a;
	min-width: 15em;
	min-height: 5em;
	max-width: 50vw;
	padding: 1.5em;
	border-radius: 5px
}

.background-message__box-close {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.background-message__box-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400;
	font-size: 2em;
	margin-bottom: .25em
}

.background-message__box-title .close {
	position: relative;
	font-size: 1.5em;
	top: -0.25em
}

.close {
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
	cursor: pointer
}

.close:hover {
	opacity: .75
}

.small-info {
	font-size: 0.75em;
	margin-top: 1em
}

.controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2em
}

.controls .button {
	width: 100%;
	margin-bottom: 1em
}

@media only screen and (min-width: 1048px) {
	.controls {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.controls .button {
		width: auto;
		margin-bottom: 0
	}
	.controls__left .button {
		margin-right: 1em
	}
	.controls__right .button {
		margin-left: 1em
	}
}

.transparentBgColor {
	background: rgba(0, 0, 0, 0.1)
}

.transparentBgColor2 {
	background: rgba(0, 0, 0, 0.7)
}

html[data-theme=light] {
	background: #fff;
	color: #2a2a2a
}

html[data-theme=light] .app-form__text h3 {
	font-weight: 300
}

html[data-theme=light] .checkbox .checkmark {
	-webkit-box-shadow: inset 0px 0px 0px 1px #dbdbdb;
	box-shadow: inset 0px 0px 0px 1px #dbdbdb
}

html[data-theme=light] .checkbox input:checked~.checkmark {
	-webkit-box-shadow: none;
	box-shadow: none
}

html[data-theme=light] .form-group__text {
	font-weight: 400
}

html[data-theme=light] .footer {
	font-weight: 400
}

html[data-theme=light] .footer strong {
	font-weight: 500
}

html[data-theme=light] .transparentBgColor {
	background: unset;
	border: 1px solid rgba(0, 0, 0, 0.1)
}

html[data-theme=light] .transparentBgColor2 {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(0, 0, 0, 0.1)
}

html[data-theme=light] .colorTransparent {
	opacity: 1
}

html[data-theme=light] .news-article__content {
	font-weight: 300
}

html[data-theme=light] .section__sidetitle p {
	font-weight: 400
}

html[data-theme=light] .user-list-container {
	background-color: unset !important;
	border: 1px solid #f1f1f1
}

html[data-theme=light] .user-list-container__avatar {
	background-color: unset !important;
	border-right: 1px solid #f1f1f1
}

html[data-theme=light] .user-list-container--love {
	border: none
}

html[data-theme=light] .user-list-container__data p {
	font-weight: 400
}

html[data-theme=light] .user-list-container__partner-data p {
	font-weight: 300
}

html[data-theme=light] .main-header {
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.075)
}

html[data-theme=light] a {
	color: #2a2a2a
}

html[data-theme=light] .main-nav__burger-menu span {
	background: #2a2a2a
}

html[data-theme=light] .main-nav-list__hr {
	background: rgba(0, 0, 0, 0.1)
}

html[data-theme=light] .main-nav-list__item ul:before {
	background: rgba(255, 255, 255, 0.95)
}

html[data-theme=light] .main-nav-list__item ul li a {
	font-weight: 300
}

html[data-theme=light] .button {
	font-weight: 400
}

html[data-theme=light] .button--white {
	-webkit-box-shadow: inset 0px 0px 0px 1px;
	box-shadow: inset 0px 0px 0px 1px
}

html[data-theme=light] .particles__content * {
	background-color: #2a2a2a;
	opacity: 0.075
}

html[data-theme=light] .particles__content *::before,
html[data-theme=light] .particles__content *::after {
	background-color: #2a2a2a
}

html[data-theme=light] .particles__content *:nth-child(2n) {
	border: 2px solid #2a2a2a;
	background-color: unset;
	opacity: 0.075
}

html[data-theme=light] .particles__content *:nth-child(2n)::before,
html[data-theme=light] .particles__content *:nth-child(2n)::after {
	border: 2px solid #2a2a2a;
	background-color: unset
}

html[data-theme=light] .theme-mode {
	background-image: url("../../../imgs/moon.svg");
	opacity: 1
}

html[data-theme=light] .theme-mode:hover {
	opacity: .75
}

html[data-theme=light] .social-network svg {
	fill: #2a2a2a
}

html[data-theme=light] .form-group input[type=text],
html[data-theme=light] .form-group input[type=password],
html[data-theme=light] .form-group input[type=email] {
	background: unset;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
	color: #2a2a2a
}

html[data-theme=light] .form-group input[type=text]:focus,
html[data-theme=light] .form-group input[type=password]:focus,
html[data-theme=light] .form-group input[type=email]:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #49d85a;
	box-shadow: inset 0px 0px 0px 1px #49d85a
}

html[data-theme=light] .form-group--disabled input[type=text],
html[data-theme=light] .form-group--disabled input[type=password],
html[data-theme=light] .form-group--disabled input[type=email] {
	color: rgba(0, 0, 0, 0.15)
}

html[data-theme=light] .form-group--error label {
	color: red;
	font-weight: bold
}

html[data-theme=light] .form-group--error input[type=text],
html[data-theme=light] .form-group--error input[type=password],
html[data-theme=light] .form-group--error input[type=email] {
	-webkit-box-shadow: inset 0 0 0 1px red;
	box-shadow: inset 0 0 0 1px red;
	animation: shake linear 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: shake linear 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: shake linear 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: shake linear 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: shake linear 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%
}
/* Notifications */
.notifications-container {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 2000;
}

.notifications-container .notification-container {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 15px 15px 45px;
    position: relative;
    margin-bottom: 15px;
    width: 240px;
    display: none;
}

.notifications-container .notification-container:before {
    background-image: url(../images/web/notifications-icons.png);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    margin: auto 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

.success {
    background-color: #37e397;

}

.error {
	background-color: #f46048;

}

.notifications-container .notification-container[data-type="info"]:before {
    background-color: #33c8f3;
    background-position: -100px 0;
}

.notifications-container .notification-container .notification-close {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 25px;
    font-weight: 300;
    color: #c8c8c8;
    text-decoration: none;
    width: 38px;
    text-align: center;
}

.notifications-container .notification-container .notification-close:before {
    content: "×";
}

.notifications-container .notification-container .notification-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.notifications-container .notification-container[data-type="success"] .notification-title {
    color: #ffffff;
}

.notifications-container .notification-container[data-type="error"] .notification-title {
    color: white;
}

.notifications-container .notification-container[data-type="info"] .notification-title {
    color: #33c8f3;
}

.notifications-container .notification-container .notification-content {
    font-size: 12px;
    word-break: break-word;
}


/* Cookies */
.cookies-accept-container {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px 60px 15px 15px;
    display: none;
}

.cookies-accept-container .close-container {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    font-size: 28px;
    font-weight: 200;
    text-align: center;
}

/* Custom forms */
.customform-container {
    background-color: #ececec;
    padding: 15px;
}

.customform-container .customform-header {
    background-color: #8c45a9;
    margin: -15px;
    padding: 20px 90px 20px 23px;
    color: #fff;
    position: relative;
}

.customform-container.opened .customform-header {
    margin-bottom: 30px;
}

.customform-container .customform-header .customform-header-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

.customform-container .customform-header .customform-header-description {
    font-size: 14px;
}

.customform-container .customform-header .customform-header-toggle {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    font-size: 34px;
    text-align: center;
    cursor: pointer;
}

.customform-container .customform-header .customform-header-toggle:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f107";
    display: inline-block;
    padding-top: 12px;
}

.customform-container.opened .customform-header .customform-header-toggle:before {
    content: "\f106";
    padding-top: 11px;
}

.customform-container .customform-section {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 15px;
    margin: 15px;
}

.customform-container:not(.opened) .customform-section {
    display: none;
}

.customform-container .customform-section .customform-section-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.customform-container .customform-section .customform-section-description {
    font-size: 14px;
    margin-bottom: 40px;
}

.customform-container .customform-section .customform-element {
    margin-top: 30px;
}

.customform-container .customform-section .customform-element .customform-element-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.customform-container .customform-section .customform-element .customform-element-title:after {
    content: "*";
    color: #e13333;
    margin-left: 6px;
    display: inline-block;
}

.customform-container .customform-section .customform-element .customform-element-description {
    font-size: 14px;
}

.customform-container .customform-section .customform-element .customform-element-options .customform-answer {
    margin-top: 10px;
}

.customform-container .customform-section .customform-submit-container {
    margin-top: 35px;
    text-align: center;
}

/*# sourceMappingURL=main.min.css.map */