<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fonts */
@font-face {
font-family: 'Gilroy Black';
src: url('../webfonts/Gilroy-Black.eot');
src: url('../webfonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Gilroy-Black.woff') format('woff'),
url('../webfonts/Gilroy-Black.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

/* Main */
.clearfix:after {
content: "";
display: table;
clear: both;
}
img:focus,
input:focus,
a:focus {
outline:none;
}
body, html {
height:100%;
min-height:100%;
}
body {
font-size:16px;
line-height:1.4;
color:#222;	
background:#eee;
font-family:'Open Sans', sans-serif;
}
.page {
min-height:100%;
overflow:hidden;
}
.page {
background:url('../img/bg.jpg') center no-repeat;
background-size:cover;
position:relative;
}
.page-ol {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background:rgba(1,1,1,0.8);
z-index:1;
transition:background 0.5s ease;
}
.page-ol.quiz-started {
background:rgba(0,25,55,0.95);
}
.promo {
z-index:2;
}
/* Header */
.header {
background:#004d7b;
background:linear-gradient(to bottom, #004d7b 10%, #014874 25%, #00436e 50%, #013861 100%);
padding:10px 0 10px 0;
position:relative;
z-index:3;
}
.header-inner {
max-width:1380px;
margin:0 auto;
}
.logo {
margin:0 0;
float:left;
line-height:0;
width:240px;
margin:-10px 0;
}
.logo img {
width:100%;
height:auto;
}
.contacts {
float:right;
}
.contact {
display:inline-block;
font-size:18px;
font-weight:300;
margin:9px 15px 0 15px;
}
.contact a,
.contact .contact-nolink {
text-decoration:none;
display:inline-block;
vertical-align:middle;
color:#fff;
transition:color 0.2s ease;

}
.contact i {
color:#f8943c;
font-size:24px;
line-height:1;
margin:0 8px 0 0;
display:inline-block;
vertical-align:middle;
backface-visibility:hidden;
transition:color 0.2s ease, transform 0.2s ease;
}
.contact a:hover i {
color:#FFC107;
transform: rotate(15deg);
}
.contact a:hover {
color:#FFC107;
}
/* Promo */
.promo {
max-width:1000px;
margin:60px auto 0 auto;
padding:15px 15px;
text-align:center;
position:relative;
}
h1.title {
margin:0 0 40px 0;
font-size:48px;
line-height:1.2;
font-family:'Gilroy Black';
color:#fff;
letter-spacing:0px;
text-shadow:0 2px 2px rgba(1,1,1,0.5);
}
h1.title span {
color:#f8943c;
}
.bonuses {
margin:0 auto;
max-width:800px;
}
.bonus {
width:33.33%;
float:left;
box-sizing:border-box;
padding:0 15px 30px 15px;
}
.bonus-icon {
color:#fff;
line-height:1;
font-size:50px;
position:relative;
padding:0 0 30px 0;
margin:0 0 15px 0;
text-shadow:0 4px 4px rgba(1,1,1,0.5);
}
.bonus-icon:after {
width:80px;
height:3px;
background:#f8943c;
position:absolute;
content:'';
bottom:0;
left:50%;
margin-left:-40px;
}
.bonus-text {
color:#fff;
font-size:24px;
line-height:1.25;
font-weight:300;
padding:0;
}
a.myb {
width: auto;
display:inline-block;
height: auto;
padding:25px 35px;
text-decoration:none;
font-family: 'Gilroy Black', sans-serif;
font-size: 24px;
letter-spacing: 1px;
font-weight:400;
text-transform:uppercase;
color: #e8e8e8;
border: none;
border-radius: 10px;
line-height:1;
outline: none;
background: linear-gradient(45deg, #004c78, teal, #d350db);
background-size: 400% 400%;
box-shadow: 0px 4px 0 #f8943c;
cursor: pointer;
animation: gradient 3s ease infinite;
transition: all 0.2s ease;
}
a.myb:hover {
font-size:28px;
box-shadow: 0px 2px 0 #f8943c;
}
@keyframes gradient {
50% {background-position: 100% 0;}
}
/* Quiz */
.quiz {
display:none;	
z-index:2;
position:relative;
max-width:1400px;
margin:0 auto;
padding:105px 15px 30px 15px;
}
.qscreen {
display:none;	
text-align:center;
max-width:1400px;
margin:0 auto;
}
h2.title {
font-family:'Gilroy Black', sans-serif;
color:#fff;
font-size:40px;
margin:0 0 40px 0;
line-height:1.25;
}
.qlist {
}
.qopt {
display:inline-block;
vertical-align:middle;
width:24%;
margin:0 0.3% 1.5% 0.3%;
position:relative;
cursor:pointer;
}
.qscreen-small .qopt {
width:15%;
}
.qopt .image {
line-height:1;
}
.qopt img {
width:100%;
height:auto;
box-sizing:border-box;
border-radius:50%;
border:2px solid #fff;
padding:5px;
transition:border-color 0.2s ease;
}
.qselected img,
.qopt:hover img {
border-color:#FFD54F;
}
.qopt .text {
position:absolute;
bottom:15px;
left:0px;
right:0px;
border-radius:6px;
background:#fff;
font-weight:400;
font-size:17px;
min-height: 58px;
text-transform:uppercase;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
transition:bottom 0.2s ease, background 0.2s ease;
padding:0 5px;
box-shadow:0 2px 5px rgba(1,1,1,0.25);
}
.qscreen-small .qopt .text {
font-size:14px;
min-height: 50px;
bottom:10px;
}
.qselected .text,
.qopt:hover .text {
bottom:25px;
background:#FFD54F;
}
.qscreen-small .qopt:hover .text {
bottom:15px;	
}
.qopt .special {
background:#f8963d;
position:absolute;
top:7px;
left:0;
right:0;
padding:10px;
border-radius:6px;
color:#fff;
text-shadow:0 0 3px #000;
text-transform:uppercase;
font-size:11px;
font-weight:700;
text-align:center;
transition:top 0.2s ease;
}
.qselected .special,
.qopt:hover .special {
top:12px;	
}
.qselect:before {
content:'âœ”';
font-family:'Font Awesome 5 Free';
font-weight:900;
position:absolute;
top:-15px;
background:#FFD54F;
text-align:center;
padding:10px 0;
left:50%;
width:40px;
margin-left:-20px;
border-radius:50%;
font-size:20px;
line-height:1;
display:inline-block;
color:#10537e;
box-shadow:0 3px 5px rgba(0,1,1,0.4);
opacity:0;
transition:opacity 0.3s ease, bottom 0.3s ease;
}
.qselected:before {
opacity:1;
}
.qbutton-block {
text-align:center;
display:none;
opacity:0;
transition:opacity 0.3s ease;
}
.qbutton-show {
opacity:1;
}
/* Counters */
.qcounts-block {
position:absolute;
z-index:3;
top:0;
left:0;
right:0;
text-align:center;
display:none;
}
.qcounts {
position:relative;
padding:15px 0 0 0;
border-bottom-left-radius:32px;
border-bottom-right-radius:32px;
display:none;
}
.qcounts-active {
display:inline-block;
}
.qcount {
display:inline-block;
vertical-align:middle;
position:relative;
z-index:1;
color:#10537e;
padding:12px 0;
line-height:1;
width:42px;
border:2px solid #10537e;
font-size:18px;
font-family:'Gilroy Black', sans-serif;
border-radius:50%;
margin:0 4px;
}
.qcount-gift {
display:inline-block;
vertical-align:middle;
position:relative;
z-index:1;
color:#FFCA28;
font-size:36px;
line-height:1;
margin:0 0 0 7px;
}
.qcount-mark {
border-color:#FFCA28;
color:#FFCA28;
}
.qcount:before {
content:'âœ”';
position:absolute;
bottom:50%;
margin-bottom:-15px;
left:50%;
margin-left:-15px;
background:#FFCA28;
line-height:1;
font-size:20px;
padding:5px 0;
width:30px;
border-radius:50%;
color:#10537e;
opacity:0;
transition:opacity 0.2s ease;
}
.qcount-mark:before {
opacity:1;
}

/* Form */
.form {
max-width:400px;
box-sizing:border-box;
padding:30px;
border:2px solid rgba(255,255,255,0.1);
border-radius:6px;
margin:-30px auto 0 auto;
}
.form-text {
box-sizing:border-box;
padding:15px 15px;
width:100%;
border-radius:6px;
border:2px solid #fff;
background:transparent;
font-size:22px;
font-weight:300;
text-align:center;
transition:box-shadow 0.2s ease;
color:#fff;
}
.form-text:focus {
border-color:#f8943c;
}
::placeholder { 
color: #f8943c;
opacity: 1; 
}
:-ms-input-placeholder {
color: #f8943c;
}
::-ms-input-placeholder {
color: #f8943c;
}
.field--msg,
.field--results {
display:none;
}
.submit {
width: auto;
display:inline-block;
height: auto;
padding:15px 25px;
text-decoration:none;
font-family: 'Gilroy Black', sans-serif;
font-size: 20px;
letter-spacing: 1px;
font-weight:400;
text-transform:uppercase;
color: #e8e8e8;
border: none;
border-radius: 10px;
line-height:1;
outline: none;
background: linear-gradient(45deg, #004c78, teal, #d350db);
background-size: 400% 400%;
box-shadow: 0px 4px 0 #f8943c;
cursor: pointer;
animation: gradient 3s ease infinite;
transition: all 0.2s ease;
}
.submit:hover {
box-shadow: 0px 2px 0 #f8943c;
}
.msg-selects {
margin:15px 0;
}
.msg-select {
border:2px solid #fff;
border-radius:6px;
display:inline-block;
color:#fff;
position:relative;
width:70px;
padding:10px 0;
margin:0 3px;
transition:color 0.2s ease, border-color 0.2s ease;
cursor:pointer;
}
.msg-select:hover,
.msg-selected {
color:#f8943c;
border-color:#f8943c;
}
.msg-icon {
font-size:30px;
line-height:1;
margin:0 0 5px 0;
}
.msg-text {
font-size:11px;
text-transform:uppercase;
}
.form-subtext {
margin:15px 0 0 0;
color:#fff;
color:rgba(255,255,255,0.3);
font-size:12px;
}
.form-subtext a {
color:rgba(255,255,255,0.3);
border-bottom:1px dotted;
text-decoration:none;
transition:color 0.2s ease
}
.form-subtext a:hover {
color:#f8943c;
}
.form-redo {
margin:25px 0 0 0;
line-height:1;
}
#qrestart {
cursor:pointer;
}
#qrestart span {
color:#fff;
color:rgba(255,255,255,0.3);
font-weight:300;
transition:color 0.2s ease;
}
#qrestart:hover span {
color:#f8943c;
}
#qrestart i {
color:#f8943c;
transform:scale(1.3);
margin:0 4px 0 0;
position:relative;
}

/* Loading */
.loading {
text-align:center;
display:none;
}
.loading-text {
color:#fff;
font-size:22px;
font-weight:300;
margin:-30px 0 0 0;
}
.loading-animation {
text-align:center;
padding:100px 0 0 0;
}
.cssload-loading {
position: relative;
left: 50%;
width: 19px;
height: 19px;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}
.loading-animation-started .cssload-loading .cssload-dot {
position: absolute;
border-radius: 50%;
left: 1px;
top: 1px;
width: 18px;
height: 18px;
background: #f8943c;
animation: cssload-spin 1.245s 0s infinite both;
-o-animation: cssload-spin 1.245s 0s infinite both;
-ms-animation: cssload-spin 1.245s 0s infinite both;
-webkit-animation: cssload-spin 1.245s 0s infinite both;
-moz-animation: cssload-spin 1.245s 0s infinite both;
}
.loading-animation-started .cssload-loading .cssload-dot2 {
position: absolute;
border-radius: 50%;
width: 19px;
height: 19px;
background: #f8943c;
animation: cssload-spin2 1.245s 0s infinite both;
-o-animation: cssload-spin2 1.245s 0s infinite both;
-ms-animation: cssload-spin2 1.245s 0s infinite both;
-webkit-animation: cssload-spin2 1.245s 0s infinite both;
-moz-animation: cssload-spin2 1.245s 0s infinite both;
}
@keyframes cssload-spin {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
transform: rotate(180deg);
}
25%, 75% {
box-shadow: 27px 0 0 #f8943c, -27px 0 0 #f8943c, 0 27px 0 #f8943c, 0 -27px 0 #f8943c, 19px -19px 0 #f8943c, 19px 19px 0 #f8943c, -19px -19px 0 #f8943c, -19px 19px 0 #f8943c;
}
100% {
transform: rotate(360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
@-o-keyframes cssload-spin {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
-o-transform: rotate(180deg);
}
25%, 75% {
box-shadow: 27px 0 0 #f8943c, -27px 0 0 #f8943c, 0 27px 0 #f8943c, 0 -27px 0 #f8943c, 19px -19px 0 #f8943c, 19px 19px 0 #f8943c, -19px -19px 0 #f8943c, -19px 19px 0 #f8943c;
}
100% {
-o-transform: rotate(360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
@-ms-keyframes cssload-spin {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
-ms-transform: rotate(180deg);
}
25%, 75% {
box-shadow: 27px 0 0 #f8943c, -27px 0 0 #f8943c, 0 27px 0 #f8943c, 0 -27px 0 #f8943c, 19px -19px 0 #f8943c, 19px 19px 0 #f8943c, -19px -19px 0 #f8943c, -19px 19px 0 #f8943c;
}
100% {
-ms-transform: rotate(360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
@-webkit-keyframes cssload-spin {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
-webkit-transform: rotate(180deg);
}
25%, 75% {
box-shadow: 27px 0 0 #f8943c, -27px 0 0 #f8943c, 0 27px 0 #f8943c, 0 -27px 0 #f8943c, 19px -19px 0 #f8943c, 19px 19px 0 #f8943c, -19px -19px 0 #f8943c, -19px 19px 0 #f8943c;
}
100% {
-webkit-transform: rotate(360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
@-moz-keyframes cssload-spin {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
-moz-transform: rotate(180deg);
}
25%, 75% {
box-shadow: 27px 0 0 #f8943c, -27px 0 0 #f8943c, 0 27px 0 #f8943c, 0 -27px 0 #f8943c, 19px -19px 0 #f8943c, 19px 19px 0 #f8943c, -19px -19px 0 #f8943c, -19px 19px 0 #f8943c;
}
100% {
-moz-transform: rotate(360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
@keyframes cssload-spin2 {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
transform: rotate(-180deg);
}
25%, 75% {
box-shadow: 51px 0 0 #f8943c, -51px 0 0 #f8943c, 0 51px 0 #f8943c, 0 -51px 0 #f8943c, 37px -37px 0 #f8943c, 37px 37px 0 #f8943c, -37px -37px 0 #f8943c, -37px 37px 0 #f8943c;
background: transparent;
}
100% {
transform: rotate(-360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
@-o-keyframes cssload-spin2 {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
-o-transform: rotate(-180deg);
}
25%, 75% {
box-shadow: 51px 0 0 #f8943c, -51px 0 0 #f8943c, 0 51px 0 #f8943c, 0 -51px 0 #f8943c, 37px -37px 0 #f8943c, 37px 37px 0 #f8943c, -37px -37px 0 #f8943c, -37px 37px 0 #f8943c;
background: transparent;
}
100% {
-o-transform: rotate(-360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
@-ms-keyframes cssload-spin2 {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
-ms-transform: rotate(-180deg);
}
25%, 75% {
box-shadow: 51px 0 0 #f8943c, -51px 0 0 #f8943c, 0 51px 0 #f8943c, 0 -51px 0 #f8943c, 37px -37px 0 #f8943c, 37px 37px 0 #f8943c, -37px -37px 0 #f8943c, -37px 37px 0 #f8943c;
background: transparent;
}
100% {
-ms-transform: rotate(-360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
@-webkit-keyframes cssload-spin2 {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
-webkit-transform: rotate(-180deg);
}
25%, 75% {
box-shadow: 51px 0 0 #f8943c, -51px 0 0 #f8943c, 0 51px 0 #f8943c, 0 -51px 0 #f8943c, 37px -37px 0 #f8943c, 37px 37px 0 #f8943c, -37px -37px 0 #f8943c, -37px 37px 0 #f8943c;
background: transparent;
}
100% {
-webkit-transform: rotate(-360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
@-moz-keyframes cssload-spin2 {
0%, 100% {
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
50% {
-moz-transform: rotate(-180deg);
}
25%, 75% {
box-shadow: 51px 0 0 #f8943c, -51px 0 0 #f8943c, 0 51px 0 #f8943c, 0 -51px 0 #f8943c, 37px -37px 0 #f8943c, 37px 37px 0 #f8943c, -37px -37px 0 #f8943c, -37px 37px 0 #f8943c;
background: transparent;
}
100% {
-moz-transform: rotate(-360deg);
box-shadow: 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c, 0 0 0 #f8943c;
}
}
.animated {
animation-duration:0.56s !important;
}
.animated.tada {
animation-duration:1.56s !important;	
}
.field--mail {
position:absolute;
top:-9999px;
left:-9999px;
}</pre></body></html>