.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/14741404-b94b-47ec-bf4c-8035fb8d1e16/Projektbeznazwy20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eabf96ca-1a8d-4afb-9847-997b59167e6e/160059554.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.adaptive-delivery-prevent-bg, #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.lazyload, #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.lazyloading { background-image: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { background-color: transparent; background-image: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container > .video-iframe-container { display: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container { display: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .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); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { border-width: 0; border-radius: 0; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#TBQVC0BXR55nqyFf8PTKAUaN81NmBGyy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:7.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.109375rem;left:0.0010414123535156rem;height:9.9125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLD2h0MTO2yTHOqlKQuERFndRKmQNPmI { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:23.952087402344rem;left:0.0010414123535156rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BPqFPHQqlJuxVoxnHgKT4utabSsSLRZK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.6875rem;top:33rem;left:33.15625rem;overflow:hidden;display:block; }
#LZgF2foBefc1qDASwuZWkQiRCDszOlEr { position:relative;display:none; }#LZgF2foBefc1qDASwuZWkQiRCDszOlEr { border-width: 0; border-radius: 0; }#LZgF2foBefc1qDASwuZWkQiRCDszOlEr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LZgF2foBefc1qDASwuZWkQiRCDszOlEr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kH52IeyxwxqsuLFqWOAkPi40zkyXSADM { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#maZ07e6pdcB7z4adtaUUFnubZPdbMUue { color:#000000;display:block;width:62.25rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6875rem;left:6.3760414123538rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IqcOkDu1k1r9Os1txwD8FznwRJyATAyl { position:absolute;display:block;z-index:15007;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:8.4375rem;left:35.157287597656rem;display:none; }
#a8pMUERLkhN7nH5O3AvgT43OH6Ot0TfC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#EKicOzRqflSl2l8IkRnTbToEvV3UNv7A { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"din rounded";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:47.812499046326rem;left:6.3760414123538rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#D322eiWTnXSw3Smz1Qc2XWJTuQ9kkJKd { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"din rounded";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:47.812499046326rem;left:6.3760414123538rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZCa43WSsPVz8WXZQlH3264MeaBvKKxJt { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"din rounded";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:47.812499046326rem;left:6.3760414123538rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#X1dgRNMwuODF5zETf3APiKqLCl6lqzfH { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"din rounded";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:47.812499046326rem;left:6.3760414123538rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk { position:relative;display:none; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk { border-width: 0; border-radius: 0; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#A9muzbbpCAz72wkVFeggE31Ru5L143Ce { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:75rem;top:3.9572906494141rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#fwD7bNWFJbaqOXu2DxJMsMGJolMhZFcC { color:#000000;display:block;width:62.25rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6875rem;left:6.3760414123538rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHHEXrvSmWKTE3SFB862S96SBD5TTIGa { position:absolute;display:block;z-index:15007;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:8.4375rem;left:35.157287597656rem;display:block; }
#w41JOog3C4PO1BTre0AQWkAJWwV7vHdX { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1lmDr4uX3MDgwT5rTLTsTeSXiIQsXrL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:75rem;top:29.4375rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#XIJDiptAB7z8dQTy0DpKeUG5R3FUQR05 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"din rounded";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:47.812499046326rem;left:6.3760414123538rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJ8nVWqWqvGdHLmxwlibThFTWk8kB38k { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"din rounded";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:47.812499046326rem;left:21.602081298828rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inN8AZAseGhp5ThAgcfRI72GqtiEsppK { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"din rounded";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:47.812499046326rem;left:38.46875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KN2qvrm2J43qHTeXuwi1i2EuibOnyyEo { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"din rounded";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:47.812499046326rem;left:54.34375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iw8N1Ckp17tG7ng5o5Zuow4gJamttHLD { position:relative;display:none; }#Iw8N1Ckp17tG7ng5o5Zuow4gJamttHLD { border-width: 0; border-radius: 0; }#Iw8N1Ckp17tG7ng5o5Zuow4gJamttHLD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Iw8N1Ckp17tG7ng5o5Zuow4gJamttHLD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AvLHZE2Dwws5J1r5xQ0SoM29QZVzPdDV { color:#000000;display:block;width:62.25rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.0635414123535rem;height:6.175rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T6OgWUEy7qeuQIhMofEp1RqU8GgH9rPZ { position:absolute;display:block;z-index:15004;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:10.124999046326rem;left:35.157287597656rem;display:none; }
#s77JLar8QuoHAQaUlssWoyUdEz9dGngr { color:#000000;display:block;width:29.375rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1874990463257rem;left:22.813541412354rem;height:2.51875rem;font-style:normal;display:none; }
#O37aUzRQSlOPxlB9pQimdvzba1Rp6SKe { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.582290649414rem;left:6.09375rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sfUdz892aAnKEZKnMZcgePhMk4KZ9Hc6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#OCzDXXJiGNx52L74a9FWtpOU3zk1L5VX { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.512496948243rem;left:41.40625rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i3EGc58RnQGN9GFVCqTUuzhQvJidN8ht { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.582290649414rem;left:6.09375rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ESZL8PM16DfmFTdkOgkXVJ6XbaDb5PPH { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.512496948243rem;left:41.40625rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rUTM6HV9RObK17A2kawsDK7WdZ1DNwhX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa485cd5-71d6-4dd7-a12c-11030a4790e1/160056167.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.adaptive-delivery-prevent-bg, #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.lazyload, #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.lazyloading { background-image: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { background-color: transparent; background-image: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container > .video-iframe-container { display: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row > .video-iframe-container { display: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .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); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { border-width: 0; border-radius: 0; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 { position:relative;display:none; }#RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 { border-width: 0; border-radius: 0; }#RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa { position:relative;display:none; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa { border-width: 0; border-radius: 0; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SgoXBvnuXCb9d48G0DQvniQCXGLGV77k { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tk4ZG0pJ3H0IpPd3zJMz5v6AVp9KMSbv { position:absolute;display:block;z-index:15007;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:8.4375rem;left:35.157287597656rem;display:none; }
#XzskzVCsn8QcgxAXV6wuNyoJRIVGa0AS { color:#000000;display:block;width:60.25rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.288541793823rem;left:7.375rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DMTqoL8IHTPF1bcITg9UIdWy325e2q2U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.087500572204rem;left:14.84375rem;display:none; }
#rmoWhyF6xm65ApT4oPXCWBbg8GHvFSfE { color:#000000;display:block;width:51.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.275000572204rem;left:17.375rem;height:7.71875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#U2CQOFJOkFQo2xPWKtCwcXQRQAHNx4az { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.087500572204rem;left:14.84375rem;display:none; }
#AerSP4BynVyZq7ZATPOWyXKWsMzvWz9v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.087500572204rem;left:14.84375rem;display:none; }
#zABDIT0xnxncTRCPAQfBPBpk78X9V35B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { background-color: transparent; background-image: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container > .video-iframe-container { display: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row > .video-iframe-container { display: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .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); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { border-width: 0; border-radius: 0; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#mP1gTR8UfczUrT6hNfF5yDXly5mwxpMH { color:#000000;display:block;width:60.25rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.288541793823rem;left:7.375rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y2retXVFhyBlG85rDiz2V9tpqi5BsJCn { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R99FCFFrNzpiGGoUArNSl3oDhiK9f224 { position:absolute;display:block;z-index:15009;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:10.5rem;left:35.15625rem;display:block; }
#Ms6EslvODq0TLgJwxuBVzc5sqq1v5v91 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.087500572204rem;left:14.84375rem; }
#hhhaisgJFDfL84BCPQMQsnCMfff6i5r3 { color:#000000;display:block;width:51.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.275000572204rem;left:17.375rem;height:7.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qN2aOUSZVvMyk97u27OgJHGt3ii9U7dW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.259375572204rem;left:14.84375rem; }
#oSERGr82WQQ5B5mcncQVaEigf9cZuqDX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.313542366028rem;left:14.84375rem; }
#xec6C01UAemzemoZ6g1ib6QAiU5GXVkH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:75rem;top:29.124988555908rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#RGphiB6TXKHU9xDCARbEtyOFiet8IR31 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#xDNICL7KHKviTu1LS6PdhJQaOTdmMtnQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container { background-color: transparent; background-image: none; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container > .video-iframe-container { display: none; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row > .video-iframe-container { display: none; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .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); }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container { border-width: 0; border-radius: 0; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#t1ngw5fSXDO6Gqp5uITTivhs4C3ySpBD { position:relative;display:none; }#t1ngw5fSXDO6Gqp5uITTivhs4C3ySpBD { border-width: 0; border-radius: 0; }#t1ngw5fSXDO6Gqp5uITTivhs4C3ySpBD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t1ngw5fSXDO6Gqp5uITTivhs4C3ySpBD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#A7PV1nGxRiZ4yi2sJZfP8VHHu78EU6Mk { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375019073488rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bZ18MxWTKuQ9EVhBNSKKT7ULZ8GItuGK { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375019073488rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ufEM2RXSgurBUp2RTcd8UL3sA1GqrHLu { position:absolute;display:block;z-index:15004;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:10.124999046326rem;left:35.157287597656rem;display:none; }
#qemWyiTqW1hKJzsCkdCKqffDI51508T3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:6.8125rem;top:13.337501525879rem;left:14.907291412354rem;overflow:hidden;display:none; }
#UqUmTJE7cMqa2yxTTp8iZtNzymhgMfsD { color:#efad57;display:block;width:15.5rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.925001144409rem;left:10.563541412354rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#guLqgkp50ff2rsRCzTtyB5T1g7Lp74FG { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"din rounded";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.775001525879rem;left:4.1572914123535rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vtOSAMoTC9GMv0IdhbwVHnTDiToapuRN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.3125rem;top:13.462501525879rem;left:53.59375rem;overflow:hidden;display:none; }
#Bw8xtQES6s7Xl2xhuLXTXf86pnJyqxgg { color:#efad57;display:block;width:15.5rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.925001144409rem;left:49rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MH2x6F4UQN901SpQV7f1dAwR9rWxJ2FT { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"din rounded";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.775001525879rem;left:42.59375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BVGhIZombMrQMegTZ1edA90XR3Toxb4G { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.375rem;top:28.594793319702rem;left:14.626041412354rem;overflow:hidden;display:none; }
#zNS4A5X48Ka5RVdXg5e0zesu4IzZ7RSO { color:#efad57;display:block;width:16.6875rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.612501144409rem;left:9.9697914123538rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mGlH9BBIBrx4dkedTru6zgK0fzTToDSN { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"din rounded";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:36.437501907349rem;left:4.1572914123535rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IN1Q9PFQ2uNTXwdFLdQLORU1qRuAkOAM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.6875rem;top:29.188543319702rem;left:53.40625rem;overflow:hidden;display:none; }
#aMEBftA2tWGOsPu7fZRBAaUy9DyblMRU { color:#efad57;display:block;width:16.6875rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.612501144409rem;left:48.40625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U9VRrcMaOLfwZWHCC9LKBr4VvSi17JlT { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"din rounded";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:36.437501907349rem;left:42.59375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz { position:relative;display:none; }#wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz { border-width: 0; border-radius: 0; }#wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tUSBwcI3yADc2hlizc2TZVmTOkNIyp0h { position:relative;display:none; }#tUSBwcI3yADc2hlizc2TZVmTOkNIyp0h { border-width: 0; border-radius: 0; }#tUSBwcI3yADc2hlizc2TZVmTOkNIyp0h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tUSBwcI3yADc2hlizc2TZVmTOkNIyp0h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BTsQeTIIVGLGVSfWoRMJbqQWtFMzLXFJ { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KhbA4AVAMsHi7brTkIO182ZXBwQlrQoi { position:absolute;display:block;z-index:15004;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:10.124999046326rem;left:35.157287597656rem;display:none; }
#Ts9psQeTDuW3b19CX8cs7Lhli7pzuAB5 { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.02499961853rem;left:9.78125rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vCGbQF13tuClw13fmpPOoeDl4GusF0oG { position:relative;display:none; }#vCGbQF13tuClw13fmpPOoeDl4GusF0oG { border-width: 0; border-radius: 0; }#vCGbQF13tuClw13fmpPOoeDl4GusF0oG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vCGbQF13tuClw13fmpPOoeDl4GusF0oG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k { position:relative;display:none; }#VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k { border-width: 0; border-radius: 0; }#VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qyCpmhQlmbfQdNViBUXKnGHKv5eFW74t { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CW4x4QMayU6eIOO45n68e7dldvpz5QXx { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#igVPiPn33kkeU0VB9TDfybl64t2ieNdA { color:#efad57;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qtqArpdZrrCyEnFo9Otb09hdfVdWqdCD { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:9.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pZRoD51rU3TXpIybbLw2EPW0B7XXCEkt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#cxfvqFzLfNCkrLTFAcO1ssQRNhpiE4Q1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ahwWc3xN8So6aMQnHPmSvSLGfx8dKShS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#ugvWPxpPOKQxNhOXJgQXB0K6Qc7Cy8yx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#MrTtsdatwl3T1XTT3iSmRWutQtPBt9U5 { position:relative;display:none; }#MrTtsdatwl3T1XTT3iSmRWutQtPBt9U5 { border-width: 0; border-radius: 0; }#MrTtsdatwl3T1XTT3iSmRWutQtPBt9U5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MrTtsdatwl3T1XTT3iSmRWutQtPBt9U5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HVacNVMICoDyvfG4lE7UXpXzamNlw42O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sv3ZS9mDt4O98AUBEPyaUplwparUG8u6 { position:relative;display:none; }#sv3ZS9mDt4O98AUBEPyaUplwparUG8u6 { border-width: 0; border-radius: 0; }#sv3ZS9mDt4O98AUBEPyaUplwparUG8u6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sv3ZS9mDt4O98AUBEPyaUplwparUG8u6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#teJuALkz2oTPs18bd6WsrlEAA5ftPqHI { color:#efad57;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tr3HNJkpRqX7Qrc4zxrclhVkolXbUWll { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:9.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#I0Vcr316oHZn72HngGN9WBJt7G1kKP9s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#dn0GOGMd7Wph4D7TmJWohlaylAIZaO90 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#wfi1wsVxt9hyH1HyNW7ADfzorzLIGL7l { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#FO5tXrDMzZBTutaELO54ctedI9FMrIgT { position:relative;display:none; }#FO5tXrDMzZBTutaELO54ctedI9FMrIgT { border-width: 0; border-radius: 0; }#FO5tXrDMzZBTutaELO54ctedI9FMrIgT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FO5tXrDMzZBTutaELO54ctedI9FMrIgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aDcEWttNsULxlbWBabfQlngcJFnFZTu5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cHur0xr6rfrJppd5MrVBm6GANQsEAi7s { position:relative;display:none; }#cHur0xr6rfrJppd5MrVBm6GANQsEAi7s { border-width: 0; border-radius: 0; }#cHur0xr6rfrJppd5MrVBm6GANQsEAi7s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cHur0xr6rfrJppd5MrVBm6GANQsEAi7s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wwvaiangWl323skc9xVnSUN3sJ4ZhNoX { color:#efad57;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FS8GL4eowyTEDGquhZM2p9smMF5A9Vbq { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:9.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f5rcR5WPFahFs58y9S9zmuIFw0OCN2bD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#aplfGcstex33xghDUtX7Qc977tPpStJJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#OXL2kPkQNNkArP4ioqifMtJccSK5xo6U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.5rem;width:67.5rem;display:none; }
#GRMwWADs88GmZBNJdqcFUqN3uuuF7OtR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { background-color: transparent; background-image: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container > .video-iframe-container { display: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row > .video-iframe-container { display: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .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); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { border-width: 0; border-radius: 0; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;position:relative;display:block; }#vRThafH2T7QpP9NnRuTgDhGCpQaSHoiH { position:absolute;display:block;z-index:15006;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:10.187501907349rem;left:35.15625rem;display:block; }
#hy3ultBmqpmamXg8P3DBGOCEQbzM7syL { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375019073488rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4mgJK3CGodci6I3b1KglAqOdEJuSMpK { color:#efad57;display:block;width:15.5rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.3125rem;left:6.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2XE3WQc1l26ck44Gq1vLOuBcK9iF6NQ { color:#efad57;display:block;width:19.6875rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.3125rem;left:27.65625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SO22JAFg7ngwezUbkgH6oyMu0r01QJ2P { color:#efad57;display:block;width:17.125rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.3125rem;left:52.28125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UP4QHmE1BuO2G5waxPaOMX95bzaf8dRB { color:#efad57;display:block;width:16.6875rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:46.000000953674rem;left:16.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3Qe2oTye0tFhGJ4iiaI8PBNX2HGPQEy { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"din rounded";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:22.995832443238rem;left:4.53125rem;height:11.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ge3RJ2LRlvZllVRvVreFTXNGuqTPFTEU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:6.8125rem;top:16rem;left:10.75rem;overflow:hidden;display:block; }
#HTGbCuTDgVQDKv7OAXbN2NLW19qg2FXU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:6.6875rem;top:16.09375rem;left:34.15625rem;overflow:hidden;display:block; }
#ur1GPcZroFUK25ktF9rPI2OoX1tgJdqh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.25rem;top:15.875rem;left:57.21875rem;overflow:hidden;display:block; }
#IsH98eHCNAvSNAarmkoMezaHONnv66Gk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.6875rem;top:41.669801712036rem;left:21.9375rem;overflow:hidden;display:block; }
#i5sR5IaD3w2nLNlR6xZiTDTGIyPZxur0 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"din rounded";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:22.995832443238rem;left:27.84375rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#klTVmT7AJM6EQLrgXwetmgCGTHk63R7P { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"din rounded";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.995832443238rem;left:51.1875rem;height:10.2375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4RtaaEeKiW1ArD9tSlvsRu9FwqtHWvK { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"din rounded";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:48.437500953674rem;left:15.913543701172rem;height:13.1625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtqJ0JbcTAyPqTkbNHq3KPGgcEbPi0Wd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.6875rem;top:41.66978931427rem;left:46.34375rem;overflow:hidden;display:block; }
#tEf9t08MgSyo44JmS1LsWPOCX7AIXQAW { color:#efad57;display:block;width:16.6875rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:46.000000953674rem;left:41.65625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmtuUUxmorDRLcHUv3bbqzpXt4ZwSZtD { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"din rounded";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:48.437481880188rem;left:40.84375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/98b22198-c429-45a7-b98d-d4381bc3d7d3/landingi44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.adaptive-delivery-prevent-bg, #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.lazyload, #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.lazyloading { background-image: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { background-color: transparent; background-image: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container > .video-iframe-container { display: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row > .video-iframe-container { display: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .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); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { border-width: 0; border-radius: 0; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#SZmay5KLDClfClbKNf492BZpySlNEsdp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { background-color: transparent; background-image: none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container > .video-iframe-container { display: none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row > .video-iframe-container { display: none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .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); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { border-width: 0; border-radius: 0; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#ecaTmuzgwQIxrRHeToMimaS5qsMhJzfv { position:absolute;display:block;z-index:15008;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:9rem;left:35.1875rem;display:block; }
#sozwwBK4ZCIA0NO7sX1cOw3WyQWAtCkB { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbCpTuEGDyMJP3b3wIEJ3ONOhWEdTtSu { color:#000000;display:block;width:56.25rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.337501525879rem;left:9.375rem;height:6.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGWE4iWegk4WRXgOSBCNzZzEmm0li9I4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:75rem;top:15.677083015442rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row .container { background-color: transparent; background-image: none; }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row .container > .video-iframe-container { display: none; }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row > .video-iframe-container { display: none; }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .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); }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row .container { border-width: 0; border-radius: 0; }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row .container { background-color: transparent; background-image: none; }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row .container > .video-iframe-container { display: none; }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row > .video-iframe-container { display: none; }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .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); }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row .container { border-width: 0; border-radius: 0; }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#bLZkpTkgGxqs3Ihb8Wg6Gn76dN9fumxd { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.9364624023438rem;left:0.0010414123535156rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zi5Ao4JeJ97lMUb5aZoeENzWfJ6NC7fw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:13.0625rem;top:0rem;left:30.96875rem;overflow:hidden;display:block; }
#xUbpSveam53hpINSPC7n4U07rhviMQar { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:75rem;top:9.9426879882812rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#uC2TJNehLqDxe64PylMTJo35UXtIzSGm { position:relative;display:none; }#uC2TJNehLqDxe64PylMTJo35UXtIzSGm { border-width: 0; border-radius: 0; }#uC2TJNehLqDxe64PylMTJo35UXtIzSGm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uC2TJNehLqDxe64PylMTJo35UXtIzSGm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row .container { background-color: transparent; background-image: none; }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row .container > .video-iframe-container { display: none; }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row > .video-iframe-container { display: none; }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .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); }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row .container { border-width: 0; border-radius: 0; }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#hPsJoTxmpxOkNeTrfB8qtAOV0EPApWJ6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.0980834960938E-5rem;left:17.5rem;display:block; }
#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row .container { background-color: transparent; background-image: none; }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row .container > .video-iframe-container { display: none; }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row > .video-iframe-container { display: none; }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .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); }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row .container { border-width: 0; border-radius: 0; }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#Qkgq8c0VZq7KHRhrGT49TlICROOtkkJp { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wh9i71wEwaEmsqn85L1n5yU17ZN04Q0w { color:#000000;display:block;width:56.25rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8rem;left:9.375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8Av3an5kIDTuW0HKs7tSuRESafTxOvT { position:absolute;display:block;z-index:15014;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:6.75rem;left:35.1875rem;display:block; }
#bWf4NamSG3gqL6MkE65JTnGF7KWVs1a2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:75rem;top:14.136458396912rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#G21rtnUxrWXG2lTWJGwoQUop9Xy5nDCV { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.364582061767rem;left:45.501037597656rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sS4OETqthh68QmGR9D2UksSlN4kQbXFl { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:20.927082061767rem;left:45.501037597656rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W710qu1uANlXPq4zWd2OEp13y1AOzrEp { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.552082061767rem;left:45.501037597656rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ySMBEPyeeHTeXUtMu4nLnZyS5Q1BwUoU { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:29.114582061767rem;left:45.501037597656rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iMbgOs5v9eprEDwL63OxPbfnE6T5KHAE { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:31.614582061767rem;left:45.501037597656rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uJJrO71Nm46sT8Kus3wwrdon3dxhAiH6 { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34.177082061767rem;left:45.501037597656rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#br3wTyDlLx0Os6orOFKFUiCc6UABNaDd { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:36.739582061767rem;left:45.501037597656rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nXo6XT6C8Olsl7B7Zaianr5VZluot34y { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:39.239582061767rem;left:45.501037597656rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cFtTmTGtxeD1FXEB2G7JVtXKgxvB5axD { color:#fb5b50;display:block;width:16.4375rem;position:absolute;font-family:"din rounded";font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.489582061767rem;left:42.938537597656rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lmN8w7kyHO9yJoiww8QFilIVvOdBNE6G { color:#ffce40;display:block;width:16.4375rem;position:absolute;font-family:"din rounded";font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.802082061767rem;left:42.876037597656rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row .container { background-color: transparent; background-image: none; }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row .container > .video-iframe-container { display: none; }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row > .video-iframe-container { display: none; }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .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); }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row .container { border-width: 0; border-radius: 0; }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#RMQD0TkSJnMV3oek2FlchOQcttH5Ay55 { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TESWXAsq1M9uTQzBrNTkSuTeWXUIaeit { position:absolute;display:block;z-index:15011;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:9.375rem;left:35.1875rem;display:block; }
#SvOnhfS7MzmefGIos8sAEpqBTdr5xy2y { color:#000000;display:block;width:56.25rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.375rem;left:9.375rem;height:6.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8F7oS6xosQCna0KoL5Db9Wc90awis05 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:45.0625rem;top:19.147916793823rem;left:14.96875rem;overflow:hidden;display:block; }
#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row .container { background-color: transparent; background-image: none; }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row .container > .video-iframe-container { display: none; }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row > .video-iframe-container { display: none; }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .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); }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row .container { border-width: 0; border-radius: 0; }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#bB6iw0NDVwNehXGvJFG1VhLmB4DEUkEM { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThddGLSXHcKlifcVUcQdZgAAab85cWB4 { position:absolute;display:block;z-index:15014;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:5.625rem;left:35.1875rem;display:block; }
#cvLZkTv2uefU1A0ElygSHb8UqfT8trS8 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.625rem;left:9.375rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nAyr6QvMQL0HCH24KrIVVaBA3Gwbm37O { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:67.4375rem;top:14.34375rem;left:3.78125rem;overflow:hidden;display:block; }
#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dcadd8a2-1001-456e-a471-73f378fe55bf/landingishowroom4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4.adaptive-delivery-prevent-bg, #Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4.lazyload, #Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4.lazyloading { background-image: none; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container { background-color: transparent; background-image: none; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container > .video-iframe-container { display: none; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row > .video-iframe-container { display: none; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .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); }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container { border-width: 0; border-radius: 0; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row .container { background-color: transparent; background-image: none; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row .container > .video-iframe-container { display: none; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row > .video-iframe-container { display: none; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .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); }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row .container { border-width: 0; border-radius: 0; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#B0US6NResJ43lNAUeGTxlE6Hbm4waARD { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ux42qlc2wr9lOX8ZfW9R4F4Qvope5dth { position:absolute;display:block;z-index:15017;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:10.6875rem;left:35.1875rem;display:block; }
#H4PerAu1DedpltkkHUMsqEw92ZTDoafV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:4.5rem;top:13.943749427796rem;left:16.376041412354rem;overflow:hidden;display:block; }
#StwwirVSaX2DwwGSE6agOi7bMTrvGclx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:4.375rem;top:13.943749427796rem;left:55.001037597656rem;overflow:hidden;display:block; }
#NPn78yVlOpZzmfZzfKOT1Gbu3RffX8TM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:4.5rem;top:29.443749427796rem;left:16.376041412354rem;overflow:hidden;display:block; }
#bg05TbI8LSJd3dMmq5JFe4VkO8kVQRcn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:4.375rem;top:29.474999427796rem;left:55.001037597656rem;overflow:hidden;display:block; }
#zp7kbK9ArzTkgp1KZ1Wc1XHTbLxrZxq6 { color:#efad57;display:block;width:28.4375rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.756249427796rem;left:4.4072914123535rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVViaB9GeoWXmIGdhXJdb1IAmCXB35l4 { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.543751716614rem;left:5.4385414123535rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mHSkhix6qM8SntrSiKJtw2AzUrJVHfZ8 { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.5625rem;left:44rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzb6fgas8qe68ueR6vJTQpq7IFM72UJH { color:#efad57;display:block;width:28.4375rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.75rem;left:43rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAwkP7pOZwxV2EBCsC5edzHiOfoO5BiO { color:#efad57;display:block;width:28.4375rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.25rem;left:4.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e08ovJH83T3mMGMW1XVliuMUiciBNJyX { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:38.0625rem;left:5.4375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUfqTaNuXv4RBUx1ZqMJguRJKesotvnL { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:38.0625rem;left:44rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PW9TOD6U2uA7guCSJRytIFvkuWZcKHKM { color:#efad57;display:block;width:28.4375rem;position:absolute;font-family:"din rounded";font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:36.25rem;left:43rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW { position:relative;display:block; }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW { background-color: transparent; background-image: none; }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW > .row .container > .video-iframe-container { display: none; }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW > .row > .video-iframe-container { display: none; }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW > .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); }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW { border-width: 0; border-radius: 0; }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/666a981f-e15f-48d7-b6d8-852b7c5392a4/landingishowroom6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s.adaptive-delivery-prevent-bg, #tyenWznP2tZItUbq0EGRCPRJPh1pdT2s.lazyload, #tyenWznP2tZItUbq0EGRCPRJPh1pdT2s.lazyloading { background-image: none; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row .container { background-color: transparent; background-image: none; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row .container > .video-iframe-container { display: none; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row > .video-iframe-container { display: none; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .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); }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row .container { border-width: 0; border-radius: 0; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#l30548Eo0ztph6TgOFdENHn00nWa8Od5 { position:relative;display:none; }#l30548Eo0ztph6TgOFdENHn00nWa8Od5 { border-width: 0; border-radius: 0; }#l30548Eo0ztph6TgOFdENHn00nWa8Od5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l30548Eo0ztph6TgOFdENHn00nWa8Od5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uWJTACCuG9UofekGakpWJhUzsokJoBOV { position:absolute;display:block;z-index:15004;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:10.124999046326rem;left:35.157287597656rem;display:none; }
#sHJBQnHmwcUXiWncKAqdpQMAgBvAIJTT { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BTp3NVRf86u5gvVgQsicOi7q0GTNHrrI { color:#000000;display:block;width:62.625rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.3125rem;left:6.1875rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BftBMJtTZkIonW3gIx8UOJXw1kC8aXJe { z-index:15003;top:24.75rem;left:24.3125rem;background-color:#efad57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(239,173,87,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:6.25rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#whUyTc3D51eLFcW0irikwgfgf4viNiOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 { position:relative;display:block; }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 { background-color: transparent; background-image: none; }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 > .row .container > .video-iframe-container { display: none; }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 > .row > .video-iframe-container { display: none; }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 > .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); }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 { border-width: 0; border-radius: 0; }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G0V520odq5ZBgINerbm05kEyo1JH8Otl { color:#000000;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIxzIvEdbpDPX2O5GO3SxNDUMCW7vheQ { position:absolute;display:block;z-index:15010;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:11.5rem;left:35.1875rem;display:block; }
#ghdhyXM7DXknATlZOgunaufTcPJhO4qu { z-index:15003;top:24.75rem;left:24.3125rem;background-color:#efad57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(239,173,87,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:6.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ahAg1La2tFp9nQT4WtSoUbqA9JepAXx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEzIA1DKrTEeeT5uihgWDRJHeQtV6q2S { color:#000000;display:block;width:62.625rem;position:absolute;font-family:"din rounded";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.3125rem;left:6.1875rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eabf96ca-1a8d-4afb-9847-997b59167e6e/160059554.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP.adaptive-delivery-prevent-bg, #salMGf6nxNAM6X0hLTifWV3g7zz7TQRP.lazyload, #salMGf6nxNAM6X0hLTifWV3g7zz7TQRP.lazyloading { background-image: none; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container { background-color: transparent; background-image: none; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container > .video-iframe-container { display: none; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row > .video-iframe-container { display: none; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .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); }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container { border-width: 0; border-radius: 0; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#sGXVPVx6RmTWiq3yT9csoka1TOxBNtr4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.6875rem;top:28.0625rem;left:33.1875rem;overflow:hidden;display:block; }
#OdTCRiM86pt8Om4QHEBPrmvdDyEJkHvz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:2.0625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eqIluCKvVw8WyMaoyZe3z9i6atlMJdoU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"din rounded";font-size:7.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:9.9125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq { display:block; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBQVC0BXR55nqyFf8PTKAUaN81NmBGyy { width:47.75rem;height:9.875rem;top:14.0625rem;left:0rem;font-size:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLD2h0MTO2yTHOqlKQuERFndRKmQNPmI { width:47.75rem;height:2.4375rem;top:23.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPqFPHQqlJuxVoxnHgKT4utabSsSLRZK { top:33rem;left:19.53125rem;width:8.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZgF2foBefc1qDASwuZWkQiRCDszOlEr { display:none; }#LZgF2foBefc1qDASwuZWkQiRCDszOlEr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kH52IeyxwxqsuLFqWOAkPi40zkyXSADM { top:4.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #maZ07e6pdcB7z4adtaUUFnubZPdbMUue { top:20.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqcOkDu1k1r9Os1txwD8FznwRJyATAyl { top:8.4375rem;left:19.1875rem;width:4.6875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8pMUERLkhN7nH5O3AvgT43OH6Ot0TfC { width:47.75rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKicOzRqflSl2l8IkRnTbToEvV3UNv7A { top:23.8125rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D322eiWTnXSw3Smz1Qc2XWJTuQ9kkJKd { top:23.8125rem;left:0rem;width:8.75rem;height:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCa43WSsPVz8WXZQlH3264MeaBvKKxJt { top:39.125rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1dgRNMwuODF5zETf3APiKqLCl6lqzfH { top:38.75rem;left:0rem;width:6.6875rem;height:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk { display:none; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9muzbbpCAz72wkVFeggE31Ru5L143Ce { top:3.9375rem;left:0rem;width:47.75rem;height:12.415rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwD7bNWFJbaqOXu2DxJMsMGJolMhZFcC { top:20.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHHEXrvSmWKTE3SFB862S96SBD5TTIGa { top:8.4375rem;left:19.1875rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w41JOog3C4PO1BTre0AQWkAJWwV7vHdX { top:4.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1lmDr4uX3MDgwT5rTLTsTeSXiIQsXrL { top:29.4375rem;left:0rem;width:47.75rem;height:12.415rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIJDiptAB7z8dQTy0DpKeUG5R3FUQR05 { top:47.75rem;left:0rem;width:13.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8nVWqWqvGdHLmxwlibThFTWk8kB38k { top:47.75rem;left:10.25rem;width:13.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inN8AZAseGhp5ThAgcfRI72GqtiEsppK { top:47.8125rem;left:23.875rem;width:13.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN2qvrm2J43qHTeXuwi1i2EuibOnyyEo { top:47.8125rem;left:33.90625rem;width:13.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8N1Ckp17tG7ng5o5Zuow4gJamttHLD { display:none; }#Iw8N1Ckp17tG7ng5o5Zuow4gJamttHLD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AvLHZE2Dwws5J1r5xQ0SoM29QZVzPdDV { top:12.625rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6OgWUEy7qeuQIhMofEp1RqU8GgH9rPZ { top:10.0625rem;left:19.1875rem;width:4.6875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s77JLar8QuoHAQaUlssWoyUdEz9dGngr { top:6.125rem;left:0rem;width:29.375rem;height:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O37aUzRQSlOPxlB9pQimdvzba1Rp6SKe { top:42.5625rem;left:0rem;width:27.5625rem;height:2.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfUdz892aAnKEZKnMZcgePhMk4KZ9Hc6 { width:47.6875rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCzDXXJiGNx52L74a9FWtpOU3zk1L5VX { top:42.5rem;left:20.1875rem;width:27.5625rem;height:2.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3EGc58RnQGN9GFVCqTUuzhQvJidN8ht { top:42.5625rem;left:0rem;width:27.5625rem;height:2.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESZL8PM16DfmFTdkOgkXVJ6XbaDb5PPH { top:20.6875rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUTM6HV9RObK17A2kawsDK7WdZ1DNwhX { display:none; }
 }@media only screen and (max-width: 763px) { #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm { display:block; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 { display:none; }#RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DiDwTPgg0qfkOrurAOoQgoABZHyucEBa { display:none; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SgoXBvnuXCb9d48G0DQvniQCXGLGV77k { top:6.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tk4ZG0pJ3H0IpPd3zJMz5v6AVp9KMSbv { top:8.4375rem;left:19.1875rem;width:4.6875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzskzVCsn8QcgxAXV6wuNyoJRIVGa0AS { top:13.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMTqoL8IHTPF1bcITg9UIdWy325e2q2U { top:17.0625rem;left:1.21875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmoWhyF6xm65ApT4oPXCWBbg8GHvFSfE { top:12.125rem;left:0rem;width:15.75rem;height:8.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2CQOFJOkFQo2xPWKtCwcXQRQAHNx4az { top:17.0625rem;left:1.21875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AerSP4BynVyZq7ZATPOWyXKWsMzvWz9v { top:17.0625rem;left:1.21875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zABDIT0xnxncTRCPAQfBPBpk78X9V35B { display:block; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mP1gTR8UfczUrT6hNfF5yDXly5mwxpMH { top:13.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2retXVFhyBlG85rDiz2V9tpqi5BsJCn { top:6.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R99FCFFrNzpiGGoUArNSl3oDhiK9f224 { top:10.5rem;left:21.53125rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms6EslvODq0TLgJwxuBVzc5sqq1v5v91 { top:17.0625rem;left:1.21875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhhaisgJFDfL84BCPQMQsnCMfff6i5r3 { top:17.25rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN2aOUSZVvMyk97u27OgJHGt3ii9U7dW { top:20.25rem;left:1.21875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSERGr82WQQ5B5mcncQVaEigf9cZuqDX { top:23.3125rem;left:1.21875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xec6C01UAemzemoZ6g1ib6QAiU5GXVkH { top:29.0625rem;left:0rem;width:47.75rem;height:18.6225rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGphiB6TXKHU9xDCARbEtyOFiet8IR31 { width:47.75rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDNICL7KHKviTu1LS6PdhJQaOTdmMtnQ { width:47.75rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLyZwdMe367uLKKoAwuZC5WN84fxunr5 { display:block; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1ngw5fSXDO6Gqp5uITTivhs4C3ySpBD { display:none; }#t1ngw5fSXDO6Gqp5uITTivhs4C3ySpBD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A7PV1nGxRiZ4yi2sJZfP8VHHu78EU6Mk { top:6.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZ18MxWTKuQ9EVhBNSKKT7ULZ8GItuGK { top:6.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufEM2RXSgurBUp2RTcd8UL3sA1GqrHLu { top:10.0625rem;left:19.1875rem;width:4.6875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qemWyiTqW1hKJzsCkdCKqffDI51508T3 { top:13.3125rem;left:1.2822914123535rem;width:6.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqUmTJE7cMqa2yxTTp8iZtNzymhgMfsD { top:17.875rem;left:0rem;width:15.5rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #guLqgkp50ff2rsRCzTtyB5T1g7Lp74FG { top:20.75rem;left:0rem;width:28.3125rem;height:4.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtOSAMoTC9GMv0IdhbwVHnTDiToapuRN { top:13.4375rem;left:39.96875rem;width:6.3125rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bw8xtQES6s7Xl2xhuLXTXf86pnJyqxgg { top:17.875rem;left:32.25rem;width:15.5rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MH2x6F4UQN901SpQV7f1dAwR9rWxJ2FT { top:20.75rem;left:19.4375rem;width:28.3125rem;height:4.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVGhIZombMrQMegTZ1edA90XR3Toxb4G { top:28.5625rem;left:1.0010414123535rem;width:7.375rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNS4A5X48Ka5RVdXg5e0zesu4IzZ7RSO { top:33.5625rem;left:0rem;width:16.6875rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGlH9BBIBrx4dkedTru6zgK0fzTToDSN { top:36.4375rem;left:0rem;width:28.3125rem;height:4.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN1Q9PFQ2uNTXwdFLdQLORU1qRuAkOAM { top:29.1875rem;left:39.78125rem;width:6.6875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMEBftA2tWGOsPu7fZRBAaUy9DyblMRU { top:33.5625rem;left:31.0625rem;width:16.6875rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9VRrcMaOLfwZWHCC9LKBr4VvSi17JlT { top:36.4375rem;left:19.4375rem;width:28.3125rem;height:2.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz { display:none; }#wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tUSBwcI3yADc2hlizc2TZVmTOkNIyp0h { display:none; }#tUSBwcI3yADc2hlizc2TZVmTOkNIyp0h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BTsQeTIIVGLGVSfWoRMJbqQWtFMzLXFJ { top:7.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhbA4AVAMsHi7brTkIO182ZXBwQlrQoi { top:10.0625rem;left:19.1875rem;width:4.6875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ts9psQeTDuW3b19CX8cs7Lhli7pzuAB5 { top:16rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCGbQF13tuClw13fmpPOoeDl4GusF0oG { display:none; }#vCGbQF13tuClw13fmpPOoeDl4GusF0oG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k { display:none; }#VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qyCpmhQlmbfQdNViBUXKnGHKv5eFW74t { top:10.3125rem;left:0rem;width:20rem;height:1.4375rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CW4x4QMayU6eIOO45n68e7dldvpz5QXx { top:8.1875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #igVPiPn33kkeU0VB9TDfybl64t2ieNdA { top:2.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtqArpdZrrCyEnFo9Otb09hdfVdWqdCD { top:5.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZRoD51rU3TXpIybbLw2EPW0B7XXCEkt { width:47.75rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxfvqFzLfNCkrLTFAcO1ssQRNhpiE4Q1 { display:none; }
 }@media only screen and (max-width: 763px) { #ahwWc3xN8So6aMQnHPmSvSLGfx8dKShS { width:47.75rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugvWPxpPOKQxNhOXJgQXB0K6Qc7Cy8yx { display:none; }
 }@media only screen and (max-width: 763px) { #MrTtsdatwl3T1XTT3iSmRWutQtPBt9U5 { display:none; }#MrTtsdatwl3T1XTT3iSmRWutQtPBt9U5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HVacNVMICoDyvfG4lE7UXpXzamNlw42O { display:none; }
 }@media only screen and (max-width: 763px) { #sv3ZS9mDt4O98AUBEPyaUplwparUG8u6 { display:none; }#sv3ZS9mDt4O98AUBEPyaUplwparUG8u6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #teJuALkz2oTPs18bd6WsrlEAA5ftPqHI { top:3rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr3HNJkpRqX7Qrc4zxrclhVkolXbUWll { top:6.0625rem;left:0rem;width:16.875rem;height:2.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0Vcr316oHZn72HngGN9WBJt7G1kKP9s { width:47.6875rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #dn0GOGMd7Wph4D7TmJWohlaylAIZaO90 { width:47.75rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfi1wsVxt9hyH1HyNW7ADfzorzLIGL7l { display:none; }
 }@media only screen and (max-width: 763px) { #FO5tXrDMzZBTutaELO54ctedI9FMrIgT { display:none; }#FO5tXrDMzZBTutaELO54ctedI9FMrIgT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aDcEWttNsULxlbWBabfQlngcJFnFZTu5 { display:none; }
 }@media only screen and (max-width: 763px) { #cHur0xr6rfrJppd5MrVBm6GANQsEAi7s { display:none; }#cHur0xr6rfrJppd5MrVBm6GANQsEAi7s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wwvaiangWl323skc9xVnSUN3sJ4ZhNoX { top:0.6875rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FS8GL4eowyTEDGquhZM2p9smMF5A9Vbq { top:2.75rem;left:0rem;width:16.875rem;height:4.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5rcR5WPFahFs58y9S9zmuIFw0OCN2bD { width:47.75rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #aplfGcstex33xghDUtX7Qc977tPpStJJ { width:47.75rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXL2kPkQNNkArP4ioqifMtJccSK5xo6U { width:47.75rem;height:76rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRMwWADs88GmZBNJdqcFUqN3uuuF7OtR { display:none; }
 }@media only screen and (max-width: 763px) { #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC { display:block; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRThafH2T7QpP9NnRuTgDhGCpQaSHoiH { top:10.1875rem;left:21.53125rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy3ultBmqpmamXg8P3DBGOCEQbzM7syL { top:6.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4mgJK3CGodci6I3b1KglAqOdEJuSMpK { top:20.3125rem;left:0rem;width:15.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2XE3WQc1l26ck44Gq1vLOuBcK9iF6NQ { top:20.3125rem;left:14.03125rem;width:19.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO22JAFg7ngwezUbkgH6oyMu0r01QJ2P { top:20.3125rem;left:30.625rem;width:17.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP4QHmE1BuO2G5waxPaOMX95bzaf8dRB { top:46rem;left:3.3125rem;width:16.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Qe2oTye0tFhGJ4iiaI8PBNX2HGPQEy { top:22.9375rem;left:0rem;width:19.3125rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3RJ2LRlvZllVRvVreFTXNGuqTPFTEU { top:16rem;left:0rem;width:6.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTGbCuTDgVQDKv7OAXbN2NLW19qg2FXU { top:16.0625rem;left:20.53125rem;width:6.6875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur1GPcZroFUK25ktF9rPI2OoX1tgJdqh { top:15.875rem;left:40.5rem;width:7.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsH98eHCNAvSNAarmkoMezaHONnv66Gk { top:41.625rem;left:8.3125rem;width:6.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5sR5IaD3w2nLNlR6xZiTDTGIyPZxur0 { top:22.9375rem;left:14.21875rem;width:19.3125rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTVmT7AJM6EQLrgXwetmgCGTHk63R7P { top:22.9375rem;left:28.4375rem;width:19.3125rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4RtaaEeKiW1ArD9tSlvsRu9FwqtHWvK { top:48.4375rem;left:2.2885437011719rem;width:19.3125rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtqJ0JbcTAyPqTkbNHq3KPGgcEbPi0Wd { top:41.625rem;left:32.71875rem;width:6.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEf9t08MgSyo44JmS1LsWPOCX7AIXQAW { top:46rem;left:28.03125rem;width:16.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmtuUUxmorDRLcHUv3bbqzpXt4ZwSZtD { top:48.375rem;left:27.21875rem;width:19.3125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R { display:block; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZmay5KLDClfClbKNf492BZpySlNEsdp { display:block; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecaTmuzgwQIxrRHeToMimaS5qsMhJzfv { top:9rem;left:21.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sozwwBK4ZCIA0NO7sX1cOw3WyQWAtCkB { top:5.25rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCpTuEGDyMJP3b3wIEJ3ONOhWEdTtSu { top:11.3125rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGWE4iWegk4WRXgOSBCNzZzEmm0li9I4 { top:15.625rem;left:0rem;width:47.75rem;height:18.6225rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm { display:block; }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ { display:block; }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLZkpTkgGxqs3Ihb8Wg6Gn76dN9fumxd { top:6.875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi5Ao4JeJ97lMUb5aZoeENzWfJ6NC7fw { top:0rem;left:17.34375rem;width:13.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUbpSveam53hpINSPC7n4U07rhviMQar { top:9.9375rem;left:0rem;width:47.75rem;height:13.648541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC2TJNehLqDxe64PylMTJo35UXtIzSGm { display:none; }#uC2TJNehLqDxe64PylMTJo35UXtIzSGm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NG5CieJRU46HDI4WiLE0hGn224g9fU2U { display:block; }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPsJoTxmpxOkNeTrfB8qtAOV0EPApWJ6 { top:0rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW { display:block; }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qkgq8c0VZq7KHRhrGT49TlICROOtkkJp { top:3rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh9i71wEwaEmsqn85L1n5yU17ZN04Q0w { top:8rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Av3an5kIDTuW0HKs7tSuRESafTxOvT { top:6.75rem;left:21.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWf4NamSG3gqL6MkE65JTnGF7KWVs1a2 { top:14.125rem;left:0rem;width:47.75rem;height:18.6225rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21rtnUxrWXG2lTWJGwoQUop9Xy5nDCV { top:18.3125rem;left:21rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS4OETqthh68QmGR9D2UksSlN4kQbXFl { top:20.875rem;left:21rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W710qu1uANlXPq4zWd2OEp13y1AOzrEp { top:26.5rem;left:21rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySMBEPyeeHTeXUtMu4nLnZyS5Q1BwUoU { top:29.0625rem;left:21rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMbgOs5v9eprEDwL63OxPbfnE6T5KHAE { top:31.5625rem;left:21rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJJrO71Nm46sT8Kus3wwrdon3dxhAiH6 { top:34.125rem;left:21rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br3wTyDlLx0Os6orOFKFUiCc6UABNaDd { top:36.6875rem;left:21rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXo6XT6C8Olsl7B7Zaianr5VZluot34y { top:39.1875rem;left:21rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFtTmTGtxeD1FXEB2G7JVtXKgxvB5axD { top:15.4375rem;left:29.313537597656rem;width:16.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmN8w7kyHO9yJoiww8QFilIVvOdBNE6G { top:23.75rem;left:29.251037597656rem;width:16.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF { display:block; }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMQD0TkSJnMV3oek2FlchOQcttH5Ay55 { top:5.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TESWXAsq1M9uTQzBrNTkSuTeWXUIaeit { top:9.375rem;left:21.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOnhfS7MzmefGIos8sAEpqBTdr5xy2y { top:11.375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8F7oS6xosQCna0KoL5Db9Wc90awis05 { top:19.125rem;left:1.34375rem;width:45.0625rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 { display:block; }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bB6iw0NDVwNehXGvJFG1VhLmB4DEUkEM { top:1.875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThddGLSXHcKlifcVUcQdZgAAab85cWB4 { top:5.625rem;left:21.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvLZkTv2uefU1A0ElygSHb8UqfT8trS8 { top:7.625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAyr6QvMQL0HCH24KrIVVaBA3Gwbm37O { top:14.3125rem;left:0rem;width:47.75rem;height:13.585959221501rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 { display:block; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f { display:block; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0US6NResJ43lNAUeGTxlE6Hbm4waARD { top:6.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux42qlc2wr9lOX8ZfW9R4F4Qvope5dth { top:10.6875rem;left:21.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4PerAu1DedpltkkHUMsqEw92ZTDoafV { top:13.9375rem;left:2.7510414123535rem;width:4.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StwwirVSaX2DwwGSE6agOi7bMTrvGclx { top:13.9375rem;left:41.376037597656rem;width:4.375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPn78yVlOpZzmfZzfKOT1Gbu3RffX8TM { top:29.4375rem;left:2.7510414123535rem;width:4.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg05TbI8LSJd3dMmq5JFe4VkO8kVQRcn { top:29.4375rem;left:41.376037597656rem;width:4.375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp7kbK9ArzTkgp1KZ1Wc1XHTbLxrZxq6 { top:20.75rem;left:0rem;width:28.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVViaB9GeoWXmIGdhXJdb1IAmCXB35l4 { top:22.5rem;left:0rem;width:26.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHSkhix6qM8SntrSiKJtw2AzUrJVHfZ8 { top:22.5625rem;left:21.375rem;width:26.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzb6fgas8qe68ueR6vJTQpq7IFM72UJH { top:20.75rem;left:19.3125rem;width:28.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAwkP7pOZwxV2EBCsC5edzHiOfoO5BiO { top:36.25rem;left:0rem;width:28.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e08ovJH83T3mMGMW1XVliuMUiciBNJyX { top:38.0625rem;left:0rem;width:26.375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUfqTaNuXv4RBUx1ZqMJguRJKesotvnL { top:38.0625rem;left:21.375rem;width:26.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW9TOD6U2uA7guCSJRytIFvkuWZcKHKM { top:36.25rem;left:19.3125rem;width:28.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW { display:block; }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyenWznP2tZItUbq0EGRCPRJPh1pdT2s { display:block; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l30548Eo0ztph6TgOFdENHn00nWa8Od5 { display:none; }#l30548Eo0ztph6TgOFdENHn00nWa8Od5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uWJTACCuG9UofekGakpWJhUzsokJoBOV { top:10.0625rem;left:19.1875rem;width:4.6875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHJBQnHmwcUXiWncKAqdpQMAgBvAIJTT { top:7.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTp3NVRf86u5gvVgQsicOi7q0GTNHrrI { top:10.375rem;left:0rem;width:18.125rem;height:7.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BftBMJtTZkIonW3gIx8UOJXw1kC8aXJe { top:24.75rem;left:10.6875rem;width:26.375rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #whUyTc3D51eLFcW0irikwgfgf4viNiOT { display:block; }
 }@media only screen and (max-width: 763px) { #m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 { display:block; }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0V520odq5ZBgINerbm05kEyo1JH8Otl { top:7.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIxzIvEdbpDPX2O5GO3SxNDUMCW7vheQ { top:11.5rem;left:21.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghdhyXM7DXknATlZOgunaufTcPJhO4qu { top:24.75rem;left:10.6875rem;width:26.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahAg1La2tFp9nQT4WtSoUbqA9JepAXx2 { display:block; }
 }@media only screen and (max-width: 763px) { #mEzIA1DKrTEeeT5uihgWDRJHeQtV6q2S { top:13.3125rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #salMGf6nxNAM6X0hLTifWV3g7zz7TQRP { display:block; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGXVPVx6RmTWiq3yT9csoka1TOxBNtr4 { top:28.0625rem;left:19.5625rem;width:8.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTCRiM86pt8Om4QHEBPrmvdDyEJkHvz { width:47.75rem;height:2.4375rem;top:19rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqIluCKvVw8WyMaoyZe3z9i6atlMJdoU { width:47.75rem;height:9.875rem;top:9.1875rem;left:0rem;font-size:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eabf96ca-1a8d-4afb-9847-997b59167e6e/160059554.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.adaptive-delivery-prevent-bg, #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.lazyload, #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.lazyloading { background-image: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { background-color: transparent; background-image: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container > .video-iframe-container { display: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container { display: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .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); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { border-width: 0; border-radius: 0; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBQVC0BXR55nqyFf8PTKAUaN81NmBGyy { width:20rem;height:2.84375rem;top:5.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLD2h0MTO2yTHOqlKQuERFndRKmQNPmI { width:20rem;height:1.65rem;top:9.018750190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPqFPHQqlJuxVoxnHgKT4utabSsSLRZK { width:6.5rem;height:1.125rem;top:14.10000038147rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZgF2foBefc1qDASwuZWkQiRCDszOlEr { display:block; }#LZgF2foBefc1qDASwuZWkQiRCDszOlEr > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kH52IeyxwxqsuLFqWOAkPi40zkyXSADM { width:20rem;height:1.4625rem;top:1.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #maZ07e6pdcB7z4adtaUUFnubZPdbMUue { width:15.625rem;height:7.39375rem;top:5.625rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IqcOkDu1k1r9Os1txwD8FznwRJyATAyl { width:2.5rem;height:0.25rem;top:4.1374998092651rem;left:8.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #a8pMUERLkhN7nH5O3AvgT43OH6Ot0TfC { top:9.831250190735rem;left:0rem;width:20rem;height:31.8125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EKicOzRqflSl2l8IkRnTbToEvV3UNv7A { width:7.1875rem;height:2.4375rem;top:23.8125rem;left:1.5rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #D322eiWTnXSw3Smz1Qc2XWJTuQ9kkJKd { width:8.75rem;height:2.4375rem;top:23.812500953674rem;left:10.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ZCa43WSsPVz8WXZQlH3264MeaBvKKxJt { width:6.3125rem;height:1.625rem;top:38.767708778381rem;left:2.125rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #X1dgRNMwuODF5zETf3APiKqLCl6lqzfH { width:6.6875rem;height:2.4375rem;top:38.767708778381rem;left:11.194790840149rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa485cd5-71d6-4dd7-a12c-11030a4790e1/160056167.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk.adaptive-delivery-prevent-bg, #aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk.lazyload, #aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk.lazyloading { background-image: none; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row .container { background-color: transparent; background-image: none; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row .container > .video-iframe-container { display: none; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row > .video-iframe-container { display: none; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .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); }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row .container { border-width: 0; border-radius: 0; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIzrbwSw33cCOIxRPceFE7C4ydmOE4Zk > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:64.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7567ac3f-2e05-4a4a-982e-79bfd08fb3e5/landingiwidokztel36.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container.adaptive-delivery-prevent-bg, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container.lazyload, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #A9muzbbpCAz72wkVFeggE31Ru5L143Ce { width:19.75rem;height:5.125rem;top:25.224999427796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwD7bNWFJbaqOXu2DxJMsMGJolMhZFcC { width:20rem;height:5.28125rem;top:36.850002288818rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bHHEXrvSmWKTE3SFB862S96SBD5TTIGa { width:4.6875rem;height:0.25rem;top:35.350002288818rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w41JOog3C4PO1BTre0AQWkAJWwV7vHdX { width:20rem;height:1.4625rem;top:31.600002288818rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1lmDr4uX3MDgwT5rTLTsTeSXiIQsXrL { width:20rem;height:5.2rem;top:42.725002288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIJDiptAB7z8dQTy0DpKeUG5R3FUQR05 { width:13.625rem;height:2.275rem;top:61.100002288818rem;left:6.375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8nVWqWqvGdHLmxwlibThFTWk8kB38k { width:13.625rem;height:3.4125rem;top:49.819789886474rem;left:2.5rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #inN8AZAseGhp5ThAgcfRI72GqtiEsppK { width:13.625rem;height:2.275rem;top:53.162498474121rem;left:5.375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KN2qvrm2J43qHTeXuwi1i2EuibOnyyEo { width:13.625rem;height:2.275rem;top:56.099998474121rem;left:3.1875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8N1Ckp17tG7ng5o5Zuow4gJamttHLD { display:none; }#Iw8N1Ckp17tG7ng5o5Zuow4gJamttHLD > .row .container { width:20rem;height:56.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AvLHZE2Dwws5J1r5xQ0SoM29QZVzPdDV { width:16.875rem;height:11.61875rem;top:6.625rem;left:1.5625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #T6OgWUEy7qeuQIhMofEp1RqU8GgH9rPZ { width:2.4375rem;height:0.3125rem;top:5.125rem;left:8.78125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #s77JLar8QuoHAQaUlssWoyUdEz9dGngr { width:17.5rem;height:1.4625rem;top:2.75rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #O37aUzRQSlOPxlB9pQimdvzba1Rp6SKe { width:20rem;height:1.7875rem;top:25.735418319702rem;left:-23.267708778381rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #sfUdz892aAnKEZKnMZcgePhMk4KZ9Hc6 { top:21.180208206177rem;left:0.21875rem;width:19.5625rem;height:31.1875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OCzDXXJiGNx52L74a9FWtpOU3zk1L5VX { width:20rem;height:1.7875rem;top:50.649997711182rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #i3EGc58RnQGN9GFVCqTUuzhQvJidN8ht { width:20rem;height:1.7875rem;top:22.460418701172rem;left:-22.142708778381rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ESZL8PM16DfmFTdkOgkXVJ6XbaDb5PPH { width:20rem;height:1.7875rem;top:20.992706298828rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #rUTM6HV9RObK17A2kawsDK7WdZ1DNwhX { display:flex;top:35.680210113526rem;left:8.90625rem;width:2.1875rem;height:2.1875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6de75d79-e05d-427f-a645-5db8542f3267/5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.adaptive-delivery-prevent-bg, #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.lazyload, #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.lazyloading { background-image: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { width:20rem;height:34.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bb265d1e-d0a0-4e29-87c6-97387b52642e/160077093.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6.adaptive-delivery-prevent-bg, #RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6.lazyload, #RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6.lazyloading { background-image: none; }#RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 > .row .container { border-width: 0; border-radius: 0; }#RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTms5EKpcFTVZJ6uX6wLqufq00AkB2g6 > .row .container { width:20rem;height:17.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DiDwTPgg0qfkOrurAOoQgoABZHyucEBa { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row .container { background-color: transparent; background-image: none; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row .container > .video-iframe-container { display: none; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row > .video-iframe-container { display: none; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .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); }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row .container { border-width: 0; border-radius: 0; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiDwTPgg0qfkOrurAOoQgoABZHyucEBa > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgoXBvnuXCb9d48G0DQvniQCXGLGV77k { width:20rem;height:1.4625rem;top:3.4427070617676rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tk4ZG0pJ3H0IpPd3zJMz5v6AVp9KMSbv { width:2.5rem;height:0.25rem;top:6.1416664123535rem;left:8.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XzskzVCsn8QcgxAXV6wuNyoJRIVGa0AS { width:18.375rem;height:3.16875rem;top:7.909375190735rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #DMTqoL8IHTPF1bcITg9UIdWy325e2q2U { display:flex;width:0.9375rem;height:0.9375rem;top:14.096875190735rem;left:1.7395830154419rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #rmoWhyF6xm65ApT4oPXCWBbg8GHvFSfE { width:15.625rem;height:8.45rem;top:14.034375190735rem;left:3.1322908401489rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #U2CQOFJOkFQo2xPWKtCwcXQRQAHNx4az { display:flex;width:0.9375rem;height:0.9375rem;top:17.290625572204rem;left:1.7395830154419rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #AerSP4BynVyZq7ZATPOWyXKWsMzvWz9v { display:flex;width:0.9375rem;height:0.9375rem;top:20.409375190735rem;left:1.7395830154419rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #zABDIT0xnxncTRCPAQfBPBpk78X9V35B { background-color:#ffffff;background-image:none;display:none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { width:20rem;height:125.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mP1gTR8UfczUrT6hNfF5yDXly5mwxpMH { width:18.375rem;height:3.16875rem;top:2.388542175293rem;left:0.8125rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #y2retXVFhyBlG85rDiz2V9tpqi5BsJCn { width:20rem;height:1.4625rem;top:6.8072998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R99FCFFrNzpiGGoUArNSl3oDhiK9f224 { width:4.6875rem;height:0.25rem;top:9.5197998046875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms6EslvODq0TLgJwxuBVzc5sqq1v5v91 { display:flex;width:1.3125rem;height:1.3125rem;top:11.019790649414rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #hhhaisgJFDfL84BCPQMQsnCMfff6i5r3 { width:20rem;height:7.39375rem;top:20.019799804688rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qN2aOUSZVvMyk97u27OgJHGt3ii9U7dW { display:flex;width:1.75rem;height:1.75rem;top:14.019799804687rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #oSERGr82WQQ5B5mcncQVaEigf9cZuqDX { display:flex;width:1.75rem;height:1.75rem;top:17.019799804688rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #xec6C01UAemzemoZ6g1ib6QAiU5GXVkH { width:20rem;height:7.8rem;top:28.663540649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGphiB6TXKHU9xDCARbEtyOFiet8IR31 { top:64.422916412356rem;left:0rem;width:20rem;height:31.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xDNICL7KHKviTu1LS6PdhJQaOTdmMtnQ { top:93.310415267944rem;left:0rem;width:20rem;height:32.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sLyZwdMe367uLKKoAwuZC5WN84fxunr5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/278530d2-e239-425c-b681-79f37b8cee03/landingiwidokztel338.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5.adaptive-delivery-prevent-bg, #sLyZwdMe367uLKKoAwuZC5WN84fxunr5.lazyload, #sLyZwdMe367uLKKoAwuZC5WN84fxunr5.lazyloading { background-image: none; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container { background-color: transparent; background-image: none; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container > .video-iframe-container { display: none; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row > .video-iframe-container { display: none; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .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); }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container { border-width: 0; border-radius: 0; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLyZwdMe367uLKKoAwuZC5WN84fxunr5 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1ngw5fSXDO6Gqp5uITTivhs4C3ySpBD { display:none; }#t1ngw5fSXDO6Gqp5uITTivhs4C3ySpBD > .row .container { width:20rem;height:49.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A7PV1nGxRiZ4yi2sJZfP8VHHu78EU6Mk { width:20rem;height:3.575rem;top:11.945833206177rem;left:-24.548958778381rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bZ18MxWTKuQ9EVhBNSKKT7ULZ8GItuGK { width:20rem;height:1.4625rem;top:2.5708274841309rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ufEM2RXSgurBUp2RTcd8UL3sA1GqrHLu { width:2.4375rem;height:0.3125rem;top:4.8583335876465rem;left:8.78125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qemWyiTqW1hKJzsCkdCKqffDI51508T3 { width:4.625rem;height:2.5625rem;top:7.390625rem;left:7.6875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #UqUmTJE7cMqa2yxTTp8iZtNzymhgMfsD { width:15.5rem;height:1.4625rem;top:10.55312538147rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #guLqgkp50ff2rsRCzTtyB5T1g7Lp74FG { width:17.3125rem;height:4.22265625rem;top:12.189582824707rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #vtOSAMoTC9GMv0IdhbwVHnTDiToapuRN { width:4.5rem;height:2.5rem;top:18.444791793823rem;left:7.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Bw8xtQES6s7Xl2xhuLXTXf86pnJyqxgg { width:15.5rem;height:1.4625rem;top:21.569791793823rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #MH2x6F4UQN901SpQV7f1dAwR9rWxJ2FT { width:17.625rem;height:4.22265625rem;top:23.194791793823rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #BVGhIZombMrQMegTZ1edA90XR3Toxb4G { width:5.875rem;height:3.1875rem;top:29.144790649414rem;left:7.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zNS4A5X48Ka5RVdXg5e0zesu4IzZ7RSO { width:16.6875rem;height:1.4625rem;top:32.769791603088rem;left:1.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mGlH9BBIBrx4dkedTru6zgK0fzTToDSN { width:16.4375rem;height:3.16699375rem;top:34.407291412354rem;left:1.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #IN1Q9PFQ2uNTXwdFLdQLORU1qRuAkOAM { width:5.3125rem;height:2.9375rem;top:39.469787597656rem;left:7.34375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #aMEBftA2tWGOsPu7fZRBAaUy9DyblMRU { width:16.6875rem;height:1.4625rem;top:42.869791984558rem;left:1.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #U9VRrcMaOLfwZWHCC9LKBr4VvSi17JlT { width:16.5rem;height:3.16699375rem;top:44.619791984558rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz { display:none; }#wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz { border-width: 0; border-radius: 0; }#wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz > .row .container { width:20rem;height:26.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f36fd54-77da-42dc-a0c5-af62e87c1c12/landingiwidokztel324.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz > .row .container.adaptive-delivery-prevent-bg, #wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz > .row .container.lazyload, #wbJLDV9SQlFgQT3UiAb7qA2Li8nEhTIz > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #tUSBwcI3yADc2hlizc2TZVmTOkNIyp0h { display:none; }#tUSBwcI3yADc2hlizc2TZVmTOkNIyp0h > .row .container { width:20rem;height:21.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BTsQeTIIVGLGVSfWoRMJbqQWtFMzLXFJ { width:20rem;height:2.923825rem;top:1.7104187011719rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KhbA4AVAMsHi7brTkIO182ZXBwQlrQoi { width:2.4375rem;height:0.3125rem;top:5.5729179382324rem;left:8.78125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Ts9psQeTDuW3b19CX8cs7Lhli7pzuAB5 { width:17.25rem;height:12.668rem;top:7.6979169845581rem;left:1.375rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #vCGbQF13tuClw13fmpPOoeDl4GusF0oG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b1bceca9-76fe-4e25-86a3-9704df5b521c/landingiwidokztel325.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vCGbQF13tuClw13fmpPOoeDl4GusF0oG.adaptive-delivery-prevent-bg, #vCGbQF13tuClw13fmpPOoeDl4GusF0oG.lazyload, #vCGbQF13tuClw13fmpPOoeDl4GusF0oG.lazyloading { background-image: none; }#vCGbQF13tuClw13fmpPOoeDl4GusF0oG > .row .container { border-width: 0; border-radius: 0; }#vCGbQF13tuClw13fmpPOoeDl4GusF0oG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCGbQF13tuClw13fmpPOoeDl4GusF0oG > .row .container { width:20rem;height:31.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k > .row .container { border-width: 0; border-radius: 0; }#VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGxi7wuDLp3eOTK0vTsLF0CPyvaxVy1k > .row .container { width:20rem;height:86.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qyCpmhQlmbfQdNViBUXKnGHKv5eFW74t { width:20rem;height:7.475rem;top:1.404167175293rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CW4x4QMayU6eIOO45n68e7dldvpz5QXx { width:20rem;height:2.1125rem;top:9.2541656494137rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15010;color:#efad57;display:block; }
 }@media only screen and (max-width: 763px) { #igVPiPn33kkeU0VB9TDfybl64t2ieNdA { width:20rem;height:1.4625rem;top:16.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qtqArpdZrrCyEnFo9Otb09hdfVdWqdCD { width:16.875rem;height:2.111325rem;top:18.337500572204rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #pZRoD51rU3TXpIybbLw2EPW0B7XXCEkt { top:22.979166984558rem;left:0rem;width:20rem;height:31.8125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cxfvqFzLfNCkrLTFAcO1ssQRNhpiE4Q1 { display:flex;top:12.790649414062rem;left:8.90625rem;width:2.1875rem;height:2.1875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #ahwWc3xN8So6aMQnHPmSvSLGfx8dKShS { top:54.791666030884rem;left:0rem;width:20rem;height:31.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ugvWPxpPOKQxNhOXJgQXB0K6Qc7Cy8yx { height:11.25rem;width:20rem;top:72.710418701175rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #MrTtsdatwl3T1XTT3iSmRWutQtPBt9U5 { display:none; }#MrTtsdatwl3T1XTT3iSmRWutQtPBt9U5 > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HVacNVMICoDyvfG4lE7UXpXzamNlw42O { display:flex;top:1.5625rem;left:8.90625rem;width:2.1875rem;height:2.1875rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #sv3ZS9mDt4O98AUBEPyaUplwparUG8u6 { display:none; }#sv3ZS9mDt4O98AUBEPyaUplwparUG8u6 > .row .container { width:20rem;background-color:#ffffff;background-image:none;height:69.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #teJuALkz2oTPs18bd6WsrlEAA5ftPqHI { width:20rem;height:1.4619125rem;top:2.345703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3HNJkpRqX7Qrc4zxrclhVkolXbUWll { width:16.875rem;height:2.111325rem;top:3.845703125rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #I0Vcr316oHZn72HngGN9WBJt7G1kKP9s { top:6.974609375rem;left:0rem;width:19.9375rem;height:31.8125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dn0GOGMd7Wph4D7TmJWohlaylAIZaO90 { top:36.5rem;left:0rem;width:20rem;height:31.8125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wfi1wsVxt9hyH1HyNW7ADfzorzLIGL7l { height:11.25rem;width:20rem;top:54.6748046875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #FO5tXrDMzZBTutaELO54ctedI9FMrIgT { display:none; }#FO5tXrDMzZBTutaELO54ctedI9FMrIgT > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aDcEWttNsULxlbWBabfQlngcJFnFZTu5 { display:flex;top:0.5625rem;left:8.90625rem;width:2.1875rem;height:2.1875rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #cHur0xr6rfrJppd5MrVBm6GANQsEAi7s { display:none; }#cHur0xr6rfrJppd5MrVBm6GANQsEAi7s > .row .container { width:20rem;height:86.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wwvaiangWl323skc9xVnSUN3sJ4ZhNoX { width:20rem;height:1.4619125rem;top:1.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #FS8GL4eowyTEDGquhZM2p9smMF5A9Vbq { width:17.5625rem;height:3.16699375rem;top:3.0625rem;left:1.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #f5rcR5WPFahFs58y9S9zmuIFw0OCN2bD { top:7.193359375rem;left:0rem;width:20rem;height:31.8125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aplfGcstex33xghDUtX7Qc977tPpStJJ { top:38.125rem;left:0rem;width:20rem;height:31.8125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OXL2kPkQNNkArP4ioqifMtJccSK5xo6U { top:53.671875rem;left:0rem;width:20rem;height:31.8125rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GRMwWADs88GmZBNJdqcFUqN3uuuF7OtR { height:11.25rem;width:20rem;top:71.728515625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3aa9b477-9627-481f-bbdf-04c5040b6314/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC.adaptive-delivery-prevent-bg, #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC.lazyload, #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC.lazyloading { background-image: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { width:20rem;height:115.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vRThafH2T7QpP9NnRuTgDhGCpQaSHoiH { width:4.6875rem;height:0.25rem;top:6.075rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy3ultBmqpmamXg8P3DBGOCEQbzM7syL { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4mgJK3CGodci6I3b1KglAqOdEJuSMpK { width:15.5rem;height:1.7875rem;top:17.45rem;left:2.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2XE3WQc1l26ck44Gq1vLOuBcK9iF6NQ { width:15.5rem;height:1.7875rem;top:20.4875rem;left:2.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SO22JAFg7ngwezUbkgH6oyMu0r01QJ2P { width:16.6875rem;height:1.7875rem;top:50.9625rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UP4QHmE1BuO2G5waxPaOMX95bzaf8dRB { width:16.6875rem;height:1.7875rem;top:54rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3Qe2oTye0tFhGJ4iiaI8PBNX2HGPQEy { width:20rem;height:7.3125rem;top:23.525rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3RJ2LRlvZllVRvVreFTXNGuqTPFTEU { width:6.8125rem;height:3.8125rem;top:7.575rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTGbCuTDgVQDKv7OAXbN2NLW19qg2FXU { width:6.3125rem;height:3.5rem;top:12.6375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur1GPcZroFUK25ktF9rPI2OoX1tgJdqh { width:7.25rem;height:4.0625rem;top:40.65rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsH98eHCNAvSNAarmkoMezaHONnv66Gk { width:6.6875rem;height:3.75rem;top:45.9625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5sR5IaD3w2nLNlR6xZiTDTGIyPZxur0 { width:19.3125rem;height:0;top:57.037503814698rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klTVmT7AJM6EQLrgXwetmgCGTHk63R7P { width:19.3125rem;height:0;top:72.9125038147rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4RtaaEeKiW1ArD9tSlvsRu9FwqtHWvK { width:19.3125rem;height:0;top:92.3500038147rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtqJ0JbcTAyPqTkbNHq3KPGgcEbPi0Wd { width:6.6875rem;height:3.75rem;top:84.3500038147rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEf9t08MgSyo44JmS1LsWPOCX7AIXQAW { width:16.6875rem;height:0;top:89.3500038147rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmtuUUxmorDRLcHUv3bbqzpXt4ZwSZtD { width:19.3125rem;height:0;top:106.7250038147rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0fbaa1eb-c8f7-48e5-a43c-6362ba116e82/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.adaptive-delivery-prevent-bg, #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.lazyload, #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.lazyloading { background-image: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { width:20rem;height:37.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SZmay5KLDClfClbKNf492BZpySlNEsdp { background-color:#ffffff;background-image:none;display:none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { width:20rem;height:28.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ecaTmuzgwQIxrRHeToMimaS5qsMhJzfv { width:4.6875rem;height:0.25rem;top:6.075rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sozwwBK4ZCIA0NO7sX1cOw3WyQWAtCkB { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbCpTuEGDyMJP3b3wIEJ3ONOhWEdTtSu { width:20rem;height:10.5625rem;top:7.575rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGWE4iWegk4WRXgOSBCNzZzEmm0li9I4 { width:20rem;height:7.8rem;top:19.387498855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm { display:none; }#zsekZPFn4gxN2gHc2SKlDLI8XLzW0TNm > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ { display:none; }#pes14W4FRLh5UuLncRV9xI3UvTN2XBAJ > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bLZkpTkgGxqs3Ihb8Wg6Gn76dN9fumxd { width:20rem;height:6.334rem;top:4.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zi5Ao4JeJ97lMUb5aZoeENzWfJ6NC7fw { width:13.0625rem;height:2.375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUbpSveam53hpINSPC7n4U07rhviMQar { width:20rem;height:5.7166666666667rem;top:12.4625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC2TJNehLqDxe64PylMTJo35UXtIzSGm { display:block; }#uC2TJNehLqDxe64PylMTJo35UXtIzSGm > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NG5CieJRU46HDI4WiLE0hGn224g9fU2U { display:block; }#NG5CieJRU46HDI4WiLE0hGn224g9fU2U > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPsJoTxmpxOkNeTrfB8qtAOV0EPApWJ6 { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04b8d90f-8f62-41b3-a125-8a8240bd248b/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW.adaptive-delivery-prevent-bg, #Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW.lazyload, #Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW.lazyloading { background-image: none; }#Il1ygGiA1K4tCgWKK6ADcEexmMVepwMW > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qkgq8c0VZq7KHRhrGT49TlICROOtkkJp { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wh9i71wEwaEmsqn85L1n5yU17ZN04Q0w { width:20rem;height:0;top:6.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8Av3an5kIDTuW0HKs7tSuRESafTxOvT { width:4.6875rem;height:0.25rem;top:5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWf4NamSG3gqL6MkE65JTnGF7KWVs1a2 { width:20rem;height:7.8rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21rtnUxrWXG2lTWJGwoQUop9Xy5nDCV { width:20rem;height:0;top:15.040588378906rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sS4OETqthh68QmGR9D2UksSlN4kQbXFl { width:20rem;height:0;top:17.603088378906rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W710qu1uANlXPq4zWd2OEp13y1AOzrEp { width:20rem;height:0;top:23.228088378906rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySMBEPyeeHTeXUtMu4nLnZyS5Q1BwUoU { width:20rem;height:0;top:25.790588378906rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMbgOs5v9eprEDwL63OxPbfnE6T5KHAE { width:20rem;height:0;top:28.290588378906rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJJrO71Nm46sT8Kus3wwrdon3dxhAiH6 { width:20rem;height:0;top:30.853088378906rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #br3wTyDlLx0Os6orOFKFUiCc6UABNaDd { width:20rem;height:0;top:33.415588378906rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXo6XT6C8Olsl7B7Zaianr5VZluot34y { width:20rem;height:0;top:35.915588378906rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFtTmTGtxeD1FXEB2G7JVtXKgxvB5axD { width:16.4375rem;height:0;top:12.165588378906rem;left:3.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmN8w7kyHO9yJoiww8QFilIVvOdBNE6G { width:16.4375rem;height:0;top:20.478088378906rem;left:3.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04b8d90f-8f62-41b3-a125-8a8240bd248b/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF.adaptive-delivery-prevent-bg, #HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF.lazyload, #HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF.lazyloading { background-image: none; }#HUhs4sBAkW3V7BL2tSvnGTnt2pd8p8JF > .row .container { width:20rem;height:34.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RMQD0TkSJnMV3oek2FlchOQcttH5Ay55 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TESWXAsq1M9uTQzBrNTkSuTeWXUIaeit { width:4.6875rem;height:0.25rem;top:5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOnhfS7MzmefGIos8sAEpqBTdr5xy2y { width:20rem;height:0;top:6.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8F7oS6xosQCna0KoL5Db9Wc90awis05 { width:20rem;height:5.6588072122053rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04b8d90f-8f62-41b3-a125-8a8240bd248b/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4.adaptive-delivery-prevent-bg, #IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4.lazyload, #IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4.lazyloading { background-image: none; }#IEyW8QfN0LIE7e6Vq49bWLAG0v0QVBf4 > .row .container { width:20rem;height:34.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bB6iw0NDVwNehXGvJFG1VhLmB4DEUkEM { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThddGLSXHcKlifcVUcQdZgAAab85cWB4 { width:4.6875rem;height:0.25rem;top:5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvLZkTv2uefU1A0ElygSHb8UqfT8trS8 { width:20rem;height:0;top:6.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAyr6QvMQL0HCH24KrIVVaBA3Gwbm37O { width:20rem;height:5.6904541241891rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dcadd8a2-1001-456e-a471-73f378fe55bf/landingishowroom4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4.adaptive-delivery-prevent-bg, #Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4.lazyload, #Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4.lazyloading { background-image: none; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container { background-color: transparent; background-image: none; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container > .video-iframe-container { display: none; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row > .video-iframe-container { display: none; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .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); }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container { border-width: 0; border-radius: 0; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jcn9RaZTv3hfWid1mJy0TOLCUORzTEB4 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04b8d90f-8f62-41b3-a125-8a8240bd248b/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f.adaptive-delivery-prevent-bg, #qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f.lazyload, #qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f.lazyloading { background-image: none; }#qlJPvRI4IF1xHMTyh6qGXLbF4KUcbU3f > .row .container { width:20rem;height:72.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B0US6NResJ43lNAUeGTxlE6Hbm4waARD { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ux42qlc2wr9lOX8ZfW9R4F4Qvope5dth { width:4.6875rem;height:0.25rem;top:5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4PerAu1DedpltkkHUMsqEw92ZTDoafV { width:4.5rem;height:6.8125rem;top:6.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StwwirVSaX2DwwGSE6agOi7bMTrvGclx { width:4.375rem;height:6.8125rem;top:17.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPn78yVlOpZzmfZzfKOT1Gbu3RffX8TM { width:4.5rem;height:6.8125rem;top:43.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg05TbI8LSJd3dMmq5JFe4VkO8kVQRcn { width:4.375rem;height:6.75rem;top:51.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp7kbK9ArzTkgp1KZ1Wc1XHTbLxrZxq6 { width:20rem;height:0;top:25.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVViaB9GeoWXmIGdhXJdb1IAmCXB35l4 { width:20rem;height:0;top:28.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHSkhix6qM8SntrSiKJtw2AzUrJVHfZ8 { width:20rem;height:0;top:34.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzb6fgas8qe68ueR6vJTQpq7IFM72UJH { width:20rem;height:0;top:14.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAwkP7pOZwxV2EBCsC5edzHiOfoO5BiO { width:20rem;height:0;top:40.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e08ovJH83T3mMGMW1XVliuMUiciBNJyX { width:20rem;height:0;top:62.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUfqTaNuXv4RBUx1ZqMJguRJKesotvnL { width:20rem;height:0;top:66.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PW9TOD6U2uA7guCSJRytIFvkuWZcKHKM { width:20rem;height:0;top:59.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW { display:none; }#AJGKrXkgpOGCHrz7g9kwwiomUwZWTuhW > .row .container { width:20rem;height:5.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tyenWznP2tZItUbq0EGRCPRJPh1pdT2s { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04b8d90f-8f62-41b3-a125-8a8240bd248b/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s.adaptive-delivery-prevent-bg, #tyenWznP2tZItUbq0EGRCPRJPh1pdT2s.lazyload, #tyenWznP2tZItUbq0EGRCPRJPh1pdT2s.lazyloading { background-image: none; }#tyenWznP2tZItUbq0EGRCPRJPh1pdT2s > .row .container { width:20rem;height:34.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l30548Eo0ztph6TgOFdENHn00nWa8Od5 { display:none; }#l30548Eo0ztph6TgOFdENHn00nWa8Od5 > .row .container { width:20rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uWJTACCuG9UofekGakpWJhUzsokJoBOV { width:2.4375rem;height:0.3125rem;top:7.5458335876462rem;left:8.78125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #sHJBQnHmwcUXiWncKAqdpQMAgBvAIJTT { width:20rem;height:4.225rem;top:2.2333335876465rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BTp3NVRf86u5gvVgQsicOi7q0GTNHrrI { width:18.125rem;height:7.38965rem;top:10.375rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #BftBMJtTZkIonW3gIx8UOJXw1kC8aXJe { top:20.1875rem;left:2.1875rem;width:15.625rem;height:2.8125rem;font-size:0.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #whUyTc3D51eLFcW0irikwgfgf4viNiOT { display:block; }
 }@media only screen and (max-width: 763px) { #m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 { display:block; }#m2qfK04fDCRxDmWTHNIEWPxmtJsDuuD8 > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0V520odq5ZBgINerbm05kEyo1JH8Otl { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIxzIvEdbpDPX2O5GO3SxNDUMCW7vheQ { width:4.6875rem;height:0.25rem;top:6.075rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghdhyXM7DXknATlZOgunaufTcPJhO4qu { top:16.406248092651rem;left:2.1875rem;width:15.625rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahAg1La2tFp9nQT4WtSoUbqA9JepAXx2 { display:block; }
 }@media only screen and (max-width: 763px) { #mEzIA1DKrTEeeT5uihgWDRJHeQtV6q2S { width:20rem;height:7.39375rem;top:7.575rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #salMGf6nxNAM6X0hLTifWV3g7zz7TQRP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/672156a0-8e36-4876-b10b-5df835c230bf/landingi27.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP.adaptive-delivery-prevent-bg, #salMGf6nxNAM6X0hLTifWV3g7zz7TQRP.lazyload, #salMGf6nxNAM6X0hLTifWV3g7zz7TQRP.lazyloading { background-image: none; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container { background-color: transparent; background-image: none; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container > .video-iframe-container { display: none; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row > .video-iframe-container { display: none; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .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); }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container { border-width: 0; border-radius: 0; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#salMGf6nxNAM6X0hLTifWV3g7zz7TQRP > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGXVPVx6RmTWiq3yT9csoka1TOxBNtr4 { width:8.6875rem;height:1.625rem;top:10.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTCRiM86pt8Om4QHEBPrmvdDyEJkHvz { width:20rem;height:1.65rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqIluCKvVw8WyMaoyZe3z9i6atlMJdoU { width:20rem;height:2.5996125rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }