.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt { position:relative;display:none; }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt { border-width: 0; border-radius: 0; }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#zUDJZORmVGOT0oV9P25WFEEF3Hg3bAOw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:235px;display:none; }
#qnEu87WNqGI6rmaRJUkIG8v3Qqr7gVZT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:721px;display:none; }
#rIKB06KCZ8iZOTcZiS8HTGEPs58x5H7N { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:373px;width:734px;display:none; }
#QUFInECq2UMlwG6TyUF4ScFFSB8IrSpR { color:#fdfdfd;display:block;width:764px;position:absolute;font-family:toyota;font-size:80px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:103px;left:53.5px;height:208px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NU93zyx1DrhqkrHumgtoxMp7EFsPnPHh { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:40px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:192px;left:63px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#o41yRtKiTHJ19AWIPtElunBGpy1mxN8H { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:242px;display:none; }
#cPB6T1MNun3NkSvDtUoDIQC7JtZ8MkBv { color:#fdfdfd;display:block;width:239px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:115.5px;left:30.5px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uQitOvQ5T2mulq339BD2GkHQdP9WUST3 { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:634px;width:838px;top:57px;left:0;overflow:hidden;display:none; }
#WIf0QaxMuBMeTcytdmIUpP19rFy3yNTa { position:absolute;display:block;z-index:99996;background-color:#fdfdfd;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:469px;width:338px;top:89px;left:784px;display:none; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-form-header {  }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:272px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-text { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:272px;box-sizing:border-box;height:30px;color:#161616;font-size:14px;overflow:hidden;font-family:toyota;vertical-align:top; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-text {padding-top: 0; padding-bottom: 0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-textarea { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:272px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:toyota;vertical-align:top; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-select { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:272px;box-sizing:border-box;height:30px;color:#161616;font-family:toyota;font-size:14px;overflow:hidden;vertical-align:top; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-select {padding-top: 0; padding-bottom: 0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ff0000, #e30011);background-image: -moz-linear-gradient(top, #ff0000, #e30011);background-image: -ms-linear-gradient(top, #ff0000, #e30011);background-image: -o-linear-gradient(top, #ff0000, #e30011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e30011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e30011' );";background-image: linear-gradient(to bottom, #ff0000, #e30011);background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:27px;margin-left:27px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:14px;font-weight:bold;color:#f2f9ff;width:217px;height:60px;font-family:toyota;overflow:hidden;text-shadow:1px 1px 0 rgba(0,0,0,0.5);text-align:center;text-align-last:center; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M [class*="-text"]:-moz-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M [class*="-text"]::-moz-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M [class*="-text"]:-ms-input-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M [class*="-text"]::-webkit-input-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:toyota;font-size:9px;font-weight:400;color:#000000;vertical-align:top;width:255px;overflow:hidden;font-style:normal; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-container { padding-top:11px;padding-left:0;padding-right:0;padding-bottom:10px;width:100%;font-size:0px;height:auto; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-container:first-of-type{padding-top:0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-container:last-of-type{padding-bottom:0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:167px;left:797px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:272px;display:block;vertical-align:top; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:9px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M {display:block;}#T50tDq3OuAKp6syv0v7Svylrv803H83M { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:167px;left:797px;display:none; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #dFFQN1TElSGtiFrbT7rnswqB0qJG4U5P { position:relative;top:0px;left:0px;z-index:1; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #WmCwVGOAdud7RNbiRB260rXeM9GQZr1g { position:relative;top:0px;left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #bcdWTQDR6efJBcnDayTi3PoLsWrUazFh { position:relative;top:0px;left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #scx8zzAwRiVCu3s2RCGFXS7EeyXw8Kl5 { position:relative;top:0px;left:0px;z-index:1; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #M2oSP9qE5e49WA86C94xT5zpUTSMD78t { position:relative;top:0px;left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #yl2XiqZRGUANznWEIgisv0UHbKQLHlsN { position:relative;top:0px;left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #FUxKo8PV056LT8mAywKP7hOETXmhcff1 { position:relative;top:0px;left:0px;z-index:1; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #S7OyKI0c7R7wZNFSWxrRR4IrlAZnayFN { position:relative;top:0px;left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #kp4f7d3HkNOALSET0qs3f5JkekFuEm8g { position:relative;top:0px;left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #l3fy74JpKT0TTBahKC2zdpfEvU6cfmJF { position:relative;top:0px;left:0px;z-index:1; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #ohpFh7OBJg4vBZd969SA8Qya1HO0s6r6 { position:relative;top:0px;left:0px;z-index:2; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #TI6GKSLqPOCNAIkKmgP1ZeCfrBbpqA1d { position:relative;top:0px;left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #WN99TkIP0pvkukrWX3bmTCG8vEvDlKcT { position:relative;top:0px;left:0px;z-index:1; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M #vTv7oVJ67kQBctquza6nIWcHM71UnqfA { position:relative; }
#lctqoWV4u6R1d5VVCAQSuC60Tk6scZeN { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:82px;top:52px;left:912px;overflow:hidden;display:none; }
#V1VIlM26uO4T7yAr0o364FbhO3egbN5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/eT5ukJeH/1.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;position:relative;z-index:auto;top:auto;bottom:auto;left:auto;right:auto;display:block; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { background-color: transparent; background-image: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .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); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { border-width: 0; border-radius: 0; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { font-size:14px;font-family:arial;height:669px;width:1200px;position:relative;display:block; }#zTs6sNxIefROhNS1SQk131pqvd0QIdMH { position:absolute;display:block;z-index:99996;background-color:#fdfdfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:423px;width:338px;top:89px;left:784px;display:block; }
#gCbQsBNAy3AEpeTKVANOVmL5T6xIDxla { color:#42484c;display:block;width:287px;position:absolute;font-family:toyota;font-size:20px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:141px;left:809.5px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlzJ75ZLzwK8e8e4Xv7G8bPfLzTlZHxc { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:485px;width:378px;top:63px;left:765.5px;overflow:hidden;display:block; }
#UzS3FwK2XM1xaoVQ96Z6eHVxNvA4IaUc { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:362px;width:718px;top:269px;left:92.5px;overflow:hidden;display:block; }
#sF6m6Avkws6dRWXK8xGIbxer9hGW1eoi { position:absolute;display:block;z-index:99994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:721px;top:571px;left:96.5px;overflow:hidden;display:block; }
#UkAaqxF5VDP48hhTUqeaBTsGcSIrD8Ss { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:237px;top:24px;left:53.5px;overflow:hidden;display:block; }
#DQvsve3DLGdH0Bouo712fcQV8oFmrPp5 { color:#fdfdfd;display:block;width:764px;position:absolute;font-family:toyota;font-size:80px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:103px;left:53.5px;height:208px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lFBSTRaXwNDO7Ct7Ty6fwTqiN9porSVm { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:40px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:192px;left:63px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c6wfFAVhExA58r4WIKQcs5r2IUpGsWn6 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:149px;width:157px;top:513px;left:13.5px;overflow:hidden;display:block; }
#t5ILCEtnE2lEo2zUlZ2O3U59OSRi1SnR { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:84px;width:108px;top:546px;left:35.414634146341px;overflow:hidden;display:block; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-form-header {  }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:272px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-text { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:272px;box-sizing:border-box;height:30px;color:#161616;font-size:14px;overflow:hidden;font-family:toyota;vertical-align:top; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-text {padding-top: 0; padding-bottom: 0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-textarea { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:272px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:toyota;vertical-align:top; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-select { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:272px;box-sizing:border-box;height:30px;color:#161616;font-family:toyota;font-size:14px;overflow:hidden;vertical-align:top; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-select {padding-top: 0; padding-bottom: 0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ff0000, #e30011);background-image: -moz-linear-gradient(top, #ff0000, #e30011);background-image: -ms-linear-gradient(top, #ff0000, #e30011);background-image: -o-linear-gradient(top, #ff0000, #e30011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e30011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e30011' );";background-image: linear-gradient(to bottom, #ff0000, #e30011);background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:27px;margin-left:27px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:14px;font-weight:bold;color:#f2f9ff;width:217px;height:60px;font-family:toyota;overflow:hidden;text-shadow:1px 1px 0 rgba(0,0,0,0.5);text-align:center;text-align-last:center; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O [class*="-text"]:-moz-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O [class*="-text"]::-moz-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O [class*="-text"]:-ms-input-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O [class*="-text"]::-webkit-input-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:toyota;font-size:9px;font-weight:400;color:#000000;vertical-align:top;width:255px;overflow:hidden;font-style:normal; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-container { padding-top:11px;padding-left:0;padding-right:0;padding-bottom:10px;width:100%;font-size:0px;height:auto; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-container:first-of-type{padding-top:0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-container:last-of-type{padding-bottom:0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:167px;left:796.99996948242px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:272px;display:block;vertical-align:top; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:9px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O {display:block;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:167px;left:796.99996948242px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #FG1RKAnSU8wrmn5H1qq3178CC1ARQ5JX { position:relative;top:0px;left:0px;z-index:1; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #asBeoiORxODDKdN5Gf82eyxZB2NcVODG { position:relative;top:0px;left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #Gdsbca84JPgwC0CM3f3PD9BIX13KdVUW { position:relative;top:0px;left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #MuIWcFLsZHymBhiBK1SH1MF73hhfEBMB { position:relative;top:0px;left:0px;z-index:1; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #XiXEMLNyPMbToskEiZSsfleupzKaEUM8 { position:relative;top:0px;left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #hz4A6iMFWNpIVr9IWn6FfTWTK6ps9QKc { position:relative;top:0px;left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #q51qt4zoyTk88Csl9ly4yVvHJ3c1OKkB { position:relative;top:0px;left:0px;z-index:1; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #LDTIJQiISwUWCBTqUTLpiBJ5h6UID5Zw { position:relative;top:0px;left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #BEXJE7d5OB0k11TawzOMF5DTNhwMZ5m3 { position:relative;top:0px;left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #QcDNyuCUTDOKFQfEHVOk1aCi7UMQofnx { position:relative;top:0px;left:0px;z-index:1; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #ukEr9IGgXrddUT6PgsgCeWQ0IqwaAsiX { position:relative;top:0px;left:0px;z-index:2; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #VSEIxtL8dLWw7uudAoKEWVKxKJf3tKED { position:relative;top:0px;left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #BsM2IEL6E7x5SocBhqVGZLaQrFAdQgL5 { position:relative;top:0px;left:0px;z-index:1; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O #UKGMM94Uokc803ZGDyI6nGkgnubnJZP4 { position:relative; }
#pKERCIvsHzGN2TI6WhMJJIxaEV88KBaG { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:87px;width:92px;top:43px;left:906.99996948242px;overflow:hidden;display:block; }
#MIaHyBq8bZ1FQUCfWAz1KSm4L605TkLH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:242px;display:none; }
#KJEdRfHskS7UPOSJTSFvVEmK1nDlpMhp { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:634px;width:838px;top:57px;left:0;overflow:hidden;display:block; }
#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BeI52WLd/Prostok%C4%85t_5_kopia_3.png");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container { background-color: transparent; background-image: none; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container > .video-iframe-container { display: none; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row > .video-iframe-container { display: none; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .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); }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container { border-width: 0; border-radius: 0; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container { font-size:14px;font-family:arial;height:222px;width:1200px;position:relative;display:block; }#hVvbI56AVPqHJ6iI437TWTTulnZIdJHB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:51px;top:55px;left:124.5px;overflow:hidden;display:block; }
#xxsv8yTfSozH0yGS5NdhCnkv4pyAB7Zi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:35px;top:55px;left:432.5px;overflow:hidden;display:block; }
#GFnurJh3K2lKGTaR9ckGiF04XC1Qo55r { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:40px;top:55px;left:730px;overflow:hidden;display:block; }
#qZIeNT2Oh6TuPxHL4aiL8azF1v5m4f2i { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:25px;top:55px;left:1024.5px;overflow:hidden;display:block; }
#qJ8Z5cDQuTTPukxBJZvUMhfJ91givA6n { color:#fdfdfd;display:block;width:239px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:115.5px;left:30.5px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XNhZpTJUiJRsEk0BQw4oahUTbgWHiga7 { color:#fdfdfd;display:block;width:239px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:115.5px;left:330.5px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BEEGvfctHqKAIpMb0D26p7sZFcUBCt5Q { color:#fdfdfd;display:block;width:239px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:115.5px;left:630.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3hJvLfAsyTkDUPSsmu4q7kyHrJ76FnJ { color:#fdfdfd;display:block;width:239px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:115.5px;left:930.5px;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cib9jB1d/t%C5%82o.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .row .container { background-color: transparent; background-image: none; }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .row .container > .video-iframe-container { display: none; }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .row > .video-iframe-container { display: none; }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .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); }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .row .container { border-width: 0; border-radius: 0; }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .row .container { font-size:14px;font-family:arial;height:470px;width:1200px;position:relative;display:block; }#VBrwPGh0Lhha2yvkRSl9zt700ytuOlXe { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:55px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THdd5rJp3RS3Mi6AZxn2cDHw2e999k50 { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:108px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GdhJ5SuER8h4Nx1ZphGHUaWM4hWXHVT9 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:265px;width:277px;top:162px;left:461.5px;overflow:hidden;display:block; }
#pnBgqLvV9NLO9xKkbT0wa7nqCzCXMKTv { color:#fdfdfd;display:block;width:377px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:194px;left:85.5px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Bb3OBuy57hS1zJwEZ1C3WuxiIhP5oXpx { color:#fdfdfd;display:block;width:363px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:261.5px;left:99.5px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#f7s0EDpXyXN6HuQAC9eee0ODprFTrSDL { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:328px;left:137.5px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bN7eMpFZWEXFbre1s9VpgaUp1dg7RKvJ { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:294px;left:672.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Vsv01F41fW2XvHdEyDeeAnTLzzLWFsUK { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:317.5px;left:749px;height:23px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PsT8NZMmgKXGs83GxzRZDzEaKgTiiJok { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#myeiIgV94iJJfJKruV4hQvFP2SyFD5gT { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:194px;left:738.5px;height:69px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DNTonNOWcfdbzUsOZCZIbuaATAhpSAOJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:121px;display:none; }
#Fw49pWVzNebJha5sekyogcHAnJZP5KPX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:118px;display:none; }
#TbSHOGqAnLApxmUt7NrqospJOz12qWvE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:118px;display:none; }
#bTq1GTFfJkB7ivKU5x33rAJ7L1iK8p9c { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#KQUDTqLeVbnxrCd6LJt2WVkpw5bqpZil { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:121px;display:none; }
#RcbLtyn54azJ1GreDefTuoAQr4uHq9uK { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:378px;top:354px;left:421.5px;overflow:hidden;display:block; }
#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cib9jB1d/t%C5%82o.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .row .container { background-color: transparent; background-image: none; }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .row .container > .video-iframe-container { display: none; }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .row > .video-iframe-container { display: none; }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .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); }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .row .container { border-width: 0; border-radius: 0; }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .row .container { font-size:14px;font-family:arial;height:470px;width:1200px;position:relative;display:block; }#VGVqgThqxLX4tbDG5iLIl95gyihP2DcC { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:55px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZJ3UcE7zm9MTG2mvTy9T5W52usop3ysJ { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:108px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nFzyCB8TdnGyAygU9gy32lkf2LeCA7BD { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:265px;width:277px;top:188px;left:461.5px;overflow:hidden;display:block; }
#TaeAq9QfzCtge1ZbMTA4BhIilzWNhZz9 { color:#fdfdfd;display:block;width:392px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:226px;left:124px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KxsM9gRnapNaC70qLy9pGHnZfgLWLoTI { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:283px;left:157.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TstJKPwAMSMXSxieyN2i0AD5Mua2s7MN { color:#fdfdfd;display:block;width:404px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:331px;left:58.5px;height:69px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ivUzIAH3Idqt0IG5u7uUvVD0Bq181Ud8 { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:294px;left:672.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iSFNUqMHskAylW4BDfmoicTPhFVGhI4A { color:#fdfdfd;display:block;width:358px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:331px;left:755px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oQdG0NbXasCZZ0KhPs9sireRraTDrCMN { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#asggREuh5es1DmFGzOJMkbmCxHe4dN4w { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:283px;left:755px;height:23px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V4DmlIalNLJEffW0iTIK8Qzh8qW1xVgJ { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:226px;left:755px;height:23px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZobekTGaC0VFdmDTKGHBel0cbH4o3x6F { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:121px;display:none; }
#sObpUfAUcLfuTCEGSpX5VWv8FI3zPrIm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:118px;display:none; }
#vTHNRfswE1Q7K9n9IJopaZeZkUHhknn1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:118px;display:none; }
#fmIoNHclwVKeZ9rUiotEMnSyI9Bd32t1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#ssWTQ6g2GiiBND6AKq6Ou4rqVuG8Snkq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:121px;display:none; }
#kuTuee5FMFKkinTQ4zyFHFUu5SOr2UVU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:378px;top:386.5px;left:411px;overflow:hidden;display:block; }
#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cib9jB1d/t%C5%82o.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .row .container { background-color: transparent; background-image: none; }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .row .container > .video-iframe-container { display: none; }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .row > .video-iframe-container { display: none; }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .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); }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .row .container { border-width: 0; border-radius: 0; }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .row .container { font-size:14px;font-family:arial;height:470px;width:1200px;position:relative;display:block; }#v45yuxy6NJxa1k9XFZk6N99GJJXWrUFF { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:55px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qU65CgFZLBq69JJMbcwObxbv8DUUinD3 { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:108px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cfhk2TJsN4pM2XB2D8fGhWetpXP0bO7K { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:265px;width:277px;top:157px;left:472px;overflow:hidden;display:block; }
#p65e0GQ3s5Cyl3ZaqHRkzMb83ytQqOzv { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:187px;left:148px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aIbx3KRMkOAuKHpoAez8Bgd6UlscPlVH { color:#fdfdfd;display:block;width:409px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:252.5px;left:64px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S0DZi9LeGKcMuB8H3zDmOZR5kbS7a0Cq { color:#fdfdfd;display:block;width:389px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:320.5px;left:84px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HTI8Tr6xbzG3DTMndRAJyTboiTuTTW4r { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:294px;left:672.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XcgD8QIT7yt3PxKDPcxzEJTrrdH9zstA { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:320.5px;left:766px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#swtdh91H5fUud6NpuEyaENin4nIHr6dI { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#GnSoNsa7yHx4I5Prw4Tyc2ppT07rwIvL { color:#fdfdfd;display:block;width:363px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:264px;left:766px;height:23px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DBr5ApgfDEIRlGAnapLIv7guDNl1RN28 { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:187px;left:749px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uOgaT9IaQuxbv3wtkmR4s7XImWVIZEMB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:121px;display:none; }
#DP1UXe3REDsDxK45wF5z0r8Jz9vWW5c2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:118px;display:none; }
#pCudUeN9ltBFeL9Fz0zBCTeilcQdUtXR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:118px;display:none; }
#ic4xue55wUSpkZt5d9Kd9oAJXiev8Piz { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#VMPsp07ht4R0BF72aRonzvvwTgck9iNg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:121px;display:none; }
#n3DJmpkyt9MfO2RPxdatTxt8XlXbMZqm { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:108px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xQOEO6o3pvGF57Ulc6zKE4pC9DQ8ksqz { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:108px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GqeOuc6f1KPI4qzkRFyyxK2HymdfMsAb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:378px;top:356px;left:421.5px;overflow:hidden;display:block; }
#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cib9jB1d/t%C5%82o.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .row .container { background-color: transparent; background-image: none; }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .row .container > .video-iframe-container { display: none; }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .row > .video-iframe-container { display: none; }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .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); }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .row .container { border-width: 0; border-radius: 0; }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .row .container { font-size:14px;font-family:arial;height:470px;width:1200px;position:relative;display:block; }#BVJKELtiK1fDqlvpOcL3V8EEFwCuo2TE { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:55px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u2in734GHTeAODcTOJtOtAnOAoxqqINF { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:108px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4qzN3sTuSHVQas10JqmgQHS5doDFuid { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:265px;width:378px;top:183px;left:421.5px;overflow:hidden;display:block; }
#vOkQmZm3AEPPS9h9oR5XSs6OVReLPzAa { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:226px;left:187px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#apvicMZrseIcbJVewqxmBzpf721nqyig { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:283px;left:173px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IcJKesFl1Lac6pveR3369lDciLeIamPd { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:342.5px;left:203.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvJRcudOk5l6A6r9Od6kyQzuQQFmTEmT { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:294px;left:672.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TaUX70UfDha0lUWBwVlZfrG17IGJMbiN { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:331px;left:755px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JTHscFBGOTv8kxQwyIbDyWOmcuLih19z { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#cAwy40mrJ7PSTXLFTGcVnaAS3EWZSxGx { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:283px;left:755px;height:23px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A3qUZ0C1kXe71liUCOtOXEGyMEQMihgQ { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:226px;left:755px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XHthU5mbIxdAwlfA1IMEAuLr1zpsCTml { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:121px;display:none; }
#Dfz1qcQh8upBfdwAxLJwHULiVE2fGHSz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:118px;display:none; }
#SRvcdaAh3UTbwVqUilDgHMku7sLGcIme { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:118px;display:none; }
#zNClyXc3uZd7v8ADBT6nwMEikbZs2knb { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#SZQovmmcVwkNWPybMDTPgeG9HbpQInWG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:121px;display:none; }
#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cib9jB1d/t%C5%82o.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .row .container { background-color: transparent; background-image: none; }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .row .container > .video-iframe-container { display: none; }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .row > .video-iframe-container { display: none; }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .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); }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .row .container { border-width: 0; border-radius: 0; }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .row .container { font-size:14px;font-family:arial;height:470px;width:1200px;position:relative;display:block; }#WrPhEoaGuFaCsUHFhwpP7md1ulm8ruxc { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:55px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IqSk9xWLIBZOHmBqHpAs6wwhtshfTUG5 { color:#fdfdfd;display:block;width:489px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:109px;left:355.5px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ET8He0bDCG575xDfQCGPWLTuVwXyJBm7 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:265px;width:277px;top:162px;left:461.5px;overflow:hidden;display:block; }
#IzwA2y0qWPMzpwJa0zxAxVZAa2nGmT6d { color:#fdfdfd;display:block;width:423px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:183px;left:39.5px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FtXENzbsLlVHM0BnWPnrNCaAcBVUaE5t { color:#fdfdfd;display:block;width:401px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:249px;left:50.5px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X5KqlX8XoGzMID6LgSaPHRSvWsppmQfT { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:317.5px;left:137.5px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LJdwn6NwfQNUiRTlUsu2lZZ6hn7MbnLC { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:294px;left:672.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#efJRo4bBqGzcd0hlQh2eGTm2fukWKyK9 { color:#fdfdfd;display:block;width:451px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:317.5px;left:749px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z5OTCauyT0XQHyFp8i4g1g5cvxISGt7z { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#TcmUVuWL8wdfgmiyp8asNKTyh1Bilebp { color:#fdfdfd;display:block;width:411px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:249px;left:749px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v1qS5e6XIb19xdvVWMROx9qMoL2STCTS { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:183px;left:749px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X5GDaTDvd798VtiSyQ3J04DZTELtfvfK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:121px;display:none; }
#K2ASmTze5UCagfiooLTm0dgG01IKN1ZE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:118px;display:none; }
#yNfrNxT2peW4nlTTxGk6bKZcCGG92cPQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:118px;display:none; }
#ccZ2Wdpu6h4ggniQnD3PbFD4xUL28lTB { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#XVbVskat1hsZqs2rcMBhhNMfgcEiRVrn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:121px;display:none; }
#qkPqiCQdicnEVEM6spwXc6oT1yiQBtzM { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:378px;top:368px;left:411px;overflow:hidden;display:block; }
#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cib9jB1d/t%C5%82o.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .row .container { background-color: transparent; background-image: none; }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .row .container > .video-iframe-container { display: none; }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .row > .video-iframe-container { display: none; }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .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); }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .row .container { border-width: 0; border-radius: 0; }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .row .container { font-size:14px;font-family:arial;height:470px;width:1200px;position:relative;display:block; }#z5oIJioGkBy5u87VDS8U9tzC0lQcFm7B { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:55px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#om4F84rCki6nTUcefJ6ZeV2aWWd3TSGo { color:#fdfdfd;display:block;width:763px;position:absolute;font-family:toyota;font-size:30px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:108px;left:229px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#osN3LRvNRBbHT1ux6gSlWDSnX2tVxZZT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:265px;width:277px;top:162px;left:472px;overflow:hidden;display:block; }
#vZHgT9V49KL8bZCm6JoiDbLrkp5Kq1v5 { color:#fdfdfd;display:block;width:440px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:203.5px;left:33px;height:92px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OTMrEuzWql5yFss3ZUsdQH9AxERkr85w { color:#fdfdfd;display:block;width:325px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:332px;left:148px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BDOhE47zH2IiJykEMHAS22TfpD8avGvr { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:294px;left:672.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#K6WzmRMh2F9TLActpFD3zJCInn4RiuaN { color:#fdfdfd;display:block;width:240px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:332px;left:766px;height:23px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rCEbNFoixLuSidkWRRm4tAAWHTQSzN1I { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#kAdrP5N29qqQFzBeTcuaMeZo5tp31LQB { color:#fdfdfd;display:block;width:367px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:203.5px;left:749px;height:69px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vimAq0JQZcp5e9Zc8ANfips57H3mGONI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:121px;display:none; }
#PasGlbJbRmtR5dIQemH0bP0woVWVmuNF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:118px;display:none; }
#TyhlQm66m56pRR91BPA3kJ00ZTlzpBGz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:118px;display:none; }
#ZFAThSqNvLmxfufDLL12wMXMCmBX4Zxx { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#P1GlzkZdm3HP1PsVDrRNPT2GV5hw5k9i { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:121px;display:none; }
#TCeizMOQ7rbii9oEQwx8gSCToRwtJyR0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:378px;top:354px;left:421.5px;overflow:hidden;display:block; }
#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cib9jB1d/t%C5%82o.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;position:relative;display:block; }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .row .container { background-color: transparent; background-image: none; }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .row .container > .video-iframe-container { display: none; }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .row > .video-iframe-container { display: none; }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .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); }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .row .container { border-width: 0; border-radius: 0; }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .row .container { font-size:14px;font-family:arial;height:128px;width:1200px;position:relative;display:block; }#P2H3aMDSlgqJNZUTyrTF0F4W9nW9qHoN { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:294px;left:672.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nDC0T82TlHlcWWfFH17ZOcufkoA7cvbG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#L9IVcOiUTyNfSWCrtaIxEQWIR9m40fr9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:121px;display:none; }
#wFx7kqxtFeD1S2KG1a4mbL2fSqPhprpZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:118px;display:none; }
#bnuqOupTTkPHgzrXUgsLlK23vxdFdcu2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:118px;display:none; }
#KnUicxMnLXNqRZILVtK0Fgyty5QfQxLl { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#EB9VT9aqfvckx5FuLxJnIpDLBb0U0941 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:121px;display:none; }
#CE8NWgvOyTGW8HnxnR46fcgtDLpU3aCW { position:absolute;display:block;z-index:100019;height:104px;width:1200px;top:20px;left:-0.703125px;display:block; }
#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .row .container { background-color: transparent; background-image: none; }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .row .container > .video-iframe-container { display: none; }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .row > .video-iframe-container { display: none; }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .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); }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .row .container { border-width: 0; border-radius: 0; }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .row .container { font-size:14px;font-family:arial;height:159px;width:1200px;position:relative;display:block; }#KA9FPO1DZI3G4pQyxGM7ZfrfF3hfsn4p { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:294px;left:672.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pcbbqqvlq15LlgbBlRfUN4rC9kvfFUP3 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#GJcmJoFbs4uwBeQQPWDPnpDmgEZc4P82 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:121px;display:none; }
#PrAyWTuyrw84wmITFllyHfTy79r2Ifgr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:118px;display:none; }
#iQZXaTtZOQZ5RlmVtszmoTx1Bhv51UmP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:118px;display:none; }
#ZW151u8MRTnCXsy1trSpMZW3RsCzLK49 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#Sy3UB4GysHO9ee0keT41pQxRcyGeW0xU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:121px;display:none; }
#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cib9jB1d/t%C5%82o.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .row .container { background-color: transparent; background-image: none; }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .row .container > .video-iframe-container { display: none; }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .row > .video-iframe-container { display: none; }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .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); }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .row .container { border-width: 0; border-radius: 0; }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .row .container { font-size:14px;font-family:arial;height:107px;width:1200px;position:relative;display:block; }#CVTDy6VcWPoIuX6SIPiP8o9VvU0QPrTw { color:#fdfdfd;display:block;width:394px;position:absolute;font-family:toyota;font-size:18px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:294px;left:672.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PAcvSlCxWKWwRpslEwcpQkTyUVnMF11V { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#RErCUmlZvaT5AQoGxm77BbxkZWoS6x5u { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:127px;width:121px;display:none; }
#Kxv47qA0Mmtm6UhwcyZyPTMrb5JFp90u { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:118px;display:none; }
#VTITgfchDinZzvbVJ0TgiwvnXfVC0kK7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:121px;width:118px;display:none; }
#IOidSJTooqrMKWOvpkeb0xFspmTXSQAA { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122px;width:119px;top:490px;left:892.5px;overflow:hidden;display:none; }
#i8TEbt4nvslcHMCcEuP7zpQgb4zbTMBC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:121px;display:none; }
#oCW62bBR104KPEbcT74fHuuPAQH3QE0T { background-color:#e60000;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:toyota;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:383px;height:55px;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:12px;left:418px;display:block; }
#E4VXw1pdvoC9B7elbDJZToXyusvdBxxI { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/a98z5qJJ/Prostok%C4%85t_1_kopia_2.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container { background-color: transparent; background-image: none; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container > .video-iframe-container { display: none; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row > .video-iframe-container { display: none; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .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); }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container { border-width: 0; border-radius: 0; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#IvhepqERDuGL3UNH49CS2T6L9rMyBxic { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:71px;top:50px;left:136.5px;overflow:hidden;display:block; }
#csHzw5o7pMZezB4OznSwl3XRnmLwwzca { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:71px;top:50px;left:354.5px;overflow:hidden;display:block; }
#ZuX5P9lqCsznc0Zo6pz5opdbdGXiNW3T { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:71px;top:50px;left:564.5px;overflow:hidden;display:block; }
#VPIeNKBdgmypUJ7KrTmHl3AHGvTtTV3U { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:71px;top:50px;left:777.5px;overflow:hidden;display:block; }
#QCwyzMSilL7b9ruNDiOO9KRthZp5OFTT { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:71px;top:50px;left:1000.5px;overflow:hidden;display:block; }
#V0KxDLB9aufxa3EUnEmMRL4iSrdo5Ter { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54px;width:43px;top:64px;left:150.5px;overflow:hidden;display:block; }
#agAOD2pALEOL3axG1yHQvq02OK1Jv4to { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46px;width:46px;top:68px;left:367px;overflow:hidden;display:block; }
#SGHSmOfNUtvRibIM1zTFeuaZPaZGXrpv { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:51px;top:75.5px;left:574.5px;overflow:hidden;display:block; }
#ARmeRemsHbe6SqPLwgcvM7AVerc8ZVgC { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:29px;top:69.5px;left:798.5px;overflow:hidden;display:block; }
#MVZWTzpl7V26NeLhsJXDUVeMxsWyUwpP { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49px;width:49px;top:66.5px;left:1011.5px;overflow:hidden;display:block; }
#dvlXdNDzBhVXMULiCQ3BwVuOngTeZ2an { color:#42484c;display:block;width:251px;position:absolute;font-family:toyota;font-size:12px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:149px;left:46.5px;height:45px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sqt6vOWBEkP84lwTf7PQwkg9xhNcrUak { color:#42484c;display:block;width:251px;position:absolute;font-family:toyota;font-size:12px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:149px;left:264.5px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNNz8AftLT4nAirhxhQKT8bEPtSXP08E { color:#42484c;display:block;width:251px;position:absolute;font-family:toyota;font-size:12px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:149px;left:474.5px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrCTsGW7DhSMvLLsddEa2V0ytA1lWyny { color:#42484c;display:block;width:251px;position:absolute;font-family:toyota;font-size:12px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:149px;left:687.5px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlgJkKBbuiDScQ8RAVkX6oW36z6Iymeh { color:#42484c;display:block;width:251px;position:absolute;font-family:toyota;font-size:12px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:149px;left:910.5px;height:45px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cbSs2eNZ/Bez-nazwy-1.png");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .row .container { background-color: transparent; background-image: none; }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .row .container > .video-iframe-container { display: none; }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .row > .video-iframe-container { display: none; }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .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); }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .row .container { border-width: 0; border-radius: 0; }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .row .container { font-size:14px;font-family:arial;height:390px;width:1200px;position:relative;display:block; }#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-form-header {  }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:350px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-text { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:350px;box-sizing:border-box;height:30px;color:#161616;font-size:14px;overflow:hidden;font-family:toyota;vertical-align:top; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-text {padding-top: 0; padding-bottom: 0;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-textarea { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:350px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:toyota;vertical-align:top; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-select { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:350px;box-sizing:border-box;height:30px;color:#161616;font-family:toyota;font-size:14px;overflow:hidden;vertical-align:top; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-select {padding-top: 0; padding-bottom: 0;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ff0000, #e30011);background-image: -moz-linear-gradient(top, #ff0000, #e30011);background-image: -ms-linear-gradient(top, #ff0000, #e30011);background-image: -o-linear-gradient(top, #ff0000, #e30011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e30011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e30011' );";background-image: linear-gradient(to bottom, #ff0000, #e30011);background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:53px;margin-left:53px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:14px;font-weight:bold;color:#f2f9ff;width:244px;height:60px;font-family:toyota;overflow:hidden;text-shadow:1px 1px 0 rgba(0,0,0,0.5);text-align:center;text-align-last:center; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc [class*="-text"]:-moz-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc [class*="-text"]::-moz-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc [class*="-text"]:-ms-input-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc [class*="-text"]::-webkit-input-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:toyota;font-size:9px;font-weight:400;color:#000000;vertical-align:top;width:333px;overflow:hidden;font-style:normal; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-container { padding-top:9px;padding-left:0;padding-right:0;padding-bottom:9px;width:100%;font-size:0px;height:auto; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-container:first-of-type{padding-top:0;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-container:last-of-type{padding-bottom:0;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:350px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:64.5px;left:405px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:350px;display:block;vertical-align:top; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:9px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc {display:block;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:350px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:64.5px;left:405px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #R5np6QTXlfvfMDMmsfvdKDVNpMldOVJW { position:relative;top:0px;left:0px;z-index:1; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #cWig5MXZ0ZheIPARlm4tX78zqFd4fTPx { position:relative;top:0px;left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #Nnuffd7rTisEITPsaMKuX7MwyPEhDh1A { position:relative;top:0px;left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #VssDu42HoObtmarywguaD02JJGVw0ROA { position:relative;top:0px;left:0px;z-index:1; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #fTT9ch8HuElnMl8JiPzTAR6IA026RN08 { position:relative;top:0px;left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #JesHLR3R5JB4APABatXT6lMPARp1sF7y { position:relative;top:0px;left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #yy6WqTkAABduRwGHvBeTnMbKXJTVIt9r { position:relative;top:0px;left:0px;z-index:1; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #Zxn8m4Q7q9F2wHTBhbMQ72GAwl5NfAwI { position:relative;top:0px;left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #mHH8pbzc56uk9fe32Igpcx1nol34P67M { position:relative;top:0px;left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #P0TeU2psPPUpMOORAxoSeZGQRV6QqK2v { position:relative;top:0px;left:0px;z-index:1; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #oT79waO5s1exeScmwaekhwmbvGrMIbea { position:relative;top:0px;left:0px;z-index:2; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #ZTulrq832W0Rh28R0R2Cq7ZTkVRCBlVb { position:relative;top:0px;left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #c8CkZrOa2RtkNyAiqoRPVix3PFc1394f { position:relative;top:0px;left:0px;z-index:1; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #N0wwC4iGxcplHrs6K9G3QBb2NNwsJ7in { position:relative; }
#hDFapDPxzSN8S8Fpk8vZ2iUKPOAy1CyE { color:#42484c;display:block;width:405px;position:absolute;font-family:toyota;font-size:20px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:12.5px;left:397.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMygMlXreikLOlsnPIEz5DscVekX99lr { color:#42484c;display:block;width:251px;position:absolute;font-family:toyota;font-size:12px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:149px;left:910.5px;height:45px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cbSs2eNZ/Bez-nazwy-1.png");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:none; }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .row .container { border-width: 0; border-radius: 0; }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .row .container { font-size:14px;font-family:arial;height:416px;width:1200px;position:relative;display:none; }#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-form-header {  }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:350px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-text { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:350px;box-sizing:border-box;height:30px;color:#161616;font-size:14px;overflow:hidden;font-family:toyota;vertical-align:top; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-textarea { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:350px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:toyota;vertical-align:top; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-select { background-color:#ffffff;background-image:none;border-top:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:350px;box-sizing:border-box;height:30px;color:#161616;font-family:toyota;font-size:14px;overflow:hidden;vertical-align:top; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #ff0000, #e30011);background-image: -moz-linear-gradient(top, #ff0000, #e30011);background-image: -ms-linear-gradient(top, #ff0000, #e30011);background-image: -o-linear-gradient(top, #ff0000, #e30011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e30011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e30011' );";background-image: linear-gradient(to bottom, #ff0000, #e30011);background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:53px;margin-left:53px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:14px;font-weight:bold;color:#f2f9ff;width:244px;height:60px;font-family:toyota;overflow:hidden;text-shadow:1px 1px 0 rgba(0,0,0,0.5);text-align:center;text-align-last:center; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 [class*="-text"]:-moz-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 [class*="-text"]::-moz-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 [class*="-text"]:-ms-input-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 [class*="-text"]::-webkit-input-placeholder { color:#7e8394;font-family:toyota;font-size:14px;font-weight:400;font-style:normal; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:toyota;font-size:9px;font-weight:400;color:#000000;vertical-align:top;width:333px;overflow:hidden;font-style:normal; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-container { padding-top:11px;padding-left:0;padding-right:0;padding-bottom:10px;width:100%;font-size:0px;height:auto; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-container:first-of-type{padding-top:0;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-container:last-of-type{padding-bottom:0;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:350px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:77.5px;left:405px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:350px;display:block;vertical-align:top; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:9px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 {display:block;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:350px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:77.5px;left:405px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #Or7OtNr5W0qMm0s4qTTWaq10ecTDtnP7 { position:relative;top:0px;left:0px;z-index:1; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #F6lfv2fiuy5caEEa3N33clgnRArgD9Ch { position:relative;top:0px;left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #zkR6CXxbV6RQVHllXWNGg9havVBTo7F2 { position:relative;top:0px;left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #CtaHxQUBCKGwFtlOf0OG85WpA9M14Tyc { position:relative;top:0px;left:0px;z-index:1; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #bAatuNkelNVHaU8NAiNdXspKCviG0iM7 { position:relative;top:0px;left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #MFHiqW4JNlWByJLLBygFLR2mmP4N5ann { position:relative;top:0px;left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #kVlG9CykHqCoLUmXVMzxCTxgfoBLpihi { position:relative;top:0px;left:0px;z-index:1; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #EXpCgIiIeIv0w5i30blcZ8TnvbpUQis4 { position:relative;top:0px;left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #uuoxmR5dC4ygSUoDXPZLJ6tKkJLyCx4p { position:relative;top:0px;left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #aEW0Z6vEtUkvP17Lu09rX51y8mhHtMlS { position:relative;top:0px;left:0px;z-index:1; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #h56xgEuO78DMtfIshyQsPL5O2OT8256a { position:relative;top:0px;left:0px;z-index:2; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #Lq7HRZrQg2pKQ0fNRIeT3Vcd3qwHF3vP { position:relative;top:0px;left:0px; }
#tc1fp4mZORV8bsZInzE3fKB4ZahnBNq2 { position:relative;top:0px;left:0px;display:block; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #DRyTWHAVpHUmEHklZMD1M4dg7oGKze3q { position:relative;top:0px;left:0px;z-index:1; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #e5tmNk56aMOK7yPlhSWmzQMrXr2dHETs { position:relative; }
#ielhzb7fwufHlcGdoQsDyGhmWLLQmKqa { color:#42484c;display:block;width:405px;position:absolute;font-family:toyota;font-size:20px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:26.5px;left:397.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6iwCROTts3la9lRScR3u9yJfOn67Czs { color:#42484c;display:block;width:251px;position:absolute;font-family:toyota;font-size:12px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:149px;left:910.5px;height:45px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/N438ickU/Prostok%C4%85t_1_kopia_3.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;position:relative;display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { background-color: transparent; background-image: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .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); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { border-width: 0; border-radius: 0; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { font-size:14px;font-family:arial;height:309px;width:1200px;position:relative;display:block; }#dJUSeF3JBSDABt5ghgeUpIfz2hmQv7sG { color:#ffffff;display:block;width:238px;position:absolute;font-family:toyota;font-size:24px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:46.000091552734px;left:464.49996948242px;height:31px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IxL56pmrR9F0gQQcFH7xNvWbvfdBcQhW { color:#ffffff;display:block;width:261px;position:absolute;font-family:toyota;font-size:15px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:77.000091552734px;left:428.85000610352px;height:80px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybufklJD92bFCt2IX58RncMP9DyMD3nu { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:79px;width:159px;top:169px;left:572.84375px;overflow:hidden;display:block; }
#SDlXpMeQnu5TcmMLMUXIxKNumw1dOVcq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:104px;top:159px;left:531.49996948242px;overflow:hidden;display:block; }
#qwIcWThg4KRMVMdmydhmfWGuQ2GyTWxE { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:76px;width:144px;top:170.5px;left:428.84375px;overflow:hidden;display:block; }
#h83MeWUQqZPgCTLD5TWkVDLUyu5AZTFJ { color:#ffffff;display:block;width:1190px;position:absolute;font-family:toyota;font-size:11px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:257px;left:5px;height:42px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt { display:none; }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zUDJZORmVGOT0oV9P25WFEEF3Hg3bAOw { width:235px;height:41px;display:none; }
 }@media only screen and (max-width: 1199px) { #qnEu87WNqGI6rmaRJUkIG8v3Qqr7gVZT { width:721px;height:72px;display:none; }
 }@media only screen and (max-width: 1199px) { #rIKB06KCZ8iZOTcZiS8HTGEPs58x5H7N { width:734px;height:373px;display:none; }
 }@media only screen and (max-width: 1199px) { #QUFInECq2UMlwG6TyUF4ScFFSB8IrSpR { width:551px;height:0;top:142px;left:135px;font-size:60px;display:none; }
 }@media only screen and (max-width: 1199px) { #NU93zyx1DrhqkrHumgtoxMp7EFsPnPHh { width:595px;height:0;top:209px;left:113px;font-size:35px;display:none; }
 }@media only screen and (max-width: 1199px) { #o41yRtKiTHJ19AWIPtElunBGpy1mxN8H { width:242px;height:48px;display:none; }
 }@media only screen and (max-width: 1199px) { #cPB6T1MNun3NkSvDtUoDIQC7JtZ8MkBv { width:170px;height:46px;top:115px;left:10.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #uQitOvQ5T2mulq339BD2GkHQdP9WUST3 { width:764px;height:578px;top:71px;left:0;display:none; }
 }@media only screen and (max-width: 1199px) { #WIf0QaxMuBMeTcytdmIUpP19rFy3yNTa { width:338px;height:362px;top:120px;left:411px;display:none; }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-regular-label { width:233px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-text { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-text {padding-top: 0; padding-bottom: 0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-textarea { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-select { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-select {padding-top: 0; padding-bottom: 0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-button { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:54px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-checkbox-label { width:216px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-container { padding-top:8px;padding-left:0;padding-right:0;padding-bottom:7px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-container:first-of-type{padding-top:0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-container:last-of-type{padding-bottom:0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M  { width:233px;height:auto;top:127px;left:443.5px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .radio-container { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M {display:block;}#T50tDq3OuAKp6syv0v7Svylrv803H83M { width:233px;height:auto;top:127px;left:443.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #dFFQN1TElSGtiFrbT7rnswqB0qJG4U5P {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #WmCwVGOAdud7RNbiRB260rXeM9GQZr1g {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #bcdWTQDR6efJBcnDayTi3PoLsWrUazFh {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #scx8zzAwRiVCu3s2RCGFXS7EeyXw8Kl5 {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #M2oSP9qE5e49WA86C94xT5zpUTSMD78t {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #yl2XiqZRGUANznWEIgisv0UHbKQLHlsN {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #FUxKo8PV056LT8mAywKP7hOETXmhcff1 {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #S7OyKI0c7R7wZNFSWxrRR4IrlAZnayFN {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #kp4f7d3HkNOALSET0qs3f5JkekFuEm8g {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #l3fy74JpKT0TTBahKC2zdpfEvU6cfmJF {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #ohpFh7OBJg4vBZd969SA8Qya1HO0s6r6 {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #TI6GKSLqPOCNAIkKmgP1ZeCfrBbpqA1d {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #WN99TkIP0pvkukrWX3bmTCG8vEvDlKcT {  }
 }@media only screen and (max-width: 1199px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #vTv7oVJ67kQBctquza6nIWcHM71UnqfA {  }
 }@media only screen and (max-width: 1199px) { #lctqoWV4u6R1d5VVCAQSuC60Tk6scZeN { width:82px;height:78px;top:54px;left:539px;display:none; }
 }@media only screen and (max-width: 1199px) { #V1VIlM26uO4T7yAr0o364FbhO3egbN5T { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/9D1mb9fu/Prostok%C4%85t_1.png");background-position:center;background-repeat:repeat;background-attachment:scroll;display:block; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { background-color: transparent; background-image: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row > .video-iframe-container { display: none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .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); }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { width:764px;height:652px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zTs6sNxIefROhNS1SQk131pqvd0QIdMH { width:338px;height:362px;top:120px;left:411px;display:block; }
 }@media only screen and (max-width: 1199px) { #gCbQsBNAy3AEpeTKVANOVmL5T6xIDxla { width:241px;height:26px;top:121px;left:458px;display:none; }
 }@media only screen and (max-width: 1199px) { #IlzJ75ZLzwK8e8e4Xv7G8bPfLzTlZHxc { width:368px;height:404px;top:98px;left:396px;display:block; }
 }@media only screen and (max-width: 1199px) { #UzS3FwK2XM1xaoVQ96Z6eHVxNvA4IaUc { width:479px;height:239px;top:286px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #sF6m6Avkws6dRWXK8xGIbxer9hGW1eoi { width:657px;height:64px;top:496px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #UkAaqxF5VDP48hhTUqeaBTsGcSIrD8Ss { width:266px;height:47px;top:28px;left:226px;display:block; }
 }@media only screen and (max-width: 1199px) { #DQvsve3DLGdH0Bouo712fcQV8oFmrPp5 { width:551px;height:130px;top:148px;left:0;font-size:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #lFBSTRaXwNDO7Ct7Ty6fwTqiN9porSVm { width:595px;height:32px;top:211px;left:0;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #c6wfFAVhExA58r4WIKQcs5r2IUpGsWn6 { width:157px;height:149px;top:463.5px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #t5ILCEtnE2lEo2zUlZ2O3U59OSRi1SnR { width:108px;height:84px;top:496px;left:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-regular-label { width:233px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-text { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-text {padding-top: 0; padding-bottom: 0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-textarea { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-select { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-select {padding-top: 0; padding-bottom: 0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-button { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:54px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-checkbox-label { width:216px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-container { padding-top:8px;padding-left:0;padding-right:0;padding-bottom:7px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-container:first-of-type{padding-top:0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-container:last-of-type{padding-bottom:0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O  { width:233px;height:auto;top:127px;left:443.5px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .radio-container { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O {display:block;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O { width:233px;height:auto;top:127px;left:443.5px; }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #FG1RKAnSU8wrmn5H1qq3178CC1ARQ5JX {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #asBeoiORxODDKdN5Gf82eyxZB2NcVODG {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #Gdsbca84JPgwC0CM3f3PD9BIX13KdVUW {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #MuIWcFLsZHymBhiBK1SH1MF73hhfEBMB {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #XiXEMLNyPMbToskEiZSsfleupzKaEUM8 {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #hz4A6iMFWNpIVr9IWn6FfTWTK6ps9QKc {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #q51qt4zoyTk88Csl9ly4yVvHJ3c1OKkB {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #LDTIJQiISwUWCBTqUTLpiBJ5h6UID5Zw {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #BEXJE7d5OB0k11TawzOMF5DTNhwMZ5m3 {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #QcDNyuCUTDOKFQfEHVOk1aCi7UMQofnx {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #ukEr9IGgXrddUT6PgsgCeWQ0IqwaAsiX {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #VSEIxtL8dLWw7uudAoKEWVKxKJf3tKED {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #BsM2IEL6E7x5SocBhqVGZLaQrFAdQgL5 {  }
 }@media only screen and (max-width: 1199px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #UKGMM94Uokc803ZGDyI6nGkgnubnJZP4 {  }
 }@media only screen and (max-width: 1199px) { #pKERCIvsHzGN2TI6WhMJJIxaEV88KBaG { width:82px;height:78px;top:54px;left:539px;display:block; }
 }@media only screen and (max-width: 1199px) { #MIaHyBq8bZ1FQUCfWAz1KSm4L605TkLH { width:242px;height:48px;display:none; }
 }@media only screen and (max-width: 1199px) { #KJEdRfHskS7UPOSJTSFvVEmK1nDlpMhp { width:764px;height:578px;top:71px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dBcds5bz/Prostok%C4%85t_5.png");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container { background-color: transparent; background-image: none; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container > .video-iframe-container { display: none; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row > .video-iframe-container { display: none; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .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); }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hVvbI56AVPqHJ6iI437TWTTulnZIdJHB { width:51px;height:31px;top:55px;left:70px;display:block; }
 }@media only screen and (max-width: 1199px) { #xxsv8yTfSozH0yGS5NdhCnkv4pyAB7Zi { width:35px;height:31px;top:55px;left:269px;display:block; }
 }@media only screen and (max-width: 1199px) { #GFnurJh3K2lKGTaR9ckGiF04XC1Qo55r { width:40px;height:31px;top:55px;left:457.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #qZIeNT2Oh6TuPxHL4aiL8azF1v5m4f2i { width:25px;height:31px;top:55px;left:656px;display:block; }
 }@media only screen and (max-width: 1199px) { #qJ8Z5cDQuTTPukxBJZvUMhfJ91givA6n { width:170px;height:76px;top:115px;left:10.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #XNhZpTJUiJRsEk0BQw4oahUTbgWHiga7 { width:175px;height:57px;top:115px;left:199px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #BEEGvfctHqKAIpMb0D26p7sZFcUBCt5Q { width:116px;height:38px;top:119px;left:419.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #v3hJvLfAsyTkDUPSsmu4q7kyHrJ76FnJ { width:176px;height:38px;top:119px;left:588px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 { display:none; }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .row .container { width:764px;height:979px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VBrwPGh0Lhha2yvkRSl9zt700ytuOlXe { width:763px;height:39px;top:70px;left:0.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #THdd5rJp3RS3Mi6AZxn2cDHw2e999k50 { width:763px;height:36px;top:118px;left:0.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #GdhJ5SuER8h4Nx1ZphGHUaWM4hWXHVT9 { width:277px;height:265px;top:187px;left:243.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #pnBgqLvV9NLO9xKkbT0wa7nqCzCXMKTv { width:240px;height:19px;top:210.5px;left:20.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #Bb3OBuy57hS1zJwEZ1C3WuxiIhP5oXpx { width:245px;height:19px;top:291px;left:0.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #f7s0EDpXyXN6HuQAC9eee0ODprFTrSDL { width:246px;height:57px;top:377px;left:15.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #bN7eMpFZWEXFbre1s9VpgaUp1dg7RKvJ { width:253px;height:19px;top:220.5px;left:497.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #Vsv01F41fW2XvHdEyDeeAnTLzzLWFsUK { width:229px;height:57px;top:338px;left:520.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #PsT8NZMmgKXGs83GxzRZDzEaKgTiiJok { width:100px;height:102px;top:646px;left:342.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #myeiIgV94iJJfJKruV4hQvFP2SyFD5gT { width:229px;height:57px;top:229.5px;left:520.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #DNTonNOWcfdbzUsOZCZIbuaATAhpSAOJ { top:468px;left:202.5px;width:108px;height:114px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #Fw49pWVzNebJha5sekyogcHAnJZP5KPX { top:491px;left:345.5px;width:106px;height:107px;z-index:100015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #TbSHOGqAnLApxmUt7NrqospJOz12qWvE { top:491px;left:554.5px;width:106px;height:108px;z-index:100016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #bTq1GTFfJkB7ivKU5x33rAJ7L1iK8p9c { width:99px;height:102px;top:646px;left:134.5px;z-index:100009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #KQUDTqLeVbnxrCd6LJt2WVkpw5bqpZil { top:643px;left:555px;width:105px;height:108px;z-index:100017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #RcbLtyn54azJ1GreDefTuoAQr4uHq9uK { width:378px;height:74px;top:379px;left:193px;display:block; }
 }@media only screen and (max-width: 1199px) { #QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM { display:none; }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .row .container { width:764px;height:970px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VGVqgThqxLX4tbDG5iLIl95gyihP2DcC { width:763px;height:39px;top:41px;left:0.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJ3UcE7zm9MTG2mvTy9T5W52usop3ysJ { width:763px;height:36px;top:80px;left:0.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #nFzyCB8TdnGyAygU9gy32lkf2LeCA7BD { width:277px;height:265px;top:154px;left:243.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #TaeAq9QfzCtge1ZbMTA4BhIilzWNhZz9 { width:240px;height:19px;top:184.5px;left:0.5px;font-size:15px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #KxsM9gRnapNaC70qLy9pGHnZfgLWLoTI { width:245px;height:19px;top:260.5px;left:7.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #TstJKPwAMSMXSxieyN2i0AD5Mua2s7MN { width:229px;height:76px;top:310px;left:15.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #ivUzIAH3Idqt0IG5u7uUvVD0Bq181Ud8 { width:253px;height:19px;top:239.5px;left:488.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #iSFNUqMHskAylW4BDfmoicTPhFVGhI4A { width:229px;height:57px;top:319.5px;left:520.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #oQdG0NbXasCZZ0KhPs9sireRraTDrCMN { width:100px;height:102px;top:646px;left:342.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #asggREuh5es1DmFGzOJMkbmCxHe4dN4w { width:245px;height:19px;top:277px;left:519px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #V4DmlIalNLJEffW0iTIK8Qzh8qW1xVgJ { width:229px;height:57px;top:184.5px;left:520.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZobekTGaC0VFdmDTKGHBel0cbH4o3x6F { top:491px;left:130.5px;width:108px;height:114px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #sObpUfAUcLfuTCEGSpX5VWv8FI3zPrIm { top:491px;left:345.5px;width:106px;height:107px;z-index:100015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #vTHNRfswE1Q7K9n9IJopaZeZkUHhknn1 { top:491px;left:554.5px;width:106px;height:108px;z-index:100016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #fmIoNHclwVKeZ9rUiotEMnSyI9Bd32t1 { width:99px;height:102px;top:646px;left:134.5px;z-index:100009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #ssWTQ6g2GiiBND6AKq6Ou4rqVuG8Snkq { top:643px;left:555px;width:105px;height:108px;z-index:100017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #kuTuee5FMFKkinTQ4zyFHFUu5SOr2UVU { width:378px;height:74px;top:346px;left:193px;display:block; }
 }@media only screen and (max-width: 1199px) { #SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df { display:none; }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .row .container { width:764px;height:1020px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #v45yuxy6NJxa1k9XFZk6N99GJJXWrUFF { width:763px;height:39px;top:70px;left:0.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #qU65CgFZLBq69JJMbcwObxbv8DUUinD3 { width:763px;height:36px;top:109px;left:0.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #Cfhk2TJsN4pM2XB2D8fGhWetpXP0bO7K { width:277px;height:265px;top:157px;left:254px;display:block; }
 }@media only screen and (max-width: 1199px) { #p65e0GQ3s5Cyl3ZaqHRkzMb83ytQqOzv { width:240px;height:19px;top:207.5px;left:15px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #aIbx3KRMkOAuKHpoAez8Bgd6UlscPlVH { width:245px;height:19px;top:273px;left:10px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #S0DZi9LeGKcMuB8H3zDmOZR5kbS7a0Cq { width:238px;height:57px;top:348px;left:17px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #HTI8Tr6xbzG3DTMndRAJyTboiTuTTW4r { width:253px;height:19px;top:239.5px;left:488.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #XcgD8QIT7yt3PxKDPcxzEJTrrdH9zstA { width:229px;height:57px;top:348px;left:535px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #swtdh91H5fUud6NpuEyaENin4nIHr6dI { width:100px;height:102px;top:646px;left:342.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #GnSoNsa7yHx4I5Prw4Tyc2ppT07rwIvL { width:209px;height:38px;top:292px;left:531px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #DBr5ApgfDEIRlGAnapLIv7guDNl1RN28 { width:229px;height:57px;top:207.5px;left:531px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #uOgaT9IaQuxbv3wtkmR4s7XImWVIZEMB { top:491px;left:130.5px;width:108px;height:114px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #DP1UXe3REDsDxK45wF5z0r8Jz9vWW5c2 { top:491px;left:345.5px;width:106px;height:107px;z-index:100015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #pCudUeN9ltBFeL9Fz0zBCTeilcQdUtXR { top:491px;left:554.5px;width:106px;height:108px;z-index:100016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #ic4xue55wUSpkZt5d9Kd9oAJXiev8Piz { width:99px;height:102px;top:646px;left:134.5px;z-index:100009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #VMPsp07ht4R0BF72aRonzvvwTgck9iNg { top:643px;left:555px;width:105px;height:108px;z-index:100017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #n3DJmpkyt9MfO2RPxdatTxt8XlXbMZqm { width:763px;height:39px;top:132px;left:0.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #xQOEO6o3pvGF57Ulc6zKE4pC9DQ8ksqz { width:763px;height:39px;top:132px;left:0.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #GqeOuc6f1KPI4qzkRFyyxK2HymdfMsAb { width:378px;height:74px;top:356px;left:203.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl { display:none; }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .row .container { width:764px;height:1037px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BVJKELtiK1fDqlvpOcL3V8EEFwCuo2TE { width:763px;height:39px;top:70px;left:0.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #u2in734GHTeAODcTOJtOtAnOAoxqqINF { width:763px;height:36px;top:119px;left:0.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #A4qzN3sTuSHVQas10JqmgQHS5doDFuid { width:378px;height:265px;top:168px;left:193px;display:block; }
 }@media only screen and (max-width: 1199px) { #vOkQmZm3AEPPS9h9oR5XSs6OVReLPzAa { width:240px;height:19px;top:221.5px;left:22.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #apvicMZrseIcbJVewqxmBzpf721nqyig { width:245px;height:19px;top:281px;left:9px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #IcJKesFl1Lac6pveR3369lDciLeIamPd { width:267px;height:19px;top:338px;left:9px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvJRcudOk5l6A6r9Od6kyQzuQQFmTEmT { width:253px;height:19px;top:222.5px;left:488.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #TaUX70UfDha0lUWBwVlZfrG17IGJMbiN { width:229px;height:57px;top:281px;left:513.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #JTHscFBGOTv8kxQwyIbDyWOmcuLih19z { width:100px;height:102px;top:646px;left:342.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #cAwy40mrJ7PSTXLFTGcVnaAS3EWZSxGx { width:245px;height:0;top:285px;left:30px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #A3qUZ0C1kXe71liUCOtOXEGyMEQMihgQ { width:229px;height:57px;top:291px;left:526px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #XHthU5mbIxdAwlfA1IMEAuLr1zpsCTml { top:491px;left:130.5px;width:108px;height:114px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #Dfz1qcQh8upBfdwAxLJwHULiVE2fGHSz { top:491px;left:345.5px;width:106px;height:107px;z-index:100015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #SRvcdaAh3UTbwVqUilDgHMku7sLGcIme { top:491px;left:554.5px;width:106px;height:108px;z-index:100016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #zNClyXc3uZd7v8ADBT6nwMEikbZs2knb { width:99px;height:102px;top:646px;left:134.5px;z-index:100009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #SZQovmmcVwkNWPybMDTPgeG9HbpQInWG { top:643px;left:555px;width:105px;height:108px;z-index:100017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS { display:none; }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .row .container { width:764px;height:1017px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WrPhEoaGuFaCsUHFhwpP7md1ulm8ruxc { width:763px;height:39px;top:70px;left:0.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #IqSk9xWLIBZOHmBqHpAs6wwhtshfTUG5 { width:763px;height:36px;top:118px;left:0.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #ET8He0bDCG575xDfQCGPWLTuVwXyJBm7 { width:277px;height:265px;top:162px;left:243.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #IzwA2y0qWPMzpwJa0zxAxVZAa2nGmT6d { width:240px;height:19px;top:194.5px;left:19.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #FtXENzbsLlVHM0BnWPnrNCaAcBVUaE5t { width:245px;height:19px;top:273px;left:17px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #X5KqlX8XoGzMID6LgSaPHRSvWsppmQfT { width:267px;height:19px;top:348px;left:0;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #LJdwn6NwfQNUiRTlUsu2lZZ6hn7MbnLC { width:253px;height:19px;top:239.5px;left:488.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #efJRo4bBqGzcd0hlQh2eGTm2fukWKyK9 { width:229px;height:57px;top:348px;left:520.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #z5OTCauyT0XQHyFp8i4g1g5cvxISGt7z { width:100px;height:102px;top:646px;left:342.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #TcmUVuWL8wdfgmiyp8asNKTyh1Bilebp { width:245px;height:57px;top:194.5px;left:512.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #v1qS5e6XIb19xdvVWMROx9qMoL2STCTS { width:229px;height:57px;top:273px;left:520.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #X5GDaTDvd798VtiSyQ3J04DZTELtfvfK { top:491px;left:130.5px;width:108px;height:114px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #K2ASmTze5UCagfiooLTm0dgG01IKN1ZE { top:491px;left:345.5px;width:106px;height:107px;z-index:100015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #yNfrNxT2peW4nlTTxGk6bKZcCGG92cPQ { top:491px;left:554.5px;width:106px;height:108px;z-index:100016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #ccZ2Wdpu6h4ggniQnD3PbFD4xUL28lTB { width:99px;height:102px;top:646px;left:134.5px;z-index:100009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #XVbVskat1hsZqs2rcMBhhNMfgcEiRVrn { top:643px;left:555px;width:105px;height:108px;z-index:100017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #qkPqiCQdicnEVEM6spwXc6oT1yiQBtzM { width:378px;height:74px;top:368px;left:193px;display:block; }
 }@media only screen and (max-width: 1199px) { #Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 { display:none; }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .row .container { width:764px;height:1021px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #z5oIJioGkBy5u87VDS8U9tzC0lQcFm7B { width:763px;height:39px;top:70px;left:0.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #om4F84rCki6nTUcefJ6ZeV2aWWd3TSGo { width:763px;height:36px;top:118px;left:0.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #osN3LRvNRBbHT1ux6gSlWDSnX2tVxZZT { width:277px;height:265px;top:162px;left:254px;display:block; }
 }@media only screen and (max-width: 1199px) { #vZHgT9V49KL8bZCm6JoiDbLrkp5Kq1v5 { width:240px;height:19px;top:198.5px;left:30.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #OTMrEuzWql5yFss3ZUsdQH9AxERkr85w { width:267px;height:19px;top:348px;left:17px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #BDOhE47zH2IiJykEMHAS22TfpD8avGvr { width:253px;height:19px;top:239.5px;left:488.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #K6WzmRMh2F9TLActpFD3zJCInn4RiuaN { width:229px;height:57px;top:348px;left:535px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #rCEbNFoixLuSidkWRRm4tAAWHTQSzN1I { width:100px;height:102px;top:646px;left:342.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #kAdrP5N29qqQFzBeTcuaMeZo5tp31LQB { width:229px;height:57px;top:198.5px;left:535px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #vimAq0JQZcp5e9Zc8ANfips57H3mGONI { top:491px;left:130.5px;width:108px;height:114px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #PasGlbJbRmtR5dIQemH0bP0woVWVmuNF { top:491px;left:345.5px;width:106px;height:107px;z-index:100015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #TyhlQm66m56pRR91BPA3kJ00ZTlzpBGz { top:491px;left:554.5px;width:106px;height:108px;z-index:100016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #ZFAThSqNvLmxfufDLL12wMXMCmBX4Zxx { width:99px;height:102px;top:646px;left:134.5px;z-index:100009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #P1GlzkZdm3HP1PsVDrRNPT2GV5hw5k9i { top:643px;left:555px;width:105px;height:108px;z-index:100017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #TCeizMOQ7rbii9oEQwx8gSCToRwtJyR0 { width:378px;height:74px;top:354px;left:203.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #xuFx8IW5O78hPGmVm9I0abyrmtTonnlq { display:none; }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .row .container { width:764px;height:1021px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #P2H3aMDSlgqJNZUTyrTF0F4W9nW9qHoN { width:253px;height:19px;top:239.5px;left:488.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #nDC0T82TlHlcWWfFH17ZOcufkoA7cvbG { width:100px;height:102px;top:646px;left:342.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #L9IVcOiUTyNfSWCrtaIxEQWIR9m40fr9 { top:491px;left:130.5px;width:108px;height:114px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #wFx7kqxtFeD1S2KG1a4mbL2fSqPhprpZ { top:491px;left:345.5px;width:106px;height:107px;z-index:100015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #bnuqOupTTkPHgzrXUgsLlK23vxdFdcu2 { top:491px;left:554.5px;width:106px;height:108px;z-index:100016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #KnUicxMnLXNqRZILVtK0Fgyty5QfQxLl { width:99px;height:102px;top:646px;left:134.5px;z-index:100009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #EB9VT9aqfvckx5FuLxJnIpDLBb0U0941 { top:643px;left:555px;width:105px;height:108px;z-index:100017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #CE8NWgvOyTGW8HnxnR46fcgtDLpU3aCW { width:764px;height:104px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc { display:none; }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .row .container { width:764px;height:1021px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KA9FPO1DZI3G4pQyxGM7ZfrfF3hfsn4p { width:253px;height:19px;top:239.5px;left:488.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #pcbbqqvlq15LlgbBlRfUN4rC9kvfFUP3 { width:100px;height:102px;top:646px;left:342.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #GJcmJoFbs4uwBeQQPWDPnpDmgEZc4P82 { top:491px;left:130.5px;width:108px;height:114px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #PrAyWTuyrw84wmITFllyHfTy79r2Ifgr { top:491px;left:345.5px;width:106px;height:107px;z-index:100015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #iQZXaTtZOQZ5RlmVtszmoTx1Bhv51UmP { top:491px;left:554.5px;width:106px;height:108px;z-index:100016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #ZW151u8MRTnCXsy1trSpMZW3RsCzLK49 { width:99px;height:102px;top:646px;left:134.5px;z-index:100009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #Sy3UB4GysHO9ee0keT41pQxRcyGeW0xU { top:643px;left:555px;width:105px;height:108px;z-index:100017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I { display:none; }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .row .container { width:764px;height:1021px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CVTDy6VcWPoIuX6SIPiP8o9VvU0QPrTw { width:253px;height:19px;top:239.5px;left:488.5px;font-size:15px;display:none; }
 }@media only screen and (max-width: 1199px) { #PAcvSlCxWKWwRpslEwcpQkTyUVnMF11V { width:100px;height:102px;top:646px;left:342.5px;display:none; }
 }@media only screen and (max-width: 1199px) { #RErCUmlZvaT5AQoGxm77BbxkZWoS6x5u { top:491px;left:130.5px;width:108px;height:114px;z-index:100014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #Kxv47qA0Mmtm6UhwcyZyPTMrb5JFp90u { top:491px;left:345.5px;width:106px;height:107px;z-index:100015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #VTITgfchDinZzvbVJ0TgiwvnXfVC0kK7 { top:491px;left:554.5px;width:106px;height:108px;z-index:100016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #IOidSJTooqrMKWOvpkeb0xFspmTXSQAA { width:99px;height:102px;top:646px;left:134.5px;z-index:100009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #i8TEbt4nvslcHMCcEuP7zpQgb4zbTMBC { top:643px;left:555px;width:105px;height:108px;z-index:100017;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #oCW62bBR104KPEbcT74fHuuPAQH3QE0T { width:383px;height:55px;top:935px;left:190.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #E4VXw1pdvoC9B7elbDJZToXyusvdBxxI { display:block; }
 }@media only screen and (max-width: 1199px) { #lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv { display:block; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IvhepqERDuGL3UNH49CS2T6L9rMyBxic { width:71px;height:82px;top:50px;left:43px;display:block; }
 }@media only screen and (max-width: 1199px) { #csHzw5o7pMZezB4OznSwl3XRnmLwwzca { width:71px;height:82px;top:50px;left:198px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuX5P9lqCsznc0Zo6pz5opdbdGXiNW3T { width:71px;height:82px;top:50px;left:346.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #VPIeNKBdgmypUJ7KrTmHl3AHGvTtTV3U { width:71px;height:82px;top:50px;left:500.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #QCwyzMSilL7b9ruNDiOO9KRthZp5OFTT { width:71px;height:82px;top:50px;left:650px;display:block; }
 }@media only screen and (max-width: 1199px) { #V0KxDLB9aufxa3EUnEmMRL4iSrdo5Ter { width:43px;height:54px;top:64px;left:57px;display:block; }
 }@media only screen and (max-width: 1199px) { #agAOD2pALEOL3axG1yHQvq02OK1Jv4to { width:46px;height:46px;top:68px;left:210.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #SGHSmOfNUtvRibIM1zTFeuaZPaZGXrpv { width:51px;height:31px;top:75px;left:356.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #ARmeRemsHbe6SqPLwgcvM7AVerc8ZVgC { width:29px;height:43px;top:69.5px;left:521.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #MVZWTzpl7V26NeLhsJXDUVeMxsWyUwpP { width:49px;height:49px;top:66.5px;left:661px;display:block; }
 }@media only screen and (max-width: 1199px) { #dvlXdNDzBhVXMULiCQ3BwVuOngTeZ2an { width:128px;height:45px;top:151px;left:14.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #sqt6vOWBEkP84lwTf7PQwkg9xhNcrUak { width:241px;height:30px;top:151px;left:113px;display:block; }
 }@media only screen and (max-width: 1199px) { #DNNz8AftLT4nAirhxhQKT8bEPtSXP08E { width:241px;height:30px;top:151px;left:261.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #yrCTsGW7DhSMvLLsddEa2V0ytA1lWyny { width:241px;height:30px;top:151px;left:417.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #DlgJkKBbuiDScQ8RAVkX6oW36z6Iymeh { width:131px;height:45px;top:151px;left:620px;display:block; }
 }@media only screen and (max-width: 1199px) { #RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN { display:block; }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .row .container { width:764px;height:452px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-regular-label { width:233px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-text { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-text {padding-top: 0; padding-bottom: 0;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-textarea { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-select { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-select {padding-top: 0; padding-bottom: 0;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-button { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-checkbox-label { width:216px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc  { width:233px;height:auto;top:74px;left:266px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .radio-container { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc {display:block;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc { width:233px;height:auto;top:74px;left:266px; }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #R5np6QTXlfvfMDMmsfvdKDVNpMldOVJW {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #cWig5MXZ0ZheIPARlm4tX78zqFd4fTPx {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #Nnuffd7rTisEITPsaMKuX7MwyPEhDh1A {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #VssDu42HoObtmarywguaD02JJGVw0ROA {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #fTT9ch8HuElnMl8JiPzTAR6IA026RN08 {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #JesHLR3R5JB4APABatXT6lMPARp1sF7y {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #yy6WqTkAABduRwGHvBeTnMbKXJTVIt9r {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #Zxn8m4Q7q9F2wHTBhbMQ72GAwl5NfAwI {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #mHH8pbzc56uk9fe32Igpcx1nol34P67M {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #P0TeU2psPPUpMOORAxoSeZGQRV6QqK2v {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #oT79waO5s1exeScmwaekhwmbvGrMIbea {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #ZTulrq832W0Rh28R0R2Cq7ZTkVRCBlVb {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #c8CkZrOa2RtkNyAiqoRPVix3PFc1394f {  }
 }@media only screen and (max-width: 1199px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #N0wwC4iGxcplHrs6K9G3QBb2NNwsJ7in {  }
 }@media only screen and (max-width: 1199px) { #hDFapDPxzSN8S8Fpk8vZ2iUKPOAy1CyE { width:399px;height:52px;top:26px;left:203px;display:block; }
 }@media only screen and (max-width: 1199px) { #NMygMlXreikLOlsnPIEz5DscVekX99lr { width:131px;height:45px;top:151px;left:620px;display:none; }
 }@media only screen and (max-width: 1199px) { #rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 { display:none; }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-regular-label { width:233px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-text { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-textarea { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-select { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-button { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-checkbox-label { width:216px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1  { width:233px;height:auto;top:74px;left:266px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .radio-container { width:233px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 {display:block;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 { width:233px;height:auto;top:74px;left:266px; }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #Or7OtNr5W0qMm0s4qTTWaq10ecTDtnP7 {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #F6lfv2fiuy5caEEa3N33clgnRArgD9Ch {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #zkR6CXxbV6RQVHllXWNGg9havVBTo7F2 {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #CtaHxQUBCKGwFtlOf0OG85WpA9M14Tyc {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #bAatuNkelNVHaU8NAiNdXspKCviG0iM7 {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #MFHiqW4JNlWByJLLBygFLR2mmP4N5ann {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #kVlG9CykHqCoLUmXVMzxCTxgfoBLpihi {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #EXpCgIiIeIv0w5i30blcZ8TnvbpUQis4 {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #uuoxmR5dC4ygSUoDXPZLJ6tKkJLyCx4p {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #aEW0Z6vEtUkvP17Lu09rX51y8mhHtMlS {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #h56xgEuO78DMtfIshyQsPL5O2OT8256a {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #Lq7HRZrQg2pKQ0fNRIeT3Vcd3qwHF3vP {  }
 }@media only screen and (max-width: 1199px) { #tc1fp4mZORV8bsZInzE3fKB4ZahnBNq2 { display:block; }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #DRyTWHAVpHUmEHklZMD1M4dg7oGKze3q {  }
 }@media only screen and (max-width: 1199px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #e5tmNk56aMOK7yPlhSWmzQMrXr2dHETs {  }
 }@media only screen and (max-width: 1199px) { #ielhzb7fwufHlcGdoQsDyGhmWLLQmKqa { width:399px;height:52px;top:26px;left:203px;display:block; }
 }@media only screen and (max-width: 1199px) { #f6iwCROTts3la9lRScR3u9yJfOn67Czs { width:131px;height:45px;top:151px;left:620px;display:none; }
 }@media only screen and (max-width: 1199px) { #eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/N438ickU/Prostok%C4%85t_1_kopia_3.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { background-color: transparent; background-image: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .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); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { width:764px;height:429px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dJUSeF3JBSDABt5ghgeUpIfz2hmQv7sG { width:250px;height:31px;top:22.5px;left:257px;display:block; }
 }@media only screen and (max-width: 1199px) { #IxL56pmrR9F0gQQcFH7xNvWbvfdBcQhW { width:247px;height:99px;top:72.000396728516px;left:258.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #ybufklJD92bFCt2IX58RncMP9DyMD3nu { width:191px;height:97px;top:205px;left:422px;display:block; }
 }@media only screen and (max-width: 1199px) { #SDlXpMeQnu5TcmMLMUXIxKNumw1dOVcq { width:137px;height:131px;top:188px;left:349px;display:block; }
 }@media only screen and (max-width: 1199px) { #qwIcWThg4KRMVMdmydhmfWGuQ2GyTWxE { width:200px;height:106px;top:200.5px;left:199.34375px;display:block; }
 }@media only screen and (max-width: 1199px) { #h83MeWUQqZPgCTLD5TWkVDLUyu5AZTFJ { width:731px;height:70px;top:330px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9D1mb9fu/Prostok%C4%85t_1.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .row .container { background-color: transparent; background-image: none; }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .row .container > .video-iframe-container { display: none; }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .row > .video-iframe-container { display: none; }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .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); }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .row .container { border-width: 0; border-radius: 0; }#TKQO0IpmzHSnCkGDngEVkebUX8UzkBzt > .row .container { width:320px;height:873px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUDJZORmVGOT0oV9P25WFEEF3Hg3bAOw { top:8px;left:70px;width:180px;height:31px;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qnEu87WNqGI6rmaRJUkIG8v3Qqr7gVZT { top:294px;left:0;width:320px;height:31px;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rIKB06KCZ8iZOTcZiS8HTGEPs58x5H7N { top:186.5px;left:33px;width:254px;height:128px;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QUFInECq2UMlwG6TyUF4ScFFSB8IrSpR { width:320px;height:78px;top:66px;left:0;text-align:center;text-align-last:center;font-size:30px;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #NU93zyx1DrhqkrHumgtoxMp7EFsPnPHh { width:219px;height:52px;top:111px;left:50.5px;text-align:center;text-align-last:center;font-size:20px;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #o41yRtKiTHJ19AWIPtElunBGpy1mxN8H { top:340px;left:34px;width:252px;height:62px;z-index:100031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cPB6T1MNun3NkSvDtUoDIQC7JtZ8MkBv { width:231px;height:38px;top:352px;left:44.5px;text-align:center;text-align-last:center;font-size:15px;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #uQitOvQ5T2mulq339BD2GkHQdP9WUST3 { width:320px;height:247px;top:111px;left:0;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #WIf0QaxMuBMeTcytdmIUpP19rFy3yNTa { width:300px;height:366px;top:457px;left:10px;z-index:99997;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:block; }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-regular-label { width:272px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-text { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-text {padding-top: 0; padding-bottom: 0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-textarea { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-select { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-select {padding-top: 0; padding-bottom: 0;}#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-input-button { width:217px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:27px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .widget-checkbox-label { width:255px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M  { width:272px;height:auto;top:478px;left:4px;z-index:100014; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M .radio-container { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#T50tDq3OuAKp6syv0v7Svylrv803H83M {display:block;}#T50tDq3OuAKp6syv0v7Svylrv803H83M { width:272px;height:auto;top:478px;left:4px;z-index:100014; }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #dFFQN1TElSGtiFrbT7rnswqB0qJG4U5P {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #WmCwVGOAdud7RNbiRB260rXeM9GQZr1g {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #bcdWTQDR6efJBcnDayTi3PoLsWrUazFh {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #scx8zzAwRiVCu3s2RCGFXS7EeyXw8Kl5 {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #M2oSP9qE5e49WA86C94xT5zpUTSMD78t {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #yl2XiqZRGUANznWEIgisv0UHbKQLHlsN {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #FUxKo8PV056LT8mAywKP7hOETXmhcff1 {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #S7OyKI0c7R7wZNFSWxrRR4IrlAZnayFN {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #kp4f7d3HkNOALSET0qs3f5JkekFuEm8g {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #l3fy74JpKT0TTBahKC2zdpfEvU6cfmJF {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #ohpFh7OBJg4vBZd969SA8Qya1HO0s6r6 {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #TI6GKSLqPOCNAIkKmgP1ZeCfrBbpqA1d {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #WN99TkIP0pvkukrWX3bmTCG8vEvDlKcT {  }
 }@media only screen and (max-width: 763px) { #T50tDq3OuAKp6syv0v7Svylrv803H83M #vTv7oVJ67kQBctquza6nIWcHM71UnqfA {  }
 }@media only screen and (max-width: 763px) { #lctqoWV4u6R1d5VVCAQSuC60Tk6scZeN { width:82px;height:78px;top:412px;left:119px;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #V1VIlM26uO4T7yAr0o364FbhO3egbN5T { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/9D1mb9fu/Prostok%C4%85t_1.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;z-index:auto;top:auto;bottom:auto;left:auto;right:auto;display:none; }#V1VIlM26uO4T7yAr0o364FbhO3egbN5T > .row .container { width:320px;height:1127px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTs6sNxIefROhNS1SQk131pqvd0QIdMH { width:300px;height:400px;top:233px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #gCbQsBNAy3AEpeTKVANOVmL5T6xIDxla { width:244px;height:36px;top:253px;left:38px;text-align:center;text-align-last:center;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #IlzJ75ZLzwK8e8e4Xv7G8bPfLzTlZHxc { width:320px;height:381.73913043478px;top:279px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #UzS3FwK2XM1xaoVQ96Z6eHVxNvA4IaUc { width:258px;height:129px;top:232px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sF6m6Avkws6dRWXK8xGIbxer9hGW1eoi { width:320px;height:32px;top:339px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UkAaqxF5VDP48hhTUqeaBTsGcSIrD8Ss { width:114px;height:20px;top:23px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #DQvsve3DLGdH0Bouo712fcQV8oFmrPp5 { width:320px;height:78px;top:85px;left:0;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #lFBSTRaXwNDO7Ct7Ty6fwTqiN9porSVm { width:219px;height:52px;top:124px;left:50.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #c6wfFAVhExA58r4WIKQcs5r2IUpGsWn6 { width:193px;height:183px;top:404px;left:63.5px;display:none; }
 }@media only screen and (max-width: 763px) { #t5ILCEtnE2lEo2zUlZ2O3U59OSRi1SnR { width:108px;height:84px;top:453.5px;left:105.5px;display:none; }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-regular-label { width:272px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-text { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-text {padding-top: 0; padding-bottom: 0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-textarea { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-select { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-select {padding-top: 0; padding-bottom: 0;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-input-button { width:217px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:27px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .widget-checkbox-label { width:255px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O  { width:272px;height:auto;top:653px;left:4px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O .radio-container { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#VDnldtuQtJdIT4tgPsmKey1787szBB5O {display:block;}#VDnldtuQtJdIT4tgPsmKey1787szBB5O { width:272px;height:auto;top:653px;left:4px; }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #FG1RKAnSU8wrmn5H1qq3178CC1ARQ5JX {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #asBeoiORxODDKdN5Gf82eyxZB2NcVODG {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #Gdsbca84JPgwC0CM3f3PD9BIX13KdVUW {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #MuIWcFLsZHymBhiBK1SH1MF73hhfEBMB {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #XiXEMLNyPMbToskEiZSsfleupzKaEUM8 {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #hz4A6iMFWNpIVr9IWn6FfTWTK6ps9QKc {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #q51qt4zoyTk88Csl9ly4yVvHJ3c1OKkB {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #LDTIJQiISwUWCBTqUTLpiBJ5h6UID5Zw {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #BEXJE7d5OB0k11TawzOMF5DTNhwMZ5m3 {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #QcDNyuCUTDOKFQfEHVOk1aCi7UMQofnx {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #ukEr9IGgXrddUT6PgsgCeWQ0IqwaAsiX {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #VSEIxtL8dLWw7uudAoKEWVKxKJf3tKED {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #BsM2IEL6E7x5SocBhqVGZLaQrFAdQgL5 {  }
 }@media only screen and (max-width: 763px) { #VDnldtuQtJdIT4tgPsmKey1787szBB5O #UKGMM94Uokc803ZGDyI6nGkgnubnJZP4 {  }
 }@media only screen and (max-width: 763px) { #pKERCIvsHzGN2TI6WhMJJIxaEV88KBaG { width:82px;height:78px;top:1029px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #MIaHyBq8bZ1FQUCfWAz1KSm4L605TkLH { top:410px;left:34px;width:252px;height:62px;z-index:100030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KJEdRfHskS7UPOSJTSFvVEmK1nDlpMhp { width:320px;height:247px;top:111px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ { display:block; }#Q1LTTX0xDXaEJumy4lc2rpEmbSi4lqdZ > .row .container { width:320px;height:488px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVvbI56AVPqHJ6iI437TWTTulnZIdJHB { width:51px;height:31px;top:41px;left:134.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xxsv8yTfSozH0yGS5NdhCnkv4pyAB7Zi { width:35px;height:31px;top:158px;left:142.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GFnurJh3K2lKGTaR9ckGiF04XC1Qo55r { width:40px;height:31px;top:254px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #qZIeNT2Oh6TuPxHL4aiL8azF1v5m4f2i { width:25px;height:31px;top:340px;left:147.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qJ8Z5cDQuTTPukxBJZvUMhfJ91givA6n { width:239px;height:132px;top:100px;left:40.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XNhZpTJUiJRsEk0BQw4oahUTbgWHiga7 { width:239px;height:99px;top:200px;left:40.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BEEGvfctHqKAIpMb0D26p7sZFcUBCt5Q { width:239px;height:66px;top:305px;left:40px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #v3hJvLfAsyTkDUPSsmu4q7kyHrJ76FnJ { width:239px;height:66px;top:399px;left:40px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 { display:none; }#pzKHJxIk6rP2vRIwvms7tN9gFcDFUKh8 > .row .container { width:320px;height:3359px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VBrwPGh0Lhha2yvkRSl9zt700ytuOlXe { width:320px;height:39px;top:40px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #THdd5rJp3RS3Mi6AZxn2cDHw2e999k50 { width:320px;height:33px;top:172px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #GdhJ5SuER8h4Nx1ZphGHUaWM4hWXHVT9 { width:170px;height:162px;top:215px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pnBgqLvV9NLO9xKkbT0wa7nqCzCXMKTv { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #Bb3OBuy57hS1zJwEZ1C3WuxiIhP5oXpx { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #f7s0EDpXyXN6HuQAC9eee0ODprFTrSDL { width:320px;height:66px;top:597px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #bN7eMpFZWEXFbre1s9VpgaUp1dg7RKvJ { width:320px;height:33px;top:445px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #Vsv01F41fW2XvHdEyDeeAnTLzzLWFsUK { width:320px;height:132px;top:531px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #PsT8NZMmgKXGs83GxzRZDzEaKgTiiJok { width:132px;height:135px;top:1580px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #myeiIgV94iJJfJKruV4hQvFP2SyFD5gT { width:320px;height:69px;top:194px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #DNTonNOWcfdbzUsOZCZIbuaATAhpSAOJ { width:147px;height:155px;top:504px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Fw49pWVzNebJha5sekyogcHAnJZP5KPX { width:142px;height:144px;top:756px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #TbSHOGqAnLApxmUt7NrqospJOz12qWvE { width:149px;height:152px;top:1048px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bTq1GTFfJkB7ivKU5x33rAJ7L1iK8p9c { width:137px;height:141px;top:1318px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #KQUDTqLeVbnxrCd6LJt2WVkpw5bqpZil { width:123px;height:127px;top:1828px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #RcbLtyn54azJ1GreDefTuoAQr4uHq9uK { width:320px;height:62.645502645503px;top:1975px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM { display:none; }#QRwZxeXrQiQXqaCqOGQwKt62N4BmnXRM > .row .container { width:320px;height:3359px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VGVqgThqxLX4tbDG5iLIl95gyihP2DcC { width:320px;height:39px;top:40px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3UcE7zm9MTG2mvTy9T5W52usop3ysJ { width:320px;height:33px;top:172px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #nFzyCB8TdnGyAygU9gy32lkf2LeCA7BD { width:170px;height:162px;top:215px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TaeAq9QfzCtge1ZbMTA4BhIilzWNhZz9 { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #KxsM9gRnapNaC70qLy9pGHnZfgLWLoTI { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #TstJKPwAMSMXSxieyN2i0AD5Mua2s7MN { width:320px;height:66px;top:597px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #ivUzIAH3Idqt0IG5u7uUvVD0Bq181Ud8 { width:320px;height:33px;top:445px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #iSFNUqMHskAylW4BDfmoicTPhFVGhI4A { width:320px;height:132px;top:531px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #oQdG0NbXasCZZ0KhPs9sireRraTDrCMN { width:132px;height:135px;top:1580px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #asggREuh5es1DmFGzOJMkbmCxHe4dN4w { width:320px;height:23px;top:283px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #V4DmlIalNLJEffW0iTIK8Qzh8qW1xVgJ { width:320px;height:23px;top:226px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #ZobekTGaC0VFdmDTKGHBel0cbH4o3x6F { width:147px;height:155px;top:504px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sObpUfAUcLfuTCEGSpX5VWv8FI3zPrIm { width:142px;height:144px;top:756px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #vTHNRfswE1Q7K9n9IJopaZeZkUHhknn1 { width:149px;height:152px;top:1048px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fmIoNHclwVKeZ9rUiotEMnSyI9Bd32t1 { width:137px;height:141px;top:1318px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ssWTQ6g2GiiBND6AKq6Ou4rqVuG8Snkq { width:123px;height:127px;top:1828px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kuTuee5FMFKkinTQ4zyFHFUu5SOr2UVU { width:320px;height:62.645502645503px;top:1975px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df { display:none; }#SU1w4O0pgqdCtH9s1tVfV6nmy2X2G3Df > .row .container { width:320px;height:1979px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v45yuxy6NJxa1k9XFZk6N99GJJXWrUFF { width:320px;height:39px;top:40px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qU65CgFZLBq69JJMbcwObxbv8DUUinD3 { width:320px;height:33px;top:1782px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #Cfhk2TJsN4pM2XB2D8fGhWetpXP0bO7K { width:170px;height:162px;top:215px;left:43.5px;display:none; }
 }@media only screen and (max-width: 763px) { #p65e0GQ3s5Cyl3ZaqHRkzMb83ytQqOzv { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #aIbx3KRMkOAuKHpoAez8Bgd6UlscPlVH { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #S0DZi9LeGKcMuB8H3zDmOZR5kbS7a0Cq { width:320px;height:66px;top:597px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #HTI8Tr6xbzG3DTMndRAJyTboiTuTTW4r { width:320px;height:33px;top:445px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #XcgD8QIT7yt3PxKDPcxzEJTrrdH9zstA { width:320px;height:132px;top:531px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #swtdh91H5fUud6NpuEyaENin4nIHr6dI { width:132px;height:135px;top:1580px;left:94px;display:none; }
 }@media only screen and (max-width: 763px) { #GnSoNsa7yHx4I5Prw4Tyc2ppT07rwIvL { width:320px;height:23px;top:264px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #DBr5ApgfDEIRlGAnapLIv7guDNl1RN28 { width:320px;height:46px;top:187px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #uOgaT9IaQuxbv3wtkmR4s7XImWVIZEMB { width:161px;height:170px;top:1517px;left:79.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DP1UXe3REDsDxK45wF5z0r8Jz9vWW5c2 { width:142px;height:144px;top:756px;left:89px;display:none; }
 }@media only screen and (max-width: 763px) { #pCudUeN9ltBFeL9Fz0zBCTeilcQdUtXR { width:149px;height:152px;top:1405px;left:98.5px;display:none; }
 }@media only screen and (max-width: 763px) { #ic4xue55wUSpkZt5d9Kd9oAJXiev8Piz { width:156px;height:161px;top:727px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #VMPsp07ht4R0BF72aRonzvvwTgck9iNg { width:123px;height:127px;top:1828px;left:98.5px;display:none; }
 }@media only screen and (max-width: 763px) { #n3DJmpkyt9MfO2RPxdatTxt8XlXbMZqm { width:292px;height:84px;top:349px;left:14px;text-align:center;text-align-last:center;font-size:22px;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #xQOEO6o3pvGF57Ulc6zKE4pC9DQ8ksqz { width:292px;height:56px;top:649px;left:14px;text-align:center;text-align-last:center;font-size:22px;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #GqeOuc6f1KPI4qzkRFyyxK2HymdfMsAb { width:320px;height:62.645502645503px;top:1707px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl { display:none; }#iT8mQtPZLwKWEBnL6PipgmrOEFVL9lZl > .row .container { width:320px;height:3277px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BVJKELtiK1fDqlvpOcL3V8EEFwCuo2TE { width:320px;height:39px;top:40px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #u2in734GHTeAODcTOJtOtAnOAoxqqINF { width:320px;height:33px;top:172px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #A4qzN3sTuSHVQas10JqmgQHS5doDFuid { width:233px;height:162px;top:215px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vOkQmZm3AEPPS9h9oR5XSs6OVReLPzAa { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #apvicMZrseIcbJVewqxmBzpf721nqyig { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #IcJKesFl1Lac6pveR3369lDciLeIamPd { width:320px;height:66px;top:597px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #ZvJRcudOk5l6A6r9Od6kyQzuQQFmTEmT { width:320px;height:33px;top:445px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #TaUX70UfDha0lUWBwVlZfrG17IGJMbiN { width:320px;height:132px;top:531px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #JTHscFBGOTv8kxQwyIbDyWOmcuLih19z { width:132px;height:135px;top:1580px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #cAwy40mrJ7PSTXLFTGcVnaAS3EWZSxGx { width:320px;height:23px;top:283px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #A3qUZ0C1kXe71liUCOtOXEGyMEQMihgQ { width:320px;height:46px;top:226px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #XHthU5mbIxdAwlfA1IMEAuLr1zpsCTml { width:147px;height:155px;top:504px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Dfz1qcQh8upBfdwAxLJwHULiVE2fGHSz { width:142px;height:144px;top:756px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #SRvcdaAh3UTbwVqUilDgHMku7sLGcIme { width:149px;height:152px;top:1048px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zNClyXc3uZd7v8ADBT6nwMEikbZs2knb { width:137px;height:141px;top:1318px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #SZQovmmcVwkNWPybMDTPgeG9HbpQInWG { width:123px;height:127px;top:1828px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS { display:none; }#TXWIsKDTM3vDML2PEm2WXHRGhHrKp2PS > .row .container { width:320px;height:3359px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WrPhEoaGuFaCsUHFhwpP7md1ulm8ruxc { width:320px;height:39px;top:40px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IqSk9xWLIBZOHmBqHpAs6wwhtshfTUG5 { width:320px;height:33px;top:172px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ET8He0bDCG575xDfQCGPWLTuVwXyJBm7 { width:170px;height:162px;top:215px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IzwA2y0qWPMzpwJa0zxAxVZAa2nGmT6d { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #FtXENzbsLlVHM0BnWPnrNCaAcBVUaE5t { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #X5KqlX8XoGzMID6LgSaPHRSvWsppmQfT { width:320px;height:66px;top:597px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #LJdwn6NwfQNUiRTlUsu2lZZ6hn7MbnLC { width:320px;height:33px;top:445px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #efJRo4bBqGzcd0hlQh2eGTm2fukWKyK9 { width:320px;height:132px;top:531px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #z5OTCauyT0XQHyFp8i4g1g5cvxISGt7z { width:132px;height:135px;top:1580px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #TcmUVuWL8wdfgmiyp8asNKTyh1Bilebp { width:320px;height:46px;top:249px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #v1qS5e6XIb19xdvVWMROx9qMoL2STCTS { width:320px;height:46px;top:183px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #X5GDaTDvd798VtiSyQ3J04DZTELtfvfK { width:147px;height:155px;top:504px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #K2ASmTze5UCagfiooLTm0dgG01IKN1ZE { width:142px;height:144px;top:756px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #yNfrNxT2peW4nlTTxGk6bKZcCGG92cPQ { width:149px;height:152px;top:1048px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ccZ2Wdpu6h4ggniQnD3PbFD4xUL28lTB { width:137px;height:141px;top:1318px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XVbVskat1hsZqs2rcMBhhNMfgcEiRVrn { width:123px;height:127px;top:1828px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qkPqiCQdicnEVEM6spwXc6oT1yiQBtzM { width:320px;height:62.645502645503px;top:1975px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 { display:none; }#Afos4FgVZIaQTS2vT2uHWqeWgUvxNMt1 > .row .container { width:320px;height:3359px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z5oIJioGkBy5u87VDS8U9tzC0lQcFm7B { width:320px;height:39px;top:40px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #om4F84rCki6nTUcefJ6ZeV2aWWd3TSGo { width:320px;height:33px;top:172px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #osN3LRvNRBbHT1ux6gSlWDSnX2tVxZZT { width:170px;height:162px;top:215px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vZHgT9V49KL8bZCm6JoiDbLrkp5Kq1v5 { width:320px;height:66px;top:488px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #OTMrEuzWql5yFss3ZUsdQH9AxERkr85w { width:320px;height:66px;top:597px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #BDOhE47zH2IiJykEMHAS22TfpD8avGvr { width:320px;height:33px;top:445px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #K6WzmRMh2F9TLActpFD3zJCInn4RiuaN { width:320px;height:132px;top:531px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #rCEbNFoixLuSidkWRRm4tAAWHTQSzN1I { width:132px;height:135px;top:1580px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #kAdrP5N29qqQFzBeTcuaMeZo5tp31LQB { width:320px;height:69px;top:203px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #vimAq0JQZcp5e9Zc8ANfips57H3mGONI { width:147px;height:155px;top:504px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PasGlbJbRmtR5dIQemH0bP0woVWVmuNF { width:142px;height:144px;top:756px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #TyhlQm66m56pRR91BPA3kJ00ZTlzpBGz { width:149px;height:152px;top:1048px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFAThSqNvLmxfufDLL12wMXMCmBX4Zxx { width:137px;height:141px;top:1318px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #P1GlzkZdm3HP1PsVDrRNPT2GV5hw5k9i { width:123px;height:127px;top:1828px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TCeizMOQ7rbii9oEQwx8gSCToRwtJyR0 { width:320px;height:62.645502645503px;top:1975px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xuFx8IW5O78hPGmVm9I0abyrmtTonnlq { display:none; }#xuFx8IW5O78hPGmVm9I0abyrmtTonnlq > .row .container { width:320px;height:3477px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P2H3aMDSlgqJNZUTyrTF0F4W9nW9qHoN { width:320px;height:33px;top:445px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #nDC0T82TlHlcWWfFH17ZOcufkoA7cvbG { width:132px;height:135px;top:1580px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #L9IVcOiUTyNfSWCrtaIxEQWIR9m40fr9 { width:147px;height:155px;top:504px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wFx7kqxtFeD1S2KG1a4mbL2fSqPhprpZ { width:142px;height:144px;top:756px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #bnuqOupTTkPHgzrXUgsLlK23vxdFdcu2 { width:149px;height:152px;top:1048px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #KnUicxMnLXNqRZILVtK0Fgyty5QfQxLl { width:137px;height:141px;top:1318px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EB9VT9aqfvckx5FuLxJnIpDLBb0U0941 { width:123px;height:127px;top:1828px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CE8NWgvOyTGW8HnxnR46fcgtDLpU3aCW { width:320px;height:104px;top:1975px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc { display:none; }#bH9Qm1aBHr3JLKgZgy75hgcJFADv42Bc > .row .container { width:320px;height:3359px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KA9FPO1DZI3G4pQyxGM7ZfrfF3hfsn4p { width:320px;height:33px;top:445px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #pcbbqqvlq15LlgbBlRfUN4rC9kvfFUP3 { width:132px;height:135px;top:1580px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #GJcmJoFbs4uwBeQQPWDPnpDmgEZc4P82 { width:147px;height:155px;top:504px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PrAyWTuyrw84wmITFllyHfTy79r2Ifgr { width:142px;height:144px;top:756px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #iQZXaTtZOQZ5RlmVtszmoTx1Bhv51UmP { width:149px;height:152px;top:1048px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZW151u8MRTnCXsy1trSpMZW3RsCzLK49 { width:137px;height:141px;top:1318px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Sy3UB4GysHO9ee0keT41pQxRcyGeW0xU { width:123px;height:127px;top:1828px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I { display:none; }#H8qXfaD0SE8QMawuz0L9e1d9h4szNT7I > .row .container { width:320px;height:3359px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CVTDy6VcWPoIuX6SIPiP8o9VvU0QPrTw { width:320px;height:33px;top:445px;left:0;text-align:center;text-align-last:center;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #PAcvSlCxWKWwRpslEwcpQkTyUVnMF11V { width:132px;height:135px;top:1580px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #RErCUmlZvaT5AQoGxm77BbxkZWoS6x5u { width:147px;height:155px;top:504px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Kxv47qA0Mmtm6UhwcyZyPTMrb5JFp90u { width:142px;height:144px;top:756px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #VTITgfchDinZzvbVJ0TgiwvnXfVC0kK7 { width:149px;height:152px;top:1048px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IOidSJTooqrMKWOvpkeb0xFspmTXSQAA { width:137px;height:141px;top:1318px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #i8TEbt4nvslcHMCcEuP7zpQgb4zbTMBC { width:123px;height:127px;top:1828px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #oCW62bBR104KPEbcT74fHuuPAQH3QE0T { width:304px;height:55px;top:3202px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #E4VXw1pdvoC9B7elbDJZToXyusvdBxxI { display:block; }
 }@media only screen and (max-width: 763px) { #lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9D1mb9fu/Prostok%C4%85t_1.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container { background-color: transparent; background-image: none; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container > .video-iframe-container { display: none; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row > .video-iframe-container { display: none; }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .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); }#lNk1p6fkWfHpc7C1tEN5dkFZgH7o2kLv > .row .container { width:320px;height:573px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvhepqERDuGL3UNH49CS2T6L9rMyBxic { width:71px;height:82px;top:48px;left:48.5px;display:block; }
 }@media only screen and (max-width: 763px) { #csHzw5o7pMZezB4OznSwl3XRnmLwwzca { width:71px;height:82px;top:48px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuX5P9lqCsznc0Zo6pz5opdbdGXiNW3T { width:71px;height:82px;top:240.5px;left:124.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VPIeNKBdgmypUJ7KrTmHl3AHGvTtTV3U { width:71px;height:82px;top:402.5px;left:48.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QCwyzMSilL7b9ruNDiOO9KRthZp5OFTT { width:71px;height:82px;top:402.5px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #V0KxDLB9aufxa3EUnEmMRL4iSrdo5Ter { width:43px;height:54px;top:62px;left:62.5px;display:block; }
 }@media only screen and (max-width: 763px) { #agAOD2pALEOL3axG1yHQvq02OK1Jv4to { width:46px;height:46px;top:258.5px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #SGHSmOfNUtvRibIM1zTFeuaZPaZGXrpv { width:51px;height:31px;top:428px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #ARmeRemsHbe6SqPLwgcvM7AVerc8ZVgC { width:29px;height:43px;top:422px;left:69.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MVZWTzpl7V26NeLhsJXDUVeMxsWyUwpP { width:49px;height:49px;top:64.5px;left:215px;display:block; }
 }@media only screen and (max-width: 763px) { #dvlXdNDzBhVXMULiCQ3BwVuOngTeZ2an { width:148px;height:54px;top:146px;left:8px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sqt6vOWBEkP84lwTf7PQwkg9xhNcrUak { width:137px;height:54px;top:322.5px;left:91.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DNNz8AftLT4nAirhxhQKT8bEPtSXP08E { width:163px;height:36px;top:498px;left:157px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yrCTsGW7DhSMvLLsddEa2V0ytA1lWyny { width:121px;height:36px;top:498px;left:23.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DlgJkKBbuiDScQ8RAVkX6oW36z6Iymeh { width:155px;height:54px;top:146px;left:162px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN { display:none; }#RSesuAqtdNe6Gq03pwBJeEUKzDkexZqN > .row .container { width:320px;height:478px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-text {padding-top: 0; padding-bottom: 0;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-select {padding-top: 0; padding-bottom: 0;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-input-button { width:196px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:42px;height:77px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .widget-checkbox-label { width:263px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc  { width:280px;height:auto;top:42px;left:0; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc {display:block;}#q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc { width:280px;height:auto;top:42px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #R5np6QTXlfvfMDMmsfvdKDVNpMldOVJW {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #cWig5MXZ0ZheIPARlm4tX78zqFd4fTPx {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #Nnuffd7rTisEITPsaMKuX7MwyPEhDh1A {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #VssDu42HoObtmarywguaD02JJGVw0ROA {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #fTT9ch8HuElnMl8JiPzTAR6IA026RN08 {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #JesHLR3R5JB4APABatXT6lMPARp1sF7y {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #yy6WqTkAABduRwGHvBeTnMbKXJTVIt9r {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #Zxn8m4Q7q9F2wHTBhbMQ72GAwl5NfAwI {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #mHH8pbzc56uk9fe32Igpcx1nol34P67M {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #P0TeU2psPPUpMOORAxoSeZGQRV6QqK2v {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #oT79waO5s1exeScmwaekhwmbvGrMIbea {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #ZTulrq832W0Rh28R0R2Cq7ZTkVRCBlVb {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #c8CkZrOa2RtkNyAiqoRPVix3PFc1394f {  }
 }@media only screen and (max-width: 763px) { #q0bDqTXGKtTCdkBPHGTKMaAWor7ox1gc #N0wwC4iGxcplHrs6K9G3QBb2NNwsJ7in {  }
 }@media only screen and (max-width: 763px) { #hDFapDPxzSN8S8Fpk8vZ2iUKPOAy1CyE { width:320px;height:36px;top:20px;left:0;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #NMygMlXreikLOlsnPIEz5DscVekX99lr { width:251px;height:96px;top:16px;left:34.5px;text-align:center;text-align-last:center;font-size:20px;z-index:100011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 { background-color:#ffffff;background-image:none;display:block; }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .row .container { background-color: transparent; background-image: none; }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .row .container > .video-iframe-container { display: none; }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .row > .video-iframe-container { display: none; }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .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); }#rEfHUr2vFo5ACrdwemflvVhUPKIwC5p6 > .row .container { width:320px;height:478px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-input-button { width:196px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:42px;height:77px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .widget-checkbox-label { width:263px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1  { width:280px;height:auto;top:111px;left:0; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 {display:block;}#A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 { width:280px;height:auto;top:111px;left:0; }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #Or7OtNr5W0qMm0s4qTTWaq10ecTDtnP7 {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #F6lfv2fiuy5caEEa3N33clgnRArgD9Ch {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #zkR6CXxbV6RQVHllXWNGg9havVBTo7F2 {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #CtaHxQUBCKGwFtlOf0OG85WpA9M14Tyc {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #bAatuNkelNVHaU8NAiNdXspKCviG0iM7 {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #MFHiqW4JNlWByJLLBygFLR2mmP4N5ann {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #kVlG9CykHqCoLUmXVMzxCTxgfoBLpihi {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #EXpCgIiIeIv0w5i30blcZ8TnvbpUQis4 {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #uuoxmR5dC4ygSUoDXPZLJ6tKkJLyCx4p {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #aEW0Z6vEtUkvP17Lu09rX51y8mhHtMlS {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #h56xgEuO78DMtfIshyQsPL5O2OT8256a {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #Lq7HRZrQg2pKQ0fNRIeT3Vcd3qwHF3vP {  }
 }@media only screen and (max-width: 763px) { #tc1fp4mZORV8bsZInzE3fKB4ZahnBNq2 { display:block; }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #DRyTWHAVpHUmEHklZMD1M4dg7oGKze3q {  }
 }@media only screen and (max-width: 763px) { #A5qEZuBUzNkvTLEOG1STAnsH4sMvtDO1 #e5tmNk56aMOK7yPlhSWmzQMrXr2dHETs {  }
 }@media only screen and (max-width: 763px) { #ielhzb7fwufHlcGdoQsDyGhmWLLQmKqa { width:320px;height:36px;top:20px;left:0;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #f6iwCROTts3la9lRScR3u9yJfOn67Czs { width:251px;height:96px;top:16px;left:34.5px;text-align:center;text-align-last:center;font-size:20px;z-index:100011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/N438ickU/Prostok%C4%85t_1_kopia_3.png");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { background-color: transparent; background-image: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .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); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { width:320px;height:588px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJUSeF3JBSDABt5ghgeUpIfz2hmQv7sG { width:239px;height:0;top:35px;left:40.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxL56pmrR9F0gQQcFH7xNvWbvfdBcQhW { width:320px;height:72px;top:77px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybufklJD92bFCt2IX58RncMP9DyMD3nu { width:145px;height:73px;top:199px;left:155.765625px;display:block; }
 }@media only screen and (max-width: 763px) { #SDlXpMeQnu5TcmMLMUXIxKNumw1dOVcq { width:97px;height:93px;top:189px;left:120.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qwIcWThg4KRMVMdmydhmfWGuQ2GyTWxE { width:150px;height:79px;top:196px;left:24.09375px;display:block; }
 }@media only screen and (max-width: 763px) { #h83MeWUQqZPgCTLD5TWkVDLUyu5AZTFJ { width:320px;height:0;top:442.5px;left:0;text-align:center;text-align-last:center;font-size:9px;display:block; }
 }