.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#192434;background-image:url("https://images.assets-landingi.com/uc/b4f836b5-4c94-423f-9608-b8a194662acd/wizjoner_002_16_9_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x { background-color:#192434;background-image:url("https://images.assets-landingi.com/uc/493beba2-d4d0-4484-a0cf-e26c5748ee7f/sokoldesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x.adaptive-delivery-prevent-bg, #MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x.lazyload, #MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x.lazyloading { background-image: none; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container { background-color: transparent; background-image: none; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container > .video-iframe-container { display: none; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row > .video-iframe-container { display: none; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container { border-width: 0; border-radius: 0; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container { font-size:0.875rem;font-family:arial;height:86.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#T1qlboNfwmmBu2W8zLJiqCVEiU3BZibC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#gozhBPQQciUoBbftQRNnufo7IIpdgsKt { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:27.6875rem;left:0.5625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#X1UtspUtz2uo6zmqXJNZi5w76RUOuVeH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:24.9375rem;top:13.8125rem;left:0.5625rem;overflow:hidden;display:block; }
#USmRQetuh8JMy1SwpRDDASe7f9M6ZgHc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:36.9375rem;width:66.5rem;top:45.0625rem;left:4.25rem;display:block; }
#CT77zSH61TZXw6kynzx17GSFMnTNQffg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:11.5625rem;top:37.6875rem;left:48.4375rem;overflow:hidden;display:block; }
#dgof5zdcINkA5qJrRp2iQz1Hviu2aHfb { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:27.6875rem;left:0.6875rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TQhhcE6VXeWgH5wq87qB9lkDnXSQotT1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:18.75rem;top:13.8125rem;left:0.6875rem;overflow:hidden;display:none; }
#xq9UEwyIPD74rFSa60mKiy6pTHGPX3Zq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffaa00, #f59700);background-image: -moz-linear-gradient(180deg, #ffaa00, #f59700);background-image: -ms-linear-gradient(180deg, #ffaa00, #f59700);background-image: -o-linear-gradient(180deg, #ffaa00, #f59700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#f59700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#f59700' );";background-image: linear-gradient(180deg, #ffaa00, #f59700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttsupermolotneue-demibold;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.9375rem;left:0rem;display:block; }
#oyiiOwMKfdZbi57fVbmn87a1JcLCdZTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VH2ArC8QfyDllk1T7967rumwTuTvZVzO { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.53125rem;left:0.71875rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bwz8nrmzus7nk5ryaTGtgx4ocnSJPTsO { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:27.6875rem;left:0.6875rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#192434;background-image:url("https://images.assets-landingi.com/uc/c52a0689-a081-45da-936b-7246a25cb72f/bonuseria_main_16_9a11.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi.adaptive-delivery-prevent-bg, #E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi.lazyload, #E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi.lazyloading { background-image: none; }#E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi > .row .container { border-width: 0; border-radius: 0; }#E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:none; }#v94QTiG7e3KU2ei7BU5U5GCFikUFuMaL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:21.625rem;top:10.0625rem;left:40.6875rem;overflow:hidden;display:block; }
#AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { color:rgba(253,254,255,0.84);display:block;width:34.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:18.75rem;left:40.875rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTSUL9vJaL3eDAp5Ai2EbzHThuprAnQa { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8rem;top:26.625rem;left:40.6875rem;overflow:hidden;display:block; }
#Tb1bNtfCf4dsfrod76WL55HMzRZMHra5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f79def29-8a9a-4423-b939-b67575ff6e9c/grupka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tb1bNtfCf4dsfrod76WL55HMzRZMHra5.adaptive-delivery-prevent-bg, #Tb1bNtfCf4dsfrod76WL55HMzRZMHra5.lazyload, #Tb1bNtfCf4dsfrod76WL55HMzRZMHra5.lazyloading { background-image: none; }#Tb1bNtfCf4dsfrod76WL55HMzRZMHra5 > .row .container { border-width: 0; border-radius: 0; }#Tb1bNtfCf4dsfrod76WL55HMzRZMHra5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tb1bNtfCf4dsfrod76WL55HMzRZMHra5 > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:none; }#klo3AaJnkB64sU81yuys7DUMzG0f8Xzv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:28.0625rem;top:13.08203125rem;left:0rem;overflow:hidden;display:block; }
#qJ81mkz3eTaMRssbCgtTNrU6WgeWhwP2 { color:rgba(253,254,255,0.84);display:block;width:27.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:21.92578125rem;left:0rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X2TBdcuXz8Xb0dy0ssMR5m0CpTvOFamm { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8rem;top:31.5625rem;left:0rem;overflow:hidden;display:block; }
#zQyNyV3FxprKgEaor6Dm9mODlrIniddU { position:relative;display:none; }#zQyNyV3FxprKgEaor6Dm9mODlrIniddU { border-width: 0; border-radius: 0; }#zQyNyV3FxprKgEaor6Dm9mODlrIniddU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zQyNyV3FxprKgEaor6Dm9mODlrIniddU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XTCFVaNXsCHi7RCT3ac5go8RxxQhrd8f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:17.125rem;top:13.75rem;left:0rem;overflow:hidden;display:block; }
#eZCZB5nN0FUOUWKQrEMGypv2nG4Nno7V { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:75rem;top:34.0625rem;left:0rem;overflow:hidden;display:block; }
#GZc3C1wTzUcL1Eivbqo5nzsKU3HTKN73 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.25rem;top:48.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#Rd2IJzAmc0E7nsco5TtDePiVJKyx4T6a { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:18.75rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#l67b6kJduA5oaAa9wvcw4hFIZ8reqc03 { color:rgba(253,254,255,0.84);display:block;width:15.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.0625rem;left:18.9375rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6A010T6CbTmMV4cqUMkOO0phxNO7JJ1 { color:rgba(253,254,255,0.84);display:block;width:15.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.125rem;left:57.9375rem;height:9.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mX7Z6UeLo6WMk5D4NFKnGBcZEfW8GzhX { color:rgba(253,254,255,0.84);display:block;width:49.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:47.9375rem;left:23.5625rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvePriBJmDClnsmtpm3HJw5BUQ94iGec { box-sizing:content-box;height:16.875rem;width:35.75rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:13.75rem;left:0rem;border-top:0.125rem solid #4263ca;border-left:0.125rem solid #4263ca;border-right:0.125rem solid #4263ca;border-bottom:0.125rem solid #4263ca;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#akpBXusKKISJQTTzIDtFAkf1wU05iDkr { box-sizing:content-box;height:16.875rem;width:35.75rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:13.75rem;left:39rem;border-top:0.125rem solid #4263ca;border-left:0.125rem solid #4263ca;border-right:0.125rem solid #4263ca;border-bottom:0.125rem solid #4263ca;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#aMW830nzfEEw8Zhvzr0NIFw32UhcIGMV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.9375rem;top:13.75rem;left:39rem;overflow:hidden;display:block; }
#XzoF3vOE0nuXLHetXpuU0cmwK82ED7Or { box-sizing:content-box;height:21.5rem;width:74.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:34.0625rem;left:0rem;border-top:0.125rem solid #4263ca;border-left:0.125rem solid #4263ca;border-right:0.125rem solid #4263ca;border-bottom:0.125rem solid #4263ca;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#dT5knD0FFXogrqbFCL8hBZZmexgC2ZyL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11.625rem;top:15.3125rem;left:18.9375rem;overflow:hidden;display:block; }
#tz7kHyAhXqWCMOW4rGQHMma2B3OD6wHO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:19.1875rem;display:none; }
#mVgXVMZiSx6F0QkpCiAnW0CA25iov1Ao { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"tt supermolot neue exp";font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.5rem;left:57.9375rem;height:2.1933625rem;font-style:normal;display:block; }
#rAAb29JBQMgkXqaSDlGKadSxeTauif6S { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.125rem;top:28.5rem;left:29.5625rem;overflow:hidden;display:block; }
#pTFPrGAB5gqrNtvUNwSaqwa7RgOwfsJ4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.125rem;top:28.5rem;left:68.625rem;overflow:hidden;display:block; }
#AbUv3z3XmdL5xK5UGxQIKd6WNOotcZvT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.125rem;top:53.5rem;left:68.625rem;overflow:hidden;display:block; }
#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { position:relative;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { color:rgba(255,255,255,0.67);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3046875rem;left:-0.0625rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#At762cdWvPkm1oLniBnNyUR4HFkX7UeX { color:rgba(255,255,255,0.67);display:block;width:75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2421875rem;left:-0.0625rem;height:1.05615rem;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x { display:block; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1qlboNfwmmBu2W8zLJiqCVEiU3BZibC { top:4.875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gozhBPQQciUoBbftQRNnufo7IIpdgsKt { top:27.6875rem;left:0rem;width:33.375rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1UtspUtz2uo6zmqXJNZi5w76RUOuVeH { top:13.8125rem;left:0rem;width:24.9375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USmRQetuh8JMy1SwpRDDASe7f9M6ZgHc { top:45.0625rem;left:0rem;width:47.75rem;height:26.522791353384rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT77zSH61TZXw6kynzx17GSFMnTNQffg { top:37.6875rem;left:34.8125rem;width:11.5625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgof5zdcINkA5qJrRp2iQz1Hviu2aHfb { top:20.5rem;left:0rem;width:19.4375rem;height:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQhhcE6VXeWgH5wq87qB9lkDnXSQotT1 { top:13.8125rem;left:0rem;width:18.75rem;height:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xq9UEwyIPD74rFSa60mKiy6pTHGPX3Zq { width:25rem;height:4.125rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyiiOwMKfdZbi57fVbmn87a1JcLCdZTH { display:block; }
 }@media only screen and (max-width: 763px) { #VH2ArC8QfyDllk1T7967rumwTuTvZVzO { top:27.5rem;left:0rem;width:33.375rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwz8nrmzus7nk5ryaTGtgx4ocnSJPTsO { top:20.1875rem;left:0rem;width:19.4375rem;height:10.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi { display:block; }#E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v94QTiG7e3KU2ei7BU5U5GCFikUFuMaL { top:10.0625rem;left:26.125rem;width:21.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { top:18.75rem;left:13.6875rem;width:34.0625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTSUL9vJaL3eDAp5Ai2EbzHThuprAnQa { top:26.625rem;left:27.0625rem;width:8rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1bNtfCf4dsfrod76WL55HMzRZMHra5 { display:block; }#Tb1bNtfCf4dsfrod76WL55HMzRZMHra5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klo3AaJnkB64sU81yuys7DUMzG0f8Xzv { top:13.0625rem;left:0rem;width:28.0625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ81mkz3eTaMRssbCgtTNrU6WgeWhwP2 { top:21.875rem;left:0rem;width:27.5625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2TBdcuXz8Xb0dy0ssMR5m0CpTvOFamm { top:31.5625rem;left:0rem;width:8rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQyNyV3FxprKgEaor6Dm9mODlrIniddU { display:block; }#zQyNyV3FxprKgEaor6Dm9mODlrIniddU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTCFVaNXsCHi7RCT3ac5go8RxxQhrd8f { top:13.75rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZCZB5nN0FUOUWKQrEMGypv2nG4Nno7V { top:34.0625rem;left:0rem;width:47.75rem;height:7.3614583333331rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZc3C1wTzUcL1Eivbqo5nzsKU3HTKN73 { top:48.1875rem;left:0rem;width:18.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2IJzAmc0E7nsco5TtDePiVJKyx4T6a { top:6.0625rem;left:0rem;width:18.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l67b6kJduA5oaAa9wvcw4hFIZ8reqc03 { top:18.0625rem;left:5.3125rem;width:15.3125rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6A010T6CbTmMV4cqUMkOO0phxNO7JJ1 { top:18.125rem;left:32.4375rem;width:15.3125rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX7Z6UeLo6WMk5D4NFKnGBcZEfW8GzhX { top:47.9375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvePriBJmDClnsmtpm3HJw5BUQ94iGec { top:13.75rem;left:0rem;width:35.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akpBXusKKISJQTTzIDtFAkf1wU05iDkr { top:13.75rem;left:11.75rem;width:35.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMW830nzfEEw8Zhvzr0NIFw32UhcIGMV { top:13.75rem;left:25.375rem;width:16.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzoF3vOE0nuXLHetXpuU0cmwK82ED7Or { top:34.0625rem;left:0rem;width:47.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5knD0FFXogrqbFCL8hBZZmexgC2ZyL { top:15.3125rem;left:5.3125rem;width:11.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz7kHyAhXqWCMOW4rGQHMma2B3OD6wHO { width:19.1875rem;height:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVgXVMZiSx6F0QkpCiAnW0CA25iov1Ao { top:15.5rem;left:35.25rem;width:12.5rem;height:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAb29JBQMgkXqaSDlGKadSxeTauif6S { top:28.5rem;left:15.9375rem;width:5.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTFPrGAB5gqrNtvUNwSaqwa7RgOwfsJ4 { top:28.5rem;left:42.625rem;width:5.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbUv3z3XmdL5xK5UGxQIKd6WNOotcZvT { top:53.5rem;left:42.625rem;width:5.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { top:2.25rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #At762cdWvPkm1oLniBnNyUR4HFkX7UeX { top:1.375rem;left:0rem;width:20rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#192434;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x { background-color:#192434;background-image:url("https://images.assets-landingi.com/uc/00a18b1b-df8d-4d20-8b93-cfb0deeb0f78/sokolmobile2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x.adaptive-delivery-prevent-bg, #MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x.lazyload, #MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x.lazyloading { background-image: none; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container { background-color: transparent; background-image: none; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container > .video-iframe-container { display: none; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row > .video-iframe-container { display: none; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container { border-width: 0; border-radius: 0; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgXbmUwMR2kL7WlLMHIZIDypwT8saa3x > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1qlboNfwmmBu2W8zLJiqCVEiU3BZibC { width:3.5625rem;height:3.5625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gozhBPQQciUoBbftQRNnufo7IIpdgsKt { width:19.4375rem;height:0;top:19.9375rem;left:0.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1UtspUtz2uo6zmqXJNZi5w76RUOuVeH { width:15.75rem;height:7.75rem;top:10.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USmRQetuh8JMy1SwpRDDASe7f9M6ZgHc { height:11.121125rem;width:20rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT77zSH61TZXw6kynzx17GSFMnTNQffg { width:11.5625rem;height:5.4375rem;top:37.6875rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgof5zdcINkA5qJrRp2iQz1Hviu2aHfb { width:19.4375rem;height:0;top:20.1875rem;left:0.28125rem;font-size:0.875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #TQhhcE6VXeWgH5wq87qB9lkDnXSQotT1 { width:5.5rem;height:2.5625rem;top:2.3125rem;left:5.03125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xq9UEwyIPD74rFSa60mKiy6pTHGPX3Zq { width:20rem;height:3.75rem;top:31.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyiiOwMKfdZbi57fVbmn87a1JcLCdZTH { display:block; }
 }@media only screen and (max-width: 763px) { #VH2ArC8QfyDllk1T7967rumwTuTvZVzO { width:20rem;height:auto;top:27.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bwz8nrmzus7nk5ryaTGtgx4ocnSJPTsO { width:19.4375rem;height:10.5rem;top:20.125rem;left:0.375rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi { background-color:#192434;background-image:url("https://images.assets-landingi.com/uc/4c3366ea-c5ca-46d0-9830-8094c5ad2167/Group24.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi.adaptive-delivery-prevent-bg, #E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi.lazyload, #E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi.lazyloading { background-image: none; }#E2u3dd1xx1Bt4dE3yc0M2FivAOQiweFi > .row .container { width:20rem;height:49.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v94QTiG7e3KU2ei7BU5U5GCFikUFuMaL { width:16.375rem;height:4.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbaMWeMffJoF8ISBo2lwnv6toO1GDDNn { width:19.1875rem;height:7.875rem;top:35.5625rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTSUL9vJaL3eDAp5Ai2EbzHThuprAnQa { width:6.6875rem;height:1.8125rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1bNtfCf4dsfrod76WL55HMzRZMHra5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3020980-1bb7-4a1f-be5d-a0ddc1107632/grupki_main_16_9_0023.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Tb1bNtfCf4dsfrod76WL55HMzRZMHra5.adaptive-delivery-prevent-bg, #Tb1bNtfCf4dsfrod76WL55HMzRZMHra5.lazyload, #Tb1bNtfCf4dsfrod76WL55HMzRZMHra5.lazyloading { background-image: none; }#Tb1bNtfCf4dsfrod76WL55HMzRZMHra5 > .row .container { width:20rem;height:48.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #klo3AaJnkB64sU81yuys7DUMzG0f8Xzv { width:18.75rem;height:4.4375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ81mkz3eTaMRssbCgtTNrU6WgeWhwP2 { width:19.1875rem;height:6.5625rem;top:35.3271484375rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X2TBdcuXz8Xb0dy0ssMR5m0CpTvOFamm { width:7.1875rem;height:1.9375rem;top:42.8271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQyNyV3FxprKgEaor6Dm9mODlrIniddU { display:none; }#zQyNyV3FxprKgEaor6Dm9mODlrIniddU > .row .container { width:20rem;height:132.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XTCFVaNXsCHi7RCT3ac5go8RxxQhrd8f { width:20rem;height:20rem;top:9.70068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZCZB5nN0FUOUWKQrEMGypv2nG4Nno7V { width:20rem;height:3.1875rem;top:92.46728515625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GZc3C1wTzUcL1Eivbqo5nzsKU3HTKN73 { width:15.1875rem;height:3.8125rem;top:109.125rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2IJzAmc0E7nsco5TtDePiVJKyx4T6a { width:13.4375rem;height:3.75rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l67b6kJduA5oaAa9wvcw4hFIZ8reqc03 { width:18.4375rem;height:9.1875rem;top:34.32568359375rem;left:0.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L6A010T6CbTmMV4cqUMkOO0phxNO7JJ1 { width:19.125rem;height:6.5625rem;top:73rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mX7Z6UeLo6WMk5D4NFKnGBcZEfW8GzhX { width:18.5625rem;height:13.125rem;top:114.5rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RvePriBJmDClnsmtpm3HJw5BUQ94iGec { width:19.75rem;height:35.875rem;top:9.70068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akpBXusKKISJQTTzIDtFAkf1wU05iDkr { width:19.75rem;height:34.6875rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMW830nzfEEw8Zhvzr0NIFw32UhcIGMV { width:20rem;height:19.9375rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzoF3vOE0nuXLHetXpuU0cmwK82ED7Or { width:19.75rem;height:43.625rem;top:87.1875rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #dT5knD0FFXogrqbFCL8hBZZmexgC2ZyL { width:14.4375rem;height:2.4375rem;top:31.09228515625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz7kHyAhXqWCMOW4rGQHMma2B3OD6wHO { top:87.1875rem;left:0rem;width:20rem;height:19.9375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mVgXVMZiSx6F0QkpCiAnW0CA25iov1Ao { width:10.0625rem;height:3.25rem;top:68.875rem;left:4.96875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAb29JBQMgkXqaSDlGKadSxeTauif6S { width:5.125rem;height:1.625rem;top:43.57568359375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTFPrGAB5gqrNtvUNwSaqwa7RgOwfsJ4 { width:5.125rem;height:1.625rem;top:81.5625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbUv3z3XmdL5xK5UGxQIKd6WNOotcZvT { width:5.125rem;height:1.625rem;top:128.75rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB { background-color:#192434;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { background-color: transparent; background-image: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { display: none; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { border-width: 0; border-radius: 0; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT7UTK3LMnvBMXyxSPuTgcZ4Jdu3yTwB > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5y4UAegfJCT5TBKvhtmTC8HMi5Oifh2 { width:20rem;height:0;top:1.330078125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #At762cdWvPkm1oLniBnNyUR4HFkX7UeX { width:20rem;height:3.1669875rem;top:0.853515625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }