.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:217,255,251;--color-primary-1:128,255,242;--color-primary-2:0,255,229;--color-primary-3:0,128,115;--color-primary-4:0,38,34;--color-secondary-0:231,217,255;--color-secondary-1:176,128,255;--color-secondary-2:96,0,255;--color-secondary-3:48,0,128;--color-secondary-4:14,0,38;--color-tertiary-0:255,255,255;--color-tertiary-1:221,221,221;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:raleway;--paragraphs-font-family:raleway; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/M37e6WKj/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#nK4gTe89zgz0hu9wLNqdI0kAPVqDMEaW { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:34.0625rem;display:block; }
#gLeePAVL5gscs2gO6T7VcD8rqimTvPJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UtguSOKAdkq2sBylLGFRA7vtItmUW3Ty { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:40rem;display:block; }
#xdobyBMrO6xMTtFsg6gxlEJm97x8zCoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P7SrcluyqsvfwQaUfTeLeJnMU9QCyqHB { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:47.8125rem;display:block; }
#UpEfuH1Q59Ttde9vac93kVwVzlJVxLyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axK7RxzgvccrEOlcoDyo6px3soHmRRz0 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:56.875rem;display:block; }
#hx2qlyUJq8EMWxLeWeykFT6bQBByPFCb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpQ0UV6UiutTC5H6TRed4d6Hhu4H7n5m { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:67.1875rem;display:block; }
#SedDtzAToOifJhl9HIvOaAyfObn2lnoq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGttLVkeH48odBHORVnDrHEV6gB9Dglk { 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:1.125rem;width:1.5rem;top:2.3125rem;left:73.5rem;overflow:hidden;display:block; }
#uIrnrEE13bSLc3AalTc3TT0i7vtF7uGD { 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:4.125rem;width:17.875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row .container { background-color: transparent; background-image: none; }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row .container > .video-iframe-container { display: none; }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row > .video-iframe-container { display: none; }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .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); }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row .container { border-width: 0; border-radius: 0; }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#Ro1Tk9Ac9sSHOmzyeEdW4AegEcC7kS5U { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.625rem;left:37.34375rem;height:1.625rem;display:block; }
#GSIllZMPgaALvsX3EsslmoKK4MpIxnQ2 { color:rgba(var(--color-secondary-2),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:37.34375rem;height:4.6308625rem;font-style:normal;display:block; }
#JDwwIruJq4xnFbdnvCWX1H5VxsVzWRwx { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:14.75rem;left:37.34375rem;display:block; }
#cT9u9o1SNcCrzt23aiveHAIB8L4ThRp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:42.5rem;height:8.7744375rem;text-align:right;text-align-last:right;display:block; }
#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row .container { background-color: transparent; background-image: none; }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row .container > .video-iframe-container { display: none; }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row > .video-iframe-container { display: none; }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .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); }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row .container { border-width: 0; border-radius: 0; }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#fhUNo4bbvTusesohW1J0htI4Mv9kwZyH { position:absolute;display:block;z-index:14998;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;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: 1.5625rem 1.5625rem 1.125rem rgba(var(--color-tertiary-4),0.2) ;height:29.625rem;width:75rem;top:4.25rem;left:0rem;display:block; }
#kU6IIay1zfNeCCIRMawAAe2rEe0UASWP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:10.8125rem;left:10.875rem;height:9.89943125rem;font-style:normal;display:block; }
#eWPF5MtiTmMNMcKQpKg3Rb1GSIudsJcZ { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:22.5rem;left:10.875rem;display:block; }
#lyPDBV0Lv5eufzd9ieAOXobstfMLZiBU { 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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:4.5rem;width:13.3125rem;top:24.6875rem;left:16.5625rem;overflow:hidden;display:block; }
#TbOIJwICFw04HMiDVkppltPiT4MGGviM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.1875rem;left:39.375rem;height:9.5625rem;display:block; }
#gqmywHeJbPtaL3Bez7HPZxhOGPUZNmgZ { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:21.75rem;left:38.5rem;display:block; }
#XHOXuoFUQWSTT2uzsK6tu5ZFAQHRGFuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.625rem;left:43.4375rem;height:2.76171875rem;font-style:italic;display:block; }
#btXBPBmEeyQ5QSyE45QXiAeJ8ZiLNamZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:26.0625rem;left:39.375rem;height:3rem;display:block; }
#gEIphaU92APuwbo3kXviGtkno8xi6OZd { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.5rem;top:25.875rem;left:39rem;display:block; }
#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq { 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:block; }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row .container { background-color: transparent; background-image: none; }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row .container > .video-iframe-container { display: none; }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row > .video-iframe-container { display: none; }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .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); }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row .container { border-width: 0; border-radius: 0; }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#OZtWh8z8srxtR8UNh5f0Tp3A21nx6abt { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#oyF0LUND3XfFwhW4nNRR67OtLdEIg6KJ { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:7rem;left:34.375rem;display:block; }
#ilUeiJvTTDbzh5nB5d1PoQDT6GkLiHB5 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.75rem;left:19.21875rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#NT32OddJJDUw8CTHadRMcI6fPHsGhJLK { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:10.8125rem;top:1.03125rem;left:14.008004610656rem;overflow:hidden;display:block; }
#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/cMcFNeeC/decor.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV.adaptive-delivery-prevent-bg, #SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV.lazyload, #SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV.lazyloading { background-image: none; }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row .container { background-color: transparent; background-image: none; }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row .container > .video-iframe-container { display: none; }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row > .video-iframe-container { display: none; }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .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); }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row .container { border-width: 0; border-radius: 0; }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#f7OiSwrnvXhdgL1oHKFfQnV7T78CpMC8 { position:absolute;display:block;z-index:15000;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;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;height:15.625rem;width:20.8125rem;top:2.9375rem;left:5.125rem;display:block; }
#ocZRw53mJtJzMIKTsIcZzRZn7FwvbSg6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/ffa0wFGe/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:12.4375rem;display:block; }#ocZRw53mJtJzMIKTsIcZzRZn7FwvbSg6.adaptive-delivery-prevent-bg, #ocZRw53mJtJzMIKTsIcZzRZn7FwvbSg6.lazyload, #ocZRw53mJtJzMIKTsIcZzRZn7FwvbSg6.lazyloading { background-image: none; }
#M9EnSRrtr4RyXdWRn7TFd6ClvQ3RPTSM { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:6.5625rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fnZ3NJsZmbKxuDwuUcgGl17zVihcWgkd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;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:12.875rem;left:7.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#as89BIaWb7V4pM4qiv4XOfhd3Kk7sLTt { position:absolute;display:block;z-index:15004;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;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;height:15.625rem;width:20.8125rem;top:2.9375rem;left:27.125rem;display:block; }
#u6AIrPbNFiw5whx6s4bX5ugO46I1MSnf { color:rgba(var(--color-secondary-2),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:32.71875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p566vRyFualogzRXuFDd5l83A1T7s8b1 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/LAbdp03a/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:34.4375rem;display:block; }#p566vRyFualogzRXuFDd5l83A1T7s8b1.adaptive-delivery-prevent-bg, #p566vRyFualogzRXuFDd5l83A1T7s8b1.lazyload, #p566vRyFualogzRXuFDd5l83A1T7s8b1.lazyloading { background-image: none; }
#aiEw4W7tD9xJ3gsPukKkn7Ok697sUkWT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;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:12.875rem;left:29.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#GmFqF7xbW41ATrT8ATFmOI3Aiyiu9T5V { position:absolute;display:block;z-index:15008;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;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;height:15.625rem;width:20.8125rem;top:2.9375rem;left:49.1875rem;display:block; }
#eLlsTzEaplP8AmCpyr3NF4fFDDJu9nEZ { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5625rem;left:50.625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCK7goEpbKZPTxSZi0N9xIh5uiEWD15t { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/4dc0gW5f/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:56.5rem;display:block; }#LCK7goEpbKZPTxSZi0N9xIh5uiEWD15t.adaptive-delivery-prevent-bg, #LCK7goEpbKZPTxSZi0N9xIh5uiEWD15t.lazyload, #LCK7goEpbKZPTxSZi0N9xIh5uiEWD15t.lazyloading { background-image: none; }
#yt8ZpuUztXthhK7LfNOAIrBQzRKyvg3E { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.875rem;left:51.5rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/q1Xbo16e/bg_section.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX.adaptive-delivery-prevent-bg, #MdgCL8nM6d9hzEIxF2yrihkzumWtzptX.lazyload, #MdgCL8nM6d9hzEIxF2yrihkzumWtzptX.lazyloading { background-image: none; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container { background-color: transparent; background-image: none; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container > .video-iframe-container { display: none; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row > .video-iframe-container { display: none; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .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); }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container { border-width: 0; border-radius: 0; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container { font-size:0.875rem;font-family:arial;height:79.125rem;width:75rem;position:relative;display:block; }#N3u0oZM2dkuTM24S2ANmniFca5ZSPp6L { color:rgba(var(--color-secondary-2),1);display:block;width:12.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:18.125rem;left:0rem;height:1.4624rem;display:block; }
#UJlRGWwhi9lg8omPDU6SfLwadTF4f1FQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:20.1875rem;left:0rem;height:6.599625rem;font-style:normal;display:block; }
#tH3C6M6ygNczRtbssZmWKo5mkIw6BAnw { position:absolute;display:block;z-index:15006;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:28.125rem;left:0rem;display:block; }
#evrDf7QAhZh8TiQZDWmncSnLUXDrGtHd { 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:5.8125rem;width:5.8125rem;top:32.625rem;left:4.5625rem;overflow:hidden;display:block; }
#TWuvVWORu5QzgA29RyWTpOdZrrR0klU7 { 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:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40.3125rem;left:1.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmsHKMo3sxc3TrLQM3174hgvZdz5rzS5 { 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:700;z-index:15010;line-height:1.3;letter-spacing:0;top:40.3125rem;left:14.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x6y0rNzE46LqOPxVsdmMw99hgCBFX2G4 { 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:6rem;width:3.1875rem;top:32.5625rem;left:19.4375rem;overflow:hidden;display:block; }
#dlHggNKSm2ozxv7sdLS93HAiyyGsUMup { 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:700;z-index:15014;line-height:1.3;letter-spacing:0;top:52.5rem;left:14.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQODxzLMapnM3rSwAhMKULTwgAPJK8ra { 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:700;z-index:15012;line-height:1.3;letter-spacing:0;top:52.5rem;left:1.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSvvXcWTqLsRRdS0PgcUgSLzLRVybCcp { position:absolute;display:block;z-index:15016;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.4375rem;width:6.125rem;top:45.53125rem;left:4.40625rem;overflow:hidden;display:block; }
#zwcEqdpZtRZBr9D97vKOTOFehPb4DmvH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:45.21875rem;left:18.46875rem;overflow:hidden;display:block; }
#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/EVIJG2cd/bg_section2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7.adaptive-delivery-prevent-bg, #Jp6TXGIkOgK7fX1yEFABhchOg604DAU7.lazyload, #Jp6TXGIkOgK7fX1yEFABhchOg604DAU7.lazyloading { background-image: none; }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row .container { background-color: transparent; background-image: none; }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row .container > .video-iframe-container { display: none; }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row > .video-iframe-container { display: none; }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .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); }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row .container { border-width: 0; border-radius: 0; }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#v427cbrcFAuzbQDbItAVAaLzLAQo3KLR { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJLb7FmrG9Nkkb0yvh6qteLXS37iB7Zt { background-color:transparent;background-image:none;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.6875rem;left:29.375rem;display:block; }
#RCJvXa79HamOpPFGdgBmQ1gw8oBM4RLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQO9e1Solh6fCa8A72E5Mb7BvRiX65kE { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;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:14.8125rem;left:21.28125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri { 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; }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row .container { background-color: transparent; background-image: none; }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row .container > .video-iframe-container { display: none; }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row > .video-iframe-container { display: none; }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .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); }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row .container { border-width: 0; border-radius: 0; }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#kAg3A6KT6wQaa4w0fnlbAiTNHxZtHTpL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:23.84375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#nmpzUO5dMeSrIGrWiKPwsTIu4h2QtTmB { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:13.4375rem;left:34.375rem;display:block; }
#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP { 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; }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row .container { background-color: transparent; background-image: none; }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row .container > .video-iframe-container { display: none; }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row > .video-iframe-container { display: none; }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .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); }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row .container { border-width: 0; border-radius: 0; }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#G321chd2V5lhEcf6DcwxEA4Nn2WfEklP { 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:42.1875rem;width:41.5rem;top:0rem;left:16.75rem;overflow:hidden;display:block; }
#oH686WbFi7FvHZ1qlDqEQ803XFCZBaTR { color:rgba(var(--color-tertiary-1),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:7.375rem;height:7.3125rem;font-style:normal;display:block; }
#UzKeT4xH9ETzZKgQ76dBcFLSIlCchxDB { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:7.375rem;height:1.94970625rem;font-style:normal;display:block; }
#nJnk6oB0nQIXCEsxdyoi3eaG8Hziax0a { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;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:11.1875rem;left:7.375rem;height:5.19921875rem;display:block; }
#IXakhGUN3KX4Q3uOsiv0mqRr3Sn14F5s { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;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:11.1875rem;left:49.375rem;height:6.499rem;display:block; }
#gkRAESrqN448vQMQBdloLSTFLR24s3Ow { color:rgba(var(--color-tertiary-1),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:49.375rem;height:7.3125rem;font-style:normal;display:block; }
#FTGUK606XSX1u3O7an1NyvCDFyDJFKb8 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;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:8.3125rem;left:49.375rem;height:1.94970625rem;font-style:normal;display:block; }
#TC2SVXJPyWev0knMRwyNReeZRW795DgW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.9375rem;left:49.375rem;height:5.19921875rem;display:block; }
#IrQf747m3OaeUp5u6Ht2rnlUhCJoKfkW { color:rgba(var(--color-tertiary-1),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.375rem;left:49.375rem;height:7.3125rem;font-style:normal;display:block; }
#rlsULIcu22DABTshT8fohOwmeVMHMu0E { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.9375rem;left:7.375rem;height:9.098625rem;display:block; }
#AI8Rl3ONAg4sokC46NlUZqFInT29t0np { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.0625rem;left:49.375rem;height:1.94970625rem;font-style:normal;display:block; }
#orCMBoiSMwS4WJO2ZHC1KKFQF606q6r6 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.0625rem;left:7.375rem;height:1.94970625rem;font-style:normal;display:block; }
#zKH8UucAlykKACEsF8Jup8tJyXlGXBkf { color:rgba(var(--color-tertiary-1),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:7.375rem;height:7.3125rem;font-style:normal;display:block; }
#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR { 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; }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row .container { background-color: transparent; background-image: none; }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row .container > .video-iframe-container { display: none; }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row > .video-iframe-container { display: none; }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .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); }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row .container { border-width: 0; border-radius: 0; }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#DvSuwTG5hBLBntO2KflOi2whtXEytV5b { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:20.5rem;height:7.798825rem;text-align:center;text-align-last:center;display:block; }
#eyuz58ZKJTbTpykOOiJq6Ziwan19GQM6 { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:13.4375rem;left:34.375rem;display:block; }
#QUrQR3cfptrf510RLeBPATFifCxoEA5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/0zdsBek1/decor_1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QUrQR3cfptrf510RLeBPATFifCxoEA5r.adaptive-delivery-prevent-bg, #QUrQR3cfptrf510RLeBPATFifCxoEA5r.lazyload, #QUrQR3cfptrf510RLeBPATFifCxoEA5r.lazyloading { background-image: none; }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row .container { background-color: transparent; background-image: none; }#QUrQR3cfptrf510RLeBPATFifCxoEA5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row .container > .video-iframe-container { display: none; }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row > .video-iframe-container { display: none; }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .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); }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row .container { border-width: 0; border-radius: 0; }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;position:relative;display:block; }#oeaTe8NDTsCsP4IPk6QAxJO614xwOHop { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.5625rem solid #f4f4f4;border-left:0.5625rem solid #f4f4f4;border-right:0.5625rem solid #f4f4f4;border-bottom:0.5625rem solid #f4f4f4;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:4.9375rem;left:4.125rem;display:block; }
#iyQxwoqPwLVhG54yKbrIQ22ssOFssxZ7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/2uOdMda6/photo_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:6.0625rem;left:5.25rem;display:block; }#iyQxwoqPwLVhG54yKbrIQ22ssOFssxZ7.adaptive-delivery-prevent-bg, #iyQxwoqPwLVhG54yKbrIQ22ssOFssxZ7.lazyload, #iyQxwoqPwLVhG54yKbrIQ22ssOFssxZ7.lazyloading { background-image: none; }
#nUcEr2RMkXfelTKsUsabFyRcZH0bDmT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;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:5.8125rem;left:12.6875rem;height:6.499rem;display:block; }
#iAnXknAzdoGFDg1bvPowcOFf4E2fzttH { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.8125rem;top:14.75rem;left:12.6875rem;display:block; }
#ZvfBpsRTdXL4QUPqEJFkmTCdFepPpeG5 { color:rgba(var(--color-secondary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5rem;left:12.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#PWmiW9KOz0IRWUFkhMFL2d4WNXJT8385 { color:rgba(var(--color-secondary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.4375rem;left:50.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#vUwifzVvdkAwsBxgVPhZFzXm9VKUiV45 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;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:5.75rem;left:50.1875rem;height:7.7988125rem;display:block; }
#li5pmWkriJZJ8R7lZvqEPvP4MfFd232w { position:absolute;display:block;z-index:15013;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.8125rem;top:14.6875rem;left:50.1875rem;display:block; }
#Nt74pnTKNvl1f1kqdqHUQh5x6F5EwLHh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.5625rem solid #f4f4f4;border-left:0.5625rem solid #f4f4f4;border-right:0.5625rem solid #f4f4f4;border-bottom:0.5625rem solid #f4f4f4;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:4.875rem;left:41.625rem;display:block; }
#ISRg4XUHaiETD55XEz9hZGQmB2oa8UhV { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/dQSfg46Q/photo_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:6rem;left:42.75rem;display:block; }#ISRg4XUHaiETD55XEz9hZGQmB2oa8UhV.adaptive-delivery-prevent-bg, #ISRg4XUHaiETD55XEz9hZGQmB2oa8UhV.lazyload, #ISRg4XUHaiETD55XEz9hZGQmB2oa8UhV.lazyloading { background-image: none; }
#Z4HnADfZNduxX0kKkXHLiLJTPnLQvEzK { color:rgba(var(--color-secondary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.9375rem;left:50.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#IZ17BfqVB1eBzLB35SogSzbXGCwIZik8 { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.8125rem;top:29.1875rem;left:50.1875rem;display:block; }
#Bwv4hdWS7q4bwmw1eLrTCQis5eDaWGvl { color:rgba(var(--color-secondary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:30rem;left:12.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#NAoCiqiTklNZustqlBwQccT2i4yBlpiR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.25rem;left:50.1875rem;height:3.8994125rem;display:block; }
#Nx1pmvT20aa1spRNTuqNadgcEckv41Jf { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.5625rem solid #f4f4f4;border-left:0.5625rem solid #f4f4f4;border-right:0.5625rem solid #f4f4f4;border-bottom:0.5625rem solid #f4f4f4;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:19.375rem;left:41.625rem;display:block; }
#RDQcwSaRFZZh2s2hCZ0zX1zFdmOApNgr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.3125rem;left:12.6875rem;height:7.7988125rem;display:block; }
#LvFFcVJUTg39mSRJg3CtVUUnCSH1Bnwz { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Rha5Yd53/photo_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:20.5rem;left:42.75rem;display:block; }#LvFFcVJUTg39mSRJg3CtVUUnCSH1Bnwz.adaptive-delivery-prevent-bg, #LvFFcVJUTg39mSRJg3CtVUUnCSH1Bnwz.lazyload, #LvFFcVJUTg39mSRJg3CtVUUnCSH1Bnwz.lazyloading { background-image: none; }
#WnU4zdDyDSDecb81Fw5ywol2xqBHu46y { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.8125rem;top:29.25rem;left:12.6875rem;display:block; }
#rXJ7TwMirpTtVevUPPHuINP4c4QsL0lC { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.5625rem solid #f4f4f4;border-left:0.5625rem solid #f4f4f4;border-right:0.5625rem solid #f4f4f4;border-bottom:0.5625rem solid #f4f4f4;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:19.4375rem;left:4.125rem;display:block; }
#gq37TEtX7qVgszgyA0Mxgw8i065ItU4T { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/YOaefS6H/photo_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:20.5625rem;left:5.25rem;display:block; }#gq37TEtX7qVgszgyA0Mxgw8i065ItU4T.adaptive-delivery-prevent-bg, #gq37TEtX7qVgszgyA0Mxgw8i065ItU4T.lazyload, #gq37TEtX7qVgszgyA0Mxgw8i065ItU4T.lazyloading { background-image: none; }
#yywelwTWAlhVoRo8pc9yLTN2y5Pg0TFy { color:rgba(var(--color-secondary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:45rem;left:50.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#ii5ofVV9a70s3D6AA3bytEv6ukqqJXPN { position:absolute;display:block;z-index:15033;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.8125rem;top:44.25rem;left:50.1875rem;display:block; }
#GPORgqWo0FigmnSu0OI65pAFTzIUybz6 { color:rgba(var(--color-secondary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:45.0625rem;left:12.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#vH8gpT2RbiNaOgeeB4fLuDRs0lPxXZV5 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.5625rem solid #f4f4f4;border-left:0.5625rem solid #f4f4f4;border-right:0.5625rem solid #f4f4f4;border-bottom:0.5625rem solid #f4f4f4;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:34.4375rem;left:41.625rem;display:block; }
#Ty8FcUehNl2SxxA2DTDPPJ7BtGN0MiMR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:35.375rem;left:12.6875rem;height:6.499rem;display:block; }
#hZRDvVhPsguikzDR46gJ6CGLnfZfqPa9 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/R9cVXtci/photo_6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:35.5625rem;left:42.75rem;display:block; }#hZRDvVhPsguikzDR46gJ6CGLnfZfqPa9.adaptive-delivery-prevent-bg, #hZRDvVhPsguikzDR46gJ6CGLnfZfqPa9.lazyload, #hZRDvVhPsguikzDR46gJ6CGLnfZfqPa9.lazyloading { background-image: none; }
#fcq77drCnnFKrMX7w3EU2z66HlKVCuxW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:35.3125rem;left:50.1875rem;height:7.7988125rem;display:block; }
#VR2hsuqu05pgtbBuZ6TZTqdFGKUw0yuN { position:absolute;display:block;z-index:15028;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.8125rem;top:44.3125rem;left:12.6875rem;display:block; }
#r1J8dfKOPZ6bgLGaZ8CbIXkDoRCRp9xE { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.5625rem solid #f4f4f4;border-left:0.5625rem solid #f4f4f4;border-right:0.5625rem solid #f4f4f4;border-bottom:0.5625rem solid #f4f4f4;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:34.5rem;left:4.125rem;display:block; }
#zhfKuD2Vp46gW1AKV2J6sRBpqdGPcHf3 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/873bfgcd/photo_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:35.625rem;left:5.25rem;display:block; }#zhfKuD2Vp46gW1AKV2J6sRBpqdGPcHf3.adaptive-delivery-prevent-bg, #zhfKuD2Vp46gW1AKV2J6sRBpqdGPcHf3.lazyload, #zhfKuD2Vp46gW1AKV2J6sRBpqdGPcHf3.lazyloading { background-image: none; }
#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/dLe9Za02/decor_2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs.adaptive-delivery-prevent-bg, #MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs.lazyload, #MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs.lazyloading { background-image: none; }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row .container { background-color: transparent; background-image: none; }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row .container > .video-iframe-container { display: none; }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row > .video-iframe-container { display: none; }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .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); }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row .container { border-width: 0; border-radius: 0; }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#aeqxs4tUR1RWwol3hyJUVUrRrrVB2TkJ { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:16.125rem;left:0rem;display:block; }
#KTfXEWqhA03DNdH4TbwRvAV3yDSFMmkd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0rem;height:6.599625rem;font-style:normal;display:block; }
#gvrr9LA89aSAkkN99cDJ8uRygeAfk2xT { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:1.4624rem;display:block; }
#XK8y0uQpSKN5sbdx4eTFNIDGccGZBU4q { 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:3rem;width:11.625rem;top:7.4375rem;left:34.625rem;overflow:hidden;display:block; }
#BcJ88z5QkBDO6zvpDId5dzvQlkPo1N4C { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:10.0625rem;top:6.125rem;left:49.625rem;overflow:hidden;display:block; }
#s437O3cJ3dPSHUSJ4JOoVrKEvQK2mZ7O { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.0625rem;top:7.1875rem;left:63.9375rem;overflow:hidden;display:block; }
#AdCJSmaw5aXRVGRq12P3ybIfxP21FwiB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.6875rem;top:15.4375rem;left:34.625rem;overflow:hidden;display:block; }
#aqUsPavq9ZqykS3pfppAQ5x3NTlFwpgy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:5.75rem;top:13.6875rem;left:51.75rem;overflow:hidden;display:block; }
#SqPWTmcA2DUvQMm5N0swDgq5E3s1Kqqg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10rem;top:14.375rem;left:64.5rem;overflow:hidden;display:block; }
#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC { 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:block; }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row .container { background-color: transparent; background-image: none; }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row .container > .video-iframe-container { display: none; }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row > .video-iframe-container { display: none; }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .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); }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row .container { border-width: 0; border-radius: 0; }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#Tb8J3WpbtgwzJe8ECaJ3TSOqkulN8ORi { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5rem;left:15.25rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#Cgvkd9oCdJNgCXbPzWp0QmCodqrP1Sy5 { background-color:transparent;background-image:none;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.625rem;left:29.375rem;display:block; }
#Cd3vBSJQKE5etiQhAJ9TX3HDOJzpeBEw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N { 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:block; }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row .container { background-color: transparent; background-image: none; }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row .container > .video-iframe-container { display: none; }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row > .video-iframe-container { display: none; }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .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); }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row .container { border-width: 0; border-radius: 0; }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#KhROmASaf2SdzQCdZzUOO1ZknG5ipVbN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#Hmob9CPpSIA9vtuer7PhqEZ5FyJvaEn3 { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#F9ETUlwV1lseoT29vRrbGM1HMWWNBB4h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:62.5rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#S3KDORSenVUXtRO07CiLC73b07MAOr6G { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:0.9375rem;left:11.28125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/M37e6WKj/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nK4gTe89zgz0hu9wLNqdI0kAPVqDMEaW { width:5.9375rem;height:3.4375rem;top:1.1875rem;left:20.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gLeePAVL5gscs2gO6T7VcD8rqimTvPJb { display:block; }
 }@media only screen and (max-width: 1199px) { #UtguSOKAdkq2sBylLGFRA7vtItmUW3Ty { width:7.8125rem;height:3.4375rem;top:1.1875rem;left:26.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xdobyBMrO6xMTtFsg6gxlEJm97x8zCoA { display:block; }
 }@media only screen and (max-width: 1199px) { #P7SrcluyqsvfwQaUfTeLeJnMU9QCyqHB { width:9.0625rem;height:3.4375rem;top:1.1875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UpEfuH1Q59Ttde9vac93kVwVzlJVxLyT { display:block; }
 }@media only screen and (max-width: 1199px) { #axK7RxzgvccrEOlcoDyo6px3soHmRRz0 { width:10.3125rem;height:3.4375rem;top:1.1875rem;left:37.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hx2qlyUJq8EMWxLeWeykFT6bQBByPFCb { display:block; }
 }@media only screen and (max-width: 1199px) { #BpQ0UV6UiutTC5H6TRed4d6Hhu4H7n5m { width:6.3125rem;height:3.4375rem;top:1.1875rem;left:41.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SedDtzAToOifJhl9HIvOaAyfObn2lnoq { display:block; }
 }@media only screen and (max-width: 1199px) { #FGttLVkeH48odBHORVnDrHEV6gB9Dglk { width:1.5rem;height:1.125rem;top:2.3125rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIrnrEE13bSLc3AalTc3TT0i7vtF7uGD { width:17.875rem;height:4.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 { display:block; }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ro1Tk9Ac9sSHOmzyeEdW4AegEcC7kS5U { width:22.375rem;height:3.25rem;top:9.125rem;left:24.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSIllZMPgaALvsX3EsslmoKK4MpIxnQ2 { width:23.625rem;height:3.375rem;top:5.8125rem;left:24.125rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #JDwwIruJq4xnFbdnvCWX1H5VxsVzWRwx { width:6.25rem;height:0.3125rem;top:13.0625rem;left:24.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cT9u9o1SNcCrzt23aiveHAIB8L4ThRp8 { width:21.375rem;height:6.1875rem;top:14.5rem;left:26.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq { display:block; }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row .container { width:47.75rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fhUNo4bbvTusesohW1J0htI4Mv9kwZyH { width:47.75rem;height:38.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kU6IIay1zfNeCCIRMawAAe2rEe0UASWP { width:24.75rem;height:9.75rem;top:4.8125rem;left:11.5rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #eWPF5MtiTmMNMcKQpKg3Rb1GSIudsJcZ { width:6.25rem;height:0.3125rem;top:16rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lyPDBV0Lv5eufzd9ieAOXobstfMLZiBU { width:13.3125rem;height:4.5rem;top:16.9375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbOIJwICFw04HMiDVkppltPiT4MGGviM { width:40rem;height:6rem;top:22.5625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gqmywHeJbPtaL3Bez7HPZxhOGPUZNmgZ { width:4.375rem;height:4.375rem;top:28.5625rem;left:21.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHOXuoFUQWSTT2uzsK6tu5ZFAQHRGFuZ { width:38.5625rem;height:1.25rem;top:32.9375rem;left:4.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #btXBPBmEeyQ5QSyE45QXiAeJ8ZiLNamZ { width:30.5625rem;height:0;top:34.875rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gEIphaU92APuwbo3kXviGtkno8xi6OZd { width:7.5rem;height:1.875rem;top:34.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq { display:block; }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OZtWh8z8srxtR8UNh5f0Tp3A21nx6abt { width:47.75rem;height:1.8125rem;top:4rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oyF0LUND3XfFwhW4nNRR67OtLdEIg6KJ { width:6.25rem;height:0.3125rem;top:7rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ilUeiJvTTDbzh5nB5d1PoQDT6GkLiHB5 { width:36.5625rem;height:4.125rem;top:8.75rem;left:5.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NT32OddJJDUw8CTHadRMcI6fPHsGhJLK { width:10.8125rem;height:8.5625rem;top:1rem;left:0.38300461065573rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV { display:block; }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f7OiSwrnvXhdgL1oHKFfQnV7T78CpMC8 { width:20.8125rem;height:15.625rem;top:2.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocZRw53mJtJzMIKTsIcZzRZn7FwvbSg6 { width:5.5rem;height:5.5rem;top:0rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9EnSRrtr4RyXdWRn7TFd6ClvQ3RPTSM { width:17.875rem;height:3.875rem;top:7.625rem;left:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnZ3NJsZmbKxuDwuUcgGl17zVihcWgkd { width:16.1875rem;height:2.5rem;top:12.9375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #as89BIaWb7V4pM4qiv4XOfhd3Kk7sLTt { width:20.8125rem;height:15.625rem;top:3rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6AIrPbNFiw5whx6s4bX5ugO46I1MSnf { width:9.5625rem;height:3.875rem;top:7.625rem;left:30.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p566vRyFualogzRXuFDd5l83A1T7s8b1 { width:5.5rem;height:5.5rem;top:0.0625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aiEw4W7tD9xJ3gsPukKkn7Ok697sUkWT { width:16.1875rem;height:3.75rem;top:12.9375rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GmFqF7xbW41ATrT8ATFmOI3Aiyiu9T5V { width:20.8125rem;height:15.625rem;top:23.5rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLlsTzEaplP8AmCpyr3NF4fFDDJu9nEZ { width:17.875rem;height:3.875rem;top:28.25rem;left:14.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LCK7goEpbKZPTxSZi0N9xIh5uiEWD15t { width:5.5rem;height:5.5rem;top:20.6875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yt8ZpuUztXthhK7LfNOAIrBQzRKyvg3E { width:16.1875rem;height:2.5rem;top:33.5625rem;left:15.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdgCL8nM6d9hzEIxF2yrihkzumWtzptX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eCOc5t67/bg_section_tablet.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX.adaptive-delivery-prevent-bg, #MdgCL8nM6d9hzEIxF2yrihkzumWtzptX.lazyload, #MdgCL8nM6d9hzEIxF2yrihkzumWtzptX.lazyloading { background-image: none; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container { background-color: transparent; background-image: none; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container > .video-iframe-container { display: none; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row > .video-iframe-container { display: none; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .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); }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N3u0oZM2dkuTM24S2ANmniFca5ZSPp6L { width:12.5rem;height:1.4375rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJlRGWwhi9lg8omPDU6SfLwadTF4f1FQ { width:33.375rem;height:6.5rem;top:20.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tH3C6M6ygNczRtbssZmWKo5mkIw6BAnw { width:6.25rem;height:0.3125rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evrDf7QAhZh8TiQZDWmncSnLUXDrGtHd { width:5.8125rem;height:5.8125rem;top:32.71875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWuvVWORu5QzgA29RyWTpOdZrrR0klU7 { width:12.5rem;height:1.25rem;top:40.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmsHKMo3sxc3TrLQM3174hgvZdz5rzS5 { width:12.5rem;height:1.25rem;top:40.4375rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6y0rNzE46LqOPxVsdmMw99hgCBFX2G4 { width:3.1875rem;height:6rem;top:32.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlHggNKSm2ozxv7sdLS93HAiyyGsUMup { width:12.5rem;height:1.25rem;top:52.5625rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQODxzLMapnM3rSwAhMKULTwgAPJK8ra { width:12.5rem;height:1.25rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pSvvXcWTqLsRRdS0PgcUgSLzLRVybCcp { width:6.125rem;height:4.4375rem;top:44.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwcEqdpZtRZBr9D97vKOTOFehPb4DmvH { width:5.0625rem;height:5.0625rem;top:44.375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 { display:block; }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row .container { width:47.75rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v427cbrcFAuzbQDbItAVAaLzLAQo3KLR { width:47.75rem;height:4.6875rem;top:0rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MJLb7FmrG9Nkkb0yvh6qteLXS37iB7Zt { width:16.25rem;height:3.75rem;top:7.375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RCJvXa79HamOpPFGdgBmQ1gw8oBM4RLh { display:block; }
 }@media only screen and (max-width: 1199px) { #KQO9e1Solh6fCa8A72E5Mb7BvRiX65kE { width:29.4375rem;height:1.625rem;top:13.5rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri { display:block; }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kAg3A6KT6wQaa4w0fnlbAiTNHxZtHTpL { width:27.3125rem;height:7.75rem;top:4.375rem;left:10.21875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmpzUO5dMeSrIGrWiKPwsTIu4h2QtTmB { width:6.25rem;height:0.3125rem;top:13.4375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zhUMxsbuwqVE19cyg2puFqfNobnGDpPP { display:block; }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G321chd2V5lhEcf6DcwxEA4Nn2WfEklP { width:41.5rem;height:42.1875rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oH686WbFi7FvHZ1qlDqEQ803XFCZBaTR { width:7.0625rem;height:7.3125rem;top:4.625rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UzKeT4xH9ETzZKgQ76dBcFLSIlCchxDB { width:12.5rem;height:1.9375rem;top:8.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJnk6oB0nQIXCEsxdyoi3eaG8Hziax0a { width:21.25rem;height:5rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXakhGUN3KX4Q3uOsiv0mqRr3Sn14F5s { width:21.25rem;height:6.25rem;top:11.1875rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gkRAESrqN448vQMQBdloLSTFLR24s3Ow { width:7.0625rem;height:7.3125rem;top:4.625rem;left:26.5rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTGUK606XSX1u3O7an1NyvCDFyDJFKb8 { width:20rem;height:1.9375rem;top:8.3125rem;left:26.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TC2SVXJPyWev0knMRwyNReeZRW795DgW { width:21.25rem;height:5rem;top:28.9375rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrQf747m3OaeUp5u6Ht2rnlUhCJoKfkW { width:7.0625rem;height:7.3125rem;top:22.375rem;left:26.5rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rlsULIcu22DABTshT8fohOwmeVMHMu0E { width:21.25rem;height:8.75rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AI8Rl3ONAg4sokC46NlUZqFInT29t0np { width:20rem;height:1.9375rem;top:26.0625rem;left:26.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orCMBoiSMwS4WJO2ZHC1KKFQF606q6r6 { width:12.5rem;height:1.9375rem;top:26.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKH8UucAlykKACEsF8Jup8tJyXlGXBkf { width:7.0625rem;height:7.3125rem;top:22.375rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1nZULhi9v6dznSzrdmxarsuXmwIdTXR { display:block; }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DvSuwTG5hBLBntO2KflOi2whtXEytV5b { width:34rem;height:7.75rem;top:4.375rem;left:6.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eyuz58ZKJTbTpykOOiJq6Ziwan19GQM6 { width:6.25rem;height:0.3125rem;top:13.4375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QUrQR3cfptrf510RLeBPATFifCxoEA5r { display:block; }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row .container { width:47.75rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oeaTe8NDTsCsP4IPk6QAxJO614xwOHop { width:6.8125rem;height:6.8125rem;top:0rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyQxwoqPwLVhG54yKbrIQ22ssOFssxZ7 { width:5.6875rem;height:5.6875rem;top:1.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUcEr2RMkXfelTKsUsabFyRcZH0bDmT1 { width:20.75rem;height:6.25rem;top:9.1875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #iAnXknAzdoGFDg1bvPowcOFf4E2fzttH { width:3.8125rem;height:0.125rem;top:17.8125rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvfBpsRTdXL4QUPqEJFkmTCdFepPpeG5 { width:20.75rem;height:1.25rem;top:18.5625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PWmiW9KOz0IRWUFkhMFL2d4WNXJT8385 { width:20.75rem;height:1.25rem;top:18.5625rem;left:25.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vUwifzVvdkAwsBxgVPhZFzXm9VKUiV45 { width:20.75rem;height:7.5rem;top:8.5625rem;left:25.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #li5pmWkriJZJ8R7lZvqEPvP4MfFd232w { width:3.8125rem;height:0.125rem;top:17.8125rem;left:33.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nt74pnTKNvl1f1kqdqHUQh5x6F5EwLHh { width:6.8125rem;height:6.8125rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ISRg4XUHaiETD55XEz9hZGQmB2oa8UhV { width:5.6875rem;height:5.6875rem;top:1.125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4HnADfZNduxX0kKkXHLiLJTPnLQvEzK { width:20.75rem;height:1.25rem;top:43.8125rem;left:26rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #IZ17BfqVB1eBzLB35SogSzbXGCwIZik8 { width:3.8125rem;height:0.125rem;top:42.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bwv4hdWS7q4bwmw1eLrTCQis5eDaWGvl { width:20.75rem;height:1.25rem;top:43.8125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NAoCiqiTklNZustqlBwQccT2i4yBlpiR { width:20.75rem;height:3.75rem;top:32.75rem;left:25.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Nx1pmvT20aa1spRNTuqNadgcEckv41Jf { width:6.8125rem;height:6.8125rem;top:23.75rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RDQcwSaRFZZh2s2hCZ0zX1zFdmOApNgr { width:20.75rem;height:7.5rem;top:32.75rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LvFFcVJUTg39mSRJg3CtVUUnCSH1Bnwz { width:5.6875rem;height:5.6875rem;top:24.875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WnU4zdDyDSDecb81Fw5ywol2xqBHu46y { width:3.8125rem;height:0.125rem;top:42.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXJ7TwMirpTtVevUPPHuINP4c4QsL0lC { width:6.8125rem;height:6.8125rem;top:23.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gq37TEtX7qVgszgyA0Mxgw8i065ItU4T { width:5.6875rem;height:5.6875rem;top:24.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yywelwTWAlhVoRo8pc9yLTN2y5Pg0TFy { width:20.75rem;height:1.25rem;top:68.25rem;left:25.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ii5ofVV9a70s3D6AA3bytEv6ukqqJXPN { width:3.8125rem;height:0.125rem;top:66.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPORgqWo0FigmnSu0OI65pAFTzIUybz6 { width:20.75rem;height:1.25rem;top:68.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vH8gpT2RbiNaOgeeB4fLuDRs0lPxXZV5 { width:6.8125rem;height:6.8125rem;top:49.0625rem;left:31.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ty8FcUehNl2SxxA2DTDPPJ7BtGN0MiMR { width:20.75rem;height:6.25rem;top:58.5rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hZRDvVhPsguikzDR46gJ6CGLnfZfqPa9 { width:5.6875rem;height:5.6875rem;top:50.1875rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fcq77drCnnFKrMX7w3EU2z66HlKVCuxW { width:20.75rem;height:7.5rem;top:57.875rem;left:25.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VR2hsuqu05pgtbBuZ6TZTqdFGKUw0yuN { width:3.8125rem;height:0.125rem;top:67rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1J8dfKOPZ6bgLGaZ8CbIXkDoRCRp9xE { width:6.8125rem;height:6.8125rem;top:49.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zhfKuD2Vp46gW1AKV2J6sRBpqdGPcHf3 { width:5.6875rem;height:5.6875rem;top:50.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs { display:block; }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row .container { width:47.75rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aeqxs4tUR1RWwol3hyJUVUrRrrVB2TkJ { width:6.25rem;height:0.3125rem;top:15.5rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTfXEWqhA03DNdH4TbwRvAV3yDSFMmkd { width:27.25rem;height:6.5rem;top:6.125rem;left:10.25rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gvrr9LA89aSAkkN99cDJ8uRygeAfk2xT { width:12.5rem;height:1.4375rem;top:3.375rem;left:17.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XK8y0uQpSKN5sbdx4eTFNIDGccGZBU4q { width:11.625rem;height:3rem;top:19rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcJ88z5QkBDO6zvpDId5dzvQlkPo1N4C { width:10.0625rem;height:5.5625rem;top:17.75rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s437O3cJ3dPSHUSJ4JOoVrKEvQK2mZ7O { width:11.0625rem;height:3.5rem;top:18.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdCJSmaw5aXRVGRq12P3ybIfxP21FwiB { width:11.6875rem;height:2.9375rem;top:27.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqUsPavq9ZqykS3pfppAQ5x3NTlFwpgy { width:5.75rem;height:6.4375rem;top:25.3125rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqPWTmcA2DUvQMm5N0swDgq5E3s1Kqqg { width:10rem;height:5rem;top:25.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IuGwews2zMhz5S0UUJorKBa6T54Xy3GC { display:block; }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tb8J3WpbtgwzJe8ECaJ3TSOqkulN8ORi { width:41.3125rem;height:5.75rem;top:6rem;left:3.21875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cgvkd9oCdJNgCXbPzWp0QmCodqrP1Sy5 { width:16.25rem;height:3.75rem;top:15.625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cd3vBSJQKE5etiQhAJ9TX3HDOJzpeBEw { display:block; }
 }@media only screen and (max-width: 1199px) { #fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N { display:block; }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KhROmASaf2SdzQCdZzUOO1ZknG5ipVbN { width:12.5rem;height:1.9375rem;top:0.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hmob9CPpSIA9vtuer7PhqEZ5FyJvaEn3 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F9ETUlwV1lseoT29vRrbGM1HMWWNBB4h { width:12.5rem;height:1.125rem;top:1.3125rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S3KDORSenVUXtRO07CiLC73b07MAOr6G { width:1.875rem;height:1.875rem;top:0.9375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nK4gTe89zgz0hu9wLNqdI0kAPVqDMEaW { width:5.9375rem;height:3.4375rem;top:3.0625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLeePAVL5gscs2gO6T7VcD8rqimTvPJb { display:block; }
 }@media only screen and (max-width: 763px) { #UtguSOKAdkq2sBylLGFRA7vtItmUW3Ty { width:7.8125rem;height:3.4375rem;top:3.0625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdobyBMrO6xMTtFsg6gxlEJm97x8zCoA { display:block; }
 }@media only screen and (max-width: 763px) { #P7SrcluyqsvfwQaUfTeLeJnMU9QCyqHB { width:9.0625rem;height:3.4375rem;top:3.0625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpEfuH1Q59Ttde9vac93kVwVzlJVxLyT { display:block; }
 }@media only screen and (max-width: 763px) { #axK7RxzgvccrEOlcoDyo6px3soHmRRz0 { width:10.3125rem;height:3.4375rem;top:3.0625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hx2qlyUJq8EMWxLeWeykFT6bQBByPFCb { display:block; }
 }@media only screen and (max-width: 763px) { #BpQ0UV6UiutTC5H6TRed4d6Hhu4H7n5m { width:6.3125rem;height:3.4375rem;top:3.0625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SedDtzAToOifJhl9HIvOaAyfObn2lnoq { display:block; }
 }@media only screen and (max-width: 763px) { #FGttLVkeH48odBHORVnDrHEV6gB9Dglk { width:1.5rem;height:1.125rem;top:1.65625rem;left:17.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIrnrEE13bSLc3AalTc3TT0i7vtF7uGD { width:12rem;height:2.5625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 { display:block; }#rOSErrtPGBiv9Q51Mxaw10m8DboJuf03 > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro1Tk9Ac9sSHOmzyeEdW4AegEcC7kS5U { width:13.75rem;height:2.92480625rem;top:6.375rem;left:6.25rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GSIllZMPgaALvsX3EsslmoKK4MpIxnQ2 { width:20rem;height:2.11230625rem;top:3.8125rem;left:0rem;font-size:1.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #JDwwIruJq4xnFbdnvCWX1H5VxsVzWRwx { width:6.25rem;height:0.3125rem;top:10rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9u9o1SNcCrzt23aiveHAIB8L4ThRp8 { width:13.375rem;height:4.38720625rem;top:11.375rem;left:6.625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq { display:block; }#w2pFCF4qp5PDcUcqx2uX61HsfK8T8xnq > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhUNo4bbvTusesohW1J0htI4Mv9kwZyH { width:20rem;height:30.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU6IIay1zfNeCCIRMawAAe2rEe0UASWP { width:18.9375rem;height:6.1875rem;top:5.5625rem;left:0.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eWPF5MtiTmMNMcKQpKg3Rb1GSIudsJcZ { width:6.25rem;height:0.3125rem;top:12.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyPDBV0Lv5eufzd9ieAOXobstfMLZiBU { width:7.6875rem;height:2.5625rem;top:14.0625rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbOIJwICFw04HMiDVkppltPiT4MGGviM { width:20rem;height:7.875rem;top:17.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqmywHeJbPtaL3Bez7HPZxhOGPUZNmgZ { width:3.125rem;height:3.125rem;top:26.375rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHOXuoFUQWSTT2uzsK6tu5ZFAQHRGFuZ { width:16.625rem;height:2.2744125rem;top:26.6875rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btXBPBmEeyQ5QSyE45QXiAeJ8ZiLNamZ { width:19.0625rem;height:2.625rem;top:29.5625rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEIphaU92APuwbo3kXviGtkno8xi6OZd { width:6.5625rem;height:1.4375rem;top:29.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq { display:block; }#D8AtUhdRvRX3uXK0y6plpT9O5Tvh4rbq > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZtWh8z8srxtR8UNh5f0Tp3A21nx6abt { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyF0LUND3XfFwhW4nNRR67OtLdEIg6KJ { width:6.25rem;height:0.3125rem;top:4.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilUeiJvTTDbzh5nB5d1PoQDT6GkLiHB5 { width:20rem;height:4.875rem;top:5.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NT32OddJJDUw8CTHadRMcI6fPHsGhJLK { width:10.125rem;height:8rem;top:11.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV { display:block; }#SVfc9l5NFTNLotagXEBzNAxef2ZpJbqV > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7OiSwrnvXhdgL1oHKFfQnV7T78CpMC8 { width:20rem;height:11rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocZRw53mJtJzMIKTsIcZzRZn7FwvbSg6 { width:4.25rem;height:4.25rem;top:1.25rem;left:7.5625rem;background-color:#6000ff;background-image:url("https://images.assets-landingi.com/ffa0wFGe/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ocZRw53mJtJzMIKTsIcZzRZn7FwvbSg6.adaptive-delivery-prevent-bg, #ocZRw53mJtJzMIKTsIcZzRZn7FwvbSg6.lazyload, #ocZRw53mJtJzMIKTsIcZzRZn7FwvbSg6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M9EnSRrtr4RyXdWRn7TFd6ClvQ3RPTSM { width:17.875rem;height:1.7871125rem;top:7.375rem;left:1.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnZ3NJsZmbKxuDwuUcgGl17zVihcWgkd { width:16.1875rem;height:3.8994125rem;top:9.75rem;left:1.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #as89BIaWb7V4pM4qiv4XOfhd3Kk7sLTt { width:20rem;height:11.1875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6AIrPbNFiw5whx6s4bX5ugO46I1MSnf { width:15.4375rem;height:1.7871125rem;top:21.625rem;left:2.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p566vRyFualogzRXuFDd5l83A1T7s8b1 { width:4.25rem;height:4.25rem;top:16rem;left:7.5625rem;background-color:#6000ff;background-image:url("https://images.assets-landingi.com/LAbdp03a/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#p566vRyFualogzRXuFDd5l83A1T7s8b1.adaptive-delivery-prevent-bg, #p566vRyFualogzRXuFDd5l83A1T7s8b1.lazyload, #p566vRyFualogzRXuFDd5l83A1T7s8b1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aiEw4W7tD9xJ3gsPukKkn7Ok697sUkWT { width:16.1875rem;height:3.8994125rem;top:24rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmFqF7xbW41ATrT8ATFmOI3Aiyiu9T5V { width:20rem;height:12.375rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLlsTzEaplP8AmCpyr3NF4fFDDJu9nEZ { width:17.875rem;height:3.574225rem;top:36.625rem;left:1.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCK7goEpbKZPTxSZi0N9xIh5uiEWD15t { width:4.25rem;height:4.25rem;top:30.75rem;left:7.5625rem;background-color:#6000ff;background-image:url("https://images.assets-landingi.com/4dc0gW5f/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LCK7goEpbKZPTxSZi0N9xIh5uiEWD15t.adaptive-delivery-prevent-bg, #LCK7goEpbKZPTxSZi0N9xIh5uiEWD15t.lazyload, #LCK7goEpbKZPTxSZi0N9xIh5uiEWD15t.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yt8ZpuUztXthhK7LfNOAIrBQzRKyvg3E { width:16.1875rem;height:3.8994125rem;top:40.125rem;left:1.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdgCL8nM6d9hzEIxF2yrihkzumWtzptX { display:block; }#MdgCL8nM6d9hzEIxF2yrihkzumWtzptX > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3u0oZM2dkuTM24S2ANmniFca5ZSPp6L { width:12.5rem;height:1.4624rem;top:1.25rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJlRGWwhi9lg8omPDU6SfLwadTF4f1FQ { width:20rem;height:4.3994125rem;top:17.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tH3C6M6ygNczRtbssZmWKo5mkIw6BAnw { width:6.25rem;height:0.3125rem;top:22.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evrDf7QAhZh8TiQZDWmncSnLUXDrGtHd { width:5.8125rem;height:5.8125rem;top:25.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuvVWORu5QzgA29RyWTpOdZrrR0klU7 { width:9.6875rem;height:1.29980625rem;top:31.875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmsHKMo3sxc3TrLQM3174hgvZdz5rzS5 { width:9.6875rem;height:1.29980625rem;top:40.625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6y0rNzE46LqOPxVsdmMw99hgCBFX2G4 { width:3.1875rem;height:6rem;top:34rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlHggNKSm2ozxv7sdLS93HAiyyGsUMup { width:9.6875rem;height:1.29980625rem;top:56.1875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQODxzLMapnM3rSwAhMKULTwgAPJK8ra { width:9.6875rem;height:1.29980625rem;top:48rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSvvXcWTqLsRRdS0PgcUgSLzLRVybCcp { width:6.125rem;height:4.4375rem;top:43.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwcEqdpZtRZBr9D97vKOTOFehPb4DmvH { width:5.0625rem;height:5.0625rem;top:50.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 { display:block; }#Jp6TXGIkOgK7fX1yEFABhchOg604DAU7 > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v427cbrcFAuzbQDbItAVAaLzLAQo3KLR { width:20rem;height:5.5244125rem;top:0.8125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJLb7FmrG9Nkkb0yvh6qteLXS37iB7Zt { width:16.25rem;height:3.75rem;top:7.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCJvXa79HamOpPFGdgBmQ1gw8oBM4RLh { display:block; }
 }@media only screen and (max-width: 763px) { #KQO9e1Solh6fCa8A72E5Mb7BvRiX65kE { width:20rem;height:3.25rem;top:13.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri { display:block; }#HkUAWLCCHgXAynBUDMlsK0WS8F2Elzri > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAg3A6KT6wQaa4w0fnlbAiTNHxZtHTpL { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmpzUO5dMeSrIGrWiKPwsTIu4h2QtTmB { width:6.25rem;height:0.3125rem;top:7.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhUMxsbuwqVE19cyg2puFqfNobnGDpPP { display:block; }#zhUMxsbuwqVE19cyg2puFqfNobnGDpPP > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G321chd2V5lhEcf6DcwxEA4Nn2WfEklP { width:20rem;height:20.331325301205rem;top:49.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oH686WbFi7FvHZ1qlDqEQ803XFCZBaTR { width:7.0625rem;height:2.5996125rem;top:0rem;left:6.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzKeT4xH9ETzZKgQ76dBcFLSIlCchxDB { width:12.5rem;height:1.94970625rem;top:2.5625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJnk6oB0nQIXCEsxdyoi3eaG8Hziax0a { width:20rem;height:5.19921875rem;top:5.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXakhGUN3KX4Q3uOsiv0mqRr3Sn14F5s { width:20rem;height:6.499rem;top:15.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkRAESrqN448vQMQBdloLSTFLR24s3Ow { width:7.0625rem;height:2.5996125rem;top:10.875rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTGUK606XSX1u3O7an1NyvCDFyDJFKb8 { width:20rem;height:1.94970625rem;top:13.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC2SVXJPyWev0knMRwyNReeZRW795DgW { width:20rem;height:6.499rem;top:27.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrQf747m3OaeUp5u6Ht2rnlUhCJoKfkW { width:7.0625rem;height:2.5996125rem;top:22.75rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlsULIcu22DABTshT8fohOwmeVMHMu0E { width:20rem;height:9.098625rem;top:39.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AI8Rl3ONAg4sokC46NlUZqFInT29t0np { width:20rem;height:1.94970625rem;top:25.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orCMBoiSMwS4WJO2ZHC1KKFQF606q6r6 { width:12.5rem;height:1.94970625rem;top:37.1875rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKH8UucAlykKACEsF8Jup8tJyXlGXBkf { width:7.0625rem;height:2.5996125rem;top:34.625rem;left:6.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1nZULhi9v6dznSzrdmxarsuXmwIdTXR { display:block; }#q1nZULhi9v6dznSzrdmxarsuXmwIdTXR > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvSuwTG5hBLBntO2KflOi2whtXEytV5b { width:20rem;height:5.199225rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyuz58ZKJTbTpykOOiJq6Ziwan19GQM6 { width:6.25rem;height:0.3125rem;top:7.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUrQR3cfptrf510RLeBPATFifCxoEA5r { display:block; }#QUrQR3cfptrf510RLeBPATFifCxoEA5r > .row .container { width:20rem;height:136.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeaTe8NDTsCsP4IPk6QAxJO614xwOHop { width:6.8125rem;height:6.8125rem;top:2.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyQxwoqPwLVhG54yKbrIQ22ssOFssxZ7 { width:5.6875rem;height:5.6875rem;top:3.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUcEr2RMkXfelTKsUsabFyRcZH0bDmT1 { width:20rem;height:6.499rem;top:11.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAnXknAzdoGFDg1bvPowcOFf4E2fzttH { width:3.8125rem;height:0.125rem;top:19.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvfBpsRTdXL4QUPqEJFkmTCdFepPpeG5 { width:20rem;height:1.29980625rem;top:19.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWmiW9KOz0IRWUFkhMFL2d4WNXJT8385 { width:20rem;height:1.29980625rem;top:42.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUwifzVvdkAwsBxgVPhZFzXm9VKUiV45 { width:20rem;height:9.098625rem;top:32.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li5pmWkriJZJ8R7lZvqEPvP4MfFd232w { width:3.8125rem;height:0.125rem;top:42.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt74pnTKNvl1f1kqdqHUQh5x6F5EwLHh { width:6.8125rem;height:6.8125rem;top:23.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISRg4XUHaiETD55XEz9hZGQmB2oa8UhV { width:5.6875rem;height:5.6875rem;top:24.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4HnADfZNduxX0kKkXHLiLJTPnLQvEzK { width:20rem;height:1.29980625rem;top:82.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZ17BfqVB1eBzLB35SogSzbXGCwIZik8 { width:3.8125rem;height:0.125rem;top:82rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwv4hdWS7q4bwmw1eLrTCQis5eDaWGvl { width:20rem;height:1.29980625rem;top:64.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAoCiqiTklNZustqlBwQccT2i4yBlpiR { width:20rem;height:3.8994125rem;top:77rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nx1pmvT20aa1spRNTuqNadgcEckv41Jf { width:6.8125rem;height:6.8125rem;top:67.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDQcwSaRFZZh2s2hCZ0zX1zFdmOApNgr { width:20rem;height:7.7988125rem;top:55.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvFFcVJUTg39mSRJg3CtVUUnCSH1Bnwz { width:5.6875rem;height:5.6875rem;top:68.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnU4zdDyDSDecb81Fw5ywol2xqBHu46y { width:3.8125rem;height:0.125rem;top:64.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXJ7TwMirpTtVevUPPHuINP4c4QsL0lC { width:6.8125rem;height:6.8125rem;top:46.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq37TEtX7qVgszgyA0Mxgw8i065ItU4T { width:5.6875rem;height:5.6875rem;top:47.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yywelwTWAlhVoRo8pc9yLTN2y5Pg0TFy { width:20rem;height:1.29980625rem;top:125.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ii5ofVV9a70s3D6AA3bytEv6ukqqJXPN { width:3.8125rem;height:0.125rem;top:124.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPORgqWo0FigmnSu0OI65pAFTzIUybz6 { width:20rem;height:2.5996125rem;top:102.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vH8gpT2RbiNaOgeeB4fLuDRs0lPxXZV5 { width:6.8125rem;height:6.8125rem;top:106.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty8FcUehNl2SxxA2DTDPPJ7BtGN0MiMR { width:20rem;height:6.499rem;top:95.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZRDvVhPsguikzDR46gJ6CGLnfZfqPa9 { width:5.6875rem;height:5.6875rem;top:107.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcq77drCnnFKrMX7w3EU2z66HlKVCuxW { width:20rem;height:7.7988125rem;top:115.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VR2hsuqu05pgtbBuZ6TZTqdFGKUw0yuN { width:3.8125rem;height:0.125rem;top:102.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1J8dfKOPZ6bgLGaZ8CbIXkDoRCRp9xE { width:6.8125rem;height:6.8125rem;top:85.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhfKuD2Vp46gW1AKV2J6sRBpqdGPcHf3 { width:5.6875rem;height:5.6875rem;top:86.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs { display:block; }#MR8bwuoMyuwWwKGdbQFyewD1zEr5TADs > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeqxs4tUR1RWwol3hyJUVUrRrrVB2TkJ { width:6.25rem;height:0.3125rem;top:5.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfXEWqhA03DNdH4TbwRvAV3yDSFMmkd { width:20rem;height:2.0625rem;top:2rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvrr9LA89aSAkkN99cDJ8uRygeAfk2xT { width:12.5rem;height:1.4624rem;top:0rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XK8y0uQpSKN5sbdx4eTFNIDGccGZBU4q { width:8.75rem;height:2.25rem;top:8.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJ88z5QkBDO6zvpDId5dzvQlkPo1N4C { width:8.75rem;height:4.8125rem;top:7.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s437O3cJ3dPSHUSJ4JOoVrKEvQK2mZ7O { width:8.75rem;height:2.75rem;top:12.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdCJSmaw5aXRVGRq12P3ybIfxP21FwiB { width:8.75rem;height:2.1875rem;top:12.84375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqUsPavq9ZqykS3pfppAQ5x3NTlFwpgy { width:5.75rem;height:6.4375rem;top:16.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPWTmcA2DUvQMm5N0swDgq5E3s1Kqqg { width:8.75rem;height:4.375rem;top:17.28125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuGwews2zMhz5S0UUJorKBa6T54Xy3GC { display:block; }#IuGwews2zMhz5S0UUJorKBa6T54Xy3GC > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb8J3WpbtgwzJe8ECaJ3TSOqkulN8ORi { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cgvkd9oCdJNgCXbPzWp0QmCodqrP1Sy5 { width:16.25rem;height:3.75rem;top:12.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd3vBSJQKE5etiQhAJ9TX3HDOJzpeBEw { display:block; }
 }@media only screen and (max-width: 763px) { #fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N { display:block; }#fINZ0rQxLXBiEbpW3G3EIVONhq70nC9N > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhROmASaf2SdzQCdZzUOO1ZknG5ipVbN { width:12.5rem;height:1.94970625rem;top:2.8125rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hmob9CPpSIA9vtuer7PhqEZ5FyJvaEn3 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ETUlwV1lseoT29vRrbGM1HMWWNBB4h { width:12.5rem;height:1.13720625rem;top:5.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3KDORSenVUXtRO07CiLC73b07MAOr6G { width:1.875rem;height:1.875rem;top:2.8125rem;left:14.4375rem;display:block; }
 }