a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
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:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #393939;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
    outline: none;
}
img,
video {
    max-width: 100%;
    height: auto;
}
* {
    -webkit-tap-highlight-color: transparent;
}
:focus {
    outline: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    display: block;
}
body,
html {
    height: 100%;
    font-size: 0.8333333vw;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.body-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    background: #1f1f1f;
    padding: 3em 4em 3em 4em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.body-wrap__top {
    width: 32.3125em;
    pointer-events: none;
    z-index: 5;
}
.ques-block{
    position: absolute;
    left: 4em;
    bottom:3em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 35em;
    color: #ffffff;
    line-height: 1.7;
    font-family: "Arial";
}
.ques-block span:first-child{
    font-size: 1.6em;
    color: #0074EC;
    text-transform: uppercase;
    font-weight: 900;
}
.ques-block span{
    font-size: 1.2em;
}
.body-wrap__bottom {
    pointer-events: none;
    width: 15.75em;
    margin-top: auto;
    margin-left: auto;
    z-index: 5;
}
.body-wrap__bottom img{
    width: 100%;
}
.canvas {
    background: transparent;
    height: 62.5em;
    display: block;
}
.canvas,
.slider {
    width: 100%;
    margin: auto;
}
.slider {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 33.333%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 5em;
    z-index: 0;
}
.slider__item {
    padding: .64em;
    z-index: 0;
}
.slider__item canvas {
    pointer-events: none;
}
.slick-current canvas {
    pointer-events: visible;
}
.slider .slick-slide {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.slider .slick-current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.slider .slick-list {
    overflow: visible;
}
