:before,:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none
}

[class*="fi-"] {
	display: inline;
	width: auto;
	height: auto;
	line-height: inherit;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat
}

[class*="fi-"]:before {
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit
}

html {
	height: 100%;
	left: 0;
}

body {
	height: 100%;
	box-sizing: border-box;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body, .preloader {
	background-color: #ffffff;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #292b2c inset;
	-webkit-text-fill-color: #fff
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px #48494a inset;
	-webkit-text-fill-color: #fff
}

body > #wrapper {
	height: 100%;
	min-height: 100%;
	width: 100%;
	display: inline-block
}

body > .main-container {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	z-index: 0;
	overflow: hidden;
	position: initial!important;
	overflow-y: auto;
background-color: #ffffff;
}
body > .main-container:after{
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #111;
	opacity: 0.4;
	z-index: -1;
	position: absolute;
}

body > .login-form-container {
	background: none repeat scroll 0 0 rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	min-height: 100%;
	min-width: 308px;
	max-width: 308px;
	width: 100%;
	position: fixed;
	right: -308px;
	top: 0;
	z-index: 0;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	z-index: 999;
	outline: 1px solid transparent
}

body.open-login-form > .login-form-container {
	right: 0
}

body.open-login-form > .main-container {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-ms-transform: perspective(1920px) rotate3d(0,1,0,9deg);
	-webkit-transform: perspective(1920px) rotate3d(0,1,0,9deg);
	transform: perspective(1920px) rotate3d(0,1,0,9deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.btn-open-login-form {
	background: none repeat scroll 0 0 rgba(0,0,0,0.8);
	font-size: 36px;
	left: -54px;
	width:54px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	display: inline-block;
	top: 23%;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	text-align: center;
}
#btn-sound {
	margin-top: 60px;
	display: none;
}


body.error .btn-open-login-form {
	color: red
}
.btn-open-login-form i:before,
.btn-open-login-form.sound i {
	transition: all 0.3s linear;
}
.btn-open-login-form:hover i:before,
.btn-open-login-form.sound:hover i {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.8;
}
.center {
	clear: both;
	content: "";
	display: block;
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center
}

.logotype {
	max-width: 100%
}

#wrapper {
	width: 100%;
	height: calc(100% - 90px);
	position: relative;
	display: inline-block
}

header {
	position: relative;
	display: inline-block;
	width: 100%
}

.site-content {
	position: relative;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 0;
	color: #fff
}

.site-content .font-center {
	text-align: center
}

.site-content h2,.site-content h3 {
	width: 100%;
	display: block
}

.site-content h2.heading {
	font-size: 45px;
	font-weight: lighter
}

  
   

footer {
	position: relative;
	top: 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	margin: 25px 0 20px;
}

footer .center {
	padding: 0
}

.company-name {
	width: 100%;
	display: block;
	text-decoration: none;
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	font-size: 16px;
	text-align: center;
	margin: 20px 0
}

.logo,.logo-retina {
	font-family: inherit;
	font-weight: 400;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.logo-box {
	padding: 50px 0 30px
}
.logo-box img {
	max-width: 100%;
}

@media only screen and (min-width: 200px) and (max-width: 670px) {
  div.logo-box > img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.logo.istext {
	max-width: 100%;
	padding: 30px 60px
}

.site-title {
	font-family: inherit;
	font-weight: lighter;
	text-align: center;
	padding: 0 0 20px;
	vertical-align: middle
}

.login-form {
	display: inline-block;
	margin: 25px 0 0;
	padding: 20px;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

.login-form input[type="text"],.login-form input[type="password"] {
	color: inherit;
	background-color: rgba(113,113,113,0.6);
	background-position: 14px center;
	background-repeat: no-repeat;
	float: left;
	font-family: inherit;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 5px 16px 5px 40px;
	width: 100%;
	display: block;
	line-height: 28px;
	outline: none;
	max-width: 210px
}

.ie8 .login-form input[type="text"],.ie8 .login-form input[type="password"],.ie7 .login-form input[type="text"],.ie7 .login-form input[type="password"] {
	background-color: #717171
}

.login-form .licon,.login-form .picon {
	position: relative;
	display: inline-block
}

.ie7 .login-form .licon,.ie7 .login-form .picon {
	margin: 8px 0 0
}

.login-form .licon:before,.login-form .picon:before {
	position: absolute;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: inherit;
	display: inline-block;
	top: 7px;
	left: 12px
}

.login-form .licon:before {
	content: "\f1fe";
	font-family: "foundation-icons"
}

.login-form .picon:before {
	content: "\f16a";
	font-family: "foundation-icons"
}

.login-form .licon.error:before,.login-form .picon.error:before {
	content: "\f217";
	font-family: "foundation-icons";
	color: red
}

.login-form a.lost-pass {
	float: left;
	display: inline-block;
	text-decoration: none
}

.login-form a.lost-pass:hover {
	text-decoration: underline
}

.login-form label {
	color: inherit;
	float: left;
	font-family: inherit;
	font-size: 25px;
	padding: 0 0 10px;
	width: 100%
}

.login-form input[type="submit"] {
	color: inherit;
	font-size: 20px;
	font-family: inherit;
	background: none;
	cursor: pointer;
	border: 2px solid #fff;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 5px 10px;
	text-align: center;
	float: right;
	display: inline-block
}

input[type="submit"] {
	border: 2px solid #fff;
	padding: 5px 10px;
	font-weight: 700;
	margin: 10px 0 0;
	color: inherit;
	font-size: 20px;
	font-family: inherit;
	background: none;
	cursor: pointer;
	transition: all 0.3s linear;
}
input[type="submit"]:hover{
	background-color: rgba(255, 255, 255, .7);
	color: #222;
}

.login-form:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.preloader {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 99999991
}

.preloader i, .preloader img {
	font-size: 56px;
	background: none repeat scroll 0 0 rgba(0,0,0,0);
	display: inline-block;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*margin: -25px 0 0 -25px;*/
	position: absolute;
	color: inherit;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2200ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2200ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2200ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2200ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.site-title, .preloader i, .login-form, .login-form a.lost-pass, .btn-open-login-form, .site-content, .user-content-wrapper, .user-content, footer, .maintenance a{
	color: #ffffff;
}
@-ms-keyframes spin {
	from {
		-ms-transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-ms-transform: translate(-50%, -50%) rotate(360deg)
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-moz-transform: translate(-50%, -50%) rotate(360deg)
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg)
	}
}

@keyframes spin {
	from {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

::-webkit-input-placeholder {
	font-size: 20px;
	color: inherit;
	font-family: inherit;
	opacity: 1
}

:-moz-placeholder {
	font-size: 20px;
	color: inherit;
	font-family: inherit;
	opacity: 1
}

::-moz-placeholder {
	font-size: 20px;
	color: inherit;
	font-family: inherit;
	opacity: 1
}

:-ms-input-placeholder {
	font-size: 20px;
	color: inherit;
	font-family: inherit;
	opacity: 1
}

#vague-svg-blur {
	width: 0;
	height: 0;
	display: inline
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	body.open-login-form > .main-container {
		-ms-transform-origin:0 50%;
		-o-transform-origin: 0 50%;
		-moz-transform-origin: 0 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-ms-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

	/*body > .main-container{overflow-y:scroll!important}*/
	.center {
		max-width: 1004px
	}
}

@media screen and (max-width: 1366px) {
	body.open-login-form > .main-container {
		-ms-transform-origin:0 50%;
		-o-transform-origin: 0 50%;
		-moz-transform-origin: 0 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-ms-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
	#countdown .box-digits {
		padding:30px 16px
	}

	#countdown .digits {
		height: 120px;
		min-width: 80px
	}

	#mailchimp-box {
		margin: 40px 0 0
	}

	footer .social {
		text-align: center
	}
}

@media screen and (max-width: 480px) {
	/*body > .main-container{overflow-y:scroll!important}*/body > .login-form-container {
	background:none repeat scroll 0 0 rgba(0,0,0,1)
}

	.center {
		max-width: 460px
	}

	.site-content h2.heading {
		font-size: 30px;
	}

	.site-content .description h3 {
		font-size: 18px;
	}

	.btn-open-login-form {
		top: 10%;
		font-size: 32px;
		left: -52px;
		width: 52px;
	}
	#btn-sound {
		margin-top:40px;
	}

	body > .login-form-container {
		min-width: 290px;
		max-width: 290px;
		right: -293px;
	}

	.login-form input[type="text"],.login-form input[type="password"] {
		max-width: 170px
	}

	footer .social {
		text-align: center
	}

	footer {
		/*padding: 0 0 20px*/
	}
}

@media screen and (max-width: 360px) {
	.center {
		max-width:340px
	}
}

@media screen and (max-width: 320px) {
	.center {
		max-width:300px
	}

	.site-content h2.heading {
		font-size: 24px
	}

	.site-content .description h3 {
		font-size: 18px
	}

	.btn-open-login-form {
		top: 10%;
		font-size: 21px;
		left: -44px;
		width: 44px;
	}
	#btn-sound {
		margin-top:40px;
	}

	body > .login-form-container {
		min-width: 266px;
		max-width: 266px;
		right: -266px
	}

	.login-form input[type="text"],.login-form input[type="password"] {
		max-width: 170px
	}
}

.bg-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg-img img, .bg-img source{
	position: absolute;
	visibility: visible;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

@supports (object-fit: cover){
	.bg-img img, .bg-img source{
		min-height: 100%;
		min-width: 100%;
		object-fit: cover;
		max-width: 100%;
		max-height: 100%;
	}

}
.login-error{
	margin-bottom: 10px;
	color: red;
	display: inline-block;
}
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated{
	position: fixed; top: 0; left: 0; width: 100%; padding: 10px 0;
	opacity: 0.7;
	text-align: center; text-transform: uppercase; z-index:1500;
	background-color: #f25648; color: #ffffff;
}
* html #outdated{position: absolute;}
#outdated h6{font-size: 25px; line-height: 25px; margin: 30px 0 10px;}
#outdated p{font-size: 12px; line-height: 12px; margin: 0;}
#outdated #btnUpdateBrowser{
	display: block; position: relative; padding: 10px 20px; margin: 30px auto 0; width: 230px; /*need for IE*/
	color: #ffffff; text-decoration: none; border: 2px solid #ffffff; cursor: pointer;
}
#outdated #btnUpdateBrowser:hover{color: #f25648; background-color:#ffffff;}
#outdated .last{position: absolute; top: 10px; right: 25px; width: 20px; height: 20px;}
#outdated .last[dir='rtl']{right: auto !important; left: 25px !important;}
#outdated #btnCloseUpdateBrowser{
	display: block; position: relative; width: 100%; height: 100%;
	text-decoration: none; color: #ffffff; font-size: 36px; line-height: 36px;
}

@supports (transform: translate(0, 0)) {
	#outdated {
		display: none;
	}
}
@supports (-webkit-transform: translate(0, 0)) {
	#outdated {
		display: none;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#outdated {
		display: none;
	}
}
body{--f:1;min-width:1024px}@media (min-width:960px) and (max-width:1023px){body{min-width:960px}}@media (min-width:768px) and (max-width:959px){body{min-width:768px}}@media (min-width:480px) and (max-width:767px){body{min-width:480px}}@media (max-width:479px){body{min-width:320px}}.c1{display:inline-block;position:relative;margin-left:0;margin-top:0}
html,body{-webkit-text-zoom:reset !important}body>div{font-size:0}p,span,h1,h2,h3,h4,h5,h6,a,li{margin:0;word-spacing:normal;word-wrap:break-word;-ms-word-wrap:break-word;pointer-events:auto;-ms-text-size-adjust:none !important;-moz-text-size-adjust:none !important;-webkit-text-size-adjust:none !important;text-size-adjust:none !important;max-height:10000000px}sup{font-size:inherit;vertical-align:baseline;position:relative;top:-0.4em}sub{font-size:inherit;vertical-align:baseline;position:relative;top:0.4em}ul{display:block;word-spacing:normal;word-wrap:break-word;line-break:normal;list-style-type:none;padding:0;margin:0;-moz-padding-start:0;-khtml-padding-start:0;-webkit-padding-start:0;-o-padding-start:0;-padding-start:0;-webkit-margin-before:0;-webkit-margin-after:0}li{display:block;white-space:normal}[data-marker]::before{content:attr(data-marker) ' ';-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;text-wrap:nowrap}li p{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}form{display:inline-block}a{text-decoration:inherit;color:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0)}textarea{resize:none}.shm-l{float:left;clear:left}.shm-r{float:right;clear:right;shape-outside:content-box}.btf{display:none}.plyr{min-width:0 !important}html{font-family:sans-serif}body{font-size:0;margin:0;--z:1;zoom:var(--z)}audio,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0;outline:0}b,strong{font-weight:700}dfn{font-style:italic}h1,h2,h3,h4,h5,h6{font-size:1em;line-height:1;margin:0}img{border:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=submit]{-webkit-appearance:button;cursor:pointer;box-sizing:border-box;white-space:normal}input[type=date],input[type=email],input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none;appearance:none;box-sizing:border-box}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-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}textarea{overflow:auto;box-sizing:border-box;border-color:#ddd}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}blockquote{margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}:-webkit-full-screen-ancestor:not(iframe){-webkit-clip-path:initial !important}
html{-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale}#b{background-color:transparent}.ps1{position:relative;margin-top:24px}.v1{display:block}.s1{width:1024px;margin-left:auto;margin-right:auto;min-height:867px}.z1{pointer-events:none}.v2{display:inline-block;vertical-align:top}.ps2{position:relative;margin-left:251px;margin-top:0}.s2{min-width:522px;width:522px;min-height:165px;height:165px}.z2{pointer-events:auto}.i1{position:absolute;left:0;width:522px;height:154px;top:5px;border:0}.ps3{position:relative; margin-top:43px}.s3{min-width:798px;width:798px;overflow:hidden;height:209px}.p1{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f1{font-family:"Helvetica Neue", sans-serif;font-size:28px;font-size:calc(28px * var(--f));line-height:1.430;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps4{position:relative; margin-top:31px}.s4{min-width:799px;width:799px;overflow:hidden;height:149px}.f2{font-family:"Helvetica Neue", sans-serif;font-size:50px;font-size:calc(50px * var(--f));line-height:1.221;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps5{position:relative;margin-top:49px}.s5{min-width:775px;width:775px;overflow:hidden;height:147px}.f3{font-family:"Helvetica Neue", sans-serif;font-size:28px;font-size:calc(28px * var(--f));line-height:1.430;font-weight:400;font-style:italic;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps6{position:relative;margin-top:29px}.s6{min-width:775px;width:775px;min-height:45px}.ps7{position:relative;margin-left:0;margin-top:0}.s7{min-width:775px;width:775px;min-height:45px;line-height:0}.s8{min-width:775px;width:775px;overflow:hidden;height:45px}.f4{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:28px;font-size:calc(28px * var(--f));line-height:1.394;font-weight:400;font-style:italic;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps8{position:relative;margin-left:139px;margin-top:-45px}.s9{min-width:334px;width:334px;overflow:hidden;height:45px}.c3{transform-style:preserve-3d}.s10{min-height:45px;background-clip:text !important;-webkit-background-clip:text !important;-webkit-text-fill-color:transparent;color:transparent;background-color:#0c43c0}.f5{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:28px;font-size:calc(28px * var(--f));line-height:1.394;font-weight:400;font-style:italic;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}body{--d:0;--s:1024}@media (min-width:960px) and (max-width:1023px) {.ps1{margin-top:23px}.s1{width:960px;min-height:812px}.ps2{margin-left:235px}.s2{min-width:489px;width:489px;min-height:155px;height:155px}.i1{width:489px;height:144px;top:6px}.ps3{ margin-top:40px}.s3{min-width:748px;width:748px;height:196px}.f1{font-size:26px;font-size:calc(26px * var(--f));line-height:1.463}.ps4{ margin-top:29px}.s4{min-width:749px;width:749px;height:140px}.f2{font-size:46px;font-size:calc(46px * var(--f));line-height:1.218}.ps5{ margin-top:45px}.s5{min-width:727px;width:727px;height:138px}.f3{font-size:26px;font-size:calc(26px * var(--f));line-height:1.463}.ps6{margin-top:27px}.s6{min-width:727px;width:727px;min-height:42px}.s7{min-width:727px;width:727px;min-height:42px}.s8{min-width:727px;width:727px;height:42px}.f4{font-size:26px;font-size:calc(26px * var(--f));line-height:1.386}.ps8{margin-left:130px;margin-top:-42px}.s9{min-width:313px;width:313px;height:42px}.s10{min-height:42px}.f5{font-size:26px;font-size:calc(26px * var(--f));line-height:1.386}.f5:visited{font-size:26px;font-size:calc(26px * var(--f));line-height:1.386}.f5:hover{font-size:26px;font-size:calc(26px * var(--f));line-height:1.386}.f5:active{font-size:26px;font-size:calc(26px * var(--f));line-height:1.386}body{--d:1;--s:960}}@media (min-width:768px) and (max-width:959px) {.ps1{margin-top:18px}.s1{width:768px;min-height:651px}.ps2{margin-left:188px}.s2{min-width:392px;width:392px;min-height:124px;height:124px}.i1{width:392px;height:116px;top:4px}.ps3{ margin-top:32px}.s3{min-width:599px;width:599px;height:157px}.f1{font-size:21px;font-size:calc(21px * var(--f))}.ps4{ margin-top:23px}.s4{min-width:599px;width:599px;height:112px}.f2{font-size:37px;font-size:calc(37px * var(--f));line-height:1.217}.ps5{ margin-top:37px}.s5{min-width:581px;width:581px;height:110px}.f3{font-size:21px;font-size:calc(21px * var(--f))}.ps6{margin-top:22px}.s6{min-width:581px;width:581px;min-height:34px}.s7{min-width:581px;width:581px;min-height:34px}.s8{min-width:581px;width:581px;height:34px}.f4{font-size:21px;font-size:calc(21px * var(--f));line-height:1.430}.ps8{margin-left:105px;margin-top:-34px}.s9{min-width:251px;width:251px;height:34px}.s10{min-height:34px}.f5{font-size:21px;font-size:calc(21px * var(--f));line-height:1.430}.f5:visited{font-size:21px;font-size:calc(21px * var(--f));line-height:1.430}.f5:hover{font-size:21px;font-size:calc(21px * var(--f));line-height:1.430}.f5:active{font-size:21px;font-size:calc(21px * var(--f));line-height:1.430}body{--d:2;--s:768}}@media (min-width:480px) and (max-width:767px) {.ps1{margin-top:11px}.s1{width:480px;min-height:407px}.ps2{margin-left:118px}.s2{min-width:245px;width:245px;min-height:77px;height:77px}.i1{width:245px;height:72px;top:3px}.ps3{ margin-top:21px}.s3{min-width:374px;width:374px;height:98px}.f1{font-size:13px;font-size:calc(13px * var(--f));line-height:1.386}.ps4{margin-top:14px}.s4{min-width:375px;width:375px;height:70px}.f2{font-size:23px;font-size:calc(23px * var(--f));line-height:1.218}.ps5{margin-top:23px}.s5{min-width:363px;width:363px;height:69px}.f3{font-size:13px;font-size:calc(13px * var(--f));line-height:1.386}.ps6{margin-top:14px}.s6{min-width:363px;width:363px;min-height:21px}.s7{min-width:363px;width:363px;min-height:21px}.s8{min-width:363px;width:363px;height:21px}.f4{font-size:13px;font-size:calc(13px * var(--f));line-height:1.386}.ps8{margin-left:65px;margin-top:-21px}.s9{min-width:157px;width:157px;height:21px}.s10{min-height:21px}.f5{font-size:13px;font-size:calc(13px * var(--f));line-height:1.386}.f5:visited{font-size:13px;font-size:calc(13px * var(--f));line-height:1.386}.f5:hover{font-size:13px;font-size:calc(13px * var(--f));line-height:1.386}.f5:active{font-size:13px;font-size:calc(13px * var(--f));line-height:1.386}body{--d:3;--s:480}}@media (max-width:479px) {.ps1{margin-top:8px}.s1{width:320px;min-height:270px}.ps2{margin-left:78px}.s2{min-width:163px;width:163px;min-height:52px;height:52px}.i1{width:163px;height:48px;top:2px}.ps3{ margin-top:13px}.s3{min-width:249px;width:249px;height:65px}.f1{font-size:8px;font-size:calc(8px * var(--f));line-height:1.376}.ps4{ margin-top:10px}.s4{min-width:250px;width:250px;height:47px}.f2{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201}.ps5{ margin-top:14px}.s5{min-width:242px;width:242px;height:46px}.f3{font-size:8px;font-size:calc(8px * var(--f));line-height:1.376}.ps6{margin-top:9px}.s6{min-width:242px;width:242px;min-height:14px}.s7{min-width:242px;width:242px;min-height:14px}.s8{min-width:242px;width:242px;height:14px}.f4{font-size:8px;font-size:calc(8px * var(--f));line-height:1.501}.ps8{margin-left:43px;margin-top:-14px}.s9{min-width:104px;width:104px;height:14px}.s10{min-height:14px}.f5{font-size:8px;font-size:calc(8px * var(--f));line-height:1.501}.f5:visited{font-size:8px;font-size:calc(8px * var(--f));line-height:1.501}.f5:hover{font-size:8px;font-size:calc(8px * var(--f));line-height:1.501}.f5:active{font-size:8px;font-size:calc(8px * var(--f));line-height:1.501}body{--d:4;--s:320}}