.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:251,218,213;--color-primary-1:242,144,130;--color-primary-2:234,70,47;--color-primary-3:230,33,33;--color-primary-4:201,49,49;--color-secondary-0:217,230,239;--color-secondary-1:128,170,200;--color-secondary-2:0,85,145;--color-secondary-3:0,43,73;--color-secondary-4:0,13,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }body { background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/QQ86dRTn/ea_produkt_kopia_01.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.adaptive-delivery-prevent-bg, #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.lazyload, #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.lazyloading { background-image: none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row .container { border-width: 0; border-radius: 0; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.625rem;width:60rem;position:relative;display:none; }#iz8TK4mHq1lh1CkfTJZZOh0is45nX5XL { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:10.625rem;left:0.8125rem;height:;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; }
#CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk { color:rgba(var(--color-primary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:22.3125rem;left:0.8125rem;height:7.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk li:before{  }
#dysxNDdibaorMLu7mV0x71d8015Tt5C3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:54.5rem;left:1.3125rem;display:none; }
#tx2a4WzcmyRdp28R9x4KEF5G7GhMuKHR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:58.9375rem;left:1.25rem;display:none; }
#b2klRBQcLfzeBNMwtbeQiA3yx3VV42dT { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.4375rem;left:0.875rem;display:block; }
#MyrX0TnvBEuCRr5aW4VBiMolHDTpCW9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UxyAfDDPKf941ciEzJA9eNX4vv0kIXJv { 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:30.25rem;width:27.3125rem;display:none; }
#T694Txpk6obiaJGbIzoA9ZTwDBv8NsTs { 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:35.5rem;width:29.25rem;top:5.0625rem;left:30.75rem;overflow:hidden;display:block; }
#vuc5xzltckD0rGx1PfDt2bhHoDkiexbu { 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:19.625rem;width:14.8125rem;top:25.125rem;left:26.6875rem;overflow:hidden;display:block; }
#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { background-color: transparent; background-image: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container > .video-iframe-container { display: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container { display: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .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); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { border-width: 0; border-radius: 0; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:0.8125rem;width:60rem;position:relative;display:block; }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl { position:relative;display:block; }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl { background-color: transparent; background-image: none; }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl > .row .container > .video-iframe-container { display: none; }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl > .row > .video-iframe-container { display: none; }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl > .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); }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl { border-width: 0; border-radius: 0; }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl > .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; }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xorhFUgN8nTDbcwxNzrI9Mkns9uv8rBR { display:block;width:36.375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.6875rem;left:20.90625rem;height:5.11816875rem;text-align:center;text-align-last:center;display:block; }
#Zu304mA1tiTZRQRKKMTHQSJNPbl88Bq7 { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:17.5rem;left:29.28125rem;display:block; }
#gExX2M22qotx8COPnOi17kU6yf1lpTkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmT5Q5ynI4NilfDAOiqlGGhur5O0hVOw { display:block;width:36.375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.8125rem;left:20.90625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#zv9GwUfHXEeBl6Z3Ts0hf90VE4zruJlm { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8125rem;left:23.46875rem;height:5.11816875rem;text-align:center;text-align-last:center;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; }
#nvvqqsP1maL9m4W0L7mWe8arBtwqTOxG { position:absolute;display:block;z-index:15019;height:11.25rem;width:20rem;top:2.25rem;left:3.84375rem;display:block; }
#ZGTGv2QTIczaTxyyooPTzAn6XOnOhtIn { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.0625rem;width:58.375rem;top:0.8125rem;left:0.65625rem;display:block; }
#nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV > .row .container { border-width: 0; border-radius: 0; }#nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31.875rem;width:60rem;position:relative;display:none; }#ew8NA5BMZGgAW7wvB4nTlmU5JW8QoHVD { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.28125rem;height:2.1875rem;display:block; }
#QWvHlQGX91fIwK9ZM79lU5Z88t42C4wf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.28125rem;height:23.625rem;display:block; }
#rxrKDeiUAHxooP2HVN0L8dR4OTr8Nf3C { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:28rem;top:3.59375rem;left:29.5625rem;overflow:hidden;display:block; }
#T2SQrurhQtZBFtkTsqmIFMGHVoxg7JGk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.4375rem;left:2.5625rem;height:2.875rem;display:block; }
#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row .container { border-width: 0; border-radius: 0; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.6875rem;width:60rem;position:relative;display:none; }#EOCs2GyVClO24KWHHORuVB3QMqIfiMUS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.84375rem;left:30.46875rem;height:2.1875rem;display:block; }
#TnDZt5rC0Zp0OQSV2FbIRMayzqGhAEfq { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.96875rem;left:30.65625rem;height:21.9375rem;display:block; }
#tPzCXDIsC4L87u46QZ8sbkRaZMcutmig { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:27.375rem;top:1.96875rem;left:1.09375rem;overflow:hidden;display:block; }
#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row .container { border-width: 0; border-radius: 0; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31.6875rem;width:60rem;position:relative;display:none; }#M4qsfgd8nPZOHw6UDk4KaEwZQHAa5sCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.125rem;height:2.1875rem;display:block; }
#un51kSHgg45siZ8WshNxSzs100MubZCL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.6875rem;left:2.125rem;height:18.5625rem;display:block; }
#xlnAWpnBQz1025Sf3n4wGBE6trVuwviT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:29.75rem;top:2.75rem;left:29.375rem;overflow:hidden;display:block; }
#mRHOmhVI9J66zFZaxxXvoutGe1TGPhe7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.25rem;left:2.125rem;height:4.3125rem;display:block; }
#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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:none; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row .container { border-width: 0; border-radius: 0; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:11.5625rem;width:60rem;position:relative;display:none; }#oWPK9d0W3vXQPWUNNBIPJrPxkaU2gAlA { color:rgba(var(--color-tertiary-4),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:2.9375rem;height:4.5rem;display:block; }
#oiGpnHrW147AOJiMf7hDO5HipriRonzd { color:rgba(var(--color-tertiary-4),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.9375rem;height:1.625rem;display:block; }
#XiylvKtDOFJy0B4BCiOSxuLwz160dbUF { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:6.875rem;width:0.3125rem;top:1.625rem;left:1.5625rem;display:block; }
#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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:none; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row .container { border-width: 0; border-radius: 0; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:60rem;position:relative;display:none; }#F0063f21PrGH0FKkNNBXb9acVl4PoiOW { color:#101d4f;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:9.59375rem;left:2.0625rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BU882oTfaX20Cvh6G8PM1J5rWJuCpZhh { position:absolute;display:block;z-index:15003;background-color:#c3c3c3;background-image:none;background-position:top left !important;background-repeat: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:20.75rem;width:0.0625rem;top:1.5625rem;left:30.8125rem;display:block; }
#ncMUzRCGIkreVubw8kyyVFQUhWMRzTlM { color:#101d4f;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.59375rem;left:16.46875rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHnS3aG3TTEFkCGowbJAUIS3XqDHZeX2 { color:#101d4f;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9.59375rem;left:31.75rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGXUc6cMFEv7K2wMxquADykWErEuxfbG { color:#101d4f;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.59375rem;left:46.25rem;height:15.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnOT0dtTqOFuc4N32KCJZQwuPDF5o6hh { position:absolute;display:block;z-index:15004;background-color:#c3c3c3;background-image:none;background-position:top left !important;background-repeat: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:20.75rem;width:0.0625rem;top:1.5625rem;left:45.5673828125rem;display:block; }
#oJNHUr58hKr78hLEzF4NZyO1BqFnzulb { position:absolute;display:block;z-index:15005;background-color:#c3c3c3;background-image:none;background-position:top left !important;background-repeat: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:20.75rem;width:0.0625rem;top:1.5625rem;left:14.6875rem;display:block; }
#mll7mWnZMl6NWytOEsLOA5bAbveTAgkR { position:absolute;display:block;z-index:15008;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.5rem;width:4rem;top:2.65625rem;left:5.71875rem;overflow:hidden;display:block; }
#C1urFyG011WoFkSbTowtXyqClUofMyxp { 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:4.6875rem;width:4.1875rem;top:2.5625rem;left:20.59375rem;overflow:hidden;display:block; }
#kpXGw1UuqnhdT81mqhwBMRFrdITmp7sL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.0625rem;top:2.625rem;left:35.375rem;overflow:hidden;display:block; }
#ikbh8D6oJnUhFZgazmJUcx9GpiFCw6pM { 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:4.25rem;width:3.8125rem;top:2.78125rem;left:50.435546875rem;overflow:hidden;display:block; }
#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n > .row .container { border-width: 0; border-radius: 0; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.25rem;width:60rem;position:relative;display:none; }#oW0nFWeSXgg8qsJI8XUXSMNTTNktuvJa { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4013671875rem;left:7.75rem;height:7.3125rem;font-style:normal;display:block; }
#G14wdzpZu483uzTBbfgP606UlAyup4x9 { position:absolute;display:block;z-index:15002;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:26.6875rem;width:52.0625rem;top:1.9375rem;left:3.96875rem;overflow:hidden;display:block; }
#rgyOARzkqFh1XxZqlpW27eK5tP8EFWys { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:14.9375rem;left:7.75rem;height:1.875rem;font-style:normal;display:block; }
#cPi9OimWdtTuyq6WcJMxFPyP7bVQw2cE { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.375rem;left:6.9375rem;display:block; }
#DeuBVvZWwMAta5pruCJ4J4iGuhB379qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row .container { border-width: 0; border-radius: 0; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.375rem;width:60rem;position:relative;display:none; }#gOo3kMvhzFCrFlxqb8vQGoBX0DN2ACmd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.0625rem;left:1.5625rem;height:33.75rem;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; }
#T8XM76Dm2t5ufJabTZVfekWTn2Viavwy { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:1.5625rem;height:4.375rem;display:block; }
#hdEgnGBT4KL1ZAxSOZ9RT4HyVJpD5RUG { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.9375rem;left:18.40625rem;display:block; }
#tfDSFDnwlLlcoOGk98p8d1THmwiSODTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ayl6LBJWgAvoOhATNcQlRkqhzGGw9kTc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.0625rem;left:32.8125rem;height:25.3125rem;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; }
#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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:none; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row .container { border-width: 0; border-radius: 0; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.4375rem;width:60rem;position:relative;display:none; }#yAVI31aNMcQb9ssPNuH1JsyyIzICRtTP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:16.8125rem;height:1.9375rem;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; }
#owNMa3v2oh1e8T6TIoUIJAlnrudQ5Btu { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:16.8125rem;height:5.75rem;display:block; }
#BvUx4IrIAHWJSs7QTzQMCIi5e6VtuZ37 { position:absolute;display:block;z-index:15002;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.5625rem;width:14.6875rem;top:2.4374961853027rem;left:0.56770706176758rem;overflow:hidden;display:block; }
#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row .container { border-width: 0; border-radius: 0; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31.1875rem;width:60rem;position:relative;display:none; }#aLTZ7PRDH23POW2Rzxb8Bgd4EM0tBdLT { color:#2e3646;display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.1875rem;height:2.25rem;font-style:normal;display:block; }
#geR6obMo4Wrbx5FpSbhMcKSXmaaMF0XL { color:#2e3646;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:21.25rem;height:1.4375rem;font-style:normal;display:block; }
#mHVkLdnqhKOq42TSTfUWONfUcRHeHNxa { color:#2e3646;display:block;width:22.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:21.0625rem;height:2.5rem;font-style:normal;display:block; }
#TmtyEETspqGox1hcXpJavsAuuwv6Gra8 { 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:23.125rem;width:19.0625rem;top:2.0874996185302rem;left:2.0197906494141rem;overflow:hidden;display:block; }
#O6TIfuVKMXoSlKS2Wt3MZIeiWafDOo1W { position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(38,38,38,0.3) ;height:14.4375rem;width:38.0625rem;top:8.375rem;left:13.15625rem;display:block; }
#ursHscZX4IJnQxh94u0av1Vuc88MmE2B { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(39,174,96,0.3);border-left:0.0625rem solid rgba(39,174,96,0.3);border-right:0.0625rem solid rgba(39,174,96,0.3);border-bottom:0.0625rem solid rgba(39,174,96,0.3);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.5rem;width:42.25rem;top:6.9375rem;left:10.21875rem;display:block; }
#X9XSD4gGViTESS436g6ai5spW8dBWBkL { color:#2e3646;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18.125rem;left:21.1875rem;height:2.875rem;font-style:normal;display:block; }
#tAJ3cdpU9Mp9un5mhV1HvuHNwElcNLvw { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.0244140625rem;left:21.1875rem;display:block; }
#TeuTQGf4TN7d2oWPTIBfMDBgB6zGLhVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O4nrQDbaA85wef4CRgQ75msKb4GoZqIt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:12.5625rem;top:6.9375rem;left:45.650390625rem;overflow:hidden;display:block; }
#zmmCziPEi2CuNToTqw3pBcw6x1APCVqP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3994140625rem;left:46.1875rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#XWCN0GIGveivI4v4RgTh8HXW0cLZ6Rti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#XWCN0GIGveivI4v4RgTh8HXW0cLZ6Rti > .row .container { border-width: 0; border-radius: 0; }#XWCN0GIGveivI4v4RgTh8HXW0cLZ6Rti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWCN0GIGveivI4v4RgTh8HXW0cLZ6Rti > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:none; }#B0ZFPs2xQnUJ1olBhFmirBJXzoVJrJwP { 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:11rem;width:11.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QTi2L1xc2mwcpoCJCofidxdzGu16hvGR { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.34375rem;height:1.9375rem;font-style:normal;display:block; }
#zvcxtTGSLvHrSNCplPCVD938dFuWVEhg { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:3.34375rem;height:13.75rem;display:block; }
#TfTD9Fa62TtaXaNRnbyw08BSWO5llK6m { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.0625rem;left:3.34375rem;height:2.5rem;display:block; }
#I0vH2CnkbyyySyZkXOQXLr7lMuuSnKbE { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:32.9375rem;height:13.75rem;display:block; }
#TAypRs8PakrFEvVMs5b3xLUD2N9OMGSw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.0625rem;left:32.9375rem;height:2.5rem;display:block; }
#BaHdsFguuvqKRAOMrM1GPgTh3mEwiODn { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:32.9375rem;height:1.9375rem;font-style:normal;display:block; }
#yDgPPQJZecU8LoHrrJSfTCKrVtgELnPG { 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:11rem;width:11.4375rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/xsC2rAQT/zh_produkt_4.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8.adaptive-delivery-prevent-bg, #Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8.lazyload, #Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8.lazyloading { background-image: none; }#Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8 > .row .container { border-width: 0; border-radius: 0; }#Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.0625rem;width:60rem;position:relative;display:none; }#QU2IbBguzS3THsMTrW99neyFPSHvCqTG { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9.21875rem;height:2.5rem;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;text-align:center;text-align-last:center;display:block; }
#gWv3Su4O5wzbVDvdELPu7I6hp6Vm0xI9 { position:absolute;display:block;z-index:15005;height:11.25rem;width:29.9375rem;top:7.9375rem;left:11.875rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA { display:none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row .container { width:47.75rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #iz8TK4mHq1lh1CkfTJZZOh0is45nX5XL { width:25.0625rem;height:3.75rem;top:1.5rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk { width:19.625rem;height:8.0625rem;top:7.53125rem;left:2.0625rem;font-size:1.3125rem;display:block; }#CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk li:before{  }
 }@media only screen and (max-width: 959px) { #dysxNDdibaorMLu7mV0x71d8015Tt5C3 { width:17.3125rem;height:0;top:54.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #tx2a4WzcmyRdp28R9x4KEF5G7GhMuKHR { width:17.4375rem;height:0;top:58.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #b2klRBQcLfzeBNMwtbeQiA3yx3VV42dT { width:18.5625rem;height:3.4375rem;top:17.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MyrX0TnvBEuCRr5aW4VBiMolHDTpCW9T { display:block; }
 }@media only screen and (max-width: 959px) { #UxyAfDDPKf941ciEzJA9eNX4vv0kIXJv { width:27.3125rem;height:30.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #T694Txpk6obiaJGbIzoA9ZTwDBv8NsTs { width:15.9375rem;height:19.375rem;top:1.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vuc5xzltckD0rGx1PfDt2bhHoDkiexbu { width:7.9375rem;height:10.8125rem;top:11.9375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT { display:block; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { width:47.75rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl { display:block; }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xorhFUgN8nTDbcwxNzrI9Mkns9uv8rBR { width:26.125rem;height:4.875rem;top:2.5625rem;left:19.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zu304mA1tiTZRQRKKMTHQSJNPbl88Bq7 { width:19.625rem;height:3.4375rem;top:19.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gExX2M22qotx8COPnOi17kU6yf1lpTkP { display:block; }
 }@media only screen and (max-width: 959px) { #TmT5Q5ynI4NilfDAOiqlGGhur5O0hVOw { width:26.125rem;height:1.625rem;top:14.375rem;left:19.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zv9GwUfHXEeBl6Z3Ts0hf90VE4zruJlm { width:21.375rem;height:5.0625rem;top:8.75rem;left:21.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nvvqqsP1maL9m4W0L7mWe8arBtwqTOxG { width:20rem;height:11.25rem;top:1.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZGTGv2QTIczaTxyyooPTzAn6XOnOhtIn { width:47.5rem;height:24.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV { display:none; }#nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV > .row .container { width:47.75rem;height:26.9375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ew8NA5BMZGgAW7wvB4nTlmU5JW8QoHVD { width:21.9375rem;height:2.1875rem;top:2.25rem;left:1rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QWvHlQGX91fIwK9ZM79lU5Z88t42C4wf { width:22.6875rem;height:21.875rem;top:4.96875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rxrKDeiUAHxooP2HVN0L8dR4OTr8Nf3C { width:21.5rem;height:16.0625rem;top:4.96875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #T2SQrurhQtZBFtkTsqmIFMGHVoxg7JGk { width:17.0625rem;height:2.875rem;top:22.4375rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc { display:none; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row .container { width:47.75rem;height:28.3125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #EOCs2GyVClO24KWHHORuVB3QMqIfiMUS { width:16.375rem;height:2.1875rem;top:1.875rem;left:25.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TnDZt5rC0Zp0OQSV2FbIRMayzqGhAEfq { width:22.6875rem;height:21.875rem;top:5rem;left:25.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tPzCXDIsC4L87u46QZ8sbkRaZMcutmig { width:20.6875rem;height:17.1875rem;top:5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ { display:none; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #M4qsfgd8nPZOHw6UDk4KaEwZQHAa5sCQ { width:21.9375rem;height:2.1875rem;top:1.4375rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #un51kSHgg45siZ8WshNxSzs100MubZCL { width:22.6875rem;height:21.875rem;top:4.25rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xlnAWpnBQz1025Sf3n4wGBE6trVuwviT { width:23.25rem;height:18.0625rem;top:2.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #mRHOmhVI9J66zFZaxxXvoutGe1TGPhe7 { width:21.4375rem;height:4.3125rem;top:21rem;left:25.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gksV6frmATSIL4dHnLvdmnmF8mqV78O3 { display:none; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row .container { width:47.75rem;height:12.25rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #oWPK9d0W3vXQPWUNNBIPJrPxkaU2gAlA { width:45.875rem;height:4.125rem;top:2.724609375rem;left:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #oiGpnHrW147AOJiMf7hDO5HipriRonzd { width:44.1875rem;height:3rem;top:8.224609375rem;left:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XiylvKtDOFJy0B4BCiOSxuLwz160dbUF { width:0.25rem;height:3.875rem;top:3.0625rem;left:1.3020830154419rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ve6s81z275lyDKpCfmVbp8sEbV32vlCX { display:none; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row .container { width:47.75rem;height:21.1875rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #F0063f21PrGH0FKkNNBXb9acVl4PoiOW { width:10rem;height:9rem;top:7.3125rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BU882oTfaX20Cvh6G8PM1J5rWJuCpZhh { width:0.0625rem;height:15.625rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ncMUzRCGIkreVubw8kyyVFQUhWMRzTlM { width:11.625rem;height:10.5rem;top:7.3125rem;left:11.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NHnS3aG3TTEFkCGowbJAUIS3XqDHZeX2 { width:10.3125rem;height:10.5rem;top:7.3125rem;left:24.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WGXUc6cMFEv7K2wMxquADykWErEuxfbG { width:11.5625rem;height:13.5rem;top:7.3125rem;left:35.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mnOT0dtTqOFuc4N32KCJZQwuPDF5o6hh { width:0.0625rem;height:15.625rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oJNHUr58hKr78hLEzF4NZyO1BqFnzulb { width:0.0625rem;height:15.625rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mll7mWnZMl6NWytOEsLOA5bAbveTAgkR { width:3.3125rem;height:3.6875rem;top:2.9267578125rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #C1urFyG011WoFkSbTowtXyqClUofMyxp { width:4.1875rem;height:4.6875rem;top:2.4270820617676rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kpXGw1UuqnhdT81mqhwBMRFrdITmp7sL { width:3.625rem;height:4.0625rem;top:2.7392578125rem;left:27.78125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ikbh8D6oJnUhFZgazmJUcx9GpiFCw6pM { width:3.625rem;height:4.0625rem;top:2.7392578125rem;left:39.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n { display:none; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n > .row .container { width:47.75rem;height:24.8125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #oW0nFWeSXgg8qsJI8XUXSMNTTNktuvJa { width:21.5rem;height:6.9375rem;top:4.3125rem;left:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #G14wdzpZu483uzTBbfgP606UlAyup4x9 { width:45rem;height:23.125rem;top:1.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rgyOARzkqFh1XxZqlpW27eK5tP8EFWys { width:23.0625rem;height:1.8125rem;top:13rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cPi9OimWdtTuyq6WcJMxFPyP7bVQw2cE { width:18.5625rem;height:3.4375rem;top:16.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 959px) { #DeuBVvZWwMAta5pruCJ4J4iGuhB379qI { display:block; }
 }@media only screen and (max-width: 959px) { #TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E { display:none; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row .container { width:47.75rem;height:49.25rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #gOo3kMvhzFCrFlxqb8vQGoBX0DN2ACmd { width:43.8125rem;height:21.875rem;top:7.125rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #T8XM76Dm2t5ufJabTZVfekWTn2Viavwy { width:42.6875rem;height:4.125rem;top:1.5rem;left:2.53125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hdEgnGBT4KL1ZAxSOZ9RT4HyVJpD5RUG { width:21.8125rem;height:3.4375rem;top:44.25rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tfDSFDnwlLlcoOGk98p8d1THmwiSODTT { display:block; }
 }@media only screen and (max-width: 959px) { #ayl6LBJWgAvoOhATNcQlRkqhzGGw9kTc { width:43.8125rem;height:14.0625rem;top:27.3125rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g { display:none; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row .container { width:47.75rem;height:16.8125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #yAVI31aNMcQb9ssPNuH1JsyyIzICRtTP { width:16.125rem;height:1.9375rem;top:3.0615234375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #owNMa3v2oh1e8T6TIoUIJAlnrudQ5Btu { width:31.25rem;height:7.1875rem;top:6.25rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BvUx4IrIAHWJSs7QTzQMCIi5e6VtuZ37 { width:14.6875rem;height:12.5625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX { display:none; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row .container { width:47.75rem;height:28.0625rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #aLTZ7PRDH23POW2Rzxb8Bgd4EM0tBdLT { width:16.1875rem;height:2.25rem;top:8.9375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #geR6obMo4Wrbx5FpSbhMcKSXmaaMF0XL { width:22.25rem;height:1.25rem;top:6.9375rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #mHVkLdnqhKOq42TSTfUWONfUcRHeHNxa { width:22.625rem;height:2.5rem;top:11.84375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TmtyEETspqGox1hcXpJavsAuuwv6Gra8 { width:15rem;height:18.1875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #O6TIfuVKMXoSlKS2Wt3MZIeiWafDOo1W { width:35.25rem;height:14.4375rem;top:5.65625rem;left:8.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 959px) { #ursHscZX4IJnQxh94u0av1Vuc88MmE2B { width:40.375rem;height:14.5625rem;top:4.25rem;left:4.75rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 959px) { #X9XSD4gGViTESS436g6ai5spW8dBWBkL { width:25.1875rem;height:2.5rem;top:14.6875rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #tAJ3cdpU9Mp9un5mhV1HvuHNwElcNLvw { width:21.8125rem;height:3.4375rem;top:21.25rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TeuTQGf4TN7d2oWPTIBfMDBgB6zGLhVz { display:block; }
 }@media only screen and (max-width: 959px) { #O4nrQDbaA85wef4CRgQ75msKb4GoZqIt { width:9.375rem;height:12.4375rem;top:3.84375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zmmCziPEi2CuNToTqw3pBcw6x1APCVqP { width:23.25rem;height:1.4375rem;top:17.8125rem;left:17.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #XWCN0GIGveivI4v4RgTh8HXW0cLZ6Rti { display:none; }#XWCN0GIGveivI4v4RgTh8HXW0cLZ6Rti > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #B0ZFPs2xQnUJ1olBhFmirBJXzoVJrJwP { width:11.4375rem;height:11rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QTi2L1xc2mwcpoCJCofidxdzGu16hvGR { width:24.9375rem;height:1.9375rem;top:4.125rem;left:0.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #zvcxtTGSLvHrSNCplPCVD938dFuWVEhg { width:22.8125rem;height:15rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TfTD9Fa62TtaXaNRnbyw08BSWO5llK6m { width:12.5rem;height:2.5rem;top:25.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #I0vH2CnkbyyySyZkXOQXLr7lMuuSnKbE { width:21.125rem;height:15rem;top:8.75rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TAypRs8PakrFEvVMs5b3xLUD2N9OMGSw { width:12.5rem;height:2.5rem;top:24.5625rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BaHdsFguuvqKRAOMrM1GPgTh3mEwiODn { width:21.6875rem;height:1.9375rem;top:4.125rem;left:26.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #yDgPPQJZecU8LoHrrJSfTCKrVtgELnPG { width:11.4375rem;height:11rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8 { display:none; }#Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8 > .row .container { width:47.75rem;height:28.625rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #QU2IbBguzS3THsMTrW99neyFPSHvCqTG { width:44.875rem;height:2.5rem;top:2.375rem;left:2.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gWv3Su4O5wzbVDvdELPu7I6hp6Vm0xI9 { width:29.9375rem;height:11.25rem;top:7.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#efefef;background-image:url("https://images.assets-landingi.com/q6iNkNWU/LP_zr_01.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.adaptive-delivery-prevent-bg, #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.lazyload, #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.lazyloading { background-image: none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row .container { width:20rem;height:35.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iz8TK4mHq1lh1CkfTJZZOh0is45nX5XL { width:19rem;height:2.75rem;top:1.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk { width:16.25rem;height:6.5625rem;top:6.4375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk li:before{  }
 }@media only screen and (max-width: 763px) { #dysxNDdibaorMLu7mV0x71d8015Tt5C3 { top:56.4375rem;left:1.5rem;width:17.3125rem;height:0;z-index:15012;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tx2a4WzcmyRdp28R9x4KEF5G7GhMuKHR { top:63.6875rem;left:1.4375rem;width:17.4375rem;height:0;z-index:15013;font-size:1rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #b2klRBQcLfzeBNMwtbeQiA3yx3VV42dT { width:18.5625rem;height:3.4375rem;top:30.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyrX0TnvBEuCRr5aW4VBiMolHDTpCW9T { display:block; }
 }@media only screen and (max-width: 763px) { #UxyAfDDPKf941ciEzJA9eNX4vv0kIXJv { top:13.15625rem;left:5.03125rem;width:9.9375rem;height:11rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #T694Txpk6obiaJGbIzoA9ZTwDBv8NsTs { width:12.6875rem;height:15.375rem;top:13.625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuc5xzltckD0rGx1PfDt2bhHoDkiexbu { width:6.375rem;height:8.5625rem;top:21.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT { 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; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { background-color: transparent; background-image: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container > .video-iframe-container { display: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container { display: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .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); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { border-width: 0; border-radius: 0; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl { display:block; }#tyArlMvrM0KNoBDxVT4PnOwKQFBhTJvl > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xorhFUgN8nTDbcwxNzrI9Mkns9uv8rBR { width:20rem;height:4.5rem;top:24.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu304mA1tiTZRQRKKMTHQSJNPbl88Bq7 { width:19.625rem;height:3.4375rem;top:39.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gExX2M22qotx8COPnOi17kU6yf1lpTkP { display:block; }
 }@media only screen and (max-width: 763px) { #TmT5Q5ynI4NilfDAOiqlGGhur5O0hVOw { width:20rem;height:1.5rem;top:37.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9GwUfHXEeBl6Z3Ts0hf90VE4zruJlm { width:20rem;height:5.0625rem;top:29.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvvqqsP1maL9m4W0L7mWe8arBtwqTOxG { width:20rem;height:11.25rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTGv2QTIczaTxyyooPTzAn6XOnOhtIn { width:19.75rem;height:43.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV { 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; }#nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV > .row .container { border-width: 0; border-radius: 0; }#nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVsyhOPXQIwlNV6rOzgrdLIfcgnU5ixV > .row .container { width:20rem;height:44.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ew8NA5BMZGgAW7wvB4nTlmU5JW8QoHVD { width:20rem;height:1.75rem;top:14.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWvHlQGX91fIwK9ZM79lU5Z88t42C4wf { width:18.625rem;height:22rem;top:17.6875rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxrKDeiUAHxooP2HVN0L8dR4OTr8Nf3C { width:17.9375rem;height:13.375rem;top:0.9375rem;left:0.50861324276036rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2SQrurhQtZBFtkTsqmIFMGHVoxg7JGk { width:20rem;height:2.875rem;top:40.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc { 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; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row .container { border-width: 0; border-radius: 0; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row .container { width:20rem;height:39.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EOCs2GyVClO24KWHHORuVB3QMqIfiMUS { width:13.1875rem;height:1.75rem;top:15.0390625rem;left:3.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnDZt5rC0Zp0OQSV2FbIRMayzqGhAEfq { width:18.4375rem;height:20.625rem;top:17.375rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPzCXDIsC4L87u46QZ8sbkRaZMcutmig { width:17.9375rem;height:14.875rem;top:0rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ { 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; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row .container { border-width: 0; border-radius: 0; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row .container { width:20rem;height:43.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4qsfgd8nPZOHw6UDk4KaEwZQHAa5sCQ { width:20rem;height:1.75rem;top:15.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #un51kSHgg45siZ8WshNxSzs100MubZCL { width:18.4375rem;height:19.25rem;top:18.0625rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlnAWpnBQz1025Sf3n4wGBE6trVuwviT { width:18.875rem;height:14.6875rem;top:0.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRHOmhVI9J66zFZaxxXvoutGe1TGPhe7 { width:20rem;height:3.5625rem;top:38.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gksV6frmATSIL4dHnLvdmnmF8mqV78O3 { display:none; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oWPK9d0W3vXQPWUNNBIPJrPxkaU2gAlA { width:19.1875rem;height:7rem;top:0.8125rem;left:0.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiGpnHrW147AOJiMf7hDO5HipriRonzd { width:20rem;height:4.875rem;top:9.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiylvKtDOFJy0B4BCiOSxuLwz160dbUF { width:0.3125rem;height:6.875rem;top:1.625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ve6s81z275lyDKpCfmVbp8sEbV32vlCX { display:none; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row .container { width:20rem;height:63.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F0063f21PrGH0FKkNNBXb9acVl4PoiOW { width:13.1875rem;height:9rem;top:5.4375rem;left:3.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BU882oTfaX20Cvh6G8PM1J5rWJuCpZhh { width:0.0625rem;height:23rem;top:36.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncMUzRCGIkreVubw8kyyVFQUhWMRzTlM { width:14.9375rem;height:7.5rem;top:21.25rem;left:2.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHnS3aG3TTEFkCGowbJAUIS3XqDHZeX2 { width:16rem;height:7.5rem;top:35.6875rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGXUc6cMFEv7K2wMxquADykWErEuxfbG { width:14.5625rem;height:12rem;top:49.6875rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnOT0dtTqOFuc4N32KCJZQwuPDF5o6hh { width:0.0625rem;height:20.75rem;top:1.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJNHUr58hKr78hLEzF4NZyO1BqFnzulb { width:0.0625rem;height:20.75rem;top:1.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mll7mWnZMl6NWytOEsLOA5bAbveTAgkR { width:3.25rem;height:3.625rem;top:1.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1urFyG011WoFkSbTowtXyqClUofMyxp { width:4.1875rem;height:4.6875rem;top:16.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpXGw1UuqnhdT81mqhwBMRFrdITmp7sL { width:3.625rem;height:4.0625rem;top:31.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikbh8D6oJnUhFZgazmJUcx9GpiFCw6pM { width:3.625rem;height:4.0625rem;top:44.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n { display:none; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n > .row .container { width:20rem;height:24.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oW0nFWeSXgg8qsJI8XUXSMNTTNktuvJa { width:20rem;height:5.625rem;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) { #G14wdzpZu483uzTBbfgP606UlAyup4x9 { width:20rem;height:10.25rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgyOARzkqFh1XxZqlpW27eK5tP8EFWys { width:10.9375rem;height:1.8125rem;top:10.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPi9OimWdtTuyq6WcJMxFPyP7bVQw2cE { width:18.3125rem;height:3.8125rem;top:19.125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeuBVvZWwMAta5pruCJ4J4iGuhB379qI { display:block; }
 }@media only screen and (max-width: 763px) { #TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E { display:none; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row .container { width:20rem;height:77.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gOo3kMvhzFCrFlxqb8vQGoBX0DN2ACmd { width:18.3125rem;height:34.375rem;top:9.5625rem;left:0.84375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T8XM76Dm2t5ufJabTZVfekWTn2Viavwy { width:18.4375rem;height:5.0625rem;top:1.5625rem;left:0.71875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hdEgnGBT4KL1ZAxSOZ9RT4HyVJpD5RUG { width:19rem;height:3.8125rem;top:72.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfDSFDnwlLlcoOGk98p8d1THmwiSODTT { display:block; }
 }@media only screen and (max-width: 763px) { #ayl6LBJWgAvoOhATNcQlRkqhzGGw9kTc { width:18.1875rem;height:28.125rem;top:42.6875rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g { display:none; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row .container { width:20rem;height:28.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yAVI31aNMcQb9ssPNuH1JsyyIzICRtTP { width:16.125rem;height:1.625rem;top:15.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owNMa3v2oh1e8T6TIoUIJAlnrudQ5Btu { width:19.4375rem;height:8.75rem;top:17.374979019165rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvUx4IrIAHWJSs7QTzQMCIi5e6VtuZ37 { width:14.6875rem;height:12.5625rem;top:1.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX { display:none; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aLTZ7PRDH23POW2Rzxb8Bgd4EM0tBdLT { width:14.6875rem;height:1.625rem;top:3.7916669845581rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geR6obMo4Wrbx5FpSbhMcKSXmaaMF0XL { width:13.875rem;height:1.25rem;top:1.728515625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHVkLdnqhKOq42TSTfUWONfUcRHeHNxa { width:16.1875rem;height:2.0625rem;top:7rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmtyEETspqGox1hcXpJavsAuuwv6Gra8 { width:11.1875rem;height:13.5625rem;top:14.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TIfuVKMXoSlKS2Wt3MZIeiWafDOo1W { width:20rem;height:14.4375rem;top:8.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ursHscZX4IJnQxh94u0av1Vuc88MmE2B { width:19.875rem;height:14.5rem;top:6.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9XSD4gGViTESS436g6ai5spW8dBWBkL { width:17.875rem;height:3.75rem;top:10.4375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJ3cdpU9Mp9un5mhV1HvuHNwElcNLvw { width:19rem;height:3.8125rem;top:34.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeuTQGf4TN7d2oWPTIBfMDBgB6zGLhVz { display:block; }
 }@media only screen and (max-width: 763px) { #O4nrQDbaA85wef4CRgQ75msKb4GoZqIt { width:5.8125rem;height:7.8125rem;top:21rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmmCziPEi2CuNToTqw3pBcw6x1APCVqP { width:13.8125rem;height:2.875rem;top:29.8125rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWCN0GIGveivI4v4RgTh8HXW0cLZ6Rti { display:none; }#XWCN0GIGveivI4v4RgTh8HXW0cLZ6Rti > .row .container { width:20rem;height:61.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B0ZFPs2xQnUJ1olBhFmirBJXzoVJrJwP { width:4rem;height:3.875rem;top:0.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTi2L1xc2mwcpoCJCofidxdzGu16hvGR { width:20rem;height:1.9375rem;top:5.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvcxtTGSLvHrSNCplPCVD938dFuWVEhg { width:20rem;height:16.25rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTD9Fa62TtaXaNRnbyw08BSWO5llK6m { width:12.5rem;height:2.5rem;top:26.9375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0vH2CnkbyyySyZkXOQXLr7lMuuSnKbE { width:20rem;height:16.25rem;top:39.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAypRs8PakrFEvVMs5b3xLUD2N9OMGSw { width:12.5rem;height:2.5rem;top:58.375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaHdsFguuvqKRAOMrM1GPgTh3mEwiODn { width:20rem;height:1.9375rem;top:34.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDgPPQJZecU8LoHrrJSfTCKrVtgELnPG { width:3.5625rem;height:3.4375rem;top:30.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8 { display:block; }#Smwnp4wfVzCOyyWXCKoiC0I2M8wxMAK8 > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QU2IbBguzS3THsMTrW99neyFPSHvCqTG { width:20rem;height:2.875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWv3Su4O5wzbVDvdELPu7I6hp6Vm0xI9 { width:20rem;height:11.25rem;top:3.9375rem;left:0rem;display:block; }
 }